/*
Theme Name: PCF Theme
Theme URI: http://agaveweb.com/
Author: Gwyn Fisher
Author URI: http://agaveweb.com
Description: PCFCorp Theme designed by Daniela Madriz, coded by AgaveWeb, LLC
Version: 100.1.8
License: GNU General Public License
License URI: license.txt
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0px none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0px;
    outline: 0px none;
    padding: 0px;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body {
    background: #fff;
}

.site-main {
    background: url(images/background_desktop.png) 50% 50% #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

ol, ul {
    list-style: none outside none;
}

table {
    border-collapse: separate;
    border-spacing: 0px;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a, a:active, a:focus, a:hover {
    outline: none;
}

#main a:hover {
    text-decoration: underline
}

#main .ow-button-base a:hover {
    text-decoration: none
}

a img {
    border: 0px none;
}

body, button, input, select, textarea {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    text-align: left;
}

h1 {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 55px 0 15px 0;
    margin-bottom: 50px;
}

h1.mobile {
    max-width: 780px;
    width: 96%;
    margin: 0 auto;
    padding: 70px 2% 50px;
    background: #fff;
    text-align: center;
    font-weight: 900;
    letter-spacing: 2px;
    color: #99d5ef;
    font-size: 28px;
}

h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 120%;
    padding-bottom: 10px;
}

h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
}

hr {
    background-color: #CCCCCC;
    border: 0px none;
    height: 1px;
    margin-bottom: 1.5em;
}

p {
    padding-bottom: 10px;
}

.intro p {
    font-size: 20px;
}

ul, ol {
    margin: 0px 0px 1.5em 3em;
}

ul {
    list-style: disc outside none;
}

ol {
    list-style: decimal outside none;
    margin: 15px 0 20px 20px
}

ol li {
    margin: 0 0 15px 0;
}

ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0px;
    margin-left: 1.5em;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 0px 1.5em;
}

sup, sub {
    font-size: 75%;
    height: 0px;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

small {
    font-size: 75%;
}

table {
    margin: 0px 0px 1.5em;
    width: 100%;
}

input, input[placeholder] {
    color: #253746;
    font-size: 13px;
    padding: 6px 2px;
}

.flex_10, .flex_20, .flex_25, .flex_30, .flex_33, .flex_40, .flex_50, .flex_60, .flex_66, .flex_70, .flex_75, .flex_80, .flex_90, .flex_100 {
    display: inline;
    float: left;
    position: relative;
}

.flex_10 {
    width: 10%;
}

.flex_20 {
    width: 20%;
}

.flex_25 {
    width: 25%;
}

.flex_30 {
    width: 30%;
}

.flex_33 {
    width: 33%;
}

.flex_40 {
    width: 40%;
}

.flex_50 {
    width: 50%;
}

.flex_60 {
    width: 60%;
}

.flex_66 {
    width: 66%;
}

.flex_70 {
    width: 70%;
}

.flex_75 {
    width: 75%;
}

.flex_80 {
    width: 80%;
}

.flex_90 {
    width: 90%;
}

.flex_100 {
    width: 100%;
}

.clear {
    clear: both;
}

/* Navigation */
/* ---------------------------------------------------------- */
#header {
    width: 100%;
    height: 50px;
    padding-top: 20px;
    text-align: center;
    background: #004b6b;
    float:left;
}

.home #header {
    margin-bottom: 90px;
	float:none;
}

.site-main {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 50px;
}

.home .site-main {
    padding-bottom: 120px;
    margin-bottom: 0
}

#main {
    background: #fff;
    padding-top: 8px;
}

#main:before {
    content: "\a0";
    display: block;
    padding: 0px 0 10px 0;
    line-height: 1px;
    border-top: 2px dotted #99d5ef;
}

#main .panel-layout {
    max-width: 840px;
    width: 96%;
    margin: -10px auto 0;
    padding: 0 2% 50px;
    background: #fff;
}

#navigation {
    background: none repeat scroll 0px 0px transparent;
    display: block;
    margin: 0 auto 0 auto;
    position: relative;
    width: 840px;
    margin: 0 auto;
    padding: 0;
 
}

#navigation ul.menu {
    margin: 0 auto;
    padding: 0;

}

ul.menu li {
    list-style: none;
    line-height: 1.4;
    position:relative;
}

ul.menu li > ul {
    display: none;
    margin: 0;
    text-align: left;
    padding-top: 19px;
}

ul.menu li:hover > a {
    color: #0095d6 !important;
}

ul.menu li:hover ul {
    display: block;
    position: absolute;
    top: 31px;
    left: 0;
    float:none;
}

ul.menu li ul li a {
    width: 215px;
    z-index: 1;
    color: rgba(255,255,255,0.9) !important;
    background: #0095d6;
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}

