@font-face {
  font-family: 'GothamBlack';
  src: url('../fonts/GothamBlack.eot');
  src: url('../fonts/GothamBlack.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GothamBlack.woff2') format('woff2'),
       url('../fonts/GothamBlack.woff') format('woff'),
       url('../fonts/GothamBlack.ttf')  format('truetype'),
       url('../fonts/GothamBlack.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/GothamBold.eot');
  src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GothamBold.woff2') format('woff2'),
       url('../fonts/GothamBold.woff') format('woff'),
       url('../fonts/GothamBold.ttf')  format('truetype'),
       url('../fonts/GothamBold.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.eot');
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gotham-Book.woff2') format('woff2'),
       url('../fonts/Gotham-Book.woff') format('woff'),
       url('../fonts/Gotham-Book.ttf')  format('truetype'),
       url('../fonts/Gotham-Book.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'Gotham-BookItalic';
  src: url('../fonts/Gotham-BookItalic.eot');
  src: url('../fonts/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
       url('../fonts/Gotham-BookItalic.ttf')  format('truetype'),
       url('../fonts/Gotham-BookItalic.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/Gotham-Medium.eot');
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gotham-Medium.woff2') format('woff2'),
       url('../fonts/Gotham-Medium.woff') format('woff'),
       url('../fonts/Gotham-Medium.ttf')  format('truetype'),
       url('../fonts/Gotham-Medium.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url('../fonts/AvenirLTStd-Light.eot');
  src: url('../fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/AvenirLTStd-Light.woff2') format('woff2'),
       url('../fonts/AvenirLTStd-Light.woff') format('woff'),
       url('../fonts/AvenirLTStd-Light.ttf')  format('truetype'),
       url('../fonts/AvenirLTStd-Light.svg#svgFontName') format('svg');
}

@font-face {
  font-family: 'AvenirLTStd-Roman';
  src: url('../fonts/AvenirLTStd-Roman.eot');
  src: url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
       url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
       url('../fonts/AvenirLTStd-Roman.woff') format('woff'),
       url('../fonts/AvenirLTStd-Roman.ttf')  format('truetype'),
       url('../fonts/AvenirLTStd-Roman.svg#svgFontName') format('svg');
}
@font-face {
	    font-family: 'Avenir-Book';
	    src: url('../fonts/avenirltstd-book-webfont.eot');
	    src: url('../fonts/avenirltstd-book-webfont.eot?#iefix') format('embedded-opentype'),
	         url('../fonts/avenirltstd-book-webfont.woff') format('woff'),
	         url('../fonts/avenirltstd-book-webfont.ttf') format('truetype'),
	         url('../fonts/avenirltstd-book-webfont.svg#AvenirLTStd45BookRegular') format('svg');
	    font-weight: normal;
	    font-style: normal;
}


@font-face {
  font-family: 'AvenirLT-Black';
  src: url('../AvenirLT-Black.woff') format('woff'),
       url('../AvenirLT-Black.ttf') format('truetype'),
       url('../AvenirLT-Black.svg#AvenirLT-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}



/* start css code for staff develoipment page */
.staff_dev_sec3_img_sec{
  max-width: 100%;
  margin: .5rem;
}
.clear{
  clear: both;
}
.section_top{
  padding-top: 20px;
}
.staff_dev_sec3_img_left,.staff_dev_sec3_img_right{
  width: 47.2%;
  display: inline-block;
  float: left;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-top: 1em;
}
.duel-content {
    position: relative;
    text-align: center;
    min-height: 400px;
    background-size: cover;
}
.duel-content .heading{
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.duel-content .heading h2 {
    margin: 0;
    position: relative;
    z-index: 1;
    color: white;
    padding: 0 1em;
}
.duel-content .hover-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 3;
    color: white;
    background-color: rgba(163,205,100,0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.duel-content:hover .hover-overlay {
    opacity: 1;
    transition: .5s;
}
.duel-content:hover .hover-overlay {
    opacity: 1;
    transition: .5s;
}
.duel-content:hover .heading {
    opacity: 0;
}
.duel-content .hover-overlay div {
    margin-top: -2em !important;
}
.duel-content .hover-overlay div {
    max-width: 800px;
    margin: 0 auto;
        margin-top: 0px;
    padding: 0 2em;
}
.duel-content .duel-content-button {
    position: absolute;
    width: 100%;
    bottom: 2em;
    z-index: 3;
}
a.btn {
    border: 0;
    display: inline-block;
    font-size: 115%;
    color: #fff;
    font-weight: bold;
    padding: 12px 18px;
    -moz-box-shadow: 0 2px 4px -2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px -2px rgba(0,0,0,0.2);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-shadow: none;
    line-height: 100%;
    white-space: pre-wrap;
}
a.yellow, a.orange {
    background: #f1ac00;
}
.duel-content.bg-img-right{
    background-position: right;
}
@media only screen and (max-width:1200px) {
  .staff_dev_sec3_img_left, .staff_dev_sec3_img_right{
    width: 45%;
  }
}
@media only screen and (max-width:768px) {
  .staff_dev_sec3_img_left, .staff_dev_sec3_img_right{
    width: 100%;
    margin-left: 0em;
    margin-right: 0em;
  }
}
/* end css code for staff develoipment page */
/* start css code for staff-development/healthcare page */
.row_wap{
  width: 100%;
}
.col_two{
  width: 47%;
  display: inline-block;
  float: left;
}
@media only screen and (max-width:768px) {
   .col_two{
    width: 100%;
  }
}
.healthcare_main_content{
  background: url('https://www.relias.com/hubfs/page_specific/SSDT/650-37_REL_StateOfStaffDevel_webpage_banner.jpg?t=1531860619448');
  padding: 2em 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  float: left;
}
.healthcare_main_sec{
  position: relative;
}
.healthcare_main_content::after {
    position: absolute;
    content: '';
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.healthcare_banner_content_left,.healthcare_banner_content_right{
  z-index: 2;
  position: relative;
}
.healthcare_banner_content_left .cell-wrapper{
  padding-left: 5%;
  padding-top: 3%;
}
.healthcare_banner_content_left .cell-wrapper h2{
  font-size: 29px;
  line-height: 30px;
  padding-bottom: 20px;
  font-family: 'Gotham-Medium';
  font-weight: normal;
  color: #6c808e;
  letter-spacing: 1px;
  padding-bottom: 4px;
}
.healthcare_banner_content_left .cell-wrapper p{
  margin-top: 30px;
}
.healthcare_tab_content{
  background-color: #f3f3f3;
  padding-bottom: 4%;
  padding-top: 2%;
}
.cm-fc-tabber-module .nav-tabs {
      border: 0;
      border-right-width: 0px;
      border-left-width: 0px;
      border-right-style: none;
      border-left-style: none;
      border-right-color: currentcolor;
      border-left-color: currentcolor;
      display: block;
      background-color: #a3cc63;
      text-align: center;
      height: 82px;
      padding-left: 0;
      margin-top: 0;
      border-left: 1px solid lightgrey;
      border-right: 1px solid lightgrey;
      margin-bottom: 0;
      margin-left: 0;
  }
.cm-fc-tabber-module .nav-tabs li {
    display: inline-block;
    float: left;
    width: 33.333%;
    margin: 0;
    border: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: 0;
}
.cm-fc-tabber-module .nav-tabs {
    text-align: center;
}
.cm-fc-tabber-module .nav-tabs li.active a {
    cursor: text;
    border-top: 5px solid #e2a100;
    background: #fff;
    color: #696a6c;
}
.cm-fc-tabber-module .nav-tabs li a {
    border: 0;
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-top-style: none;
        border-bottom-style: none;
        border-top-color: currentcolor;
        border-bottom-color: currentcolor;
    display: block;
    width: 100%;
    height: 83px;
    border-top: 5px solid transparent;
    background: transparent;
    padding: 29px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    letter-spacing: .02em;
    font-weight: 600;
    line-height: 1em;
    cursor: pointer;
    margin-right: 0;
    border-radius: 0;
    border-bottom: 1px solid lightgrey;
}
.tab-content {
    background: #fff;
    float: left;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
}
.fade.in {
    opacity: 1;
}
.tab-content > .active {
    display: block !important;
}
.tab-content > .tab-pane {
    display: none;
    margin-top: 25px;
}
.tab-content > .tab-pane {
    display: none;
    margin-top: 25px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.nav-tabs li.open a{border-top:5px solid #00a7a6;background-color:#fff;color: #696a6c;}
/* end css code for staff-development/healthcare page */
/* start css code for impactnation page */
/* IMPACT NATION STYLES */
.page-template-2018-impact-nation,
.page-template-2018-impact-nation p,
.page-template-2018-impact-nation li,
.page-template-2018-impact-nation h1,
.page-template-2018-impact-nation h2,
.page-template-2018-impact-nation h3,
.page-template-2018-impact-nation h4,
.page-template-2018-impact-nation h5,
.page-template-2018-impact-nation h6{ font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,sans-serif; color: #333; letter-spacing:0; }
.page-template-2018-impact-nation h2{ font-size:25px; }
.page-template-2018-impact-nation h3{ font-size:19px; }

.in-banner{ display:flex; align-items:center; justify-content:center; }
.in-banner img{ width:150px; height:150px; }
.in-banner>div{ margin-left:50px; margin-top:auto; }
.in-banner h1, .in-banner h3{ font-family:'Gotham-Medium'!important; color:#fff; }
.in-banner h1{ text-transform:uppercase; letter-spacing:2px; font-size:70px; font-weight:500; }
.in-banner h3{ text-align:right; font-size:20px; margin-top:-20px; margin-right:6px; }

#page-impactnation, #page-impactnation p,#page-impactnation li,#page-impactnation h1,#page-impactnation h2, #page-impactnation h3, #page-impactnation h4, #page-impactnation h5, #page-impactnation h6{
  font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,sans-serif !important;color: #333;
}
.testimonial_column p{font-family: Open Sans,Helvetica Neue,Arial,Helvetica,sans-serif;font-size:14px;line-height:1.7em;color: #45514f;}
.page-id-5940 .section_left > h3{font-weight:700; color:#45515f;}
.page-id-5940 .section_left p{color:#333;font-size: 14px;}
#page-impactnation .primary-palm-bg-left p {
  color: #333;
  line-height: 1.7em;
}
#page-impactnation .primary-palm-bg-right li{
  color: #45514F;
  font-size: 16px;
  line-height: 1.8em;
}
#page-impactnation .six_reason_boxes{
  color: #333;
}
#page-impactnation .six_reason_h3 h3{
  color: #333;
  font-size: 25px;
}
.impact_nation_background.getting_around li{font-size:14px;line-height:1.7em;}
#page-impactnation .col_three, #page-impactnation .col_three .no-margin-bottom,
#page-impactnation .inner_wrapper .RL-Header{
  color: #333;
}
#page-impactnation .RL-Header{
  color: #333;
  font-size: 25px;
}
#page-impactnation .tab-content{
  font-size: 14px;
}
#page-impactnation .learn_btn a{
  font-weight: normal;
  font-size: 16px;
  padding: 14px 21px;
}
#accordion .ui-state-active .ui-icon{
  display: none;
}
.primary-palm-bg {
    background: #f6f8f3;
        background-image: none;
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
        padding: 6% 0;
        background-image: url(/wp-content/uploads/2018/07/IN2018_homepage_bkgd_oaks.jpg);
        background-size: 115%;
        background-position: 0px bottom;
        background-repeat: no-repeat;
        float: left;
        width: 100%;
        padding-bottom: 7%
}
.primary-palm-bg-left h4{
    font-size: 20px;
    margin-bottom: 20px;
}
.primary-palm-bg-left h2{
    letter-spacing: 1px;
}
.primary-palm-bg-right{
    background-image: url(/wp-content/uploads/2018/07/arrow-box.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 9% 11%;
	float:right;
}
.col_two.primary-palm-bg-right ul{
    list-style: none;
}
.become-logos,.become-logos-two{
  width: 90%;
  margin-left: auto;
  margin-right: auto
}
.col_three{
  width: 33%;
  display: inline-block;
  float: left;
}
@media only screen and (max-width:768px) {
  .col_three{
    width: 100%;
  }
}
.want-to-become{
  text-align: center;
  padding: 5%;
}
.want-to-become-title h2{
  font-size: 25px;
  line-height: 6px;
  font-family: inherit;
  color: #333;
  letter-spacing: 1px;
}
.want-to-become-title h3{
  font-size: 19px;
  padding: 3% 13%;
  font-family: Open Sans,Helvetica Neue,Arial,Helvetica,sans-serif;
  color: #333;
}
.become-logos-two{
  margin-top: 40px;
}
.learn_btn a{
  line-height: 100%;
  font-size: 16px;
  background: #f1ac00;
  border: 0;
  display: inline-block;
  font-size: 115%;
  color: #fff;
  font-weight: bold;
  padding: 11px 18px;
  text-decoration: none;
  margin-top: 23px;
}
.palm-pattern-green-sec{
      background-image: url(/wp-content/uploads/2018/07/palm-pattern.png);
    background-size: 350px;
}
.green-sec-left{
  width: 58%;
  display: inline-block;
  padding-left: 2%;
}
.green-sec-right{
  width: 39%;
  display: inline-block;
  float: right;
  padding: 3% 0%;
}
.green-sec-right em{
  font-weight: 100; color: #fff;
}
.green-sec-left h2{
  font-size: 35px;
  letter-spacing: 1px;
  color: #fff !important;
  font-weight: 100;
}
.prizing_btn a{
  margin-top: 15px !important;
}
.text-center {
    text-align: center;
}
.inner_wrapper .section-title.text-center{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em;
    padding-bottom: 2em;
}
.inner_wrapper .RL-Header {
    text-align: center;
    margin: 0 auto;
        margin-bottom: 0px;
    /*margin-bottom: 1rem;*/
    margin-bottom: 1px;
    padding-bottom: 0px;
}
.six_reason_chl_one h4{
    margin-top: 10px;
  margin-bottom: 10px;
}
.six_reason_chl_one p{
  margin-bottom: 3em;
  font-size: 16px;
}
.become-logos-two .col_three{
  margin-top: 30px;
}
.six_reason .col_three{
  padding: 2%;
}
.six_reason{
  padding: 3% 0%;
}
.keynote .col_three img{
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
.keynote .col_three{
  padding: 2%;
  padding-top: 1%;
}
.keynote .col_three h2{
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-top: 10px;
  padding-bottom: 1px;
}
.keynote .col_three p:nth-of-type(2) {
  margin-bottom: 15px;
}
.keynote .col_three p:nth-of-type(3){
  font-size: 14px;
  line-height: 1.7em;
}
.keynote .col_three p:nth-of-type(4){
  margin-top: 10px;
}
.keynote .col_three p:nth-of-type(4) a{
  font-size: 14px;
  line-height: 1.7em;
}
.keynote .col_three hr{
    margin-bottom: 16px;
}
.keynote .col_three p a{
    color: #f2a900;
}
#speaker_li_img .listing_grid_image ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.recap-speakers-grid p{
  font-size: 15px;
}
#speaker_li_img{
  padding-top: 3%;
  padding-bottom: 5%;
}
.speaker_text{
  text-align: center;
  color: #333;
}
.speaker_text h2{
  color: #333;
  font-size: 24px;
  letter-spacing: 1px;
  padding-bottom: 0px;
}
ul.recap-speakers-grid li {
    display: inline-table;
    width: 16.66%;
    float: left;
    position: relative;
}
ul.recap-speakers-grid img {
    width: 100%;
}
ul{
  list-style: none;
}
ul.recap-speakers-grid div {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff !important;
    right: 0;
    padding: 1em;
    text-shadow: 0 0 19px rgba(0,0,0,0.5);
    transition: .2s ease all;
}
.page-id-5940 h3{
  color: #45514f !important;
  font-size: 25px;
}
.page-id-5940 .section_header > p{
  font-size: 16px;
}
.page-id-5940 .section_header .section_left h3{
  font-size: 20px;
}

#page-impactnation ul.recap-speakers-grid div h4, #page-impactnation ul.recap-speakers-grid div p{
  color: #fff;
}
#page-impactnation ul.recap-speakers-grid div h4{
  font-size: 18px;
}
.speakers_list_group .section_header h3{
  font-size: 20px;
}
.speakers_group .speakers_names h4{
  font-size: 16px;
  font-weight: 500;
}
.speakers_group .speakers_names p{
  font-size: 14px;
}
ul.recap-speakers-grid li:hover div {
    background: rgba(0,0,0,0.5);
    background: #f6f8f3;
    background: rgba(246,248,243, 0.8);
    color: #444;
    text-shadow: 0 0 32px rgba(246,248,243, 0.8);
    transition: .2s ease all;
    padding-bottom: 2em;
}
ul.recap-speakers-grid li:hover div h4,ul.recap-speakers-grid li:hover div p{
  color: #444 !important;
}
.impact-schedule-tabs ul.nav.nav-tabs {
    text-align: center;
    margin: 0 0 4em;
    padding: 0 !important;
}
.impact-schedule-tabs .nav-tabs {
    border-bottom: 0;
}
.impact-schedule-tabs .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
    font-size: 15px;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.impact-schedule-tabs .nav-tabs > li.active > a {
    color: #555;
    cursor: default;
    background-color: transparent;
    border: 0;
        border-bottom-width: 0px;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    border-bottom: 5px solid #5fab44;
}
.impact-schedule-tabs .nav-tabs > li > a {
    margin-right: 2px;
    background: transparent;
        background-color: transparent;
    line-height: 1.42857143;
    border: 0;
    border-radius: 0;
    border-bottom: 5px solid #c0dc96;
    font-size: 1.3em;
    letter-spacing: 0.02em;
    color: #657673;
    padding: 1em 2em;
}
.impact-schedule-tabs .tab-content {
    background: transparent;
    float: left;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.impact-schedule-tabs .tab-pane.active {
    display: table !important;
    width: 100%;
}
#schedule_overview .impact-schedule-tabs .tab-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table-row;
}
#schedule_overview{
  padding: 5% 0%;
  background-color: #f6f8f3;
}
.page-id-5330 #pricing_registration{
  padding-top: 5%;
}
.impact-schedule-tabs .tab-content ul:last-child li{
  padding-bottom: 0;
}
.impact-schedule-tabs .tab-content ul:first-child li {
    padding-top: 0;
}
.impact-schedule-tabs .tab-content li:first-child {
    text-align: right;
    border-right: 2px solid #45514f;
    padding: 1em 30px;
        padding-top: 1em;
    color: #45514f;
}
.impact-schedule-tabs .tab-content li {
    display: table-cell;
    width: 50%;
    font-size: 1.1em;
    letter-spacing: 0.02em;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}
.impact-schedule-tabs .tab-content li.break:last-child::before {
    background: #f6f8f3;
}
.impact-schedule-tabs .tab-content li:last-child::before {
    content: ".";
    height: 27px;
    width: 27px;
    background: #45514f;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    float: left;
    position: relative;
    margin-left: -45px;
    margin-right: 9px;
    margin-top: 0px;
    border: 4px solid #45514f;
}
.impact-schedule-tabs .tab-content li:last-child {
    text-align: left;
    color: #45514f;
}
.impact-schedule-tabs .tab-content li {
    font-size: 1.1em;
    letter-spacing: 0.02em;
    font-weight: 600;
}
.impact-schedule-tabs .tab-content li:last-child {
    text-align: left;
    border-left: 2px solid #45514f;
    padding: 1em 30px;
        padding-top: 1em;
    color: #45514f;
}
.pricing_registration_nie {
  text-align: center;
}
.pricing_registration_nie .col_three{ margin:auto; }
.full-region.pricing-table .pricing-column-inner {
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
}
.pricing-column-inner .pricing-label {
    background: #cccccc;
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    letter-spacing: 0.05em;
    float: left;
    width: 100%;
    font-size: 14px;
}
#pricing_registration .column3 .pricing-label {
    background: #45514f;
}
#pricing_registration .column3 .pricing-inner{
    border: 0 !important;
    background: #5fab44;
    color: white;
}
.pricing-column-inner .pricing-inner {
    border: 2px dashed #e1e1e1;
    border-top: 0;
    float: left;
    width: 100%;
    padding: 1em 0;
    color: #737373;
}
.column1 .pricing-inner h1, .column1 .pricing-inner h3{
    color: #737373 !important;
    font-weight: 100;
}
.column2 .pricing-inner h1, .column2 .pricing-inner h3{
    color: #737373 !important;
    font-weight: 100;
}
.col_three .pricing-inner h3{
    font-size: 20px;
    font-weight: 400;
}
.col_three .pricing-inner span{
    font-size: 32px;
}
#pricing_registration .column3 .pricing-registration {
    display: block !important;
}
a.button.pricing-registration {
    width: 100%;
    float: left;
    border-radius: 0;
    display: none;
    padding: 1em;
}
.pricing-registration{
  margin-top: 0px !important;
}
#pricing_registration .column1,#pricing_registration .column2,#pricing_registration .column3{
  padding: 1%;
}
#pricing_registration .column3 .pricing-inner h3{
  color: #fff !important;
}
#pricing_registration .column3 .pricing-inner h1{
  color: #fff;font-size: 2.3em;font-family: Open Sans,Helvetica Neue,Arial,Helvetica,sans-serif !important;font-weight: 100;
}
#pricing_registration .column3 .pricing-inner h3{
  font-size: 21px;font-weight: normal;
}
.network_text{
  text-align:center;
  color:#999999;
  float:none;
}
/* IMPACT NATION MEDIA QUERIES */
@media only screen and (max-width:1200px) {
  .primary-palm-bg{
    background-size: auto auto;
  }
}
@media (max-width: 991px){
    .page-template-2018-impact-nation .banner_cont_wrapper { padding: 100px 30px; }
    .in-banner{ flex-direction:column; }
    .in-banner>div{ margin-left:0; margin-top:20px; }
    .in-banner h1{ line-height:1; }
    .in-banner h3{ text-align:center; margin-top:5px; margin-right:0; }
    .impact_menu_main .inner_wrapper { padding: 0 10px; }

}

