/*hide border radius on blog hero 1/24/23*/
.et_pb_section_1 {
	border-radius: 0 !important;
}

/* Ad with image mobile fix */

.zoom:hover {
	background-image: linear-gradient(273deg, rgba(0, 176, 185, 0.8) 0%, rgba(0, 114, 206, 0.8) 100%);
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	transition: transform 300ms ease 0ms;
	transform: scale(1.1);
}
.socialzoom:hover {
	transform: scale(1.1);
}
/* zoom fix on blog rc 12/9/22 */
.zoom-blog:hover {
	background-image: linear-gradient(273deg, rgba(0, 176, 185, 0.8) 0%, rgba(0, 114, 206, 0.8) 100%);
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	transition: transform 300ms ease 0ms;
	transform: scale(1.1);
	overflow: visible !important;
}



/* Ad with image mobile fix */

a.adlinkwhite:link {color:#ffffff!important;}
a.adlinkwhite:hover {color:#ffffff!important;}

.searchandfilter_custom >ul >li {
  margin-top: 30px!important;
}
et_pb_posts .et_pb_post a img, 
  .archive .et_pb_post a img, 
  .search .et_pb_post a img {
          max-width: 210px!important;
          float: left;
          padding-right: 20px;}

  @media only screen and (max-width: 980px) {
      .et_pb_posts .et_pb_post a img, 
      .archive .et_pb_post a img, 
      .search .et_pb_post a img{
          float:none;
          max-width: 250px!important;}}

@media (min-width: 981px) {
.search #left-area {
width: 64.833%;
}

.search #sidebar {
width: 29.666%;
border-left: 1px solid #e2e2e2;
}

.search #main-content .container:before {
  display: none !important;
}}

.search .et_pb_post a img {
  padding-bottom: 25px;
}

.search h2 {
font-size: 34px;

}

.search h4.widgettitle {
font-size: 22px;
font-weight: bold;
}

.search #sidebar .et_pb_widget {
padding: 25px;
margin-bottom: 18.54%;
}

.search #content-area {
padding-bottom: 50px;
}


/*Hide the search button*/

.ds-icon-search input.et_pb_searchsubmit,
.widget_search input#searchsubmit {
  background: transparent;
  color: transparent;
  border: none;
  width: 55px;
  z-index: 2;
}

/*Add padding to the search input field*/

.ds-icon-search input.et_pb_s,
.widget_search input#s {
  padding-right: 55px !important;
height:50px!important;
}

/*Add the icon*/

.ds-icon-search .et_pb_searchform:before,
.widget_search::before {
  content: '\55';
  position: absolute;
  font-family: 'ETModules';
  z-index: 1;
  right: 0;
  font-size: 20px;
  padding: 3px 18px;
}



/* blog date and category */
body.archive .custom-post-meta, body.archive .custom-post-meta a {
font-size:13px!important;

}
/* resource page background */
.et_pb_section.resources {
/*  background-color:#F0F0F0!important;  */
}
.et_pb_section.resource-filters {
background-color:#F0F0F0!important;
}

.facets {
background-color: transparent!important;
position: relative!important;
width: 100%;
max-width: 100%;
z-index: 1000!important;
}

.facets .facetwp-facet{  
float: left;
margin-right: 20px;
}  
/*to be added last in style.css */
.facetwp-template .resource div.entry-content{  
min-height: 132px;
margin-bottom: 2.5rem!important;
}

.searchandfilter ul, 
.searchandfilter li {
  vertical-align: bottom ;
  padding: 0!important;;
margin-left: 0px !important;
}

.searchandfilter ol {
  vertical-align: bottom ;
  padding: 0!important;;
margin-left: 0px !important;
}

.resource-slider ,.resource-slider .et_pb_container  {max-height:550px;height: 550px;}
.resource-slider .et_pb_container ,.resource-slider .et_pb_slides .et_pb_slider_container_inner  {display:block;}
.resource-slider .et_pb_slide_description {float:right;}

