
/* JAMIE */
.secondary-text {
    color: #A3ABB2 !important;
}
.no-padding {
    padding: 0 !important;
}
.container{
width: 100% !important;
}

.container.head {
    background: #F8F5F2;
}

.wp-banner-alert {
    /*display: none;*/
    text-align: center !important;;
}
.wp-banner-alert-header {
    font-family: 'Founders SemiBold' !important;
}
.wp-banner-alert-message {
    font-family: 'Founders Regular' !important;
}
.container.head.fixed {
  position: fixed !important;
  z-index: 1000;
}
.header-container {
  display: flex;
  padding: 26px 16px;
}

body.admin-bar{
    padding-top: 32px !important;
}
.admin-bar .container.head.fixed{
    top: 32px !important;
}

/** RESOURCES **/
#contact_form {
    margin: 40px 30px 0;
}

#contact_form div {
    line-height: normal;
}

#contact_form.resources > h5 {
    margin-bottom: -10px;
    padding-top: 30px;
}

.faq p,
.single-customer {
    max-width: none;
}

.faq p:after {
    clear: both;
    content: ' ';
    display: block;
}

.faq p img {
    display: inline;
    float: left;
    height: auto;
    margin: 15px 0px 15px 0px;
    max-width: 100%;
    position: relative;
}

.resources-help .faqCat > div:first-child > span {
    color: #00892f;
    font-family: 'Founders SemiBold';
    font-size: 24px;
}

.resources-help .faqCat > div:first-child,
.resources-help .faq > div:first-child {
    border-bottom: 2px dotted #c5c5c5;
    padding: 15px 0px 5px;
}

.resources-help .faq.activeFAQ > div:first-child {
    border-bottom: none;
}

.resources-help .faq.activeFAQ > div:last-child {
    border-bottom: 2px dotted #c5c5c5;
}

.resources-help .faq > div > h5 {
    color: #000000;
    margin: -3px 0 7px;
}

.resources-help .faq > div:last-child,
.resources-help .faqs {
    display: none;
}

.resources-help .faqCat.activeCat div.faqs,
.resources-help .faq.activeFAQ div.faq {
    display: block;
}

.resources-help .faqCat.activeCat i.faqCat {
    background-position: -544px -17px;
}

.resources-help .faq.activeFAQ i.faq {
    background-position: -500px -17px;
}

.resources-help i.faq,
.resources-help i.faqCat {
    background-image: url('/images/icons/frontier-icons.png');
    display: inline-block;
    height: 15px;
    margin-left: 20px;
    position: relative;
    width: 25px;
    z-index: -10;
}

.resources-help i.faqCat {
    background-position: -544px -30px;
}

.resources-help i.faq {
    background-position: -500px -30px;
    top: 3px;
}

.resources-help .faqCat.activeCat i.faqCat {
    background-position: -544px -17px;
}

.resources-help .faqCat.activeFAQ i.faq {
    background-position: -500px -17px;
}

/** BLOG **/

a.read-more {
    float: left;
}

div.blogCat {
    margin-top: 3px;
    padding: 0 0 0 20px;
    display: inline-block;
}

.blogCat  a:hover {
    color: #A3ABB2;
}

.blog .post-title,
.blog h5 {
    color: #000000;
}

.blog .post-title {
    font-family: 'Founders SemiBold';
    margin-bottom: 5px;
    line-height: normal;
    font-weight: 700;
}

article.post_content h2 {
    font-size: 22px;
    font-family: 'Founders SemiBold';
    line-height: normal;
    margin-bottom: 0;
}

article.post_content h3 {
    font-size: 20px;
    font-family: 'Founders SemiBold';
    line-height: normal;
    margin-bottom: 0;
}