ul.menu li ul li a:hover {
    color: #0095d6 !important;
    background: rgba(255,255,255,0.9)
}

ul.menu li ul li a {
    font-size: 16px !important;
    line-height: 1;
    padding: 10px 4px 10px 15px!important;
    border-bottom: 1px dotted #0095d6
}

#navigation ul.menu li li.current-menu-item a {
    background: #004b6b !important
}

.myfixed ul.menu li:hover ul {
    top: 21px;
}

#navigation ul.menu > li { float: left;}

#navigation ul.menu > li a {
    position: relative;
    z-index: 999;
    padding: 8px 0 10px;
    font-size: 18px;
}

#navigation ul.sub-menu li a {
    float: none;
    display: block;
}

#navigation a {
    color: #fff;
}

a {
    text-decoration: none;
    color: #0095d6
}

a.htel {
    position: absolute;
    top: 23px;
    right: 30px;
}

a:hover, a:focus, a:active {
    color: #29a0d6;
}

#navigation li.current_page_item a, #navigation li.current-page-ancestor a, #navigation a:hover, #navigation li.current-menu-ancestor a {
    color: #29a0d6
}
#navigation ul.menu > li.pcf_logo { margin-top: -15px;}
#navigation ul.menu > li.pcf_logo a {
    display:inline-block;
    zoom: 1;
    *display: inline;
    width: 135px;
    height: 100px;
    background: url(images/pcf120.png) no-repeat 50% 0 transparent;
    text-indent: -9999px;
    position: relative;
    z-index: 0;
}
.myfixed #navigation ul.menu > li.pcf_logo {margin-top:0}
.myfixed #navigation ul.menu > li.pcf_logo a {
    margin: 0px 0 0 0;
    background: url(images/moblogo80.png) no-repeat 50% 0 transparent;
    background-size: inherit;
    height:22px;
}

ul.menu li#menu-item-20  {width:160px; text-align:left; padding-left:15px; }
ul.menu li#menu-item-19  {width:160px; text-align:left; padding-left:15px;}
ul.menu li#menu-item-18  {width:150px; text-align:left; margin-left:50px; padding-left:15px;}
ul.menu li#menu-item-17  {width:137px; text-align:right;}

.myfixed {
    height: 35px !important;
    padding-top: 10px !important
}

.myfixed .htel {
    display: none
}

#responsive-menu li, #responsive-menu-additional-content {
    text-align: center;
    border: 0;
}

#responsive-menu li a, #responsive-menu-additional-content a {
    border: 0 !important;
    font-size: 24px !important;
}

#responsive-menu-additional-content a {
    color: #66bfe6;
}

#responsive-menu-title-image img {
    max-width: 60px;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link {
    padding-left: 5%;
    color: #aaa !important
}

.is-active span.responsive-menu-label {
    display: none !important;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0px auto;
}

.entry-content img {
    max-width: 100%;
}

.entry-content img, img[class*="align"], img[class*="wp-image-"] {
    height: auto;
}

.entry-content img, img.size-full {
    max-width: 100%;
    width: auto;
}

.wp-caption {
    border: 1px solid #CCCCCC;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0px;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0px;
}

embed, iframe, object {
    max-width: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Footer */
#footer {
    background: #000;
    color: #fff;
    width: 100%;
}

#footer:before {
    content: "";
    display: block;
    position: relative;
    height: 140px;
    background: url(images/pcf_logo.png) 50% 0;
    margin-top: -70px;
    margin-bottom: -50px;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    width: 100%;
    text-align: center;
}

#footer .container {
    max-width: 835px;
    width: 90%;
    margin: 0 auto;
    padding: 0 5%;
}

#footer ul {
    padding: 0;
    margin: 20px 0 30px;
}

#footer ul li a, #footer ul li {
    display: block;
    width: 100%;
    float: none;
}

#footer ul li a {
    padding: 0 0 10px
}

#footer #nav_menu-3 {
    text-align: right;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #29a0d6
}

#footer p {
    padding-bottom: 15px;
    font-size: 15px;
}

#footer:after {
    content: "";
    display: block;
    height: 50px;
    clear: both;
}

/* home */
#hero {
    background-position: 0 100%;
    background-repeat: repeat-x;
    text-align: center;
    border-bottom: 15px solid #fff;
    position: relative;
    z-index: 9
}

#hero h2 {
    max-width: 500px;
    margin: 0 auto 35px ;
    font-weight: 900;
    line-height: 1
}

#hero h3 {
    display: inline-block;
    clear: both;
    margin: 0 auto 20px;
    background: #fff;
}

#hero h4 {
    color: #000;
    text-transform: none;
    background: #fff;
    display: inline-block;
    margin: 25px auto 35px;
    font-size: 20px;
    padding: 7px 15px;
    font-size: 24px
}

