@media all and (max-width: 768px){
.footer-widgets {
    padding-left: 40px;
}
}

@media all and (min-width: 768px){
.footer-widget-2 {
    padding-left: 140px;
}
}



#masthead{
  position: sticky;
  top: 0;
  z-index: 99999;
  transition: background-color 0.25s ease;
  background: transparent !important;
}

#masthead.is-scrolled{
  background-color: #fff !important;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: rgb(210, 22, 21);
}

.latest_post_widget {
    display: block;
}

.latest_post_widget_link {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
}

.lpw_image {
    flex: 0 0 70px;
    margin-right: 12px;
}

.lpw_image img {
    display: block;
    width: 70px;
    height: auto;
}

.lpw_text {
    flex: 1;
}

.lpw_title {
    margin: 0 0 4px;
    font-size: 15px;
    line-height: 1.3;
}

.lpw_excerpt {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
}

.site-header .header-image {
    width: 275px;
}

footer.site-info {
    background: #bd0201 !important;
    color: white;
}

.footer-widget-2 .vc_btn3.vc_btn3-size-md {
    padding: 10px;
}

.footer-widget-3 #block-11 {
    padding: 0;
    margin-top: 40px;
}

.footer-widget-3 #block-10 {
    padding: 0;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

.site-footer .fa-circle {
    color: #4abfb5;
}

.site-footer .single-icon .fa-stack {
    float: left;
    margin-right: 9px;
}

.widget-title {
    margin-bottom: 10px;
    color: #fff !important;
}

.footer-widget-2 p {
    line-height: 38px;
}

.vc_btn3.vc_btn3-size-md {
    padding: 10px 50px;
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
    background-color: #ff5f00 !important;
    border-bottom: 4px solid #bd0201 !important;
    color: #fff !important;
    font-weight: 500;
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    background-color: #fff;
    color: #005c4a;
    font-weight: 500;
    border: none;
}

.vc_btn3.vc_btn3-shape-square {
    border-radius: 0px !important;
}

.site-logo {
    z-index: 2;
}

.main-navigation {
    background-color: transparent;
}

.site-header {
    background-color: transparent;
}

img {
    width: auto;
}

#cta p {
    color: white;
}

body #cta h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
}

h2 {
    color: #005c4a;
    font-size: 45px;
    line-height: 1em;
}

.site-footer .single-icon img {
    max-height: 40px;
    float: left;
    margin-right: 10px;
}

.site-footer .single-icon {
    clear: both;
    margin-bottom: 30px!important;
}

.site-footer .single-icon p {
    padding-top: 5px;
}

.main-navigation li.btn:hover a {
    background: black;
    color: white;
}

.accent {
    color: #0088cf;
}


#cta .col-right a {
    color: #009548 !important;
}

#cta .col-right a:hover {
    color: white!important;
}

.widget-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #6d6e71;
    text-transform: uppercase;
}

footer.site-info a {
    color: white;
}

.footer-widgets p {
    color: #fff;
    text-transform: uppercase;
}

.footer-widgets-container {
    padding: 80px 0px 40px;
}

.footer-widgets {
    background-color: #bd0201;
}

.main-navigation .main-nav ul li a {
    text-transform: uppercase;
    font-weight: 700;
    color: #717171;
    line-height: inherit;
    padding: 0px 45px;
    font-family: "Raleway", sans-serif;
}

.main-navigation ul ul {
    background-color: transparent !important;
    box-shadow: none !important;
    text-align: center;
    width: 168px;
}

.main-navigation .main-nav ul.sub-menu li a:hover {
    border-bottom: none !important;
}

.sub-menu a {
    font-size: 11px !important;
}

.main-navigation .main-nav ul li a:hover {
    color: #717171 !important;
    border-bottom: 1px solid #ff5f00 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-navigation .main-nav ul li.btn a:hover {
    border-bottom: none !important;
    background: #005c4a !important;
    border-color: #005c4a !important;
}

.main-navigation li.btn a {
    border: none !important;
    background: #fff;
    margin-left: 30px;
    padding: 10px 20px !important;
    color: #005c4a !important;
    border-radius: 10px;
}

li#menu-item-28 {}

a.vc_general {
    text-transform: uppercase;
    font-weight: 800;
}

.main-navigation li:nth-child(3) a {
    border: none!important;
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a {
    color: #0088cf;
}

.vc_general {
    border-radius: 100px !important;
}
@media all and (max-width: 768px) {
.desktop-only {
display: none!important;
}
}
.vc_column-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
@media all and (min-width: 768px) {
.mobile-only {
display: none!important;
}
}

.vc_row {
    background: white;
}
.vc_row.vc_inner {
    background: transparent;
}
.sec-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.center, .center * {
    text-align: center !important;
}

a.vc_general:hover {
    background: #ff5f00 !important;
    color: white !important;
    font-size: 14px !important;
    line-height: 20px !important;
    border-bottom: 4px solid #bd0201 !important;
}

a.vc_general {
    background: #bd0201 !important;
    color: white !important;
    font-size: 14px !important;
    line-height: 20px !important;
    border-bottom: 4px solid #ff5f00 !important;
}

.btn-accent a.vc_general {
    background: #65bd61 !important;
}

.vc_do_btn {
    display: block!important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px;
}

.vc_do_btn {
    margin-top: 20px;
}

p {
   font-family: "Raleway", sans-serif;
}

h2 {
    color: #d21615;
    font-size: 34px;
    line-height: 1em;
}

h1, h2, h3, h4, h5 {
      font-family: "Raleway", sans-serif;
      text-transform: uppercase;
}

h1, h2, h3, h4, h5, p {
    margin-bottom: 10px;
}

.btn-white a.vc_general {
    background: white!important;
    color: #65bd61 !important;
}

.entry-content {
    margin-top: 0px!important;
}

.inside-article {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

main#main {
    margin: 0px auto;
}

body {
    font-size: 16px;
    line-height: 1.4;
}

h1 strong, h2 strong, h3 strong {
    font-weight: 900;
}

h1, h2, h3 {
    font-weight: 700;
}

.vc_general {
    font-weight: 600;
    font-size: 16px!important;
    line-height: 24px!important;
}

body .vc_general:hover{
    background: black !important;
    color: white!important;
}

.white * {
    color: white!important;
}