/*

Theme Name: Enfold Child
Description: A Wordpress child theme for Enfold developed by Good Looking Ideas
Version: 1.2.1
Template: enfold
Author: gabe@goodlookingideas.com

Changelog
-----------------
2018-03-09  Added widget "Header Right" to Widgets and associated location within header.

*/

footer#socket {
    font-size: 16px;
    padding-bottom: 100px;
    margin-bottom: 0px;
}
.breadcrumb span {
    display: inline;
    padding: 0;
    float: none;
}
.breadcrumb a:hover {
    text-decoration: underline !important;
}
#after_section_23 {
    display: none;
}
.rpwwt-post-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
.rpwwt-post-date{
  font-size: 14px
}
.rpwwt-widget ul li {
  margin: 10px 0 10px
}
/* Extra Classes */
.wellsky-top-paragraph{
  line-height: 36px !important;
  text-align: left;
}

.wellsky-top-paragraph-mobile{
  text-align: center; 
  font-family: roboto; 
  font-size: 16px !important; 
  line-height: 25px !important;
}

.wellsky-line-height-twenty-one{
  line-height: 21px !important;
}
.wellsky-line-height-twenty-two{
  line-height: 22px !important;
}

.wellsky-background-title{
  text-align: center; 
  font-size: 20px !important; 
  margin: 1.5em 0;
}

.wellsky-normal-paragraph-mobile{
  text-align: center; 
  font-size: 16px !important; 
  font-weight: 300 !important; 
  line-height: 25px !important;
}

.wellsky-margin-bottom-two{
  margin-bottom: 2rem;
}

.wellsky-header-center-blue{
  text-align: center; 
  font-family: roboto; 
  font-weight: normal !important; 
  font-size: 22px !important; 
  line-height: 30px !important; 
  color: #52858f;
}

.wellsky-slider-title{
  font-family: roboto; 
  font-weight: normal !important; 
  font-size: 18px !important; 
  line-height: 21.6px !important; 
  text-align: center; 
  color: #1b3648;
}
.wellsky-slider-text{
  font-family: roboto; 
  font-weight: 300 !important; 
  font-size: 18px !important; 
  line-height: 21.6px !important; 
  text-align: center; 
  color: #1b3648;
}

.wellsky-line-height-fifty-six{
  line-height: 56px !important;
}
.wellsky-line-height-center-thirty-light{
  text-align: center; 
  line-height: 30px !important; 
  font-weight: 200 !important;
}

.wellsky-color-orange{
  color:#c0873f;
}

.wellsky-color-orange-line-height-weight{
  text-align: center; 
  font-weight: 400 !important; 
  line-height: 21px !important;
}
.wellsky-color-orange-line-height-weight span{
  color: #c0873f;
}

.wellsky-center-no-margin-top{
  text-align: center; 
  font-weight: 400 !important; 
  line-height: 24px !important; 
  font-size: 18px !important; 
  margin-top: 0;
}

.wellsky-center-margin-bottom{
  text-align: center; 
  font-weight: 300 !important; 
  line-height: 24px !important; 
  font-size: 18px !important; 
  margin-bottom: 1em;
}

.wellsky-color-darker-orange{
  color: #d38335;
}

/* removes "Pages" title from search results in AJAX live search */
#top #searchform .ajax_search_response h4 {
	display:none;
}


/* removes image icon from search results in AJAX live search */ 
.header_color .ajax_search_image {
	display:none;
}
 

#menu-item-search a {
    height: auto !important;
}


#header #menu-item-328 .avia_mega_div:before{right:805px;}
#header #menu-item-39922 .avia_mega_div:before{content: "";
    bottom: 100%;
    right: 700px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #efede7 transparent;
    position: absolute;
}
.min-height-385{min-height: 385px;}
.page-id-40353 .main_color .av_promobox{background-color:#fff;}
.with-img-fluid .avia_image, .img-fluid{width: 100%; height: auto;}

@media only screen and (max-width:1593px) {
    #top .av-section-tab-title {
        width: unset;
    }
}
#top .avia-slideshow-arrows a{
	top: 10px;
}
#top:not(.home) .avia-slideshow-arrows a::before {
	background: #fff;
    width: 25px;
    height: 25px;
    font-size: 15px;
    line-height: 25px;
    border-radius: 50px;
    border: solid #71B0B5 2px;
    color: #71B0B5;
}

