/*

Theme Name: MMW 2015
Author: Brett Marks / John M.
Description: 2015 Theme for MMW Trademark Services
Version: 1.0

*/

/**********************************************************/
/*********************** Web Fonts ************************/
/**********************************************************/

@font-face {
    font-family: 'Lexend Deca';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/lexend-deca-v21-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Lexend Deca';
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/lexend-deca-v21-latin-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Lexend Deca';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url('fonts/lexend-deca-v21-latin-700.woff2') format('woff2');
}

/*--------------------------------------------------------------*/
/* QOTM Custom Font
-------------------------------------------------------------- */

@font-face {
    font-family: 'qotm';
    src: url('fonts/qotm/qotm.eot?41757441');
    src: url('fonts/qotm/qotm.eot?41757441#iefix') format('embedded-opentype'),
    url('fonts/qotm/qotm.woff?41757441') format('woff'),
    url('fonts/qotm/qotm.ttf?41757441') format('truetype'),
    url('fonts/qotm/qotm.svg?41757441#qotm') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
.field.goods-services .dropdown .categories > li > a:after,
ul.special li::before
{
    font-family: "qotm";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-arrow-right:before { content: '\e800'; }
.icon-caret-down:before { content: '\e801'; }
.icon-calendar:before { content: '\e802'; }
.icon-tick:before { content: '\e803'; }
.icon-pencil:before { content: '\e804'; }
.icon-check:before { content: '\e805'; }
.icon-dot:before { content: '\e806'; }
.icon-plus-circled:before { content: '\e807'; }
.icon-cancel-circled:before { content: '\e808'; }

/**********************************************************/
/************************* Setup **************************/
/**********************************************************/

body {
    background-color: #083543;
}

@media (max-width: 349px) {
    body {
        overflow-x: hidden; /* For Google reCaptcha */
    }
}

a, a:visited {
    color: #F89623;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #F15B26;
    text-decoration: none;
}

a.b-link, a.b-link:visited {
    color: #0A465A;
}

a.b-link:hover, a.b-link:active, a.b-link:focus {
    color: #F15B26;
}

.orange-bg a,
.orange-bg a:visited,
.orange-bg a:hover,
.orange-bg a:active,
.orange-bg a:focus
{
    color: #fff;
}

.contentClear {
    clear: both;
}

.main_container {
    font-family: "Lexend Deca", Arial, sans-serif;
    color: #62797A;
    font-size: 16px;
    background-color: #fff;
}

.iblock {
    display: inline-block;
}

.item-reviewed {
    display: none;
}

ul, ol {
    padding-left: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6
{
    font-weight: bold;
    color: #0A465A;
}

p, .pmb {
    margin-bottom: 22px;
}

blockquote {
    font-size: 16px;
    margin-left: 20px;
    border-left: 2px solid #F89623;
}

ul li {
    list-style: disc outside none;
    margin-left: 30px;
}

ul.no_dots li {
    list-style-type: none;
}

ol li {
    list-style: decimal outside none;
    margin-left: 30px;
}

ol.alpha li {
    list-style: lower-alpha outside none;
}

table tr > th {
    padding: 9px 14px 8px 14px;
    border: 1px solid #bdc3c7;
    background-color: #ecf0f1;
    white-space: normal;
}

table tr > td {
    padding: 9px 14px 7px 14px;
    border: 1px solid #bdc3c7;
    background-color: #fff;
    white-space: normal;
}

h2 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.35;
    color: #0A465A;
}

@media (min-width: 768px) {

    h2 {
        font-size: 30px;
        line-height: 1.1;
    }

}

.aligncenter {
    display: block;
    margin: 0 auto;
}

#spacer {
    display: none;
}

body.menu-open {
    overflow-y: hidden;
}

body.menu-open .nav_holder {
    padding-bottom: 20px;
    height: 100%;
    overflow-y: auto;
}

body.menu-open .nav_holder .navbar {
    padding-bottom: 40px;
}

@media (max-width: 991px) {

    .main-wrapper {
        margin-top: 70px;
    }

    #wpadminbar {
        position: fixed;
    }

}

@media (max-width: 991px) {
    .mid-plus-only {
        display: none;
    }
}

/**********************************************************/
/******** Bootstrap Small-Nav Breakpoint Override *********/
/**********************************************************/

@media (max-width: 991px) {

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

}

/**********************************************************/
/************************ Common **************************/
/**********************************************************/

.b {
    font-weight: bold;
}

.i {
    font-style: italic;
}

.navbar {
    margin: 0;
    min-height: inherit;
    z-index: 1000;
}

.navbar-default {
    border: none;
    background-color: transparent;
}

nav.navbar-default {
    z-index: 2000;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.center_col {
    float: none;
    margin: 0px auto;
}

.sm_nav.navbar-toggle {
    display: block !important;
    position: fixed;
    top: 9px;
    right: 1px;
    border: 1px solid #F89623;;
    border-radius: 3px;
    z-index: 2001;
}

@media (max-width: 782px) {

    .admin-bar .sm_nav.navbar-toggle {
        top: 55px;
    }

}

@media (min-width: 783px) {

    .admin-bar .sm_nav.navbar-toggle {
        top: 41px;
    }

}

.sm_nav.navbar-toggle.collapsed {
    border: 1px solid #bdc3c7;
}

.sm_nav.navbar-toggle .icon-bar {
    background-color: #fff;
}

.sm_nav.navbar-toggle.collapsed .icon-bar {
    background-color: #62797A;
}

@media (min-width: 768px) {
    .sm_nav.navbar-toggle .icon-bar {
        width: 32px;
        height: 3px;
    }
}

@media (min-width: 992px) {
    .sm_nav.navbar-toggle {
        display: none !important;
    }
}

.fa {
    font-family: FontAwesome !important;
}

.orange {
    color: #F89623;
}

.btn {
    height: 45px;
    min-height: 45px;
    cursor: pointer;
    border: none;
    border-radius: 0;
    font-size: 0px;
}

a.btn {
    display: inline-block;
}

.btn.new-style {
    padding: 10px 15px;
    color: #fff;
    height: auto;
    min-height: initial;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
    background-color: #F89623;
}

.btn.new-style:hover {
    background-color: #F15B26;
}

.btns.home {
    margin-top: 20px;
}

@media (min-width: 768px) {

    .btns.home {
        margin-top: 55px;
    }

}

.btns a {
    display: inline-block;
    text-align: center;
    height: 60px;
    min-height: 60px;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
    border-radius: 3px;
}

.btns.home a {
    width: 133px;
    min-width: 133px;
    border: 2px solid #F89623;
}

.btns.home a.more {
    margin-right: 14px;
}

.btns.home a.contact {
    color: #fff;
    background-color: #F89623;
}

.btns.home a:hover,
.btns.home a:active,
.btns.home a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #F89623;
}

.large_icon {
    display: inline-block;
    width: 174px;
    height: 174px;
    background-image: url('images/large-icons.png');
    background-repeat: no-repeat;
    /*
        Width: (total sprite image width / display image width) x 100
        Height: (total sprite image height / display image height) x 100
    */
    background-size: 674.7126436781609% 329.8850574712644%;
}

@media (min-width: 992px) {
    .large_icon {
        width: 142px;
        height: 142px;
    }
}

@media (min-width: 1200px) {
    .large_icon {
        width: 174px;
        height: 174px;
    }
}

.large_mid_icon {
    display: inline-block;
    width: 160px;
    height: 160px;
    background-image: url('images/large-icons.png');
    background-repeat: no-repeat;
    /*
        Width: (total sprite image width / display image width) x 100
        Height: (total sprite image height / display image height) x 100
    */
    background-size: 733.75% 358.75%;
}

@media (min-width: 992px) {
    .large_mid_icon {
        width: 135px;
        height: 135px;
    }
}

@media (min-width: 1200px) {
    .large_mid_icon {
        width: 160px;
        height: 160px;
    }
}

.small_icon {
    display: inline-block;
    width: 52px;
    height: 52px;
    background-image: url('images/small-icons.png');
    background-repeat: no-repeat;
    /*
        Width: (total sprite image width / display image width) x 100
        Height: (total sprite image height / display image height) x 100
    */
    background-size: 447.2222222222222% 111.1111111111111%;
}

@media (min-width: 360px) {
    .small_icon {
        width: 72px;
        height: 72px;
    }
}

@media (min-width: 992px) {

    .vcenter-md {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

}

ul.ticks li {
    list-style: none !important;
    margin-left: 8px !important;
    color: #697375;
}

ul.ticks span {
    margin-right: 4px;
    color: #F89623;
}

ul.special {
    padding-left: 0;
}

ul.special li {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 25px;
    margin-bottom: 2px;
}

ul.special li:last-child {
    margin-bottom: 0;
}

ul.special li::before {
    position: absolute;
    display: block;
    content: '\e803';
    top: 3px;
    left: 0;
    color: #f89623;
}

span.wpcf7-not-valid-tip-alt {
    color: #f00;
    display: block;
    font-size: 1em;
}

.top_bar {
    padding: 14px 0;
    background-color: #0A465A;
}

.top_bar.desktop {
    display: none;
}

@media (min-width: 992px) {

    .top_bar.mobile {
        display: none;
    }

    .top_bar.desktop {
        display: block;
    }

}

.top_bar .text {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    font-weight: bold;
}

@media (max-width: 419px) {
    .top_bar .text {
        font-size: 15px;
    }
}

#remodal-blog-alert {
    padding: 20px 30px;
    max-width: 500px;
    background: #fff;
}

@media (min-width: 768px) {
    #remodal-blog-alert {
        padding: 30px 40px;
    }
}

#remodal-blog-alert .subtext {
    padding-top: 10px;
    font-weight: bold;
}

#remodal-blog-alert .img-holder {
    margin: 0 auto;
    padding-top: 10px;
    max-width: 360px;
}

#remodal-blog-alert .btn {
    margin-top: 30px;
}

.google-reviews {
    padding: 24px 0 25px 0;
    background-color: #f0f3f4;
}

.google-reviews.white-bg {
    background-color: #fff;
}

.google-reviews h2 {
    text-align: center !important;
}

@media (min-width: 768px) {
    .google-reviews {
        padding: 74px 0 95px 0;
    }
}

.google-reviews .the-reviews {
    padding-top: 45px;
}

/**********************************************************/
/********************** Common FAQ ************************/
/**********************************************************/

#qa .question_wrapper {
    position: relative;
    padding: 11px 0 12px 14px;
    margin-bottom: 10px;
    border: 1px solid #bdc3c7;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

#qa .question_wrapper:hover,
#qa .question_wrapper:active,
#qa .question_wrapper:focus {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
}

@media (min-width: 768px) {

    #qa .question_wrapper {
        padding: 24px 0 33px 30px;
    }

}

#qa .question_wrapper .icon {
    position: absolute;
    top: 13px;
    right: 14px;
}

#qa .question_wrapper .icon a {
    color: #62797A;
    text-decoration: none;
}

#qa .question {
    padding-right: 33px;
    font-size: 19px;
    font-weight: bold;
}

@media (min-width: 768px) {

    #qa .question_wrapper .icon {
        top: 26px;
        right: 30px;
    }

    #qa .question {
        padding-right: 45px;
        font-size: 24px;
    }

}

#qa .question a,
#qa .question a:visited {
    color: #62797A;
    text-decoration: none;
}

#qa .answer {
    display: none;
    padding-right: 14px;
    margin-top: 18px;
}

#qa .answer p {
    margin-bottom: 22px;
}

#qa .answer li {
    list-style: disc outside none;
    margin-left: 30px;
    padding-bottom: 12px;
}

@media (min-width: 768px) {

    #qa .answer {
        margin-top: 22px;
        padding-right: 30px;
    }

}

/**********************************************************/
/***************** Common Testimonials ********************/
/**********************************************************/

.testimonials .list {
    margin-top: 7px;
}

@media (min-width: 768px) {

    .testimonials .list {
        margin-top: 43px;
    }

}

.masonary-items .grid-sizer {
    width: 100%;
}

@media (min-width: 992px) {

    .masonary-items .grid-sizer {
        width: 33.33333333%;
    }

}

.testimonials .list .holder {
    float: none;
    /*margin: 0 auto;*/
    /*max-width: 475px;*/
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .testimonials .list .holder {
        margin-left: 0;
        margin-right: 0;
    }

}

.testimonials .list .review {
    position: relative;
    padding: 14px 20px 20px 20px;
    color: #fff;
    background-color: #F89623;
}

.testimonials .list .review p {
    margin: 0;
}

.testimonials .list .review .icon {
    position: absolute;
    bottom: -18px;
    left: 20px;
    width: 36px;
    min-width: 36px;
    height: 18px;
    min-height: 18px;
    background: url('images/icons.png') -2px -25px no-repeat;
}

.testimonials .list .other {
    margin: 25px 0 0 21px;
    font-weight: bold;
}

.testimonials .list .other .name {
    margin-bottom: 0;
}

/**********************************************************/
/******************** General Hero ************************/
/**********************************************************/

#general_hero {
    min-height: 220px;
    padding: 28px 0 35px;
    background: #fff url('images/general-hero-bg-xs.jpg') center top no-repeat;
    background-size: cover;
}

@media (min-width: 768px) and (max-width: 991px) {
    #general_hero {
        min-height: 220px;
        padding-top: 28px;
        background: #fff url('images/general-hero-bg-sm.jpg') center top no-repeat;
        background-size: cover;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #general_hero {
        min-height: 220px;
        padding-top: 28px;
        background: #fff url('images/general-hero-bg-md.jpg') center top no-repeat;
        background-size: cover;
    }
}

@media (min-width: 1200px) {
    #general_hero {
        min-height: 310px;
        padding-top: 77px;
        background: #fff url('images/general-hero-bg-lg.jpg') center top no-repeat;
        background-size: cover;
    }
}

#general_hero header h1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #0A465A;
}

#general_hero .text {
    text-align: center;
    margin: 0px auto;
    color: #697375;
    padding-top: 8px;
    max-width: 568px;
}

@media (min-width: 992px) {

    #general_hero header h1 {
        text-align: left;
    }

    #general_hero .text {
        text-align: left;
        margin: 0 0;
    }

}

/**********************************************************/
/******************** General Pages ***********************/
/**********************************************************/

#general.page #general_hero {
    min-height: 120px;
    padding-top: 20px;
    background: #fff url('images/general-hero-page-bg-xs.jpg') center top no-repeat;
    background-size: cover;
}

@media (min-width: 768px) and (max-width: 991px) {
    #general.page #general_hero {
        min-height: 120px;
        padding-top: 20px;
        background: #fff url('images/general-hero-page-bg-sm.jpg') center top no-repeat;
        background-size: cover;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #general.page #general_hero {
        min-height: 120px;
        padding-top: 20px;
        background: #fff url('images/general-hero-page-bg-md.jpg') center top no-repeat;
        background-size: cover;
    }
}