article.post_content p,
article.post_content {
    font-size: 20px;
    font-family: 'Founders Regular';
    line-height: 1.5;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.blog-main-content article.post_content ol,
.blog-main-content article.post_content ul{
    list-style: decimal inside;
    margin-left: 10px;
    margin-bottom: 5px;
}

.blog-main-content article.post_content ol li,
.blog-main-content article.post_content ul li {
    list-style: decimal inside;
    font-size: 18px;
    font-family: 'Founders Regular';
    line-height: 1.5;
    color: #000000;

}

.blog-main-content article.post_content ul li{
    list-style: disc inside;
}

.blog-main-content article.post_content ul li a {
    color: #00892F !important;
}

.blog-main-content article.post_content ul li a span {
    color: #00892F !important;
}

.blog-main-content article.post_content strong {
    font-family: 'Founders SemiBold';
}

.blog.blog-index .blog-main-content {
    display: flex;
    flex-wrap: wrap;
}
.blog.blog-index .blog-post {
    padding: 20px;
    border: none;
    margin-bottom: 20px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .blog.blog-index .blog-post {
        width: 100%;
    }
}
@media (max-width: 724px) {
    .blog.blog-index .blog-post {
        width: 100%;
    }
}

.post-date {
    margin-bottom: 20px;
    line-height: 18px;
}

.post-date span {
    font-family: 'Founders SemiBold' !important;
    font-size: 18px;
    /*text-transform: uppercase;*/
}

.readstory span {
    color: #A3ABB2;
    font-size: 26px;
    margin-left: 6px;
    position: relative;
    top: 1px;
}

.blog .readstory a {
    color: #A3ABB2;
    font-size: 18px;
}

.blog .blogFilter {
    display: none;
}

.blog-sidebar a {
    color: #777;
}

.blogFeat {
    width: 70%;
    display: block;
}

@media (min-width: 900px) {
    .blogFeat {
        width: 30%;
        display: inline-block;
    }
}

.blogPost {
    padding: 20px
}

.blog .blogFeat img {
    margin-bottom: 30px;
    margin-top: 48px;
}

.blogText {
    display: block;
    width: 100%;
    vertical-align: top;
    padding-left: 0px;
}

@media (min-width: 900px) {
    .blogText {
        display: inline-block;
        width: 69%;
        vertical-align: top;
        padding-left: 60px;
    }
}

.blogText .post_content {
    margin-left: 0;
}

.single.blog .post-title {
    font-weight: 700;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.single.blog .post-date {
    margin-bottom: 20px;
    margin-top: 60px;
    line-height: 18px;
}

.single.blog .blogFeat {
    width: 100%;
}

.single.blog .blogFeat img {
    max-height: 556px;
}

.blogFilters {
    max-width: 960px;
    margin: 96px auto;
    text-align: center;
}

.blog-post {
    border-top: 1px dashed black;
    padding-bottom: 25px;
    padding-top: 10px;
}

.blog-post:first-of-type {
    border-top: none;
    padding-bottom: 25px;
    padding-top: 0px;
}

.blog-post .readstory {
    margin-left: 0px;
}

.blog-post .readstory.back-to-posts {
    margin-top: 20px;
}

.blog-post .readstory.back-to-posts a {
    color: #00892F;
    text-transform: initial;
}

.blog-post img {
    max-width: 100%;
    height: auto;
}

.blog-post article.post_content p a {
    text-decoration: underline;
    color: #00892F !important;
}

.blog-post article.post_content p a:hover {
    color: #A3ABB2 !important;
}

.blog-index .blog-nav-links {
    text-align: right;
}

span.customSelect.sampletype {
    margin-bottom: 30px;
}

span.customSelect.sampletype {
    margin-bottom: 30px;
}

.theme-form * {
    line-height: normal;
}

.theme-form.sample select {
    min-width: 300px !important;
}

.theme-form.sample .customSelectInner {
    background-image: url('/images/icons/down.png');
    background-position: 98% 7px;
    background-repeat: no-repeat;
    border: #ccc solid 1px;
    font-family: 'Founders SemiBold';
    height: 40px;
    left: -1px;
    line-height: 40px;
    min-width: 300px !important;
    padding-left: 15px;
    padding-right: 16px;
}

form.theme-form h5 {
    color: #00892f;
    display: block;
    margin-bottom: 5px;
    margin-top: 0 !important;
}

form.theme-form label {
    font-size: 16px;
    margin: 20px 0 10px;
}

form.theme-form label,
.pricing-tool label {
    color: #777;
    display: block;
    margin-bottom: 0 !important;
}

form.theme-form input,
form.theme-form textarea,
#login input,
#register input {
    background-color: #fff !important;
    border: 1px solid #999 !important;
    border-radius: 0 !important;
    color: #777 !important;
    display: block;
    font-family: 'Founders Regular' !important;
    font-size: 20px !important;
    line-height: 30px !important;
    padding: 5px 10px !important;
    width: 100%;
}

form.theme-form input:focus,
form.theme-form textarea:focus,
#login input:not([type='checkbox']):not([type='radio']):focus,
#register input:not([type='checkbox']):not([type='radio']):focus {
    outline-color: #999;
    outline-width: 3px;
    outline-style: solid !important;
    box-shadow: 2px 2px 2px #ccc;
}

