body {
    background-color: #cddcf1;
    font-family: 'DINOT-Regular', sans-serif;
}
#logo {
    margin-top: 50px;
    margin-left: -10px;
    margin-bottom: 10px;
}
#logo img {
    width: 218px;
    height: 64px;
}
#navigation {
    float: right;
    margin-right: -245px;
    font-family: Arial;
}
.framecontainer {
    overflow: hidden;
}
/*Search Area*/

.searcharea {
    margin-top: 55px;
    /*width:60px;*/
    /*margin-bottom: 10px;*/
}
#topsearchform input[type="text"]::-webkit-input-placeholder {
    color: #0072ba !important;
}
.btntoppanel {
    border: none;
}
#topsearchform input#searchsubmit {
    /* background: url(images/search.png) no-repeat center; */

    width: 40px;
    height: 40px;
}
#topsearchform input {
    background-color: white;
    color: #0072ba;
}
#topsearchform input[type="text"] {
    border: 0px solid;
    padding: 8px 0 7px 0;
    border-radius: 0px;
    background-color: white;
    font-size: 3em;
    border-bottom: 1px solid #0072ba;
    font-family: 'DINWebPro-Light', 'DINOT-Light', Arial, Helvetica, sans-serif;
}
#topsearchform {
    margin-right: 20px;
}
#topsearchform input[type="text"]:focus {
    background-color: white;
}
#top {
    background-color: white;
}
/* header styling*/

#outerheader {
    z-index: 900;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
}
/*header menu adjustments*/

.sf-menu > li,
.sf-menu li.hassub a {
    background: url(images/menu_sprite.png) left 0 no-repeat;
}
.sf-menu > li:before {
    background: url(images/glyphs/glyph-nav.png) left 0 no-repeat;
    background-position: right 10px;
    margin-top: 25px;
    margin-right: 20px;
}
.sf-menu > li:first-child {
    background: url();
}
#navigation li {
    padding-right: 10px;
}
#navigation {
    padding-right: 12px;
}
/*case studies*/

.case-studies article {
    float: left;
    width: 300px;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 420px;
}
.columns {
    padding: 0 !important;
}
.case-studies h1,
.recent-blog-posts h1,
#contact-row h1,
.blog-posts-page h1,
.case-studies-page h1 {
    color: #0072ba;
    font-family: 'DINOT-Bold', Arial, Helvetica, sans-serif;
    margin-left: -3px;
    background-image: url('../bossard/images/glyphs/glyph-down-arrow.png');
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left: 50px;
    /* width of the image plus a little extra padding */

    display: block;
    /* may not need this, but I've found I do */

    margin-left: 0px;
}
.learn-more h1 {
    color: #0072ba;
    font-family: 'DINOT-Bold', Arial, Helvetica, sans-serif;
    margin-left: 0px;
    background-image: url('../bossard/images/glyphs/glyph-down-arrow-white.png');
    background-repeat: no-repeat;
    background-position: left 30px;
    padding-left: 50px;
    padding-top: 20px;
    /* width of the image plus a little extra padding */

    display: block;
    /* may not need this, but I've found I do */
}
.blog-posts-page {
    margin-left: 10px;
}
.blog-posts-page .type-post {
    height: 220px;
}
.recent-blog-posts h1,
#contact-row h1,
.learn-more h1 {
    /*padding-top: 20px;*/
}
.recent-blog-posts article h2 {
    font-size: 1.5em;
    padding: 0 10px;
    font-family: 'DINOT-Bold', Arial, Helvetica, sans-serif;
}
.recent-blog-posts article h3 {
    font-size: 1.1em;
    padding: 0 10px;
    font-family: 'DINOT-Light', Arial, Helvetica, sans-serif;
}
.case-studies article h2 {
    font-size: 1.5em;
    padding: 0 10px;
    font-family: 'DINOT-Bold', Arial, Helvetica, sans-serif;
}
.case-studies article h3 {
    font-size: 1.5em;
    padding: 0 10px;
    font-family: 'DINOT-Light', Arial, Helvetica, sans-serif;
}
.case-studies article img {
    padding-bottom: 10px;
}
.case-studies article:hover {
    opacity: .8;
}
.see-all-stories h3,
.learn-more-link h3,
.see-all-posts h3 {
    font-family: 'DINOT-Bold', Arial, Helvetica, sans-serif;
}
.learn-more-link h3 {
    background-image: url('../bossard/images/glyphs/glyph-up-arrow-white.png');
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left: 30px;
    /* width of the image plus a little extra padding */

    display: block;
    /* may not need this, but I've found I do */
}
.learn-more {
    height: 210px;
    background: url(images/learn-more.png) left 0 no-repeat;
    margin-bottom: 20px;
    background-size: 100%;
}
.learn-more h1,
.learn-more-content h3 {
    color: white;
}
.learn-more-content h3 {
    font-size: 1.7em;
    font-family: Arial, Helvetiva, sans-serif;
}
.learn-more-link a,
.learn-more-link h3 {
    color: white;
    float: right;
    padding-right: 10px;
}
.learn-more-content h3 {
    max-width: 950px;
}
.read-more {
    float: right;
    padding: 0 10px;
    font-family: 'DINOT-Medium', Arial, Helvetica, sans-serif;
}
.view-blogs {
    font-family: 'DINOT-Bold', Arial, Helvetica, sans-serif;
    margin-right: 20px;
    float: right;
    font-size: 1.7em;
    padding-top: 18px;
    background-image: url('../bossard/images/glyphs/glyph-up-arrow-black.png');
    background-repeat: no-repeat;
    background-position: left 27px;
    padding-left: 30px;
    /* width of the image plus a little extra padding */

    display: block;
    /* may not need this, but I've found I do */
}
.see-all-stories h3,
.see-all-posts h3 {
    /*color: #328ec7;*/
    /*margin-left: -3px;*/

    background-image: url('../bossard/images/glyphs/glyph-up-arrow-black.png');
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 30px;
    /* width of the image plus a little extra padding */

    display: block;
    font-size: 20px;
    /* may not need this, but I've found I do */
}
.see-all-stories,
.see-all-posts {
    float: right;
    padding-top: 20px;
    padding-right: 20px;
}
.blog-posts article {
    float: left;
    width: 300px;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
}
.blog-posts article h2 {
    font-size: 1.1em;
    padding: 0 10px;
    font-family: 'DINOT-Bold', Arial, Helvetica, sans-serif;
}
.blog-posts article h3 {
    font-size: 2em;
    padding: 0 10px;
}
.blog-posts article img {
    padding-bottom: 10px;
}
.blog-posts article:hover {
    opacity: .8;
}
.blog-posts-page article {
    float: left;
    width: 220px;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
}
.blog-posts-page article h2 {
    font-size: 2em;
    padding: 0 10px;
    font-family: 'DINOT-Medium', Arial, Helvetica, sans-serif;
}
.blog-posts-page article h3 {
    font-size: 2em;
    padding: 0 10px;
    font-family: 'DINOT-Light', Arial, Helvetica, sans-serif;
}
.blog-posts-page article img {
    padding-bottom: 10px;
}
.blog-posts-page article:hover {
    opacity: .8;
}
.blog-posts-page .see-all-posts {
    margin-right: 20px;
}
/*case studies page*/