#hero img {
    max-width: 635px
}

.middlebox h3.widget-title {
    text-align: center;
    font-weight: normal;
    font-size: 24px
}

.middlebox .panel-grid-cell {
    max-width: 590px;
    margin: 70px auto;
    text-align: center;
    background: #fff;
    padding: 30px;
}

.middlebox h3.widget-title:before {
    display: block;
    content: "\f041";
    font-family: 'FontAwesome';
    font-size: 40px;
    margin-bottom: 30px;
    padding: 0 0 0 0;
    width: 100%;
    margin-left: -1.5px;
}

.middlebox:before {
    content: "";
    display: block;
    position: relative;
    background: url(images/dash.png) repeat-y;
    width: 8px;
    height: 195px;
    left: 49.99%;
    width: 8px;
    margin-top: -105px;
    z-index: 0;
}

a.button {
    background: #004b6b;
    color: #fff;
    padding: 3px 18px;
    clear: both;
    margin-top: 20px;
    display: inline-block;
    outline: 0 solid white;
    outline-offset: -5px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

a.button:hover {
    color: #fff;
    outline: 5px solid white;
}

/* Pages */
h3.widget-title {
    color: #0095d6;
    font-size: 18px;
    margin-bottom: 10px;
}

.contact h3.widget-title {
    color: #0095d6;
    font-size: 22px;
    margin-bottom: 13px;
}

.intro h3.widget-title {
    color: #0095d6;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}

.intro h3.widget-title:before {
    display: inline-block;
    content: "\f041";
    font-family: 'FontAwesome';
    font-size: 48px;
    padding-right: 15px;
    padding-left: 2px
}

.casestudy p {
    font-size: 18px;
}

.casestudy p a {
    text-decoration: underline;
    color: #fff
}

.casestudy p a:hover {
    text-decoration: none !important;
}

h4 {
    color: #29a0d6;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

small {
    display: block;
}

/* blog */
.text p.blog {
    text-align: center;
    font-style: normal;
    color: #29a0d6
}

.blogpage {
    max-width: 600px;
    margin: 0 auto;
    width: 90%;
}

.blogpage h4 {
    line-height: 1;
    font-size: 28px;
    margin: 0 0 5px;
    padding: 0;
}

ul.blogcatz li a {
    padding: 8px;
}

ul.blogcatz li:after {
    content: " | "
}

ul.blogcatz li:last-child:after {
    content: ""
}

ul.blogcatz {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogsingle {
    max-width: 750px;
    margin: 0 auto;
    width: 95%;
}

.blogsingle .onepost {
    margin-top: 50px;
}

.wp-post-image {
    margin-bottom: 15px;
}

img {
    max-width: 100%;
    height: auto;
}

ul.share-buttons {
    list-style: none;
    padding: 0;
}

ul.share-buttons {
    padding: 0;
    margin: 0;
}

ul.share-buttons li a {
    display: inline-block;
    padding: 3px 12px;
    height: 30px;
    color: #000
}

ul.share-buttons li {
    display: inline-block;
    float: left;
    border: 1px solid #000;
    margin: 0 0 20px;
    height: 36px;
    padding: 5px 5px;
}

ul.share-buttons li:nth-child(1) {
    padding: 7px 17px 3px
}

ul.share-buttons li:last-child {
    border-right: 2px solid
}

.flex_75 h4 {
    line-height: 1;
    font-size: 28px;
    margin: 0 0 5px;
    padding: 0;
}

ul.share-buttons li a:hover, .flex_75 h4 a {
    color: #29a0d6
}

.cright {
    text-align: right;
}

.pressitem {
    border-top: dotted 1px #29a0d6;
    padding-top: 15px;
}

/* Navigation 2 */
/* ---------------------------------------------------------- */
.navigation {
    width: 100%;
    text-align: right;
    padding: 3px;
    margin: 30px 0px !important;
}

.navigation a {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    font-weight: bold;
    color: #29a0d6;
    background: #fff;
}

.navigation a:hover {
    color: #fff !important;
    padding: 5px 6px 4px 6px;
    margin: 3px;
    font-weight: bold;
    background-color: #29a0d6;
    text-decoration: none !important;
}

.navigation span.pages {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    color: #29a0d6;
    font-weight: bold;
    background-color: inherit;
    display: none;
}

.navigation span.current {
    padding: 4px 4px;
    margin: 3px;
    font-weight: bold;
    color: #fff;
    background-color: #29a0d6;
}

.video-container {
    position: relative;
    padding-bottom: 52.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul#menu-social-media li a {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

ul#menu-social-media li {
    display: inline;
    float: left;
    width: auto;
}

@media all and (max-width: 1180px) {
    a.htel {
        top:84px;
        right: 20px;
    }

    .wrapfixed a.htel {
        display: none;
    }
}
@media all and (max-width:960px) {    
    img#mobilelogo {
        display: block !important;
        position: relative;
        z-index: 10;
        max-width: 65px;
        height: auto;
        margin: 0;
        padding: 0 0 5px 10px;
    }
.myfixed {height:55px !important}
   }
@media all and (max-width: 780px) {
    a.htel {
        display:none;
    }

    .cright {
        text-align: center;
        clear: both;
    }

    .flex_33, #footer .widget, .flex_50 {
        width: 100%;
        padding: 0;
        text-align: center !important;
    }

    .fw {
        text-align: center
    }

    h1.mobile {
        padding: 10px 2% 20px;
    }

    #main:before {
        width: 100%;
        height: 160px;
        border-top: 0;
        background: url('http://pcfcorp.com/wp/wp-content/themes/pcf_theme/images/bg_mobile.png') repeat-y 50% -10px
    }

    .cright {
        text-align: center;
        clear: both;
    }

    .menu-social-media-container {
        text-align: center;
        width: 100% !important;
    }

    ul#menu-social-media {
        margin: 0 auto;
        float: none !important;
    }

    ul#menu-social-media li a {
        float: none;
        width: auto;
        margin: 0 5px
    }

    ul#menu-social-media li {
        float: none;
    }

    #main .panel-layout {
        max-width: 780px;
        width: 90%;
        margin: -10px auto 0;
        padding: 0 5% 50px;
        background: #fff;
    }

    .fw {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .intro p {
        font-size: 19px;
    }

    .panel-grid-cell-empty {
        display: none
    }

    .intro .so-widget-image {
        display: none !important
    }

    .intro h3.widget-title {
        font-size: 30px
    }

    .intro h3.widget-title:before {
        display: block;
        content: "\f041";
        font-family: 'FontAwesome';
        font-size: 48px;
        text-align: center;
        padding: 0 0 10px 2px;
        width: 100%;
    }

    #header {
        overflow: visible;
        padding-top: 5px;
        padding-bottom: 5px;
        height: auto;
        margin-bottom: 20px
    }



    #hero img {
        max-width: 80% !important
    }

    #hero {
        background-position: 50% 35%
    }

    #hero h2 {
        margin-bottom: 20px;
    }

    #hero h4 {
        max-width: 80%;
        font-size: 20px;
    }

    .middlebox .panel-grid-cell {
        max-width: 100% !important;
        width: 100% !important;
        padding: 5% 10%;
    }

    .middlebox:before {
        margin-bottom: -50px;
        margin-top: -77px;
        height: 240px;
        margin-bottom: -100px;
        left: 49.54%
    }

    .middlebox h3.widget-title:before {
        font-size: 60px;
        padding-top: 20px;
        padding-bottom: 0;
        margin-bottom: 10px;
        padding-left: 1px;
    }

    .middlebox .panel-grid-cell:before {
        content: "";
        width: 90%;
        border-top: 2px dotted #99d5ef;
        height: 1px;
        display: block;
        margin: 5px auto 0;
    }

    .middlebox p, .middlebox h3 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .middlebox p br {
        display: none;
    }

    .middlebox a.button {
        margin-bottom: 20px;
    }

    #footer:before {
        background: url(images/moblogo.png) no-repeat 50% 0;
        width: 100%;
        height: 50px;
        background-size: contain;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    #footer ul {
        margin: 0;
    }

    .responsive-menu-open .responsive-menu-inner, .responsive-menu-open .responsive-menu-inner::before, .responsive-menu-open .responsive-menu-inner::after {
        background-color: #fff !important;
    }

    .responsive-menu-label.responsive-menu-label-top, .responsive-menu-label.responsive-menu-label-bottom {
        margin: 10px 0 0 0!important;
    }

    .site-main {
        margin-bottom: 0;
    }
}

