table@charset "utf-8";

@font-face {
    font-family:'OpenSansExtrabold';
    src: url('fonts/OpenSansExtrabold.eot');
    src: url('fonts/OpenSansExtrabold.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSansExtrabold.woff') format('woff'),
    url('fonts/OpenSansExtrabold.ttf') format('truetype'),
    url('fonts/OpenSansExtrabold.otf') format('opentype'),
    url('fonts/OpenSansExtrabold.svg#OpenSansExtrabold-Regular') format('svg');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-20AC;
}

@font-face {
    font-family:'OpenSansRegular';
    src: url('fonts/OpenSansRegular.eot');
    src: url('fonts/OpenSansRegular.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSansRegular.woff') format('woff'),
    url('fonts/OpenSansRegular.ttf') format('truetype'),
    url('fonts/OpenSansRegular.otf') format('opentype'),
    url('fonts/OpenSansRegular.svg#OpenSansRegular-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'TitilliumWebBold';
    src: url('fonts/TitilliumWebBold.eot');
    src: url('fonts/TitilliumWebBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/TitilliumWebBold.woff') format('woff'),
    url('fonts/TitilliumWebBold.ttf') format('truetype'),
    url('fonts/TitilliumWebBold.otf') format('opentype'),
    url('vTitilliumWebBold.svg#TitilliumWebBold-Regular') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-20AC;
}

@font-face {
    font-family:'TitilliumWebRegular';
    src: url('fonts/TitilliumWebRegular.eot');
    src: url('fonts/TitilliumWebRegular.eot?#iefix') format('embedded-opentype'),
    url('fonts/TitilliumWebRegular.woff') format('woff'),
    url('fonts/TitilliumWebRegular.ttf') format('truetype'),
    url('fonts/TitilliumWebRegular.otf') format('opentype'),
    url('fonts/TitilliumWebRegular.svg#TitilliumWebRegular-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-20AC;
}

@font-face {
    font-family:'TitilliumWebSemiBold';
    src: url('fonts/TitilliumWebSemiBold.eot');
    src: url('fonts/TitilliumWebSemiBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/TitilliumWebSemiBold.woff') format('woff'),
    url('fonts/TitilliumWebSemiBold.ttf') format('truetype'),
    url('fonts/TitilliumWebSemiBold.otf') format('opentype'),
    url('fonts/TitilliumWebSemiBold.svg#TitilliumWebSemiBold-Regular') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-20AC;
}

@font-face {
    font-family:'TitilliumWebLight';
    src: url('fonts/TitilliumWeb-Light.eot');
    src: url('fonts/TitilliumWeb-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/TitilliumWeb-Light.woff') format('woff'),
    url('fonts/TitilliumWeb-Light.ttf') format('truetype'),
    url('fonts/TitilliumWeb-Light.otf') format('opentype'),
    url('fonts/TitilliumWeb-Light.svg#TitilliumWeb-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-20AC;
}

* {
    margin: 0px;
    padding: 0px;
    outline: 0 none;
}

body {
    overflow-x: hidden;
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
    background-color: #FFF;
    -webkit-font-smoothing: antialiased;
    color:#6d6e70;
}

h1 {
    color: #e87d24;
    font-size: 37px;
    line-height: 45px;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: none;
}

h2 {
    font-family: 'TitilliumWebBold';
    color: #e87d24;
    font-size: 37px;
    line-height: 45px;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: none;
}

h3 {
    color: #444444;
    font-size: 23px;
    line-height: 33px;
    margin: 30px 0px 10px 0px;
    text-transform: uppercase;
}

h4 {
    color: #1d6c9f;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0px 5px 0px;
    padding: 5px 0px 0px 0px;
    text-transform: none;
}

h5 {
    color: #6d6e70;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
}

h6 {
    color: #6d6e70;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
}


p {
    color: #6d6e70;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 5px 0px;
    text-transform: none;
}

hr {
    border-top:1px solid #dedede;
    margin:40px 0;
}

a {
    text-decoration: none;
    outline-style: none;
    color: #00bbff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

a:hover {
    color: #1d6c9f;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

input[type="submit"], button {
    outline-style: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;  
}

.container {
    width: 95%;
    max-width: 1140px;
    margin: auto;
}

.container_2 {
    width: 95%;
    max-width: 800px;
    margin: auto;
    color: #FFF;
    font-family: 'TitilliumWebRegular';
    text-transform: uppercase;
    font-size: 27px;
    text-align: center;
}

.container_2 span {
    font-family: 'TitilliumWebBold';
}

.container_2 img {
    margin: 0 10px -10px 0;
}

body.logged-in .subheader, body.logged-in .header {
    margin-top: 32px;
}

.subheader {
    height: 30px;
    background: #1e2831;
    position:fixed;
    top:0;
    right:0;
    left:0;
    text-align:right;
    font-size: 12px;
    font-family: TitilliumWebRegular;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 100;
}

.subheader a{
    color: #FFF;
    padding: 5px;
    display: inline-block;
    margin: 0 10px;
}

.subheader a:hover{
    color: #E87D24
}

.header {
    top: 30px;
    width: 100%;
    max-height: inherit;
    float: left;
    background-color: #273544;
    font-family: 'TitilliumWebRegular';
    position: fixed;
    z-index: 99;
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, .7);
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, .7);
}

.logopanel {
    float: left;
    padding: 25px 0;
}

.logopanel > div {
    margin: 0;
    padding: 0;
}

.logopanel img {
    margin: auto;
}

.menupanel {
    float: right;
}

.get_button, #main_nav_61 {
    float: right;
    margin: -14px 0 0 0;
    padding: 25px 0;
}

.get_button a, #main_nav_61 a {
    color: #FFF !important;
    text-align: center;
    background-color: #e87d24;
    border: 2px solid #e87d24;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px !important;
    text-transform: uppercase;
    font-size: 13px !important;
    font-family: 'TitilliumWebBold';
}

.get_button a:hover, #main_nav_61 a:hover {
    color: #e87d24;
    background-color: transparent;
    border: 2px solid #e87d24;
}

.closebutton_panel {
    float: left;
    width: 100%;
    margin: 60px;
}

.closebutton {
    float: left;
    margin: 0px 0px 0 0;
    position: relative;
    width: 100%;
    height: 15px;
}

.submenubox {
    position: absolute;
    width: 90%;
    margin: 93px 0 0 0;
    padding: 0px 5%;
    background-size: 100% auto;
    background-color: rgba(22,32,43,.93);
    display: none;
    top: 0;
    left: 0;
    right: 0;
    /* -webkit-box-shadow:0 0 7px rgba(0,0,0,.5);-moz-box-shadow:0 0 7px rgba(0,0,0,.5);box-shadow:0 0 7px rgba(0,0,0,.5);*/
}

.submenubox.active {
    display: block;
}

#main_nav_87 {
    position: relative;
}
.nav-more > a {
    background-image: url("/wp-content/themes/p4c/images/nav-arrow.png");
    background-position: 51px 8px !important;
    background-repeat: no-repeat !important;
    padding-right: 25px !important;
}
.nav-service > a {
    background-image: url("/wp-content/themes/p4c/images/nav-arrow.png");
    background-position: right 8px !important;
    background-repeat: no-repeat !important;
    padding-right: 25px !important;
}
#main_nav_16269{position:relative;}

#sub_menunav_16269 {
    background-image:url("../images/meganavbg.png") no-repeat top 5px;
    left: 0;
    margin: 93px 0 0;
    padding: 15px 10px 30px;
    position: absolute;
    right: 0;
    top: -6px;
    width: 250px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#sub_menunav_16269 .submenubox_left ul li {
    float: left;
    display: block;
    width: 100%;
    list-style-type: none;
    margin: 0;
    text-align: left;
}

#sub_menunav_16269 .submenubox_left ul li a {
    display: block;
    width: 90%;
}
.submenubox_left {
    width: 100%;
    float: right;
    font-family: 'TitilliumWebRegular';
}

.submenubox_left ul {
    text-align: right;
}

.submenubox_left ul li {
    float: right;
    list-style-type: none;
    margin: 10px 0.5%;
    padding: 5px 0;
}

.submenubox_left ul li:last-child {
    margin: 10px 0%;
}

.submenubox_left ul li a {
    float: left;
    padding: 10px;
    color: #8093ad;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.submenubox_left ul li a:hover, .submenubox_left ul li.active1 a {
    background-color: #434b54;
    color: #FFF;
}

#sub_menunav_87 {
    background-image:url("../images/meganavbg.png") no-repeat top 5px;
    left: 0;
    margin: 93px 0 0;
    padding: 15px 10px 30px;
    position: absolute;
    right: 0;
    top: -6px;
    width: 250px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#sub_menunav_87 .submenubox_left ul li {
    float: left;
    display: block;
    width: 100%;
    list-style-type: none;
    margin: 0;
    text-align: left;
}

#sub_menunav_87 .submenubox_left ul li a {
    display: block;
    width: 90%;
}

.topbanner_panel {
    float: left;
    width: 100%;
    min-height: 560px;
    max-height: inherit;
    background-image: url(../images/banner_top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin: 94px 0 0 0;
}

.topbanner_panel_left {
    float: left;
    width: 63%;
    padding: 12% 0 0 0;
    font-family: 'TitilliumWebSemiBold';
    font-size: 76px;
    color: #FFF;
    line-height: 80px;
}

.topbanner_panel_left h1 {
    font-family: 'TitilliumWebSemiBold';
    font-size: 76px;
    color: #FFF;
    line-height: 80px;
}

.topbanner_panel_left h1 span {
    color: #e87d24;
}

.topbanner_panel_right {
    float: right;
    width: 32%;
    padding: 60px 2% 0;
    background-color: rgba(255,255,255,.8);
    min-height: 500px;
    font-family: 'OpenSansRegular';
    min-width: 350px;
}

.topbanner_panel_right h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    color: #444444;
}

.topbanner_panel_right h2 {
    font-size: 27px;
    line-height:30px;
    margin:0;
    padding:0;
    font-family: 'TitilliumWebBold';
}

.topbanner_panel_right h2 span {
    font-family: 'TitilliumWebLight';
    font-size: 21px;
    color: #6d6e70;
}

.form_panel {
    float: left;
    border-top: 1px solid #999;
    padding: 0;
    width: 100%;
    margin: 30px 0 0 0;
}

.text_box,.text_box2 {
    float: left;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 2.5%;
    width: 42.5%;
    font-size: 13px;
    color: #464646;
    margin: 5px 0;
}

.text_box2 {
    float: right;
}

.value_slider {
    float: left;
    width: 70%;
    margin: 15px 0 0 0;
}

.value_slider img {
    width: 100%;
}

.value_slider span {
    font-size: 13px;
    padding-left: 20px;
}

.text_box3 {
    float: right;
    width: 20%;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 0%;
    font-size: 13px;
    color: #464646;
    text-align: center;
    margin: 12px 0;
}

.submit_button {
    width: 100%;
    background-color: #e87d24;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'TitilliumWebSemiBold';
    border: none;
    padding: 10px 0;
    cursor: pointer;
    margin: 30px 0;
}