.case-studies-page article {
    float: left;
    width: 220px;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 370px;
}
.case-studies-page article h2 {
    font-size: 1.1em;
    padding: 0 10px;
    font-family: 'DINOT-Medium', Arial, Helvetica, sans-serif;
}
.case-studies-page article h3 {
    font-size: 1.1em;
    padding: 0 10px;
    font-family: 'DINOT-Light', Arial, Helvetica, sans-serif;
}
.case-studies-page article img {
    padding-bottom: 10px;
}
.case-studies-page article:hover {
    opacity: .8;
}
.case-studies-page .see-all-posts {
    margin-right: 20px;
}
#footersidebarupper {
    background-color: #CDDCF1;
}
#outermain {
    background-color: #ededed;
}
.outerblog {
    /*background-color: #cddcf1 !important;*/
}
#contact-row {
    background-color: #ededed;
    padding-bottom: 50px;
}
#slidercontainer {
    background-color: #ededed;
}
.slides img {
    width: 100%;
}
/* old contact area stylying*/

.contact-area-form form {
    margin-left: -4px;
    float: left;
}
.response-left {
    margin-right: -10px;
}
.contact-area-form input,
.if_selector,
.contact-area-form textarea {
    margin: 5px;
    border: 1px solid #0072ba;
    border-radius: 0;
    background-color: white;
}
#button-submit-contact {
    background-color: none;
    /*border: 1px solid #ededed !important; */

    margin-left: 140px;
    font-size: 1.4em;
    color: #0072ba;
    border-bottom: 1px solid #0072ba !important;
}
input#button-submit-contact {
    margin-left: 318px;
}
.contact-area-form textarea {
    width: 190px;
    height: 52px;
}
.caption-content {
    display: none;
}
/*contact area gravity forms*/

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    min-width: 325px;
    /*    float: left;*/

    border: 1px solid #0072ba;
    font-family: 'DINOT-Medium', Arial, Helvetica, sans-serif;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel] {
    height: 30px;
}
body .gform_wrapper .gform_body .gform_fields .gfield label {
    display: inline;
}
body .gform_wrapper .gform_body .gform_fields .gfield label {
    /*display:none;*/
}
/*#field_1_8  label , #field_1_16 label, #field_1_13 label, #field_1_11 label, #field_1_12 label, #field_1_14 label, #field_1_15 label, #field_1_2 label, #field_1_18 label, #field_1_7 label, #field_1_19 label, #field_1_3 label, #field_1_20 label, #field_1_5 label {
display:none;
}*/

#gform_1,
#gform_7 {
    width: 425px;
    float: left;
}
.if_selector {
    width: 153px;
    margin-left: -0px;
    margin-top: -0px;
    font-family: 'DINOT-Medium', Arial, Helvetica, sans-serif;
}
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    width: 190px;
    height: 57px;
}
#gform_submit_button_1 {
    /*margin-left: 140px;*/

    font-size: 1.4em;
    color: #0072ba;
    border-bottom: 1px solid #0072ba !important;
    /*float: right;*/

    margin-top: -14px;
    font-family: 'DINOT-Medium', Arial, Helvetica, sans-serif;
}
/*social stylings in contact area*/

.subscribe {
    float: right;
}
.social {
    padding-right: 10px;
}
.social img {
    width: 42px;
    padding-right: 10px;
}
.newsletter {
    margin-top: 35px;
}
.newsletter input[type="text"] {
    width: 195px;
}
#newsletter-submit {
    /* background-color: #ededed; */
    /* border: 1px solid #ededed !important; */

    font-size: 1.4em;
    color: #0072ba;
    border-bottom: 1px solid #0072ba !important;
    float: right;
    margin-right: 18px;
}
.newsletter {
    margin-top: 30px;
}
/*branding area*/

