
html,
body {
    height: 100%;
}

body {
    -ms-overflow-style: scrollbar;
    background: #fff;
    color: #000000;
    font-weight: 300;
}

input,
textarea {
    font-family: inherit !important;
}
#CP_FeaturedImg {
	background-image: url(http://cp7.cpasitesolutions.com/~cpasswb6/images/accounting.jpg);
}
#sidebar .recentposts a {
	color:#000;
	text-decoration:none;
}
#sidebar .recentposts a:hover {
	color:#3768d1;
	text-decoration:none;
}
#CP_Hero .entry-meta a {
	color:#fff;
	text-decoration:none;
}
#CP_Hero .entry-meta a:hover {
	color:#b0c3ff;
}
#sidebar .recentposts h4 {
	margin:0;
}
#sidebar .recentposts div {
    padding: 10px 0;
    margin: 0;
    border-bottom: 2px solid #FFF;
}

#sidebar ul.categories {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}
#sidebar ul.categories li {
	margin:0 5px 5px 0;
	flex:auto;
}
#sidebar ul.categories li a {
	border-radius:3px;
	background:#6e88ff;
	color:#fff;
	text-decoration:none;
    font-size: 12px;
    padding: 4px 8px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.lead {
    font-size: 1.3rem;
    /* font-weight: initial; */
}
#Toggle {
	-webkit-appearance: none;
    text-decoration:none;
	color:#000;
}
#CP_Contact .form-container {
    max-width: 600px;
}

#CP_StyleContainer {
    position: relative;
    min-height: 100%;
}

#CP_Sidebar {
    display: none;
}

/* #CP_StyleContainer {
     overflow: hidden;
 } */

.parallax,
.bg-image {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.parallax {
    background-attachment: fixed;
}

.form-control::-webkit-input-placeholder {
    color: #000;
}

.form-control::-moz-placeholder {
    color: #000;
}

.form-control:-ms-input-placeholder {
    color: #000;
}

.form-control::-ms-input-placeholder {
    color: #000;
}

.form-control::placeholder,
.form-control {
    color: #000;
}

.accordion-button {
    font-size: inherit;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #3768d1;
    box-shadow: none;
}

.accordion-button {
    padding: 1.25rem;
}

.accordion-button.collapsed {
    color: #000;
    background-color: #f5f5f5;
}

.accordion-item {
    margin: 1rem 0;
    border: 0;
    background-color: transparent;
}

#CP_Top a {
    color: #3768d1;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 20px;
    line-height: 20px;
	font-weight:400;
}

#CP_Top a:hover {
    color: #3768d1;
}

#CP_Top a .fa {
    color: #3768d1;
}
/* Header */
#CP_Header {
    background: #fff !important;
    width: 100%;
    z-index: 10;
}

#CP_Header .btn small {
    font-size: 12px;
    font-weight: 400;
}

#CP_Phone {
    font-size: 24px;
    line-height: 1.2;
    width: 280px;
}

#CP_Logo img {
    max-width: 280px;
    width: 100%;
}
#CP_Logo img.home {
    display:none;
}

hr.line {
    border-bottom: 3px solid #000;
    width: 100px;
    opacity: 1;
}

.text-shadow {
    text-shadow: 0 0 5px rgba(0, 0, 0, .75);
}

.btn,
.btn:focus,
.btn:active {
	-webkit-appearance: none;
    position: relative;
    text-decoration: none;
    outline: 0;
    border-radius: 0;
    border-color: transparent;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.modal-content {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .6);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .6);
    border: 0;
    border-radius: 0;
    overflow: hidden;
}

.modal-content .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-header {
    border-radius: 0;
}

.form-control,
.input-lg,
.input-group-lg,
.form-select {
    border-radius: 0;
}

.btn:focus,
.btn:hover:focus {
    outline: 0;
}

.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default,
.btn-default:focus,
.btn-default:active,
.btn-default:hover,
.btn-default:active:hover {
    color: #fff;
    background: #3768d1;
    border-color: #3768d1;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:active:hover {
    color: #fff;
    background: #181818;
    border-color: #181818;
}

/* Header */
#CP_SkipNav {
    opacity: 0;
    left: 50%;
    top: -34px;
    min-width: 220px;
    margin-left: -110px;
    position: absolute;
    z-index: 100;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    z-index: 10000;
}

#CP_SkipNav:focus {
    opacity: 1;
    position: absolute;
    top: 0;
}

#CP_TopBar {
    /* background-color: #00143c;
     */
    /* color: #fff;
     */
    position: relative;
    z-index: 1;
}

#CP_TopBar a {
    text-decoration: none;
    padding: 20px;
    line-height: 20px;
    color: #00143c;
    font-size: 22px;
}

#CP_TopBar .spacer {
    display: none;
    opacity: .5;
}

#CP_Header {
    position: relative;
}

#logo {
    text-decoration: none;
}

#logo img {
    max-width: 250px;
    width: 100%;
}

.parallax .container-fluid {
    position: relative;
}

#CP_Hero .overlay {
    background: rgba(0, 0, 0, .4);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .1) 100%);
}

.internal #CP_Hero .overlay,
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

#CP_Hero {
    position: relative;
    /* height: 60vh;
     */
}

#CP_Tagline {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#CP_ServicesDesc a {
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#CP_ServicesDesc a {
    text-decoration: none;
    display: block;
}