.resource-slider .et_pb_button.et_pb_more_button {
  font-size: 12px;
  padding: 15px 57px;
  letter-spacing: -0.25px;
  min-width: 164px;
  background-color: #fff;
  border-color: #fff;
  color: #343F49;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: -0.25px;
  line-height: 100%!important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.resource-slider .et_pb_slide_title {
  margin-bottom:0;
}
.resource-slider .et_pb_container {
  width:100%;
}
.resource-slider .et_pb_slide_description {
  width:55%;
}
.resource-slider .et_pb_button.et_pb_more_button:after {
  content:'';
}
.resource-slider .et_pb_button.et_pb_more_button:hover {
  background-color: #F4F4F4;
  border-color: transparent;
  box-shadow: none;
  color: #343F49;}
.resource-header{ 	
position: absolute;
  width: 100%;
  height: 86px;
  padding: 0;}

.resource-slider .et_pb_slide_with_image .et_pb_slide_image {
  top: auto;
  bottom:  0;
  right:  0;
}

.resource-slider  .et_pb_slide_description{
     padding-top: 150px;
}
.resource-slider .et_pb_slide_with_image .et_pb_slide_description{
  float:left;
}

@media (max-width: 767px){
.resource-slider .et_pb_slide_description {
  width:100%;
}
.resource-slider  .et_pb_slide_description{
     padding-top: 120px;
}
}


@media all and (max-width: 1200px) {
button.slide-nav-link {
 /* -webkit-transform: translate(-20px, 10px);
  transform: translate(-20px, 10px);*/
  background-color: transparent !important;
  box-shadow: none !important;
  color: #A4A9AD;
  float: right;
 /* padding: 18px 0 0;*/
  outline: 0; }  
button.slide-nav-link:hover,button.slide-nav-link:focus	 {color: #A4A9AD;}
}

@media all and (max-width: 1200px) {
  button.slide-nav-link::before {
    font-size: 40px !important;
    -webkit-transform: scale(0.8) !important;
            transform: scale(0.8) !important; }
  button.slide-nav-link.menu-open {
    color: #00ADBB !important; }
#side-menu {
  background-color: #fff;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
  outline: 0; }
  #side-menu .sub-menu-toggle::before {
    margin: 0 4px;
    font-size: 1.625em;
    color: #343F49; }
  #side-menu .menu-close {
    display: none; }

  #side-menu .menu-item a {
    padding: 1.375rem 1.3125rem;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    color: #00ADBB;
    font-size: 0.875em;
    font-weight: 400;
    min-height: 0;
    outline: 0; }

  /* Fixing for menus that only have one level */
  #side-menu .menu-item > a {
    background-color: #e9e9e9;
    color: #333;
    font-weight: 600;
  }
  
  #side-menu .menu-item.menu-item-has-children .menu-open {
    background-color: #343f49;
    color: #f6f7f7;
    font-size: 1rem;
    font-weight: 600; }
    #side-menu .menu-item.menu-item-has-children .menu-open:before {
      color: #fff; }
  #side-menu .menu-item.menu-item-has-children ul.sub-menu > .menu-item-has-children a {
    background-color: #F7F7F7;
    color: #343F49;
    font-size: 0.875rem;
    font-weight: 400; }
  #side-menu .menu-item.menu-item-has-children ul.sub-menu > .menu-item-has-children .menu-open {
    background-color: #00ADBB;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600; }
  #side-menu .menu-item.menu-item-has-children ul.sub-menu > .menu-item-has-children ul.sub-menu > .menu-item a {
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    color: #00ADBB;
    font-size: 0.875rem;
    padding-left: 3em; }
    #side-menu .menu-item.menu-item-has-children ul.sub-menu > .menu-item-has-children ul.sub-menu > .menu-item a:hover {
      color: #00939f; }

  /* Style the sub menu link items */
  #side-menu .menu-item .sub-menu a {
    background-color: #fff;
    color: #00ADBB;
    font-size: 0.875rem;
    font-weight: 400;
    padding-left: 3em;
  }

    #side-menu .menu-item .sub-menu a:hover {
      color: #00939f;
    }

  #side-menu .mobile-cta {
    padding: 0;
    background-color: #fff; }
    #side-menu .mobile-cta a {
      margin: 0 auto;
      background-color: #F9423A !important;
      border-radius: 3px;
      box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
      color: #fff !important;
      font-weight: 500 !important;
      margin-top: 32px;
      margin-bottom: 32px;
      min-height: 0;
      text-align: center;
      text-transform: uppercase;
      transition: all 0.1s ease-in-out;
      font-size: 14px;
      padding: 14px 10px;
      max-width: 202px; }
      #side-menu .mobile-cta a:hover {
        background-color: #eb2a21;
        box-shadow: none; }
  #side-menu .side-nav > li:not(.menu-item-has-children) a {
    padding-left: 1.3125rem; } }
.mobile_nav{display:none;}
#et-secondary-nav, #et-secondary-nav li{margin-bottom:0;}
#main-header .container{width:95%}
.about-us .et_pb_section_video_bg .mejs-video{top:-25%;}

.facetwp-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 300px) {
	#main-header,#main-header .container {min-height:60px;}
}

.cb_4_column .et_pb_column.et_pb_column_1_3.et_pb_column_11.et_pb_css_mix_blend_mode_passthrough {
  width: 29%!important;
}


#team-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
margin: 0;
padding: 0; }
#team-grid li {
  list-style: none;
  float: left;
  background-size: cover;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  height: 300px;
  width: 300px; }
  #team-grid li.active {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
    #team-grid li.active > .team-overlay {
      color: #fff;
      opacity: 0.7; }
  #team-grid li.full {
    position: relative;
    width: 100%;
    height: auto; }
#team-grid .team-overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(52, 64, 73, 0.69);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: opacity 0.25s ease-in;
  width: 100%; }
  #team-grid .team-overlay:hover, #team-grid .team-overlay:active, #team-grid .team-overlay:focus {
    color: #fff;
    opacity: 0.7; }
  #team-grid .team-overlay .name {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0.625rem; }
  #team-grid .team-overlay .title {
    color: #fff;
    font-size: 0.9375rem; }
  #team-grid .team-overlay > * {
    padding: 0 1.25rem; }
#team-grid .inner-grid-wrap {
  padding: 3.75rem 0;
  position: relative; }
  @media all and (min-width: 52.75em) and (max-width: 74.9375em) {
    #team-grid .inner-grid-wrap {
      float: none;
      margin: auto; } }
  @media all and (min-width: 50em) {
    #team-grid .inner-grid-wrap {
      padding: 4.375rem 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap; } }
  @media all and (min-width: 75em) {
    #team-grid .inner-grid-wrap {
      padding: 7.5rem 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  @media all and (min-width: 75em) {
    #team-grid .inner-grid-wrap header {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc(99.9% * 6/12); }
    #team-grid .inner-grid-wrap header:nth-child(1n) {
  margin-right: 0;
  margin-left: 0; }
    #team-grid .inner-grid-wrap header:last-child {
  margin-right: 0; }
    #team-grid .inner-grid-wrap header:nth-child(0n) {
  margin-right: 0;
  margin-left: auto; } }
  #team-grid .inner-grid-wrap header h1 {
    color: #00ADBB;
    font-size: 2rem;
    letter-spacing: -0.67px;
    margin-bottom: 0;
    text-align: left; }
    @media all and (min-width: 50em) {
      #team-grid .inner-grid-wrap header h1 {
        font-size: 3rem;
        letter-spacing: -1px; } }
  #team-grid .inner-grid-wrap header h5 {
    color: #ABB3BE;
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    text-align: left; }
  #team-grid .inner-grid-wrap .entry-content {
    font-size: 0.9375rem;
    text-align: left; }
    @media all and (min-width: 75em) {
      #team-grid .inner-grid-wrap .entry-content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: calc(99.9% * 6/12); }
      #team-grid .inner-grid-wrap .entry-content:nth-child(1n) {
  margin-right: 0;
  margin-left: 0; }
      #team-grid .inner-grid-wrap .entry-content:last-child {
  margin-right: 0; }
      #team-grid .inner-grid-wrap .entry-content:nth-child(0n) {
  margin-right: 0;
  margin-left: auto; } }