.h nav li.button a,.menu-toggle,button,input[type=button],input[type=reset],input[type=submit] {
    color: #fff;
    font-size: 1em;
    background: #004b6b;
    border-radius: 3px;
    border: none;
    padding: 1em 2em;
    line-height: 1;
    transition: background .5s,color .5s;
    text-decoration: none;
    text-align: center
}

.select2-container .select2-choice {
    background: #efefef!important;
    border: none!important
}

.select2-display-none {
    padding-top: .5em!important
}

.button.secondary-button,input[type=reset] {
    color: #000;
    background: #d3d3d3
}

.h nav li.button a:hover,.menu-toggle:hover,button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
    color: #fff;
    background: #000;
    cursor: pointer;
    transition: background 250ms,color 250ms
}

.sidebar .button {
    margin: 1em auto;
    display: block
}

.content form {
    margin: 1em 0
}

fieldset {
    padding: 1em 0
}

fieldset>* {
    padding-left: 1em
}

fieldset legend {
    padding-left: 0
}

label {
    display: block;
    padding: 1em 0 0 .25em
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #efefef;
    border: none;
    border-radius: 3px;
    padding: 1em;
    font-size: 1em
}

select::-ms-expand {
    display: none
}

option {
    padding: .25em .5em
}

input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select[multiple],textarea {
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
    border: 0;
    padding: 1em;
    font-size: 1em;
    outline: 0;
    background: #efefef
}