#top .av-tab-above-content .av-tabsection-arrow {
	top: 50%;
}

#top .iconbox {
    background: #ffffff;
    border-top: 9px;
    border-top-color: #71b0b4;
    border-top-style: solid;
    padding: 15px;
}


/* .inner-container .main_menu {
  display: none;
} */

#header_main.mobile {
  display: none;

}

@media only screen and (max-width: 990px) {
    /* #header_main, .sub_menu {
      display: none;
    } */

    .responsive.html_mobile_menu_tablet #top #wrap_all #header {
      display: none;
    }

    #header_main.mobile {
      display: flex;
      background: #ffffff;
      flex-wrap: wrap;
      padding: 1em 0.5em;
      position: relative;
      height: 80px;
      /* z-index: 100; */
      width: 100%;
    }

    #header_main.mobile .menu {
      flex-basis: 30%;
    }

    #top #header_main.mobile .av-small-burger-icon {
      transform-origin: left;
      padding: 0.25em 0;
      margin: 0.25em 0;
    }

    #header_main.mobile .logo {
      flex-basis: 40%;
      height: unset !important;
      margin-left: 4rem;
    }

    #header_main.mobile .links {
      flex-basis: 30%;
      text-align: right;
      display: flex;
      align-items: center;
      justify-content: right;
    }

    #header_main.mobile .links a {
      padding: 0 0.2em;
      margin: 0 .2em;
    }

    .av-burger-overlay {
      display: none;
    }

    .av-burger-overlay.mobile {
      display: block;
    }

    #menu {    
      position: relative;
      width: 100%;
      margin: 0 0 1em;
      padding: 1em 0;
      background-color: #ffffff;
    }  

    #menu li {
      text-align: center;
      padding: 0 .25em;
      
    }

    #menu li a {
      font-family: "roboto";
      font-weight: normal;
      font-size: 20px;
      line-height: 22px;
      color: #c0873f;
      display: block;
      padding: 0.75em 0;
    }

    #menu li a.phone-number {
      color: #c0873f;
    }

    #menu li a.request-demo {
      background-color: #93272C;
      color: #ffffff;
    }

    .menuOff {    
        display: none;    
    }    
        
    .menuOn {    
        display: block;    
    } 

  }
  .wellsky-desktop-solutions-post .avia_image,.wellsky-desktop-resource-post .avia_image{
    height:174px;
    width:310px;
    object-fit:cover;
  }
  .wellsky-desktop-solutions-post {
    margin-left: 0 !important;
  }
  #top #after_section_8 .flex_column_table{
    display: table;
  }

  /* software-carousel */

  @media only screen and (max-width: 767px){
    .hero-slider.hero-slider-mobile-left img{
      left: -400px !important;
    }
    #header_main.mobile .logo {
      flex-basis: 40%;
      height: unset !important;
      margin-left: -1rem;
    }
    .wellsky-mobile-search-layout .avia_search_element{
      padding: 0px 20px;
    }
    
    .hp-banner-h1{
      padding: 0px 20px;
    }
    .wellsky-mobile-intro-layout{
      background-size: cover;
    }
    .wellsky-mobile-search-layout .breadcrumbs{
      padding:20px;
    }
    .wellsky-mobile-intro-layout .template-page.content.av-content-full.alpha.units{
      padding-bottom:0px !important;
    }
    .wellsky-mobile-all-slider img{
      width: 100%;
      height: 210px;
      object-fit: cover;
      }
      .wellsky-rollover-effect-content-slider .home-matrix{
        padding-left:0px !important;
      }
  }