@media (min-width: 1200px) {
    #general.page #general_hero {
        min-height: 120px;
        padding-top: 20px;
        background: #fff url('images/general-hero-page-bg-lg.jpg') center top no-repeat;
        background-size: cover;
    }
}

#general .content ul,
#general .content ol {
    margin-bottom: 22px;
}

#general .content ul.large > li,
#general .content ol.large > li {
    padding-bottom: 25px;
}

#general .content ul.large > li > p:last-child,
#general .content ol.large > li > p:last-child {
    margin-bottom: 0;
}

#general .content ul.no_pad,
#general .content ol.no_pad {
    margin-bottom: 0;
}

#general .wrapper {
    padding: 30px 0 50px 0;
}

@media (min-width: 992px) {
    #general .wrapper {
        padding: 45px 0 75px 0;
    }
}

@media (min-width: 1200px) {
    #general .wrapper {
        padding: 60px 0 100px 0;
    }
}

#general.page h3 {
    margin: 35px 0 20px 0;
}

#general.page .pt {
    padding-top: 10px;
}

#general.not_found .wrapper .content {
    text-align: center;
}

.top-bar {
    position: relative;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    color: #fff;
    background: #0A465A;
}

/**********************************************************/
/*********************** Header ***************************/
/**********************************************************/

header.main {
    position: relative;
    height: 70px;
    padding: 10px 0 12px 0;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
}

@media (max-width: 991px) {

    header.main {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    .admin-bar header.main {
        top: 46px;
    }

}

header.main.small {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    height: 74px !important;
    padding: 15px 0 !important;
    background-color: rgba(255, 255, 255, 1.0) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
}

@media (min-width: 783px) {

    .admin-bar header.main {
        top: 32px;
    }

}

@media (min-width: 992px) {

    .admin-bar header.main {
        top: 0;
    }

    .admin-bar header.main.small {
        top: 32px;
    }

}

header.main .logo a {
    display: inline-block;
    width: 120px;
    min-width: 120px;
}

header.main .logo a img {
    width: 120px;
    min-width: 120px;
}

header.main.small .logo a {
    display: inline-block;
    width: 110px;
    min-width: 110px;
}

header.main.small .logo a img {
    width: 110px;
    min-width: 110px;
}

@media (min-width: 1200px) {

    header.main {
        height: 78px;
        padding: 7px 0;
    }

    header.main .logo a,
    header.main .logo a img
    {
        width: 162px;
        min-width: 162px;
    }

}

header.main .nav_holder {
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 0;
    padding-right: 0;
}

.admin-bar header.main .nav_holder {
    top: 46px;
}

@media (min-width: 783px) and (max-width: 991px) {
    .admin-bar header.main .nav_holder {
        top: 32px;
    }
}

@media (min-width: 992px) {

    header.main .nav_holder {
        position: relative;
        margin-left: -11px;
        padding: 7px 15px 0 15px;
    }

    .admin-bar header.main .nav_holder {
        top: 0;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    header.main .nav_holder {
        padding-left: 0;
    }

    header.main.small .nav_holder {
        padding-left: 45px;
    }

}

header.main.small .nav_holder {
    padding-top: 2px;
}

@media (min-width: 992px) and (max-width: 1199px) {

    header.main .nav_holder.col-md-6 {
        width: 52.3333%;
    }

}

@media (min-width: 1200px) {
    header.main .nav_holder {
        padding-top: 19px;
    }
}

header.main nav .mr_nav {
    background-color: #F89623;
    padding-top: 60px;
}

@media (min-width: 992px) {
    header.main nav .mr_nav {
        padding-top: 0;
        background-color: inherit;
    }
}

header.main nav .mr_nav > ul {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    header.main nav .mr_nav > ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
}

header.main nav .mr_nav > ul > li {
    list-style: none;
    position: relative;
    margin-left: 0;
    border-top: 1px solid #d35400;
}

@media (min-width: 992px) {

    header.main nav .mr_nav > ul > li {
        margin-left: 0;
        border-top: none;
        white-space: nowrap;
    }

}

@media (min-width: 1200px) {

    header.main nav .mr_nav > ul > li {
        /*margin-left: 3px;*/
    }

}

@media (min-width: 992px)and (max-width: 1199px) {
    header.main nav .mr_nav > ul > li:first-child {
        /*margin-left: 0;*/
    }
}

header.main nav .mr_nav > ul > li a,
header.main nav .mr_nav > ul > li a:visited {
    display: block;
    height: 43px;
    min-height: 43px;
    line-height: 43px;
    padding: 0 25px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 992px) {

    header.main nav .mr_nav > ul > li a,
    header.main nav .mr_nav > ul > li a:visited {
        height: 45px;
        min-height: 45px;
        line-height: 45px;
        padding: 0 11px;
        color: #62797A;
        white-space: nowrap;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    header.main nav .mr_nav > ul > li a,
    header.main nav .mr_nav > ul > li a:visited {
        padding: 0 7px;
    }

}

header.main nav .mr_nav > ul > li:hover,
header.main nav .mr_nav > ul > li:active,
header.main nav .mr_nav > ul > li:focus {
    /*background-color: #d35400;*/
}

@media (min-width: 992px) {
    header.main nav .mr_nav > ul > li:hover,
    header.main nav .mr_nav > ul > li:active,
    header.main nav .mr_nav > ul > li:focus {
        background-color: #F89623;
        border-radius: 3px;
    }
}

header.main nav .mr_nav > ul > li:hover a,
header.main nav .mr_nav > ul > li:active a,
header.main nav .mr_nav > ul > li:focus a {
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.main nav .mr_nav > ul > li:first-child > a {
        /*padding-left: 0;*/
    }
}

header.main nav .mr_nav > ul > li span.fa {
    margin: 0 3px;
}

header.main nav li ul.sub-menu {
    display: none;
    width: auto;
    padding: 10px 0;
    background-color: #d35400;
}

@media (min-width: 992px) {

    header.main nav li ul.sub-menu {
        position: absolute;
        top: 43px;
        left: 0;
        padding: 0 0 8px 0;
        background-color: #F89623;
        box-shadow: 0 5px 6px -3px rgba(0,0,0,0.6);
        border-radius: 0 3px 3px 3px;
        z-index: 1000;
    }

    header.main nav li:hover > ul.sub-menu {
        /* We added the !important as it solves an issue when resizing the window from a small window causing display: none; to be added inline */
        /* and hence causing the sub-menus not to show on hover */
        display: block !important;
    }

}

header.main nav ul.sub-menu li {
    display: block;
    list-style: none;
    margin-left: 19px;
    color: #fff;
}

header.main nav ul.sub-menu li:not(:first-child) {
    padding-top: 10px;
}

@media (min-width: 992px) {

    header.main nav ul.sub-menu li {
        height: 41px;
        margin-left: 0;
        white-space: nowrap;
    }

    header.main nav ul.sub-menu li:not(:first-child) {
        padding-top: 0;
    }

}

header.main nav ul.sub-menu li a,
header.main nav ul.sub-menu li a:visited {
    display: block;
    height: auto;
    min-height: inherit;
    line-height: 1.42857;
    padding: 0 16px;
    /*font-weight: normal;*/
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.main nav ul.sub-menu li a,
    header.main nav ul.sub-menu li a:visited {
        padding: 0 8px;
    }
}

@media (min-width: 992px) {
    header.main nav ul.sub-menu li a,
    header.main nav ul.sub-menu li a:visited {
        min-height: 43px;
        line-height: 43px;
    }
}

header.main nav ul.sub-menu li:hover,
header.main nav ul.sub-menu li:active,
header.main nav ul.sub-menu li:focus {
    background-color: #d35400;
}

header.main nav ul.sub-menu li:hover:first-child,
header.main nav ul.sub-menu li:active:first-child,
header.main nav ul.sub-menu li:focus:first-child {
    border-radius: 0 3px 0 0;
}

header.main .other {
    display: none;
    padding-top: 20px;
}

@media (min-width: 992px) {
    header.main .other {
        display: block;
    }
}

header.main.small .other {
    padding-top: 3px;
}

@media (min-width: 992px) {
    header.main .other-wrap {
        display: flex;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    header.main .other.col-md-4 {
        width: 31%;
    }

    header.main .other {
        padding-top: 7px;
    }

}

header.main .other .phone {
    line-height: 45px;
    font-weight: bold;
}

@media (min-width: 992px) {
    header.main .other .phone {
        display: flex;
        justify-content: flex-end;
        flex-grow: 1;
    }
}

header.main .other .phone .icon {
    width: 8px;
    min-width: 8px;
    height: 18px;
    min-height: 18px;
    margin: 12px 10px 0 0;
    background: url('images/icons.png') -2px -2px no-repeat;
}

header.main .other .phone > a {
    position: relative;
    top: -2px;
}

header.main .other .tm_search {
    margin-left: 25px;
}

header.main .other .tm_search a.btn {
    width: 121px;
    min-width: 121px;
    background: url('images/btns-new.png') -150px -573px no-repeat;
}

header.main .other .tm_search a.btn:hover,
header.main .other .tm_search a.btn:active,
header.main .other .tm_search a.btn:focus {
    background-position: -150px -623px;
}

@media (min-width: 1200px) {

    header.main .other .tm_search a.btn {
        width: 209px;
        min-width: 209px;
        background: url('images/btns-new.png') -5px -4px no-repeat;
    }

    header.main .other .tm_search a.btn:hover,
    header.main .other .tm_search a.btn:active,
    header.main .other .tm_search a.btn:focus {
        background-position: -5px -54px;
    }

}

/**********************************************************/
/************************* Home ***************************/
/**********************************************************/

#home header.main {
    position: relative;
    height: 70px;
    padding: 10px 0 12px 0;
    box-shadow: none;
    z-index: 999;
}

@media (max-width: 991px) {

    #home header.main {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    .admin-bar #home header.main {
        top: 46px;
    }

}

@media (min-width: 783px) {

    .admin-bar #home header.main {
        top: 32px;
    }

}

@media (min-width: 992px) {

    .admin-bar #home header.main {
        top: 0;
    }

    .admin-bar #home header.main.small {
        top: 32px;
    }

}

@media (min-width: 1200px) {

    #home header.main {
        height: 78px;
        padding: 7px 0;
        background-color: rgba(255, 255, 255, 0.8);
    }

}

#home .hero {
    position: relative;
    min-height: 879px;
    background: #e7e7e7 url('images/home-bg-xs.jpg') center 208px no-repeat;
}

@media (min-width: 400px) {
    #home .hero {
        background-position: center 168px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    #home .hero {
        min-height: 773px;
        background: #e7e7e7 url('images/home-bg-md.jpg') center bottom no-repeat;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    #home .hero {
        min-height: 773px;
        background: #e7e7e7 url('images/home-bg-lg.jpg') right -200px bottom no-repeat;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    #home .hero {
        min-height: 768px;
        margin-top: -94px;
        background: #e7e7e7 url('images/home-bg-lg.jpg') right -220px bottom no-repeat;
        background-size: cover;
    }
}

@media (min-width: 1600px) {
    #home .hero {
        min-height: calc((768 / 1600) * 100vw);
        margin-top: -94px;
        background: #e7e7e7 url('images/home-bg-huge.jpg') center bottom no-repeat;
        background-size: cover;
    }
}

.new-contact h1 {
    text-align: center;
    font-size: 24px;
    line-height: 1.35;
    color: #fff;
    background: #F89623;
    margin: 0;
    padding-top: 20px;
}

.blog .new-contact h1 {
    padding: 20px 15px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #home .hero .search {
        transform: translateY(-5px);
    }
}

#home .hero .new-contact .search .cta-holder {
    background: #0A465A;
    padding: 0;
    margin-top: 687px;
}

@media (min-width: 400px) {
    #home .hero .new-contact .search .cta-holder {
        margin-top: 647px;
    }
}

#home .hero .new-contact .search .cta-holder .fts.btn {
    display: none;
}

@media (max-width: 991px) {

    #home .hero .new-contact {
        width: 100%;
    }

    #home .hero .new-contact .search .cta-holder {
        position: static;
    }

    #home .hero .new-contact .search .cta-holder header {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        width: 100%;
        padding: 0 15px;
    }

    #home .hero .new-contact .search .cta-holder h1 {
        color: #0A465A;
        background-color: transparent;
    }

    #home .hero .new-contact .search .cta-holder .hero-title {
        display: none;
        /*max-width: 420px;*/
        /*margin: 0 auto;*/
        /*color: #62797A;*/
        /*background-color: transparent;*/
        /*text-shadow: 1px 0 0 rgba(0,0,0,0.1);*/
    }

    #home .hero .new-contact .search .cta-holder .fts.btn {
        display: block;
        margin: 25px auto 0;
        width: 209px;
        min-width: 209px;
        background: url('images/btns.png') -5px -4px no-repeat;
    }

    #home .hero .new-contact .search .cta-holder .btn:hover,
    #home .hero .new-contact .search .cta-holder .btn:focus,
    #home .hero .new-contact .search .cta-holder .btn:active
    {
        background-position: -5px -54px;
    }

    #home .hero .new-contact .search .cta-holder .hero-title:after {
        content: none;
    }

}

@media (min-width: 992px) {
    #home .hero .new-contact .search .cta-holder {
        margin: 0 0 0 10px;
    }
}

@media (min-width: 1200px) {
    #home .hero .new-contact .search .cta-holder {
        margin-top: 13px;
        margin-left: 60px;
    }
}

#home > .services {
    padding: 50px 0 65px;
}

@media (min-width: 768px) {
    #home > .services {
        padding: 60px 0 75px;
    }
}

@media (min-width: 992px) {
    #home > .services {
        padding: 70px 0 90px;
    }
}

@media (min-width: 1200px) {
    #home > .services {
        padding: 85px 0 105px;
    }
}

#home > .services .info {
    margin-bottom: 65px;
}

#home > .services .info .title {
    padding-bottom: 20px;
}

#home > .services .info .text {
    margin: 0 auto;
    max-width: 600px;
}

#home > .services .service-list:not(:last-child) {
    padding-bottom: 45px;
}

@media (min-width: 768px) {
    #home > .services .service-list:not(:last-child) {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    #home > .services .service-list .service:not(:last-child) {
        padding-bottom: 45px;
    }
}

@media (max-width: 767px) {
    #home > .services .service {
        text-align: center;
    }
}

#home > .services .service-list .icon {
    padding-bottom: 15px;
}

#home > .services .service-list .icon img {
    width: 68px;
    border: 0;
}

@media (max-width: 767px) {
    #home > .services .service-list .icon img {
        display: inline-block;
    }
}

#home > .services .service-list header > a {
    display: block;
}

#home > .services .service-list header h4 {
    line-height: 25px;
}