select[multiple] {
    width: auto
}

input[type=date],input[type=datetime-local],input[type=datetime],input[type=month],input[type=number],input[type=time],input[type=week] {
    width: 5em;
    max-width: 100%
}

input[type=checkbox],input[type=radio] {
    display: inline-block;
    padding-top: 0;
    clear: left;
    float: left
}

input[type=checkbox]+label,input[type=radio]+label {
    display: inline-block;
    max-width: 95%;
    float: left
}

input[type=search] {
    appearance: none
}

textarea {
    min-height: 200px;
    width: 100%
}

form button,form input[type=submit] {
    float: right
}

form.simple-search input {
    width: 100%;
    padding-right: 40px
}

.search form.simple-search {
    width: 60%
}

form.simple-search button {
    top: 5px;
    right: 5px;
    border: 0;
    background: 0 0;
    padding: 0;
    box-shadow: none
}

form.simple-search button:active,form.simple-search button:hover {
    box-shadow: none
}

form.simple-search button img {
    width: 2em
}

form.search-form {
    padding: 0;
    overflow: hidden;
    margin-top: 1em;
    max-height: 3.25em;
    position: relative
}

form.search-form input {
    padding: 1em 3em 1em 1em;
    width: 100%
}

.search-form label:before {
    font-size: 2em
}

.search-form * {
    outline: 0
}

.search-form button {
    width: 10%;
    height: 5em;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.select2-container .select2-choice {
    padding: 1.05em!important
}

.clear-multi:after,.gf_page_steps:after,.gf_progressbar_wrapper:after,.gfield_html_formatted:after,.gform_page_footer:after,.gform_wrapper li:after,.gform_wrapper:after {
    content: "";
    display: table;
    clear: both
}

.gform_wrapper ul {
    padding: 0;
    list-style: none
}

.gform_wrapper li {
    padding: 12px 0
}

.gform_wrapper .small,.small+.chosen-container-multi,.small+.ginput_counter {
    width: 20%!important;
    max-width: 100%
}

.gform_wrapper .large,.gform_wrapper .medium,.large+.chosen-container-multi,.large+.ginput_counter,.medium+.chosen-container-multi,.medium+.ginput_counter {
    width: 100%!important;
    max-width: 100%
}

.ginput_counter {
    padding-top: .25em;
    text-align: right;
    line-height: 1
}

.gfield_required {
    padding: 0 .2em
}

.gfield_description {
    padding: .25em .25em 0;
    clear: both
}

.field_description_above .gfield_description {
    padding: .75em .25em
}

.field_sublabel_above.field_description_above .gfield_description+.clear-multi label {
    padding-top: 0
}

@media (max-width: 767px) {
    .gform_wrapper .small,.small+.chosen-container-multi,.small+.ginput_counter {
        width:40%!important;
        max-width: 100%
    }

    .gform_wrapper .large,.gform_wrapper .medium,.large+.chosen-container-multi,.large+.ginput_counter,.medium+.chosen-container-multi,.medium+.ginput_counter {
        width: 100%!important;
        max-width: 100%
    }

    li.gfield {
        max-width: 100%;
        overflow-x: scroll
    }
}

.gfield_total label {
    font-size: 1.75em
}

.ginput_container_post_title,.ginput_container_total,h3.gf_progressbar_title {
    font-size: 1.5em
}

h3.gf_progressbar_title {
    font-size: 1em
}

.ginput_complex span label,.ginput_container_fileupload .screen-reader-text,.ginput_counter,.instruction,.ui-datepicker-title select {
    font-size: .9em
}

.gfield .instruction,.gfield_description {
    font-style: italic
}

.gfield_description.validation_message,.gfield_label,.gfield_required,.ginput_product_price,.ginput_product_price_label,.ginput_shipping_price,h3.gf_progressbar_title,input:checked+label,td.ui-datepicker-today a {
    font-weight: 700
}

.gfield_checkbox li label,.gfield_radio li label {
    padding-top: 0;
    top: -.15em;
    position: relative
}

.gfield_radio input[type=radio]+input[type=text] {
    float: left;
    display: inline-block;
    width: 10em;
    top: -.75em;
    position: relative;
    margin-left: .25em
}

.ginput_container_select {
    position: relative;
    display: inline
}

.ginput_container_select.chosen-after {
    display: inline-block
}

.ginput_container_select.chosen-after:after {
    top: 1.3em
}

.ginput_container_select:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: .3em;
    right: .75em;
    border-top: 8px solid #000;
    opacity: .5
}