.desktop-banner {
	background-size: cover;
}

/* .wellsky-desktop-search-layout .av-special-heading-tag{
  text-shadow:1px 1px 3px black;
}
.wellsky-desktop-post-slider-home h3{
  text-shadow: 1px 1px 3px black;
}
.wellsky-desktop-post-slider-home p{
  text-shadow:1px 1px 1px black;
}
.wellsky-desktop-post-slider-home a{
  text-shadow:1px 1px 1px black;
} */
/* .wellsky-desktop-post-slider-home .av-inner-tab-title{
  text-shadow:none;
} */
/* .wellsky-mobile-post-slider-home h3{
  text-shadow: 1px 1px 3px black;
} */
.recent-post-cta a,.recent-post-cta span{
  font-size:18px;
}
.wellsky-desktop-search-layout-two .av-special-heading-tag .special_amp{
  font-weight: 500;
}
#top .wellsky-desktop-search-layout .av_searchform_wrapper{
  width: 60%;
}

.main_color .content a.avia-button.avia-size-x-large{
  padding: 25px 15px 23px 25px !important;
}
.home-matrix .flippety{
  background-size: cover;
}
.wellsky-desktop-solutions-post .avia_textblock a{
  font-weight: 500 !important;
}
.wellsky-two-column-grid .avia-button{
  text-align: left;
  font-size: 25px;
  font-weight: 500 !important;
  padding: 25px 15px 23px 25px !important;
}
.wellsky-two-column-grid .avia-button .avia_button_icon.avia_button_icon_right {
  left: 0.3em;
  float: right;
  font-size: 50px;
  font-weight: bold;
  float: right;
  margin-top: -15px;
}

/* Find & Explore buttons */
.wellsky-two-column-grid .avia_button_icon{
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
}
.wellsky-two-column-grid .avia_button_icon.avia_button_icon_right{
  position: absolute !important;
  display: block !important;
}

.wellsky-two-column-grid [data-av_icon]:before{
  position: absolute !important;
  right: 20px !important;
}

.wellsky-two-column-grid .avia_iconbox_title{
  display: block;
  padding-right: 17%;
}
.wellsky-desktop-solutions-post .avia_image{
  object-position: right !important;
}
.wellsky-desktop-solutions-post .object-postition-center .avia_image{
  object-position: center !important;
}
.wellsky-desktop-solutions-post.object-postition-center .avia_image{
  object-position: center !important;
}
.wellsky-mobile-solutions-slider img{
  object-position: right !important;
}
.wellsky-mobile-solutions-slider .direct-object-postition-center{
  object-position: center !important;
}
.home-testimonials-no-slider .avia-slideshow-arrows.avia-slideshow-controls{
  display: none !important;
}
.wellsky-providers-link-arrow a{
  position: relative;
}
.wellsky-providers-link-arrow .iconbox_content_container a::before{
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='24.5' viewBox='0 0 26 49'%3E%3Ctext id='_' data-name='›' transform='translate(0 40)' fill='%23d38335' font-size='49.559' font-family='ZapfDingbatsITC, Zapf Dingbats'%3E%3Ctspan x='0' y='0'%3E›%3C/tspan%3E%3C/text%3E%3C/svg%3E%0A");
    position: absolute;
    right: -20px;
    font-family: 'fontello';
    color:#d38335;
    bottom: -12px;
}
.wellsky-two-column-grid .avia_button_icon[data-av_icon]:before{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='49' viewBox='0 0 26 49'%3E%3Ctext id='_' data-name='›' transform='translate(0 40)' fill='%23d38335' font-size='49.559' font-family='ZapfDingbatsITC, Zapf Dingbats'%3E%3Ctspan x='0' y='0'%3E›%3C/tspan%3E%3C/text%3E%3C/svg%3E%0A");
  position: absolute;
  right: -20px;
  font-family: 'fontello';
  color:#d38335;
  margin-top: -7px;
  top: 50%;
}
.wellsky-two-column-grid .avia-button:hover .avia_button_icon[data-av_icon]:before{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='49' viewBox='0 0 26 49'%3E%3Ctext id='_' data-name='›' transform='translate(0 40)' fill='white' font-size='49.559' font-family='ZapfDingbatsITC, Zapf Dingbats'%3E%3Ctspan x='0' y='0'%3E›%3C/tspan%3E%3C/text%3E%3C/svg%3E%0A");
  position: absolute;
  right: -20px;
  font-family: 'fontello';
  color:#d38335;
  margin-top: -7px;
  top: 50%;
}