#CP_ServicesDesc a:hover {
    color: #3768d1 !important;
    margin-top: -3px;
    padding-bottom: 3px;
}

#CP_Section a,
#CP_Breadcrumbs a {
    text-decoration: none;
}

#CP_Section a:hover,
#CP_Breadcrumbs a:hover {
    color: #000;
}

#CP_Breadcrumbs a:after {
    content: "/";
    color: rgb(0 0 0 / 20%);
    margin: 0 4px 0 10px;
}

.nav-pills .nav-link {
    border-radius: 0;
    color: #000;
    padding: .5rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3768d1;
}

#CP_Icon {
    display: none;
}

#CP_Icons .icon .fa {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 60px;
    font-size: 3em;
}

#CP_Icons .icon:hover .fa {
    color: #000;
    font-size: 4em;
}

#CP_Icons .icon p {
    color: #000;
}

#CP_Grid {
    position: absolute;
    height: 100%;
    right: 0;
}

#CP_Grid .bg-image {
    position: absolute;
    width: calc(100% - 280px);
    left: 0;
    height: 100%;
}

#CP_Grid .top {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 150px);
    width: 280px;
}

#CP_Grid .bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 150px;
    width: 280px;
}

footer {
    color: #fff;
}

footer a,
footer a:focus {
    text-decoration: none;
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

#CP_SideScroll {
    position: fixed;
    bottom: 25px;
    right: 25px;
    /* width:60px;
     */
    min-height: 60px;
    border-radius: 0;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    z-index: 1020;
    pointer-events: none;
    opacity: 0;
}

#CP_SideScroll:before {
    /* content:"";
     */
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin-top: 5px;
    margin-left: 5px;
    border: 3px solid rgb(255 255 255 / 50%);
}

#CP_SideScroll a,
#CP_SideScroll a:active,
#CP_SideScroll a:focus,
#CP_SideScroll button {
    position: relative;
    text-decoration: none;
    display: block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    color: #00143c;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    border: 0;
    background: transparent;
    /* margin: 0;
     */
    padding: 0;
}

#CP_SideScroll .badge {
    display: none;
    border-radius: 25px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #ff5722;
    color: #fff;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes bounce {
    5% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    6% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    6.6% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    7% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    7.4% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounce {
    5% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    6% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    6.6% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    7% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    7.4% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    max-width: 250px;
    padding: 10px 15px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: .25rem;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #fff;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #fff;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #fff;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #fff;
}

#CP_SideScroll button a:hover {
    text-decoration: none;
    font-size: 28px;
}

#CP_SideScroll {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#CP_SideScroll a.scrollToTop:hover {
    background: transparent;
    line-height: 40px;
}

/* SmartMenu */
ul.nav.navbar-nav {
    display: none;
}

#siteManager,
img[src$="edithtml.gif"] {
    z-index: 1002 !important;
}

#CP_StyleOverlay {
    display: none;
}

/* #CP_SmartMenu .active>a {
     color: #3768d1;
}
*/
#CP_SmartMenu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    z-index: inherit;
}

#modalMenu #CP_SmartMenu {
    display: block;
}

#CP_SmartMenu,
#CP_SmartMenu ul,
#CP_SmartMenu li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
}

#CP_SmartMenu ul {
    display: none;
    background: rgba(0, 0, 0, 0.05);
}

#CP_SmartMenu li,
#CP_SmartMenu a {
    position: relative;
}

#CP_SmartMenu a {
    display: block;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#CP_SmartMenu::after {
    content: "";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    overflow: hidden;
}

#CP_SmartMenu *,
#CP_SmartMenu *::before,
#CP_SmartMenu *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

#CP_SmartMenu a,
#CP_SmartMenu a:hover,
#CP_SmartMenu a:focus,
#CP_SmartMenu a:active {
    padding: 15px 10px;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
}
.offcanvasLink:hover,
#CP_SmartMenu a:hover {
    background: rgba(0, 0, 0, 0.025);
}

#CP_SmartMenu a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: auto;
    right: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 24px;
    text-align: center;
    text-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, .8);
    border-radius: 20px;
}

#CP_SmartMenu a .sub-arrow:hover {
    background: #fff;
}

#CP_SmartMenu a .sub-arrow::before,
#CP_SmartMenu a .sub-arrow::after {
    content: ' ';
    right: 50%;
    top: 50%;
    text-align: center;
    line-height: 50px;
    display: block;
    position: absolute;
    background: #3768d1;
}

#CP_SmartMenu a .sub-arrow::before {
    margin-right: -5px;
    margin-top: -1px;
    width: 10px;
    height: 2px;
}

#CP_SmartMenu a .sub-arrow::after {
    margin-right: -1px;
    margin-top: -5px;
    width: 2px;
    height: 10px;
}

#CP_SmartMenu a.highlighted .sub-arrow::after {
    display: none;
}

#CP_SmartMenu li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#CP_SmartMenu>li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#CP_SmartMenu ul a,
#CP_SmartMenu ul a:hover,
#CP_SmartMenu ul a:focus,
#CP_SmartMenu ul a:active {
    /* font-weight: normal; */
    border-left: 8px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000000;
}