.ginput_container_select select {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.chosen-container {
    position: relative
}

li.gfield .chosen-container-multi .search-choice span,li.gfield a.chosen-single span {
    color: #000;
    position: absolute;
    display: block;
    left: 1em;
    top: .85em
}

ul.chosen-results {
    display: none;
    border: 3px solid #efefef;
    background: #fff;
    top: -.3em;
    position: relative;
    padding: 0!important;
    max-height: 11.75em;
    overflow: scroll
}

.chosen-container-multi ul.chosen-results {
    top: -1em;
    left: 1em;
    width: 15em;
    max-width: 90%
}

ul.chosen-results li.active-result {
    padding: .5em .75em
}

ul.chosen-results li.active-result:hover {
    background: #efefef
}

select[multiple]+.chosen-container li.result-selected {
    padding-left: .75em
}

select[multiple]+.chosen-container.chosen-container-active li.search-field {
    display: none
}

ul.chosen-results li.active-result.result-selected.gf_placeholder {
    background: 0 0;
    color: #000
}

ul.chosen-results li.no-results {
    padding: .5em .75em;
    font-style: italic
}

.chosen-container-active ul.chosen-results {
    display: block
}

.chosen-container-active a.chosen-single span {
    visibility: hidden
}

.chosen-container-multi .search-choice span {
    top: 2em;
    left: 2em
}

.chosen-container-multi li.search-choice {
    position: relative;
    top: 2.5em
}

.chosen-container-multi .search-field input {
    overflow-x: hidden
}

.ginput_container_multiselect select {
    height: 8em;
    overflow: scroll
}

.ginput_container_multiselect select.small {
    height: 6.5em
}

.ginput_container_multiselect select.large {
    height: 12em
}

.large+.chosen-container-multi .search-field input,.medium+.chosen-container-multi .search-field input,.small+.chosen-container-multi .search-field input {
    width: 100%
}

select[multiple]+.chosen-container li.search-field input {
    width: 100%!important
}

select[multiple]+.chosen-container-multi ul.chosen-choices li.search-choice {
    position: relative;
    left: 90%;
    padding-bottom: 1em
}

.gfield_html_formatted {
    margin-bottom: 1em
}

li.gsection {
    margin-top: 2em
}

.ginput_complex span label {
    padding: .25em 0 .75em .25em
}

span.name_first,span.name_last,span.name_middle,span.name_prefix,span.name_suffix {
    width: 49%;
    float: left
}

span.name_first {
    margin-right: 1%
}

span.name_last {
    margin-left: 1%
}

.no_prefix.no_middle_name.no_first_name.no_suffix span.name_last label,.no_prefix.no_middle_name.no_last_name.no_suffix span.name_first label {
    display: none
}

.no_prefix.no_middle_name.no_first_name.no_suffix span.name_last {
    margin-left: 0
}

.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_first {
    width: 40%;
    margin-right: 1%
}

.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_middle {
    width: 18%
}

.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_last {
    width: 40%;
    margin-left: 1%
}

.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_prefix {
    width: 10%
}

.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_first {
    width: 39%;
    margin-right: 1%
}

.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_middle {
    width: 10%
}

.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_last {
    width: 39%
}

.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_first {
    width: 38.5%;
    margin-right: 1%
}

.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_middle {
    width: 10%;
    margin-right: 1%
}

.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_last {
    width: 38.5%;
    margin-left: 0
}

.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_suffix {
    width: 10%;
    margin-left: 1%
}

.has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_prefix {
    width: 10%
}

.has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_first {
    width: 39%;
    margin-right: 1%
}

.has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_last {
    width: 39%;
    margin-left: 0
}

.has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_suffix {
    width: 10%;
    margin-left: 1%
}

.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_prefix {
    width: 10%
}

.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_first {
    width: 33.5%;
    margin-right: 1%
}

.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_middle {
    width: 10%;
    margin-right: 1%
}

.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_last {
    width: 33.5%;
    margin-left: 0
}

.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_suffix {
    width: 10%;
    margin-left: 1%
}

@media (max-width: 767px) {
    .has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_prefix {
        width:20%
    }

    .has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_first {
        width: 40%;
        margin-right: 1%
    }

    .has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_middle {
        clear: left;
        width: 20%
    }

    .has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_last {
        width: 40%
    }

    .no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_first {
        width: 40%;
        margin-right: 1%
    }

    .no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_middle {
        width: 20%;
        margin-right: 1%
    }

    .no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_last {
        clear: left;
        width: 40%;
        margin-left: 0
    }

    .no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_suffix {
        width: 20%;
        margin-left: 1%
    }

    .has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_prefix {
        width: 20%
    }

    .has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_first {
        width: 40%;
        margin-right: 1%
    }

    .has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_last {
        width: 40%;
        clear: left;
        margin-left: 0
    }

    .has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_suffix {
        width: 20%;
        margin-left: 1%
    }

    .has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_prefix {
        width: 20%;
        margin-right: 1%
    }

    .has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_first {
        width: 40%;
        margin-right: 1%
    }

    .has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_middle {
        clear: left;
        width: 20%;
        margin-right: 1%
    }

    .has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_last {
        width: 40%;
        margin-left: 0
    }

    .has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_suffix {
        width: 20%;
        margin-left: 1%
    }
}

.field_sublabel_above span label {
    padding-bottom: 0
}

.ui-datepicker .ui-icon {
    position: relative
}

a.ui-datepicker-next,a.ui-datepicker-prev {
    float: left;
    width: 1em;
    height: 1em;
    margin-top: .45em
}

a.ui-datepicker-next,a.ui-datepicker-next.ui-corner-all {
    float: right
}

#ui-datepicker-div {
    background: #fff;
    padding: .5em;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5)
}