.wellsky-mobile-button-grid .avia_button_icon[data-av_icon]:before{
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.5' height='12.25' viewBox='0 0 26 49'%3E%3Ctext id='_' data-name='›' transform='translate(0 40)' fill='%23d38335' font-size='49.559' font-family='ZapfDingbatsITC, Zapf Dingbats'%3E%3Ctspan x='0' y='0'%3E›%3C/tspan%3E%3C/text%3E%3C/svg%3E%0A");
  position: absolute;
  top: 15%;
}
.wellsky-desktop-search-layout h1{
  font-weight: 500 !important;
}
.wellsky-desktop-tablet-post-callout{
  background-size: cover;
}
.wellsky-sidebar-explore-find-subtitle{
  font-weight: normal;
  color: #d38335;
}

.wellsky-sidebar-explore-find-subtitle-heading{
  font-weight: 500;
  font-size: 18px;
}
.slide-entry-excerpt.entry-content .cube .matrix-title {
  max-height: 86.39px;
  min-height: 86.39px;
  justify-content: center;
  align-items: center;
  display: flex;
}
/* .wellsky-arrow-button{
  background-color: #ffffff;
  border-color: #ffffff;
  color: #d38335;
  -webkit-border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: none;
  -webkit-transition: all 0.4s ease-in-out;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 40px 13px;
  min-width: 139px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 3px 0;
  line-height: 1.2em;
  position: relative;
  text-decoration:none;
}
.wellsky-arrow-button::before{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='24.5' viewBox='0 0 26 49'%3E%3Ctext id='_' data-name='›' transform='translate(0 40)' fill='%23d38335' font-size='49.559' font-family='ZapfDingbatsITC, Zapf Dingbats'%3E%3Ctspan x='0' y='0'%3E›%3C/tspan%3E%3C/text%3E%3C/svg%3E%0A");
  position: absolute;
  right: -20px;
  font-family: 'fontello';
  color:#d38335;
  bottom: -12px;
} */
/* Button Styling */
.wellsky-desktop-title-tab-slider .avia-button.avia-size-large,.wellsky-desktop-tablet-post-callout .avia-button.avia-size-large{
  font-size: 18px;
  font-weight: 500;
}
.wellsky-desktop-title-tab-slider .avia-button .avia_button_icon.avia_button_icon_right,.wellsky-desktop-tablet-post-callout .avia-button .avia_button_icon.avia_button_icon_right{
  font-size: 24px;
  font-weight: bold;
  float: right;
  top: 1px;
}
#top .avia-button .avia_iconbox_title{
  padding-right: 0;
}
.wellsky-two-column-grid .avia-button .avia_iconbox_title{
  padding-right: 20px !important;
}
.avia-button.avia-icon_select-yes-right-icon.avia-size-large .avia_iconbox_title{
  padding-right: 20px !important;
}
.avia-button.avia-icon_select-yes-right-icon.avia-size-medium .avia_iconbox_title{
  padding-right: 20px !important;
}
#top .wellsky-desktop-title-tab-slider .avia-button.avia-icon_select-yes-right-icon.avia-size-large .avia_iconbox_title,.wellsky-desktop-tablet-post-callout .avia_iconbox_title{
  padding-right: 20px !important;
}