@media (max-width: 767px) {
    #home > .services .service-list .desc {
        margin: 0 auto;
        max-width: 530px;
    }
}

#home > .services .service-list .more {
    padding-top: 12px;
}

#home .why {
    background-color: #F8F9FA;
    padding: 26px 0 50px 0;
}

#home .why .info .text {
    display: inline-block;
    text-align: center;
    max-width: 595px;
    margin-top: 14px;
}

#home .why .icons {
    margin-top: 24px;
}

#home .why .icons .icon {
    display: inline-block;
}

#home .why .icons .wrapper {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 10px;
}

#home .why .icons .wrapper .holder {
    display: inline-block;
}

/*
 * Background Positions:
 * (x pixel pos / (total sprite image width - display image width)) x 100
 * (y pixel pos / (total sprite image height - display image height)) x 100
 * Note: Negative values are converted to positive in calculations; ie -399 you input as 399.
*/

#home .why .icons .fees .large_icon {
    background-position: 0 0;
}

#home .why .icons .services .large_icon {
    background-position: 19.9% 0;
}

#home .why .icons .experience .large_icon {
    background-position: 39.9% 0;
}

#home .why .icons .friendly .large_icon {
    background-position: 59.9% 0;
}

#home .why .icons .flexible .large_icon {
    background-position: 80% 0;
}

#home .why .icons .prompt .large_icon {
    background-position: 100% 0;
}

#home .why .icons .title {
    margin-top: 14px;
}

#home .why .icons .title h5 {
    font-size: 18px;
    line-height: 1.3;
    color: #0A465A;
}

@media (min-width: 768px) {

    #home .why {
        padding: 75px 0 100px 0;
    }

}

@media (min-width: 992px) {

    #home .why .icons {
        margin-top: 55px;
    }

    #home .why .icons .wrapper {
        margin-bottom: 0;
    }

    #home .why .icons .wrapper .holder {
        display: block;
    }

    #home .why .icons .icon {
        display: block;
    }

}

#home .maze {
    display: flex;
    align-items: center;
    padding: 90px 0;
    min-height: 480px;
    background: #fff url('images/home-maze-bg-xs.jpg') center top no-repeat;
    background-size: cover;
}

@media (min-width: 500px) and (max-width: 767px) {
    #home .maze {
        min-height: 474px;
        background: #fff url('images/home-maze-bg-sm.jpg') center top no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #home .maze {
        padding: 140px 0;
        min-height: 595px;
        background: #fff url('images/home-maze-bg-md.jpg') center top no-repeat;
        background-size: cover;
    }
}

@media (min-width: 1200px) {
    #home .maze {
        padding: 200px 0;
        min-height: 720px;
        background: #fff url('images/home-maze-bg-lg.jpg') center top no-repeat;
        background-size: cover;
    }
}

#home .maze .details {
    width: 100%;
    max-width: 558px;
    padding: 2px 11px 31px 11px;
    background-color: rgba(255, 255, 255, 0.8);
}

#home .maze .details .text {
    margin-top: 14px;
    font-size: 16px;
    color: #697375;
}

#home .maze .details .more {
    margin-top: 22px;
}

@media (min-width: 768px) {

    #home .maze .details {
        max-width: 658px;
        padding: 38px 54px 60px 54px;
    }

    #home .maze .details .text {
        font-size: 18px;
    }

    #home .maze .details .more {
        margin-top: 26px;
    }

}

#home .maze .details .more a.btn {
    width: 134px;
    min-width: 134px;
    height: 60px;
    min-height: 60px;
    background: url('images/btns.png') -4px -573px no-repeat;
}

#home .maze .details .more a.btn:hover,
#home .maze .details .more a.btn:active,
#home .maze .details .more a.btn:focus {
    background-position: -4px -639px;
}

@media (min-width: 768px) {

    #home .maze .details .more a.btn {
        width: 297px;
        min-width: 297px;
        background-position: -4px -206px;
    }

    #home .maze .details .more a.btn:hover,
    #home .maze .details .more a.btn:active,
    #home .maze .details .more a.btn:focus {
        background-position: -4px -272px;
    }

}

#home .faq {
    padding: 24px 0 50px 0;
    background-color: #f0f3f4;
}

#home .faq .info {
    text-align: center;
}

#home .faq .info .text {
    display: inline-block;
    margin-top: 5px;
    max-width: 560px;
}

#home .faq .qa {
    margin-top: 14px;
    padding-bottom: 4px;
}

@media (min-width: 768px) {

    #home .faq {
        padding: 76px 0 100px 0;
    }

    #home .faq .info .text {
        margin-top: 19px;
    }

    #home .faq .qa {
        margin-top: 44px;
    }

}

#home .testimonials {
    padding: 24px 0 10px 0;
    background-color: #fff;
}

@media (min-width: 768px) {

    #home .testimonials {
        padding: 76px 0 58px 0;
    }

}

#home .testimonials .info {
    text-align: center;
}

#home .testimonials .info .text {
    max-width: 565px;
    margin-top: 4px;
}

@media (min-width: 768px) {

    #home .testimonials .info .text {
        margin-top: 14px;
    }

}

/**********************************************************/
/************************ About ***************************/
/**********************************************************/

#about h2.h3 {
    line-height: 1.45;
}

#about .hero {
    padding-bottom: calc((438 / 488) * 100vw);
    padding-top: 29px;
    background: #e7e7e7 url('images/about-bg-xs.jpg') center bottom no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    #about .hero {
        padding-bottom: 90px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    #about .hero {
        min-height: calc((763 / 1024) * 100vw);
        padding-top: 47px;
        background: #e7e7e7 url('images/about-bg-md.jpg') center bottom no-repeat;
        background-size: contain;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    #about .hero {
        min-height: calc((768 / 1600) * 100vw);
        padding-top: 47px;
        background: #e7e7e7 url('images/about-bg-lg.jpg') right -300px bottom no-repeat;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    #about .hero {
        min-height: calc((768 / 1600) * 100vw);
        padding-top: 77px;
        background: #e7e7e7 url('images/about-bg-lg.jpg') center bottom no-repeat;
        background-size: cover;
    }
}

@media (min-width: 1600px) {
    #about .hero {
        min-height: calc((768 / 1600) * 100vw);
        padding-top: 77px;
        background: #e7e7e7 url('images/about-bg-huge.jpg') center bottom no-repeat;
        background-size: cover;
    }
}

#about .hero h1 {
    font-size: 30px;
    margin-bottom: 17px;
}

#about .hero h2 {
    text-align: center;
    margin-bottom: 17px;
}

@media (min-width: 992px) {
    #about .hero h2 {
        text-align: left;
    }
}

#about .hero p {
    margin-bottom: 27px;
    color: #697375;
}

#about .services-area {
    padding: 25px 0 45px;
}

@media (min-width: 768px) {
    #about .services-area {
        padding: 40px 0 45px;
    }
}

#about .services-area .intro .text {
    padding-top: 8px;
    max-width: 560px;
    margin: 0 auto;
    font-weight: 500;
}

#about .service-list {
    padding-top: 30px;
}

@media (min-width: 768px) {
    #about .service-list {
        padding-top: 40px;
    }
}

@media (min-width: 768px) {
    #about .service-list-col {
        columns: 2;
        column-gap: 60px;
    }
}

#about .service-list-col .item {
    display: flex;
    align-items: center;
    padding-top: 18px;
    max-width: 380px;
    break-inside: avoid;
    page-break-inside: avoid;
}

@media (min-width: 768px) {
    #about .service-list-col .item {
        break-inside: avoid;
        page-break-inside: avoid;
    }
}

#about .service-list-col .item.addl_text {
    align-items: start;
}

#about .service-list-col .item .icon {
    padding-right: 30px;
}

#about .service-list-col .item .icon img {
    width: 50px;
}

@media (min-width: 768px) {
    #about .service-list-col .item .icon img {
        width: 60px;
    }
}

@media (min-width: 992px) {
    #about .service-list-col .item .icon img {
        width: 70px;
    }
}

#about .service-list-col .name {
    font-size: 17px;
    line-height: 1.2;
}

@media (min-width: 768px) {
    #about .service-list-col .name {
        font-size: 19px;
    }
}

@media (min-width: 992px) {
    #about .service-list-col .name {
        font-size: 20px;
    }
}

#about .service-list-col .name .text {
    margin-bottom: 0;
    font-weight: bold;
    color: #0a465a;
}

#about .service-list-col .item.addl_text .name {
    margin-top: 10px;
}

#about .service-list-col .item:not(.hl_text) .name .text a,
#about .service-list-col .item:not(.hl_text) .name .text a:visited,
#about .service-list-col .item:not(.hl_text) .name .text a:hover
{
    color: #0A465A;
}

#about .services-area .outro {
    padding-top: 30px;
    font-weight: bold;
}

@media (min-width: 768px) {
    #about .services-area .outro {
        padding-top: 50px;
    }
}

#about .why-choose {
    padding: 20px 0 25px;
    background-color: #f5ac3c;
}

@media (min-width: 768px) {
    #about .why-choose {
        padding: 40px 0 55px;
    }
}

#about .why-choose header h2 {
    color: #fff;
}

#about .why-choose .text {
    margin:  0 auto;
    max-width: 840px;
    text-align: center;
    padding-top: 20px;
    color: #fff;
}

#about .accreditations {
    padding: 25px 0 20px;
}

@media (min-width: 768px) {
    #about .accreditations {
        padding: 45px 0 40px;
    }
}

@media (min-width: 992px) {
    #about .accreditations {
        padding: 45px 0 90px;
    }
}

#about .accreditations .info-section header h2 {
    text-align: left;
}

#about .accreditations .info-section .details {
    padding-top: 35px;
    font-weight: 500;
}

#about .accreditations .info-section .details span,
#about .accreditations .info-section .details a
{
    font-weight: bold;
}

#about .accreditations .logos {
    text-align: center;
    padding-top: 35px;
}

#about .accreditations .logos .accred-img {
    margin-bottom: 40px;
}

#about .why-choose-main {
    padding-bottom: 40px;
    background-color: #ebebeb;
}

@media (min-width: 992px) {
    #about .why-choose-main {
        padding-bottom: 50px;
    }
}

#about .why-choose-main .header-wrap {
    padding: 20px 0 30px;
    background-image: url('images/general-hero-bg-lg.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

@media (min-width: 768px) {
    #about .why-choose-main .header-wrap {
        padding: 35px 0 50px;
    }
}

@media (min-width: 992px) {
    #about .why-choose-main .header-wrap {
        padding: 50px 0 70px;
    }
}

#about .why-choose-main .header-holder h2 {
    text-align: left;
}

#about .why-choose-main .intro-text {
    padding-top: 10px;
    max-width: 570px;
    font-weight: 500;
}

#about .main-section-wrap {
    padding: 20px 0;
}

@media (min-width: 768px) {
    #about .main-section-wrap {
        padding: 35px 0;
    }
}

#about .main-section-wrap .reasons {
    padding-top: 55px;
}

#about .main-section-wrap .reason:not(:first-child) {
    margin-top: 30px;
}

@media (min-width: 1200px) {
    #about .main-section-wrap .reason:not(:first-child) {
        margin-top: 40px;
    }
}

#about .main-section-wrap .reason .holder {
    text-align: center;
}

@media (min-width: 768px) {
    #about .main-section-wrap .reason .holder {
        text-align: left;
    }
}

@media (max-width: 767px) {
    #about .main-section-wrap .reason .icon img {
        margin: 0 auto;
        width: 130px;
    }
}

@media (max-width: 991px) {
    #about .main-section-wrap .reason .icon img {
        width: 130px;
    }
}

#about .main-section-wrap .reason .icon img {
    border: none;
}

#about .main-section-wrap .reason .main {
    padding-left: 20px;
}

#about .main-section-wrap .reason .main header {
    padding-bottom: 6px;
}

#about .main-section-wrap .reason .main .content {
    text-align: left;
    font-weight: 500;
}

#about .main-section-wrap .reason .main .content h5 {
    margin-bottom: 22px;
}

#about .benefits {
    text-align: center;
    padding: 55px 0 30px;
}

@media (min-width: 768px) {
    #about .benefits {
        padding: 75px 0 70px;
    }
}

@media (min-width: 992px) {
    #about .benefits {
        padding: 80px 0 80px;
    }
}

@media (min-width: 1200px) {
    #about .benefits {
        padding: 95px 0 120px;
    }
}

#about .benefits .logo img {
    max-width: 160px;
}

@media (min-width: 768px) {
    #about .benefits .logo img {
        max-width: 200px;
    }
}

#about .benefits header {
    margin: 0 auto;
    padding-top: 8px;
    max-width: 600px;
}

#about .benefits .text {
    margin: 0 auto;
    padding-top: 12px;
    max-width: 890px;
}

/**********************************************************/
/************************* FAQ ****************************/
/**********************************************************/

#faq #general_hero {
    min-height: 250px;
}

@media (min-width: 360px) {
    #faq #general_hero {
        min-height: 270px;
    }
}

@media (min-width: 480px) and (max-width: 1199px) {
    #faq #general_hero {
        min-height: 220px;
    }
}

@media (min-width: 1200px) {
    #faq #general_hero {
        min-height: 310px;
    }
}

#faq .wrapper {
    padding: 50px 0;
}

@media (min-width: 992px) {
    #faq .wrapper {
        padding: 75px 0;
    }
}

@media (min-width: 1200px) {
    #faq .wrapper {
        padding: 100px 0;
    }
}

#faq .illustration {
    text-align: center;
}

#faq .illustration img {
    display: inline-block;
}

#faq .text p {
    max-width: 400px;
    margin-bottom: 0;
}

/**********************************************************/
/********************* FAQ Template ***********************/
/**********************************************************/

#faq_template #general_hero {
    min-height: 120px;
    padding-top: 20px;
}

#faq_template .wrapper {
    padding: 30px 0 50px 0;
}

@media (min-width: 992px) {
    #faq_template .wrapper {
        padding: 45px 0 75px 0;
    }
}

@media (min-width: 1200px) {
    #faq_template .wrapper {
        padding: 60px 0 100px 0;
    }
}

#faq_template #qa {
    padding-top: 40px;
}

@media (min-width: 992px) {
    #faq_template #qa {
        padding-top: 55px;
    }
}

#faq_template #qa .text p {
    max-width: 400px;
    margin-bottom: 0;
}

/**********************************************************/
/**************** Forms & Publications ********************/
/**********************************************************/

#forms #general_hero {
    min-height: 355px;
}

@media (min-width: 360px) {
    #forms #general_hero {
        min-height: 335px;
    }
}

@media (min-width: 480px) {
    #forms #general_hero {
        min-height: 295px;
    }
}

@media (min-width: 600px) and (max-width: 1199px) {
    #forms #general_hero {
        min-height: 250px;
    }
}