table.ui-datepicker-calendar td,table.ui-datepicker-calendar th {
    padding: .25em
}

.ui-datepicker-title {
    text-align: center
}

.ui-datepicker-title select {
    padding: .5em 1em;
    margin: 0 .15em
}

td.ui-datepicker-week-end {
    background: #efefef
}

table.ui-datepicker-calendar td {
    padding: .25em;
    text-align: center
}

select[multiple]+.chosen-container li.result-selected {
    background: #000;
    color: #fff
}

td.ui-datepicker-current-day a.ui-state-active {
    display: block;
    border-radius: 50%;
    width: 1.5em
}

input.datepicker_with_icon+img {
    width: 1.5em;
    position: relative;
    left: .5em;
    top: .25em
}

.ginput_container_time {
    float: left
}

.ginput_container_time i {
    font-style: normal;
    display: inline-block;
    padding: 0 .25em 0 0
}

.gfield_time_ampm {
    margin-left: 1%
}

span.address_city,span.address_state,span.address_zip {
    float: left;
    width: 32%;
    margin-right: 1%
}

span.address_city {
    width: 34%
}

span.address_zip {
    margin-right: 0
}

.address_state select {
    width: 100%
}

@media (max-width: 767px) {
    span.address_city {
        width:100%;
        float: none
    }

    span.address_city input {
        width: 80%
    }

    span.address_state,span.address_zip {
        width: 49%
    }
}

.ginput_container_email>span {
    float: left;
    width: 49.5%;
    margin-right: .5%
}

.ginput_container_email span.ginput_right {
    margin-left: .5%;
    margin-right: 0
}

.ginput_container_fileupload {
    background: #efefef;
    padding: .75em;
    border-radius: 3px
}

.ginput_container_fileupload .screen-reader-text {
    display: inline
}

.ginput_container_fileupload>div:first-of-type {
    text-align: center;
    padding: 2em 0;
    border: 3px dashed #ddd
}

span.gform_drop_instructions {
    display: block;
    margin: 0 0 1em
}

.ginput_container_fileupload>div+span.screen-reader-text {
    display: block;
    text-align: center;
    margin: 1em 0 0
}

.ginput_container_fileupload span.screen-reader-text+div li {
    padding: .25em 0 0
}

@media (max-width: 767px) {
    .ginput_container_fileupload .screen-reader-text {
        display:block;
        font-size: .7em;
        padding: 1em .75em
    }

    span.gform_drop_instructions {
        display: none
    }
}

td.gfield_list_icons img {
    position: relative;
    top: 1em;
    opacity: 1!important
}

.field_description_above .gfield_description+.ginput_container_list {
    margin-top: -1.5em
}

.ginput_container_singleproduct .ginput_product_price_label {
    padding-left: 1em
}

span.ginput_quantity_label {
    margin-left: 1em
}

.instruction {
    padding: .5em .35em
}

.ginput_shipping_price {
    padding: 1em;
    display: block
}

.ginput_container_total {
    display: block;
    margin-left: .35em
}

.gform_validation_error li.gfield_error,.validation_error {
    background: #bf0421;
    color: #fff!important;
    padding: 0 1em 1em;
    margin: 1em 0;
    border-radius: 3px
}

.validation_error {
    padding-top: 1em
}

.gform_wrapper li.gfield_error {
    position: relative;
    margin-top: 3em
}

.gfield_error .ginput_container_select:after {
    display: none
}