#team-grid-preview {
display: none;
position: relative; }
#team-grid-preview .close {
  display: none;
  float: none;
  margin-bottom: 0;
  position: absolute; }
  @media all and (min-width: 52.75em) {
    #team-grid-preview .close {
      display: block; } }
  @media all and (min-width: 52.75em) and (max-width: 74.9375em) {
    #team-grid-preview .close {
      right: 0;
      top: 30px; } }
  @media all and (min-width: 75em) {
    #team-grid-preview .close {
      right: 0;
      top: 30px; } }
.container-team {
margin:auto;
padding-bottom: 58px;
}	
@media (min-width: 75em){
.container-team {
  max-width: 75rem;
}
}
.container-team .main_title{
text-align:center;
font-size: 3rem;
  letter-spacing: -1.2px;
  line-height: 56px;
}


/* Style from the customizer */

body {
font-weight: 400;
}

/*UBER MENU - plugin not used currently*/
.ubermenu .ubermenu-target {
font-size: 15px;
padding: 15px 15px;
}
#top-menu-nav #ubermenu-main-2-primary-menu-2 .ubermenu-submenu-type-mega {
  padding: 20px 40px;
  background-color: #fff;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0;
  -webkit-transform: translateX(-35px);
  transform: translateX(-35px);
}
#top-menu-nav #ubermenu-main-2-primary-menu-2.ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack > .ubermenu-item-normal:first-child {
  margin-top: 5px;
}
#top-menu-nav #ubermenu-main-2-primary-menu-2 .ubermenu-item-type-custom .ubermenu-content-block .menu-resource .resource-wrap-inner {
  padding: 1.25rem;
}
#top-menu-nav #ubermenu-main-2-primary-menu-2 a, .nav-primary #top-menu-nav #ubermenu-main-2-primary-menu-2 span.ubermenu-item-layout-text_only{
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  color: #343F49;
}
#top-menu-nav #ubermenu-main-2-primary-menu-2 .ubermenu-item-type-custom .ubermenu-content-block .menu-resource .entry-title,#top-menu-nav #ubermenu-main-2-primary-menu-2 .ubermenu-item-type-custom .ubermenu-content-block .menu-resource .event-url{
margin: 0;
}
#top-menu-nav #ubermenu-main-2-primary-menu-2 .arrow-link {
  display: inline-block !important;
  margin-left: 5px;
}
/*#top-menu-nav #ubermenu-main-2-primary-menu-2 svg path,#top-menu-nav #ubermenu-main-2-primary-menu-2 svg g {
  fill: #00ADBB !important;
}*/
#top-menu-nav #ubermenu-main-2-primary-menu-2 .arrow-link > svg {
  width: 12px;
  height: 9px;
  background-size: 12px 9px;
}
#top-menu-nav #ubermenu-main-2-primary-menu-2 .ubermenu-item-type-custom .ubermenu-content-block .menu-resource .learn-more-wrap a {
  color: #00ADBB;
  font-weight: 400;
}
#top-menu-nav #ubermenu-main-2-primary-menu-2 .ubermenu-item-type-custom .ubermenu-content-block .menu-resource .title{
margin-bottom: 1.25rem;
}
#top-menu-nav #ubermenu-main-2-primary-menu-2 .ubermenu-item-type-custom .ubermenu-content-block .menu-resource .entry-content {
  font-weight: 400;
}
#top-menu-nav #ubermenu-main-2-primary-menu-2 .ubermenu-submenu-type-mega .ubermenu-submenu .ubermenu-item-level-3 a {
  padding: 5px 0;
  font-size: 14px;
  color: #5C6872;
  font-weight: normal;
}
#top-menu-nav #ubermenu-main-2-primary-menu-2 .ubermenu-submenu-type-mega .ubermenu-submenu .ubermenu-item-level-2 a {
  font-size: 14px;
}
#top-menu-nav #ubermenu-main-2-primary-menu-2 .ubermenu-submenu-type-mega .ubermenu-submenu a,#top-menu-nav #ubermenu-main-2-primary-menu-2 .ubermenu-submenu-type-mega span.ubermenu-item-layout-text_only {
  padding: 0;
}
#top-menu-nav #ubermenu-main-2-primary-menu-2 .ubermenu-submenu-type-mega .ubermenu-submenu .ubermenu-item-level-3 a:hover, #top-menu-nav #ubermenu-main-2-primary-menu-2 .ubermenu-submenu-type-mega .ubermenu-submenu .ubermenu-item-level-3 a:active,#top-menu-nav #ubermenu-main-2-primary-menu-2 a:hover {
  color: #00ADBB;
}
#top-menu-nav #ubermenu-main-2-primary-menu-2 .ubermenu-item-type-custom .ubermenu-content-block .menu-resource {
  background-color: #f7f7f7;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