/* Menu */
#header.av_minimal_header .avia_mega_div{
  max-width: 900px;
}
#top #header .avia_mega_div > .sub-menu > li.menu-blurb{
  min-width: 900px;
}
#header.av_minimal_header .comm-care-sol .avia_mega_div{
  max-width: 900px;
}

@media only screen and (min-width: 1000px){
  .wellsky-menu-min-width-nine .avia_mega_div{
    min-width: 900px;
  }
  .wellsky-menu-min-width-six .avia_mega_div{
    min-width: 600px;
  }
}
@media only screen and (max-width: 1400px){
  .wellsky-two-column-grid .avia-button{
    height: 131px;
    display: flex;
    align-items: center;
  }
  .wellsky-two-column-grid .avia-button-wrap{
    width: 100%;
  }
  .wellsky-two-column-grid .avia-button{
    width: 100%;
  }
  .wellsky-desktop-title-tab-slider .text-width{
    padding-right: 0 !important;
  }
  #top .wellsky-desktop-search-layout .av_searchform_wrapper{
    width: 85%;
  }
}
@media only screen and (max-width: 1250px){
  .wellsky-two-column-grid .avia-button .avia_iconbox_title {
    padding-right: 31px !important;
}
}
@media only screen and (max-width: 1024px){
  #top .wellsky-desktop-search-layout .av_searchform_wrapper{
    width: 100%;
  }
  .wellsky-desktop-tablet-post-callout .text-width-2.avia_textblock{
    padding-right: 0 !important;
  }
  .menuOn .phone-number{
    color: #c0873f;
  }
}
@media only screen and (width: 1024px){
  #top .home-matrix-slider-tablet .avia-smallarrow-slider-heading{
    bottom: 22%;
    position: absolute;
  }
  .wellsky-desktop-post-slider-home.wellsky-desktop-title-tab-slider .av-layout-tab{
    background-position: center !important;
  }
}
@media only screen and (max-width: 900px) and (min-width: 600px){
  #top .home-matrix-slider-tablet .avia-smallarrow-slider-heading{
    bottom: 0;
    position: absolute;
  }
  #header_main.mobile .links{
    flex-basis: 15%;
  }
  #header_main.mobile .logo{
    flex-basis: 50%;
    float: unset;
    position: unset;
    margin-left: 1rem;
  }
}
#top .software-carousel .av-tabsection-arrow > a{
  display: block !important;
}
#top .software-carousel .av-tabsection-arrow a::before{
  display:block !important;
  font-weight: normal;
  content: attr(data-av_icon);
  }