.customer-title h2 {
    color: #000000;
    margin-bottom: 20px;
}

.customer-text p {
    margin: 0 0 0 0;
}

div.submit-link {
    padding: 0;
}

.submit-link a.button.i i {
    background-position: -48px -24px;
    top: 13px;
    width: 17px !important;
}

.submit-link a.button.i {
    font-size: 17px !important;
    margin-bottom: 40px;
    padding: 14px 15px;
}

.page-teams .col-sm-6:first-child {
    padding: 0;
}

.row.culture-images > div {
    margin-bottom: 10px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}


.page-customers h5,
.page-customers h5 a {
    color: #00892f !important;
    line-height: 20px;
}


.videoPlayer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.col-sm-12.customer-vid-details {
    padding-bottom: 40px;
}

.single-customer .customer-vid-details h5,
.single-customer .customer-vid-details a {
    clear: both;
    float: left;
}

.single-customer .videoCustOver h1 i {
    display: none;
}

.single-customer .customer-text {
    padding-bottom: 60px;
}

.single-customer .customer-text p {
    max-width: none;
}

.customer-feature.noVid > div {
    margin-bottom: 60px;
}

.home .videoCustomer.row {
    margin-bottom: 0px;
}

.venoframe {
    max-height: 90vh;
}

.customer-info-right .customer-location:before,
.customer-info-left .customer-location:before,
.customer-location:before {
    content: '\2014';
    margin-right: 10px;
}

.home-help-tagline {
    font-family: 'NeutraLight';
    font-size: 36px !important;
    margin-top: 75px;
    padding-left: 0;
}

.home-help-tagline a.blue {
    color: #00892f !important;
    font-family: 'NeutraLight' !important;
    font-size: 36px !important;
    padding-left: 10px;
}

.hp-hth > div:first-child {
    margin: 30px 0 14px;
}

h5.customer-title a {
    color: #000000 !important;
}

.customer-title,
.cust-info-right .customer-title,
.cust-info-left .customer-title {
    display: inline;
    margin-right: 10px;
}

.readstory,
.cust-info-left .readstory,
.cust-info-right .readstory {
    display: inline;
    margin-bottom: 15px;
    margin-left: 10px;
}

.videoCustOver.col-sm-2 {
    margin-left: 5%;
}

.hp-tagline {
    color: #000000;
    font-family: 'Founders SemiBold' !important;
    font-size: 28px;
    margin-top: 15px;
}

.row.hp-tagline-wrap {
    margin: 40px 0px;
    padding: 20px 0;
}

.hp-tagline-wrap > div {
    padding: 0;
}

p.here-to-help {
    font-family: 'Founders Regular';
    margin-bottom: 30px;
}

div.here-to-help {
    padding: 0 !important;
}

.meet-button a {
    max-width: 300px;
}

.about-customers .noVid p {
    margin-top: 20px;
}

.noVid a.customer-location {
    line-height: 24px;
}

.customer-location:hover,
.customer-location {
    color: #777777 !important;
}

.customer-title {
    margin-top: 30px;
}