/*LOGO SHOWCASE*/
body .wpls-logo-showcase .wpls-logo-cnt.slick-slide img {
border: none
}

/*HEADER*/
body #main-header.et-fixed-header, body #main-header {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.mobile_menu_bar:before {
font-size: 44px;
}
.nav li a:hover, .menu li a:hover {
color: #00c9d9;
}
body #et-info-email:hover, body #et-secondary-menu>ul>li>a:hover, body #top-menu-nav>ul>li>a:hover, .et-fixed-header #top-menu a:hover {
opacity: 1;
color: #00c9d9 !important;
}
.ubermenu-item-type-column { max-width: 250px!important;min-width: 180px!important;}
/* GENERAL */

/* this line will make the headlines close to the old site but it will take over the Divi controls */
/* body h1, body h2, body h3, body h4, body h5, body h6 {
font-weight: 400;
} */

.white-link a {
color: #fff
}

.image-no-margin .et_pb_main_blurb_image {
margin-bottom: 0
}
.max-width .header-content {
/*max-width: 800px*/
max-width: 650px;
}

.blurb-narrow .et_pb_blurb_content {
max-width: 200px;
}

.border-bottom .et_pb_column {
border-bottom: 4px solid #00ADBB;
}

.border-bottom .no-border {
border-bottom: none;
}
.offset-top {
margin-top: -260px;
}

/*FOOTER*/
body #footer-widgets .footer-widget li a:hover, .bottom-nav a:hover {
color: #00ADBB;
opacity: 1;

}

body #footer-widgets .footer-widget li:before {
display: none;
}

body #footer-widgets .footer-widget ul li {
padding-left: 0;
margin-left:0em!important;
}

body #footer-widgets .footer-widget li {
padding-left: 0;
margin-left:0em!important;
}

#et-footer-nav .container {
text-align: center;
  padding-bottom: 15px;
}

body .bottom-nav {
  padding: 10px 0;
}

p.copyright {
font-size: 12px;
  color: #abb3be;
line-height: 1.4;
	width:800px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}

/* FORMS */

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus, select[multiple]:focus {
  border-color: #D0DD27;
  outline: none;
}

.signup-form .gform_wrapper form {
  background-color: #f4f4f4;
padding: 20px;
max-width: 482px;
}

.signup-form .gfield_description {
  color: #bbc917;
line-height: 1.4;
margin-top: 5px;
}

body .gform_wrapper span.gform_description {
line-height: 1.3;
  font-size: 16px;
  color: #000;
}

body .gform_wrapper .gfield_checkbox li, body .gform_wrapper .gfield_radio li {
  margin: 0 0 5px;
  line-height: 1.2;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, select[multiple] {
  border: 1px solid #F4F4F4;
  border-radius: 50px;
}

.gform_wrapper .top_label .gfield_label {
  color: #343F49;
font-size: 16px;
}

#et-main-area .signup-form .gform_wrapper form input:not(.button) {
  padding: 8px 12px;
font-size: 14px;
}

.signup-form .gform_wrapper form textarea {
  border-radius: 20px;
  height: 220px;
}

.signup-form .gform_wrapper form .gform_footer input {
  padding: 12px 32px;
font-size: 16px;
  border: none;
  font-weight: 600;
  width: auto;
background-color: #1eaeb4;
border-radius: 6px;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
-webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-transform: uppercase;
user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.signup-form .gform_wrapper form .gform_footer input:hover {
background-color: #343f49;
}

.offset-form {
margin-top: -120px;
}

body .gform_wrapper ul.gfield_checkbox li label, body .gform_wrapper ul.gfield_radio li label {
  font-weight: 400;
  color: #000;
}

/****************
TABLETS and MAX
*****************/
@media screen and (max-width: 768px) {
body .et_pb_widget {
  float: none;
  max-width: 100%;
  text-align: center;
}
}

/****************
TABLETS and MIN
*****************/
@media screen and (min-width: 768px) {
.offset-form {
  margin-top: -150px;
}
}

/****************
DESKTOP and MAX
*****************/
@media screen and (max-width: 980px) {
.column-reverse {
  flex-direction: column-reverse;
  display: flex;
}
	.et_header_style_left #logo.mobile-logo {
  /*max-height: 55px;
  max-width: 55px;*/
  width: 135px;
  height: auto;
  max-height: none;
  margin-top: -50px;
}
}

/****************
DESKTOP and MIN
*****************/
@media screen and (min-width: 981px) {

.max-width-title .header-content {
  max-width: 400px
}
.max-width-title h1 {
  margin-bottom: 40px;
}

.offset-form {
  margin-top: -370px;
}
.signup-form .gform_wrapper form {
  padding: 40px;
}
}

/****************
LARGE DESKTOP and MAX
*****************/
@media screen and (max-width: 1200px) {
#et_mobile_nav_menu {
  display: block
}

#logo.desktop-logo {
  display: none
}
.et_header_style_left #logo.mobile-logo {
    /*max-height: 55px;
    max-width: 55px;
    width: 120px;*/
    max-height: 100%;
    margin-top: 5px;
padding-bottom:10px;
}

}

/****************
LARGE DESKTOP and UP
*****************/
@media screen and (min-width: 1201px) {
#logo.mobile-logo {
  display: none
}

#top-header {
  z-index: 998;
}
#main-header {
  z-index: 999;
}
.desktop-logo {
  margin-top: -40px;
}

}


/*-----------------------------------------------*/
/*-----Scrolling Image Carousel by Divi Soup-----*/
/*-----------------------------------------------*/