#footer-brand {
    background-color: #fff;
    /*margin-bottom: 50px;*/

    padding: 30px 0;
}
/*blog-page*/

#blogpage {
    /*background-color: #cddcf1;*/
}
/*widget-success*/

.widget-case-studies article h2 {
    font-size: 1.3em;
    padding: 10px 10px 0 0px;
    font-family: 'DINOT-Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.widget-case-studies article h3 {
    font-size: 1.1em;
    padding: 0 0px;
    font-family: 'DINOT-Medium', Arial, Helvetica, sans-serif;
}
.widget-case-studies img {
    width: 190px;
}
.widget-case-studies h4 {
    font-family: 'DINOT-Bold', Arial, Helvetica, sans-serif;
}
.CaseStudiesWidget .widget-title {
    display: none;
}
.widget-case-studies h4 {
    font-family: 'DINOT-Bold', Arial, Helvetica, sans-serif;
    background-image: url('../bossard/images/glyphs/glyph-latest-post.png');
    background-repeat: no-repeat;
    padding-left: 30px;
    /* width of the image plus a little extra padding */

    display: block;
    /* may not need this, but I've found I do */
}
/*widget-recent-blog-posts*/

.widget-recent-blog-posts article h2 {
    font-size: 1.3em;
    padding: 10px 10px 0 0px;
    font-family: 'DINOT-Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.widget-recent-blog-posts article {
    margin-bottom: -10px;
}
.widget-recent-blog-posts article h3 {
    font-size: 1.1em;
    padding: 0 0px;
    font-family: 'DINOT-Medium', Arial, Helvetica, sans-serif;
}
.widget-recent-blog-posts img {
    width: 190px;
}
.widget-recent-blog-posts h4 {
    font-family: 'DINOT-Bold', Arial, Helvetica, sans-serif;
}
.CaseStudiesWidget .widget-title {
    display: none;
}
.widget-recent-blog-posts h4 {
    font-family: 'DINOT-Bold', Arial, Helvetica, sans-serif;
    background-image: url('../bossard/images/glyphs/glyph-latest-post.png');
    background-repeat: no-repeat;
    padding-left: 30px;
    /* width of the image plus a little extra padding */

    display: block;
    /* may not need this, but I've found I do */
}
/*widget_categories*/

.widget_categories h4 {
    font-family: 'DINOT-Bold', Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    /* background-image: url('../bossard/images/glyphs/glyph-categories.png');
background-repeat: no-repeat;
padding-left: 30px; */
    /* width of the image plus a little extra padding */

    display: block;
    /* may not need this, but I've found I do */

    background-position: left 2px;
}
#sidebar .widget-title span {
    /*  border-bottom: 0px solid #0091ff;  */
}
.widget-container a {
    font-family: 'DINOT-Medium', Arial, Helvetica, sans-serif;
}
#sidebar li li {
    list-style-type: none;
    background-image: none;
    background-repeat: no-repeat;
    /*background-position: 0px 7px;*/

    padding: 0 0 0px 0px;
    margin: 0 0 0px 0;
    /*    transition: border-color 0.5s;
-webkit-transition: border-color 0.5s;
-o-transition: border-color 0.5s;
-moz-transition: border-color 0.5s;*/
}
#sidebar li li:hover {} #sidebar li.widget_archive li a:after,
#sidebar li.widget_pages li a:after,
#sidebar li.widget_categories li a:after,
#sidebar li.widget_meta li a:after,
#sidebar li.widget_links li a:after {
    content: none;
}
#sidebar li li:hover {
    border-bottom-color: #cddcf1;
}
/*sidebar-email-subscription-widget*/

#wysija-2 h4 {
    font-family: 'DINOT-Bold', Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    background-image: url('../bossard/images/glyphs/glyph-email-subscription.png');
    background-repeat: no-repeat;
    padding-left: 30px;
    /* width of the image plus a little extra padding */

    display: block;
    /* may not need this, but I've found I do */

    background-position: left 3px;
}
#wysija-2 .wysija-input {
    width: 180px;
    border: 1px solid #0072ba;
    border-radius: none !important;
}
input[type="text"],
input[type="email"],
textarea,
input[type="password"],
select {
    border-radius: 0px;
    background-color: white;
}
#wysija-2 input.wysija-submit.wysija-submit-field {
    font-family: 'DINOT-Medium', Arial, Helvetica, sans-serif;
    /*background-color: #cddcf1 !important;*/
    /*border: 1px solid #ededed !important;*/

    font-size: 1.4em;
    color: #0072ba !important;
    border-bottom: 1px solid #0072ba;
    float: right;
    margin-right: 18px;
    border-radius: none;
}
.submit-blog {
    background-color: #cddcf1 !important;
}
.blog-page {
    background-color: #cddcf1 !important;
}
.widget_wysija_cont .wysija-submit {
    margin-top: -10px;
}
/*footer-email-subscription-contact*/