#CP_SmartMenu ul ul a,
#CP_SmartMenu ul ul a:hover,
#CP_SmartMenu ul ul a:focus,
#CP_SmartMenu ul ul a:active {
    border-left: 16px solid transparent;
}

#CP_SmartMenu ul ul ul a,
#CP_SmartMenu ul ul ul a:hover,
#CP_SmartMenu ul ul ul a:focus,
#CP_SmartMenu ul ul ul a:active {
    border-left: 24px solid transparent;
}

#CP_SmartMenu ul ul ul ul a,
#CP_SmartMenu ul ul ul ul a:hover,
#CP_SmartMenu ul ul ul ul a:focus,
#CP_SmartMenu ul ul ul ul a:active {
    border-left: 32px solid transparent;
}

#CP_SmartMenu ul ul ul ul ul a,
#CP_SmartMenu ul ul ul ul ul a:hover,
#CP_SmartMenu ul ul ul ul ul a:focus,
#CP_SmartMenu ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}
#Toggle .fa {
    font-size: 50px;
    min-width: 50px;
    text-align: center;
}
#Toggle {
    display: block;
}
#CP_Search input,
#CP_Locations {
    color: #00143c;
    font-size: 16px;
    font-weight: 400;
/* letter-spacing: 1px; */
    text-decoration:none;
    display: block;
}
#CP_Search .fa {
    transform: scaleX(-1);
}
#CP_Search input {
    border:0;
    border-bottom:1px solid #00143c;
    width: 120px;
    padding:0;
    margin-top:2px;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	;
}
#CP_Search input::placeholder {
    color: #00143c;
	 font-size: 15px;
}
#CP_Search input:focus {
    width: 180px;
    outline:none;
    box-shadow: none;
}
#CP_Search .search-form {
    display: inline-flex;
}
#CP_Search button {
    display:none
}
#OffCanvasMenu #CP_Search,
#OffCanvasMenu #CP_Locations {
    padding: 11px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#OffCanvasMenu #CP_Search:hover,
#OffCanvasMenu #CP_Locations:hover {
    background: rgba(0, 0, 0, 0.025);
}
#OffCanvasMenu #CP_Search input,
#OffCanvasMenu #CP_Search input:focus {
    width:340px !important;
    border-bottom:0;
    background:transparent;
}
#menu-item-11362 {
    display:none !important;
}

#menu {
    display: none;
}

#CP_SmartMenu a,
#CP_SmartMenu a:hover,
#CP_SmartMenu a:focus,
#CP_SmartMenu a:active {
    color: #00143c;
    font-weight: 400;
}

/* Switch to desktop layout */
@media (min-width: 1200px) and (any-pointer:fine),
(min-width: 1200px) and (any-hover:hover) {
    #Toggle {
        display: none !important;
    }
    #menu-item-11362 {
        display: block !important;
    }

    #CP_TopBar .spacer {
        display: inline;
    }

    #menu {
        display: block;
        height: 60px;
    }

    #CP_SmartMenu {
        display: inline-block;
    }

    #CP_SmartMenu a,
    #CP_SmartMenu a:hover,
    #CP_SmartMenu a:focus,
    #CP_SmartMenu a:active {
        padding: 20px 0;
        color: #00143c;
        margin-right: 2em;
        background: transparent;
        /* letter-spacing: 1px; */
        font-size: 18px;
        font-weight: 400;
    }

    #CP_SmartMenu ul {
        position: absolute;
        width: 12em;
        background: #fff;
        -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    }

    #CP_SmartMenu li {
        float: left;
    }

    #CP_SmartMenu>li:last-child {
        border-bottom: 0;
    }

    #CP_SmartMenu ul li {
        float: none;
    }

    #CP_SmartMenu a {
        white-space: nowrap;
    }

    #CP_SmartMenu ul a,
    #CP_SmartMenu ul a:hover,
    #CP_SmartMenu ul a:focus,
    #CP_SmartMenu ul a:active {
        text-transform: none;
        white-space: normal;
        padding: .5em 1.5em .5em .5em;
        margin: 0;
    }

    #CP_SmartMenu .sm-nowrap>li>a,
    #CP_SmartMenu .sm-nowrap>li> :not(ul) a {
        white-space: nowrap;
        letter-spacing: 0;
        margin: 0;
    }




    #CP_SmartMenu ul a:hover,
    #CP_SmartMenu ul a:focus,
    #CP_SmartMenu ul a:active,
    #CP_SmartMenu ul a.highlighted {
        background: rgba(0, 0, 0, .05);
    }

    #CP_SmartMenu a .sub-arrow {
        top: 50%;
        margin-top: -1px;
        right: 0;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 0;
        border-top: 0;
        background: transparent;
        border-radius: 0;
        border-top: 4px solid #000;
        display: none;
    }

    #CP_SmartMenu a .sub-arrow:hover {
        background: transparent;
    }

    #CP_SmartMenu ul a .sub-arrow {
        margin-top: -5px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-right: 0;
        right: 10px;
        display: block;
        border-left: 4px solid #000;
    }

    #CP_SmartMenu li {
        border-top: 0;
    }

    #CP_SmartMenu>li:first-child {
        border-left: 0;
    }

    #CP_SmartMenu ul a {
        border: 0 !important;
    }

    #CP_SmartMenu ul a.has-submenu {
        padding-right: 25px;
        margin: 0;
    }

    #CP_SmartMenu ul>li {
        border-left: 0;
        border-top: 0;
    }

    #CP_SmartMenu ul>li:first-child {
        border-top: 0;
    }

    #CP_SmartMenu ul>li {
        border-top: 1px solid rgba(0, 0, 0, .05);
    }

    #CP_SmartMenu .scroll-up,
    #CP_SmartMenu .scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #fff;
        height: 20px;
    }

    #CP_SmartMenu .scroll-up-arrow,
    #CP_SmartMenu .scroll-down-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 8px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #fff transparent;
    }

    #CP_SmartMenu .scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed dashed;
        border-color: #fff transparent transparent transparent;
    }

    .CP_Toggle {
        display: none;
    }
}