/***10 Images***/


/*Stops the browser creating a horizontal scrollbar*/

.ds-carousel-section {
  overflow: hidden;
}


/*Sets the width of the image modules and floats them so they are next to each other*/

.ds-carousel-logo {
  width: 20%;
  float: left;
}


/*Sets the position and visibility of the rows*/

.ds-image-carousel {
  float: left;
  position: absolute;
  padding: 0;
  opacity: 0;
  z-index: 0;
}


/*Position, visibility and animation settings for the first row*/

.ds-image-carousel-first {
  position: relative;
  z-index: 1;
  -webkit-animation: first 15s 1 linear forwards;
  animation: first 15s 1 linear forwards;
}


/*Animation settings for the rest of the rows*/

.ds-image-carousel-second,
.ds-image-carousel-third {
  -webkit-animation: rest 30s infinite linear;
  animation: rest 30s infinite linear;
}


/*Animation delay for the third row*/

.ds-image-carousel-third {
  -webkit-animation-delay: 15s;
  animation-delay: 15;
}


/*Animation for the continuous scrolling effect*/


/*First row - this only plays once*/

@-webkit-keyframes first {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      z-index: 1;
  }
  99.99% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 1;
      z-index: 1;
  }
  100% {
      opacity: 0;
      z-index: 0;
  }
}

@keyframes first {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      z-index: 1;
  }
  99.99% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 1;
      z-index: 1;
  }
  100% {
      opacity: 0;
      z-index: 0;
  }
}


/*All other rows - these play continuously*/

@-webkit-keyframes rest {
  0.01% {
      opacity: 0;
      z-index: 0;
  }
  0.011% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 1;
      z-index: 1;
  }
  100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 1;
  }
}

@keyframes rest {
  0.01% {
      opacity: 0;
      z-index: 0;
  }
  0.011% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 1;
      z-index: 1;
  }
  100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 1;
  }
}


/*Pause all animation on hover*/

.ds-carousel-section:hover .ds-image-carousel {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}


/*-----------------------------------------------*/
/*---End Scrolling Image Carousel by Divi Soup---*/
/*-----------------------------------------------*/
.checkmark-list {
margin:15px 0px 37px 19px;
}
.checkmark-list li {
  background-image: url(/wp-content/uploads/2018/04/check.svg);
  background-repeat: no-repeat;
  list-style: none;
  background-position: left;
  padding-left: 30px;
  text-align: left;
  background-size: 15px;
  background-position: top left;

}

/*.et_pb_blurb_content svg path, .et_pb_blurb_content svg g{
fill:#00ADBB !important;
}*/

.company-news #sidebar {
padding-left:0px;
padding-top:90px;
}

.company-news .et_pb_row{
padding:0px;
}

.company-news p.link-more {
  margin-top: 1.25rem;
}

.post-type-archive-news .heading.hero-heading{
font-size: 2.75rem;
}
.post-type-archive-news .post-meta {
  font-size: 0.9375em;
  color: #ABB3BE;
}
.post-type-archive-news .entry-title{
font-weight: 500;
font-size: 1.375em;
color: #343F49;
letter-spacing: -0.3px;
line-height: 28px;
margin-top: 0;
}
.post-type-archive-news .entry-content p.link-more {
  margin-top: 1.25rem;
}
.post-type-archive-news .entry-content > p {
  font-size: 0.9375em;
  line-height: 23px;
  margin-bottom: 0;
}
.post-type-archive-news .more-link {
position: relative;
  color: #00ADBB;
  font-size: 16px;
}
.post-type-archive-news .more-link img {
  vertical-align: middle;
}
.single-news .et-last-child h4 {
  font-size: 1.25rem;
  line-height: 28px;
  margin-bottom: 1.25rem;
}
.single-news .et-last-child .widget_text a.links-email {
  color: #00ADBB;
  text-decoration: none;
}
.single-news .et-last-child .widget_text {
  font-size: 0.9375em;
  line-height: 23px;
}

/* Media queries */

@media only screen and (max-width: 1400px){
.developer-slider-section .wrap {
  max-width: 80%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 768px){
.developer-slider-section h3 {
  font-size: 24px;
  line-height: 30px;
}
}
@media only screen and (max-width: 480px){
.developer-slider-section .wrap {
  max-width: 75%;
  margin: 0 auto;
}
.developer-slider-section h3 {
  font-size: 20px;
  line-height: 25px;
}
}
/*
@media screen and (max-width: 1200px)
{
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation{padding-bottom:33px;}
#et-top-navigation{padding-left:0!important;width:100%}
#top-menu-nav{display:block;width:100%}
#et_mobile_nav_menu{display:none;}
.ubermenu-responsive-toggle{padding:0;}
.ubermenu.ubermenu-main{top: 30px;}
.ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target{
padding-top:15px;
padding-bottom:15px;
}
.fa-bars:before {
  font-size: 30px;
}

#main-header .logo_container{
  float:left;
  max-width:50%;
  height:85px;
  top: 20px;
}
#main-header #logo{
  position:  absolute;
}

.ubermenu-responsive-toggle{
  position:relative;
  z-index:40;
}

.ubermenu.ubermenu-main{
  position: relative;
  width: 100%;
  background-color:  white;
  left:  0;
}

.et_fullwidth_nav header#main-header .container{
  padding:0;
}
}*/


/* Single Post ajustments */
body.single-post #sidebar{
display: none;
}

/* Style the post category */
.post-category {
text-transform: uppercase;
font-weight: 500;
}

/* Style the single post meta */
body.single-post .custom-post-meta .author-name,
body.single-post .custom-post-meta .post-date {
display: inline-block;
font-size: 1rem;
}