.white_panel {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.white_panel h3 {
    font-family: 'TitilliumWebBold';
    font-size: 41px;
    color: #6d6e70;
    text-align: center;
    line-height: 41px;
    text-transform:none;
    border-top:none;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

.white_panel h3 span {
    font-family: 'OpenSansRegular';
    font-weight: 100;
    font-size: 21px;
    line-height:35px;
    color:#999;
}

.white_panel_col {
    width: 30%;
    float: left;
    margin: 40px 1.5%;
    font-size: 18px;
    color: #6d6e70;
    text-align: center;
    display: none;}

    .white_panel_col span {
        color: #00bbff;
    }

    .white_panel_col h4 {
        font-size: 23px;
        color: #e87d24;
        text-transform: uppercase;
        margin: 30px 0 10px;
        font-family: "TitilliumWebBold";
    }

    .white_panel_col img {

    }

    .white_panel .features_panel p {
        /*float: left;*/
    }

    .grey_panel {
        background-color: #f5f5f5;
        float: left;
        padding: 50px 0 10%;
        width: 100%;
    }

    .grey_panel img {
        float: left;
    }

    .grey_panel_right {
        float: right;
        width: 50%;
        font-size: 16px;
        color: #444444;
    }

    .grey_panel_right p {
        font-size: 16px;
        color: #444444;
    }

    .grey_panel_right span {
        color: #00bbff;
    }

    .grey_panel_right h2 {
        margin-top: 0;
        padding-top: 0;
        font-size: 40px;
        font-family: 'TitilliumWebBold';
        color: #e87d24;
        line-height: 49px;
        text-transform:none;
        padding:0px 0px 0px 0px;
        margin:0px;
    }

    .grey_panel_right h3 {
        font-size: 23px;
        font-family: 'TitilliumWebBold';
        color: #000;
        line-height: 33px;
        border-top:none;
        padding:0px 0px 0px 0px;
        margin: 0px 0px 25px 0px;
    }

    .scroll_mid_panel {
        float: left;
        width: 100%;
        background-image: url(../images/banner_middle.jpg);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        min-height: 800px;
        max-height: inherit;
    }

    .scroll_mid_panel_inner {
        margin: -70px 0 0 0;
        text-align: center;
        float: left;
        width: 100%;
    }

    .scroll_mid_panel_inner h1 {
        font-size: 41px;
        font-family: 'TitilliumWebBold';
        color: #FFF;
    }

    .scroll_mid_panel_inner img {
        width: 100%;
        max-width: 763px;
    }

    .more_button {
        margin: 10px auto 0;
        float: left;
        width: 100%;
    }

    .more_button a {
        background-color: rgba(0, 0, 0, 0.15);
        border: 2px solid #e87d24;
        border-radius: 5px;
        color: #e87d24;
        cursor: pointer;
        font-family: "TitilliumWebSemiBold";
        font-size: 15px;
        margin: 15px 0;
        padding: 10px 5%;;
        text-align: center;
        text-transform: uppercase;
        width: 100%;

/*text-transform: uppercase;
font-size: 15px;
font-family: 'TitilliumWebSemiBold';
border: 2px solid #FFF;
padding: 10px 40px;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #FFF;*/
}

.more_button a:hover {
    background-color: #e87d24;
    color: #fff;
}

.orangeicon_panel {
    float: left;
    width: 100%;
    margin: 40px 0;
}

.orangeicon_panel_singel {
    width: 44%;
    margin: 15px 2.5%;
    font-size: 16px;
    color: #6d6e70;
    display: inline-block;
    vertical-align: top;
}

.orangeicon_panel_singel {
    opacity: 0;
}

.orangeicon_panel_singel_left {
    float: left;
    width: 15%;
    height: 70px;
    margin-right: 1%;
}

.orangeicon_panel_singel_right {
    float: left;
    width: 80%;
    margin: 7px 0 0 0;
}

.features_panel {
    width: 100%;
    max-width: 680px;
    text-align: center;
    font-family: 'OpenSansRegular';
    color: #444444;
    font-weight: bold;
    margin: 25px auto 0 auto;
    border-top: 1px solid #dedede;
    padding-top:20px;
}

.features_panel_button {
    margin: 10px auto;
    width: 264px;
}

.features_panel_button a {
    text-align: center;
    text-transform: uppercase;
    color: #e87d24;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #e87d24;
    padding: 10px 0;
    display: block;
    font-family: 'TitilliumWebSemiBold';
}

.features_panel_button a:hover {
    color: #FFF;
    background-color: #e87d24;
}

.bgmobile_img {
    width:100%;
    float:left;
    background-image: url(../images/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height:auto;
    min-height: 464px;
    background-position: top center;
    position:relative;
}

.footer_top_panel {
    float: left;
    width: 100%;
    background-color: #e87d24;
    padding: 40px 0;
}

.footer_bg {
    float: left;
    width: 100%;
    background-image: url(../images/footer_bg.jpg);
    padding: 40px 0 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 464px;
    background-position: top center;
    position:relative;
}

.footer_bg-lp {
    min-height: 165px !important;
}

.page-template-template-lp .footer_bottom p {
    text-align:center;
    float:none !important; }

    .footer_bg h3 {
        font-family: 'TitilliumWebBold';
        color: #FFF;
        font-size: 41px;
        text-align: center;
        margin: 30px 0;
        line-height: 35px;
        border-top:none;
        text-transform:none;

    }

    .footer_bg h3 span {
        font-size: 21px;
        color: #c7c7c7;
        font-family: 'OpenSansRegular';
        font-weight: 100;
        line-height: 31px;
    }

    .submit_button2 {
        width: 17.5%;
        background-color: rgba(232,125,36,.15);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        color: #e87d24;
        font-size: 15px;
        text-transform: uppercase;
        font-family: 'TitilliumWebSemiBold';
        padding: 6px 1%;
        cursor: pointer;
        margin: 12px 0;
        border: 2px solid #F60;
    }

    .submit_button2:hover {
        background-color: #e87d24;
        color: #FFF;
    }

    .footer_link_panel {
        float: left;
        width: 100%;
        border-top: 1px solid #999;
        padding: 20px 0;
        text-align: center;
        font-family: 'TitilliumWebSemiBold';
        font-size: 14px;
        text-transform: uppercase;
        margin: 7% 0px 0px 0px;
    }

    .footer_link_panel a {
        padding: 0 1%;
        color: #999;
    }

    .footer_link_panel a:hover {
        color: #FFF;
    }

    .footer_bottom {
        float: left;
        width: 100%;
        padding: 10px 0;
        background-color: rgba(0,0,0,.4);
        margin: 5px 0 0 0;
        bottom:0;
        position:absolute;
    }

    .footer_bottom_right {
        float: right;
        width: 185px;
    }

    .footer_bottom p {
        float: left;
        font-size: 12px;
        font-family: 'TitilliumWebRegular';
        text-transform: uppercase;
        color: #bdbdbd;
        margin: 15px 0 0 0;
    }

    .footer_bottom p span {
        color: #67aee0;
    }

    .footer_bottom_right a:hover {
        opacity: 0.6;
    }

    .takeyour_panel {
        float: left;
        width: 100%;
        background-image: url(../images/banner_middle2.jpg);
        padding: 40px 0 0 0;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 464px;
        background-position: top center;
    }

    .takeyour_panel_left {
        float: left;
        width: 40%;
        text-align: center;
    }

    .takeyour_panel_left img {
        width: 100%;
        margin-bottom: -10px;
        max-width: 400px;
    }

    .takeyour_panel_right {
        float: right;
        width: 50%;
        font-family: 'OpenSansRegular';
        color: #FFF;
        font-size: 18px;
        line-height: 25px;
        margin: 8% 0 0 0;
    }

    .takeyour_panel_right span {
        font-family: 'TitilliumWebBold';
        text-transform: uppercase;
        font-size: 23px;
        line-height:33px;
        display:inline-block;
        margin-bottom:25px;
    }

    .takeyour_panel_right p {
        color: #FFF;
    }

    .takeyour_panel_right h3 {
        font-size: 40px;
        font-family: 'TitilliumWebBold';
        line-height: 49px;
        margin: 0 0;
        color: #FFF;
        text-transform:none;
        border-top:none;
    }

    .content_banner_bottom {
        float: left;
        width: 100%;
        background-color: #e87d24;
        padding: 20px 0;
        font-family: 'TitilliumWebSemiBold';
        color: #FFF;
    }

    .content_banner_bottom_right {
        float: right;
        width: 100%;
        text-align: center;
    }

    .content_banner_bottom_right p {
        color: #fff;
        float: right;
        font-family:'TitilliumWebRegular';
        font-size: 23px;
        line-height: normal;
        margin: 5px 0 0 0;
    }

    .content_banner_bottom_right p.mobile-cta {
        display: none;
    }

    .content_panel_button {
        width: 250px;
        margin: 0 0 0 20px;
        float: right;
    }

    .content_panel_button a {
        text-align: center;
        text-transform: uppercase;
        color: #FFF;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 2px solid #FFF;
        padding: 10px 0;
        display: block;
        font-weight: 100;
    }

    .content_panel_button a:hover {
        color: #e87d24;
        background-color: #FFF;
    }

    .content_panel_button2 {
        clear: both;
        float: left;
        margin: 20px auto 0;
    }

    .confined_btn {
        width: 250px !important;
    }

    .content_panel_button2.left-mar {
        clear: none;
        float: left;
        margin: 20px 0 0 20px;
        min-width: 250px;
    }

    .content_panel_button2 a {
        text-align: center;
        text-transform: uppercase;
        color: #e87d24;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 2px solid #e87d24;
        padding: 10px 50px;
        display: block;
        font-weight: 100;
        font-size: 15px;
        font-family: 'TitilliumWebBold';
    }

    .content_panel_button2 a:hover {
        color: #FFF;
        background-color: #e87d24;
    }

    .content_panel_button3 {
        min-width: 220px;
        margin: 40px auto 0 auto;
        clear: both;
        text-align:center;
    }

    .content_panel_button3 a {
        text-align: center;
        text-transform: uppercase;
        color: #e87d24;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 2px solid #e87d24;
        padding: 10px 15px;
        display: inline-block;
        font-weight: 100;
        font-size: 15px;
        font-family: 'TitilliumWebBold';
        min-width: 220px;
    }


    .content_panel_button3 a:hover {
        color: #FFF;
        background-color: #e87d24;
    }

    .content_panel_button_white {
        margin: 25px 0 ;
        clear: both;
        text-align:center;
        float:left;
    }

    .content_panel_button_white a {
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 2px solid #fff;
        padding: 10px 20px;
        display: inline-block;
        font-weight: 100;
        font-size: 15px;
        font-family: 'TitilliumWebBold';
        background-color: rgba(0, 0, 0, 0.15);
        min-width: 220px;
    }


    .content_panel_button_white a:hover {
        color: #FFF;
        background-color: #e87d24;
        border-color:#e87d24;
    }

    .sub_white_panel {
        float: left;
        width: 100%;
        padding: 50px 0;
    }

    .sub_white_panel_left {
        float: left;
        width: 65%;
        line-height: 30px;
    }

    .sub_white_panel_left.full {
        width: 100%;
    }

    .sub_white_panel_left ul:not(#trade-show-winners) {
        margin:10px 40px;
    }

    .sub_white_panel_left ul:not(#trade-show-winners) li  {
        list-style-image: url(../images/bullet.png);
        margin-left: 30px;
        line-height: 21px;
        padding:5px 0px 10px 0px;
        font-size:16px;
    }

    .sub_white_panel_right {
        float: right;
        width: 18%;
        font-size: 16px;
        line-height: 30px;
        padding: 0 0 0 3%;
        border-left: 1px solid #CCC;
        line-height: normal;
        font-family: 'TitilliumWebSemiBold';
    }

    .sub_white_panel_right > h4, .sub_white_panel_right .widgettitle {
        color: #000;
        text-transform: uppercase;
        font-size: 23px;
        margin: 0 0 10px 0;
        font-family: 'TitilliumWebSemiBold'; 
    }

    .widget {
        margin-bottom: 40px;
    }

    li.widget_black_studio_tinymce {
        list-style: none;
    }

    .sub_white_panel_right a {
        color: #00bbff;
        font-size: 16px;
        clear: both;
        width: 100%;
    }

    .sub_white_panel_right a:hover {
        color: #1d6c9f;
    }

    .page-sidebar {
        margin-bottom: 40px;
    }


    .interactive_white_panel {
        float:left;
        width:100%;
        font-size:18px;
        color:#6d6e70;
        line-height:30px;
    }

    .interactive_white_panel h2 {
        color: #e87d24;
        float: left;
        font-family: TitilliumWebBold;
        font-size: 37px;
        margin-top: 0;
        width: 100%;
    }

    .interactive_white_panel h3 {
        color: #000;
        float: left;
        font-size: 23px;
        margin: 30px 0 10px;
        text-transform: uppercase;
        width: 100%;
    }

    .interactive_white_panel_left {
        float:left;
        width:47%;
    }

    .interactive_white_panel_left img {
        max-width:400px;
    }

    .interactive_white_panel_right {
        float:right;
        width:47%;
    }

    .interactive_grey_panel {
        float:left;
        background-color:#f6f6f6;
        width:100%;
        padding:60px 0 80px;
    }

    .interactive_grey_panel h2 {
        font-size:41px;
        color:#e87d24;
        text-align:center;
        font-family:TitilliumWebBold;
        line-height:35px;
        margin-top: 0;
    }

    .interactive_grey_panel h2 span {
        font-size:21px;
        color:#6d6e70;
        font-family:OpenSansRegular;
        font-weight:100;
    }

    .interactive_grey_boxcont {
        float:left;
        width:100%;
        margin:20px 0;
    }

    .interactive_grey_box, .interactive_grey_box_active {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #00bbff;
        display: inline-block;
        float: left;
        font-family: TitilliumWebBold;
        font-size: 16px;
        line-height: 17px;
        margin: 10px 1%;
        min-height: 150px;
        padding: 10px 0 14px;
        text-align: center;
        text-transform: uppercase;
        vertical-align: top;
        width: 18%;
        cursor: pointer;
        position: relative;
    }
    .interactive_grey_box .role_icon { display:inline; }
    .interactive_grey_box .role_icon_hover { display:none; }

    .interactive_grey_box.grey, .interactive_grey_box_active.grey {
        background-color: #969AA2;
        color: #FFF;
    }

    .interactive_grey_box img, .interactive_grey_box_active img {
        width:90%;
        max-width:114px;
        clear:both;
        margin:10px 0 13px;
    }

    .interactive_grey_box:hover,.interactive_grey_box_active {
        background-color:#00bbff;
        color:#FFF;
    }
    .interactive_grey_box:hover .role_icon, .interactive_grey_box_active .role_icon { display:none; }
    .interactive_grey_box:hover .role_icon_hover, .interactive_grey_box_active .role_icon_hover { display:inline; }

    .interactive_grey_box .report-title {
        width: 60%;
        text-align: center;
        margin: 0 auto;
    }
    .interactive_grey_panel .darkgrey_panel {
        background-color:#434b54 !important;
        border-top:1px solid #b2b2b2;
        float:left;
        width:100%;
        display: none;
        padding-bottom: 30px;
        opacity: 0;
    }

    .interactive_grey_panel .darkgrey_panel p {
        color:#dedede !important; }

        .interactive_grey_box_loading {
            display: none;
            position: absolute;
            top: 0; 
            left: 0; 
            bottom: 0; 
            right: 0;
        }

        .interactive_grey_box_loading.active {
            display: block;
        }

        .interactive_grey_box_loading img {
            width: 32px;
            height: 32px;
            margin-top: 30%;
        }

        .darkgrey_panel {
            background-color:#ddd;
            border-top:1px solid #b2b2b2;
            float:left;
            width:100%;
            display: none;
            padding-bottom: 30px;
            opacity: 0;
        }

        .darkgrey_panel_left {
            color:#6d6e70;
            float:left;
            font-size:14px;
            line-height:25px;
            width:65%;
            margin:50px 0 20px;
        }

        .darkgrey_panel_left h1 {
            color:#e67e22;
            font-family:'TitilliumWebBold';
            font-size:37px;
            text-align:left;
        }

        .darkgrey_panel_left h3 {
            color:#e87d24;
            font-family:'TitilliumWebBold';
            font-size:37px;
            text-align:left;
            border-top:none;
            margin:0px;
            padding: 0px 0px 20px 0px;
            text-transform: none;
        }
        .darkgrey_panel_left h4 {
            color:#fff;
            font-family: 'TitilliumWebSemiBold';
            font-size:21px;
            line-height:31px;
            text-align:left;
            margin:0 0 25px;
            padding:0;
            text-transform:uppercase;

        }

        .darkgrey_panel_left p {
            color:#444444;
            font-family: 'OpenSansRegular';
            font-size:16px;
            line-height:24px;
            text-transform:none;
            margin:10px 0;
        }

        .darkgrey_panel_right {
            float:right;
            width:35%;
            margin:50px 0 0;
        }

        .darkgrey_panel_right img {
            margin-bottom:-5px;
            width:100%;
        }

        .blue_close_button {
            clear:both;
            cursor:pointer;
            float:right;
        }

        .topbanner_panel_overview {
            background-position: center top;
            background-repeat: no-repeat;
            background-size: cover;
            float: left;
            margin: 124px 0 0;
            max-height: inherit;
            min-height: 256px;
            width: 100%;
        }

        .topbanner_panel_content {
            float: left;
            width: 100%;
            min-height: 256px;
            max-height: inherit;
            background-image: url(../images/content_header_img.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: top center;
            margin: 93px 0 0 0;
        }

        .overview_header_text_area {
            display: block;
            float: left;
            width: 100%;
            margin-top: 150px;
        }

        .overview_header_text_area h1 {
            font-family: 'TitilliumWebSemiBold';
            color: #fff;
            font-size: 51px;
            padding: 55px 0px 0px 0px;
            text-transform: none;
        }
        .overview_header_text_area h1 span {
            color: #e87d24;
        }

        .overview_header_text_area h2 {
            color: #FFF;
            font-size: 51px;
            font-family: 'TitilliumWebSemiBold';
            font-weight: 100;
        }

        .overview_header_text_area h2 span {
            color: #e87d24;
        }

        .overview_see_work_area {
            display: block;
            float: left;
            width: 100%;
            padding: 60px 0;
            background: #F6F6F6;
        }

        .overview_see_work_left_area {
            display: block;
            float: left;
            width: 60%;
        }

        .overview_see_work_left_area h2 {
            font-family: 'TitilliumWebBold';
            color: #e87d24;
            font-size: 41px;
            line-height:40px;
            margin: 20px 0px 5px 0px;
            text-transform:none;
        }

        .overview_see_work_left_area ul {
            margin:10px 40px;
        }

        .overview_see_work_left_area ul li  {
            list-style-image: url(../images/bullet.png);
            margin-left: 30px;
            line-height: 21px;
            padding:10px 0px;
            color:#6d6e70;
        }

        .overview_see_work_left_area h3 {
            font-family: 'TitilliumWebSemiBold';
            color: #000000;
            font-size: 23px;
            line-height:33px;
            text-transform: uppercase;
            border-top:none;
            padding: 0px 0px 0px 0px;
            margin:0px 0px 25px 0px;
        }

        .overview_see_work_left_area p {
            font-size: 16px;
            color: #444444;
            font-family: 'OpenSansRegular';
            margin-top: 12px;
            line-height: 24px;
        }

        .action_button {
            min-width: 220px;
            margin: 35px 0 0 0;
            float: left;
            clear: both;
        }

        .action_button.left-mar {
            margin-top: 20px;
        }

        .action_button a {
            text-align: center;
            text-transform: uppercase;
            color: #e87d24;
            background-color: transparent;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 2px solid #e87d24;
            padding: 10px 50px;
            display: block;
            font-family: 'TitilliumWebSemiBold';
        }

        .action_button a:hover {
            background-color: #e87d24;
            color: #fff;
        }

        .overview_see_work_right_area {
            display: block;
            float: right;
            width: 40%;
            margin: 10px auto;
/* min-width: 512px;
height: 294px;
background: url(../images/laptop_img.png) center no-repeat; */
}

.overview_see_work_right_video_area {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    /*margin: 15px 0 0 65px;*/
    vertical-align:middle;
}

.overview_see_work_right_video_area img {
    max-width: 500px;
}

.overview_blog_connect_contanear {
    display: block;
    float: left;
    width: 100%;
    padding: 60px 0;
    background: #273544;
}

.overview_blog_connect_contanear a:link, .overview_blog_connect_contanear a:visited {
    color:#8093ad;
}


.overview_blog_connect_contanear a:hover {
    color:#fff;
    opacity:0.6;
}

.overview_blog_area a:before {
    content: '\00BB';
    font-family: 'OpenSansRegular';
    margin:0 6px;
    color:#1a232f;
}

.overview_blog_area a:hover:before {
    color:#8093ad !important;
}

.overview_blog_area {
    display: block;
    float: left;
    width: 62%;
}

.overview_blog_area h4 {
    text-transform: uppercase;
    font-size: 23px;
    font-family: 'TitilliumWebSemiBold';
    color: #FFF;
    border-bottom: 1px solid #3D4751;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.overview_blog_area p {
    font-size: 18px;
    font-family: 'TitilliumWebRegular';
    color: #ABAEB2;
    margin-top: 8px;
}

.overview_connect_area {
    display: block;
    float: right;
    width: 30%;
}

.overview_connect_area a:hover {
    opacity: 0.6;
}

.overview_connect_area h4 {
    text-transform: uppercase;
    font-size: 23px;
    font-family: 'TitilliumWebSemiBold';
    color: #FFF;
    border-bottom: 1px solid #3D4751;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.overview_connect_area p {
    color: #ABAEB2;
    font-size: 18px;
    font-family: 'OpenSansRegular';
    margin-bottom: 15px;
}

.overview_payroll_contanear {
    display: block;
    float: left;
    width: 100%;
    padding: 50px 0;
}

.overview_payroll_contanear p {
    margin:0 26px 10px;
}

.page-id-7 .overview_payroll_contanear,
.page-id-3193 .overview_payroll_contanear
{
    background: url(../images/payroll_arrow_icon.jpg) center 200px no-repeat;
}

.page-id-3193 .overview_payroll_contanear{ background-position-y: 240px }
.overview_payroll_contanear .under-headline-content {
    text-align: center;
}

.white_panel_col2 {
    color: #6d6e70;
    display: inline-block;
    font-size: 18px;
    margin: 40px 1.5%;
    text-align: center;
    vertical-align: top;
    width: 30%;
    opacity: 0;
}

.white_panel_col2 span {
    color: #00bbff;
}

.white_panel_col2 h4 {
    color: #e87d24;
    font-family: "TitilliumWebBold";
    font-size: 23px;
    margin: 30px 0 10px;
    text-transform: uppercase;
}

.overview_payroll_contanear h2 {
    color: #6d6e70;
    font-family: "TitilliumWebBold";
    font-size: 41px;
    font-weight: 100;
    margin: 0 auto 0px auto;
    padding: 0;
    text-align: center;
    width:67%;
}

.stander_payroll_contanear {
    display: block;
    float: left;
    width: 100%;
    padding: 60px 0 50px 0;
    background: #F6F6F6;
}

.stander_payroll_img_area {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
}

.stander_payroll_img_area img {
    max-width: 504px;
    width: 100%;
}

.stander_payroll_text_area {
    display: block;
    float: right;
    width: 50%;
}

.stander_payroll_text_area h2 {
    color: #e87d24;
    font-size: 41px;
    font-family: 'TitilliumWebBold';
    line-height: 40px;
    margin: 0;
    padding: 0px 0px 20px 0px;
    text-transform: none;
}

.stander_payroll_text_area ul {
    float: left;
    font-family: "OpenSansRegular";
    font-size: 16px;
    margin: 0px 4% 15px 2%;
    width: 94%;
}

.stander_payroll_text_area ul li {
    background: url("../images/ul_type.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    display: inline-block;
    margin-right: 5%;
    margin-top: 15px;
    padding-left: 22px;
    vertical-align: top;
    color: #444444;
}

.controctor_payroll_contanear {
    display: block;
    float: left;
    width: 100%;
    background: url(../images/contractors_payroll_bg.jpg) top center no-repeat;
    background-size: 100% auto;
    min-height: 500px;
}

.controctor_payroll_main_area {
    display: block;
    float: left;
    width: 100%;
    padding: 50px 0;
}

.controctor_payroll_main_area p, .controctor_payroll_main_area .addone_main_area p {
    color:#fff;
}
.controctor_payroll_main_area h2 {
    color: #FFF;
    font-size: 41px;
    font-weight: 100;
    font-family: 'TitilliumWebBold';
    text-align: center;
    margin: 20px 0;
    padding: 0;
}

.orangeicon_panel_singel_right2 {
    float: left;
    width: 80%;
    margin: 7px 0 0 0;
    color: #FFF;
}

.orangeicon_panel_singel_right2 span {
    font-size: 18px;
    line-height:22px;
    text-transform: uppercase;
    font-family: 'TitilliumWebSemiBold';
    margin-bottom: 10px;
    width: 100%;
}

.orangeicon_panel_singel_right2 span a {
    color:#e87d24;
}

.orangeicon_panel_singel_right2 span a:hover {
    color:#ffffff;
}


.action_button2 {
    min-width: 220px;
    margin: 60px auto 0 auto;
    float: none;
    clear:both;
    text-align:center;
    font-family: 'TitilliumWebSemiBold';
}

.action_button2 a {
    background-color: rgba(0, 0, 0, 0.15);
    border: 2px solid #e87d24;
    border-radius: 5px;
    color: #e87d24;
    cursor: pointer;
    font-family: "TitilliumWebSemiBold";
    font-size: 15px;
    margin: 15px 0;
    padding: 10px 5%;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.action_button2 a:hover {
    background-color: #e87d24;
    color: #fff;
}

.addone_contanear {
    display: block;
    float: left;
    width: 100%;
    background: #F6F6F6;
    padding: 50px 0;
}

.addone_main_area {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.addone_main_area h2 {
    color: #e67e22;
    font-family: "TitilliumWebBold";
    font-size: 41px;
    line-height:40px;
    margin: 20px 0px 20px 0px;
    padding: 0;
}

.addone_main_area p {
    font-size: 21px;
    color: #444444;
    font-family: 'OpenSansRegular';
    font-weight: 100;
    margin-top: 15px;
    line-height: 31px;
}

.addone_main_area p a {
    color: #00bbff;
}

.addone_main_area p a:hover {
    color: #1d6c9f;
}

.addone_main_area p img {
    margin: 30px 10px;
    width: 30%;
    max-width: 353px;
}

.addone_main_area li {
    display: inline-block;
    vertical-align: top;
}

.addone_main_area li img {
    margin: 30px 10px;
    width: 100%;
    max-width: 353px;
}

.why_payroll_contanear {
    display: block;
    float: left;
    width: 100%;
    padding: 50px 0;
}

.why_payroll_main_area {
    display: block;
    float: left;
    width: 100%;
}

.why_payroll_main_area h2 {
    text-align: center;
    color: #6d6e70;
    font-size: 41px;
    font-weight: 100;
    font-family: 'TitilliumWebSemiBold';
    margin: 20px 0;
    padding: 0;
}

.why_payroll_main_area h3 {
    text-align: center;
    color: #999999;
    font-size: 21px;
    font-weight: 100;
    font-family: 'OpenSansRegular';
    border-top:none;
    padding:0px;
    margin:0px auto;
    line-height:31px;
    text-transform:none;
    width:70%;

}

.why_payroll_box1 {
    display: block;
    float: left;
    width: 21%;
    position: relative;
    padding: 0 2%;
    margin: 40px 0 0 0;
    text-align: center;
    display: none;
}

.why_payroll_box1 h3 {
    font-family: 'TitilliumWebSemiBold';
    font-size: 18px;
    text-transform: uppercase;
    color: #E87D1F;
    line-height: 25px;
    margin-top: 15px;
}

.why_payroll_box1 p {
    font-family: 'OpenSansRegular';
    font-size: 14px;
    color: #4b4b4b;
    line-height: 20px;
    margin-top: 10px;
    padding: 0px 13px;
}

.why_payroll_box1 h4 {
    font-family: 'OpenSansRegular';
    font-size: 14px;
    color: #00bbff;
    line-height: 25px;
    margin-top: 15px;
    font-weight: 100;
}

h2.entry-title {
    color:#1d6f9f;
    font-size:25px;
    line-height:22px !important;
    margin:0 !important;
    padding:0 !important;

}

h2.entry-title  a {
    color:#1d6f9f;
    font-size:25px;
    line-height:22px !important;
    margin:0 !important;
    padding:0 !important;

}

h2.entry-title a:hover {
    color:#e87d24;
}

h2.entry-title a:after:hover {
    content: '\00BB';
    color:#e87d24;
    margin:0 6px;
}


h4.post-date {
    color: #999;
    font-weight: normal;
    margin: 10px 0;
    padding: 0px 0px;
    font-size:12px;

}









/*********************menu*********************/

#menu ul,
#menu li,
#menu span,
#menu a {
    font-weight: 100;
}

#menu {
    float: right;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    z-index: 1000;
    margin: 7px 0 0 0;
    width: 100%;
}

#menu:after,
#menu ul:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
}

#menu > ul > li > a {
    color: #b7b6b6;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    padding: 0px 7px 9px 7px;
    margin: 4px 10px 0;
    text-decoration: none;
    background-position: right;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-weight: bold;
}

#menu > ul > li > div.arrow {
    display: none;
}

#menu > ul > li.displaying > div.arrow {
    background: url("../images/meganavbg.png") no-repeat scroll center bottom transparent;
    bottom: -24px;
    display: block;
    height: 12px;
    margin-bottom: -15px;
    position: relative;
    width: auto;
    z-index: 9;
}

#menu > ul > #main_nav_87 > div.arrow {
    display: none !important;
}

#menu a:hover, #menu > ul > li.active1 > a {
    color: #FFF;
}