@media (min-width: 1200px) {
    #forms #general_hero {
        min-height: 310px;
    }
}

#forms .wrapper {
    padding: 50px 0 34px 0;
}

@media (min-width: 992px) {
    #forms .wrapper {
        padding: 75px 0 59px 0;
    }
}

@media (min-width: 1200px) {
    #forms .wrapper {
        padding: 100px 0 84px 0;
    }
}

#forms .holder {
    text-align: center;
}

#forms .holder:not(:first-child) {
    padding-top: 32px;
}

@media (min-width: 992px) {

    #forms .holder {
        text-align: left;
    }

    #forms .holder:not(:first-child) {
        padding-top: 0;
    }

}

/*
 * Background Positions:
 * (x pixel pos / (total sprite image width - display image width)) x 100
 * (y pixel pos / (total sprite image height - display image height)) x 100
 * Note: Negative values are converted to positive in calculations; ie -399 you input as 399.
*/

#forms .holder.forms .icon {
    background-position: 60.5% 47%;
}

#forms .holder.publications .icon {
    background-position: 80.6% 47%;
}

#forms .holder.other .icon {
    background-position: 100% 47%;
}

#forms .holder .content {
    text-align: left;
    padding-top: 7px;
}

@media (max-width: 991px) {
    #forms .holder .content {
        display: flex;;
        flex-direction: column;
        align-items: center;
    }
}

#forms .holder .content header {
    padding-bottom: 9px;
}

#forms .holder .content header h3 {
    text-align: center;
    font-size: 24px;
    color: #0A465A;
    font-weight: bold;
}

#forms .holder .content li {
    list-style: none;
    min-height: 12px;
    margin-left: 0;
    padding-left: 20px;
    background: url('images/dl-icon.png') left 2px no-repeat;
}

@media (min-width: 992px) {
    #forms .holder .content header h3 {
        text-align: left;
    }
}

/**********************************************************/
/********************** Pricing ***************************/
/**********************************************************/

#pricing #general_hero {
    min-height: 325px;
}

@media (min-width: 360px) {
    #pricing #general_hero {
        min-height: 310px;
    }
}

@media (min-width: 480px) and (max-width: 1199px) {
    #pricing #general_hero {
        min-height: 250px;
    }
}

@media (min-width: 1200px) {
    #pricing #general_hero {
        min-height: 310px;
    }
}

#pricing .wrapper {
    padding: 50px 0;
}

@media (min-width: 992px) {
    #pricing .wrapper {
        padding: 75px 0;
    }
}

@media (min-width: 1200px) {
    #pricing .wrapper {
        padding: 100px 0;
    }
}

#pricing .content > p:last-child {
    margin-bottom: 0;
}

#pricing .top .question .holder {
    padding: 7px 30px 10px 30px;
    background-color: #ecf0f1;
    border: 1px solid #bdc3c7;
    border-radius: 3px;
}

#pricing h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #0A465A;
}

@media (min-width: 992px) {

    #pricing h2 {
        text-align: left;
    }

}

#pricing table.table {
    width: 100%;
}

#pricing header h2 {
    margin-top: 5px;
}

#pricing .sec {
    margin-top: 40px;
}

@media (min-width: 992px) {
    #pricing .sec {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    #pricing .sec {
        margin-top: 60px;
    }
}

#pricing .sec .main {
    padding-left: 20px;
}

#pricing .sec .holder {
    text-align: center;
}

#pricing .sec .content {
    text-align: left;
}

@media (min-width: 992px) {
    #pricing .sec .holder {
        text-align: left;
    }
}

#pricing .searches header h2 span.normal {
    font-weight: normal;
}

/*
 * Background Positions:
 * (x pixel pos / (total sprite image width - display image width)) x 100
 * (y pixel pos / (total sprite image height - display image height)) x 100
 * Note: Negative values are converted to positive in calculations; ie -399 you input as 399.
*/

#pricing .searches .icon {
    background-position: 0 93.75%;
}

#pricing .filing .icon {
    background-position: 20.4% 93.75%;
}

#pricing .reg .icon {
    background-position: 40.3% 94.75%;
}

#pricing .other .content .icon {
    background-position: 61.6% 94.75%;
}

#pricing .outro {
    margin-top: 36px;
}

#pricing .outro .outro-holder > p:last-child {
    margin-bottom: 0;
}

/**********************************************************/
/********************** Why Us ****************************/
/**********************************************************/

#why_us .wrapper {
    padding: 50px 0;
}

@media (min-width: 992px) {
    #why_us .wrapper {
        padding: 75px 0;
    }
}

@media (min-width: 1200px) {
    #why_us .wrapper {
        padding: 100px 0;
    }
}

#why_us h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #0A465A;
}

@media (min-width: 992px) {
    #why_us h2 {
        text-align: left;
    }
}

#why_us table.table {
    width: 100%;
}

#why_us table.table.big {
    display: none;
}

#why_us table.table.small {
    display: table;
}

@media (min-width: 768px) {

    #why_us table.table.big {
        display: table;
        font-size: 15px;
    }

    #why_us table.table.small {
        display: none;
    }

}

@media (min-width: 1200px) {
    #why_us table.table.big {
        font-size: 16px;
    }
}

#why_us header h2 {
    margin-top: 5px;
}

#why_us .sec:not(:first-child) {
    margin-top: 30px;
}

@media (min-width: 992px) {
    #why_us .sec:not(:first-child) {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    #why_us .sec:not(:first-child) {
        margin-top: 60px;
    }
}

#why_us .sec .main {
    padding-left: 20px;
}

#why_us .sec .holder {
    text-align: center;
}

@media (min-width: 992px) {
    #why_us .sec .holder {
        text-align: left;
    }
}

#why_us .sec .holder .content {
    text-align: left;
}

/*
 * Background Positions:
 * (x pixel pos / (total sprite image width - display image width)) x 100
 * (y pixel pos / (total sprite image height - display image height)) x 100
 * Note: Negative values are converted to positive in calculations; ie -399 you input as 399.
*/

#why_us .fees .icon {
    background-position: 0 0;
}

#why_us .services {
    background-position: 19.9% 0;
}

#why_us .experience .icon {
    background-position: 39.9% 0;
}

#why_us .friendly .icon {
    background-position: 59.9% 0;
}

#why_us .flexible .icon {
    background-position: 80% 0;
}

#why_us .prompt .icon {
    background-position: 100% 0;
}

/**********************************************************/
/***************** Trademark Search ***********************/
/**********************************************************/

#search #general_hero {
    min-height: 300px;
}

@media (min-width: 385px) {
    #search #general_hero {
        min-height: 270px;
    }
}

@media (min-width: 480px) {
    #search #general_hero {
        min-height: 220px;
    }
}

@media (min-width: 1200px) {
    #search #general_hero {
        min-height: 310px;
    }
}

#search .form {
    padding: 50px 0;
}

@media (min-width: 992px) {
    #search .form {
        padding: 75px 0;
    }
}

@media (min-width: 992px) {
    #search .form {
        padding: 100px 0;
    }
}

#search .form .wrapper {
    position: relative;
    padding: 27px 29px 40px 29px;
    background-color: #0A465A;
    border-radius: 3px;
}

#search .form .what {
    margin-bottom: 18px;
    font-weight: bold;
}

#search .form .what .fa {
    margin-right: 4px;
    color: #82A1A3;
}

#search .form .fields .field_wrapper:not(:first-child) {
    margin-top: 25px;
}

#search .form .fields input[type=text],
#search .form .fields input[type=email],
#search .form .fields textarea {
    font-family: "Lexend Deca", Arial, sans-serif;
    font-size: 16px;
    border: 1px solid #82A1A3;
    border-radius: 0;
}

#search .form .fields input:focus[type=text],
#search .form .fields input:focus[type=email],
#search .form .fields textarea:focus {
    box-shadow: none;
}

#search .form input[type=text],
#search .form input[type=email] {
    height: 45px;
}

#search .form .fields input[type=radio] {
    margin-right: 3px;
}

#search .form .fields input[type=checkbox] {
    margin-right: 3px;
}

#search .form .field.radio_btns {
    margin-top: 10px;
}

#search .form .field.half > span {
    display: inline-block;
    vertical-align: top;
}

#search .form .field.half input[type=text] {
    display: block;
    width: 100%;
    margin-top: 10px;
}

@media (min-width: 768px) {
    #search .form .field.half input[type=text] {
        display: inline-block;
        margin-top: 0;
        width: 322px;
    }
}

@media (min-width: 992px) {
    #search .form .field.half input[type=text] {
        width: 351px;
    }
}

@media (min-width: 1200px) {
    #search .form .field.half input[type=text] {
        width: 435px;
    }
}

@media (min-width: 768px) {
    #search .form .field.half span:first-child {
        margin-right: 13px;
    }
}

#search .form .field label {
    color: #fff;
    font-weight: normal;
}

#search .form .field .holder {
    display: inline-block;
    margin-right: 11px;
}

#search .form .fields span.wpcf7-list-item {
    margin: 0;
}

#search .form .fields textarea {
    height: 100px;
}

#search .form .fields .title {
    margin-bottom: 8px;
    font-weight: bold;
    color: #fff;
}

#search .form .fields .title span.optional,
#search .form .fields span.file_chosen {
    color: #bdc3c7;
}

#search .form .fields span.file_chosen {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

@media (min-width: 420px) {

    #search .form .fields .wp_is_annoying {
        display: inline;
    }

    #search .form .fields span.file_chosen {
        display: inline;
        margin: 0 0 0 15px;
    }

}

#search .form .fields .browse_btn {
    position: relative;
    margin-top: 2px;
    width: 169px;
    min-width: 169px;
    background: url('images/btns.png') -95px -105px no-repeat;
    overflow: hidden;
}

#search .form .fields .browse_btn span.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

#search .form .fields .browse_btn span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 15px;
    margin-top: 40px;
    opacity: 1;
    z-index: 999;
    color: red;
}

#search .form .fields .browse_btn input[type="file"] {
    position: absolute;
    top: -6px;
    right: -12px;
    font-size: 200px;
    cursor: pointer;
    opacity: 0;
    z-index: 500;
}

#search .form .fields .field_wrapper.subscribe .field {
    display: table;
}

#search .form .fields .field_wrapper.subscribe .field .td {
    display: table-cell;
    vertical-align: top;
}

#search .form .fields .field_wrapper.subscribe .field .td:first-child {
    padding-right: 8px;
}

#search .form .fields .field_wrapper.subscribe .field .wpcf7-list-item-label {
    display: none;
}

#search .form .fields .field_wrapper.submit {
    margin-top: 24px;
}

@media (min-width: 992px) {
    #search .form .fields .field_wrapper.submit {
        margin-top: 36px;
    }
}

@media (min-width: 1200px) {
    #search .form .fields .field_wrapper.submit {
        margin-top: 48px;
    }
}

#search .form .fields .field_wrapper.submit .field input {
    width: 169px;
    min-width: 169px;
    height: 60px;
    min-height: 60px;
    background: url('images/btns.png') -5px -338px no-repeat;
}

#search .form .fields .field_wrapper.submit .field input:hover,
#search .form .fields .field_wrapper.submit .field input:active,
#search .form .fields .field_wrapper.submit .field input:focus {
    background-position: -5px -405px;
}

#search .wpcf7-response-output {
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid transparent;
    border-radius: 4px;
}

#search .wpcf7-validation-errors,
#search .wpcf7-mail-sent-ng {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

#search .wpcf7-mail-sent-ok {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

#search .questions {
    padding: 50px 0;
    background-color: #ecf0f1;
}

@media (min-width: 992px) {
    #search .questions {
        padding: 75px 0;
    }
}

@media (min-width: 1200px) {
    #search .questions {
        padding: 100px 0;
    }
}

#search .questions .back_to_search {
    margin-top: 19px;
}

#search .questions .back_to_search a {
    width: 229px;
    min-width: 229px;
    background: url('images/btns-new.png') -5px -471px no-repeat;
}

#search .questions .back_to_search a:hover,
#search .questions .back_to_search a:active,
#search .questions .back_to_search a:focus {
    background-position: -5px -522px;
}

/**********************************************************/
/********************** Contact ***************************/
/**********************************************************/

#contact .options {
    padding: 31px 0 11px 0;
}

@media (min-width: 992px) {
    #contact .options {
        padding: 39px 0 25px 0;
    }
}

@media (min-width: 1200px) {
    #contact .options {
        padding: 66px 0 49px 0;
    }
}

#contact .options .icon {
    text-align: left;
    margin-right: 18px;
}

@media (min-width: 360px) {

    #contact .options .icon {
        margin-right: 28px;
    }

}

#contact .options .holder {
    display: flex;
    flex-flow: column nowrap;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 600px) {
    #contact .options .holder {
        flex-direction: row;
        justify-content: space-around;
    }
}

#contact .options .option {
    padding: 0 15px;
}

#contact .options .option:not(:last-child) {
    padding-right: 30px;
}

/*
 * Background Positions:
 * (x pixel pos / (total sprite image width - display image width)) x 100
 * (y pixel pos / (total sprite image height - display image height)) x 100
 * Note: Negative values are converted to positive in calculations; ie -399 you input as 399.
*/

#contact .options .option.location .icon {
    background-position: 1.2% 37.5%;
}

#contact .options .option.phone .icon {
    background-position: 33.6% 37.5%;
}

#contact .options .option.fax .icon {
    background-position: 65.2% 37.5%;
}

#contact .options .option.email .icon {
    background-position: 96.8% 37.5%;
}

#contact .options .details header h4 {
    font-size: 15px;
    text-transform: uppercase;
}

#contact .options .details .text {
    font-size: 15px;
}

#contact .options .details .text p {
    margin-bottom: 10px;
}

@media (min-width: 400px) {

    #contact .options .details header h4 {
        font-size: 16px;
    }

    #contact .options .details .text {
        font-size: 16px;
    }

}

@media (max-width: 599px) {

    #contact .options .option:not(:last-child) .text {
        margin-bottom: 22px;
    }

}

#contact .form {
    padding: 32px 0 30px 0;
    background-color: #ecf0f1;
}

@media (min-width: 992px) {

    #contact .form {
        padding: 54px 0 50px 0;
        background-color: #ecf0f1;

    }
}

@media (min-width: 1200px) {

    #contact .form {
        padding: 79px 0 70px 0;
    }

}

#contact .form .wrapper {
    margin-top: 0;
}

#contact .form .wrapper p {
    margin-bottom: 0;
}

#contact .form .wrapper ~ .wrapper {
    margin-top: 25px;
}

#contact .form p.title {
    margin-bottom: 8px;
    font-weight: bold;
}