body.single-post .custom-post-meta .author-name {
font-weight: 600;
}

body.single-post .custom-post-meta .post-date {
margin-left: 20px;
}

@media screen and (min-width: 981px) {
body.single-post #left-area {
  border-right: 0;
  float: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

/* Remove the right gray border */
body.single-post #main-content .container:before {
  display: none;
}

body.single-post .featured-image {
  padding-top: 0;
}

body.single-post #main-content .featured-image {
  width: 79.125%;
  margin-left: auto;
  margin-right: auto;
}

body.single-post #main-content .entry-content {
  /*width: 79.125%;*/
  width: 80%!important;
  margin-left: auto;
  margin-right: auto;
}

/* Style the single post meta */
body.single-post .custom-post-meta {
  width: 150px;
  position: absolute;
  left: 0;
  margin-top: 20px;
}

body.single-post .custom-post-meta .author-name {
  font-size: 13px;
  font-weight: 600;
}

body.single-post .custom-post-meta .author-name,
body.single-post .custom-post-meta .post-date {
  display: block;
  line-height: 25px;
}

body.single-post .custom-post-meta .post-date {
  margin-left: 0;
  font-size: .8rem;
}

}

@media screen and (min-width: 1470px) {
body.single-post .custom-post-meta .author-name {
  font-size: 14px;
}

body.single-post #main-content .entry-content {
  width: 80%!important;
}
}

/* Fix unordered lists style */
ul li {
font-size: 1.125rem;
line-height: 1.5rem;
margin: 0 0;
padding: 0;
}

/* Fix ordered lists style */
ol li {
font-size: 1.125rem !important;
line-height: 1.5rem !important;
margin: 0 0 !important;
counter-increment: inst;
list-style: none;
list-style-type: none !important;
position: relative;
padding-left: 10px;
}

/* Fix ordered lists number style */
ol li::before {
content: counter(inst) '.';
font-weight: bold;
position: absolute;
left: -10px;
}

/**
* Style the archive post listing
*/

body.archive #left-area .post-meta {
display: none;
}

body.archive h2 {
line-height: 20px;
margin-bottom: 10px;
}

body.archive h2 a {
color: #222222;
font-size: 22px;
}

body.archive .entry-content {
color: #666;
line-height: 1.5rem;
margin-bottom: 20px;
font-size: 18px;
}


body.archive a.more-link {
float: left !important;
font-size: 1rem;
margin-bottom: 20px;
}

body.archive .custom-post-meta,
body.archive .custom-post-meta a {
color: #666;
}


@media (min-width: 981px) {
body.archive #left-area {
  width: 100%;
}

body.archive #main-content .container:before {
  display: none;
}
}

@media (max-width: 1023px) {
body.archive .et_pb_post > a img {
  margin-bottom: 20px;
}
}

@media screen and (min-width: 1024px) {
body.archive .et_pb_post > a {
  float: right;
  width: 30%;
}

body.archive .custom-post-meta {
  float: left;
}

body.archive h2,
body.archive .entry-content {
  padding-right: 30px;
  float: right;
  width: 70%;
}

body.archive a.more-link {
  width: 70%;
}

}

#et-info, #et-secondary-menu > ul > li a {
font-size: 14px;
}

/* Single Post ajustments */
body.single-post #sidebar{
display: none;
}

/* Style the post category */
.post-category {
text-transform: uppercase;
font-weight: 500;
}
/* Style the single post meta */
body.single-post .custom-post-meta .author-name,
body.single-post .custom-post-meta .post-date {
display: inline-block;
font-size: 1rem;
}

body.single-post .custom-post-meta .author-name {
font-weight: 600;
}

body.single-post .custom-post-meta .post-date {
margin-left: 20px;
}
.cta_button
{
  background-color: #FFFFFF!important;
  color: #F9423A !important;
  border:0;
    line-height: 1.7em!important;
	font-size: 18px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
  
}    

a.cta_button:hover
{
  color: #FFFFFF  !important;
  background-color: #F9423A  !important;
  border:1px!important;
	border-color:#FFFFFF;
}
.orangebtn
{
  background-color: #e53734;
  color: white !important;
}
.orangebtn:hover
{
  background-color: #F9423A  !important;
  color: white !important;
}
.tip_component a
{
color:#e53734;
}
body .page-template-landing-blog-template .bqBYFt,body .bqBYFt
{
 background:#e53734 !important;
}
@media screen and (min-width: 981px) {
body.single-post #left-area {
  border-right: 0;
  float: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

/* Remove the right gray border */
body.single-post #main-content .container:before {
  display: none;
}

body.single-post .featured-image {
  padding-top: 0;
  max-width:600px!important;
}

body.single-post #main-content .entry-content {
  width: 79.125%;
  margin-left: auto;
  margin-right: auto;
}

/* Style the single post meta */
body.single-post .custom-post-meta {
  width: 150px;
  position: absolute;
  left: -66px;
  margin-top: 30px;
}

body.single-post .custom-post-meta .author-name {
  font-size: 1.1rem;
  font-weight: 600;
}

body.single-post .custom-post-meta .author-name,
body.single-post .custom-post-meta .post-date {
  display: block;
  line-height: 25px;
}

body.single-post .custom-post-meta .post-date {
  margin-left: 0;
  font-size: .8rem;
}

}

/* Fix lists font size */
ul li {
font-size: 1.125rem;
line-height: 1.5rem;
margin: 0 0 .25rem;
padding: 0;
}

/**
* Style the archive post listing
*/

body.archive #left-area .post-meta {
display: none;
}

body.archive h2 {
line-height: 20px;
margin-bottom: 10px;
}