#menu ul {
    list-style: none;
}

#menu > ul {
    float: left;
}

#menu > ul > li {
    float: left;
    padding: 25px 0;
}

#menu > ul > li:last-child {
}

#menu > ul > li:first-child > a {
}

#menu > ul > li:last-child > a {
}

#menu > ul > li:hover > a {
}

#menu .has-sub {
    z-index: 5;
}

.active1 a {
    color: #fff;
}

#active2 a {
    background: #44a2ff;
    text-shadow: 1px 1px 1px #000000;
}

#active3 a {
    background: #44a2ff;
    border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    text-shadow: 1px 1px 1px #000000;
}

#menu .has-sub:hover > ul {
    display: block;
}

#menu .has-sub ul {
    display: none;
    position: absolute;
    width: 1000px;
}

#menu .has-sub ul li {
    float: left;
    padding: 10px 5px;
}

#menu .has-sub ul li a {
    filter: none;
    font-size: 13px;
    display: block;
    line-height: 120%;
    padding: 10px 15px;
    color: #8093ad;
    text-transform: none;
    font-family: 'TitilliumWebRegular';
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
}

#menu .has-sub ul li:hover a {
    color: #FFF;
    background-color: #434b54;
}

#active {
    color: #F00;
}

.small_manu {
    width: 100%;
    float: right;
    height: auto;
    margin: 0px 0% 50px 40;
    overflow: visible;
    display: none;
    z-index: 1000;
    text-align: center;
    position: relative;
    font-size: 16px;
}

