@charset "utf-8";
/* Page Break Styling */
#sp-main { width: 100%; padding-left: 0; padding-right: 0; }
#sp-main::before { display: none; }
#sp-main>.row { margin-left: 0 !important; margin-right: 0 !important; }
#sp-main #left { padding: 0 !important; margin-top: 0 !important; }
#SpSubHead { display: none; }
#SpContent_Container { padding: 0; }
#SpContent_Container>.calloutbox { display: none; }
#CustomPageBody { overflow: hidden; }
#sectionPageBody { padding: 0; }
.bottomcontentarea-out { display: none; }

/* General Styles */
.col-5 {
    float: left;
    width: 20%;
    padding-left: 8px;
    padding-right: 8px;
}
.sm-text {
    color: #999;
    font-size: 13px;
}
.accent-line {
    border-top: 3px solid #215b33;
    width: 60px;
    margin: 0 0 15px;
}
.no-margins {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.formbutton {
    display: inline-block;
}
.formbutton.border-btn { 
    color: #215b33 !important; 
    background: transparent; 
    border: 2px solid #215b33; 
}
.formbutton.border-btn:hover { 
    color: #fff !important; 
    background: #215b33; 
    border-color: #215b33; 
}
.padding-top-0 {
    padding-top: 0 !important;
}
.padding-bottom-10 {
    padding-bottom: 10px !important;
}
/* Section Styles */
.sp-content-out {
    padding: 50px 0;
}
.section-header {
    margin-bottom: 20px;
}
.border-top .section-header { 
    border-top: 1px solid #ddd; 
    padding-top: 40px; 
}
.section-link {
    text-align: center;
}
/* Background Colors */
.bg-grey {
    background-color: #f7f7f7;
}
.bg-blue {
    background-color: #215b33;
}
.bg-gradient {
    background: linear-gradient(to right,#154523 0%,#215b33 100%);
}
/* Hero Image */
.sp-hero-out {
    position: relative;
    overflow: hidden;
    height: 150px;
    background: linear-gradient(to right,#154523 0%,#215b33 100%);
}
.sp-hero-out img {
    display: none;
}
.sp-hero-out .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sp-hero-content {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.sp-hero-content h1 {
    color: #fff;
    margin: 0;
    font-weight: bold;
}
.sp-hero-content .formbutton {
    text-shadow: none;
    margin-top: 20px;
}
.sp-hero-content .hero-links {
    list-style: none;
    padding-left: 0;
    margin: 10px 0 0;
}
.sp-hero-content .hero-links li {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #fff;
    margin-top: 10px;
}
.sp-hero-content .hero-links li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.sp-hero-content .hero-links a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.sp-hero-content .hero-links a:hover {
		opacity: 0.6;
}
/* Navigation Bar */
.sp-nav-out {
    text-align: center;
    background-color: #215b33;
    padding: 10px 0;
}
.sp-nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.sp-nav li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.sp-nav li:last-child {
    margin-right: 0;
}
.sp-nav a {
    color: #fff;
    font-size: 18px;
    text-decoration: none !important;
    line-height: 25px;
}
.sp-nav a:hover {
    opacity: 0.7;
}
.fixed-nav {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: 0.5s;
}
/* Accordion Styles */
.panel-group {
    margin-bottom: 0;
}
.panel-group .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 5px !important;
}
.panel-default>.panel-heading {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}
.panel-title a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    background-color: #444;
    padding: 12px 40px 12px 20px;
    display: block;
    position: relative;
}
.panel-title a.collapsed {
    background-color: #215b33;
}
.panel-title a.collapsed:hover {
    background-color: #444;
}
.panel-title a::after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.7;
}
.panel-title a.collapsed::after {
    content: "\f054";
}
/* Featured Content */
.spFeatured-out.border-top {
    border-top: 5px solid #fff;
}
.featured-left {
    padding: 0 !important;
}
.featured-video iframe {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}
.featured-img img {
		position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    object-fit: cover;
}
.featured-right {
    padding: 60px 4% 80px;
    min-height: 400px;
}
.featured-text .formbutton {
    margin-top: 15px;
}
/* Content Boxes */
.cb-left {
    padding-right: 2%;
}
.cb-right {
    padding-left: 2%;
}
.cb-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0px 15px 0px rgba(52, 52, 52, 0.15);
    box-shadow: 0 0px 15px 0px rgba(52, 52, 52, 0.15);
}
.cb-text {
    background-color: #fff;
    padding: 25px 20px 80px !important;
    min-height: 355px;
    position: relative;
}
.cb-text h5 {
    margin: 0 0 15px;
}
.cb-text .formbutton {
    position: absolute;
    left: 20px;
    bottom: 40px;
}
.cb-img {
    position: relative;
    padding: 0 !important;
}
.cb-img img {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    object-fit: cover;
}
/* Text Boxes */
.text-box {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 15px 0px rgba(52, 52, 52, 0.15);
    box-shadow: 0 0px 15px 0px rgba(52, 52, 52, 0.15);
    padding: 25px 15px;
}
.text-box .formbutton {
    margin-top: 10px;
}
/* Become Member */
.bmem-info {
    margin-top: 20px;
}