@media only screen and (max-width:768px) {
  .primary-palm-bg-right{
    padding: 15% 29%;
  }
  .become-logos .col_three{
    padding: 5%;
  }
  .green-sec-left, .green-sec-right{
    width: 100%
  }
  .green-sec-left h2{
    font-size: 25px;
  }
  .green-sec-right{
    float: none;
  }
  ul.recap-speakers-grid li{
    width: 50%;
  }
  .impact-schedule-tabs .nav-tabs > li > a{
    padding: 4% 0%;
    font-size: 15px;
  }
}
@media only screen and (max-width:500px) {
    .primary-palm-bg-right{
    padding: 15% 15%;
  }
  .want-to-become-title h2{
    line-height: 34px;
  }
  .want-to-become-title h3 {
      padding: 3% 3%;
  }
  .green-sec-left h2{
    font-size: 20px;
  }
  .green-sec-left p span{
    font-size: 20px;
  }
  ul.recap-speakers-grid li{
    width: 100%;
  }
  .pricing-inner h1{
    font-size: 20px;
  }
  .pricing-inner h1{
    font-size: 18px;
  }
  .impact-schedule-tabs .nav-tabs > li > a{
    padding: 10% 0%;
  }
  .impact-schedule-tabs .nav-tabs > li {
    margin-bottom: 20px;
  }
}