.toggleMenu {
    display: none;
    float: right;
}

.nav {
    background-color: rgba(0, 0, 0, 0.9);
    left: -200px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 200px;
    display: none;
    -webkit-transition:left .5s;
    -moz-transition:left .5s;
    -ms-transition:left .5s;
    -o-transition:left .5s;
    transition:left .5s;
    transition-timing-function: ease-out;
}

.nav.visible {
    left: 0;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
}

.nav a:hover {
    color: #E87D24;
}

.nav li {
    position: relative;
    font-size: 14px;
    float: left;
}

.nav > li {
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: 1px #333333 solid;
}

.nav > li > a {
    display: block;
    padding: 15px 15px;
    color: #FFF;
}

.nav > li.mega > a {
    background: url('../images/plusbg.png') no-repeat right center; 
}

.nav > li.mega.open > a {
    background: url('../images/minusbg.png') no-repeat right center; 
}

.submenuboxsmall {
    display: none;
}

.submenuboxsmall.open {
    display: block;
}

.submenuboxsmall {
    overflow-x: hidden;
    overflow-y: auto;
}

.nav .submenuboxsmall ul li {
    float: left;
    list-style-type: none;
    margin: 0 15px;
    width: 100%;
}

.nav .submenuboxsmall ul li a {
    border-radius: 0;
    color: #8093ad;
    float: left;
    padding: 5px;
    background-color: transparent;
    text-align: left;
}

.nav .submenuboxsmall ul li a:hover {
    background-color: transparent;
    color: #e87d24;
}


/*--------------for index scroll--------------*/



.cbp-fwslider {
    margin: -10% 0 10px;
    overflow: hidden;
    padding: 40px 0 60px;
    position: relative;
}

.cbp-fwslider ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cbp-fwslider ul li {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'TitilliumWebBold';
    color: #FFF;
    text-align: center;
    font-size: 41px;
}

.cbp-fwslider ul li p {
    width: 100%;
    float: left;
}

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
    text-align: center;
    outline: none;
}

.cbp-fwslider ul li > a img {
    border: none;
    margin: 0 auto;
    max-width: 75%;
    height: auto;
}

.cbp-fwslider ul li .description {
    display: block;
}

.cbp-fwslider nav span {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 100px;
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-top: -50px;
    line-height: 100px;
    cursor: pointer;
    font-weight: normal;
    font-family: 'TitilliumWebBold';
    background-repeat: no-repeat;
}

.cbp-fwslider nav span:hover {
}

.cbp-fwslider nav span.cbp-fwnext {
    right: 0px;
    background-image: url(../images/next.png);
}

.cbp-fwslider nav span.cbp-fwprev {
    left: 0px;
    background-image: url(../images/prev.png);
}

.cbp-fwdots {
    position: absolute;
    bottom: 0px;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    display: none;
}

.cbp-fwdots span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #ddd;
    margin: 4px;
    border-radius: 50%;
    cursor: pointer;
}

.cbp-fwdots span:hover {
    background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
    background: #47a3da;
    box-shadow: 0 0 0 2px #47a3da;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}



/* Blog */
.page-template-templatestemplate-blog-php h2:first-child {
    margin-top: 0;
    padding-top: 0;
}

.allposts {
    border-bottom: 1px solid #dedede;
    clear: both;
    margin-bottom: 60px;
    padding-bottom: 10px !important;
}

.allposts p {
    font-size: 15px;
}

.allposts .entry-content .full {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: 100%
}

.allposts .entry-content .left {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 150px;
    padding: 0 40px 20px 0;
}

.allposts .entry-content .left img {
    width: 100%;
    height: auto;
}

.allposts .entry-content .right {
    float: left;
    width: 550px;
}

.blog_categories_and_tag_area, .blog_recent_posts_area, .blog_archives_area {
    margin-bottom: 20px;
}

.blog_categories_and_tag_area li, .blog_recent_posts_area li, .blog_archives_area li {
    margin: 10px 0;
}

.blog_links_area .current a {
    color: #ff6600;
}

.blog_archives_area dt {
    cursor: pointer;
    color: #00bbff;
}

#blog-open-shut a.sublink {
    display: block;
    margin: 5px 0;
}

.blog-pagination {
    padding-top: 30px;
}

.wp-paginate li {
    margin-right: 5px !important;
}

.wp-paginate li:first-child {
    margin-right: 10px !important;
}

.wp-paginate a {
    background: none repeat scroll 0 0 #ddd !important;
    border: 0px !important;
    color: #FFF !important;
    border-radius: 5px;
    font-size:12px;
}

.wp-paginate a:hover {
    background-color: #e87d24 !important;
}

.wp-paginate .current {
    background: none repeat scroll 0 0 #6d6e70!important;
    border: 0px !important;
    color: #FFF !important;
    border-radius: 5px;
    font-size:12px;
}

.wp-paginate .title {
    color: #6d6e70 !important;
    font-size:12px;
}

.post .post-date {
    margin-bottom: 20px;
}

.entry-content ul li {
    line-height: 40px;
    list-style-image: url("../images/bullet.png");
    margin-left: 30px;
}

.entry-content ol li {
    line-height: 40px;
    margin-left: 30px;
}

img.alignright {
    float: right;
    padding: 20px 0 20px 20px;
}

img.alignleft {
    float: left;
    padding: 20px 20px 20px 0;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
}


/* Forms */
#gform_1 input[type="text"], #gform_1 select, #gform_1 textarea, .page-id-1649 #gform_2 input[type="text"], .page-id-1649#gform_2 select, .page-id-1649#gform_2 textarea, .page-id-1886 #gform_2 input[type="text"], .page-id-1886#gform_2 select, .page-id-1886#gform_2 textarea, .page-id-1888 #gform_2 input[type="text"], .page-id-1888#gform_2 select, .page-id-1888#gform_2 textarea, .page-id-1896 #gform_12 input[type="text"], .page-id-1896#gform_12 select, .page-id-1896#gform_12 textarea, .page-id-3081 #gform_21 input[type="text"], .page-id-3081#gform_21 select, .page-id-3081#gform_21 textarea   {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #464646;
    font-size: 13px;
    margin: 5px 0;
    padding: 10px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border:2px solid #999999;
}

#gform_1 input[type="text"]:focus, #gform_1 select:focus, #gform_1 textarea:focus {
    border-color: #e87d24;
}

#gform_1 input.small[type="text"], #gform_1 select.small, #gform_1 textarea.small {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #464646;
    font-size: 13px;
    margin: -2px 0;
    padding: 10px 5px;
    text-align: left;
    width: 70px !important;
}

#gform_1 #field_1_5, #gform_1 #field_1_6 {
    display: inline-block;
    vertical-align: top;
    clear: none;
    text-align: right;
    width: 25%;
    margin-top: 5px;
}

#gform_1 #field_1_7, #gform_1 #field_1_8{
    display: inline-block;
    vertical-align: middle;
    clear: both;
    width: 75%;
}

#gform_wrapper_1 .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span, #gform_wrapper_1 .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, #gform_wrapper_1 .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
    float: left;
    width: 48%;
    display: block;
    margin-right: 4%;
}

#gform_1 #field_1_1, #gform_1 #field_1_2, #gform_1 #field_1_3, #gform_1 #field_1_4 {
    clear: none;
    float: left;
    margin: 0 4%;
    width: 48%;
}

#gform_1 #field_1_3, #gform_1 #field_1_4, #gform_wrapper_1 #input_1_12_6_container {
    margin-right: 0;
}

#gform_1 #field_1_7 {
    margin: 10px 0 0;
}

#gform_wrapper_1 {
    max-width: 100%;
}

#gform_wrapper_1 .top_label .gfield_error {
    width: 100%;
}

#gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, #gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, #gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, #gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-left: 0;
}

#gform_1 input[type="submit"], 
.page-id-1649 #gform_2 input[type="submit"],
.page-id-1886 #gform_2 input[type="submit"], 
.page-id-1888 #gform_2 input[type="submit"],
.page-id-3081 #gform_21 input[type="submit"],
{
    background-color: #e87d24;
    border: 2px solid #e87d24;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: "TitilliumWebSemiBold";
    font-size: 15px;
    margin: 10px 0 30px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

#gform_1 input[type="submit"]:hover {
    background-color: #ffffff;
    color: #e87d24;
    border: 2px solid #e87d24;
}

#gform_1 ::-webkit-input-placeholder {
    color: #444444;
    opacity: 1;
}

#gform_1 ::-moz-placeholder {
    color: #444444;
    opacity: 1;
}

#gform_1 :-ms-input-placeholder {
    color: #444444;
    opacity: 1;
}

#gform_1 input:-moz-placeholder {
    color: #444444;
    opacity: 1;
}

#gform_1 .gfield {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#gform_1 li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

#gform_1 li.gfield.gfield_error.gfield_contains_required label.gfield_label, #gform_1 li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0 !important
}

#gform_wrapper_1 li.gfield_error input[type="text"], #gform_wrapper_1 li.gfield_error input[type="url"], #gform_wrapper_1 li.gfield_error input[type="email"], #gform_wrapper_1 li.gfield_error input[type="tel"], #gform_wrapper_1 li.gfield_error input[type="number"], #gform_wrapper_1 li.gfield_error input[type="password"], #gform_wrapper_1 li.gfield_error textarea {
    border: 2px inset #EBE9ED;
    margin-top: 0;
}

#gform_1 .gfield_label, #gform_1 span label, .ginput_counter {
    display: none;
}

#gform_1 .validation_error {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
    display: none;
    box-sizing: border-box;
}

#gform_1 #field_1_9, #gform_1 #field_1_10 {
    padding-top: 20px;
    clear: both;
    font-family: "TitilliumWebSemiBold";
    color: #444444;
    font-size: 18px;
}

#gform_1 #field_1_10 {
    padding: 0 0 10px;
}

#gform_1 #field_1_11 {
    margin-bottom: 20px;
}

#gform_1 #input_1_11 {
    margin-bottom: 20px;
}

#gform_1 .gchoice_11_0, #gform_1 .gchoice_11_1 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}


#gform_1 #field_1_1.gfield_error, #gform_1 #field_1_2.gfield_error, #gform_1 #field_1_3.gfield_error, #gform_1 #field_1_4.gfield_error {
    margin: 0 2.5%;
}


#gform_1 #field_1_3.gfield_error, #gform_1 #field_1_4.gfield_error, #gform_wrapper_1 #input_1_12_6_container.gfield_error {
    margin-right: 0;
}


.home #gform_1 .validation_error {
    display: block;
}

#gform_wrapper_1 .ginput_container + .gfield_description.validation_message {
    margin-top: 0;
}

#gform_1 li.gfield.gfield_error, #gform_1 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border: none !important;
}

#gform_1 .validation_message {
    color: #EB4A3F;
}

#gform_confirmation_wrapper_1 {
    margin-top: 20px;
    color: #FFF;
}

#gform_confirmation_message_1 {
    color: #444444;
    padding-bottom: 20px;
}

#gform_wrapper_1 .gfield_html.gfield_no_follows_desc {
    margin-top: 0;
}

#gform_1 .field_1_6 .ginput_container {
    float: right;
    text-align: right;
}

#gform_1 #input_1_6 {
    float: right;
    margin-left: -50px;
}

.page-id-61 #gform_1 #field_1_7, .page-id-61 #gform_1 #field_1_8, .page-id-1617 #gform_1 #field_1_7, .page-id-1617 #gform_1 #field_1_8, .page-id-1642 #gform_1 #field_1_7, .page-id-1642 #gform_1 #field_1_8, .page-id-1896 #gform_12 #field_1_7, .page-id-1896 #gform_12 #field_1_8, .page-id-1905 #gform_1 #field_1_7, .page-id-1905 #gform_1 #field_1_8, {
    display: block;
    clear: both;
    float: left;
    width: 320px;
}

.page-id-61 #gform_1 #field_1_5, .page-id-61 #gform_1 #field_1_6, .page-id-1617 #gform_1 #field_1_5, .page-id-1617 #gform_1 #field_1_6, .page-id-1642 #gform_1 #field_1_5, .page-id-1642 #gform_1 #field_1_6, .page-id-1896 #gform_12 #field_1_5, .page-id-1896 #gform_12 #field_1_6, .page-id-1905 #gform_1 #field_1_5, .page-id-1905 #gform_1 #field_1_6 {
    display: block;
    float: left;
    width: 100px;
    margin-left: 20px;
}

#weeks-label {
    color: #444444;
    float: right;
    font-size: 13px;
    margin-top: 24px;
}

.page-id-61 #weeks-label, .page-id-1617 #weeks-label, .page-id-1642 #weeks-label, .page-id-1896 #weeks-label, .page-id-1905 #weeks-label {
    color: #444444;
    float: right;
    font-size: 13px;
    margin-top: 22px;
}

.amount-cont p {
    font-size: 12px;
    margin-left: 37px;
    margin-top: 5px;
}

.amount {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0;
    width: 100%;
}

.load-inner-line {
    background-color: #273544;
    border-radius: 15px;
    box-shadow: none;
    height: 100%;
    width: 0;
    cursor: pointer;
}

.load-line {
    background-color: white;
    border: none;
    border-radius: 15px;
    box-shadow: none;
    display: inline-block;
    height: 15px;
    margin: 0px 7px 0;
    vertical-align: middle;
    width: 200px;
    border: 2px solid #999999;
    cursor: pointer;
    padding:2px;
}

.plus {
    background: url('../images/plusbutton.png') no-repeat -30px 0; 
    width: 20px; 
    height: 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.plus:hover {
    background: url('../images/plusbutton.png') no-repeat 0 0; 
    width: 20px; 
    height: 20px;
}

.minus {
    background: url('../images/minusbutton.png') no-repeat -30px 0; 
    width: 20px; 
    height: 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.minus:hover {
    background: url('../images/minusbutton.png') no-repeat 0 0; 
    width: 20px; 
    height: 20px;
}

.gform_footer .pdf-loading {
    color: #6d6e70;
    font-family: "TitilliumWebLight";
    font-size: 18px;
    text-align: center;
}

#gform_2 .gform_body, #gform_2 .gform_footer,
#gform_21 .gform_body, #gform_21 .gform_footer
{
    display: inline-block;
    vertical-align: top;
}

#gform_2 .gform_body,
#gform_21 .gform_body
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
    width: 80%;
    padding:3px 0px 0px 0px;
}

#gform_wrapper_2 {
    margin: 0 auto;
}

#gform_wrapper_2 .gform_footer {
    margin: 0 0 0 0.5%;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 19%;
}


#new-tour #gform_wrapper_2 .gform_footer {
    box-sizing: border-box;
    margin: 0 0 0 0.5%;
    padding: 0;
    width: 52%;
}

#gform_wrapper_2 ul#gform_fields_2 {
    float: left;
    width: 100%;
    margin: 30px 0;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#gform_wrapper_2 ul.gform_fields li {
    display: inline-block;
    margin: 12px 1%;
    text-align: left;
    vertical-align: top;
    width: 24%;
}

.page-id-1649 #gform_wrapper_2 ul.gform_fields li, .page-id-1886 #gform_wrapper_2 ul.gform_fields li, .page-id-1888 #gform_wrapper_2 ul.gform_fields li{
    width:100%;
    margin:0;
}

#new-tour #gform_wrapper_2 ul.gform_fields li {
    display: block;
    margin: 12px 1%;
    text-align: left;
    vertical-align: top;
    width: 65%;
}

#gform_2 input[type="text"],
#gform_2 select,
#gform_2 textarea,
#gform_21 input[type="text"],
#gform_21 select,
#gform_21 textarea,

#gform_11 input[type="text"],
#gform_11 select,
#gform_11 textarea {
    width: 100%;
    background-color: rgba(100%,100%,100%,.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:none;
    padding: 12px 12px;
    font-size: 13px;
    color: #333333;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#new-tour #gform_2 input[type="text"],
#gform_2 select,
#gform_2 textarea,
#gform_21 input[type="text"],
#gform_21 select,
#gform_21 textarea,

#new-tour #gform_11 input[type="text"],
#gform_11 select,
#gform_11 textarea {
    border:2px solid #999999;


}

#gform_2 input.datepicker,
#gform_21 input.datepicker
{
    background-image: url(../images/date_icon.png);
    background-position: left;
    background-repeat: no-repeat;
    width: 100% !important;
    padding-left: 45px;
}

.page-id-1649 #gform_2 input.datepicker,
.page-id-1886 #gform_2 input.datepicker,
.page-id-1888 #gform_2 input.datepicker,
.page-id-3081 #gform_21 input.datepicker
{
    padding-left:45px !important;
}


#gform_21 ul:not(#trade-show-winners) li{
    padding: 0;
}
#gform_2 input[type="submit"],
#gform_21 input[type="submit"]
{
    background-color: rgba(0, 0, 0, 0.15);
    border: 2px solid #e87d24;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #e87d24;
    cursor: pointer;
    font-family: "TitilliumWebSemiBold";
    font-size: 15px;
    margin: 15px 0;
    padding: 6px 1%;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
}

#new-tour #gform_2  input[type="submit"],
#gform_21 input[type="submit"]
{
    background-color: #fff;
    border: 2px solid #e87d24;
    border-radius: 5px;
    box-sizing: border-box;
    color: #e87d24;
    cursor: pointer;
    font-family: "TitilliumWebSemiBold";
    font-size: 15px;
    margin: 10px 0 30px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    width: 80%
}

#new-tour #gform_2 input[type="submit"]:hover,
#gform_2 input[type="submit"]:hover
{
    background-color: #e87d24;
    color: #fff;
}

#gform_2 input[type="submit"]:hover,
#gform_21 input[type="submit"]:hover,
#gform_11 input[type="submit"]:hover
{
    background-color: #e87d24;
    color: #fff;
}

#gform_2 ::-webkit-input-placeholder,
#gform_21 ::-webkit-input-placeholder,
#gform_11 ::-webkit-input-placeholder
{
    color: #444444;
    opacity: 1;
}

#gform_2 ::-moz-placeholder,
#gform_21 ::-moz-placeholder,
#gform_11 ::-moz-placeholder {
    color: #444444;
    opacity: 1;
}

#gform_2 :-ms-input-placeholder,
#gform_21 :-ms-input-placeholder,
#gform_11 :-ms-input-placeholder {
    color: #444444;
    opacity: 1;
}

#gform_2 input:-moz-placeholder,
#gform_21 input:-moz-placeholder,
#gform_11 input:-moz-placeholder {
    color: #444444;
    opacity: 1;
}

#gform_2 .gfield,
#gform_21 .gfield
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#gform_2 li.gfield.gfield_error.gfield_contains_required,
#gform_21 li.gfield.gfield_error.gfield_contains_required
{
    margin-bottom: 0 !important;
    padding: 0 !important;
}

#gform_2 li.gfield.gfield_error.gfield_contains_required label.gfield_label,
#gform_2 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#gform_21 li.gfield.gfield_error.gfield_contains_required label.gfield_label,
#gform_21 li.gfield.gfield_error.gfield_contains_required div.ginput_container
{
    margin-top: 0 !important
}


#gform_wrapper_2 li.gfield_error input[type="text"], 
#gform_wrapper_2 li.gfield_error input[type="url"], 
#gform_wrapper_2 li.gfield_error input[type="email"], 
#gform_wrapper_2 li.gfield_error input[type="tel"], 
#gform_wrapper_2 li.gfield_error input[type="number"], 
#gform_wrapper_2 li.gfield_error input[type="password"], 
#gform_wrapper_2 li.gfield_error textarea,
#gform_wrapper_21 li.gfield_error input[type="text"], 
#gform_wrapper_21 li.gfield_error input[type="url"], 
#gform_wrapper_21 li.gfield_error input[type="email"], 
#gform_wrapper_21 li.gfield_error input[type="tel"], 
#gform_wrapper_21 li.gfield_error input[type="number"], 
#gform_wrapper_21 li.gfield_error input[type="password"], 
#gform_wrapper_21 li.gfield_error textarea
{
    border: 2px inset #EBE9ED;
    margin-top: 0;
}

#gform_2 .gfield_label,
#gform_21 .gfield_label,
.ginput_counter {
    display: none;
}