.newsletter input.wysija-submit.wysija-submit-field,
.footer-widgets #subscribe-submit input {
    font-family: 'DINOT-Medium', Arial, Helvetica, sans-serif;
    background-color: #ededed !important;
    /*border: 1px solid #ededed !important;*/

    font-size: 1.4em;
    color: #0072ba !important;
    border-bottom: 1px solid #0072ba;
    float: right;
    margin-right: 18px;
    border-radius: none;
}
.newsletter .wysija-input,
.footer-widgets #subscribe-email input {
    margin-top: 10px;
    width: 180px;
    border: 1px solid #0072ba;
    border-radius: none !important;
    font-family: 'DINOT-Medium', Arial, Helvetica, sans-serif;
}
.contact-us-form-footer {
    font-size: 18px !important;
}
.contact-us-form-footer a {
    text-decoration: underline !important;
    color: #0072ba !important;
}
.subscribe.columns {
    float: right;
}
.contact-us-form-footer {
    width: 65%;
}
.subscribe.columns {
    width: 35%;
}
#footer-widgets ul {
    list-style: none;
    list-style-type: none;
    margin-left: 0;
}
/*footer adjustments*/

#footersidebarupper {
    background-color: #ededed;
    border: none;
}
#outerfooter {
    background-color: #0072ba;
}
#footer {
    color: white;
    font-family: 'DINOT-Medium', Arial, Helvetica, sans-serif;
}
#outerfooter {
    /*position:fixed;*/

    bottom: 0px;
    height: 50px;
    width: 100%;
    background-color: #0072ba;
}
/* IE 6 */

* html #footer {
    position: absolute;
    top: expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight: document.body.clientHeight)+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop))+'px');
}
#footer-logo {
    /*padding: 0 0 0 10px;*/
}
#footer .copyright {
    font-family: 'DINOT-Medium', Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-top: 15px;
    margin-left: -1px;
}
#footer .copyright a {
    text-decoration: none !important;
    font-family: 'DINOT-Medium', Arial, Helvetica, sans-serif;
}
#footer a,
#footer a:visited {
    color: white;
    font-family: 'DINOT-Medium', Arial, Helvetica, sans-serif;
}
#outerfootersidebar,
#footersidebarupper {
    background-color: #ededed
}
/*custom-post-banner*/

.post-banner {
    margin-top: -30px;
    margin-bottom: 20px;
    width: 940px;
}
#topsearchform input#searchsubmit {
    opacity: 1;
    filter: alpha(opacity=1);
}
/*comment-form*/

.comment-form input {
    border: 0px;
}
.comment-form textarea {
    border: none;
}
.form-submit>#submit {
    font-family: 'DINOT-Medium', Arial, Helvetica, sans-serif;
    /*background-color: #cddcf1 !important;*/

    font-size: 1.4em;
    color: #0072ba !important;
    border-bottom: 1px solid #0072ba;
}
/*nav-next, nav-prev*/

.nav-previous a,
.nav-next a {
    background-color: #cddcf1 !important;
}
/*****************************/
/***** EDIT DM 5/19/2014 *****/

.recent-blog-posts-title,
.recent-blog-posts-excerpt,
.blog-posts-title,
.blog-posts-excerpt {
    font-size: 1.1em !important;
}
h2.case-study-title {
    font-size: 1.1em !important;
}
h3.case-study-excerpt {
    font-size: 1.1em !important;
}
.entry-content {
    font-size: 1.25em;
}
/* highlight header links when on posts of specified types */

.single-case_study #menu-item-37 a,
.single-post #menu-item-40 a {
    color: #0072ba;
}
/* Make sure height of blog post "boxes" is always the same on the archive pages */

.blog-posts .post {
    height: 220px;
    min-height: 220px;
    max-height: 220px;
}
#sidebar,
#sidebar ul,
#sidebar li,
#sidebar li li,
.widget_categories h4,
.widget-container a,
#sidebar #wysija-2 input.wysija-submit.wysija-submit-field,
.widget-recent-blog-posts article h3 {
    font-family: Arial, Helvetica, sans-serif !important;
}
/************************/
/***** POST HEADING *****/

#post-heading {
    font-family: 'DINOT-Light', Arial, Helvetica, sans-serif;
    border: 2px solid white;
    margin-bottom: 1%;
    background-size: cover;
}
#post-heading .container {
    margin: 10% 35% 4% 0;
    overflow: hidden;
    position: relative;
}
.single-case_study #post-heading .container {
    margin: 60% 35% 4% 0;
    overflow: hidden;
    position: relative;
}
#post-heading .inner-container {
    background: white;
    opacity: 0.7;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
#post-heading .topper {
    height: 15%;
    background: #6e6e6e;
    margin-right: 20%;
}
#post-heading h1 {
    font-size: 2.5em;
    font-size: 1.8vmax;
    position: relative;
    margin: 10% 10% 8% 15%;
    text-indent: -10%;
    color: #0072ba;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #post-heading h1 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    #post-heading h1 {
        font-size: 14px;
    }
}
/***** END POST HEADING *****/
/****************************/
/*contact footer gravity form*/