#contact .form .fields input[type=text],
#contact .form .fields input[type=email],
#contact .form .fields textarea {
    font-family: "Lexend Deca", Arial, sans-serif;
    font-size: 16px;
    border: 1px solid #bdc3c7;
    border-radius: 0;
}

#contact .form .fields input[type=text],
#contact .form .fields input[type=email] {
    height: 45px;
}

#contact .form .fields textarea {
    height: 100px;
}

#contact .form .wrapper.name .fields input[type=text] {
    width: 100%;
}

#contact .form .wrapper.name .fields input.first {
    margin-bottom: 10px;
}

@media (min-width: 768px) {

    #contact .form .wrapper.name .fields input[type=text] {
        display: inline-block;
        width: 351px;
    }

    #contact .form .wrapper.name .fields input.first {
        margin-bottom: 0;
        margin-right: 13px;
    }

}

@media (min-width: 992px) {

    #contact .form .wrapper.name .fields input[type=text] {
        width: 461px;
    }

}

@media (min-width: 1200px) {

    #contact .form .wrapper.name .fields input[type=text] {
        width: 561px;
    }

}

#contact .form .wrapper.submit .fields input {
    width: 169px;
    min-width: 169px;
    height: 60px;
    min-height: 60px;
    background: url('images/btns.png') -5px -338px no-repeat;
}

#contact .form .wrapper.submit .fields input:hover,
#contact .form .wrapper.submit .fields input:active,
#contact .form .wrapper.submit .fields input:focus {
    background-position: -5px -405px;
}

#contact .map {
    min-height: 314px;
    width: 100%;
    background: #fff url('images/map-bg-xs.jpg?v=2') center top no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

@media (min-width: 768px) and (max-width: 991px) {
    #contact .map {
        min-height: 314px;
        background: #fff url('images/map-bg-sm.jpg?v=2') center top no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
}

@media (min-width: 992px) {
    #contact .map {
        min-height: 314px;
        background: #fff url('images/map-bg-lg.jpg?v=2') center top no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
}

@media (min-width: 1850px) {
    #contact .map {
        min-height: 363px;
    }
}

@media (min-width: 1920px) {
    #contact .map {
        min-height: 377px;
    }
}

#contact .wpcf7-response-output {
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid transparent;
    border-radius: 4px;
}

#contact .wpcf7-validation-errors,
#contact .wpcf7-mail-sent-ng {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

#contact .wpcf7-mail-sent-ok {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

/**********************************************************/
/******************** Testimoniaks ************************/
/**********************************************************/

#testimonials .wrapper {
    padding: 57px 0 45px 0;
}

@media (min-width: 992px) {
    #testimonials .wrapper {
        padding-bottom: 56px;
    }
}

@media (min-width: 1200px) {
    #testimonials .wrapper {
        padding-bottom: 76px;
    }
}

/**********************************************************/
/************ Domain Reg / Website Hosting ****************/
/**********************************************************/

#domain_reg #general_hero {
    min-height: 310px;
}

@media (min-width: 360px) {
    #domain_reg #general_hero {
        min-height: 270px;
    }
}

@media (min-width: 480px) and (max-width: 1199px) {
    #domain_reg #general_hero {
        min-height: 220px;
    }
}

#domain_reg .wrapper {
    padding: 50px 0;
}

@media (min-width: 992px) {
    #domain_reg .wrapper {
        padding: 75px 0;
    }
}

@media (min-width: 1200px) {
    #domain_reg .wrapper {
        padding: 100px 0;
    }
}

#domain_reg h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #0A465A;
}

@media (min-width: 992px) {
    #domain_reg h2 {
        text-align: left;
    }
}

#domain_reg table {
    font-size: 14px;
    width: 100%;
}

@media (min-width: 992px) {
    #domain_reg table {
        font-size: 16px;
    }
}

#domain_reg .domains .holder {
    text-align: center;
}

#domain_reg .domains header h2 {
    margin-top: 5px;
}

/*
 * Background Position:
 * (x pixel pos / (total sprite image width - display image width)) x 100
 * (y pixel pos / (total sprite image height - display image height)) x 100
 * Note: Negative values are converted to positive in calculations; ie -399 you input as 399.
*/

#domain_reg .domains .icon {
    background-position: 20% 46.5%;
}

@media (min-width: 992px) {
    #domain_reg .domains .holder {
        text-align: left;
    }
}

#domain_reg .domains .main {
    text-align: left;
    padding-left: 20px;
}

#domain_reg .websites {
    margin-top: 32px;
}

#domain_reg .websites .holder {
    text-align: center;
}

@media (min-width: 992px) {
    #domain_reg .websites .holder {
        text-align: left;
    }
}

@media (min-width: 992px) {
    #domain_reg .websites {
        margin-top: 42px;
    }
}

@media (min-width: 1200px) {
    #domain_reg .websites {
        margin-top: 57px;
    }
}

#domain_reg .websites header h2 {
    margin-top: 5px;
}

/*
 * Background Position:
 * (x pixel pos / (total sprite image width - display image width)) x 100
 * (y pixel pos / (total sprite image height - display image height)) x 100
 * Note: Negative values are converted to positive in calculations; ie -399 you input as 399.
*/

#domain_reg .websites .icon {
    background-position: 40% 47%;
}

@media (min-width: 992px) {
    #domain_reg .websites .holder {
        text-align: left;
    }
}

#domain_reg .websites .main {
    text-align: left;
    padding-left: 20px;
}

/**********************************************************/
/************************ Blog ****************************/
/**********************************************************/

#blog .wrapper {
    padding-top: 10px;
    padding-bottom: 50px;
    background-color: #fff;
}

#blog.index .wrapper article {
    padding-top: 16px;
}

#blog.post .wrapper article {
    padding-top: 16px;
}

#blog.index .info header a,
#blog.index .info header a:visited {
    color: #0A465A;
}

#blog.index .info header > h2 {
    text-align: left;
    color: #fff;
}

#blog.post .info header > h1 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #0A465A;
}

@media (min-width: 992px) {

    #blog .wrapper {
        padding-top: 27px;
        padding-bottom: 63px;
    }

    #blog.post .wrapper {
        padding-top: 37px;
    }

    #blog.index .wrapper article {
        padding-top: 26px;
    }

}

@media (min-width: 1200px) {

    #blog.index .wrapper {
        padding-top: 37px;
        padding-bottom: 100px;
    }

    #blog.post .wrapper {
        padding-top: 57px;
        padding-bottom: 88px;
    }

    #blog.index .wrapper article {
        padding-top: 36px;
    }

}

#blog .info .details {
    font-weight: bold;
}

#blog .image {
    text-align: center;
    margin-top: 23px;
}

#blog .content {
    margin-top: 25px;
}

#blog .content ul,
#blog .content ol {
    margin-bottom: 22px;
}

#blog.post article .page-link {
    margin: 15px 0;
}

#blog.post article .content .social-ring {
    margin-top: 15px;
}

#blog .author-info {
    display: flex;
    flex-direction: column;
    padding-top: 45px;
}

#blog:not(.author) .author-info {
    border-top: 1px solid #EEF1F2;
    margin-top: 40px;
}

@media (min-width: 768px) {

    #blog .author-info {
        flex-direction: row;
        flex-wrap: nowrap;
        padding-top: 55px;
    }

    #blog:not(.author) .author-info {
        margin-top: 45px;
    }

}

@media (min-width: 992px) {

    #blog .author-info {
        flex-direction: row;
        flex-wrap: nowrap;
        padding-top: 60px;
    }

    #blog:not(.author) .author-info {
        margin-top: 55px;
    }

}

#blog .author-info .avatar {
    border-radius: 50%;
}

@media (max-width: 767px) {
    #blog .author-info .author-avatar {
        text-align: center;
        padding-bottom: 40px;
    }
}

@media (min-width: 768px) {
    #blog .author-description {
        margin-left: 30px;
    }
}

#blog .author-description h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    #blog .author-description {
        text-align: center;
        margin: 0 auto;
        max-width: 600px;
    }
}

#blog .author-description .bio {
    padding-top: 18px;
}

#blog .author-description h3 a,
#blog .author-description h3 a:visited,
#blog .author-description h3 a:hover,
#blog .author-description h3 a:focus,
#blog .author-description h3 a:active
{
    color: #0A465A;
}

#blog footer {
    margin-top: 12px;
    padding-bottom: 33px;
    border-bottom: 1px solid #ecf0f1;
}

#blog.post article footer a {
    float: right;
}

@media (min-width: 1200px) {
    #blog footer {
        padding-bottom: 43px;
    }
}

@media (min-width: 1200px) {
    #blog footer {
        padding-bottom: 53px;
    }
}

#blog.index .paging {
    margin: 0;
    padding-top: 15px;
    border-radius: 0;
}

#blog.index .paging .holder {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 992px) {
    .paging .holder .mobile-pagination {
        display: none;
    }
}

@media (max-width: 991px) {
    .paging .holder .desktop-pagination {
        display: none;
    }
}

.wp-paginate {
    text-align: center;
    margin-left: 0;
}

.wp-paginate .ellipse-gap {
    margin-left: 0;
}

.wp-paginate > li {
    display: inline-block !important;
    margin-top: 15px;
    margin-left: 25px;
}

.wp-paginate li:first-child {
    margin-left: 0;
}

.wp-paginate > li > :is(a, span.page.current) {
    display: inline-block;
    text-align: center;
    padding: 10px;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    border-radius: 3px;
}

.wp-paginate > li > a {
    color: #62797A;
    background-color: #ecf0f1;
}

.wp-paginate > li > a:is(:hover, :focus, :active),
.wp-paginate > li > span.page.current
{
    color: #fff;
    background-color: #62797A;
}

/*#blog.index .paging a {*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    height: 51px;*/
/*    min-height: 51px;*/
/*    line-height: 51px;*/
/*    width: 98px;*/
/*    min-width: 98px;*/
/*    font-weight: bold;*/
/*    color: #62797A;*/
/*    background-color: #ecf0f1;*/
/*    border-radius: 3px;*/
/*}*/

/*#blog.index .paging a:hover,*/
/*#blog.index .paging a:active,*/
/*#blog.index .paging a:focus {*/
/*    color: #fff;*/
/*    background-color: #62797A;*/
/*}*/

@media (max-width: 767px) {
    #blog.author .hero-container {
        justify-content: center;
    }
}

@media (max-width: 1799px) {
    #blog.author .hero-container {
        display: flex;
        align-items: center;
        height: 100%;
    }
}

#blog.author .hero {
    padding: calc((150 / 1920) * 100vw) 0 116%;
    background-color: #E7E7E7;
    background-image: url('images/author-small-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

@media (min-width: 500px) and (max-width: 767px) {
    #blog.author .hero {
        padding-bottom: 90%;
        background-size: 75%;
    }
}

@media (min-width: 768px) {
    #blog.author .hero {
        padding: calc((100 / 1920) * 100vw) 0;
        min-height: calc((518 / 1920) * 100vw);
        background-position: bottom right -70px;
    }
}

@media (min-width: 992px) {
    #blog.author .hero {
        background-position: bottom right;
    }
}

@media (min-width: 1199px) {
    #blog.author .hero {
        padding: calc((100 / 1920) * 100vw) 0;
        min-height: initial;
        height: calc((751 / 1920) * 100vw);
        background-image: url('images/author-bg.jpg');
        background-position: bottom right;
    }
}

@media (min-width: 1800px) {
    #blog.author .hero {
        padding: calc((190 / 1920) * 100vw) 0;
    }
}

@media (max-width: 767px) {

    #blog.author .hero .intro {
        text-align: center;
    }

    #blog.author .hero .intro .text {
        margin: 0 auto;
        max-width: 600px;
    }

}

#blog.author .hero .intro h1 {
    padding-bottom: 20px;
    font-weight: 700;
    color: #0A465A;
}

#blog.author .hero .social {
    padding-top: 45px;
}

#blog.author .hero .social .services {
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    #blog.author .hero .social .services {
        justify-content: center;
    }
}

#blog.author .hero .social .services > a {
    display: inline-block;
    text-align: center;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    font-size: 19px;
    line-height: 40px;
    color: #fff;
    background-color: #F89623;
    border-radius: 50%;
}

#blog.author .hero .social .services > a:not(:last-child) {
    margin-right: 10px;
}

#searchform #s {
    border-top: 1px solid #697375;
    border-bottom: 1px solid #697375;
    border-left: 1px solid #697375;
}

#searchform #searchsubmit {
    border-color: #697375;
}

#searchform {
    display: flex;
    margin-top: 30px;
}

@media (min-width: 992px) {
    #searchform {
        margin-top: 0;
        margin-bottom: 24px;
    }
}

#searchform #s {
    padding-left: 18px;
    height: 60px;
    width: calc(100% - 47px);
    border-width: 1px;
    border-right-width: 0;
}

#searchform #s::placeholder {
    color: #697375;
}

#searchform #searchsubmit {
    padding: 0 16px 0 11px;
    height: 60px;
    background: transparent;
    border-width: 1px;
    border-left-width: 0;
    border-style: solid;
}

#searchform #searchsubmit i {
    font-size: 20px;
}

/**********************************************************/
/******************* What Trademark ***********************/
/**********************************************************/

#general.what-tm .form {
    padding-left: 25px;
}

#general.what-tm .form-title {
    color: #F89623;
    font-weight: bold;
}

#general.what-tm ol li:not(:last-child) {
    margin-bottom: 12px;
}

#general.what-tm .title {
    margin-bottom: 8px;
    color: #fff;
}

#general.what-tm .fields .wpcf7-list-item {
    display: block;
}

#general.what-tm .fields .wpcf7-list-item input[type=checkbox] {
    margin-right: 7px;
}

#general.what-tm .wpcf7-form {
    color: #fff;
    background-color: #0A465A;
    border-radius: 3px;
    padding: 27px 29px 40px;
}

#general.what-tm .fields input[type=text],
#general.what-tm .fields input[type=email],
#general.what-tm .fields textarea {
    font-family: "Lexend Deca", Arial, sans-serif;
    font-size: 16px;
    border: 1px solid #bdc3c7;
    border-radius: 0;
}

#general.what-tm .fields input:focus[type=text],
#general.what-tm .fields input:focus[type=email],
#general.what-tm .fields textarea:focus {
    box-shadow: none;
}

#general.what-tm .fields input[type=text],
#general.what-tm .fields input[type=email] {
    height: 45px;
}

#general.what-tm .fields textarea {
    height: 100px;
}

#general.what-tm .row-wrapper.name .fields input[type=text] {
    width: 100%;
}

#general.what-tm .row-wrapper.submit .fields input {
    width: 169px;
    min-width: 169px;
    height: 60px;
    min-height: 60px;
    background: url('images/btns.png') -5px -338px no-repeat;
}

#general.what-tm .row-wrapper.submit .fields input:hover,
#general.what-tm .row-wrapper.submit .fields input:active,
#general.what-tm .row-wrapper.submit .fields input:focus {
    background-position: -5px -405px;
}