body.archive h2 a {
color: #222222;
font-size: 22px;
}

body.archive .entry-content {
color: #666;
line-height: 1.5rem;
margin-bottom: 20px;
font-size: 18px;
}


body.archive a.more-link {
float: left !important;
font-size: 1rem;
margin-bottom: 20px;
}

body.archive .custom-post-meta,
body.archive .custom-post-meta a {
color: #666;
}
.site-header .search-form {
  position: absolute;
  left: 200px;
  top: 200px;
}

#main-content .search-field {
  background-color: transparent;
  background-image: url(images/search-icon.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  float: right;
  height: 37px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition:         width 400ms ease, background 400ms ease;
  width: 0;
}
#main-content .search-field:focus {
  background-color: #fff;
  border: 2px solid #c3c0ab;
  cursor: text;
  outline: 0;
  width: 230px;
}
.search-form
.search-submit { 
display:none;
}


.wp-pagenavi {
  text-align: center;
	border-top:none!important;
  }
  .page-template-landing-blog-template .et_pb_blurb_description h4 {
 min-height: 119px;
}
.page-template-landing-blog-template .et_pb_blurb_description
{
padding-top: 0px;
}
.cat-menu ul.list-items li a:hover
{
color:#ffffff;
opacity:0.5;
}
.page-template-landing-blog-template .full-cat.container-fluid
{
padding: 20px 30px !important;
margin-top:0px;
}
#top-menu-nav ul#top-menu
{
margin-bottom: 20px; 
}
.page-template-landing-blog-template .container-fluid.full-cat 
{
  background-image: linear-gradient(150deg,#1e242b 0%,#1e242b 100%) !important; 
}
.margin-bottom-none
{
  margin-bottom: 0px !important;
}
.cat-menu ul.list-items li
{
  display: inline;
}
.cat-menu ul.list-items li a
{
  color: #fff;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight:400;font-size:15px;
  padding-right: 22px; 
}
.cat-menu ul.list-items li.selected a
{
  font-weight:600;font-size:16px;
}
.cat-menu ul.list-items
{
  display: inline;
}
.category-menu
{
  background-image: linear-gradient(150deg,#1e242b 0%,#1e242b 100%) !important;

}
.color-white
{
  color: white;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight:400;font-size:22px;
}
.color-white a:hover {color:#ffffff!important;opacity:0.4;}
.page-template-landing-blog-template .et_pb_column_6:hover {
  box-shadow: 0px 20px 18px -6px rgba(0,0,0,0.2); 
   transform: scaleX(1.05) scaleY(1.05)!important; 
}
.adpadd {margin-bottom:35px!important;}

h3.h3signup {
font-size: 28px !important;
}

.cu-blog .et_pb_salvattore_content[data-columns]::before {
content: '4 .column.size-1of4' !important;
}
.page-template-landing-blog-template article.et_pb_post
{
float:left;
width:25%;
padding:10px
}
.page-template-landing-blog-template article.et_pb_post
{
float:none;
width:100%;
padding:10px;
}
.page-template-landing-blog-template .container-fluid
{
padding:36px 30px 15px;
background-color: #f8f8f8 !important;
}
.page-template-landing-blog-template .cat-menu
{
  width: 80%;
  float: left;
}
.page-template-landing-blog-template .search-posts
{display: inline;
  width: auto;
}
.search #content-area img {
  display: block !important;
}
body.archive h2.title-full
{
width:100%;
}
.page-template-landing-blog-template .et_pb_main_blurb_image
{
  margin-bottom: 0px;
}
.page-template-landing-blog-template .et_pb_column.et_pb_column_1_4.et_pb_column_6.et_pb_css_mix_blend_mode_passthrough {
  background-color: #ffffff;
  padding-bottom: 0px;
  box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.2);
max-height: 400px;
min-height:400px;
margin-bottom:40px;
  transition: transform 300ms ease 0ms,box-shadow 300ms ease 0ms,box-shadow 300ms ease 0ms;
}
h4.blog_title
{
    margin-top: 0 !important;
  padding-top: 0 !important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 300 !important;
  font-size: 20px;
  line-height: 29px;
  line-height: 1.3em;
}
.page-template-landing-blog-template .gradient-background-blog
{
background-image: linear-gradient(273deg,rgba(249,66,58,0.8) 0%,rgba(229,55,52,0.8) 100%);
}

.page-template-landing-blog-template  .subscribebtn
{
  background: #e53734!important;
  color: white;
  height: 48px;
}

.page-template-landing-blog-template  .subscribebtn:hover
{
  background: #F9423A!important;
}
.page-template-landing-blog-template .adjust-single-post-content
{
  padding:30px 0px !important;
  padding-top: 0px !important;
  width:84% !important;
}
.sfwppa-navi-style.sfwppa-style-4 .sfwppa-pages.sfwppa-extend,
.sfwppa-navi-style.sfwppa-style-4 prev:hover, .sfwppa-pages.sfwppa-extend:hover
{
  color:#edb800 !important;
	border:0 !important;
}
.wp-pagenavi .sfwppa-pages.sfwppa-current-page:hover,.sfwppa-pages.sfwppa-link.sfwppa-link-next:hover {
  background: #e53734 !important;
  color:white !important;
}
.sfwppa-navi-style.sfwppa-style-4 .sfwppa-current-page
{
background: #fff !important; 
}
.sfwppa-navi-style.sfwppa-style-4 .current
{
color: #fff !important;
}
.sfwppa-navi-style.sfwppa-style-4 .sfwppa-pages.sfwppa-extend:hover
{
  background: transparent !important;
}
.sfwppa-navi-style.sfwppa-style-4 .sfwppa-pages.sfwppa-extend,
.sfwppa-navi-style.sfwppa-style-4 .sfwppa-pages.sfwppa-extend:hover
{
  color:#edb800 !important;
	border:0 !important;
}
.wp-pagenavi .sfwppa-pages.sfwppa-link.sfwppa-link-previous:hover, .sfwppa-pages.sfwppa-current-page:hover,.sfwppa-pages.sfwppa-link.sfwppa-link-next:hover {
  background: #e53734 !important;
  color:#ffffff !important;
}
.page-template-landing-blog-template div.et_pb_main_blurb_image svg
{
  width:100%;
  height:100%;
}
@media (min-width: 981px) {
body.archive #left-area {
  width: 100%;
}
.page-template-landing-blog-template .et_pb_column.et_pb_column_1_4.et_pb_column_6.et_pb_css_mix_blend_mode_passthrough
{
width: 22.75%;
margin-right: 36px;
}
.page-template-landing-blog-template #content-area
{
   max-width: 1200px;
  margin: auto;
}
.page-template-landing-blog-template .et_pb_column.et_pb_column_1_4.et_pb_column_6.et_pb_css_mix_blend_mode_passthrough.last_child
{
margin-right: 0px;
}

body.archive #main-content .container:before {
  display: none;
}
.container-fluid.full-cat .category-menu {
  max-width: 1200px;
  display: block;
  background: transparent !important;
  margin: auto;
}
.page-template-landing-blog-template .align-heading
{
max-width: 1200px;
display: block;    float: none;
margin:auto;margin-bottom: 1.875rem;
}
/* .et_fixed_nav #main-header #et-top-navigation
{
    padding: 50px 0 0 0 !important;
} */
}