@media (max-width: 1599px) {
    #CP_Grid .bg-image {
        width: calc(100% - 150px);
    }

    #CP_Grid .top,
    #CP_Grid .bottom {
        width: 150px;
    }
}

@media (max-width: 1199px) {
    #CP_Grid .bg-image {
        width: 100%;
    }

    #CP_Tagline {
        bottom: 0;
        position: relative;
    }

    #CP_Phone {
        width: initial;
    }
}

@media (max-width: 991px) {

    #Toggle,
    #CP_Phone {
        color: #000;
    }

    #CP_TopBar a {
        padding: 15px 10px;
    }

    #CP_Header {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    #CP_Content {
        padding: 0;
    }
}

@media (max-width:575px) {}

@media (max-width: 400px) {
    #logo {
        max-width: 100%;
    }
}

/* Global */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

#content table {
    width: 100%;
}

#ServicesHub .shadows,
#ListSub .thumbborder.thumbpad,
#ListSub table td[width="2%"],
#Guides td[width="55"],
#Guides>br {
    display: none;
}

#ServicesHub table td:first-child {
    display: none;
}

#ListSub table td {
    width: 100%;
    display: block;
    padding-bottom: 10px !important;
}

.HubSection h2 a {
    text-decoration: none;
    color: inherit;
}

.hubsection {
    height: 80px;
    padding: 30px 0pt 20px;
    border-bottom: 1px solid #888888;
}

.thumbborder {
    background: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    border: 1px solid #999;
    padding: 5px;
}

img[src$="triangle-yellow.gif"],
img[src$="triangle-orange.gif"],
img[src$="icon-calculators.png"],
img[src$="icon-faq.png"],
img[src$="icon-fg.png"] {
    display: none;
}

/* Map and Driving Directions */
#Map iframe,
#Directions .gadget,
#Directions iframe {
    width: 100%;
    border: 0;
}

#Publications table {
    width: 100%;
    border: inherit;
    border-collapse: collapse;
}

#DueDates * {
    background: none;
    font-family: inherit;
    color: inherit;
}

#DueDates table {
    width: 100%;
    border-spacing: 0;
}

#DueDates table,
#DueDates tr,
#DueDates td {
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
}

.taxratetable {
    font-size: inherit !important;
}

.taxratetable font {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

#TaxRates table {
    border: none;
    border-collapse: collapse;
}

/* Forms */
#Form {
    display: none;
}

#Form table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px auto;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

#Form textarea {
    max-height: 80px;
}

#Form form>p:first-of-type {
    text-align: center;
}

#Form table td {
    text-align: left;
    padding: 0 0 .5rem;
    display: block;
    border: none;
    border-collapse: collapse;
}

#Form #CP_Captcha br {
    display: none;
}

#Form #CP_Captcha,
#Form #captcha_code {
    text-align: center;
}

#Form #captcha_code {
    font-size: 1.8em;
    position: relative;
}

#Form #captcha_refresh {
    font-size: .8em;
}

#Form table td:first-child {
    font-weight: bold;
}

#Form table input,
#Form table textarea {
    font-weight: normal;
}

br.clearfloat {
    display: none;
}

.thumbpad {
    display: block;
    float: left;
    margin-right: 20px;
}

#Newsletter table td[width="220"],
#Newsletter table td[width="20"] {
    display: none;
}

#Newsletter .tip,
#Newsletter .note,
#Newsletter .caution,
#Newsletter .example {
    background: none !important;
    padding: 10px 20px !important;
    min-height: 0 !important;
}

#Header,
#Footer {
    display: none;
}

.hubtab {
    padding: 0;
    text-shadow: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
}

hr.headerline.cellcolor {
    display: none;
}

.headerline {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    clear: both;
    border: 0;
    height: 0;
    margin: 0;
    width: 100%;
}

#CP_Footer {
    font-size: 15px;
}
#CP_FooterSearch {
    margin-left: -50px;
    display:flex;
    margin-bottom: 5px;
}
#CP_FooterSearch input {
    color: #fff;
    background:transparent;
    border:0;
    font-size: 1.75rem;
    padding: 0;
}
#CP_FooterSearch input::placeholder {
    color: #fff;
}
#CP_FooterSearch input:focus {
    outline: none;
    box-shadow: none;
}
#CP_FooterSearch button {
    display: none
}
#CP_Hero .bg-image:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 35%;
}

#CP_Services {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
    z-index: 1;
}

#CP_Services a,
#CP_Services a .fa-4x {
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#CP_Services a {
    text-decoration: none;
    display: block;
}