@media (max-width: 599px) {

    #general.madrid .table.mobile td {
        width: 50%;
    }

    #general.madrid .table.non-mobile {
        display: none;
    }

}

@media (min-width: 600px) {

    #general.madrid .table.mobile {
        display: none;
    }

}


/**********************************************************/
/***************** Apply Online Page **********************/
/**********************************************************/

.alert {
    margin: 20px 0;
    font-size: 15px;
    color: #c09853;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

#search-status.alert {
    margin-left: 20px;
    margin-right: 20px;
}

.alert.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert.alert-notice {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

#search-status a,
#search-status a:visited

{
    display: inline !important;
    font-size: inherit !important;
    padding: 0 !important;
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px; width: 1px;
    margin: -1px; padding: 0; border: 0;
}
.instructions-icon img {
    max-width: 100%;
    max-height: 100%;
}
.instructions-icon {
    position: relative;
    margin-left: 2px;
    bottom: -1px;
    display: inline-block;
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
}
.mr-content {
    font-size: 17px;
}

.mr-content h3 {
    margin-top: 70px;
    font-size: 21px;
    line-height: 1.4;
}
#ordering-box {
    font-family: "Lexend Deca", Arial, sans-serif;
    padding-bottom: 60px;
    color: #111111;
}

#ordering-box a,
#ordering-box a:visited
{
    color: #F89623;
}

#ordering-box a:hover {
    color: #F15B26;
}

#ordering-box h2,
#ordering-box h4,
#ordering-box h5
{
    margin: 0;
    line-height: 1;
}

#ordering-box h2 {
    font-size: 17px;
}

@media (min-width: 768px) {
    #ordering-box h2 {
        font-size: 20px;
    }
}

#ordering-box h4 {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

#ordering-box h4 label {
    font-weight: normal;
}

#ordering-box h4.nw {
    white-space: nowrap;
}

#ordering-box h5 {
    font-size: 14px;
}

#ordering-box strong {
    font-weight: bold;
}

#ordering-box label {
    display: inline;
    cursor: pointer;
}

#ordering-box .prov-large {
    display: none;
}

#ordering-box .prov-small {
    display: inline;
}

#ordering-box .input-wrap {
    white-space: nowrap;
}

@media (min-width: 500px) {

    #ordering-box .prov-large {
        display: inline;
    }

    #ordering-box .prov-small {
        display: none;
    }

}

#ordering-box .btn {
    text-align: center;
    height: 40px;
    min-height: 40px;
    font-size: 16px;
    line-height: 33px;
    color: #fff;
    background-color: #82A1A3;
    border: none;
    border-radius: 4px;
}

/*#ordering-box .btn:hover {*/
    /*color: #8397a0;*/
/*}*/

#ordering-box .btn span {
    position: relative;
    top: -1px;
    left: -2px;
}

#ordering-box .form-wrap {
    /*padding: 9px;*/
    /*border: 1px solid #dadfe1;*/
}

#ordering-box .form-wrap .section {
    padding-bottom: 34px;
    background-color: #0A465A;
    /*border: 1px solid #dadfe1;*/
}

#ordering-box .form-wrap .section.conditions {
    padding-bottom: 6px;
}

#ordering-box .form-wrap .section.conditions .details h4 {
    font-weight: bold;
}

#ordering-box .form-wrap .section > header {
    position: relative;
    padding: 23px 30px;
    background-color: #1C2F40;
    color: #fff;
    border-bottom: 1px solid #82A1A3;
}
#ordering-box .form-wrap .section > header h2 {
    text-align: left;
    color: #fff;
}

@media (max-width: 359px) {
    #ordering-box .form-wrap .section.conditions > header h2 {
        font-size: 15px;
    }
}

#ordering-box .form-wrap .section > header .action {
    display: none;
    position: absolute;
    top: 15px;
    right: 30px;
    text-align: center;
    font-size: 1.1rem;
    border-radius: 2px;
    padding: 5px 7px 5px 6px;
    background-color: #F89623;
    z-index: 2;
    color: #fff;
    border: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    #ordering-box .form-wrap .section.conditions > header .action {
        padding: 5px 7px 6px 3px;
    }
}

@media (min-width: 768px) {
    #ordering-box .form-wrap .section > header .action {
        top: 17px;
        padding: 6px 10px 7px 10px;
    }
}

#ordering-box .form-wrap .section > header .action {

}

#ordering-box .form-wrap .section > header .action:hover,
#ordering-box .form-wrap .section > header .action:active,
#ordering-box .form-wrap .section > header .action:focus
{
    background-color: #E34E33;
}

#ordering-box .form-wrap .section > header .icon-pencil,
#ordering-box .form-wrap .section > header .icon-tick
{
    padding-right: 2px;
    font-size: 1rem;
}

#ordering-box .form-wrap .section .fields {
    padding: 26px 25px 0 25px;
    color: #fff;
    background-color: #0A465A;
}

#ordering-box .form-wrap .section .field-row {
    margin-bottom: 24px;
}

#ordering-box .form-wrap .section .field-row.half {
    float: left;
    width: 50%;
}

#ordering-box .form-wrap .section .field-row.half:not(:last-child) {
    width: calc(50% - 10px);
    margin-right: 10px;
}

@media (max-width: 767px) {
    #ordering-box .form-wrap .section .field-row.half.mobile-full {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 767px) {

    #ordering-box .form-wrap .section .field-row.half.select {
        float: left;
        width: 100%;
    }

    #ordering-box .form-wrap .section .field-row.half.select:not(:last-child) {
        width: 100%;
    }

}

#ordering-box .form-wrap .section .details .instructions {
    font-size: 12px;
    margin-bottom: 0;
}

#ordering-box .form-wrap .section .instructions.top {
    font-size: 13px;
}

#ordering-box .form-wrap .section .field-wrap .field {
    float: left;
}

#ordering-box .form-wrap .section .field-wrap .field.half {
    width: 50%;
}

#ordering-box .form-wrap .section .field-wrap .field.half:first-child {
    width: calc(50% - 10px);
    margin-right: 10px;
}

#ordering-box .form-wrap .section .field input[type=text],
#ordering-box .form-wrap .section .field input[type=email],
#ordering-box .form-wrap .section .field input[type=password],
#ordering-box .form-wrap .section .field select
{
    width: calc(100% - 10px);
    height: 45px;
    margin-top: 7px;
    padding-left: 10px;
    font-size: 14px;
    color: #757575;
    border: 1px solid #bdc3c7;
}

@media (min-width: 360px) {
    #ordering-box .form-wrap .section .field input[type=text],
    #ordering-box .form-wrap .section .field input[type=email],
    #ordering-box .form-wrap .section .field input[type=password],
    #ordering-box .form-wrap .section .field select
    {
        font-size: 16px;
    }
}

#ordering-box .form-wrap .section .field input[type=text][readonly],
#ordering-box .form-wrap .section .field input[type=email][readonly],
#ordering-box .form-wrap .section .field input[type=password][readonly],
#ordering-box .form-wrap .section .field select
{
    background-color: #ecf0f1;
    color: #111;
}

#ordering-box .form-wrap .section .field .select2 {
    margin-top: 7px;
}

#ordering-box .form-wrap .section .field input[type=text]:focus,
#ordering-box .form-wrap .section .field input[type=email]:focus,
#ordering-box .form-wrap .section .field input[type=password]:focus
{
    border-color: #2980b9;
}

input::-webkit-input-placeholder {
    color: #bdc3c7;
    opacity: 1;
}

input:-moz-placeholder {
    color: #bdc3c7;
    opacity: 1;
}

input::-moz-placeholder {
    color: #bdc3c7;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #bdc3c7;
    opacity: 1;
}

/* Override styles that come from default select2 stylesheet */
/* Some styles had to be overwritten in select2.css down the bottom */

#ordering-box .select2-container--default .select2-selection--single {
    height: 36px;
    color: #111;
    border-radius: 0;
    outline: none;
}

#ordering-box .select2-container {
    width: calc(100% + 10px) !important;
}

@media (min-width: 768px) {
    #ordering-box .select2-container {
        width: calc(100% - 10px) !important;
    }
}

#ordering-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 11px;
    font-size: 14px;
    font-weight: normal;
    color: #111;
    line-height: 36px;
}

#ordering-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

#ordering-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -13px;
    border-color: #111 transparent transparent transparent;
}

#ordering-box .form-status {
    display: none;
}

#ordering-box .form-status p {
    margin-bottom: 15px;
}

#ordering-box .form-status p:last-child {
    margin-bottom: 0;
}

#ordering-box .form-wrap .section .field-wrap .field.half input,
#ordering-box .form-wrap .section .field select
{
    width: calc(100% - 10px);
}

#ordering-box .form-wrap .section .field-wrap .field.half:first-child input,
#ordering-box .form-wrap .section .field select
{
    width: calc(100% - 10px);
}

#ordering-box .form-wrap .section .field label {
    display: flex;
    font-size: 13px;
}

#ordering-box .form-wrap .section .field label.checkbox,
#ordering-box .form-wrap .section .field label.radio
{
    display: flex;
    align-items: center;
}

#ordering-box .form-wrap .section .field label.checkbox > input[type='checkbox'],
#ordering-box .form-wrap .section .field label.radio > input[type='radio']
{
    position: relative;
    top: -1px;
    margin: 0 7px 0 0;
}

@media (min-width: 500px) {
    #ordering-box .form-wrap .section .field label {
        display: inline;
    }
}

#ordering-box .form-wrap .section .field label {
    font-weight: normal;
}

@media (min-width: 768px) {
    #ordering-box .form-wrap .section .field label {
        font-size: 14px;
    }
}

#ordering-box .form-wrap .section .field.logo {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

#ordering-box .form-wrap .section .field .browse_btn {
    /*float: left;*/
    display: inline-block;
    position: relative;
    margin-top: 2px;
    width: 125px;
    min-width: 125px;
    overflow: hidden;
    transition: 0.3s;
}

#ordering-box .form-wrap .section .field .browse_btn:hover,
#ordering-box .form-wrap .section .field .browse_btn:active,
#ordering-box .form-wrap .section .field .browse_btn:focus
{
    background-color: #8397a0;
}

#ordering-box .form-wrap .section .field .browse_btn > input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 200px;
    cursor: pointer;
    opacity: 0;
}

::-webkit-file-upload-button {
    cursor: pointer;
}

#ordering-box .form-wrap .section .field .file_chosen {
    /*float: left;*/
    display: inline-block;
    position: relative;
    /*top: 2px;*/
    padding-left: 10px;
    font-size: 12px;
    /*line-height: 40px;*/
    word-break: break-word;
}

#ordering-box .form-wrap .section .field.goods-services {
    position: relative;
    display: inline-block;
    width: 100%;
}

#ordering-box .form-wrap .section .field.goods-services input[type=text] {
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    max-width: 413px;
    margin-bottom: 0;
}

#ordering-box .form-wrap .section .field.goods-services .dropdown {
    position: absolute;
    top: 48px;
    width: calc(100% - 2px);
    max-width: 411px;
    max-height: 300px;
    background-color: #fff;
    border: 1px solid #dadfe1;
    z-index: 200;
    overflow-x: hidden;
    overflow-y: auto;
}

@media (min-width: 768px) {
    #ordering-box .form-wrap .section .field.goods-services .dropdown {
        width: calc(100% - 116px);
        max-width: 411px;
    }
}

#ordering-box .form-wrap .section .field.goods-services .dropdown strong {
    font-weight: bold;
}

#ordering-box .form-wrap .section .field.goods-services .dropdown a {
    position: relative;
    display: block;
    /*width: calc(100% - 54px);*/
    padding: 10px 40px 10px 14px;
    font-size: 15px;
    color: #111;
}

#ordering-box .form-wrap .section .field.goods-services .dropdown .categories > li > a:after {
    display: inline-block;
    content: '\e801';
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #F89623;
}

@media (min-width: 768px) {
    #ordering-box .form-wrap .section .field.goods-services .dropdown a {
        font-size: 16px;
    }
}

#ordering-box .form-wrap .section .field.goods-services .dropdown header {
    padding: 10px 6px;
    background-color: #dadfe1;
}

@media (min-width: 500px) {
    #ordering-box .form-wrap .section .field.goods-services .dropdown header {
        padding: 10px 14px;
    }
}

#ordering-box .form-wrap .section .field.goods-services .dropdown header h5 {
    display: inline-block;
    margin: 0;

    font-size: 12px;
    color: #111;
}

@media (min-width: 500px) {
    #ordering-box .form-wrap .section .field.goods-services .dropdown header h5 {
        font-size: 16px;
    }
}

#ordering-box .form-wrap .section .field.goods-services .dropdown header .close {
    float: right;
    position: relative;;
    top: -1px;
    display: inline-block;
    width: auto;
    padding: 0;
    font-size: 18px;
    color: #bdc3c7;
    opacity: 1;
}

#ordering-box .form-wrap .section .field.goods-services .dropdown ul.selections {
    display: none;
    margin-bottom: 0;
    margin-left: 0;
}

#ordering-box .form-wrap .section .field.goods-services .dropdown li {
    list-style: none;
    margin: 0;
}

#ordering-box .form-wrap .section .field.goods-services .dropdown li:last-child {
    padding-bottom: 4px;
}

#ordering-box .form-wrap .section .field.goods-services .dropdown > ul > li a:hover,
#ordering-box .form-wrap .section .field.goods-services .dropdown > ul > li a:focus,
#ordering-box .form-wrap .section .field.goods-services .dropdown > ul > li a:active
{
    background-color: #ecf0f1;
}

#ordering-box .form-wrap .section .field.goods-services .dropdown ul.selections li span.added {
    display: none;
    padding-top: 2px;
    padding-bottom: 4px;
    font-size: 13px;
    color: #111;
    font-style: italic;
}

#ordering-box .form-wrap .section .field.goods-services .dropdown ul.selections li span.added .no-mobile {
    display: none;
}

@media (min-width: 500px) {
    #ordering-box .form-wrap .section .field.goods-services .dropdown ul.selections li span.added .no-mobile {
        display: inline;
    }
}

#ordering-box .form-wrap .section .field.goods-services .dropdown ul.selections li span.added:before {
    display: inline-block;
    height: 100%;
    content: '\e803';
    padding: 0 7px 0 17px;
    color: #27ae60;
    font-family: "qotm";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    /*width: 1em;*/
    margin-right: .2em;
    text-align: center;

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /*margin-left: .2em;*/

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#ordering-box .form-wrap .section .field.goods-services .dropdown ul.selections li a {
    position: relative;
    padding: 4px 14px 4px 28px;
    width: calc(100% - 41px);
    font-size: 14px;
}