@media (max-width: 1023px) {
body.archive .et_pb_post > a img {
  margin-bottom: 20px;
}

.page-template-landing-blog-template .et_pb_blurb_description h4 {
  min-height: 4em;
}

.single-post .et_pb_row.et_pb_row_2.et_pb_row_1-4_1-2_1-4
{
  width: 100%;
}
.single-post .container.no-top-padding
{
  width: 100%;
  margin-top: -2px;

}
.single-post .tag-list
{
  margin-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.single-post .et_pb_module.et_pb_text.et_pb_text_2 .et_pb_text_inner h5
{
  margin-bottom: 0px;
}
.single-post .et_pb_column.et_pb_column_1_2.et_pb_column_5.et_pb_css_mix_blend_mode_passthrough, .single-post  .et_pb_column.et_pb_column_1_4.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough
{
  margin-bottom: 0px;
}
.single-post .social-icons
{
      margin-bottom: 10px;
  margin-left: 0px;
}
.tag-list li
{
  width: 100%;
}
.et_pb_module.et_pb_text.et_pb_text_2.et_clickable.et_pb_text_align_left.et_pb_bg_layout_light h1
{
  font-size: 40px;   
}
.page-template-landing-blog-template .full-cat.container-fluid
{
      padding: 8px 30px !important;
}
.single-post ul.social-icons,.single-post ul.tag-list
{
  padding-left: 0px;
}
.topnav {
overflow: hidden;
   background:transparent;
position: relative;
}

.topnav #myLinks {
display: none;
}
.topnav a.bloglink
{
font-weight: 600;
  padding: 12px 16px;

}
.topnav a {
color: white;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
display: block;
}

.topnav a.icon {
background: transparent;
display: block;
position: absolute;
right: 0;
top: 0;
}
.topnav a.icon i
{
color: white;
}
.topnav  #myLinks a {
  color: white;
  border-bottom: 1px solid white;
  padding: 0px 16px;

}
.topnav  #myLinks a:last-child {
  border-bottom: 0px solid white;

}
.page-template-landing-blog-template div.et_pb_section.et_pb_section_1.et_pb_with_background.et_section_regular
{
background-attachment: scroll !important;
padding-top: 20px !important;
}
.page-template-landing-blog-template .et_pb_row
{
  width:84%;
}
}

@media (max-width: 1259px) and (min-width: 1024px)
{

.page-template-landing-blog-template .et_pb_column.et_pb_column_1_4.et_pb_column_6.et_pb_css_mix_blend_mode_passthrough{
  width: 22% !important;
}
}


@media screen and (min-width: 1024px) {
body.archive .et_pb_post > a {
  float: right;
  width: 30%;
}

body.archive .custom-post-meta {
  float: left;
}

body.archive h2,
body.archive .entry-content {
  padding-right: 30px;
  float: right;
  width: 70%;
}

body.archive a.more-link {
  width: 70%;
}
}
@media (max-width: 1023px) and (min-width: 479px)
{

.page-template-landing-blog-template .et_pb_column.et_pb_column_1_4.et_pb_column_6.et_pb_css_mix_blend_mode_passthrough{
  width: 43%;
  height: 335px;
  display: block;
  margin-bottom: 30px;
  margin: 0px 20px;
}
.page-template-landing-blog-template .et_pb_blurb_description h4
{
min-height:  4.8em !important;
}h2.align-heading
{
margin-left: 20px !important;
}
.et_pb_column.et_pb_column_1_4.et_pb_column_6.et_pb_css_mix_blend_mode_passthrough 
{
margin-left: 26px !important;
}
#main-content  div.et_pb_section.et_pb_section_1.et_pb_with_background.et_section_regular div.et_pb_column.et_pb_column_1_4.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough .et_pb_blurb_content
{
margin-left: 0px;
}
.tag-list li
{
width: auto;
}
.social-icons li {
  display: inline-block;
  width: 12% !important;
}
}