/*********** Custom Page 1 *************/
/* Bio */
.staff-img { float: left; width: 450px; margin: 0 15px 10px 0; }
.staff-name { font-weight: bold; margin: 0 0 10px; }
.staff-title { font-weight: bold; font-style: italic; display: block;}



/*********** Custom Page 2 *************/
/* Accordions */
#FAQ-accordion1 .section-header { margin-bottom: 40px; }
.accordion-transparent.panel { border: none; border-top: 1px solid #ddd; box-shadow: none; margin-bottom: 15px !important; padding-bottom: 0; }
.panel-group .accordion-transparent.panel+.accordion-transparent .panel { margin-top: 0; border-radius: 0; }
.accordion-transparent .panel-title a { color: #215b33; line-height: 1.5; display: block; padding: 20px 20px 5px 0; background-color: transparent; position: relative; text-decoration: none !important; }
.accordion-transparent .panel-title a::after { top: 20px; transform: none; right: 0; }
.accordion-transparent .panel-title a.collapsed:hover{ color: #215b33 !important; background-color: transparent !important; }
.accordion-transparent .panel-title a.collapsed { color: #333333; background-color: transparent; }
.accordion-transparent .panel-body { padding: 0; border-top: none !Important; }



/*********** Custom Page 3 *************/
/* Members */
/*#staff1-members { padding-bottom: 0; }
.staff-item { max-width: 240px; margin: 0 auto 50px; }
.staff-item img { margin-bottom: 10px; }
.staff-item h3 { font-weight: bold; margin-bottom: 5px; }
.staff-item span { display: block; }
.staff-title { font-weight: bold; font-style: italic;}
#staff1-members .section-header { text-align: center; margin: 20px 0; }*/

/* Default CP Navbar Styles */
#cpNavBar2-out {
    background: black;
}
    
.cpNavBar {
  color: #ffffff;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  padding: 11px 8px;
}
.cpNavBar li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.cpNavBar li:first-child {
  margin-left: 0;
}
.cpNavBar li:last-child {
  margin-right: 0;
}
.cpNavBar a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none !important;
  line-height: 25px;
}
.cpNavBar a:hover {
  color: rgb(255 255 255 / 40%);
}
.fixed-nav {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: 0.5s;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
    
    
.cpStaff2-row {
  padding-top: 35px;
  padding-bottom: 35px;
}
.cpStaff2-row:last-child {
  padding-bottom: 0;
}
.cpStaff2-item {
  text-align: left;
}
.cpStaff2-wrap {
  padding: 0px 0px 50px;
}
.cpStaff2-image {
  display: inline-block;
  overflow: hidden;
  max-width: 250px;
  margin-bottom: 10px;
}
.cpStaff2-image img {
  margin: 0 auto;
}
.cpStaff2-name {
    font-size: 24px;
    font-weight: bold;
}
.cpStaff2-title {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}
.cpStaff2-text .formbutton {
  margin-top: 12px;
}
.cpStaff2-item .modal-dialog {
  width: 80%;
  bottom: 0 !important;
  top: 50% !important;
  margin: 0 auto;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.cpStaff2-item .modal-content {
  display: inline-block;
  padding: 50px 40px;
  border-radius: 0;
  text-align: left;
}
.cpStaff2-item .modalWindowImage {
  text-align: center;
}
.cpStaff2-item .modalWindowImage img {
  margin: 0 auto;
}
.cpStaff2-item .modalWindowInfo {
  padding-left: 15px;
}
.cpStaff2-item .modalWindowInfo-name {
  font-size: 26px;
  line-height: normal;
  font-weight: bold;
    margin-bottom: 10px;
}
.cpStaff2-item .modalWindowInfo-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto 10px;
  font-style: italic;
}
.cpStaff2-item .modalWindowInfo-contact {
  margin: 20px auto 10px;
  font-size: 14px;
  font-weight: 300;
}
.cpStaff2-item .modalWindowInfo-contact .phone {
  color: #222;
}
.cpStaff2-item .modalWindowInfo-contact .phone span {
  color: #333f48;
}

    .section-header {
        padding-top: 30px;
        text-align: center;
    }  





/*********** Custom Page 4 *************/
/* Boxes */
#memberListing2-boxes .text-box { margin-bottom: 20px; }

/* CTA Columns */
#memberListing2-ctas .section-header { margin-bottom: 35px; }
.ml2-cta { border-left: 2px solid #f6f6f6; padding: 0 20px; }
.ml2-cta:last-child { border-right: 2px solid #f6f6f6; }
.ml2-cta i { color: #215b33; font-size: 50px; margin-bottom: 10px; }

/* Featured Info */
#memberListing2-featured .featured-right { color: #fff; background-color: #154523; }
#memberListing2-featured h2, #memberListing2-featured a { color: #fff; }



/*********** Custom Page 5 *************/
/* Posts */
.post-item { margin-bottom: 30px; padding-bottom: 40px; border-bottom: 2px solid #ddd; }
.post-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.post-item h5 { font-size: 24px; margin: 20px 0 5px; }
.post-author { font-size: 20px; }
.post-details { color: #999; border-top: 1px solid #e6ebed; margin-top: 15px; }
.post-details ul { list-style: none; margin: 0; padding: 0 0 20px; }
.post-details li { display: inline-block; padding-right: 20px; margin-top: 15px; }
.post-details li i { font-size: 20px; padding-right: 10px; color: #215b33; }
.post-info .formbutton { margin-top: 10px; display: inline-block; }
.post-image img { padding: 20px;}
.post-row { padding-bottom: 50px;}


/*********** Custom Page 6 *************/
/* Featured */
#newsMain-featured { margin-top: 5px; }

/* Articles */
#newsMain-news { padding-bottom: 0; }
#newsMain-news .section-header { margin-bottom: 35px; }
.article-item { max-width: 400px; margin: 0 auto 50px; }
.article-item img { margin-bottom: 15px; }

/* Publications */
#newsMain-boxes { 
background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(//cdn.ymaws.com/afla.site-ym.com/resource/resmgr/custompages/2000x500.png); 
background-size: cover; 
background-position: center; 
}
#newsMain-boxes .section-header { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.4); margin-bottom: 30px; }
.content-box { text-align: center; background-color: rgba(255, 255, 255, 0.9); -webkit-box-shadow: 0 0px 15px 0px rgba(52, 52, 52, 0.15); box-shadow: 0 0px 15px 0px rgba(52, 52, 52, 0.15); border-top: 5px solid #215b33; padding: 25px 15px; min-height: 170px; margin-bottom: 20px; }
.content-box h4 { font-weight: normal; }
.content-box .formbutton { margin-top: 5px; }

/* Supporters */
#newsMain-supporters { color: #fff; background: #154523; }
#newsMain-supporters a { color: #fff; }
#newsMain-supporters a:hover { opacity: 0.7; }
.supporters-intro .accent-line { border-color: #fff; margin: 0 auto 20px; }
.supporters-intro h2 { color: #fff; }
.img-columns { margin-top: 25px; }
.img-columns img { margin-bottom: 25px; }



/*********** Custom Page 7 *************/
/* List */
#blogListing-list { padding-bottom: 20px; }
.list-item { max-width: 500px; margin: 0 auto 35px; }
.list-item img { margin-bottom: 15px; }
.list-item h6 { text-transform: uppercase; }



/*********** Custom Page 8 *************/
/* Tab System */
.nav-tabs { border-bottom: none; }
.nav-tabs>li { border-right: 2px solid #ddd; margin-bottom: 0; }
.nav-tabs>li:last-child { border-right: none; }
.nav-tabs>li>a { color: #999; font-size: 22px; padding: 5px 20px; border: none !important; }
.nav-tabs>li>a:hover { color: #215b33; background: transparent; }
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus { color: #000000; font-weight: bold; }

/* Agenda */
.agenda-row { border-top: 1px solid #efefef; padding: 15px 0 10px; }
.agenda-time { font-size: 16px; text-align: center; }
.agenda-info h6 { margin: 0; }
.sessionInfo { margin-top: 15px; }
.sessionImg img { margin-bottom: 10px; }
.sessionImg h4 { margin: 0 0 5px; }



/*********** Custom Page 9 *************/
/* Video Section */
.video-left h2 { margin-bottom: 10px; font-size: 47px; }

/* Section Border Top */
.border-top .section-header { border-top: 1px solid #ddd; padding-top: 40px; }

/* Testimonial Carousel */
#spTestimonialSlider h2 { color: #fff; }
#spTestimonialSlider { padding: 0 5%; color: #fff; }
#spTestimonialSlider h6 { color: #fff; font-style: italic; line-height: 1.5; margin-bottom: 0; }
#spTestimonialSlider .carousel-control { color: #fff; width: 5%; background-image: none !important; }
#spTestimonialSlider .carousel-control i { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#spTestimonialSlider .left.carousel-control i { left: 0; }
#spTestimonialSlider .right.carousel-control i { right: 0; }

/* Pricing Tables */
.event-pricing { margin-top: 25px; }
.pricing-table { border: 1px solid #333333; text-align: center; margin-bottom: 20px; }
.pricing-table h6 { text-transform: uppercase; margin: 0; }
.table-row { padding: 25px 10px; position: relative; }
.table-row-1::before { border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 13px solid #ffffff; content: ""; position: absolute; bottom: -13px; width: 0; left: 0; right: 0; margin: 0 auto; z-index: 2; }
.table-row-1 h6 { color: #000; }
.table-row-2 { background-color: #215b33; padding: 30px 10px 20px; }
.table-row-2::before { border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 13px solid #215b33; content: ""; position: absolute; bottom: -13px; width: 0; left: 0; right: 0; margin: 0 auto; z-index: 2; }
.table-row-2 h6, .table-row-2 h1 { color: #fff; }
.table-row-3 { background-color: #777; padding: 30px 10px 20px; }
.table-row-3 h6, .table-row-3 h1 { color: #fff; }
.price { color: #fff; font-size: 60px; font-weight: 500; line-height: normal; margin-top: 3px; padding-right: 30px; display: inline-block; position: relative; }
.price .currency { font-size: 54px; }
.price .cents { font-size: 20px; position: absolute; top: 24px; }
.table-row-4 ul { list-style: none; padding-left: 0; margin-bottom: 25px; }
.table-row-4 li { color:000; font-size: 16px; font-weight: 500; margin-bottom: 6px; }

/* Sponsors Section */
.sponsorCol { margin-bottom: 20px; }
.sponsorCol a { display: inline-block; }
.sponsorCol a:hover { opacity: 0.6; }




/*********** Custom Page 10 *************/





/*********** Media Queries *************/
@media (max-width: 1199px) {
    /* Navigation Bar */
    .sp-nav li {
            margin-right: 20px;
    }
    .sp-nav a { 
            font-size: 15px; 
    }
    /* Custom Page 8 */
    .nav-tabs>li>a { font-size: 20px; }
    /* Custom Page 9 */
    .price { font-size: 50px; }
    .price .currency { font-size: 46px; }
}
		
@media (max-width: 991px) {
    
    /* Page 3 */
    .cpStaff2-item .modal-content {
  padding: 50px 25px;
}
.cpStaff2-item .modalWindowImage {
  margin-bottom: 20px;
}
.cpStaff2-item .modalWindowInfo {
  padding: 0 15px;
}
    
}

@media (max-width: 959px) {
    /* Featured Content */
    .featured-right {
        padding: 40px 5% 50px;
    }
    
    /* Custom Page 3 */
    .col-5 { width:30%; }
}

@media (max-width: 767px) {
    /* General */
    .col-5 {
        float: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .no-margins {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    /* Hero Image */
    .sp-hero-out {
        height: 100px;
    }
    .sp-hero-out img {
        height: 230px;
        width: auto;
        max-width: none;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .sp-hero-content .hero-links li {
        display: block;
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        margin-top: 5px;
    }
    .sp-hero-content .hero-links a {
        font-size: 15px;
    }
    /* Navigation Bar */
    #PageBody {
        margin-top: 0 !important;
    }
    .sp-nav li {
        display: block;
        margin: 0 0 6px;
    }
    .sp-nav a {
        display: block;
        background-color: rgba(255,255,255,0.15);
        padding: 11px 15px;
        line-height: normal;
    }
    .sp-nav a:hover {
        color: #fff;
        background-color: rgba(255,255,255,0.35);
    }
    .fixed-nav {
        position: initial;
    }
    /* Section Styles */
    .sp-content-out {
        padding: 40px 0;
    }
    /* Accordions Styles */
    .panel-title a {
        padding: 12px 30px 12px 10px;
    }
    .panel-title a::after {
        right: 10px;
    }
    /* Featured Content */
    .featured-left, .featured-right {
        width: 100%;
    }
    .featured-left {
        min-height: 230px;
    }
    .featured-right {
        padding: 25px 15px 50px;
        min-height: auto;
        border-left: none;
        border-top: 2px solid #fff;
    }
    /* Content Boxes */
    .cb-left {
        padding-right: 15px;
    }
    .cb-right {
        padding-left: 15px;
    }
    .cb-box {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .cb-text {
        padding: 25px 15px 30px !important;
    }
    .cb-text .formbutton {
        position: initial;
        margin-top: 15px;
    }
    /* Text Box */
    .spBox-col {
        min-height: auto !important;
        max-width: 600px;
        margin: 0 auto 30px;
    }
    .spBox-col:last-child {
        margin-bottom: 0;
    }
    /* Become Member */
    .bmem-info {
        margin: 0 0 35px;
    }
    
    /* Custom Page 1 */
    .staff-img { float: none; width: 290px; margin: 0 0 15px; }
    
     /* Custom Page 2 */
    
     /* Custom Page 3 */
    /*#staff1-members .col-5 { width:100%; }*/
    /* Default NavBar Styles */
.cpNavBar {
  padding-left: 15px;
  padding-right: 15px;
}
    
    
.cpStaff2-item.col-5 {
        width: 100%; text-align: center;
    }
    
.cpStaff2-row {
  padding: 0;
}
.cpStaff2-item {
  margin: 30px auto;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.cpStaff2-name, .cpStaff2-title {
  display: block;
  text-align: center;
}
.cpStaff2-item .modal-dialog {
  width: 90%;
}
    
     /* Custom Page 4 */
    .ml2-cta { border-left: none; margin-bottom: 30px; }
    .ml2-cta:last-child { border-right: none; margin-bottom: 0; }
    
     /* Custom Page 5 */
    
     /* Custom Page 6 */
    
     /* Custom Page 7 */
    
     /* Custom Page 8 */
    .nav-tabs>li>a { font-size: 16px; }
    .agenda-time { font-size: 14px; }
    .agenda-info h6 { font-size: 15px; }
    
     /* Custom Page 9 */
    .video-left { margin-bottom: 25px; }
    .pricing-table { max-width: 400px; margin: 0 auto 20px; }
    
     /* Custom Page 10 */
}

@media (max-width: 600px) {
    
     /* Custom Page 8 */
    .nav-tabs>li>a { font-size: 15px; padding: 5px 8px;}
}

@media (max-width: 480px) {
    /* Hero Image */
    .sp-hero-content h1 {
        font-size: 22px;
    }
    /* Content Boxes */
    .cb-box {
        display: block;
    }
    .cb-img {
            height: 250px;
        width: 100%;
        left: 0;
    }
    .cb-text {
        width: 100%;
        right: 0;
        min-height: auto;
    }
    
    /* Custom Page 8 */
    .nav-tabs { text-align: center; }
    .nav-tabs>li { float: none; display: inline-block; vertical-align: top; border: none; margin: 0 0 7px 0; }
    .nav-tabs>li>a { border-radius: 4px; background-color: #578365; color: #ffffff; }
    .nav-tabs>li>a:hover { color: #ffffff; background-color: #215b33; }
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { background-color: #215b33; color: #ffffff; }
    .agenda-time, .agenda-info { text-align: center; width: 100%; }
    .agenda-info h6 { margin-top: 3px; }
    .sessionImg img { margin: 0 auto 10px; }
    
    /* Page 3 */
    .cpStaff2-item .modal-content {
      padding: 20px 5px;
    }
    .cpStaff2-wrap {
      padding: 0;
    }
}