#ordering-box .form-wrap .section .field.goods-services .dropdown ul.selections li a span {
    display: inline-block;
    margin-left: 11px;
}

/*@media (min-width: 768px) {*/
/*#ordering-box .form-wrap .section .field.goods-services .dropdown ul.selections li a {*/
/*display: block;*/
/*}*/
/*}*/

#ordering-box .form-wrap .section .field.goods-services .dropdown ul.selections li a:before {
    position: absolute;
    top: 9px;
    display: inline-block;
    height: 100%;
    content: '\e807';
    margin-left: -11px;
    color: #27ae60;
    font-family: "qotm";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /*margin-left: .2em;*/

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#ordering-box .form-wrap .section .field.goods-services .dropdown .categories {
    margin-bottom: 0;
    margin-left: 0;
}

#ordering-box .form-wrap .section .field.goods-services .choose {
    float: left;
    width: 125px;
    padding: 1px 6px;
    margin-left: 1px;
    margin-top: 10px;
    transition: 0.3s;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#ordering-box .form-wrap .section .field.goods-services .choose:hover,
#ordering-box .form-wrap .section .field.goods-services .choose:active
{
    background-color: #8397a0;
}

@media (min-width: 628px) {
    #ordering-box .form-wrap .section .field.goods-services .choose {
        margin-top: 7px;
    }
}

#ordering-box .form-wrap .section .field.goods-services .choose span {
    position: relative;
    top: 1px;
}

#ordering-box .form-wrap .section .field. input[type=text] {
    float: left;
    width: 413px;
}

#ordering-box .form-wrap .section .field.using {

    font-size: 14px;
}


#ordering-box .form-wrap .section .field.using.first {
    margin-top: 15px;
}

#ordering-box .form-wrap .section .field.agree {
    margin-top: 27px;
}

#ordering-box .form-wrap .section .field.using + .field.using {
    margin-top: 10px;
}

#ordering-box .form-wrap .section .field.using .used-from-wrap {
    position: relative;
}

@media (min-width: 360px) {
    #ordering-box .form-wrap .section .field.using .used-from-wrap {
        display: inline-block;
    }
}

#ordering-box .form-wrap .section .field.using input[name=used_from] {
    float: left;
    padding-right: 36px;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-right: none;
    border-radius: 0;
}

@media (min-width: 360px) {
    #ordering-box .form-wrap .section .field.using input[name=used_from] {
        width: 244px;
        margin-left: 3px;
        max-width: 244px;
    }
}

#ordering-box .form-wrap .section .field.using input.inactive[name=used_from] {
    border-right: 1px solid #bdc3c7;
}

#ordering-box .form-wrap .section .field.using input[name=used_from]:focus + .icon-calendar {
    border-color: #2980b9;
}

#ordering-box .form-wrap .section .field.using .icon-calendar {
    position: absolute;
    right: 15px;
    top: 7px;
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
    color: #111;
    cursor: pointer;
    z-index: 2;
}

#ordering-box .form-wrap .section .field.using .icon-calendar:before {
    margin: 0;
    height: 100%;
    line-height: 38px;
    z-index: 3;
}

#ordering-box .form-wrap .section .selections-wrap {
    padding: 4px 25px 0 25px;
    color: #fff;
}

#ordering-box .form-wrap .section .selections-wrap .category:not(:last-child) {
    margin-bottom: 23px;
}

#ordering-box .form-wrap .section .selections-wrap .category h5 {
    color: #fff;
    font-weight: normal;
    line-height: 1.5;
    text-decoration: underline;
}

#ordering-box .form-wrap .section .selections-wrap .selection {
    float: left;
    padding: 0 5px 2px 5px;
    margin: 10px 5px 0 0;
    background-color: #8397a0;
}

#ordering-box .form-wrap .section .selections-wrap .selection.inactive {
    background-color: #bdc3c7;
}

#ordering-box .form-wrap .section .selections-wrap .selection .text {
    font-size: 13px;
    line-height: 1.6;
    color: #fff;
}

#ordering-box .form-wrap .section .selections-wrap .selection.inactive .text {
    color: #111;
}

#ordering-box .form-wrap .section .selections-wrap .selection a,
#ordering-box .form-wrap .section .selections-wrap .selection a:visited
{
    position: relative;
    top: 1px;
    margin-left: 6px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 768px) {

    #ordering-box .form-wrap .section .selections-wrap .selection .text {
        font-size: 14px;
    }

    #ordering-box .form-wrap .section .selections-wrap .selection a,
    #ordering-box .form-wrap .section .selections-wrap .selection a:visited
    {
        font-size: 19px;
    }

}

#ordering-box .form-wrap .app-type .content {
    padding: 26px 25px 0 25px;
    font-weight: normal;
    color: #fff;
}

#ordering-box .form-wrap .app-type .content .option {
    display: flex;
}

#ordering-box .form-wrap .app-type .content .option:not(:last-child) {
    margin-bottom: 12px;
}

#ordering-box .form-wrap .app-type .content .option label {
    display: flex;
    font-weight: normal;
}

#ordering-box .form-wrap .app-type .content .option label .input-holder {
    align-self: flex-start;
}

#ordering-box .form-wrap .app-type .content .option label input {
    margin-right: 10px;
}

#ordering-box .form-wrap .app-type .content .option label .type-name {
    text-decoration: underline;
}

#ordering-box .form-wrap .total .content {
    padding: 26px 25px 0 25px;
    font-weight: normal;
    color: #fff;
}

#ordering-box .form-wrap .total .content .price {
    font-size: 16px;
    color: #F89623;
}

#ordering-box .form-wrap .total .content .value-adds {
    padding-top: 26px;
}

#ordering-box .form-wrap .total .content .value-adds .option-wrap h4 {
    font-weight: bold;
}

#ordering-box .form-wrap .total .content .value-adds .option-wrap:not(:last-child) {
    margin-bottom: 23px;
}

#ordering-box .form-wrap .total .content .value-adds .option-wrap label {
    display: flex;
    font-size: 14px;
}

@media (min-width: 500px) {
    #ordering-box .form-wrap .total .content .value-adds .option-wrap label {
        display: inline;
    }
}

@media (min-width: 768px) {
    #ordering-box .form-wrap .total .content .value-adds .option-wrap label {
        font-size: 16px;
    }
}

#ordering-box .form-wrap .total .content .value-adds .option-wrap .details {
    margin: 0;
}

#ordering-box .form-wrap .review-submit {
    margin-top: 9px;
}

#ordering-box .form-wrap .review-submit button {
    display: block;
    width: 100%;
    padding: 25px 14px;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    background-color: #F89623;
    cursor: pointer;
    transition: 0.3s;
    border: none;
}

#ordering-box .form-wrap .review-submit button:hover,
#ordering-box .form-wrap .review-submit button:active
{
    background-color: #F15B26;
}

#ordering-box .form-wrap .review-submit button.submit {
    display: none;
}

#ordering-box .form-wrap .review-submit button.loading,
#ordering-box .form-wrap .review-submit button.loading:hover
{
    display: none; /* This loading button is a different button that is hidden by default */
    opacity: 0.6;
}

@media (min-width: 768px) {
    #ordering-box .form-wrap .review-submit button {
        font-size: 23px;
        padding: 25px 29px;
    }
}

#ordering-box .form-wrap .review-submit button .icon-arrow-right {
    float: right;
}

#ordering-box #search-status {
    display: none;
}

#ordering-box .search-loader {
    display: none;
    text-align: center;
    padding: 20px 0;
}
#ordering-box .search-loader p {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px;
}

#ordering-box .search-loader img {
    display: inline-block;
    height: 55px;
}

#ordering-box .max_size {
    display: block;
}

@media (min-width: 500px) {
    #ordering-box .max_size {
        display: inline
    }
}

.review_display {
    display: none;
}

.gateway-text {
    display: none;
    margin: 18px 0 0;
    text-align: center;
}

.review-again {
    display: none;
    margin: 18px 0 0;
    color: red;
    text-align: center;
}

.extra-time {
    display: none;
}

.logo-preview {
    display: inline-block;
    position: relative;
    padding-top: 10px;
    max-width: 100%;
}

@media (min-width: 768px) {
    .logo-preview {
        max-width: 250px;
    }
}

.logo-preview .close {
    display: none;
    position: absolute;
    right: -12px;
    top: -1px;
    color: #f05b40;
    opacity: 1;
    /*width: 20px;*/
    /*height: 20px;*/
    /*background-color: #fff;*/
    /*border-radius: 50%;*/
}

.logo-preview .close .icon-cancel-circled {
    /*position: relative;*/
    /*top: 1px;*/
    /*left: 1px;*/
    font-size: 20px;
    color: #f05b40;
}

.logo-preview .close .icon-cancel-circled:before {
    background-color: #fff;
    border-radius: 50%;
}

.payment-success {
    text-align: center;
    padding: 55px 10px 55px;
}

.payment-success .desc {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .payment-success .desc {
        font-size: 17px;
    }
}

.img-responsive {
    /*width: 100%;*/
    max-width: 100%;
    padding: 1px;
    border: 1px solid #c0c5c9;
    height: auto;
}

.show-sm {
    display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {

    .hide-sm {
        display: none;
    }

    .show-sm {
        display: inline;
    }

}

#remodal-ordering-help {
     padding: 0;
     max-width: 580px;
 }

@media (min-width: 768px) {
    #remodal-ordering-help {
        max-width: 900px;
    }
}

#remodal-ordering-help h4 {
    margin: 0.5rem 0 0.5rem;
}

#remodal-ordering-help .holder {
    display: flex;
    flex-flow: row nowrap;
}

#remodal-ordering-help .modal-left-side {
    display: none;
}

@media (min-width: 768px) {
    #remodal-ordering-help .modal-left-side {
        display: block;
        width: 50%;
        min-width: 50%;
        background: url('images/Jacqui6_WebRes.jpg') bottom center no-repeat;
        background-size: cover;
    }
}

#remodal-ordering-help .modal-right-side {
    width: 100%;
    padding: 20px 20px 0;
    /*font-size: 13px;*/
}

@media (min-width: 768px) {
    #remodal-ordering-help .modal-right-side {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 820px) {
    #remodal-ordering-help .modal-right-side {
        width: 50%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

#remodal-ordering-help .modal-right-side .form {
    width: auto;
}

#remodal-fees .table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 689px) {
    #remodal-fees .table-responsive > .table {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 690px) and (max-width: 767px) {
    #remodal-fees .table-responsive > .table {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    #remodal-fees .table-responsive {
        width: 100%;
        margin-bottom: 16px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #2b2e38;
    }
    #remodal-fees .table-responsive > .table > thead > tr > th,
    #remodal-fees .table-responsive > .table > thead > tr > td,
    #remodal-fees .table-responsive > .table > tbody > tr > th,
    #remodal-fees .table-responsive > .table > tbody > tr > td,
    #remodal-fees .table-responsive > .table > tfoot > tr > th,
    #remodal-fees .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    #remodal-fees .table-responsive > .table-bordered {
        border: 0;
    }
    #remodal-fees .table-responsive > .table-bordered > thead > tr > th:first-child,
    #remodal-fees .table-responsive > .table-bordered > thead > tr > td:first-child,
    #remodal-fees .table-responsive > .table-bordered > tbody > tr > th:first-child,
    #remodal-fees .table-responsive > .table-bordered > tbody > tr > td:first-child,
    #remodal-fees .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    #remodal-fees .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    #remodal-fees .table-responsive > .table-bordered > thead > tr > th:last-child,
    #remodal-fees .table-responsive > .table-bordered > thead > tr > td:last-child,
    #remodal-fees .table-responsive > .table-bordered > tbody > tr > th:last-child,
    #remodal-fees .table-responsive > .table-bordered > tbody > tr > td:last-child,
    #remodal-fees .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    #remodal-fees .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    #remodal-fees .table-responsive > .table-bordered > tbody > tr:last-child > th,
    #remodal-fees .table-responsive > .table-bordered > tbody > tr:last-child > td,
    #remodal-fees .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    #remodal-fees .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

.remodal .remodal-cancel {
    color: #fff;
    background: #82A1A3;
}

.remodal .remodal-cancel:hover,
.remodal .remodal-cancel:focus
{
    background: #8397a0;
}

#terms-modal {
    max-height: 60vh;
    overflow-y: auto;
}

#terms-modal #terms_holder {
    text-align: left;
    font-size: 14px;
    padding: 0 15px;
}

#remodal-terms h3 {
    margin: 10px 0 35px;
}

#remodal-terms.remodal {
    padding: 35px 20px;
}

@media (min-width: 500px) {
    #remodal-terms.remodal {
        padding: 35px 35px;
    }
}

#remodal-fees table td {
    text-align: left;
}

#remodal-fees table th.fee,
#remodal-fees table td.fee
{
    text-align: center;
}

/**********************************************************/
/*********************** Footer ***************************/
/**********************************************************/

footer.main {
    background-color: #083543;
}

footer.main a,
footer.main a:visited {
    color: #82A1A3;
}

footer.main a:hover,
footer.main a:active,
footer.main a:focus {
    color: #F89623;
    text-decoration: none;
}

footer.main .action {
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #F89623;
}

@media (min-width: 992px) {

    footer.main .action {
        font-size: 18px;
    }

}

footer.main .action a,
footer.main .action a:visited {
    color: #fff;
    text-decoration: none;
}

footer.main .content_wrapper {
    background-color: #0A465A;
}

footer.main .content {
    padding: 38px 0 30px 0;
}

footer.main .content .group:not(:first-child) {
    padding-top: 14px;
}

@media (min-width: 992px) {

    footer.main .content {
        padding: 88px 0 104px 0;
    }

    footer.main .content .group:not(:first-child) {
        padding-top: 0;
    }

}

footer.main .content h4 {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

footer.main .content .text {
    color: #bdc3c7;
}

footer.main .content .text.address {
    margin: 20px 0 5px 0;
}

footer.main .content li {
    list-style: none;
    margin: 0 0 5px 0;
}

footer.main .other_wrapper {
    margin: 28px 0 30px 0;
}

footer.main .other {
    text-align: center;
    font-size: 14px;
    color: #bdc3c7;
}

footer.main .other .credit {
    text-align: center;
    padding-top: 15px;
}

footer.main .other .legal {
    margin-bottom: 10px;
}

footer.main .other .social {
    display: inline-block;
}

@media (min-width: 992px) {

    footer.main .other_wrapper {
        margin: 0;
    }

    footer.main .other {
        text-align: left;
        padding: 19px 0 50px;
    }

    footer.main .other .credit {
        text-align: right;
        padding-top: 30px;
    }

    footer.main .other .legal-wrap {
        float: left;
        height: 50px;
        padding-top: 15px;
    }

    footer.main .other .legal-wrap > p {
        margin-bottom: 0;
    }

    footer.main .other .legal {
        float: left;
    }

    footer.main .other .links {
        float: left;
    }

    footer.main .other .social {
        display: block;
        float: right;
        margin-bottom: 0;
    }

}

footer.main .other .social li {
    float: left;
    list-style: none;
    margin-left: 10px;
}

footer.main .other .social li a {
    display: inline-block;
    text-align: center;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    font-size: 24px;
    line-height: 50px;
    color: #083543;
    background-color: #62797A;
    border-radius: 50%;
}

footer.main .other .social li a:hover,
footer.main .other .social li a:active,
footer.main .other .social li a:focus {
    color: #083543;
}

/*////////////////////////////////////
/////Gravity forms over rides ///////
//////////////////////////////////*/

div.gform_wrapper {
    padding: 30px 30px 5px;
    margin-top: 0;
    background-color: #0A465A;
}

.page-template-template-apply-online div.gform_wrapper {
    color: #111;
    background-color: #fff;
}

#gform_wrapper_1 {
    padding-left: 20px;
    padding-right: 20px;
}