#contact-row .gfield_label {
    display: none;
}
#contact-row .gform_wrapper .gform_body .gf_left_half,
#contact-row .gform_wrapper .gform_body .gf_left_half input {
    /*max-width: 125px !important;*/
    /*margin-right:55px;*/
    /*float:left;*/
}
#contact-row .gform_wrapper #gform_fields_2 .gf_left_half {
    /*max-width: 345px !important;*/
    /*margin-right: 300px !important;*/
}
#contact-row .gform_wrapper input {
    /*width: 15px !important;*/
}
#contact-row .gform_wrapper .gform_body .gf_right_half {
    /*max-width: 15px !important;*/
    /*float:left;*/
}
#contact-row .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
#contact-row .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
#contact-row .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
#contact-row .gform_wrapper .gform_body .gform_fields .gfield select,
#contact-row .gform_wrapper .gform_body .gform_fields .gfield textarea,
#contact-row .gform_wrapper .gform_body .gform_fields .gfield input {
    /*max-width:75px !important;*/

    min-width: 199px;
    float: none;
    border: 1px solid #0072ba;
    font-family: 'DINOT-Medium', Arial, Helvetica, sans-serif;
}
#contact-row .gform_wrapper #field_2_3 {
    /*margin-top: -30px;*/
}
#contact-row .gform_wrapper {
    float: left;
}
#contact-row .gform_footer input[type=submit] {
    /*float:right;*/

    margin-top: -20px;
    margin-right: -90px;
    border-bottom: 1px solid #0072ba;
    background-color: none;
    color: #0072ba !important;
    text-decoration: underline;
}
#contact-row .gform_wrapper .gform_footer input.button,
#contact-row .gform_wrapper .gform_footer input[type=submit] {
    font-size: 1.6em;
}
#contact-row #field_2_7 {
    margin-top: -80px;
    /*margin-top: 200px;*/
}
#contact-row #field_2_5 {
    margin-top: -40px;
}
#contact-row .gform_footer input[type=submit],
#subscribe-submit input[type=submit] {
    margin-left: 0;
    float: none;
}
#slider .flex-direction-nav a {
    /*border-radius: 0% !important;*/
}
.flex-control-paging li a {
    border-radius: 0% !important;
}
/*.page-numbers,.page-numbers.current,.page-numbers.dots {display: none;}*/

.page-numbers,
.page-numbers.current,
.page-numbers.dots {
    font-size: 24px;
}
a.page-numbers.next,
a.page-numbers.prev {
    display: block;
}
.see-all-posts h3.prev {
    background-image: url('../bossard/images/glyphs/glyph-up-arrow-black.png');
}
#text-2 h4 {
    font-family: DINOT-Bold, Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    background-image: url(http://provenproductivity.com/wp-content/themes/bossard/images/glyphs/glyph-email-subscription.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    display: block;
    background-position: 0% 3px;
}
/*attach font*/

@font-face {
    font-family: 'DINOT-Black';
    src: url('font/DINOT-Black.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINOT-Bold';
    src: url('font/DINOT-Bold.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINOT-Light';
    src: url('font/DINOT-Light.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINOT-Medium';
    src: url('font/DINOT-Medium.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINOT-Regular';
    src: url('font/DINOT-Regular.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}
/*media queries*/
/* Smartphones (portrait and landscape) ----------- */

@media screen
/* and (min-width : 320px) */

and (max-width: 478px) {
    /* Styles */

    #navigation {
        float: left;
    }
    .case-studies article {
        margin-left: 10%;
    }
    .recent-blog-posts article {
        margin-left: 10%;
    }
    .case-studies-page article {
        margin-left: 10%;
    }
    .case-studies-page h1 {
        margin-left: 2%;
    }
    #footer-logo img {
        margin-left: 10%;
    }
    .widget_wysija input {
        margin-left: 15%;
    }
    .social {
        margin-left: 15%;
        margin-top: 100px;
    }
    .learn-more {
        height: 210px;
        background: url(images/learn-more.png) left 0 no-repeat;
        margin-bottom: 20px;
        background-size: 400%;
    }
    .learn-more h3 {
        margin-left: 10px;
    }
    .gform_fields li input {
        margin-bottom: 20px;
    }
    .gform_fields li {
        /*margin-bottom: 20px;*/
        /*max-width: 20px;*/
    }
    .gfield textarea {
        min-width: 200px;
    }
    .gfield input {
        margin-top: 20px;
        min-width: 200px;
    }
    #contact-row {
        margin-top: -200px;
    }
    .blog-posts article {
        margin-left: 20%;
    }
    .newsletter input.wysija-submit.wysija-submit-field {
        float: left;
        margin-top: 10px;
    }
    .case-studies .case_study,
    .blog-posts .post {
        margin-left: 3% !important;
    }
    #contact-row #field_2_3 {
        margin-top: 0 !important;
    }
    .social {
        /* margin-top: 400px; */
    }
    #contact-row .gform_footer input[type=submit] {
        margin-left: 0;
    }
    #contact-row #field_2_7 {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    #contact-row #field_2_5 {
        margin-top: 0px;
    }
}
/* Smartphones (landscape) ----------- */

@media only screen and (max-width: 321px) {
    /* Styles */

    .gform_wrapper .top_label li.gfield.gf_right_half {
        float: none !important;
        clear: none !important;
    }
    .ginput_container input,
    .ginput_container textarea {
        margin-bottom: 10px !important;
        margin-top: 0 !important;
    }
    #gform_1 {
        float: none !important;
    }
}
/* Smartphones (portrait) ----------- */