#CP_Services a:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin-top: -3px;
}

#CP_Services a:hover .fa-4x {
    color: #00143c !important;
}

@media (max-width:991px) {
	#CP_Phone {
		background:transparent !important;
		border-color:transparent !important;
	}
    #CP_Hero .bg-image {
        position: relative !important;
        right: inherit !important;
    }

    #CP_Services {
        position: relative;
        bottom: inherit;
        left: inherit;
        transform: none;
    }
}


html,
body {
    height: 100%;
}

body {
    font-family: noto-sans, sans-serif;
    font-size: 18px;
    -ms-overflow-style: scrollbar;
    background: #fff;
    color: #000000;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: degular, Tahoma, sans-serif;
}

.navy {
    color: #00143c !important;
    border-color: #00143c;
}

.bg-navy {
    background-color: #00143c !important;
    border-color: #00143c;
    color: #fff;
}

.border-navy {
    border-color: #00143c !important;
}

.cobalt {
    color: #3768d1 !important;
    border-color: #3768d1;
}

.bg-cobalt {
    background-color: #3768d1 !important;
    border-color: #3768d1;
    color: #fff;
}

.border-cobalt {
    border-color: #3768d1 !important;
}

.flint {
    color: #b0c3ff !important;
    border-color: #b0c3ff;
}

.bg-flint {
    background-color: #b0c3ff !important;
    border-color: #b0c3ff;
    color: #00143c;
}

.border-flint {
    border-color: #b0c3ff !important;
}

.cornflower {
    color: #6e88ff !important;
    border-color: #6e88ff;
}

.bg-cornflower {
    background-color: #6e88ff !important;
    border-color: #6e88ff;
    color: #fff;
}

.border-cornflower {
    border-color: #6e88ff !important;
}

.green {
    color: #80c389 !important;
    border-color: #80c389;
}

.bg-green {
    background-color: #80c389 !important;
    border-color: #80c389;
    color: #fff;
}

.border-green {
    border-color: #80c389 !important;
}

.mint {
    color: #a6f4ae !important;
    border-color: #a6f4ae;
}

.bg-mint {
    background-color: #a6f4ae !important;
    border-color: #a6f4ae;
    color: #00143c;
}

.border-mint {
    border-color: #a6f4ae !important;
}

.orange {
    color: #ffa100 !important;
    border-color: #ffa100;
}

.bg-orange {
    background-color: #ffa100 !important;
    border-color: #ffa100;
    color: #fff;
}

.border-orange {
    border-color: #ffa100 !important;
}

.apricot {
    color: #f8cd9a !important;
    border-color: #f8cd9a;
}

.bg-apricot {
    background-color: #f8cd9a !important;
    border-color: #f8cd9a;
    color: #00143c;
}

.border-apricot {
    border-color: #f8cd9a !important;
}

.teal {
    color: #05abc6 !important;
    border-color: #05abc6;
}

.bg-teal {
    background-color: #05abc6 !important;
    border-color: #05abc6;
    color: #fff;
}

.border-teal {
    border-color: #05abc6 !important;
}

.seafoam {
    color: #88e8f2 !important;
    border-color: #88e8f2;
}

.bg-seafoam {
    background-color: #88e8f2 !important;
    border-color: #88e8f2;
    color: #00143c;
}

.border-seafoam {
    border-color: #88e8f2 !important;
}

.purple {
    color: #8b75cc !important;
    border-color: #8b75cc;
}

.bg-purple {
    background-color: #8b75cc !important;
    border-color: #8b75cc;
    color: #fff;
}

.border-purple {
    border-color: #8b75cc !important;
}

.lilac {
    color: #d0c8ef !important;
    border-color: #d0c8ef;
}

.bg-lilac {
    background-color: #d0c8ef !important;
    border-color: #d0c8ef;
    color: #00143c;
}

.border-lilac {
    border-color: #d0c8ef !important;
}

.yellow {
    color: #eec458 !important;
    border-color: #eec458;
}

.bg-yellow {
    background-color: #eec458 !important;
    border-color: #eec458;
    color: #00143c;
}

.border-yellow {
    border-color: #eec458 !important;
}

.sand {
    color: #f8e09c !important;
    border-color: #f8e09c;
}

.bg-sand {
    background-color: #f8e09c !important;
    border-color: #f8e09c;
    color: #00143c;
}

.border-sand {
    border-color: #f8e09c !important;
}

.dark-gray {
    color: #cccccc !important;
    border-color: #cccccc;
}

.bg-dark-gray {
    background-color: #cccccc !important;
    border-color: #cccccc;
}

.border-dark-gray {
    border-color: #cccccc !important;
}

.gray {
    color: #e0e0e0 !important;
    border-color: #e0e0e0;
}

.bg-gray {
    background-color: #e0e0e0 !important;
    border-color: #e0e0e0;
}

.border-gray {
    border-color: #e0e0e0 !important;
}

.light-gray {
    color: #f5f5f5 !important;
    border-color: #f5f5f5;
}

.bg-light-gray {
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5;
}

.border-light-gray {
    border-color: #f5f5f5 !important;
}

.white {
    color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
    border-color: #fff;
}

.border-white {
    border-color: #fff !important;
}

.black {
    color: #000 !important;
}