@media only screen and (max-width: 768px){
  .software-carousel .flex_column{
    padding:15px !important;
  }
  .wellsky-mobile-three-two .av-special-heading-tag {
    font-size: 32px !important;
  }
  .wellsky-rollover-effect-content-slider .avia-smallarrow-slider-heading.no-content-slider-navigation.no-content-slider-heading {
    display: none !important;
  }
  .wellsky-two-column-grid .avia-button .avia_iconbox_title{
    padding-right: 31px !important;
  }
  .wellsky-rollover-effect-content-slider .slide-entry{
    margin-bottom: 1rem !important;
  }
  .avia-content-slider .slide-entry-excerpt .cube .flop{
    opacity: 1;
  }
  .wellsky-mobile-all-slider .avia-button{
    font-weight: 500 !important;
  }
  .wellsky-mobile-all-slider .avia-button::before{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 26 49'%3E%3Ctext id='_' data-name='›' transform='translate(0 40)' fill='%23d38335' font-size='49.559' font-family='ZapfDingbatsITC, Zapf Dingbats'%3E%3Ctspan x='0' y='0'%3E›%3C/tspan%3E%3C/text%3E%3C/svg%3E%0A");
    position: absolute;
    right: 20px;
    font-family: 'fontello';
    color:#d38335;
    bottom: 8px;
  }
  .wellsky-mobile-post-slider-home .avia_button_icon.avia_button_icon_right{
    top: 3px;
    font-weight: 500;
  }
  .wellsky-mobile-post-slider-home .avia_button_icon.avia_button_icon_right::before{
    font-size: 24px;
    font-weight: 500;
  }
  .wellsky-mobile-post-slider-home .avia-button{
    font-weight: 500;
    font-size: 15px !important;
  }
  .wellsky-button-shadow  .avia-button{
    box-shadow: rgb(224, 224, 224) 0px 0px 8px 3px !important;
  }
  .wellsky-button-shadow .avia-button .avia_button_icon.avia_button_icon_right{
    top: 3px;
  }
  .wellsky-button-shadow .avia-button .avia_button_icon.avia_button_icon_right:before{
    font-size: 24px;
    font-weight: 500;
  }
  .wellsky-desktop-search-layout.wellsky-providers-link-arrow .iconbox_content_title{
    padding: 0 !important;
    padding-top: 2em !important;
  }
  .wellsky-desktop-search-layout.wellsky-providers-link-arrow{
    background-size: cover;
  }
  #top .claim-bar.wellsky-desktop-red-layout .avia_textblock{
    padding: 40px 50px;
  }
  #top .avia_search_element #s.av-input-hasicon{
    padding-left: 2.5em;
  }
  .wellsky-mobile-button-grid .avia_iconbox_title{
    font-weight: 500;
  }
  .wellsky-mobile-button-grid .avia-button{
    text-align: center !important;
  }
  .wellsky-mobile-button-grid .container.av-section-cont-open{
    margin-left: auto !important;
    margin-right: auto !important;
    width: 85% !important;
  }
  .wellsky-mobile-search-layout .special_amp{
    font-weight: 500 !important;
  }
  .wellsky-desktop-solutions-post{
    padding: 0 !important;
    margin-left: 0 !important;
  }
  .wellsky-desktop-resource-post{
    padding: 0 !important;
    margin-left: 0 !important;
  }
  #top .wellsky-desktop-search-layout .av_searchform_wrapper{
    width: 100% !important;
  }
  #top #wrap_all .wellsky-desktop-search-layout .av-inherit-size h2{
    font-size: 32px !important;
  }
  #top #wrap_all .wellsky-desktop-search-layout .av-inherit-size h1{
    font-size: 24px !important;
  }
}
.container_wrap.footer_color .textwidget a{
  font-size: 14px;
}
.container_wrap.footer_color .textwidget p{
  font-size: 14px !important;
}
div .second-row.av_one_fifth{
  width: 17%;
  margin-left: 3%;
}
.wellsky-sand-background{
  background-color:#f7f6f2;
  padding-top: 2em;
}
.wellsky-max-width-posts{
  max-width: 1400px;
}
.wellsky-desktop-search-layout .special_amp{
  font-weight: 500 !important;
}
.claim-bar.wellsky-mobile-claim-bar .entry-content-wrapper.clearfix{
  display: flex;
  flex-wrap: wrap;
}
.claim-bar.wellsky-mobile-claim-bar .entry-content-wrapper.clearfix .flex_column_table{
  order: 2;
}
.claim-bar.wellsky-mobile-claim-bar .entry-content-wrapper.clearfix .flex_column{
  order: 1;
}

/* Class For posts to be center */
.wellsky-center-posts-desktop .av_textblock_section,.wellsky-center-posts-desktop .avia-image-container{
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}