#gform_2 .validation_error,
#gform_21 .validation_error,
#gform_11 .validation_error {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
}

#gform_2 .instruction,
#gform_21 .instruction,
{
    margin-top: 20px;
}

#gform_2 li.gfield.gfield_error, #gform_2 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, 
#gform_21 li.gfield.gfield_error, #gform_21 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, 
#gform_11 li.gfield.gfield_error, #gform_11 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border: none !important;
}

#gform_2 .validation_message, #gform_11 .validation_message,
#gform_21 .validation_message {
    color: #EB4A3F;
}

#gform_confirmation_wrapper_1 {
    margin-top: 20px;
    color: #FFF;
}

#gform_wrapper_2 .gfield_html.gfield_no_follows_desc {
    margin-top: 0;
}

#gform_confirmation_message_2 {
    color: #FFF;
}

#gform_3 input[type="text"], #gform_3 select, #gform_3 textarea {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #464646;
    font-size: 13px;
    margin: 5px 0;
    padding: 10px 2.5%;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#gform_3 input[type="text"]:focus, #gform_3 select:focus, #gform_3 textarea:focus {
    border-color: #e87d24;
}

#gform_3 input[type="submit"] {
    background-color: #e87d24;
    border: 2px solid #e87d24;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: "TitilliumWebSemiBold";
    font-size: 15px;
    margin: 10px 0 30px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    width: 50%;
}

#gform_3 input[type="submit"]:hover {
    background-color: transparent;
    color: #e87d24;
    border: 2px solid #e87d24;
}

#gform_3 ::-webkit-input-placeholder {
    color: #444444;
    opacity: 1;
}

#gform_3 ::-moz-placeholder {
    color: #444444;
    opacity: 1;
}

#gform_3 :-ms-input-placeholder {
    color: #444444;
    opacity: 1;
}

#gform_3 input:-moz-placeholder {
    color: #444444;
    opacity: 1;
}

#gform_3 .gfield {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#gform_3 .validation_error {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
    display: none;
}

.home #gform_3 .validation_error {
    display: block;
}

#gform_3 .validation_message {
    color: #EB4A3F;
}

#gform_confirmation_message_3 {
    color: #444444;
    padding-bottom: 20px;
    line-height:22px;
    font-weight:bold;
}

#gform_4 input[type="text"], #gform_4 select, #gform_4 textarea {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #464646;
    font-size: 13px;
    margin: 5px 0;
    padding: 10px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border:2px solid #999999;
}

#gform_4 input[type="text"]:focus, #gform_4 select:focus, #gform_4 textarea:focus {
    border-color: #e87d24;
}

#gform_4 input.small[type="text"], #gform_4 select.small, #gform_4 textarea.small {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #464646;
    font-size: 13px;
    margin: 12px 0;
    padding: 10px 5px;
    text-align: left;
    width: 70px;
}

#gform_4 input[type="submit"] {
    background-color: #fff;
    border: 2px solid #e87d24;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #e87d24;
    cursor: pointer;
    font-family: "TitilliumWebSemiBold";
    font-size: 15px;
    margin: 10px 0 30px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

#gform_4 input[type="submit"]:hover {
    background-color: #e87d24;
    color: #fff;
    border: 2px solid #e87d24;
}

#gform_4 ::-webkit-input-placeholder {
    color: #444444;
    opacity: 1;
}

#gform_4 ::-moz-placeholder {
    color: #444444;
    opacity: 1;
}

#gform_4 :-ms-input-placeholder {
    color: #444444;
    opacity: 1;
}

#gform_4 input:-moz-placeholder {
    color: #444444;
    opacity: 1;
}

#gform_4 .gfield {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#gform_4 .validation_error {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
    display: none;
}

.home #gform_4 .validation_error {
    display: block;
}

#gform_4 .validation_message {
    color: #EB4A3F;
}

#gform_confirmation_message_4 {
    color: #444444;
    padding-bottom: 20px;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
}

#gform_11 .gform_heading {
    text-align:center;
}

#gform_11 h3 {
    font-family: 'TitilliumWebBold';
    color:#fff;
    font-size:48px;
    text-align:center;
    margin:30px 0px;
    line-height:35px;
    border-top:none;
    text-transform:none;
}

#gform_11 .gform_description{
    clear:both;
    text-align:center;
    margin:0px;
    padding:0px;
    font-size:21px;
    color:#c7c7c7;
    font-family: 'OpenSansRegular';
    font-weight:100;
    line-height:31px;
}

#gform_11 input[type="submit"] {
    background-color: #00aeef;
    border: 2px solid #00aeef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: "TitilliumWebSemiBold";
    font-size: 15px;
    margin: 15px 30%;
    padding: 6px 1%;
    text-align: center;
    text-transform: uppercase;
    width: 40%;
}

#gform_11 input[type="submit"]:hover {
    background-color: rgba(0, 0, 0, 0.15);
    color: #00aeef;
    border: 2px solid #00aeef;
}

.subpage_quote_form_holder {
    position: relative;
    z-index: 1;
    height: 1px;
} 

.subpage_quote_form {
    background-color: rgba(222, 222, 222, 0.95);
    font-family: "OpenSansRegular";
    min-width: 400px;
    width: 38%;
    margin: 94px auto 0;
    position: absolute;
    right: 0;
    z-index: 20;
    max-height: 0;
    padding: 0 2% 0;
    overflow: hidden;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.6);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.subpage_quote_form h2 {
    font-family: "OpenSansExtrabold";
    font-size: 27px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    color: #444444;
    text-align: center;
    text-transform: uppercase;
}

.subpage_quote_form h2 span {
    color: #6d6e70;
    font-family: "TitilliumWebLight";
    font-size: 21px;
}

.subpage_quote_form.active {
    max-height: 800px;
}

.subpage_quote_form_content {
    margin-top: 30px;
}

.subpage_quote_form_content #gform_1 input[type="submit"] {
    margin: 0 0 20px;
}

.subpage_quote_form_content.gform_wrapper .gform_footer {
    clear: both;
    margin: 20px 0 0;
    padding: 0;
}

