/*  
* Theme: Greenship - Ecourier Template
* Author: Endy Code
* Version: 1.0
*/
.section-primary{
    background: #eb0028;
}
.cbp_track,
.cbp_track > li {
    position: relative;
}
.button,
.button-outline {
    vertical-align: middle;
    zoom: 1;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}
.button,
.button-clear,
.button-outline {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}
.button,
.button-clear,
.button-outline,
.cbp_track > li .cbp_tmicon,
.navbar.normal {
    -webkit-font-smoothing: antialiased;
}
#blogpost h6 a,
.button-clear,
.button-clear:hover,
.button-outline:hover,
.button:hover,
.call-to-action-below-alt a:hover,
.cbp_track > li .cbp_tmlabel h2 a:hover {
    text-decoration: none;
}
body {
    font-family: LatoLatinWeb, sans-serif;
}
.cbp_track {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cbp_track:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #eb0028;
    left: 20%;
    margin-left: -6px;
}
.cbp_track > li:first-child .cbp_tmtime span.large {
    color: #444;
    font-size: 17px !important;
    font-weight: 700;
}
.cbp_track > li:first-child .cbp_tmicon {
    color: #fff;
}
.cbp_track > li:nth-child(odd) .cbp_tmtime span:last-child {
    color: #444;
    font-size: 13px;
}
.cbp_track > li:nth-child(odd) .cbp_tmlabel {
    background: #f0f1f3;
}
.cbp_track > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #f0f1f3;
}
.cbp_track > li .empty span {
    color: #777;
}
.cbp_track > li .cbp_tmtime {
    display: block;
    width: 23%;
    padding-right: 70px;
    position: absolute;
}
.cbp_track > li .cbp_tmtime span {
    display: block;
    text-align: right;
}
.cbp_track > li .cbp_tmtime span:first-child {
    font-size: 15px;
    color: #3d4c5a;
    font-weight: 700;
}
.cbp_track > li .cbp_tmtime span:last-child {
    font-size: 14px;
    color: #444;
}
.cbp_track > li .cbp_tmlabel {
    margin: 0 0 15px 25%;
    background: #f0f1f3;
    padding: 1.2em;
    position: relative;
    border-radius: 5px;
}
.cbp_track > li .cbp_tmlabel:after {
    right: 100%;
    border: 10px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f0f1f3;
    top: 10px;
}
.cbp_track > li .cbp_tmlabel blockquote {
    font-size: 16px;
}
.cbp_track > li .cbp_tmlabel .map-checkin {
    border: 5px solid rgba(235, 235, 235, 0.2);
    -moz-box-shadow: 0 0 0 1px #ebebeb;
    -webkit-box-shadow: 0 0 0 1px #ebebeb;
    box-shadow: 0 0 0 1px #ebebeb;
    background: #fff !important;
}
.cbp_track > li .cbp_tmlabel h2 {
    margin: 0;
    padding: 0 0 10px;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
}
.cbp_track > li .cbp_tmlabel h2 a,
.cbp_track > li .cbp_tmlabel h2 span {
    font-size: 15px;
}
.cbp_track > li .cbp_tmlabel p {
    color: #444;
}
.cbp_track > li .cbp_tmicon {
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    position: absolute;
    color: #fff;
    background: #f5f5f6;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #eb0028;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -25px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
    .cbp_track > li .cbp_tmtime {
        padding-right: 60px;
    }
}
@media screen and (max-width: 65.375em) {
    .cbp_track > li .cbp_tmtime span:last-child {
        font-size: 12px;
    }
}
@media screen and (max-width: 47.2em) {
    .cbp_track:before,
    .cbp_track > li .cbp_tmicon {
        left: 5%;
    }
    .cbp_track > li .cbp_tmlabel {
        margin: 0 0 15px 15%;
    }
    .cbp_track > li .cbp_tmtime {
        display: none;
    }
}
:focus,
a:focus,
button:focus {
    outline: 0;
}
.button {
    padding: 20px 40px;
    font-weight: 700;
    font-size: 17px;
    color: #fff !important;
    border: 0;
    background-color: #eb0028;
    transition: 0.2s linear;
}
.button:hover {
    background-color: #eb0028;
}
.button:hover .arw,
.call-to-action-button a:hover .arw {
    position: relative;
    left: 1px;
}
.button:active {
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.29);
}
.button.button-small {
    padding: 10px 33px;
    border: 1px solid #68a2ee;
    font-size: 14px;
    font-weight: 500;
}
.button.outline {
    border: 3px solid #fff;
}
.blue-band .button.outline {
    background: #274f95;
}
.blue-band.separator {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.button.outline:hover {
    border-color: #eb0028;
}
.blue-band .button.outline:hover {
    border-color: #2d5cae;
    background: #2d5cae;
}
.button.transparent {
    background: 0 0;
}
.button.transparent:hover {
    background: #36c;
}
.button-outline {
    color: #fff;
    padding: 18px 40px;
    border: 2px solid #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.15);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: 0.2s linear;
}
.call-to-action-below-alt a,
.nav a {
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}
.ent-cta .button-outline {
    border: 3px solid #10577b !important;
}
.button-outline:hover {
    color: #ddd;
    border-color: #ddd;
}
.button-clear {
    border: 0;
    outline: 0;
    padding: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
    -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
    -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
    background: #adb2bb;
    background: -webkit-linear-gradient(#ccd0d6, #adb2bb);
    background: -moz-linear-gradient(#ccd0d6, #adb2bb);
    background: -ms-linear-gradient(#ccd0d6, #adb2bb);
    background: -o-linear-gradient(#ccd0d6, #adb2bb);
    background: linear-gradient(#ccd0d6, #adb2bb);
}
.button-clear span {
    display: block;
    font-size: 14px;
    padding-left: 23px;
    padding-right: 23px;
    height: 36px;
    line-height: 33px;
    border-radius: 4px;
    font-weight: 700;
    color: #444;
    text-shadow: 0 1px 0 #fff;
    background: #eff1f4;
    background: -webkit-linear-gradient(#f7f8fa, #eff1f4);
    background: -moz-linear-gradient(#f7f8fa, #eff1f4);
    background: -ms-linear-gradient(#f7f8fa, #eff1f4);
    background: -o-linear-gradient(#f7f8fa, #eff1f4);
    background: linear-gradient(#f7f8fa, #eff1f4);
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -ms-box-shadow: inset 0 1px 0 #fff;
    -o-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}
img,
img.aligncenter {
    max-width: 100%;
    height: auto;
}
.button-clear.active,
.button-clear:active {
    background: #b5bac2;
    background: -webkit-linear-gradient(#b5bac2, #b5bac2);
    background: -moz-linear-gradient(#b5bac2, #b5bac2);
    background: -ms-linear-gradient(#b5bac2, #b5bac2);
    background: -o-linear-gradient(#b5bac2, #b5bac2);
    background: linear-gradient(#b5bac2, #b5bac2);
}
.button-clear.active span,
.button-clear:active span {
    color: #444;
    background: #eff1f4;
    background: -webkit-linear-gradient(#e6e8eb, #eff1f4);
    background: -moz-linear-gradient(#e6e8eb, #eff1f4);
    background: -ms-linear-gradient(#e6e8eb, #eff1f4);
    background: -o-linear-gradient(#e6e8eb, #eff1f4);
    background: linear-gradient(#e6e8eb, #eff1f4);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}
.partner-logo--grid {
    margin-left: -15px;
    margin-right: -15px;
}
.partner-logo-circle {
    min-width: 20%;
    padding: 20px;
    text-align: center;
    width: 20%;
}
.partner-logo-circle img {
    width: 100px;
}
img.aligncenter {
    text-align: center;
    margin: 0 auto;
    display: block;
}
img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.megamenu .mega-container > li > ul,
.megamenu ul {
    margin: 0;
    padding: 0;
}
input[type="email"].form-control,
input[type="password"].form-control,
input[type="text"].form-control {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    height: 39px;
}
input[type="email"].form-control::-webkit-input-placeholder,
input[type="password"].form-control::-webkit-input-placeholder,
input[type="text"].form-control::-webkit-input-placeholder {
    color: #b1b1b1;
    font-weight: 400;
    font-size: 14px;
}
input[type="email"].form-control:-moz-placeholder,
input[type="password"].form-control:-moz-placeholder,
input[type="text"].form-control:-moz-placeholder {
    color: #b1b1b1;
    font-weight: 400;
    font-size: 14px;
}
input[type="email"].form-control::-moz-placeholder,
input[type="password"].form-control::-moz-placeholder,
input[type="text"].form-control::-moz-placeholder {
    color: #b1b1b1;
    font-weight: 400;
    font-size: 14px;
}
input[type="email"].form-control:-ms-input-placeholder,
input[type="password"].form-control:-ms-input-placeholder,
input[type="text"].form-control:-ms-input-placeholder {
    color: #b1b1b1;
    font-weight: 400;
    font-size: 14px;
}
.e-nav,
.navbar.normal .navbar-collapse .navbar-nav > li > a,
.sidebar .widget .current-cat a {
    font-weight: 700;
}
input[type="email"].form-control:focus,
input[type="password"].form-control:focus,
input[type="text"].form-control:focus,
textarea.form-control:focus {
    border-color: #98d2ff;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px rgba(166, 205, 236, 0.6);
}
textarea.form-control {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
textarea.form-control::-webkit-input-placeholder {
    color: #b1b1b1;
    font-weight: 400;
    font-size: 14px;
}
textarea.form-control:-moz-placeholder {
    color: #b1b1b1;
    font-weight: 400;
    font-size: 14px;
}
textarea.form-control::-moz-placeholder {
    color: #b1b1b1;
    font-weight: 400;
    font-size: 14px;
}
textarea.form-control:-ms-input-placeholder {
    color: #b1b1b1;
    font-weight: 400;
    font-size: 14px;
}
.e-nav,
.e-nav .email-top,
.sidebar .widget a {
    color: #555;
}
a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}
.wide-container {
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1200px) {
    .container {
        width: 1080px;
    }
}
a {
    color: #0c4c71;
}
.clear {
    clear: both;
}
.navbar.normal {
    background: #fff;
    z-index: 10;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}
.navbar.normal .container {
    width: 100%;
    background: #fff;
}
.navbar-header .header-cta,
.navbar-header .mobile-cta {
    display: none;
}
.hide-nav .navbar-header .header-cta {
    display: inline-block;
    position: absolute;
    right: 10px;
    padding: 10px 30px;
    top: 30px;
}
.sticky-nav-container {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .site-header {
        position: sticky;
        top: 0;
        z-index: 9999;
    }
    .navbar.normal .navbar-header .navbar-brand {
        margin: 20px 0 10px;
        width: 125px;
        height: auto;
    }
}
@media screen and (max-width: 479px) {
    .navbar.normal .navbar-header .navbar-brand {
        margin: 20px 0 10px -10px;
    }
    .intg-btn-wrap {
        text-align: center;
    }
}
.nav a {
    transition: 0.2s linear;
}
.e-nav {
    height: 75px;
    background: #f6f6f6;
    font-size: 14px;
    line-height: 75px;
    border-bottom: 1px solid #ccc;
}
.e-nav .container {
    background: 0 0 !important;
    max-width: 1080px;
    width: 100%;
    padding: 0;
}
.e-nav .phone-top {
    padding: 4px 0 4px 26px;
}
.e-nav .divider {
    display: inline-block;
    width: 1px;
    position: relative;
    top: 6px;
    height: 22px;
    background: #ccc;
    margin: 0 12px;
}
.sticky-nav-btns {
    height: 100%;
    margin: 20px 0 auto auto;
}
.e-nav .btns,
.sticky-nav-btns .btns {
    text-align: right;
}
.e-nav .button,
.sticky-nav-btns .button {
    font-size: 14px;
    line-height: 15px;
    padding: 10px 22px;
    margin-left: 10px;
    border: 1px solid #eb0028;
}
#mobile-btns .button.white,
.e-nav .white,
.sticky-nav-btns .white {
    background: #fff;
    color: #eb0028 !important;
}
.menu-large.open a,
.navbar-toggle,
.navbar-toggle:hover {
    background: 0 0 !important;
}
.navbar.normal.mega {
    height: 82px !important;
    max-height: 82px !important;
}
.mega .container {
    width: 100% !important;
    padding: 0 20px 0 10px !important;
}
@media screen and (max-width: 768px) {
    .mega .container {
        padding: 0 30px !important;
    }
}
.mega .container,
.megamenu .mega-container {
    max-width: 1080px !important;
    margin: 0 auto;
}
.navbar-collapse {
    border-top: none !important;
}
@media screen and (min-width: 767px) {
    .navbar-default .navbar-nav > .dropdown > a .arrow.down {
        border: solid #000;
        border-width: 0 1.5px 1.5px 0;
        display: inline-block;
        padding: 3px;
        position: relative;
        top: -3px;
        left: 9px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
}
.menu-large {
    position: static !important;
}
.megamenu a {
    font-size: 16px;
    color: #666;
}
.megamenu strong {
    font-weight: 400;
    font-style: normal;
}
.megamenu strong a {
    color: #333;
}
.megamenu .mega-container > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    white-space: normal;
}
.megamenu ul {
    list-style: none;
}
.featured.cm_hub,
.megamenu {
    margin-left: 0;
    margin-right: 0;
}
@media screen and (min-width: 768px) {
    .navbar.normal .container {
        max-height: 82px;
    }
    li.dropdown:hover > .dropdown-menu {
        display: block;
    }
    .menu-large.open,
    li.dropdown:hover {
        border-bottom: 4px solid #eb0028;
    }
    .navbar.normal .navbar-collapse .navbar-nav > li {
        display: block;
        padding: 0 15px;
    }
    .navbar.normal .navbar-collapse .navbar-nav > li > a {
        padding: 8px;
        margin: 24px 6px 23px;
        line-height: 1;
        color: #000;
        font-size: 16px;
    }
    .megamenu {
        padding: 20px !important;
        width: 100%;
        box-shadow: none;
        border-top: 1px solid #ccc;
        border-right: none;
        border-bottom: 1px solid #cccc;
        border-left: none;
    }
    .megamenu a {
        font-size: 13px;
        color: #666;
    }
    .megamenu strong {
        font-size: 16px;
        color: #333;
        font-weight: 700;
    }
    .column4 {
        border-left: 1px solid #ccc;
        padding-left: 20px !important;
        margin-left: -20px !important;
    }
    .column4 a strong {
        font-size: 13px !important;
        color: #777;
    }
    .megamenu .mega-container > li > ul {
        padding: 0;
        margin: 0;
    }
    .megamenu .mega-container > li > ul > li {
        list-style: none;
    }
    .megamenu .mega-container > li > ul > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.428571429;
        color: #666 !important;
        white-space: normal;
    }
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #00a7e8;
}
.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
}
.mega .start-trial.no-desktop {
    border-bottom: none !important;
}
.mega .demo a {
    border-bottom: 1px solid #c3c3c3;
    color: #eb0028 !important;
}
.mega .sign-in a,
.mega .start-trial a {
    line-height: 15px;
    padding: 13px !important;
    border: 1px solid #eb0028 !important;
    font-size: 15px !important;
    text-align: center;
}
.mega .start-trial a {
    margin: 15px;
    color: #fff !important;
    background: #eb0028 !important;
}
.mega .sign-in a {
    margin: 10px 15px;
    background: #fff !important;
    color: #eb0028 !important;
}
@media screen and (min-width: 769px) {
    .no-desktop {
        display: none !important;
    }
}
.navbar-toggle {
    border: none;
}
.navbar-toggle .icon-bar {
    width: 22px;
    transition: 0.2s;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .bottom-bar,
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar.normal .navbar-header .navbar-toggle {
    margin-top: 30px;
    background: #fff;
    border: none !important;
    border-radius: 0;
    margin-right: 0;
}
.footer-blue {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #274f96;
    color: #fff;
    text-align: center;
}
#posts.hub,
.hero-green {
    padding-bottom: 60px;
}
.contact-header {
    font-size: 18px;
    font-family: LatoLatinWeb;
    margin-bottom: 40px;
    margin-top: 20px;
}
.call-to-action-below,
.call-to-action-below-alt {
    font-weight: 200;
    font-size: 24px;
}
.call-to-action-below a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 16px 30px;
    margin-left: 20px;
    border: 2px solid #fff;
    border-radius: 0;
}
.call-to-action-below-alt h5 {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
    font-weight: 700;
    color: #fff !important;
}
.call-to-action-below-alt a {
    display: block;
    padding: 20px;
    color: #fff;
    transition: 0.2s linear;
}
.call-to-action-below-alt a:hover {
    background: #36c;
}
.call-to-action-below-alt .img-frame {
    width: 135px;
    height: 80px;
    margin: 0 auto 24px;
    vertical-align: center;
}
.call-to-action-below-alt img {
    vertical-align: center;
    max-height: 100%;
}
.call-to-action-email img {
    margin-top: 10px;
}
.call-to-action-below-alt p {
    color: #fff;
    display: block;
    margin-bottom: 0;
}
.call-to-action-below-alt span {
    font-size: 18px;
    font-weight: 400;
}
.hero-green {
    background: #eb0028;
    color: #fff;
    padding-top: 60px;
}
.call-to-action-below .call-to-action-button {
    text-align: center;
    margin: 40px 0 0;
}
.call-to-action-below .call-to-action-button a {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    margin: 20px 0 40px;
    padding: 20px 40px;
    border: 2px solid #fff;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.call-to-action-below .call-to-action-button a:hover {
    background: #eb0028 !important;
    border-color: #eb0028 !important;
    text-decoration: none !important;
}
.call-to-action-invite {
    font-size: 18px;
}
.call-to-action-invite h3 {
    margin: 0 0 12px;
}
.call-to-action-button p {
    margin: 28px 0 0;
    font-size: 11px;
}
@media screen and (max-width: 767px) {
    .navbar-default .navbar-nav > .dropdown > a .arrow.down {
        border: solid #000;
        border-width: 0 1.5px 1.5px 0;
        display: block;
        width: 10px;
        height: 10px;
        right: 10px;
        top: 24px;
        position: absolute;
        transform: rotate(-225deg);
        -webkit-transform: rotate(225deg);
    }
    .navbar-default .navbar-nav > .dropdown.open > a .arrow.down {
        top: 18px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .megamenu .col-sm-3 {
        padding: 0;
    }
    .navbar.normal .navbar-collapse .navbar-nav li a {
        border-top: 1px solid #c3c3c3;
    }
    .navbar.normal .navbar-collapse .navbar-nav ul li a {
        padding: 18px 18px 18px 48px;
        color: #666;
    }
    .navbar.normal .navbar-collapse .navbar-nav ul li a strong {
        margin-left: -30px;
        color: #333;
    }
    .navbar.normal .navbar-collapse .navbar-nav li > a {
        padding: 18px;
        line-height: 1;
        color: #000;
        font-size: 16px;
    }
    .call-to-action-below a {
        clear: both;
        display: block;
        max-width: 80%;
        margin: 0 auto !important;
    }
    .call-to-action-invite {
        text-align: center;
    }
    .call-to-action-button p {
        margin: 12px 0 0;
    }
}
.main .header,
.single .main-pic {
    text-align: center;
}
.header h3 {
    font-size: 36px;
    color: #555;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 7px;
}
.header p {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    margin-bottom: 0;
}
#blogpost,
#posts {
    margin-top: 30px;
    clear: both;
}
#posts.hub .header {
    text-align: center;
    margin-bottom: 40px;
}
.featured.cm_hub,
.featured.post,
.secondary .col-sm-4 .cm_hub,
.secondary .col-sm-6 .cm_hub,
.secondary .col-sm-6 .page,
.secondary .col-sm-6 .post,
.secondary .col-sm-6 .resources {
    margin-bottom: 24px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
#posts .featured,
.featured.cm_hub .col-sm-4 {
    padding-left: 0 !important;
}
.featured.cm_hub .col-sm-8 {
    padding-right: 0 !important;
}
#posts.press .post {
    margin-bottom: 45px;
}
#posts.press h2 {
    margin-top: 0;
}
.cm_hub .avatar,
.post .avatar {
    width: 56px;
    border-radius: 100px;
    float: left;
}
#blogpost .content {
    font-size: 18px;
    color: #777;
    line-height: 1.7;
    clear: both;
}
#posts .cm_hub p,
#posts .post p,
.search .page p,
.search .resources p {
    font-size: 16px;
    padding: 0 30px 30px;
    color: #777;
    line-height: 1.7;
    margin: 0;
}
.hub aside .button,
.sidebar.blog .search {
    margin-bottom: 20px;
}
#posts .secondary p {
    font-size: 14px;
    min-height: 150px;
}
#posts .post .pic,
#posts.cm_hub .pic {
    border: 0;
}
#posts .cm_hub .pic:hover img,
#posts .post .pic:hover img {
    opacity: 0.9;
}
.logo-fallback {
    max-width: 80%;
    margin: 20px 10%;
    text-align: center;
}
#posts .cm_hub .pic img,
#posts .post .pic img,
.logo-fallback {
    opacity: 1;
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
}
#posts .post .video .iframe-wrapper {
    position: relative;
    padding-bottom: 56%;
    height: 0;
}
#posts .post .video .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#blogpost .post .title {
    font-size: 42px;
    font-weight: 900;
    margin: 0 0 30px;
    line-height: 1.3;
}
.secondary .cm_hub .title,
.secondary .post .title,
.secondary .resources .page,
.secondary .resources .title {
    min-height: 80px;
}
@media (max-width: 768px) {
    .e-nav {
        display: none;
    }
    #posts .cm_hub .title,
    #posts .post .title {
        text-align: center;
        margin-bottom: 20px;
    }
}
#posts .cm_hub .title a,
#posts .post .title a {
    color: #274f96;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    transition: color 0.15s linear;
}
#posts .cm_hub .titla a:hover,
#posts .post .title a:hover {
    text-decoration: none;
    color: #428bca;
}
#blogpost .post .author,
.cm_hub .author {
    color: #666;
    font-size: 16px;
    padding-top: 4px;
    margin-left: 80px;
    position: relative;
    margin-bottom: 30px;
}
#blogpost .wp-post-image {
    margin-bottom: 60px;
    clear: both;
}
#blogpost h6 {
    padding: 20px;
    background-color: #eb002833;
    font-size: 16px;
    color: #333;
    border-left: 5px solid #eb0028;
    width: 100%;
    font-weight: 700;
    margin: 20px 0;
}
#blogpost h6 a {
    font-size: 16px;
    color: #333;
    padding-bottom: 1px;
    font-weight: 700;
    border-bottom: 1px solid #333;
}
#posts .cm_hub .intro,
#posts .post .intro {
    font-family: Source Sans Pro, Helvetica Neue, Arial;
    margin-top: 18px;
    font-size: 16px;
    line-height: 27px;
    color: #4d4d4d;
}
@media (min-width: 992px) {
    #posts .post .video {
        max-width: 635px;
    }
    #posts .post .intro {
        width: 90%;
    }
}
#posts .post .continue-reading {
    font-size: 15px;
    color: #274f96;
    display: inline-block;
    margin-top: 8px;
    -webkit-transition: color 0.25s linear;
    -moz-transition: color 0.25s linear;
    -ms-transition: color 0.25s linear;
    -o-transition: color 0.25s linear;
    transition: color 0.25s linear;
}
#blogpost .content h2 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    margin: 40px 0 24px;
}
.hub aside .button {
    display: block;
    padding: 12px 24px;
    text-align: center;
    font-size: 15px;
}
.rp4wp-related-posts ul {
    padding: 0;
    list-style: none;
    margin: 80px auto;
}
.rp4wp-related-posts li {
    display: inline-block;
    width: 30%;
    padding: 0 1.5%;
}
.rp4wp-related-posts img {
    width: 100%;
    margin-bottom: 20px !important;
}
.other-posts {
    margin: 30px 0 !important;
}
#posts .post h2.title {
    font-weight: 700;
    font-size: 23px !important;
    margin: 50px 30px 20px;
}
#posts .cm_hub h2.title {
    font-weight: 700;
    font-size: 16px !important;
    line-height: 1.4;
    max-width: 350px;
    margin: 20px 20px 0;
}
#posts .cm_hub h6 {
    padding: 0 20px 20px;
    font-size: 14px;
}
#posts .featured.cm_hub h6 {
    padding: 20px 0;
}
#posts .featured.cm_hub h2.title {
    font-size: 24px !important;
    margin: 30px 20px 20px 0;
}
#posts .featured.cm_hub p {
    padding: 0;
}
#posts h3.title {
    font-weight: 700;
    line-height: 1.3;
    font-size: 20px !important;
    margin: 40px 30px 3px;
}
#posts h2.title a,
#posts h3.title a {
    color: #333 !important;
}
#posts h4,
.single .sidebar.hub h4 {
    margin-top: 0;
    color: #419c38;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 16px;
}
#posts .sidebar h4,
.single .sidebar.hub h4 {
    font-size: 16px;
    margin-bottom: 8px;
}
.sidebar.blog {
    margin-top: 10px;
    padding-left: 60px;
}
@media (max-width: 991px) {
    #posts .cm_hub .pic img,
    #posts .post .pic img {
        margin: 0 auto;
    }
    #posts .pages {
        text-align: center;
    }
    .sidebar.blog {
        margin-top: 70px;
        text-align: center;
        padding-right: 60px;
    }
}
.sidebar.blog .search form {
    position: relative;
    left: 0;
}
.search input {
    width: 100%;
    background-size: 16px;
    border: 1px solid #d3d3d3;
    padding: 12px 32px 12px 18px;
    transition: 0.25s linear;
    color: #777;
    font-weight: 300;
    font-size: 15px;
}
.search input:placeholder {
    font-size: 15px;
}
.search input:focus {
    border-bottom-color: #888;
}
.sidebar.blog .custom-html-widget {
    border-top: 5px solid #eb0028;
    padding: 24px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #555;
}
.sidebar.blog .custom-html-widget h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 12px;
    color: #333;
}
.sidebar.blog .custom-html-widget p {
    margin-bottom: 16px;
}
.sidebar.blog .custom-html-widget .button {
    width: 100%;
    padding: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
@media screen and (max-width: 969px) {
    #floating-side {
        padding: 30px;
        margin-bottom: 36px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }
}
.sidebar.blog .share-icons,
.sidebar.hub .share-icons {
    list-style: none;
    padding: 0;
    text-align: center;
}
.sidebar.blog .share-icons li,
.sidebar.hub .share-icons li {
    display: inline-block;
    width: 40px;
    margin: 0 5px;
    text-align: center;
}
.sidebar.blog .share-icons li a,
.sidebar.hub .share-icons li a {
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: 1.66;
    border-radius: 50px;
    background: #a9a9a9;
}
.sidebar .widget {
    margin-bottom: 24px;
}
.sidebar .widget.widget_search {
    margin-bottom: 0 !important;
}
.sidebar.hub .widget.widget_search {
    margin-bottom: 30px !important;
}
.sidebar.hub #lct-widget-hub_cat,
.sidebar.hub #lct-widget-hub_topics {
    padding: 0;
    list-style: none;
    font-size: 16px;
}
#mobile-btns {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 10px;
    text-align: center;
    z-index: 10;
}
#mobile-btns .button {
    width: 160px;
    padding: 12px 0;
    border: 2px solid #eb0028;
}
#mobile-btns .button.half {
    max-width: 50%;
}
@media screen and (min-width: 991px) {
    #mobile-btns {
        display: none;
    }
}
.single #blogpost-wrapper .post {
    float: none;
    margin: 35px auto 50px;
}
.single #blogpost-wrapper .post .title {
    font-size: 36px;
    font-weight: 600;
    margin-top: 40px;
    color: #252525;
}
.single #blogpost-wrapper .post .author {
    color: #757575;
    font-weight: 300;
    margin-top: 4px;
    position: relative;
}
@media (max-width: 767px) {
    .partner-logo-circle {
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 0;
    }
    .partner-logo-circle img {
        width: 80%;
    }
    .sec-partner-network .layouts--header {
        margin-bottom: 30px;
        text-align: center;
    }
    #partnerNetworkLayout {
        text-align: center;
    }
    .mobile-phone {
        padding-left: 20px;
        border-top: 1px solid #c3c3c3;
    }
    .mobile-phone a {
        line-height: 1 !important;
        color: #eb0028 !important;
        font-weight: 700 !important;
        padding: 14px 0 16px 28px !important;
        border-top: none !important;
    }
    #posts .cm_hub .title,
    #posts .post .title {
        font-size: 23px;
    }
    .single #blogpost-wrapper .post .title {
        font-size: 26px;
        line-height: 28px;
    }
    .single #blogpost-wrapper .post .author {
        font-size: 12px;
        margin-top: 10px;
    }
}
.single #blogpost-wrapper .post .author .avatar {
    max-width: 56px;
    border-radius: 50px;
    position: absolute;
    left: -77px;
    top: -18px;
    border: 1px solid #e0e0e0;
}
.single #blogpost-wrapper .post .content {
    margin-top: 35px;
    font-size: 18px;
    line-height: 26px;
    color: #353535;
    margin-bottom: 25px;
}
.single #blogpost-wrapper .post .content p {
    margin-top: 28px;
}
.single #blogpost-wrapper .post .content blockquote {
    border-left: 2px solid #ce1836;
    color: rgba(51, 51, 51, 0.55);
    margin: 35px 0;
    padding: 5px 20px 5px 23px;
}
.single #blogpost-wrapper .post .content blockquote p {
    margin: 0;
    line-height: 30px;
    font-weight: 400;
}
.single #blogpost-wrapper .post .content blockquote .quote-author {
    margin-top: 14px;
}
.single #blogpost-wrapper .post .content img {
    margin: 0 auto;
}
.single #blogpost-wrapper .post .content .divider {
    border-bottom: 1px solid #dededc;
    width: 20%;
    margin: 35px auto;
}
.single #blogpost-wrapper .post .share {
    margin-top: 50px;
}
.single #blogpost-wrapper .post .other-posts {
    margin: 50px 0;
    min-height: 32px;
    color: #4a9ee3;
}
.single #blogpost-wrapper .other-posts .next,
.single #blogpost-wrapper .other-posts .prev {
    width: 48%;
}
.single #blogpost-wrapper .other-posts .prev {
    float: left;
    margin-right: 4%;
}