/* Hide Header -> Page Specific - Resources, Services, 8 main pages */
.page-id-240 #header_main_alternate,.page-id-224 #header_main_alternate,.page-id-239 #header_main_alternate,.page-id-55817 #header_main_alternate,.page-id-55838 #header_main_alternate,.page-id-55849 #header_main_alternate,.page-id-55900 #header_main_alternate,.page-id-55793 #header_main_alternate,.page-id-55801 #header_main_alternate,.page-id-55825 #header_main_alternate,.page-id-56321 #header_main_alternate, .page-id-56372 #header_main_alternate, .page-id-49167 #header_main_alternate {
  display:none;
}
.wellsky-default-button-transparent a{
  background: transparent !important;
  border: 1px solid white !important;
  color: white !important;
  border-radius: 0 !important;
  padding: 12px 40px !important;
  font-weight: 400 !important;
  font-size: 18px;
}
.wellsky-default-button-transparent a .avia_iconbox_title{
  padding-right: 0 !important;
}
.wellsky-default-button-transparent a:hover{
  opacity: 0.7 !important;
}
.wellsky-default-button-transparent-dark a{
  background: transparent !important;
  border: 1px solid black !important;
  color: black !important;
  border-radius: 0 !important;
  padding: 12px 40px !important;
  font-weight: 400 !important;
  font-size: 18px;
}
.wellsky-default-button-transparent-dark a .avia_iconbox_title{
  padding-right: 0 !important;
}
.wellsky-default-button-transparent-dark a:hover{
  opacity: 0.7 !important;
}
.wellsky-default-button-transparent-dark .avia_button_background.avia-button.avia-color-light,.wellsky-default-button-transparent .avia_button_background.avia-button.avia-color-light{
  display: none;
}

@media only screen and (max-width: 1101px) and (min-width: 991px){
  #menu-item-search{
    margin-top: 1rem !important;
  }
}
@media only screen and (max-width: 1047px) and (min-width: 991px){
  #menu-item-319{
    margin-top: 1rem;
  }
}
.wellsky-background-contain{
  background-size:contain;
}
.wellsky-no-padding-icon .iconbox_content_title{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.wellsky-no-padding-icon .iconbox_content_container p{
  margin-top: .5rem !important;
}

sup {
    top: -0.65em !important;
    font-size: .5em !important;
}

.mobile-submenu {
	display: none;	
}
.page .mobile-submenu#mobile-sub-menu .av-burger-menu-main {
    display: none;
}

@media(max-width:1024px) {
	.noMobile {
		display: none !important;
	}
	.mobile-submenu {
		display: block;	
		padding: 0 40px;
		background: #fff;
		position: relative;
	}
	.scroll-r-btn, .scroll-l-btn {
		position: absolute;
		height: 50px;
		width: 30px;
		text-align: center;
		color: #222;
		top: 0;
		line-height: 50px;
	}
	.scroll-l-btn {
		left: 0;
		opacity: .2;
	}
	.scroll-r-btn {
		right: 0;
		opacity: .2;
	}
	.scroll-right .scroll-r-btn {
		opacity: 1;
	}
	.scroll-left .scroll-l-btn {
		opacity: 1;
	}
	.page .mobile-submenu#mobile-sub-menu .av-main-nav {
		height: 50px;
		display: block;
		max-width: 1920px;
		margin: auto;
		padding: 0px;
		white-space: nowrap;
		overflow-x: scroll;
		box-sizing: border-box;
		width: 100%;
		overflow-y: hidden;
		text-align: left;
	}
	.page .mobile-submenu#mobile-sub-menu .av-main-nav::-webkit-scrollbar {
       height: 5px;
       background: #f2f2f2;
       margin-right: 0px;
     }
     .page .mobile-submenu#mobile-sub-menu .av-main-nav::-webkit-scrollbar-thumb {
       background: #d38235;
     }
	.page .mobile-submenu#mobile-sub-menu .av-main-nav .menu-item {
		display: inline-block;
		float: none;
		line-height: 50px;
	}
	#mobile-sub-menu ul#avia-menu li a {
    	color: #222;
	}
	.mobile-submenu .avia-bullet {
		border-top: none;
		border-left: none;
		border-bottom: none;
		height: 10px;
		margin: -6px 0 0 0;
		width: 1px;
		background: #71b0b4;
	}
	
}
.mobile-submenu .av-main-nav-wrap {
    float: none;
    position: relative;
    z-index: 1;
	background: #fff;
}

@media(max-width:768px) {
	#press-kit-hero .avia-slide-wrap img {
		left: unset!important;
		float: right!important;
		margin-right: -10%;
	}
}