.gform_wrapper.gf_browser_gecko.amount-cont.input-slider {
    margin:10px 0 0 0; }

    .gform_wrapper .gform_footer {
        margin:0 !important;
        padding:0 !important;
    }

    a.orange_arrow:after {
        content: '\00BB';
        color:#e87d24;
        margin:0 6px;
    }

    a.orange_arrow:hover:after, a.orange_arrow:hover {
        color:#1d6c9f;
    }

    a.orange_arrow {
        color:#e87d24;
    }

    .resource_links a:before {

    }

    .resource_links a.arrow2{
        margin:5px 15px;
        background:url("../images/arrow2.png") no-repeat left 8px;
        display:block;
        padding:0px 20px;
        color:#1d6c9f;
    }

    .resource_links a.arrow2:hover{
        background:url("../images/arrow2_orange.png") no-repeat left 8px;
        color:#e87d24;
    }


    /*SIDEBAR*/
    .sidebar_1 h4{
        font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
        color:#1d6c9f;
        font-size: 18px;
        line-height: 26px;
        margin: 0px 0px 5px 0px;
        padding: 5px 0px 0px 0px;
        text-transform: none;

    }

    .sidebar_1 a{
        font-family: "TitilliumWebLight";
        color: #00bbff;
        font-size: 18px;
        clear: both;
        width: 100%;
    }

    .sidebar_1 p{
        font-family: 'OpenSansLight', Arial, Helvetica, sans-serif;
    }

    .sidebar-contact{
        border-top:1px solid #EEE;
        border-bottom:1px solid #EEE;
        margin-top:70px;
        font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
        font-size:15px;
        line-height:1.6em;
        padding-bottom:10px;

    }

    .h4emailus{
        font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
        color:#1d6c9f;
        font-size: 18px;
        line-height: 26px;
        padding: 5px 0px 0px 0px;
        text-transform: none;
        font-weight:bold;
        margin-top:5px;

    }

    .h4callus{
        font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
        color:#1d6c9f;
        font-size: 18px;
        line-height: 26px;
        padding: 5px 0px 0px 0px;
        text-transform: none;
        margin-top:30px;
        font-weight:bold;
    }




    /*END SIDEBAR*/

    /*Newsletter & Landing Page Forms */

    .newsletter_sidebar, .report_download_sidebar, .contact_us_sidebar {
        width: 30%; padding: 0 30px 30px; border-left: 1px solid #dedede; float: left;
    }
    .newletter_sidebar img, .report_download_sidebar img {
        margin:0 auto 20px;
        display:block;
    }

    .newsletter_sidebar h3 {
        color:#e87d24;
        font-family: "TitilliumWebBold";
        font-size: 21px;
        text-transform:uppercase;
        background:url(/wp-content/uploads/2014/11/icon-outline-newsletter.png) no-repeat ;
        line-height: 22px;
        padding-left: 92px;
        padding-top: 36px;
        margin:0px 0 20px 0;

    }

    .newsletter_sidebar #gform_3 input[type="text"], #gform_3 select, #gform_3 textarea, .newsletter_sidebar 
    #gform_3 input[type="submit"] {
        width:100% !important;
    }

    .report_download_sidebar h3 {
        color:#e87d24;
        font-family: "TitilliumWebBold";
        font-size: 21px;
        text-transform:uppercase;
        background:url(/wp-content/uploads/2014/09/icon-reporting_nocircle.png) no-repeat ;
        line-height: 22px;
        padding-left: 92px;
        padding-top: 36px;
        margin:0px 0 20px 0;

    }

    .contact_us_sidebar h3 {
        color:#e87d24;
        font-family: "TitilliumWebBold";
        font-size: 21px;
        text-transform:uppercase;
        background:url(/wp-content/uploads/2014/11/icon-phone.png) no-repeat ;
        line-height: 22px;
        padding-left: 92px;
        padding-top: 36px;
        margin:0px 0 20px 0;

    }


    /* END ---- Newsletter & Landing Page Forms */




    /*BREADCRUMBS */

    .breadcrumbs{
        margin: 0 0 30px 0;
        font-family: "TitilliumWebLight";
        font-size: 16px;
    }

    /* END ---- BREADCRUMBS */





    /* reports extras */


    #report-view .darkgrey_panel_left {
        color: #6d6e70;
        float: left;
        font-size: 14px;
        line-height: 25px;
        margin: 50px 0 20px;
        width: 45%;
    }


    #report-view .darkgrey_panel_right {
        float: right;
        margin: 50px 0 0;
        width: 55%;
    }

    /* radio buttons */


    input[type=radio],
    input[type=checkbox] {
        display: none;
    }

    label:before {
        background-color: #fff;
        border: 2px solid #999999;
        border-radius: 21px;
        bottom: 4px;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 rgba(255, 255, 255, 0.8);
        content: "";
        display: none;
        height: 11px;
        left: 0;
        margin-right: 11px;
        padding: 0;
        position: absolute;
        width: 11px;
    }

    .radio label:before {
        border-radius: 8px;
    }
    .checkbox label {
        margin-bottom: 10px;
    }
    .checkbox label:before {
        border-radius: 3px;
    }

    input[type=radio]:checked + label:before {
        background-color: #273544;
        content: " ";
        font-size: 44px;
        line-height: 15px;
        text-align: center;
    }

    input[type=checkbox]:checked + label:before {
        content: "\2713";
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
        font-size: 15px;
        color: #f3f3f3;
        text-align: center;
        line-height: 15px;
    }
    .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
        font-weight: normal !important;
    }

    #quote-form-fullpage 
    #gform_1 input[type="submit"], .page-id-1649 #quote-form-fullpage 
    #gform_2 input[type="submit"], .page-id-1886 #quote-form-fullpage 
    #gform_2 input[type="submit"], .page-id-1888 #quote-form-fullpage 
    #gform_2 input[type="submit"] {

        width: 265px !important;
    }


    /* NEW LANDING PAGE TEMPLATE */

    .lp-form-holder {
        width:30%;
        background:#ffffff;
        -webkit-border-radius: 5px; 
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 2px 0 24px -9px #000;
        -moz-box-shadow:    2px 0 24px -9px #000;
        box-shadow:         2px 0 24px -9px #000;
        position:relative;
        top:-200px;
        padding:20px;
        float:left;
    }



    .lp-form-holder h3 {
        background: rgba(0, 0, 0, 0) url(/wp-content/themes/p4c/images/calculator.png) no-repeat scroll 0 0;
        color: #e87d24;
        display: block;
        font-family: 'TitilliumWebBold';
        font-size: 27px;
        height: 63px;
        line-height: 28px;
        margin: 0 0 20px ;
        padding-left: 81px;
        padding-top: 6px;
        text-transform: uppercase;


    }

    .page-id-880 .lp-form-holder h3 {
        background: rgba(0, 0, 0, 0) url(/wp-content/themes/p4c/images/report-book.png) no-repeat scroll 0 0;
        color: #e87d24;
        display: block;
        font-family: 'TitilliumWebBold';
        font-size: 27px;
        height: 75px;
        line-height: 28px;
        margin: 0 0 20px ;
        padding-left: 100px;
        padding-top: 0px;
        text-transform: uppercase;


    }

    .page-id-1649 .lp-form-holder h3, .page-id-1886 .lp-form-holder h3, .page-id-1888 .lp-form-holder h3,.page-id-3081 .lp-form-holder h3{
        background: rgba(0, 0, 0, 0) url(/wp-content/themes/p4c/images/calendar.png) no-repeat scroll 0 0;
        color: #e87d24;
        display: block;
        font-family: 'TitilliumWebBold';
        font-size: 27px;
        height: 63px;
        line-height: 28px;
        margin: 0 0 20px ;
        padding-left: 100px;
        padding-top: 6px;
        text-transform: uppercase;


    }

    .orange-checks ul {
        list-style: outside none none;

    }

    ul.orange-checks li{
        list-style-image: url(/wp-content/themes/p4c/images/checkmark-orange.png);
        font-family: 'TitilliumWebBold';
        font-size: 18px;
        line-height:25px;
    }

    .lp-form-holder .load-line {
        width:155px !important;
    }

    .page-id-1617 #gform_1 #field_1_7, .page-id-1642 #gform_1 #field_1_7, .page-id-1896 #gform_12 #field_1_7, .page-id-1905 #gform_1 #field_1_7  {
        width:225px !important;
    }


    /* Comparison Chart */
    .comparison-chart td { 
        padding: 10px;
        text-align: center;
        font-family: 'TitilliumWebBold';
        font-size:15px;



    }
    .comparison-chart  .p4c-service-for-contractors {
        padding: 20px;
        background-color: #e87d24;
        text-color: #ffffff;
        text-align: center;
        border-color: #e87d24;
        border-style: solid;
        border-right-width: 1px;
        border-left-width: 1px;
        font-family: 'TitilliumWebRegular';
        color: #FFFFFF !important;

    }
    .comparison-chart h3 {
        font-size:20px;
        padding:0;
        line-height:22px;
        margin:10px 0 0 0;

    }
    .comparison-chart  .generic-service {
        padding: 20px;

    }
    .comparison-chart .in-house {
        padding: 20px;
    }
    .comparison-chart .column-gray {
        font-family: 'TitilliumWebBold';
        background-color: #f6f6f6;
        padding: 15px;
        text-align: right;

    }
    .comparison-chart .column-white {
        background-color: #ffffff;
        padding: 15px;
        text-align: right;
        font-family: 'TitilliumWebBold';
    }
    .comparison-chart .middle-column {
        border-color: #e87d24; 
        border-style: solid;
        border-right-width: 1px;
        border-left-width: 1px;
    }


    .comparison-chart .quote-button {
        border-color: #ff6633; 
        border-style: solid;
        border-right-width: 1px;
        border-left-width: 1px;
    }

    .comparison-chart {
        border-color: #f6f6f6; 
        border-style: solid;
        border-right-width: 6px;
        border-left-width: 6px;
        border-top-width: 6px;
        border-bottom-width: 6px;
        width:95%;
        margin:35px;
    }

    table tr th {
        vertical-align:middle !important;
        font-size:12px;
        text-transform:uppercase;
        font-weight:600;
        padding:5px 0 !important;
        background:#555555;
        color:#ffffff;
    }

    table tr td {
        vertical-align:top !important;
    }

    table tr td {
        border-bottom: 1px solid #CBCBCB; 
        padding: 15px 0;
        text-align:center;
    }


    table tr td .content_panel_button2 { margin-top:0px !important; }

    /* Client Login Page */

    .client-button-holder {margin:50px; }

    .login-box a { background:#273544;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        padding:10px;
        display:block;
        float:left;
        margin:0px 10px 20px;
        text-align:center;
        font-weight:bold;
        width:218px;
        height:218px;
        font-size:16px;
        font-family:'TitilliumWebSemiBold'; 
        color:#00bbff;
    }

    .login-box img { margin:50px auto 39px; }
    .login-box img.fsi-connect { margin:35px auto 20px; }


    .login-box a:hover { background:#cccccc; color:#273544; }

    .client-login h1 { font-family:'TitilliumWebBold'; font-size:48px; margin:85px auto 10px; }
    .client-login p { font-family: 'TitilliumWebSemiBold'; font-size:16px; }
    .client-login { margin:0px 0px 60px; }

    .page-id-1907 .breadcrumbs { display:none; }
    .page-id-1907 .topbanner_panel_content { display:none; }
    .page-id-1907 .footer_top_panel {background:#a7a9ac; }

    .page-id-1907 #menu > ul > li:last-child a { color:#ffffff; }






    /* FORM STYLES - updated quote form - 8.23.2016 */

    .gform_wrapper .quote input[type="text"], .gform_wrapper .quote select, .gform_wrapper .quote textarea  {
        background-color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #464646;
        font-size: 13px !important;
        margin: 5px 0;
        padding: 10px !important;
        width: 100% !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border:2px solid #999999;
    }

    .gform_wrapper .quote input[type="text"]:focus, .gform_wrapper .quote select:focus, .gform_wrapper .quote textarea:focus {
        border-color: #e87d24;
    }

    .gform_wrapper .quote input.small[type="text"], .gform_wrapper .quote select.small, .gform_wrapper .quote textarea.small {
        background-color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #464646;
        font-size: 13px;
        margin: -2px 0;
        padding: 10px 5px;
        text-align: left;
        width: 136% !important;
    }

    .gform_wrapper .quote #field_1_5, .gform_wrapper .quote #field_1_6 {
        display: inline-block;
        vertical-align: top;
        clear: none;
        text-align: right;
        width: 25%;
        margin-top: 5px;
    }

    .gform_wrapper .quote #field_1_7, .gform_wrapper .quote #field_1_8{
        display: inline-block;
        vertical-align: middle;
        clear: both;
        width: 75%;
    }


    .gform_wrapper .quote .email-address, .gform_wrapper .quote .company, .gform_wrapper .quote .zip-code {
        clear: none;
        float: left;
        margin: 0;
        width: 50%;
    }



    .gform_wrapper .quote #field_1_3, .gform_wrapper .quote #field_1_4, #gform_wrapper_1 #input_1_12_6_container {
        margin-right: 0;
    }

    .gform_wrapper .quote #field_1_7 {
        margin: 10px 0 0;
    }

    #gform_wrapper_1 {
        max-width: 100%;
    }


    .gform_wrapper .quote input[type="submit"] {
        background-color: #e87d24;
        border: 2px solid #e87d24;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        font-family: "TitilliumWebSemiBold";
        font-size: 15px;
        margin: 10px 0 30px;
        padding: 10px 0;
        text-align: center;
        text-transform: uppercase;
        transition: all 0.5s ease-out 0s;
        width: 100% !important;
    }

    .gform_wrapper .quote input[type="submit"]:hover {
        background-color: #ffffff;
        color: #e87d24;
        border: 2px solid #e87d24;
    }

    .gform_wrapper .quote ::-webkit-input-placeholder {
        color: #444444;
        opacity: 1;
    }

    .gform_wrapper .quote ::-moz-placeholder {
        color: #444444;
        opacity: 1;
    }

    .gform_wrapper .quote :-ms-input-placeholder {
        color: #444444;
        opacity: 1;
    }

    .gform_wrapper .quote input:-moz-placeholder {
        color: #444444;
        opacity: 1;
    }

    .gform_wrapper .quote .gfield {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .gform_wrapper .quote li.gfield.gfield_error.gfield_contains_required {
        margin-bottom: 0 !important;
        padding-left: 0 !important;
    }

    .gform_wrapper .quote li.gfield.gfield_error.gfield_contains_required label.gfield_label, .gform_wrapper .quote li.gfield.gfield_error.gfield_contains_required div.ginput_container {
        margin-top: 0 !important
    }


    .gform_wrapper .quote .gfield_label, .gform_wrapper .quote span label {
        display: none;
    }

    .gform_wrapper .quote .validation_error {
        border: 1px solid #FFFFFF;
        color: #FFFFFF;
        font-size: 16px;
        padding: 10px;
        margin-top: 20px;
        display: none;
        box-sizing: border-box;
    }

    .gform_wrapper .quote #field_1_9, .gform_wrapper .quote #field_1_10 {
        padding-top: 20px;
        clear: both;
        font-family: "TitilliumWebSemiBold";
        color: #444444;
        font-size: 18px;
    }

    .gform_wrapper .quote #field_1_10 {
        padding: 0 0 10px;
    }

    .gform_wrapper .quote #field_1_11 {
        margin-bottom: 20px;
    }

    .gform_wrapper .quote #input_1_11 {
        margin-bottom: 20px;
    }

    .gform_wrapper .quote .gchoice_11_0, .gform_wrapper .quote .gchoice_11_1 {
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px;
    }


    .gform_wrapper .quote #field_1_1.gfield_error, .gform_wrapper .quote #field_1_2.gfield_error, .gform_wrapper .quote #field_1_3.gfield_error, .gform_wrapper .quote #field_1_4.gfield_error {
        margin: 0 2.5%;
    }


    .gform_wrapper .quote #field_1_3.gfield_error, .gform_wrapper .quote #field_1_4.gfield_error, #gform_wrapper_1 #input_1_12_6_container.gfield_error {
        margin-right: 0;
    }


    .home .gform_wrapper .quote .validation_error {
        display: block;
    }


    .gform_wrapper .quote li.gfield.gfield_error, .gform_wrapper .quote li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
        background-color: transparent;
        border: none !important;
    }

    .gform_wrapper .quote .validation_message {
        color: #EB4A3F;
    }


    .gform_wrapper .quote .field_1_6 .ginput_container {
        float: right;
        text-align: right;
    }

    .gform_wrapper .quote #input_1_6 {
        float: right;
        margin-left: -50px;
    }

    .gform_wrapper .quote #field_1_7, .gform_wrapper .quote #field_1_8 {
        display: block;
        clear: both;
        float: left;
        width: 320px;
    }

    .gform_wrapper .quote #field_1_5, .gform_wrapper .quote #field_1_6 {
        display: block;
        float: left;
        width: 100px;
        margin-left: 20px;
    }

    .gform_wrapper .quote .title {
        clear: both;
        color: #444444;
        font-family: 'TitilliumWebSemiBold';
        font-size: 18px;
        padding-top: 20px;
    }
    .gform_wrapper .quote .employee-number {
        clear: none;
        display: inline-block;
        margin-top: -4px;
        text-align: right;
        vertical-align: top;
        width: 66px;
    }

    .gform_wrapper .quote .slider-boxer{
        display: inline-block;
        vertical-align: middle;
        clear: both;
        width: 75%;
        height:25px;
    }

    .gform_wrapper .quote input[type=checkbox] label::before {
        border: 2px solid #ccc;
        border-radius: 0px;
        bottom: 4px;
        box-shadow: none;
        content: "";
        display: none;
        height: 11px;
        left: 0;
        margin-right: 11px;
        padding: 0;
        position: absolute;
        width: 11px;
    }

    .gform_wrapper .quote input[type="checkbox"]:checked + label::before {
        color: #000000;
        content: "✓";
        font-size: 22px;
        font-weight: bold;
        line-height: 0;
        text-align: center;
    }

    .gform_wrapper .quote  .benefits {
        margin:-22px 0 26px;
    }

    .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
        font-size:16px !important;
        line-height:inherit !important;
    }

    .gform_wrapper li.hidden_label input {
        margin-top:0px !important;
    }

    /* 2016 CHRISTMAS -- Traditions */
    #traditions {  }
    #traditions h1 { color:#0c7b74; }
    #traditions h3 { color:#343434; }
    #traditions .red-bar, .red-bar  {height:3px; width:80%; background: #b42127; margin:20px 0;}

    #traditions li.gchoice_18_1_0 label { 
        background:url("http://www.foundationsoft.com/wp-content/uploads/2016/11/marketing.png") no-repeat #0c7b74; 
    }
    #traditions li.gchoice_18_1_1 label { 
        background:url("http://www.foundationsoft.com/wp-content/uploads/2016/11/pm.png") no-repeat #0c7b74; 
    }
    #traditions li.gchoice_18_1_2 label { 
        background:url("http://www.foundationsoft.com/wp-content/uploads/2016/11/dev.png") no-repeat #0c7b74; 
    }
    #traditions li.gchoice_18_1_3 label { 
        background:url("http://www.foundationsoft.com/wp-content/uploads/2016/11/hr-admin.png") no-repeat #0c7b74; 
    }
    #traditions li.gchoice_18_1_4 label { 
        background:url("http://www.foundationsoft.com/wp-content/uploads/2016/11/sales.png") no-repeat #0c7b74; 
    }
    #traditions li.gchoice_18_1_5 label { 
        background:url("http://www.foundationsoft.com/wp-content/uploads/2016/11/p4c.png") no-repeat #0c7b74; 
    }

    #traditions li.gchoice_18_1_6 label { 
        background:url("http://www.foundationsoft.com/wp-content/uploads/2016/11/support.png") no-repeat #0c7b74; 
    }
    #traditions li.gchoice_18_1_7 label { 
        background:url("http://www.foundationsoft.com/wp-content/uploads/2016/11/tech.png") no-repeat #0c7b74; 
    }
    #traditions li.gchoice_18_1_8 label { 
        background:url("http://www.foundationsoft.com/wp-content/uploads/2016/11/trainers.png") no-repeat #0c7b74; 
    }

    #traditions li.gchoice_18_1_9  { 
        background:url("http://www.foundationsoft.com/wp-content/uploads/2016/11/placeholder.png") no-repeat #0c7b74; 
        height: 242px;
        margin: 21px 35px;
        max-width: 336px;
        padding: 215px 0 0 31px;
    }
    #traditions li label { 
        background: #0c7b74; 
        display: block;
        height: 243px;
        max-width:336px;
        padding: 216px 0 0 31px;
        color:#ffffff; }

        #traditions li label.gfield_label  {
            background:none; 
            height:inherit;     
            display: block;
            padding: 36px 0px 0; 
            color:#000000;
            font-size:18px;
            font-weight:normal;
        }   

        #traditions .gform_body li input {
            position:relative;
            top:235px;
            right:-13px;
        }

        #traditions .gform_body li.gchoice_18_1_9  input {
            position:relative;
            right: -13px;
            top: 203px;
        }



        .page-id-2013 .overview_header_text_area {
            display: block;
            float: left;
            margin-top: 462px;
            width: 100%;
        }


        .page-id-2013 .overview_header_text_area h1 {display:none; }
        .page-id-2093 .footer_bg .container_2 { display:none; }

        .dotted-line { border-bottom: 1px dashed #cccccc; margin:30px 0; height:2px; }
        .dark-blue { color:#1d6c9f; }
        .lets-talk { background:url(../images/contact-1.png) no-repeat; padding:0px 0px 0px 85px; }
        .lets-talk h3, .customer-support h3  { color:#1d6c9f; font-size:28px; text-transform:none; font-family: 'TitilliumWebBold'; }

        .customer-support table tr td {padding:20px; font-size:12px; line-height:16px; border-bottom:none; }

        .customer-support table td p { font-size: 12px; line-height: 18px;}

        a.orange-btn  { background:#e87d24; border:2px solid #e87d24; color:#ffffff; padding:10px 39px; }
        a.blue-btn  {background:#00aeef; border:2px solid #00aeef; color:#ffffff;  padding:10px 39px; }
        a.teal-btn  {background:#16a085; border:2px solid #16a085; color:#ffffff;  padding:10px 39px; }
        a.yellow-btn {background:#f5a822; border:2px solid #f5a822; color:#ffffff;  padding:10px 39px; }

        a.orange-btn:hover, a.blue-btn:hover, a.teal-btn:hover, a.yellow-btn:hover {background:#ffffff; border:2px solid #e87d24; color:#e87d24; }

        .f8f8f8-bg { background:#f8f8f8; width:25%; }
        .f0f0f0-bg { background:#f0f0f0; width:25%; }



        .blog_archives_area dt{transition: color 0.25s ease-in-out}
        .blog_archives_area dt:hover,
        .blog_archives_area dt.opened {
            color: #1d6c9f;
        }

        .blog_archives_area dd {
            padding-left:1em;
            margin-left: 1em;
            border-left: 1px dashed rgba(29, 108, 159, 0.45);
        }

        .blog_categories_and_tag_area{display:none;}

        /* 2017 CHRISTMAS -- Retro Tv Shows */

        #retro-tv h2 { 
            text-align: center;
            color: #f8bf1a;
            font-size: 40px;
            margin-bottom: 10px;
        }

        #retro-tv p {
            text-align: center;
            font-size: 16px;
            margin-bottom: 40px;
            margin-top: 0px;
        }

        #retro-tv-gif {
            margin-top:40px;
            margin-left: 74px;
        }

        #retro-tv .red-bar {height:3px; width:80%; background: #ed1c24; margin:20px 0; margin-bottom: 55px; margin-right: auto; margin-left: auto;}

        #retro-tv .ode-bunch-img {margin-left: auto; margin-right: auto; }

        #retro-tv .retro-gallery-container {
            margin-left: auto;
            margin-right: auto;
            margin-top:-20px;
            width: 73%;
        }

        #retro-tv .retro-gallery {
            float: left;
            margin-bottom: 30px;
            margin-right:30px;
        }

        .page-id-2445 .overview_header_text_area {
            display: block;
            float: left;
            margin-top: 462px;
            width: 100%;
        }

        .page-id-2445 .overview_header_text_area h1 {display:none; }


        ul#trade-show-winners *{
            list-style:none;
            list-style-type:none;
            list-style-image:none !important;
            margin:0;
            padding:0;
            box-sizing: border-box;}

            ul#trade-show-winners > li{
                float:left;
                border-bottom: 1px solid #CCC;
                clear:both;
                width:100%;
                height: 50px;
            }

            .sub_white_panel_left ul#trade-show-winners ul{
                margin:0 !important;
            }

            ul#trade-show-winners ul li{
                float:left;
                width: 33%;
                padding: 0 !important;
                margin: 0 !important;
                line-height:50px !important;

            }

            ul.checked li {
                list-style-image: url(../images/orange-check.png) !important;
                font-weight: bold;
            }

            blockquote.winnerQuote {
                font-style: italic;
            }

            blockquote.winnerQuote {
                position: relative;
                border-top: 2px solid #e87d24;
                border-bottom: 2px solid #e87d24;
                margin: 3em 0;
                padding: 2em 0;
            }
            blockquote.winnerQuote p:before{
                content: '“';
                font-size: 85px;
                font-weight: bold;
                font-family: 'Open Sans';
                position: absolute;
                left: -5px;
                top:70px;
            }

            blockquote.winnerQuote p{
                padding-left:50px;
                padding-top: 10px
            }




            .tagCloud a{
                background-color: #e87d24;
                font-size: 11px!important;
                display: inline-block;
                padding: 5px 10px;
                margin: 2px 0 4px;
                font-weight: bold;
                text-transform: uppercase;
                width: auto;
                text-align: center;
            }
            .tagCloud a,
            .tagCloud a:hover{color:#ffffff;}
            .tagCloud a:hover{ opacity:0.8; }

            /* start COVID19 sub-nav styles */

            body.covid19 .gdlr-page-title{
                top: -20px;
                position:relative;
            }

            ul.covid-subnav{
                width: 100%;
                max-width: 1140px;
                margin: 0 auto;
                padding: 0;
                padding-left: 30px;
                position:relative;
                z-index: 3;
                top: -40px;
            }

            ul.covid-subnav a{
                color: #FFF;
            }

            ul.covid-subnav li{
                position:relative;
                list-style-type:none;
                display:inline-block;
                padding: 0.5em 1em;
                background: rgba(0,0,0,0.25);
                box-sizing: border-box;
                max-height: 40px;
                font-size: 18px;
                border-bottom: 2px solid transparent;
                transition: all 0.1s ease-in-out;
            }

            ul.covid-subnav li:hover,
            ul.covid-subnav.covid-19-resource-center li:first-child,
            ul.covid-subnav.covid-19-important-documents li:nth-child(2),
            ul.covid-subnav.covid-19-interactive-map li:nth-child(3),
            ul.covid-subnav.covid-19-educational-webinars li:last-child

            {
                background: rgba(0,0,0,0.75);
                border-bottom: 2px solid #FF3800
            }


            /*  end COVID19 sub-nav styles  */


            /* start COVID19 styles */



            .covid19 .wp-show-posts-entry-title a{
                color: #ff3600 !important;
                text-transform: none;
            }
            .covid19 .wp-show-posts-posted-on{
                font-weight: bold;
                color: #ff3600 !important;

            }


            .covid19 .return-to-covid19 a{
                background: #FF3600;
                color:#FFF;
                display:inline-block;
                padding: 5px 10px;
                position:relative;
            }
            .covid19 .return-to-covid19 span{
                border-top: 1px solid #FF3600;
                z-index: 100;
                left: 20px;
                display: inline-block;
                width: 100%;
                max-width: 960px;
                top: -3em;
                position: relative;
            }

            .covid19.sub_white_panel{padding-top: 0;}

            .covid19 .sub_white_panel_right{
                min-width: 270px;
            }

            .covid19-widget-title {
                font-size: 14px;
                text-transform: uppercase;
                letter-spacing: 2px;
                margin-bottom: 15px;
            }

            .covid19 .covid19-top-links ul{
                margin-left: 1em;
            }

            .covid19 .covid19-top-links li{
                padding-bottom: 1em;
                font-size: 14px;
            }

            .covid19 .covid19-top-links ul {
                margin-left: 1em;
                list-style-type: disc;
            }



            .covid19 .covid19-top-links li a{
                color: #FF3600;
                border-bottom: 1px dotted #FF3600;
                font-size: 14px;

            }

            .covid19 .newsletter-box {
                border: 1px double #ddd;
                border-radius: 1em;
                padding: 20px;
                font-size: 18px;
                box-shadow: 0 1em 20px rgba(0,0,0,0.25);
                margin: 0 0 2em 0;
            }

            .covid19 .newsletter-box strong {
                margin-bottom: 0.5em;
                display: inline-block;
                font-size: 20px;
            }

            .covid19 .newsletter-box{
                max-width: 220px;
            }

            .covid19 .newsletter-box .ao-richtext-block * {
                font-size: 12px !important;
            }

            .covid19 .newsletter-box a{
                color: #ff3600;
            }
            .covid19 .newsletter-box button.ao-form-submit{
                background: #ff3600 !important;
            }
            .covid19 .newsletter-box button.ao-form-submit:hover{
                background: #ee2500 !important;
            }


            .covid19 .covid19-widget.widget-last a{
                font-size: 12px;
                font-family: 'Open Sans';
                text-transform: none;
            }

            #covid-19-resource-center .wpsp-load-more .page-numbers { padding: 0 5px; color: #ee2500}
            #covid-19-resource-center .wpsp-load-more .prev { float: left;  color: #ff3600}
            #covid-19-resource-center .wpsp-load-more .next { float: right; color: #ff3600}
            #covid-19-resource-center .wpsp-load-more { 
                text-align:center;
                background: #FAFAFA;
                padding: 1em;
                box-sizing: border-box;
            }

            #covid-19-resource-center .wp-show-posts-entry-header{ margin-bottom: 0; }
            #covid-19-resource-center p{font-size: 12px;}
            #covid-19-resource-center p:empty,
            #covid-19-resource-center br{
                display:none;
            }

            .covid19-posts span{
                width: 75px;
            }

            .covid19-posts a {
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                width: calc(100% - 75px);
                display: inline-block;
                vertical-align: top;
                margin-bottom: 10px;
            }


            /* start COVID19 styles */

            @media screen and (max-width: 1200px){

                .topbanner_panel_left  { width: 60% !important; box-sizing: border-box !important; }
                .topbanner_panel_right { width: 40% !important; box-sizing: border-box !important; min-width: unset !important; }
                .load-line {width: 60%}

            }

            @media screen and (max-width: 768px){

                .covid19 h2 a.covid19-read-all-updates{ font-size: 12px !important;}
                .topbanner_panel_left  { width: 60% !important; box-sizing: border-box !important; }
                .topbanner_panel_right { width: 40% !important; box-sizing: border-box !important; min-width: unset !important; }

                .covid19 h2 span a{font-size: 14px !important; padding: 0 5px !important;}

            }

            @media screen and (max-width: 640px){

                .topbanner_panel_left  { width: 100% !important; box-sizing: border-box !important; }
                body.home .covid19 {margin-right:0 !important;}
                body.home .topbanner_panel_left h1{ margin-top: 1em !important;}
            }


            /* end COVID19 styles */

            /* fixes act-on checkboxes from vanishing */
            .ao-form input[type=radio],
            .ao-form input[type=checkbox] {
                display: unset;
            }