.gfield_error .warningTextareaInfo {
    color: #fff
}

.gfield_error .ginput_container_fileupload {
    color: #000
}

.gfield_error img.add_list_item {
    background-color: #fff;
    border-radius: 50%
}

.gform_heading .gform_description {
    padding: 1em 0;
    display: block
}

.gf_progressbar {
    position: relative;
    border-top: 5px solid #efefef
}

.gf_progressbar_percentage {
    color: #fff;
    border-top: 5px solid #4480c3;
    position: relative;
    top: -5px;
    text-align: right
}

.gf_progressbar_percentage span {
    background: #000;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.75;
    border-radius: 3px 0 3px 3px;
    font-size: .9em;
    margin-top: .25em;
    position: relative;
    text-align: center
}

.gf_progressbar_percentage.percentbar_0 span {
    border-top-right-radius: 3px;
    border-top-left-radius: 0
}

.gf_progressbar_percentage span:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 0 solid transparent;
    top: -5px;
    right: 0;
    border-bottom: 5px solid #000
}

.gf_progressbar_percentage.percentbar_0 span:after {
    right: auto;
    left: 0;
    border-right: 5px solid transparent;
    border-left: 0
}

.gf_progressbar_percentage.percentbar_red {
    border-color: #bf0421
}

.gf_progressbar_percentage.percentbar_green {
    border-color: green
}

.gf_progressbar_percentage.percentbar_gray {
    border-color: #666
}

.gf_progressbar_percentage.percentbar_orange {
    border-color: #e8641b
}

.gf_progressbar_percentage.percentbar_custom {
    border-color: transparent
}

.gf_progressbar_wrapper+.gform_body .gform_page_footer {
    padding-top: 2em
}

.gform_next_button {
    float: right
}

div.gform_confirmation_message {
    background: green;
    color: #fff;
    padding: 1em;
    margin: 1em 0;
    border-radius: 3px
}

body img.gform_ajax_spinner {
    display: block;
    margin: 1em auto
}

.gf_page_steps {
    display: table;
    width: 100%
}

.gf_page_steps>div {
    padding: .25em;
    display: table-cell;
    color: #fff;
    background: #000;
    vertical-align: top;
    font-weight: 700
}

.gf_page_steps>div.gf_step_pending {
    background: #efefef;
    color: #666
}

.gf_step_clear {
    display: none!important
}

span.gf_step_number {
    background: #fff;
    color: #000;
    display: inline-block;
    width: 2em;
    text-align: center;
    border-radius: 50%;
    line-height: 2
}

@media (max-width: 767px) {
    .gf_step {
        text-align:center
    }

    .gf_step span {
        clear: both;
        display: block;
        margin: 0 auto
    }

    span.gf_step_number {
        margin-top: .5em
    }

    span.gf_step_label {
        margin-top: -1em
    }
}

.ginput_container_creditcard {
    background: #efefef;
    padding: 2em;
    border-radius: 5px
}

.ginput_container_creditcard input,.ginput_container_creditcard select {
    background: #fff
}

.gform_card_icon_container div {
    float: left;
    display: block;
    color: #666
}

.ginput_cardinfo_left,.ginput_cardinfo_right {
    float: left
}

.ginput_cardinfo_right {
    margin-left: 1em
}

span.ginput_card_security_code_icon {
    font-size: 1.5em;
    float: left;
    color: #666
}

.gfield_creditcard_warning_message {
    background: #bf0421;
    color: #fff;
    padding: 1em .75em;
    border-radius: 3px
}

.gfield_error .ginput_container_creditcard label {
    color: #000
}

.ginput_container_creditcard .ginput_full {
    clear: both;
    display: block
}

.name_first br,.name_last br,body .gform_wrapper ul.gfield_checkbox li br {
    display: none
}

.field_sublabel_above .ginput_container_creditcard .ginput_full:first-of-type {
    margin-bottom: 2em
}

@media (max-width: 767px) {
    .ginput_container_creditcard {
        padding:1em
    }

    .ginput_cardinfo_right {
        width: 40%
    }
}

.gform_wrapper p {
    padding-bottom: 0
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
    float: left!important;
    display: inline-block!important
}

body .gform_wrapper ul.gfield_checkbox li label {
    float: left;
    display: inline-block!important;
    padding-top: 1px
}

.address_country select {
    min-height: 39px
}

body .gform_wrapper .top_label div.ginput_container,body .gform_wrapper ul li.gfield {
    margin-top: 0!important
}

#gform_wrapper_1, #gform_wrapper_2 {
    border: 1px dotted #99d5ef;
    padding: 10px 20px
}

#gform_wrapper_1 p br, #gform_wrapper_2 p br {
    display: none
}

/* Edited 6-27-2017 */