/* end css code for impactnation page */
/* start css code for about relias page */
.over_all_div {
  width: 100%;
  float: left;
}
.section-header {
    max-width: 1000px;
    margin: 2em auto 1em;
    padding: 0 2em;
    text-align: center;
}
.section-header h3 {
    /*color: #00a7a6;*/
}
.our_story_section_left p{
  padding: 4%;
}
.our_story_section_right .years {
    margin-right: 2em;
}
.our_story_section_right{
  position: relative;
  padding-bottom: 4rem;
  overflow: hidden;
}
.our_story_section_right .years div {
    display: inline-block;
    margin: 0 2rem 1rem 0;
    cursor: pointer;
    font-size: 1rem;
    transition: .25s;
}
.our_story_section_right .years div.active {
    color: #a4d65e;
}
.our_story_section_right .info-wr .info.active {
    opacity: 1;
    transform: translateX(0);
}
.our_story_section_right .info-wr .info {
    position: absolute;
    height: 100%;
    opacity: 0;
    transform: translateX(50%);
    transition: .5s;
}
.our_story_section_right .info-wr .info div {
    margin-top: 2rem;
    display: flex;
}
.sec_our_story {
  padding-bottom: 4%;
}
.impact_section_div{
  background-color: #efefef;
}
.this-flex.hover-block {
    margin-bottom: 2em;
}
.space-links {
    margin-top: 2em;
}
.space-links.this-flex.hover-block > .link_tag {
    color: #333;
}
.this-flex.hover-block.subvert > .link_tag {
    padding: 5px 0;
}
.this-flex.hover-block > .link_tag {
    padding: 1em;
    color: #333;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.space-links .link_tag {
    transition: .5s;
    margin: 0;
}
.space-links.this-flex.hover-block > .link_tag.active > div, .grey-bg-sp .this-flex.hover-block.subvert > .link_tag.active div {
    background-color: #5fab44;
}
.this-flex.hover-block.subvert > .link_tag div {
    position: relative;
    background-color: #fff;
    padding: 1em;
    margin-right: 1em;
}
.space-links.this-flex.hover-block > .link_tag.active h3 {
    color: #fff;
}
.link_tag h3{
  font-size: 18px;
  padding-bottom: 0px;
}
.space-links .link_tag.active > div span {

    transform: translateX(26px);

}
.space-links .link_tag.active > div span {

    border: 28px solid #efefef;
    border-left: 20px solid transparent;

}
.space-links .link_tag > div span {

    position: absolute;
    border: 28px solid #fff;
    border-left: 20px solid transparent;
    top: 0;
    right: 0px;
    z-index: 1;
    transition: .25s;
    transform: translateX(0);
    padding: 0;

}
.impact_section_right .space-ui{
    height: 355px;
    overflow: hidden;
}
.impact_section_right{
  position: relative;
  overflow: hidden;
}
.space {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.space-ui .link-1, .space-ui .link-2, .space-ui .link-3, .space-ui .link-4, .space-ui .link-5 {
    opacity: 0;
    transform: translateX(100%);
    transition: .5s;
}
.space.link-1 .space-ui .link-1, .space.link-2 .space-ui .link-2, .space.link-3 .space-ui .link-3, .space.link-4 .space-ui .link-4, .space.link-5 .space-ui .link-5 {
    opacity: 1;
    transform: translateX(0);
}
.space-ui > div {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.space-ui h3 {
    margin: 1rem 0 5px;
    font-size: 18px;
    padding-bottom: 0px;
}
.space-ui h3 a{
    color: #e2a100;
}
.link-1,.link-2,.link-3{
  padding-left: 5%;
}
.impact_section_div {
  padding: 3% 0%;
}
.impact_section_left, .impact_section_right{
  padding: 0% 2%;
}
.partnership_section_right .p-logos {
    display: flex;
    flex-wrap: wrap;
}
.partnership_section_right .p-logos img {
    display: block;
    margin: 0 auto 1rem;
    align-self: center;
}
.partnership_section_div{
    padding: 3% 0%;
}
.info-wr{
  min-height: 150px;
}
.card-copy{
    min-height: 200px;
    margin: 0 10px;
    padding: 1em;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-copy h2{
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
  padding-bottom: 12px;
}
.meet_our_section_div{
  background-color: #efefef;
  padding: 2%;
}
.card-copy p {
  font-size: 14px;
}
.card-copy p a {
  margin-top: 10px;
}
@media only screen and (max-width:768px) {
  .sec_our_story {
    padding-bottom: 20%;
  }
  .card-copy{
    margin: 2%;
  }
}
@media only screen and (max-width:600px) {
    .help-box p{ font-size:20px; margin:10px 0; }
}
@media only screen and (max-width:500px) {
  .sec_our_story {
    padding-bottom: 10%;
  }
  .impact_section_right .space-ui{
    height: 430px;
  }
}
/* end css code for about relias page */
/* start css code for partners page */
#partner_page h1{
  font-size: 24px;
  letter-spacing: 2px;
}
#partner_page p{
  font-size: 17px;
}

#partner_page h3{
  font-size: 20px;
  letter-spacing: 1px;
}
.mor_top{
  margin-top: 15px;
}
/* end css code for partners page */
/*  start css code for aja page */
.aja_sec_one  {
  padding: 5% 2%;
}
.aja_sec_two{
  padding: 0% 2%;
}
.aja_sec_two {
  background-color: #f3f3f3;
}
.aja_sec_one_left, .aja_sec_one_right{
  padding: 5% 2%;
}
.aja_sec_one_right blockquote{
  border: none;
}
.aja_sec_one_left ul{
  padding-left: 2%;
  margin-top: 12px;
}
.aja_sec_one_left ul li{
    font-size: 15px;
}
#partners-aja .button.yellow{
  padding: 2%;
}
.rtecenter {
    text-align: center;
}
.aja_sec_one_right blockquote.testimonial::before {
    color: #ccc;
    content: open-quote;
    font-size: 6em;
    line-height: 87px;
    float: left;
}
.aja_sec_one_right blockquote.testimonial::after {
    color: #ccc;
    content: close-quote;
    font-size: 6em;
    line-height: 87px;
    margin-top: -60px;
    float: right;
}
.aja_sec_two_left, .aja_sec_two_right{
    padding: 10% 4%;
}
.aja_sec_two_left h3{
  font-size: 19px;
}
.aja_sec_two_left h3 strong{
  font-size: 22px;
}
/* end css code for aja page */
/* start css code for national-council page */
.national_council_sec_one, .national_council_sec_three{
   padding: 6% 0%;
}
.national_council_sec_one .text-center h3{
  padding-bottom: 7px;
}
.national_council_sec_one_left,.national_council_sec_one_right{
  padding: 2% 2%;
}
.national_council_sec_one_left h3{
  font-size: 21px;
}
.national_council_sec_one_left p{
  font-size: 18px;
  margin-bottom: 15px;
}
.full-col {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    text-align: center;
}
.linda_rosenberg{
  padding: 4%;
  padding-bottom: 0%;
}
.linda_rosenberg h3{
  font-size: 20px;
}
.national_council_sec_two_child h1{
    font-size: 26px !important;
    letter-spacing: 1px !important;
}
.national_council_sec_two_child p {
    font-size: 15px !important;
}
.national_council_sec_two .events_page_section_group{
  padding-bottom: 0px !important;
}
.events_page_right div p{
  display: none;
}
.events_page_insights_left span p{
  display: none;
}
.contain_pad{
  padding: 3%;
  padding-top: 2%;
  padding-bottom: 0%;
}
.national_council_sec_four{
  padding: 5%;
  background-color: #f3f3f3;
}
.national_council_sec_four_left, .national_council_sec_four_right{
  padding: 2%;
}
.national_council_sec_four h3{
  padding-top: 10px;
  padding-bottom: 5px;
}
.national_council_sec_four p{
  font-size: 15px;
}
.national_council_sec_four .button.yellow {
    padding: 2%;
    margin-top: 10px;
}
.national_council_sec_four .learn_btn a{
  margin-top: 10px;
}
/* end css code for national-council page */
/* start css code for ena page */
.ena_sec_one{
  padding: 3%;
  padding-top:0%;
}
.ena_sec_one_ab{
  margin: 2rem auto 0;
  padding: 2rem 1rem;
  max-width: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aa {
    height: 100px;
    width: 2px;
    background-color: #a3cc63;
    margin: 0 2rem;
    display: inline-block;
}
.ena_sec_two .col_two{
  padding: 2%;
}
.ena_sec_two .col_two ul{
  margin: 2% 10%;
}
.ena_sec_three {
  padding: 5%;
}
.ena_sec_three_content p:first-child{
  margin-top: 20px;
}
.ena_sec_three_content p:nth-child(2) {
  margin-top: 10px;
}
.ena_sec_three_content ul{
  margin: 2% 10%;
}
@media only screen and (max-width:360px) {
  .aa {
     height: 60px;
  }
}
/* end css code for ena page */
/* start css code for mckesson page */
.partners_mckesson_one{
    padding: 5% 3%;
}
.partners_mckesson_one .text-center{
    margin-bottom: 3%;
}
.partners_mckesson_one .space-links{
    margin-top: 0px;
}
.partners_mckesson_one .space-links.this-flex.hover-block > .link_tag.active > div{
    background-color: #5fab44;
}
.partners_mckesson_one .this-flex.hover-block.subvert > .link_tag div {
    position: relative;
    padding: 1em;
    margin-right: 1em;
    background-color: #efefef;
}
.partners_mckesson_one .space-links .link_tag > div span {
    position: absolute;
    border: 28px solid #efefef;
    border-left: 20px solid transparent;
    top: 0;
    right: 0px;
    z-index: 1;
    transition: .25s;
    transform: translateX(0);
    padding: 0;
}
.partners_mckesson_one .space-links .link_tag.active > div span {
    border: 28px solid #fff;
    border-left: 20px solid transparent;
}
.partners_mckesson_one .space-links .link_tag > div span {
    border: 28px solid #fff;
    border-left: 0px solid transparent;
}
.partners_mckesson_one .impact_section_right .space-ui{
    height: 525px;
}
.partners_mckesson_two .duel-content .heading h2{
  color: #000;
}
.partners_mckesson_two .hover-overlay .duel-content-button a{
  margin: 5%;
}
.partners_mckesson_one .impact_section_right .space-ui ul{
  padding-left: 4%;
}
@media only screen and (max-width:550px) {
.partners_mckesson_one .space-links.this-flex.hover-block > .link_tag h3{
    font-size: 15px;
  }
}
@media only screen and (max-width:320px) {
  .partners_mckesson_one .space-links.this-flex.hover-block > .link_tag h3{
    font-size: 11px;
  }
}

/* end css code for mckesson page */
/* start css code for aps-webinars page */
.aps_webinars_sec_one h4 a{
  color: #e2a100;
}
.aps_webinars_sec_one {
  padding: 3%;
  padding-left: 5%;
}
.aps_webinars_sec_one .for-upcoming{
  margin-top: 3%;
}
.aps_webinars_sec_one_left, .aps_webinars_sec_one_right{
  margin:3%;
  margin-left: 0%;
}
.aps_webinars_sec_one_left p, .aps_webinars_sec_one_right p{
  margin: 3% 0%;
  font-size: 15px;
}
/* end css code for aps-webinars page */
/* start css code for opioid_solution page */
.opioid_solution_sec_one {
  padding: 3%;
}
.opioid_solution_sec_one .text-center{
  margin-bottom: 30px;
}
/* end css code for opioid_solution page */
/* start css code for learning page */
.learninig_page_sec_one {
  padding:2%;
}
.faq {
    margin-bottom: 2rem;
    position: relative;
}
.faq > div {
    margin: 1rem 0;
        margin-left: 0px;
    margin-left: 30%;
    width: 70%;
}
.faq .help-box {
    position: absolute;
    width: 30%;
    margin-left: 0;
    top: 0;
}
.faq h2 {
    margin-top: 4rem;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
}
.faq h3 {
    margin-top: 2rem;
    font-size: 22px;
}
.help-box p {
    cursor: pointer;
}
.help-box ul {
    display: none;
    list-style: none;
    padding-left: 7px;
}
.help-box ul li {
    padding: 2px 0;
}
.help-box ul li a {
  color: #e2a100;
}

@media only screen and (max-width:1100px) {
  .help-box ul{
    margin-left: 0px;
  }
}
@media only screen and (max-width:768px) {
  .faq .btn.yellow{
    margin-top: 20px;
  }
}
/* end css code for learning page */
/* start css code for elnec page */
.elnac_page_sec_one h3.line {
    text-align: center;
    position: relative;
    font-size: 1.7em;
    margin: -1em 0 30px;
    margin-top: 10px;
}
.elnac_page_sec_one h3.line span {

    display: inline-block;
    padding: 0 8px;
    color: #bbb;
    font-size: 100%;
    margin: 0;
    background: #f3f3f3;
    position: relative;
    letter-spacing: .03em;
    line-height: 1.7;

}
.elnac_page_sec_one h3.line::before {

    content: "";
    width: 100%;
    height: 1px;
    border-top: 2px solid #ddd;
    display: inline-block;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 36%;
    z-index: 0;

}
.elnac_nav_sec .item-list {

    background: 0;
    text-align: center;

}
.elnac_nav_sec .ui-tabs-nav.ui-helper-reset.ui-widget-header {
    line-height: 15px;
}
.elnac_nav_sec .ui-tabs-nav.ui-helper-reset.ui-widget-header {

    border-bottom: 3px solid #5fab44;
    display: inline-block;
    max-width: 100%;

}
.elnac_nav_sec .ui-tabs-nav.ui-helper-reset.ui-widget-header {

    border-bottom: 3px solid #5fab44;
    display: inline-block;
    max-width: 100%;

}
.elnac_nav_sec .ui-tabs-nav {
    margin: auto;
    padding: .75em 0 0 0;
    border-radius: 0;
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    background: 0;
    width: 100%;
    text-align: center;
}
.elnac_nav_sec .ui-tabs-nav li.ui-state-active {

    background: url(//cdn2.hubspot.net/hubfs/1987319/reliaslearning-April2016/Images/triangle.png?t=1476713213260) no-repeat center bottom;
        background-size: auto auto;
    background-size: 20px;

}
.elnac_nav_sec .ui-tabs-nav li {

    list-style: none;
    float: left;
    position: relative;
    top: 0;
    border: 0;
        border-bottom-width: 0px;
    margin: 0 10px;
    border-bottom-width: 0;
    padding: 0;
        padding-bottom: 0px;
    padding-bottom: 50px;
    background: 0;
    border-radius: 0;
    outline: 0 !important;
    vertical-align: top;
    width: 16%;
    height: 153px;
    font-size: .6em;
    margin: 0 0 -14px 0;

}
.elnac_nav_sec .ui-tabs-nav li a {

    float: left;
    width: 100%;
    padding: 0 1.5em 0;
    text-decoration: none;
    text-align: center;
    color: #5fab44;
    white-space: normal;
    outline: 0 !important;
    font-size: 1.4em;

}
.elnac_nav_sec .ui-tabs-nav.ui-helper-reset.ui-widget-header .field-items {
    float: none;
}
.elnac_nav_sec .ui-tabs-nav.ui-helper-reset.ui-widget-header .field-items {
  float: none;
}
.elnac_nav_sec .ui-tabs-nav li.ui-state-active img {
    max-width: 80px;
    width: 80px;
    height: auto;
    opacity: 1;
}
.elnac_nav_sec .ui-tabs-nav li img {
    max-width: 60px;
    height: auto;
    margin-bottom: 1em;
    opacity: .3;
    -webkit-transition-property: all;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: 0;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-property: all;
    -moz-transition-delay: 0;
    -moz-transition-duration: .2s;
    -moz-transition-timing-function: ease-out;
    -ms-transition-property: all;
    -ms-transition-delay: 0;
    -ms-transition-duration: .2s;
    -ms-transition-timing-function: ease-out;
    transition-property: all;
    transition-delay: 0;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}
.view-header {
    position: relative;
    margin-top: 12px;
}
.view-header #results-summary {
    margin-bottom: 0;
    color: #aaa;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    display: block;
    margin-bottom: 20px;
}
.view-content-sec p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.7;
}
.field-content {
  font-size: 20px;
  letter-spacing: 1px;
  padding-bottom: 0px;
}
.field-content a {
  color: #e2a100;
}
.view-content-sec br{
  display: none;
}
.views-label{
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
}
.elnac_nav_sec{
  padding-bottom: 5%;
}
.ui-tabs-nav li:hover img {
    max-width: 80px;
}
.elnac_page_sec_two{
  padding: 3%;
  background-color: #f3f3f3;
}
.elnac_page_sec_two_right{
  margin-left: 30px;
}
.elnac_page_sec_three {
  padding: 2%;
}
.elnac_page_sec_three_left,.elnac_page_sec_three_right{
  padding: 4%;
}
.elnac_page_sec_three_left h3{
  font-size: 20px;
padding-bottom: 5px;
}
.elnac_page_sec_three_left .sub-desc p{
  font-size: 15px;
}
.page-id-5893 .rlms_certification p, .page-id-5893 .rlms_certification li{font-size:14px;}