.bg-black {
    background-color: #000 !important;
    border-color: #000;
    color: #fff;
}

.border-black {
    border-color: #000 !important;
}

/* Buttons */
.btn,
.btn:focus,
.btn:active {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-default,
.btn-default:focus,
.btn-default:active {
    color: #fff;
    background: #3768d1;
    border-color: #3768d1;
}

.btn-default:hover,
.btn-default:active:hover {
    color: #fff;
    background: #6e88ff;
    border-color: #6e88ff;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background: #00143c;
    border-color: #00143c;
}

.btn-primary:hover,
.btn-primary:active:hover {
    color: #fff;
    background: #3768d1;
    border-color: #3768d1;
}

.btn-underline {
    background: transparent !important;
    border-width: 0 0 3px 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn-underline.btn-default {
    color: #00143c;
    border-color: #00143c;
}

.btn-underline.btn-default:hover,
.btn-underline.btn-default:active:hover {
    border-color: #3768d1;
}

.btn-underline.btn-primary {
    color: #3768d1;
    border-color: #3768d1;
}

.btn-underline.btn-primary:hover,
.btn-underline.btn-primary:active:hover {
    border-color: #00143c;
}

.btn-underline.btn-white {
    color: #fff;
    border-color: #fff;
}

.btn-underline.btn-white:hover,
.btn-underline.btn-white:active:hover {
    border-color: #b0c3ff;
}

.btn-ghost {
    background: transparent !important;
}

.btn-ghost.dark {
    color: #00143c;
}

.btn-ghost .btn-white {
    color: #fff;
    border-color: #fff;
}

.btn-ghost .btn-white:hover,
.btn-ghost .btn-white:active:hover {
    border-color: #b0c3ff;
}

/* Links */

a {
    color: #3768d1;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #3768d1;
    text-decoration: none;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {

    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.xs-md-padding {
    padding: 0 2.5%;
}

/* Switch to desktop layout */
@media (min-width: 1600px) and (any-pointer:fine),
(min-width: 1600px) and (any-hover:hover) {
    .xs-md-padding {
        padding: 0 0;
    }

    .display-2 {
        font-size: 3.9rem;
    }

    .display-2 {
        font-size: 4.5rem;
    }

}

/* Switch to desktop layout */
@media (max-width: 1600px) and (any-pointer:fine),
(max-width: 1600px) and (any-hover:hover) {

    .display-2 {
        font-size: 3.9rem;
    }
}

/* Padgett Styles */

html,
body {
    height: 100%;
}

body {
    font-family: noto-sans, sans-serif;
    font-size: 18px;
    -ms-overflow-style: scrollbar;
    background: #fff;
    color: #000000;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: degular, Tahoma, sans-serif;
}

.navy {
    color: #00143c !important;
    border-color: #00143c;
}

.bg-navy {
    background-color: #00143c !important;
    border-color: #00143c;
    color: #fff;
}

.border-navy {
    border-color: #00143c !important;
}

.cobalt {
    color: #3768d1 !important;
    border-color: #3768d1;
}

.bg-cobalt {
    background-color: #3768d1 !important;
    border-color: #3768d1;
    color: #fff;
}

.border-cobalt {
    border-color: #3768d1 !important;
}

.flint {
    color: #b0c3ff !important;
    border-color: #b0c3ff;
}

.bg-flint {
    background-color: #b0c3ff !important;
    border-color: #b0c3ff;
    color: #00143c;
}

.border-flint {
    border-color: #b0c3ff !important;
}

.cornflower {
    color: #6e88ff !important;
    border-color: #6e88ff;
}

.bg-cornflower {
    background-color: #6e88ff !important;
    border-color: #6e88ff;
    color: #fff;
}

.border-cornflower {
    border-color: #6e88ff !important;
}

.green {
    color: #80c389 !important;
    border-color: #80c389;
}

.bg-green {
    background-color: #80c389 !important;
    border-color: #80c389;
    color: #fff;
}

.border-green {
    border-color: #80c389 !important;
}

.mint {
    color: #a6f4ae !important;
    border-color: #a6f4ae;
}

.bg-mint {
    background-color: #a6f4ae !important;
    border-color: #a6f4ae;
    color: #00143c;
}

.border-mint {
    border-color: #a6f4ae !important;
}

.orange {
    color: #ffa100 !important;
    border-color: #ffa100;
}

.bg-orange {
    background-color: #ffa100 !important;
    border-color: #ffa100;
    color: #fff;
}

.border-orange {
    border-color: #ffa100 !important;
}

.apricot {
    color: #f8cd9a !important;
    border-color: #f8cd9a;
}

.bg-apricot {
    background-color: #f8cd9a !important;
    border-color: #f8cd9a;
    color: #00143c;
}

.border-apricot {
    border-color: #f8cd9a !important;
}

.teal {
    color: #05abc6 !important;
    border-color: #05abc6;
}

.bg-teal {
    background-color: #05abc6 !important;
    border-color: #05abc6;
    color: #fff;
}

.border-teal {
    border-color: #05abc6 !important;
}

.seafoam {
    color: #88e8f2 !important;
    border-color: #88e8f2;
}

.bg-seafoam {
    background-color: #88e8f2 !important;
    border-color: #88e8f2;
    color: #00143c;
}

.border-seafoam {
    border-color: #88e8f2 !important;
}

.purple {
    color: #8b75cc !important;
    border-color: #8b75cc;
}

.bg-purple {
    background-color: #8b75cc !important;
    border-color: #8b75cc;
    color: #fff;
}

.border-purple {
    border-color: #8b75cc !important;
}

.lilac {
    color: #d0c8ef !important;
    border-color: #d0c8ef;
}

.bg-lilac {
    background-color: #d0c8ef !important;
    border-color: #d0c8ef;
    color: #00143c;
}

.border-lilac {
    border-color: #d0c8ef !important;
}

.yellow {
    color: #eec458 !important;
    border-color: #eec458;
}

.bg-yellow {
    background-color: #eec458 !important;
    border-color: #eec458;
    color: #00143c;
}

.border-yellow {
    border-color: #eec458 !important;
}

.sand {
    color: #f8e09c !important;
    border-color: #f8e09c;
}

.bg-sand {
    background-color: #f8e09c !important;
    border-color: #f8e09c;
    color: #00143c;
}

.border-sand {
    border-color: #f8e09c !important;
}

.dark-gray {
    color: #cccccc !important;
    border-color: #cccccc;
}

.bg-dark-gray {
    background-color: #cccccc !important;
    border-color: #cccccc;
}

.border-dark-gray {
    border-color: #cccccc !important;
}

.gray {
    color: #e0e0e0 !important;
    border-color: #e0e0e0;
}

.bg-gray {
    background-color: #e0e0e0 !important;
    border-color: #e0e0e0;
}

.border-gray {
    border-color: #e0e0e0 !important;
}

.light-gray {
    color: #f5f5f5 !important;
    border-color: #f5f5f5;
}

.bg-light-gray {
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5;
}

.border-light-gray {
    border-color: #f5f5f5 !important;
}

.white {
    color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
    border-color: #fff;
}

.border-white {
    border-color: #fff !important;
}

.black {
    color: #000 !important;
}

.bg-black {
    background-color: #000 !important;
    border-color: #000;
    color: #fff;
}

.border-black {
    border-color: #000 !important;
}

/* Buttons */
.btn,
.btn:focus,
.btn:active {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-default,
.btn-default:focus,
.btn-default:active {
    color: #fff;
    background: #3768d1;
    border-color: #3768d1;
}

.btn-default:hover,
.btn-default:active:hover {
    color: #fff;
    background: #6e88ff;
    border-color: #6e88ff;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background: #00143c;
    border-color: #00143c;
}

.btn-primary:hover,
.btn-primary:active:hover {
    color: #fff;
    background: #3768d1;
    border-color: #3768d1;
}

.btn-underline {
    background: transparent !important;
    border-width: 0 0 3px 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn-underline.btn-default {
    color: #00143c;
    border-color: #00143c;
}

.btn-underline.btn-default:hover,
.btn-underline.btn-default:active:hover {
    border-color: #3768d1;
}

.btn-underline.btn-primary {
    color: #3768d1;
    border-color: #3768d1;
}

.btn-underline.btn-primary:hover,
.btn-underline.btn-primary:active:hover {
    border-color: #00143c;
}

.btn-underline.btn-white {
    color: #fff;
    border-color: #fff;
}

.btn-underline.btn-white:hover,
.btn-underline.btn-white:active:hover {
    border-color: #b0c3ff;
}

.btn-ghost {
    background: transparent !important;
}

.btn-ghost.dark {
    color: #00143c;
}

.btn-ghost .btn-white {
    color: #fff;
    border-color: #fff;
}

.btn-ghost .btn-white:hover,
.btn-ghost .btn-white:active:hover {
    border-color: #b0c3ff;
}

/* Links */

a {
    color: #3768d1;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #3768d1;
    text-decoration: none;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}
#CP_Category iframe,
#CP_Category figure,
#CP_Category img {
	display:none;
}
#CP_Blog iframe,
#CP_Blog figure,
#CP_Blog img {
	max-width:100%;
}
#CP_FooterContact .form-control::placeholder,
#CP_FooterContact .form-control {
    color: #fff;
}
#gform_wrapper_1 .large::placeholder,
#gform_wrapper_1 .form-control {
    color: #fff;
}
#gform_wrapper_1 .large {
    background: transparent;
    color: white;
    border: solid 1px white;
}
#gform_wrapper_1 .medium::placeholder,
#gform_wrapper_1 .form-control {
    color: #fff;
}
#gform_wrapper_1 .medium {
    background: transparent;
    color: white;
    border: solid 1px white;
}
#gform_wrapper_1 .gform_button,
#gform_wrapper_1 .gform_button:focus,
#gform_wrapper_1 .gform_button:active {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    width: 100%;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
#gform_wrapper_1 .gform_button:hover,
#gform_wrapper_1 .gform_button:active:hover {
    color: #fff;
    background: #6e88ff;
    border-color: #6e88ff;
}
#gform_wrapper_1 .gform_title {
    display: none;
    visibility: hidden;
}
#gform_wrapper_2 .large::placeholder,
#gform_wrapper_2 .form-control {
    color: #fff;
}
#gform_wrapper_2 .large {
    background: transparent;
    color: white;
    border: solid 1px white;
}
#gform_wrapper_2 .medium::placeholder,
#gform_wrapper_2 .form-control {
    color: #fff;
}
#gform_wrapper_2 .medium {
    background: transparent;
    color: white;
    border: solid 1px white;
}
#gform_wrapper_2 .gform_button,
#gform_wrapper_2 .gform_button:focus,
#gform_wrapper_2 .gform_button:active {
    color: #fff;
    background: #3768d1;
    border-color: #3768d1;
    width: 100%;
    border: 0;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