@media only screen and (max-width: 480px) {
    /* Styles */

    .gform_wrapper .top_label li.gfield.gf_right_half {
        float: none !important;
        clear: none !important;
    }
    .ginput_container input,
    .ginput_container textarea {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }
    #gform_submit_button_1 {
        float: none;
        /*margin-left: 0 !important;*/
    }
    #gform_1 {
        float: none !important;
    }
}
/* iPads (portrait and landscape) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Styles */

    #logo {
        margin-left: 100px;
    }
    #navigation {
        margin-right: 0px;
    }
    #topsearchform {
        margin-right: 200px;
    }
    #navigation {
        float: left;
    }
    .case-studies article {
        margin-left: 10%;
    }
    .recent-blog-posts article {
        margin-left: 10%;
    }
    .case-studies-page article {
        margin-left: 10%;
    }
    .case-studies-page h1 {
        margin-left: 2%;
    }
    #footer-logo img {
        margin-left: 10%;
    }
    .widget_wysija input {
        margin-left: 15%;
    }
    /*    .social {
margin-left: 15%;
margin-top: 100px;
}*/

    .learn-more {
        height: 210px;
        background: url(images/learn-more.png) left 0 no-repeat;
        margin-bottom: 20px;
        background-size: 400%;
    }
    .learn-more h3 {
        margin-left: 10px;
    }
    #gform_submit_button_1 {
        margin-right: 40px;
    }
    /*    #contact-row {
margin-top: -200px;
}*/

    .blog-posts article {
        margin-left: 20%;
    }
}
/* iPads (landscape) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* Styles */
}
/* iPads (portrait) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    /* Styles */
}
/* Desktops and laptops ----------- */

@media only screen and (min-width: 1224px) {
    /* Styles */
}
/* Large screens ----------- */

@media only screen and (min-width: 1824px) {
    /* Styles */
}
/* iPhone 4 ----------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /* Styles */
}
/**/

@media (max-width: 768px) {
    #outerslider {
        display: none!important;
    }
    .gform_body ul {
        margin: 0px;
    }
    .gform_wrapper .top_label li.gfield.gf_right_half {
        width: 100%!important;
    }
    .read-more a {
        background: #0D72B8;
        padding: 10px;
        color: #fff;
        border-radius: 3px;
    }
    .subscribe.columns,
    .contact-us-form-footer {
        width: 100%;
    }
}
#contact-row #field_2_7 {
    margin: 0px!important;
    display: block!important;
}
#contact-row #field_2_5 {
    margin: 0px!important;
}
.gform_footer {
    height: 25px
}
.gform_widget .large {
    width: 100% !important;
}
#outermain {
    background-color: #cddcf1;
}
::-moz-selection {
    background: #0091ff;
    color: #fff;
}
::selection {
    background: #0091ff;
    color: #fff;
}
.sf-menu > li:before {
    content: none;
}
.sf-menu > li.hassub:before {
    content: "";
}
.sf-menu > li.hassub:hover a {
    background: none;
}
.sf-menu li.hassub a {
    background: none;
}
.sf-menu a:hover,
#topnav li:hover > a,
#topnav .current_page_item > a,
#topnav .current_page_item > a:hover,
#topnav .current_page_parent > a,
#topnav .current_page_parent > a:hover,
#topnav .current-menu-parent > a,
#topnav .current-menu-parent > a:hover,
#topnav .current-menu-item > a,
#topnav .current-menu-item > a:hover {
    color: #0072ba;
}
.sf-menu a {
    font-size: 16px;
}
/*! #######################################################################
MeanMenu 2.0.7
--------
To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)
####################################################################### */
/* hide the link until viewport size is reached */

a.meanmenu-reveal {
    display: none;
}
/* when under viewport size, .mean-container is added to body */

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #0c1923;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999;
}
.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
}
.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
    margin-top: 44px;
}
.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}
.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, 0.9);
}
.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}
.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}
/* Fix for box sizing on Foundation Framework etc. */

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.mean-remove {
    display: none !important;
}
/* end menu */