@media only screen and (min-width:769px) and (max-width:1200px) {
ul.recap-speakers-grid li {width:25%;}
}
@media only screen and (max-width:768px) {
    .elnac_nav_sec .ui-tabs-nav li{
      width: 25%;
    }
	.page-id-5330 .inner_wrapper{width:90%}
}
@media only screen and (max-width:660px) {
    .primary-palm-bg-right {padding:25% 20%;}
}

@media only screen and (max-width:450px) {
    .primary-palm-bg-right {padding:37% 4%;}
}
@media only screen and (max-width:400px) {
  .elnac_nav_sec .ui-tabs-nav li img{
    max-width: 50px;
  }
  .elnac_nav_sec .ui-tabs-nav li.ui-state-active img {
    max-width: 60px;
    width: 60px;
  }
  .ui-tabs-nav li:hover img {
       max-width: 60px;
  }
}
/* end css code for elnec page */
.webinar_dynamic_page_main .blog_post_contents > p {
  margin-bottom: 20px;
  min-height: 0em;
}
.page-id-21 #compliance_sec .jump_link_tit_sec img{
  width: 140px;
}

.page-id-21 #costs_sec .jump_link_tit_sec img{
  width: 110px;
}
.active_tab_li .svg_img{
  transform: scale(1.2);
}
/* css code for tnak you support ticket page start */
#thank-you-support{
  margin-top: 3%;
}
.thank-you-support-right, .thank-you-support-left {
  padding: 2%;
}
.thank-you-support-left .related-posts h2{
    font-size: 1.8em;
    color: #333;
    font-weight: 100;
    letter-spacing: 1px;
    padding-bottom: 0px;
}
.thank-you-support-left h2 a {
    color: #e2a100;
    text-decoration: none;
}
.thank-you-support-left .related-post-item h2{
  font-size: 1.4em !important;
  line-height: 1.1em;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
.thank-you-support-left .watch-now{
  display: none;
}
.thank-you-support-left .related-post-content{
    font-size: 14px;
    color: #333;
}
.thank-you-support-left .more-link{
    color: #e2a100;
}
.thank-you-support-right h2{
    font-size: 1.8em;
    color: #333;
    font-weight: 100;
    letter-spacing: 1px;
    padding-bottom: 0px;
}
.support_ticket_wid{}
.thank-you-reacent-post .head{
  font-size: 1.8em;
  color: #333;
  letter-spacing: 1px;
}
/* css code for tnak you support ticket page end */