.blog.row .readstory {
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.single-customer .videoCustomer.right,
.single-customer .videoCustomer.right,
.page-customers .videoCustomer.right,
.page-customers .videoCustomer.right {
    text-align: left;
}

.single-customer .customer-vid-detailscust-info-left {
    display: none;
}

.customer-title {
    display: inline-block;
    margin: 0 10px 0 0;
    padding-top: 20px;
}

.resources-blog .button.centered {
    margin-bottom: 60px;
}

.contact-grid a.blue {
    display: block;
    line-height: 26px;
}

.contact-grid span.value {
    color: #777;
    display: block;
    font-family: 'Founders Regular';
    font-size: 20px;
    line-height: 26px;
}

.phone-label,
.phone-value,
.fax-label,
.fax-value {
    display: inline-block !important;
}

.phone-value a {
    font-size: 20px;
}

.contact-grid span.graylabel {
    color: #777;
    display: block;
    font-family: 'Founders SemiBold';
    font-size: 16px;
    line-height: 26px;
    margin-right: 10px;
}

.contact-grid > div:first-child {
    margin: 0 !important;
    padding: 0 !important;
}

.contact-grid.first > div:first-child {
    float: right;
}

.theme-form h5 {
    color: #00892f;
}

.theme-form.resources div.name,
.theme-form.resources div.phone {
    box-sizing: border-box;
    display: inline-block !important;
    margin: 0 !important;
    moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
    width: 49.5%;
}

.theme-form.resources div.phone {
    float: right;
}

.contact-grid.first > div:first-child {
    float: right;
    margin: 0 !important;
    padding: 0 !important;
}

.contact-grid > div:last-child {
    padding-top: 30px;
}

.contact-grid h5 {
    font-size: 16px;
    margin: 20px 0 10px;
}

.request-fields > h5 {
    margin: 0 !important;
}

.meet-button {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.theme-form.sample .img-request-samples {
    display: none;
}

.theme-form.sample .request-samples-display {
    display: block !important;
}

.theme-form.sample .request-fields > div.field {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
    width: 100%;
}

.theme-form.sample .request-fields > div.name label,
.theme-form.sample .request-fields > div.phone label {
    margin-top: 10px;
}

.theme-form.sample .request-fields > div.name {
    width: 59%;
}

.theme-form.sample .request-fields > div.phone {
    float: right;
    width: 40%;
}

.theme-form.sample .request-fields > div.email {
    float: left;
    width: 49%;
}

.theme-form.sample .request-fields > div.company {
    float: right;
    width: 50%;
}

.theme-form.sample .request-fields > div.city {
    float: left;
    width: 56%;
}

.theme-form.sample .request-fields > div.state {
    float: left;
    margin-left: 1%;
    width: 18%;
}

.theme-form.sample .request-fields > div.zipcode {
    float: right;
    width: 24%;
}

form.theme-form.sample select.sampletype {
    margin-bottom: 20px;
}

form.theme-form .request-fields h5 {
    margin-top: 20px;
}

.theme-form.sample div:first-child {
    margin: 0 0 30px 0;
    padding: 0;
}

/** ABOUT TEAM **/

.page-teams h3 {
    color: #00892f;
    font-family: NeutraLight;
    font-size: 24px;
    margin: 30px 0 0;
    padding: 0 15px 30px;
}

.page-teams p {
    padding: 0 15px 20px;
}


.videoCustOver.bottom-right,
.videoCustOver.bottom-left {
    background: -moz-linear-gradient(
            top,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.5) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
            top,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.5) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.5) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.videoCustOver.top-right,
.videoCustOver.top-left {
    background: -moz-linear-gradient(
            top,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
            top,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.videoCustOver {
    bottom: 0;
    left: 0;
    moz-transition: height 1s;
    position: absolute !important;
    right: 0;
    top: 0;
    transition: height 1s;
    webkit-transition: height 1s;
}

.videoCustOver__headlines {
    position: absolute;
    max-width: 40%;
}

.videoCustOver__headlines.top-right {
    top: 2em;
    right: 2em;
}

.videoCustOver__headlines.top-left {
    top: 2em;
    left: 2em;
}

.videoCustOver__headlines.bottom-right {
    bottom: 2em;
    right: 2em;
}

.videoCustOver__headlines.bottom-left {
    bottom: 2em;
    left: 2em;
}

.videoCustOver h1 {
    color: #ffffff;
    display: inline-block;
    font-family: 'Founders SemiBold';
    font-size: 48px;
    line-height: 50px !important;
    margin-bottom: 0.25em;
}

.videoCustOver h2 {
    color: white;
    font-size: 36px;
    line-height: 42px;
    font-family: 'Founders SemiBold';
    margin-top: 0;
}

.videoPlayer iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.videoCustomer.row {
    margin-bottom: 80px;
}

.videoCustomer .col-sm-12 {
    padding: 0;
}

.videoCustomer .custFeatImg,
.videoCustomer .videoCustOver {
    moz-transition: display 1s;
    transition: display 1s;
    webkit-transition: display 1s;
}

.videoCustomer.active .custFeatImg,
.videoCustomer.active .videoCustOver {
    display: none !important;
}

.videoCustomer.active .videoPlayer {
    padding-bottom: 59% !important;
    position: relative !important;
}

.row.videoCustomer div:last-child {
    padding-left: 15px;
    padding-right: 15px;
}

.videoCustOver.overlay-image img {
    bottom: -18%;
    position: absolute;
    z-index: 1;
}

.single-customer .videoCustOver.overlay-image.col-xs-6 {
    width: 100%;
}

.single-customer .videoCustOver.overlay-image img {
    right: 5%;
    width: 40% !important;
}

.single-customer .videoCustOver h1 {
    display: none;
}

.single-customer .videoCustOver {
    background: none;
}

.videoCustOver i {
    background: url('/images/icons/frontier-icons.png');
    background-image: url('/images/icons/frontier-icons.png');
    background-position: -506px -60px;
    background-position: -512px -67px;
    border: 4px solid #ffffff;
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
    height: 65px;
    width: 65px;
    z-index: 9;
}

.videoCustOver .venobox {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.videoCustOver h1 i {
    display: none;
}

.about-customers .customerVideo {
    margin-top: 45px;
}

.about-customers .videoCustOver h1 i {
    display: none;
}

.videoCustOver h1.left {
    left: 5%;
}

.custFeatImg {
    position: relative;
}

.single-customer .customer-vid-details {
    display: none;
}

.single-customer .customer-vid-details.display {
    display: block;
}

.single-customer .customer-title h2 {
    padding-top: 20px;
}

.custom404 h1 {
    color: #00892f;
    font-family: 'Founders SemiBold';
    font-size: 42px;
    line-height: 48px;
}

.custom404 a {
    color: #00892f !important;
}

.custom404 {
    margin-bottom: 100px;
    margin-top: 60px;
}


#lightbox-container-image-box {
    min-width: 300px;
}

#lightbox-container-image-data-box {
    min-width: 280px;
}

.shopping-btn {
    padding-right: 60px;
    padding-top: 10px;
}

.shopping-btn i {
    background-position: -20px -25px !important;
    left: auto !important;
    right: 10px !important;
    top: 9px !important;
}

.shopping-btn.i-left {
    padding-left: 60px;
    padding-right: 12px;
}

.shopping-btn.i-left i {
    background-position: 0px -24px;
    background-position: -0px -25px !important;
    left: 10px !important;
    right: auto !important;
    top: 9px !important;
}

.ui-icon-trash {
    background-image: url('/assets/images/trash.svg') !important;
    background-position: initial;
    background-size: 100%;
    height: 20px !important;
    width: 20px !important;
}

.shopping-btn.i-left.back {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 10px 60px 6px;
    padding-right: 12px;
}

.shopping-btn.i-left.back i {
    top: 12px !important;
}

.subtot.float-right {
    display: block;
    margin-right: 50px;
    width: 18%;
}

/* ================================================ */
/* === Lightbox === */
/* ================================================ */

#lightbox-secNav {
    width: 30%;
    float: left;
}

#jquery-lightbox * {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4 {
    color: #000000;
    font-family: 'Founders SemiBold';
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.page-title {
    margin-top: 100px;
}

@media (max-width: 800px) {
    h1 {
        font-size: 42px;
        line-height: 40px;
    }
}

.page-title p {
    max-width: 580px;
    line-height: 26px;
}

.page-icon {
    margin-top: 100px !important;
    text-align: center;
}

.page-nav-cont .page-icon {
    margin-top: 50px !important;
}

.page-icon img {
    margin-top: 0;
}

.page-icon .icon-page-nav img {
    padding-top: 0px;
}

.page-text p {
    margin-bottom: 0;
    padding: 0 0 40px;
    text-align: center;
}

.page-nav-cont .page-text p {
    padding-bottom: 0;
}

.page-text p a {
    color: #00892f;
}

.icon-page-nav > div img,
.row.page-icon img {
    height: 125px;
    width: auto;
}

.icon-page-nav {
    margin-bottom: 20px;
}

.icon-page-nav > div {
    cursor: pointer;
    display: inline-block;
    margin-right: 100px;
}

.icon-page-nav > div:first-child {
    margin-left: 100px !important;
}

.icon-page-nav h4 {
    font-family: 'Founders Regular' !important;
    font-size: 18px;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.icon-page-nav div.active h4 {
    color: #00892f;
    text-decoration: underline !important;
}

.icon-page-nav div:hover h4 {
    color: #00892f;
    text-decoration: underline !important;
}

.page-nav-cont .icon-page-nav.fixed {
    background-color: #fff !important;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 10;
}

.icon-page-nav.fixed img {
    opacity: 0;
}

/* FORMS */
.card-form {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    padding: 20px 30px;
    border-radius: 4px;
    background: white;
    box-shadow: 0 2px 10px 0 rgba(99, 115, 129, 0.3);
}

.card-form label {
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
    font-size: 12px;
    color: #637381;
    line-height: 27px;
    letter-spacing: 1px;
}

.card-form > div {
    width: 100%;
}

.card-form input,
.card-form select,
.card-form textarea {
    width: 100%;
    padding: 10px;
    line-height: 1.5;
    border-radius: 5px;
    border: 2px solid #d1dae1;
    background: white;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.5px;
}

.card-form select {
    height: 48px;
}

.card-form .card-form-field-75 {
    width: 75%;
}
.card-form .card-form-field-50 {
    width: 50%;
}

.card-form .card-form-field-30 {
    width: 30%;
}

.card-form .card-form-field-20 {
    width: 20%;
}

.card-form .card-form-field-25 {
    width: 25%;
}

.card-form [class^='card-form-field'] + [class^='card-form-field'] {
    padding-left: 10px;
}

.card-form small {
    display: block;
    line-height: 1.5;
}

.card-form button {
    margin: 20px 0;
}

@media (max-width: 460px) {
    [class^='card-form-field'] {
        width: 100%;
        padding-left: 0 !important;
    }
}

.text-measure p a {
    color: #00892f;
    transition: color .3s ease;
}

.text-measure p a:hover {
    color: #49d8f5;
    transition: color .3s ease;
}

/* D. RANGEL */
/* overriding css styles found in v2frontier/web/app/global/css/theme.css for now until ready to update all buttons of the same kind*/
.head-nav.closed{
    display: flex;
    align-items: center;
}


#order_button button{
    width: 145px !important;
    background-color: #009940 !important;
}

.head-nav > ul {
    background: #F8F5F2;
}

.head-right > div {
    top: 0 !important;
}

@media (max-width: 767px) {
    .head-nav.closed {
        display: none;
    }

    .logo-container{
        width: 136px;
    }

    .mobile-nav-item.lg-screen{
        display: block !important;
    }

    .phone-icon.lg-screen span{
        display: none;
    }

    .head-right > .phone-icon{
        order: 1;
        margin: 0 16px 0 0 !important;
        right: 0;
    }

    .login-nav-option, .cart-nav-option, .cart-nav-option > *, .login-nav-option > *{
        display: block;
    }

    .head-right > .cart-nav-option{
        order: 2;
        margin-right:16px !important;
    }

    .head-right > .login-nav-option {
        order: 3;
        margin-right:16px !important;
    }

    .head-right > div > a > img {
        margin-right: 0 !important;
    }


    #mobile_menu_button{
        width: 26px;
        height: 26px;
        padding: 0;
        order: 4;
    }
    #mobile_menu_button > button {
        width: 100%;
        height: 100%;
        padding: 0;
    }

    #mobile_menu_button button svg{
        width: 100%;
        height: 100%;
    }
    .menu-icon{
        width: 27px;
    }

}