.tinynav {
    display: none!important;
}
.mean-nav .sf-menu a {
    line-height: inherit;
    line-height: initial;
    background: none;
}
.mean-nav .sf-menu > li,
.mean-nav .sf-menu li.hassub a {
    background: none!important;
}
.mean-nav .sf-menu > li:before {
    content: none;
}
.mean-nav .sf-menu > li.hassub:hover a {
    padding: 1em 5%;
    margin: 0;
    z-index: initial;
}
.mean-container .mean-bar {
    background: #0072ba;
}
.mean-container .mean-nav {
    background: #0072ba;
}
.mean-nav .sf-menu li:hover a,
.mean-nav li a {
    color: #fff!important;
}
.mean-nav .menu-item-language {
    display: none;
}
.languagesLink {
    display: none!important;
}
.mean-nav .languagesLink {
    display: inline-block!important;
}
.mean-nav .sf-menu ul {
    position: relative;
    top: initial;
    width: 100%!important;
}
.mean-nav .sf-menu li:hover ul,
.mean-nav .sf-menu li.sfHover ul {
    position: relative;
    z-index: initial;
    top: initial;
    left: initial;
    margin-top: 0;
    padding: initial width: 100%;
    border-width: none. border-style: none;
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none. -webkit-box-shadow: none;
    box-shadow: none;
    white-space: initial;
}
.mean-container .mean-nav ul li li a {
    width: 80%!important;
    padding: 1em 10%!important;
}
.mean-container .mean-nav ul li a:hover {
    background: rgba(255, 255, 255, 0.1)!important;
}
@media screen and (max-width: 767px) {
    #logo {
        float: left;
        width: 100%;
        text-align: center;
        margin: 0px;
        padding: 20px 0;
    }
}
body .blog-page {
    background-color: #cddcf1!important;
}
.widget-title {
    text-transform: none;
}
@media (min-width: 768px) {
    .case-studies-page article,
    .blog-posts .post {
        position: relative;
    }
    .case-studies-page article .read-more,
    .blog-posts .post .read-more {
        float: right;
        position: absolute;
        bottom: 5px;
        right: 0;
    }
}
.synved-social-container {
    visibility: hidden;
}
.breadcrumb {
    color: #0072ba;
}
#mc-embedded-subscribe .button {
    background-color: none;
    color: #0072ba;
}
.button,
.button:visited,
a.button,
a.button:visited,
#respond input#submit,
#maincontent input[type="submit"],
#maincontent input[type="reset"],
#maincontent button,
body.interfeis .button,
body.interfeis .button:visited,
body.interfeis a.button,
body.interfeis a.button:visited,
body.interfeis #respond input#submit,
body.interfeis #maincontent input[type="submit"],
body.interfeis #maincontent input[type="reset"],
body.interfeis #maincontent button {
    background-color: none;
    color: #0072ba;
    text-decoration: underline;
}
body.home #sidebar {
    padding-top: 70px!important;
}
body.page-template-template-blog #sidebar {
    padding-top: 20px!important;
}
#aftertheheader .pagetitle {
    color: #0072ba;
    margin-left: -3px;
    background-image: url('../bossard/images/glyphs/glyph-down-arrow.png');
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left: 50px;
    display: block;
}
.shareTitle {
    color: #0072ba;
    /*margin-left: -3px;*/
    background-image: url('../bossard/images/glyphs/glyph-down-arrow.png');
    background-repeat: no-repeat;
    /*background-position: left 10px;*/
    background-position: right 10px;
    padding-right: 50px;
    /*padding-left: 50px;*/
    display: block;
    height: 70px;
    /*float: right;*/
    text-align:right;
    font-size: 40px;
    clear: both;
    font-family: 'DINOT-Bold', Arial, Helvetica, sans-serif;
    line-height: normal;
}
.synved-social-container {
    float: right;
    clear: both;
}
.blog-posts-page h1 {
    display: none;
}
body.page-template-template-blog #outerafterheader {
    display: block!important;
}
.contact-us-form-footer {
    float: left;
}
.subscribe.columns {
    padding-left: 30px!important;
}
.subscribe.columns h1 {
    margin-left: 35px!important;
}
#field_1_25,
#field_7_16 {
    width: 341px;
}
@media screen and (max-width: 767px) {
    .subscribe.columns h1 {
        margin-left: 0px!important;
    }
    .learn-more {
        background-size: cover;
        height: initial!important;
    }
    #aftertheheader .pagetitle {
        padding-left: 50px!important;
        min-height: 50px;
    }
    #attachment_2142 {
        width: 100%!important;
    }
    #attachment_2142 img {
        margin: 0px!important;
    }
    .case-studies-page article,
    .blog-posts .post {
        height: 100%;
        padding-bottom: 20px;
    }
    #contact-row {
        text-align: center;
    }
    .subscribe.columns {
        padding-left: 0px!important;
        margin-top: 40px;
    }
    .subscribe.columns .social {
        margin-left: 15%;
        margin-top: 40px;
        margin-left: 0px;
        padding-right: 0px;
    }
    .social a:last-child img {
        padding-right: 0px;
    }
    .recent-blog-posts-title,
    .recent-blog-posts-excerpt,
    .blog-posts-title,
    .blog-posts-excerpt {
        min-height: initial!important;
    }
}
.case-studies-page article h2,
.blog-posts-page article h2 {
    min-height: 32px;
}
body.interfeis #maincontent input[type="submit"] {
    text-decoration: none !important;
}
#field_1_25 .gfield_label,
#field_7_16 .gfield_label {
    font-weight: normal;
}
#field_7_16 .gfield_label {
    float: right;
    width: 95%;
    overflow: hidden;
}
.gchoice_1_25_1 input,
#input_1_25,
#field_1_25 .ginput_container_checkbox {
    margin-top: 0px!important;
}
#gform_submit_button_7 {
    font-size: 20px;
    color: #0072ba;
    border-bottom: 1px solid #0072ba !important;
    margin-top: -14px;
    font-family: 'DINOT-Medium', Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 500px) {
    .learn-more h3 {
        margin-left: 10px;
        font-size: 15px;
    }
    #outerfooter {
        height: 100%;
    }
}
@media screen and (max-width: 479px) {} #sidebar li li {
    margin-bottom: 5px!important;
}
#mc_embed_signup form {
    padding: 10px 0 0!important;
}
body.interfeis #maincontent input[type="submit"] {
    margin-bottom: 0px!important;
}
.frameimg img {
    width: 98%!important;
}
body {
    overflow-x: hidden;
}
#aftertheheader .pagetitle {
    text-shadow: none;
}
#topsearchform input[type="text"] {
    width: 300px;
}
h4.widget-title {
    margin-bottom: 0;
    font-family: 'DINOT-Regular', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DINOT-Regular', sans-serif;
}
body,
p {
    font-family: Arial, Helvetica, sans-serif;
}
.gform_wrapper .gform_footer {
    text-align: left;
}
.sf-menu a {
    padding: 0px 10px 0px 18px;
}
.recent-blog-posts-title,
.recent-blog-posts-excerpt,
.blog-posts-title,
.blog-posts-excerpt {
    min-height: 34px;
}
.blog-posts .post {
    height: 220px;
    min-height: 220px;
    max-height: 220px;
    width: 47%;
    margin-right: 3%;
    margin-bottom: 3%;
}
#sidebar.positionright .widget-area {
    width: 78%;
}
.case-studies-page article {
    width: 22%;
    margin-right: 1.5%;
    margin-left: 1.5%!important;
}
#content .wp-caption {
    max-width: 100%;
    width: auto!important;
    height: auto!important;
    padding: 10px 10px 5px;
    background: #0072ba;
}