.gform_wrapper form, .gform_wrapper form ul.gform_fields {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gform_wrapper form, .gform_wrapper form ul.gform_fields li.gfield {
    text-align: center;
    padding-right: 0;
}

.gform_wrapper form, .gform_wrapper form ul.gform_fields li.gfield.gfield_error {
    background:transparent;
    border: none;
    margin: 0 !important;
    padding: 0 !important;
}

#input_1_4 {
    height: 80px;
}

.gform_wrapper form.no-labels .gform_body .gform_fields .gfield label.gfield_label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container input {
    width:100%;
    padding:10px !important;
}

.gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container input[type='radio'],
.gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container input[type='checkbox']
{
    width:auto;
}

.gform_wrapper form .gform_footer {
    text-align:center;
    margin: 0;
    padding: 0 0 0;
}

.gform_wrapper form .gform_body {
    padding-bottom: 17px;
}

.page:not(.home) .gform_wrapper form .gform_body,
.blog .gform_wrapper form .gform_body,
.single .gform_wrapper form .gform_body
{
    padding-bottom: 24px;
}

.gform_wrapper form .gform_footer .gform_button.button {
    text-transform: uppercase;
    color: #ffffff;
    background:#F89623;
    border:none;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
}
.gform_wrapper .validation_message {
    color: #F89623 !important;
    text-align: center !important;
    /* display: none !important; */
    padding:0 !important;
}

.page-template-template-apply-online .gform_wrapper .validation_message {
    color: #790000 !important;
}

.gform_ajax_spinner {
    display: none !important;
}

p.call-back {
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}

.new-contact h2 {
    text-align: center;
    font-size: 24px;
    line-height: 1.35;
    color: #fff;
    background: #F89623;
    margin: 0;
    padding: 20px 15px 0;
}

@media (max-width: 339px) {
    .new-contact h2 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page:not(.home) .new-contact h2.cta,
    .blog .new-contact h2.cta,
    .single .new-contact h2.cta {
        padding-left: 0;
        padding-right: 0;
    }
}

.new-contact .hero-title {
    background: #F89623;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 20px 15px 18px 25px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.page:not(.home) .hero-title,
.blog .hero-title,
.single .hero-title {
    padding: 5px 0 0 0;
}

@media (min-width: 1200px) {
    .page:not(.home) .hero-title,
    .blog .hero-title,
    .single .hero-title {
        padding-top: 14px;
    }
}

.hero-title:after {
    content: "";
    width: 100%;
    z-index: -1;
    position: absolute;
    bottom:-26px;
    height: 30px;
    left: 0;
    background: url(images/triangle.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media (max-width: 340px) {
    .hero-title:after {
        bottom: -24px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page:not(.home) .hero-title:after,
    .blog .hero-title:after,
    .single .hero-title:after {
        bottom: -24px;
    }
}

.gform-body .ggield_html_formatted h2 {
    color: #fff;
    font-size: 2rem;
}

.gform-body .gfield_html_formatted p {
    color: #fff;
    font-size: 1.25rem;
}

h2.cta {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    padding-top: 0;

}

p.cta {
    color:#ffffff;
    font-size: 15px;
    margin: 0;
    padding-top: 10px;
    text-align: center;
}

.validation_error {
    position: absolute;
    bottom: -50px;
    left: 0;
    background-color: #0A465A;
    border: none !important;
    color: #F89623 !important;
    padding-top: 0 !important;
}

.page-template-tm-search .validation_error {
    padding: 10px 15px !important;
    position: relative;
    bottom: auto;
    left: auto;
    color: #790000 !important;
    background: #fff;
}

.page-template-tm-search .gform_validation_errors {
    margin: 30px 0;
}

.page-template-tm-search .gform_validation_errors .validation_error {
    margin-bottom: 0;
}

.page-template-template-apply-online .validation_error {
    background-color: #fff;
    color: #790000 !important;
}

#search_form .gform_wrapper form .gform_body .gform_fields .gfield label.gfield_label {
    display: block;
    text-align: left;
}

#search_form .gform_wrapper form .gform_body .gform_fields .gfield label.gfield_label .gfield_required {
    color: #fff;
}

#search_form .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio{
    display: flex;
}

#search_form .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_radio .gfield_radio li{
    display: flex;
    margin: 0 10px;
    overflow: visible; /* ie does not display correctly without this */
}

#search_form .gform_wrapper form .gform_footer {
    text-align: left;
    padding-top: 10px;
}
#gform_drag_drop_area_3_2 {
    border: none !important;
    text-align: left;
    padding-left: 0;
}

.gform_drop_instructions {
    display: none !important;
}

.gchoice_select_all,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: normal !important;
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_fileupload .gform_fileupload_multifile input {
    background-color: #62797A;
    border: none !important;
    width: 15rem;
    color: #0A465A;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_complex .name_first label, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_complex .name_last label  {
    display: none;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_checkbox {
    margin: 0;
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input[aria-invalid=true] {
    border: none !important;
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea[aria-invalid=true] {
    border: none !important;
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield#field_3_12 {
    display: flex;
    margin: 0 !important;
    align-items: center;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield#field_3_12 label {
    margin: 0;
}

#contact .gform_wrapper {
    background: transparent;
}

#contact .gform_wrapper form .gform_body .gform_fields .gfield label.gfield_label {
    display: block;
}

#contact .gform_wrapper form, .gform_wrapper form ul.gform_fields li.gfield {
    text-align: left;
}

#contact .gform_wrapper form .gform_footer {
    text-align: left;
    padding-top: 10px;
}

#forms .gform_wrapper form .gform_body .gform_fields .gfield p.cta {
    text-align: center;
}
#forms .gform_wrapper form .gform_body .gform_fields .gfield p.call-back {
    text-align: center;
}

#why_us .new-contact {
    margin-top: 25px;
}

#why_us .new-contact h2 {
    text-align: center;
    margin: 0;
    color: #ffffff;
}

#why_us .gform_wrapper form .gform_body .gform_fields .gfield p.cta {
    text-align: center;
}
#why_us .gform_wrapper form .gform_body .gform_fields .gfield p.call-back {
    text-align: center;
}

@media (min-width: 992px) {
    .hero .new-contact .search .col-md-5 {
        margin-bottom: 0;
      }
}

.gform_button:hover {
    background-color: #F15B26 !important;
}
.ginput_container.ginput_textarea textarea {
    max-height: 80px;
}

@media (max-width: 991px) {
    .new-contact.no-mobile {
        display: none;
    }
}

.new-contact .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

.contact-sticky.new-contact {
    position: sticky;
    top: 150px;
}

.new-contact.side .validation_error {
    /*max-width: 360px !important;*/
    margin-bottom: 30px !important;
    /*margin-left: 15px  !important;*/
}

@media (min-width: 641px) {

    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=submit],
    .gform_wrapper .gform_page_footer input.button,
    .gform_wrapper .gform_page_footer input[type=submit]
    {
        margin-right: 0 !important;
    }

}

#gform_wrapper_3 .gfield.newsletter {
    padding: 10px 0 25px;
}

#gform_submit_button_3,
#gform_submit_button_4
{
    padding: 5px 50px !important;
}

@media (min-width: 641px) {
    #gform_submit_button_3,
    #gform_submit_button_4
    {
        padding: 10px 50px !important;
    }
}

@media (min-width: 768px) {
    #gform_submit_button_3,
    #gform_submit_button_4
    {
        padding: 15px 50px !important;
    }
}

.gform_wrapper .gfield .ginput_container_checkbox .gfield_checkbox label {
    position: relative;
    bottom: -4px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

@media (min-width: 530px) {
    .gform_wrapper .gfield .ginput_container_checkbox .gfield_checkbox label {
        white-space: nowrap;
    }
}

#remodal-ordering-help .gform_wrapper .gfield .ginput_container_checkbox .gfield_checkbox label {
    color: #111;
}

#gform_wrapper_1 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    #gform_wrapper_1 {
        padding-top: 15px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    #gform_wrapper_1 {
        max-width: none;
    }
}

#gform_wrapper_3 {
    padding: 0;
}

#gform_wrapper_3 .gfield_label,
#search_form .gform_wrapper form .gform_body .gform_fields .gfield label.gfield_label .gfield_required,
#gform_wrapper_3 .gfield_radio li label
{
    font-weight: normal;
    color: #fff;
}

.gform_wrapper form ul.gform_fields li.gfield.logo-upload {
    margin-top: 25px;
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_fileupload .gform_fileupload_multifile input {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #fff;
    background-color: #82A1A3;
    border-radius: 4px;
}

#remodal-ordering-help div.gform_wrapper {
    padding-top: 0;
}

@media (max-width: 499px) {
    #remodal-ordering-help div.gform_wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

#remodal-ordering-help .form .why {
    margin-bottom: 6px;
}

#remodal-ordering-help .gfield.comments {
    margin-top: 0;
}

#remodal-ordering-help .choices li input[type='checkbox'] {
    margin-right: 5px;
}

#remodal-ordering-help .gform_wrapper .validation_message {
    font-size: 13px;
}

.gfield.logo-upload .ginput_preview {
    padding-top: 15px;
    color: #bdc3c7;
}

#extensions_message_3_2 {
    display: none;
}

#gform_wrapper_3 .gform_fileupload_multifile .gform_drop_area {
    padding-top: 0;
    padding-bottom: 0;
}

#gform_wrapper_3 .gfield.find-us {
    margin-top: 15px;
}

#search_form .gform_wrapper form .gform_body .gform_fields .gfield.newsletter label.gfield_label {
    display: none;
}

#gform_wrapper_4 {
    padding-top: 0;
}

#gform_wrapper_4 form {
    position: relative;
}

#gform_wrapper_4 form .validation_error {
    margin: 0 !important;
    background: transparent;
}

@media (max-width: 359px) {
    #gform_wrapper_1 form div.validation_error {
        font-size: 0.9em;
    }
}

@media (min-width: 641px) and (max-width: 991px) {
    #gform_wrapper_1 form div.validation_error {
        margin-bottom: 12px;
    }
}

.gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container input {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #gform_wrapper_1 form .gform_body .gform_fields li.gfield .ginput_container input {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
}

.page:not(.home) .new-contact div.gform_wrapper,
.blog .new-contact div.gform_wrapper,
.single .new-contact div.gform_wrapper {
    position: relative;
    padding-bottom: 55px;
}

@media (min-width: 1200px) {
    .page:not(.home) .new-contact div.gform_wrapper,
    .blog .new-contact div.gform_wrapper,
    .single .new-contact div.gform_wrapper {
        padding-bottom: 35px;
    }
}

#gform_wrapper_5 {
    position: relative;
    max-width: 420px;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    #gform_wrapper_5 {
        max-width: none;
    }
}

#gform_wrapper_5 form, #gform_wrapper_5 form ul.gform_fields {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

@media (min-width: 768px) {
    #gform_wrapper_5 form, #gform_wrapper_5 form ul.gform_fields {
        flex-direction: row;
        justify-content: space-around;
    }
}

#gform_wrapper_5 form .text-field {
    width: 100%;
}

#gform_wrapper_5 form .gfield.captcha {
    width: 100%;
}

@media (min-width: 641px) {

    #gform_wrapper_5.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: 100% !important;
    }

}

@media (min-width: 768px) {

    #gform_wrapper_5 form .text-field {
        position: relative;
        width: 30%;
    }

    #gform_wrapper_5 form .text-field.gfield_error {
        margin-top: 16px !important;
    }

    #gform_wrapper_5 form .text-field.gfield_error .ginput_container_text {
        margin-top: 8px;
    }

    #gform_wrapper_5 li.gfield_error input[aria-invalid=true]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    #gform_wrapper_5 li.gfield_error textarea[aria-invalid=true]
    {
        border: 1px solid #a9a9a9 !important;
    }

    #gform_wrapper_5 .validation_message {
        position: absolute;
    }

}

#gform_wrapper_5 form .top-text,
#gform_wrapper_5 form .bottom-text {
    width: 100%;
}

#gform_wrapper_5 form .bottom-text {
    padding-top: 15px;
}

#gform_wrapper_5.gform_validation_error.gform_wrapper {
    padding-bottom: 30px;
}

@media (min-width: 340px) and (max-width: 640px) {
    #gform_wrapper_5.gform_validation_error.gform_wrapper {
        padding-bottom: 20px;
    }
}

.gform_confirmation_message {
    text-align: center;
    padding: 90px 20px 80px;
    font-size: 21px;
    color: #fff;
}

#remodal-ordering-help .gform_confirmation_message {
    color: #0A465A;
}

@media (min-width: 768px) {
    #remodal-ordering-help .gform_confirmation_message {
        padding: 140px 20px 130px;
    }
}

.gform_confirmation_message_3 {
    padding: 50px 0 50px;
}

#remodal-ordering-help .gform_confirmation_wrapper {
    background-color: #fff;
}

.gform_confirmation_wrapper {

}

#gform_confirmation_wrapper_5 .gform_confirmation_message {
    padding: 50px 20px 40px;
}

#gform_wrapper_4 .gfield_error .gfield_label {
    color: #62797A;
}

#gform_wrapper_1 .ginput_recaptcha > div:first-child,
#gform_wrapper_5 .ginput_recaptcha > div:first-child
{
    margin: 0 auto;
}

#gform_wrapper_1 .gfield.captcha,
#gform_wrapper_3 .gfield.captcha
{
    margin-top: 2px;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .col-md-4 > #gform_wrapper_2 .ginput_recaptcha > div:first-child {
        margin-left: -35px;
    }

    #gform_wrapper_1 ul li.gfield {
        margin-top: 14px;
    }

}

/* For IE */

.gf_browser_ie.gform_wrapper .gform_footer input.button {
    padding: 10px 15px !important; /* The same as other browsers but have to override default Gravity override for IE */
}