#gform_wrapper_2 .gform_button:hover,
#gform_wrapper_2 .gform_button:active:hover {
    color: #fff;
    background: #6e88ff;
    border-color: #6e88ff;
}
#gform_wrapper_2 .gform_title {
    display: none;
    visibility: hidden;
}
.gform_wrapper.gravity-theme * {
    box-sizing: border-box;
    color: #00143c;
}
#gform_wrapper_1 .small {
    background: transparent;
    color: white;
    border: solid 1px white;
}
#gform_wrapper_1 .small::placeholder,
#gform_wrapper_1 .form-control {
    color: #fff;
}
.gform_wrapper.gravity-theme .gfield_label {
    color: #fff;
}
@media (min-width:1200px) {	
	#latest-posts .h2 {
		height: 120.172px;
	}
	#feat-articles .h2 {
		height: 81.781px;
	}
}
#latest-posts .h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#latest-posts p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:7;
    -webkit-box-orient: vertical;
}
#feat-articles .h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#feat-articles p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
}
#feat p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:11;
    -webkit-box-orient: vertical;
}
#tips p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;
}

#blog-cols {
	padding: 0 25px 4rem;
}

@media (min-width: 1600px) {
#CP_Blog .row.posts {
	margin: 4rem 14rem 4rem 4rem;
}
}
.blog-feat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#blog-cols p {
	margin: 0 !important;
	font-weight: 400;
}
#blog-cols img {
	object-fit: cover;
}
#blog-cols .cat {
	color: #3768d1;
}
#blog-cols .cat a {
	text-decoration: none;
	font-family: "noto-sans-extracondensed", sans-serif;
	font-weight: 700;
	font-style: normal;
}
#blog-cols .blog-feat-img {
	margin-bottom: 1.5rem !important;
}