#content .wp-caption img {
    margin: 0px;
    width: 100%;
}

#content .wp-caption p.wp-caption-text{
    color:#fff;
}

#content iframe {
    max-width: 100%;
}
section.blog-posts-page {
    margin-left: 0px!important;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .blog-posts .post {
        margin-left: 0px!important;
    }
    .case-studies-page article,
    .blog-posts .post {
        margin-left: 0%;
    }
}
@media screen and (max-width: 767px) {
    .blog-posts .post {
        margin-left: 0px!important;
        width: 100%;
        margin-right: 0px;
        max-height: none;
        height: inherit;
    }
    .case-studies-page article,
    .blog-posts .post {
        margin-right: 0px;
        width: 100%;
    }
    .case-studies-page article img {
        width: 100%;
    }
    .blog-posts article {
        margin-left: 0px;
    }
    .case-studies-page .see-all-posts {
        width: 100%;
        text-align: center;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 20px;
        padding-top: 5px;
    }
    .see-all-posts h3 {
        margin-bottom: 0px;
        display: inline-block;
    }
    .see-all-posts {
        width: 100%;
        padding-right: 0px;
    }
    .see-all-posts {
        display: block;
        width: 100%;
        text-align: center;
    }
    .gform_wrapper form {
        width: 100%;
        float: left!important;
        padding: 0 15px;
    }
    .gform_wrapper .if_selector,
    .gform_wrapper input,
    .gform_wrapper textarea {
        width: 100%!important;
    }
    .gform_wrapper .top_label li.gfield.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_right_half {
        width: 100%!important;
    }
    body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
    body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
    body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
    body .gform_wrapper .gform_body .gform_fields .gfield select,
    body .gform_wrapper .gform_body .gform_fields .gfield textarea {
        min-width: initial!important;
    }
    .gfield_radio li input {
        width: initial!important;
        max-width: initial!important;
        min-width: initial!important;
        margin-right: 15px;
    }
    .edit-link {
        padding-top: 40px;
        display: block;
        text-align: center;
    }
    body #aftertheheader .pagetitle {
        margin-left: 2%!important;
        line-height: 50px!important;
    }
    .gform_wrapper .gform_footer {
        width: 100%;
        text-align: center;
    }
    .gform_wrapper .gform_button {
        width: initial!important;
        display: inline-block;
        margin: 0px!important;
    }
    #content .wp-caption {
        max-width: 100%;
        padding: 10px!important;
    }

    .entry-utility a.more-link {
        float: left;
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 20px;
    }

}
@media screen and (max-width: 478px) {
    .learn-more h1 {
        margin-left: 2%;
    }
    .gform_wrapper * {
        width: 100%!important;
    }
}
@media (min-width: 480px) {
    .if_selector.medium.gfield_select {
        min-width: 280px !important;
    }
}
/* Removed these for mobile scaling*/
/*
.if_selector {
max-width: 164px;
}
.gform_body {
margin-left: 60px;
}
*/
/*
@media screen and (max-width: 478px) {
#gform_1, #gform_1 .gform_body, #gform_1 .gform_body *, #gform_1 #gform_submit_button_1 {
margin-left: 0;
max-width: 100% !important;
}
}
*/

@media (min-width: 768px) {
    .recent-blog-posts {
        padding-left: 15px!important;
    }
    .learn-more{
        padding:0 15px;
    }
}

.post {
    margin-bottom: 24px;
    padding-bottom: 8px;
}

body.archive hr{
    display:none;
}

#topsearchform input#searchsubmit{
    right:0;
}

.wp-pagenavi a, .wp-pagenavi a:visited, .woocommerce-pagination a, .woocommerce-pagination a:visited {
    background: none;
    border: none!important;
    font-size: 24px;
}

.wp-pagenavi span.current, .woocommerce-pagination span.current {
    font-size: 24px;
    background: none;
    border: none!important;
    color: #0072ba;
}

.wp-pagenavi a:hover, .woocommerce-pagination a:hover {
    background: none!important;
    border: none!important;
    color: #0072ba!important;
    font-size: 24px!important;
}

.wp-pagenavi a, .wp-pagenavi a:visited, .wp-pagenavi a:hover, .wp-pagenavi span.current, .woocommerce-pagination a, .woocommerce-pagination a:visited, .woocommerce-pagination a:hover, .woocommerce-pagination span.current{
    transition: all 0.2s ease-out!important;
    -webkit-transition: all 0.2s ease-out!important;
}

.case-studies-page .see-all-posts {
    margin-right: 20px;
    padding: 0 0 15px;
}

span.extended{
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

h4.widget-title{
    margin-left:-1px;
}

.see-all-posts{
    margin-right:0px!important;
}

/* hide slidshow arrows at client's request */
.flex-next, .flex-prev { display: none!important; }

body.fr #jp-relatedposts { display: none!important; }

.flex-control-nav { display: none!important;}