#CP_Blog .navigation {
	margin-top: 8rem;
}

#CP_Blog .navigation ul {
	list-style: none;
    display: flex;
    justify-content: center;
	padding: 0;
}

#CP_Blog .navigation ul li, #CP_Blog .navigation ul li a {
	text-decoration: none;
	margin: 5px;
	font-size: 2rem;
	color: #00143c;
	font-weight: 700;
}

#CP_Blog .navigation ul li.active a, #CP_Blog .navigation ul li a:hover {
	color: #3768d1;
	text-decoration: underline;
}
#CP_Blog .navigation right {
	margin-left: 1.5rem !important;
}
#CP_Blog .navigation left {
	margin-right: 1.5rem !important;
}
#latest-posts .sharedaddy {
	display: none;
}
#new-sidebar .wp-block-search__button {
	display: none;
}

#new-sidebar label strong, #new-sidebar p strong {
	font-weight: 700;
	color: #00143c !important;
	font-size: 28px;
}

#new-sidebar .wpc-filters-checkboxes li label a {
	color: #00143c !important;
	font-size: 24px;
}
#new-sidebar .wp-block-search label {
	margin-bottom: 1rem;
}
#new-sidebar p {
	margin-bottom: 0;
}
#new-sidebar .wpc-filters-header {
	display: none;
}
#new-sidebar .wpc-filters-checkboxes li label a:hover {
	color: #3768d1!important;
	text-decoration: underline;
}
#new-sidebar .container:empty {
  display: none;
}
#new-sidebar .wp-block-search {
	margin-bottom: 4rem;
}
.noto {
	font-family: noto-sans, sans-serif;
}
#new-sidebar .wpc-term-item-content-wrapper{
	margin-bottom: 25px;
}
#new-sidebar input[type=checkbox] {
display: none;
}

#new-sidebar .wpc-filter-content label {
	margin-left: 40px;
}
#new-sidebar .wpc-filter-content label::before {
  content: "";
  display: block;
  position: absolute;
  text-align: center;
  height: 24px;
  width: 24px;
  left: 0;
  top: 5px;
  background-color: #f5f5f5;
  font-family: "Montserrat";
  border: 3px solid #00143c;
}


#new-sidebar input[type=checkbox]:checked+label::before {
  content: "";
  display: block;
  position: absolute;
  text-align: center;
  height: 24px;
  width: 24px;
  left: 0;
  top: 5px;
  background-color: #00143c;
  font-family: "Montserrat";
  border-radius: 2px;
  border: 3px solid #00143c;
}

#new-sidebar input[type=checkbox]:checked+label::after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="24" fill="white" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
  display: block;
  position: absolute;
    left: 2.5px;
    top: 5px;
}
#new-sidebar .wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list {
	max-height: none;
}

#new-sidebar .wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list li label {
	text-transform: capitalize;
}

#new-sidebar #wp-block-search__input-1 {
    background-image: url(https://www.padgettadvisors.com/wp-content/uploads/2024/02/search-icon.png);
    background-repeat: no-repeat;
    background-size: auto 45%;
    background-position: 13px 50%;
    padding: 10px 10px 10px 45px;
}