/*
 * Colors
 */
/*
 * Dimensions
 */
/*
 * Dimensions
 */
body .lightboxOverlay {
  z-index: 99999; }

body .lightbox {
  z-index: 999999; }

#page-container {
  padding-top: 65px !important; }

@media(max-width: 766px) {
  #page-container {
  padding-top: 50px !important; }
}

#main-header {
  top: 0px !important;
  z-index: 9999 !important;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05); }

/* Slider */
#hero-banner .et_pb_slide .et_pb_slide_description {
  padding-left: 0px;
  padding-right: 1.5%; }

#hero-banner .et_pb_slide_description {
  -webkit-animation-name: none;
  animation-name: none; }

#hero-banner .et_pb_container {
  /* min-height:380px; */ }

#hero-banner .et_pb_slide_content {
  text-align: left; }

#hero-banner .et_pb_slide_content h1 {
  font-size: 40px;
  color: #ea6f22;
  text-align: left;
  font-weight: 700; }

@media (max-width: 640px) {
  hero-banner .et_pb_slide_content {
    text-align: center; }
  #hero-banner .et_pb_slide_content h1 {
    text-align: center;
    color: #fff; } }

/* News Section */
#news-section-header {
  padding-bottom: 0px !important;
  background-color: #fff;
  padding-top: 50px; }

#news-section-content {
  padding-top: 0px !important;
  background-color: #fff; }

#news-grid {
  padding-top: 0px !important;
  width: 100% !important; }

#news-grid .et_pb_main_blurb_image {
  height: 118px;
  width: 222px;
  border: 1px solid #E0E0E0;
  border-radius: 4px; }

#news-grid .box-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

#news-grid .et_pb_main_blurb_image img {
  vertical-align: middle;
  max-height: 105px;
  max-width: 96%;
  width: auto !important; }

#news-grid .et_pb_blurb_container {
  text-align: center !important; }

#news-grid .et_pb_blurb_container h4 {
  font-size: 15px;
  font-weight: 600;
  color: #646361; }

#news-grid .et_pb_main_blurb_image {
  margin-bottom: 10px;
  padding: 5px; }

#news-grid .et_pb_blurb_container .news-item a {
  color: #646362 !important;
  font-weight: 600; }

#news-grid .et_pb_blurb_container .news-date {
  color: #646362 !important; }

#news-grid .et_pb_blurb_container {
  width: 222px;
  text-align: left !important;
  font-size: 15px;
  height: 100px; }

/* News Tooltip */
#news-grid .et_pb_main_blurb_image {
  position: relative;
  cursor: pointer; }

#news-grid .et_pb_main_blurb_image:hover .tooltip {
  visibility: visible;
  opacity: 1;
  top: -40%; }

@media (max-width: 980px) {
  #news-grid .et_pb_main_blurb_image:hover .tooltip {
    top: 5%; } }

#news-grid .et_pb_main_blurb_image .tooltip {
  position: absolute;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-image: -webkit-linear-gradient(bottom, #333333 0%, rgba(51, 51, 51, 0.9) 100%);
  background-image: linear-gradient(to top, #333333 0%, rgba(51, 51, 51, 0.9) 100%);
  color: #fff;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
  width: 90%;
  left: 5%;
  top: -60%;
  visibility: hidden;
  opacity: 0; }

@media (max-width: 980px) {
  #news-grid .et_pb_main_blurb_image .tooltip {
    top: 10%; } }

#news-grid .et_pb_main_blurb_image .tooltip:after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
  bottom: -5px; }

/* News Hover Effect */
#news-grid .hover-news-link {
  position: absolute;
  background-color: transparent;
  /* #f5b790; */
  height: 105px;
  color: #fff;
  width: 210px;
  border-radius: 0px 0px 3px 3px;
  font-weight: 600; }

#news-grid .et_pb_blurb_content:hover .et_pb_main_blurb_image {
  border: 1px solid #f5b790; }

#news-grid .et_pb_blurb_content:hover .et_pb_blurb_container p .news-item a {
  color: #e76f2f !important;
  cursor: pointer;
  font-weight: 600; }

#videos-section .video_overlay {
  position: relative;
  z-index: 10;
  width: 210px;
  height: 125px;
  background-color: transparent; }

@media (max-width: 560px) {
  #videos-section .video_overlay {
    height: 125px !important; } }

#videos-section .et_pb_main_blurb_image:hover {
  border: 1px solid #f5b790; }

#videos-section .et_pb_main_blurb_image a {
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }

.hover-news-link {
  /* display:none; */ }

.et_pb_main_blurb_image:hover .hover-news-link {
  /*display:none; */ }

#news-grid .et_pb_column .et_pb_blurb_container p:hover .news-date {
  /* color:#e76f2f !important; */ }

.load_more_news_button {
  width: auto;
  margin: auto;
  padding: 10px 12px !important;
  color: #ea6f22;
  background-color: #fff;
  cursor: pointer;
  display: none;
  border: 1px solid;
  border-radius: 5px;
  line-height: 1 !important;
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.load_more_news_button:hover,
.load_more_images_button:hover,
.load_more_videos_button:hover {
  background-color: #ea6f22;
  color: #fff; }

.load_more_images_button,
.load_more_videos_button {
  width: auto;
  margin: auto;
  padding: 10px 12px !important;
  color: #ea6f22;
  background-color: #fff;
  cursor: pointer;
  display: none;
  border: 1px solid;
  border-radius: 5px;
  line-height: 1 !important;
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

/* Gallery Section */
#gallery-section-head {
  padding: 10px 0px 10px 0px !important; }

/* Videos Download Section */
#videos-section {
  width: 100% !important; }

#videos-section {
  padding-top: 0px !important; }

#video-section-box {
  padding-top: 0px !important; }

#videos-section .et_pb_main_blurb_image {
  height: 138px;
  width: 222px;
  border: 1px solid #E0E0E0;
  border-radius: 4px; }

#videos-section .box-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

#videos-section .et_pb_main_blurb_image img {
  vertical-align: middle; }

#videos-section .et_pb_blurb_container {
  text-align: left !important; }

#videos-section .et_pb_blurb_container h4 {
  font-size: 15px;
  font-weight: 600;
  color: #646361;
  margin-bottom: 10px;
  padding-bottom: 0 !important; }

#videos-section .et_pb_blurb_container h4 a:hover {
  color: #e76f2f; }

#videos-section .et_pb_main_blurb_image {
  margin-bottom: 10px;
  padding: 5px; }

#videos-section .et_pb_blurb_container p span {
  color: #e76f2f !important; }

#videos-section .et_pb_blurb_container {
  width: 222px;
  height: 140px; }

#videos-section .video_overlay {
  position: relative;
  z-index: 10;
  width: 210px;
  height: 125px;
  background-color: transparent; }

.pp_expand {
  display: none !important; }

.video_button {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  border: 2px solid white;
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transition: all 0.2s ease;
  transition: all 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.video_button:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid white;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%); }

.video_button:hover {
  background-color: rgba(234, 108, 46, 0.9); }

#videos-section .et_pb_column {
  margin-top: 30px !important; }

/* Image Download Section */
#images-section-box {
  padding-top: 0px; }

#images-section-box .et_pb_row {
  padding-top: 0px; }

#image-section-header {
  padding-top: 0px; }

#gallery-section-head {
  display: none; }

#image-downloads {
  width: 100% !important; }

#image-downloads .et_pb_main_blurb_image {
  height: 138px;
  width: 222px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

#image-downloads .et_pb_main_blurb_image:hover {
  border: 1px solid #f5b790; }

#image-downloads .box-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

#image-downloads .et_pb_main_blurb_image img {
  vertical-align: middle;
  max-width: 98%; }

#image-downloads .et_pb_blurb_container {
  text-align: center !important; }

#image-downloads .et_pb_blurb_container h4 {
  font-size: 15px;
  font-weight: 600;
  color: #646361; }

#image-downloads .et_pb_main_blurb_image {
  margin-bottom: 10px;
  padding: 5px; }

#image-downloads .et_pb_blurb_container p span a {
  color: #e76f2f !important; }

#image-downloads .et_pb_blurb_container p span a:hover {
  font-weight: 600; }

#image-downloads .et_pb_blurb_container {
  width: 222px;
  height: 44px; }

.et_pb_row .et_pb_column:nth-child(4n) {
  margin-right: 0 !important; }

#image-downloads .et_pb_column {
  margin-top: 30px !important; }

/* Press Release */
#press-release-box {
  padding-top: 35px !important;
  padding-bottom: 30px; }

#press-section-header {
  padding-top: 0px;
  border-bottom: 1px solid #E0E0E0; }

.press-item .one_fourth {
  width: 18%; }

ul.et-tabs-control,
.et_left_tabs_bg {
  width: 116px !important; }

#press-section .tabs-left {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important; }

.et_left_tabs_bg {
  border-right: 0px solid #f8f5ee !important; }

#press-section .et_left_tabs_bg {
  border-right: 1px solid #6d6c6a !important;
  background: none !important;
  border-left: 0px !important; }

.tabs-left .et-tabs-control,
.tabs-left ul.et_shortcodes_mobile_nav {
  border-top: 0px solid #fff !important; }

#press-section .tabs-left .et-tabs-control li,
.tabs-left ul.et_shortcodes_mobile_nav li {
  background-color: transparent !important;
  border-bottom: 0px !important;
  box-shadow: none !important; }

/*
#press-section .tabs-left .et-tabs-control li.active:after,
#press-section .tabs-left .et-tabs-control li.active:before {
  float: right;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: relative;
  pointer-events: none;
}

#press-section .tabs-left .et-tabs-control li.active:before {
  border-color: rgba(109, 108, 106, 0);
  border-right-color: #504f4f;
  border-width: 16px;
  margin-top: -16px;
}

#press-section .tabs-left .et-tabs-control li.active:after {
  border-color: rgba(248, 245, 238, 0);
  border-right-color: #f8f5ee;
  border-width: 15px;
  margin-top: -73px;
}
*/
#press-section .tabs-left .et-tabs-control li.active a {
  background-color: transparent !important;
  display: block; }

#press-section .tabs-left .et-tabs-control li a h3 {
  font-size: 28px;
  padding-bottom: 0px !important;
  color: #646361 !important;
  font-weight: normal !important; }

#press-section .tabs-left .et-tabs-control li a {
  padding-left: 0px !important; }

#press-section .tabs-left .et-tabs-control li.active a h3 {
  color: #E96F21 !important; }

#press-section .tabs-left .et-tabs-content {
  padding: 5px 30px 20px 45px !important; }

#press-section .press-item {
  padding: 10px !important; }

#press-section .date {
  font-size: 15px !important;
  color: #646362 !important; }

.press-content {
  color: #646362 !important;
  font-size: 15px !important; }

.press-title {
  color: #E96F21 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-top: 6px !important; }

.press-read-more {
  color: #E96F21 !important;
  text-decoration: underline; }

.press_thumb_class {
  width: 68px;
  border-radius: 3px;
  border: 1px solid #E0E0E0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.press_thumb_class:hover {
  opacity: 0.5; }

#press-mobile-set .et_pb_toggle {
  border-top: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid #d9d9d9 !important;
  border-left: 0px !important; }

#press-mobile-set .et_pb_toggle_open,
#press-mobile-set .et_pb_toggle_close {
  background-color: transparent !important; }

#press-mobile-set .et_pb_toggle_open {
  padding: 20px 20px 0 20px; }

#press-mobile-set h5.press_acc_title {
  padding: 30px 20px 20px 5%;
  display: block;
  cursor: pointer;
  font-size: 28px !important; }

#press-mobile-set h5.press_acc_title[aria-expanded="true"] {
  color: #656462;
  font-weight: 600; }

#press-mobile-set h5.press_acc_title[aria-expanded="false"] {
  color: #656462;
  border-bottom: 1px solid #d9d9d9 !important; }

#press-mobile-set .press_acc_title:before {
  content: none; }

#press-mobile-set .press_acc_content {
  padding-top: 20px; }

#press-mobile-set .date {
  font-size: 18px !important;
  color: #646362 !important; }

#press-mobile-set .title {
  color: #E96F21 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-top: 5px !important; }

#press-mobile-set .title a {
  color: #E96F21 !important; }

#press-mobile-set .text {
  color: #646362 !important;
  font-size: 18px !important;
  line-height: 1.6; }

#press-mobile-set .more a {
  font-size: 18px !important;
  color: #E96F21 !important;
  text-decoration: underline; }

.mobile-item-set {
  padding-bottom: 20px; }

#press-mobile-set .et_pb_toggle {
  margin-bottom: 0px !important; }

.press-mobile-load-more {
  width: 100%;
  background-color: #E96F21;
  text-align: center;
  padding: 20px; }

.press-mobile-load-more {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer; }

.keepclose {
  display: none; }

/* Contact Section */
#contact-address {
  float: right; }

@media (max-width: 980px) {
    #contact-address {
        float: none;
        text-align: center;
    }
}

#contact-address h2 {
  color: #e76f2f !important;
  line-height: 1.3em;
  font-weight: 100;
  font-size: 20px; }

.special-footer {
  float: left;
  width: 160px; }

.special-footer .et_pb_blurb_container h4 a {
  color: #c4c2bb !important; }

.special-footer ul {
  list-style: none !important;
  padding-left: 0px !important; }

.special-footer ul li a {
  color: #c4c2bb !important;
  font-size: 12px; }

ul.presspagination {
  display: inline-block;
  padding: 0;
  margin: 70px auto 34px 25.5%;
  text-align: left;
  width: 100%; }

ul.presspagination li {
  display: inline; }

ul.presspagination li a {
  color: #E96F21;
  padding: 8px 8px;
  text-decoration: underline; }

.presspagination .previous {
  padding-right: 20px; }

.presspagination .next {
  padding-left: 20px; }

ul.presspagination li a.active {
  color: #333 !important;
  text-decoration: none; }

ul.presspagination li a:hover:not(.active) {
  background-color: transparent; }

ul.presspagination li a.grey {
  text-decoration: none;
  color: #b8b8b8; }

/* Social Footer */
#footer-bottom .container {
  padding-top: 30px; }

.et-social-icon a {
  font-size: 32px; }

#footer-bottom .container .et-social-google-plus a.icon::before {
  background: url(/wp-content/themes/myheritage/images/g-plus.png);
  background-repeat: no-repeat;
  color: transparent; }

#footer-bottom .container .et-social-facebook a.icon::before {
  background: url(/wp-content/themes/myheritage/images/facebook.png);
  background-repeat: no-repeat;
  color: transparent; }

#footer-bottom .container .et-social-twitter a.icon::before {
  background: url(/wp-content/themes/myheritage/images/x-logo.png);
  background-repeat: no-repeat;
  color: transparent; }

#footer-bottom .container .et-social-facebook {
  margin-left: 8px; }

#footer-bottom .container .et-social-twitter {
  margin-left: 8px; }

#footer-bottom .container .et-social-google-plus {
  margin-left: 8px; }

.footer-logo {
  float: left;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 0px; }

#footer-info {
  width: 100%; }

@media (max-width: 970px) {
  #footer-info {
    text-align: center; } }

@media (max-width: 980px) {
  #footer-info {
    width: 100% !important; } }

#footer-info-mobile {
  display: none; }

.footer-logo-mobile {
  display: none; }

#et-footer-nav .container {
  text-align: right; }

#et-footer-nav, #footer-bottom {
    background-color: #646362 !important;
}

@media (max-width: 970px) {
  #et-footer-nav .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; } }

.bottom-nav {
  padding-top: 30px; }

.bottom-nav li {
  font-weight: 400;
  font-size: 18px;
  padding-right: 44px; }

.bottom-nav li:last-of-type {
  padding-right: 22px; }

div.pp_default .pp_content_container .pp_details {
  margin-top: 0px !important; }

div.pp_default .pp_content_container .pp_content {
  padding-top: 35px !important; }

.video_desc {
  line-height: normal; }

/* Probono Section */
#probono-section-header {
  font-size: 20px !important;
  margin-bottom: 7px !important; }

@media (max-width: 560px) {
  #probono-section-header {
    text-align: center;
    color: #e76f2f !important;
    font-size: 30px !important;
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (max-width: 560px) {
  #probono-section-header > div:first-child {
    padding-bottom: 0 !important; } }

#probono-section-subheader {
  font-size: 16px !important; }

@media (max-width: 560px) {
  #probono-section-subheader {
    text-align: center;
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.heart {
  display: inline-block;
  background-image: url(../images/heart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: super;
  width: 12px;
  height: 12px; }

@media (max-width: 560px) {
  .heart {
    display: block;
    position: absolute;
    top: -40px;
    font-weight: 400;
    width: 20px;
    height: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media (max-width: 560px) {
  #probono-section-box .et_pb_row {
    width: 100%; } }

#probono-section {
  padding: 0;
  max-width: 100% !important;
  width: 100% !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

#probono-section #probono_accordion {
  width: 100%; }

#probono-section .probono_accordion_title {
  display: block;
  color: #E96F21;
  font-size: 20px;
  font-weight: bold;
  padding: 30px 50px 30px 0;
  line-height: 30px;
  position: relative;
  border-bottom: 1px solid #bfbaae;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

@media (max-width: 560px) {
  #probono-section .probono_accordion_title {
    color: #656462;
    padding: 25px 50px 25px 20px;
    line-height: 1; } }

#probono-section .probono_accordion_title:first-child {
  border-top: 1px solid #bfbaae; }

#probono-section .probono_accordion_title[aria-expanded="true"] {
  border-bottom: 0;
  padding-bottom: 5px; }

@media (max-width: 560px) {
  #probono-section .probono_accordion_title[aria-expanded="true"] {
    padding-bottom: 10px; } }

#probono-section .probono_accordion_title[aria-expanded="true"] i.acc_plusminus {
  background-image: url(../images/minus.svg);
  -webkit-transform: none;
  transform: none;
  top: 24px; }

@media (max-width: 560px) {
  #probono-section .probono_accordion_title[aria-expanded="true"] i.acc_plusminus {
    top: 18px;
    right: 20px; } }

#probono-section .probono_accordion_title i.acc_plusminus {
  background-image: url(../images/plus.svg);
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

#probono-section .probono_accordion_title i.acc_plusminus:hover {
  opacity: 0.9; }

@media (max-width: 560px) {
  #probono-section .probono_accordion_title i.acc_plusminus {
    width: 30px;
    height: 30px;
    right: 20px; } }

#probono-section .probono_accordion_detail {
  border-bottom: 1px solid #bfbaae;
  padding-bottom: 30px; }

#probono-section .probono_accordion_detail .probono_accordion_content {
  max-width: 75%;
  font-size: 15px; }

@media (max-width: 560px) {
  #probono-section .probono_accordion_detail .probono_accordion_content {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px; } }

#probono-section .probono_accordion_references {
  padding-top: 30px;
  margin: 0;
  overflow: hidden; }

@media (max-width: 560px) {
  #probono-section .probono_accordion_references {
    padding-left: 5px;
    padding-right: 5px; } }

#probono-section .probono_accordion_references .probono_references_col {
  width: 25%;
  padding: 10px 12px 20px 0;
  display: inline-block;
  vertical-align: top;
  float: left; }

@media (max-width: 980px) {
  #probono-section .probono_accordion_references .probono_references_col {
    width: 50%; } }

@media (max-width: 560px) {
  #probono-section .probono_accordion_references .probono_references_col {
    width: 100%; } }

#probono-section .probono_accordion_references .probono_references_col .probono_references_media {
  padding: 5px;
  border: 1px solid #E0E0E0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 4px; }

@media (max-width: 560px) {
  #probono-section .probono_accordion_references .probono_references_col .probono_references_media {
    width: 33.333%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    float: left; } }

#probono-section .probono_accordion_references .probono_references_col .probono_references_media:hover {
  border: 1px solid #f5b790; }

#probono-section .probono_accordion_references .probono_references_col .probono_references_media a {
  display: block;
  background-position: center center;
  position: relative;
  background-size: cover; }

#probono-section .probono_accordion_references .probono_references_col .probono_references_media a:before {
  content: "";
  display: block;
  padding-bottom: 56.25%; }

@media (max-width: 560px) {
  #probono-section .probono_accordion_references .probono_references_col .probono_references_media a:before {
    padding-bottom: 100%; } }

#probono-section .probono_accordion_references .probono_references_col .probono_references_media a.acc_type_link {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat; }

#probono-section .probono_accordion_references .probono_references_col .probono_references_media_descr {
  font-size: 15px;
  padding: 15px 5px; }

@media (max-width: 560px) {
  #probono-section .probono_accordion_references .probono_references_col .probono_references_media_descr {
    width: 66.666%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 15px;
    float: right; } }

#probono-section .acc_mobile_close {
  display: none;
  text-align: center;
  color: #e76f2f;
  cursor: pointer;
  text-decoration: underline; }

@media (max-width: 560px) {
  #probono-section .acc_mobile_close {
    display: block; } }

.container,
.et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
  max-width: 1170px !important;
  width: 1170px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 1200px) {
    .container,
    .et_pb_row,
    .et_pb_slider .et_pb_container,
    .et_pb_fullwidth_section .et_pb_title_container,
    .et_pb_fullwidth_section .et_pb_title_featured_container,
    .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
      width: 100%;
      max-width: 100% !important; } }

@media only screen and (min-width: 981px) {
  #press-release-box,
  .et_pb_row_1.et_pb_row {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.et_header_style_left .logo_container {
  width: 210px; }
  @media (max-width: 980px) {
    .et_header_style_left .logo_container {
      width: 100%;
      position: relative;
      height: 64px; } }

#main-header {
  height: 64px;
}

@media (min-width: 981px) {
    #main-header {
  	background-color: #fff !important;
    }
}

#main-footer {
  padding: 85px 0 30px 0;
  color: #c4c2bb;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  background-color: #646362 !important;
}

#main-footer .copy-col {
  width: 75%;
  float: left; }

@media (max-width: 980px) {
  #main-footer .copy-col {
    width: 100%;
    float: none;
    text-align: center;
    padding-bottom: 30px; } }

#main-footer .social-col {
  width: 25%;
  float: left; }

@media (max-width: 980px) {
  #main-footer .social-col {
    width: 100%;
    float: none;
    text-align: center; } }

#main-footer .name-directory {
  color: #878680;
  width: auto;
  margin: 10px auto 30px auto;
  font-weight: 400; }

#main-footer .name-directory a {
  color: #c4c2bb;
  font-size: 12px; }

#main-footer .name-directory td {
  width: auto;
  text-align: center;
  padding: 0 1px; }

#main-footer .name-directory a:hover {
  text-decoration: underline; }

.logo_footer {
  display: inline-block;
  vertical-align: top; }

.copyright {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  font-weight: 400;
  color: #878680;
  line-height: 34px;
  padding-left: 6px;
  opacity: 1 !important; }

.copyright #footer-info {
  padding: 0 !important; }

#et-footer-nav {
  overflow: hidden; }

.footer-row {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px; }

.footer-col {
  width: 16.6666666667%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 980px) {
  .footer-col {
    width: 50%;
    padding-bottom: 20px; } }

.footer-col .widget {
  text-align: left; }

.footer-col .widget h3 {
  display: none; }

.footer-col .widget ul.menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.footer-col .widget ul.menu li a {
  text-decoration: none;
  color: #c4c2bb;
  font-size: 12px;
  line-height: 2.5; }

.footer-col .widget ul.menu li a:hover {
  text-decoration: underline; }

.footer-col .widget ul.menu li:first-child a {
  margin-bottom: 5px;
  font-size: 18px; }

.footer-col .widget ul.menu li.new-badge a:after {
  display: none;
}

footer .widget ul.menu li .menu-badge {
    display: inline-block;
    background-color: #5ca653;
    color: #fff;
    height: 12px;
    font-size: 9px;
    font-weight: normal;
    line-height: 11px;
    border-radius: 3px;
    vertical-align: middle;
    padding: 0 4px;
    margin-left: 4px;
}

footer .col-row {
    margin-left: -15px;
    margin-right: -15px;
}

#footer-widgets .footer-widget li:before {
  border-width: 0 !important; }

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

.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
  padding: 0 !important; }

#et-top-navigation {
  padding: 0 !important;
  width: calc(100% - 210px);
  float: right; }
  @media (max-width: 980px) {
    #et-top-navigation {
      float: none;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0; } }
  @media (max-width: 980px) {
    #et-top-navigation #top-menu-nav {
      display: none !important; } }
  #et-top-navigation #top-menu {
    display: table;
    width: 100%;
    float: none;
    text-align: justify;
    font-weight: normal !important; }
    @media (max-width: 980px) {
      #et-top-navigation #top-menu {
        display: block;
        text-align: center;
        margin: 0; } }
    #et-top-navigation #top-menu > li {
      position: relative;
      display: table-cell;
      float: none;
      border-top: solid 1px transparent;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      padding: 0; }
      @media only screen and (max-width: 1080px) {
        #et-top-navigation #top-menu > li {
          padding: 0 !important; } }
      @media (max-width: 980px) {
        #et-top-navigation #top-menu > li {
          border: 0;
          display: block; } }
      #et-top-navigation #top-menu > li:after {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #dad7d0;
        position: absolute;
        right: -1px;
        top: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        visibility: hidden;
        opacity: 0; }
        @media (max-width: 980px) {
          #et-top-navigation #top-menu > li:after {
            display: none; }
          #et-top-navigation .et_mobile_menu > li > a {
            background-color: rgba(0, 0, 0, 0.03);
            font-weight: bold; }
        }
      #et-top-navigation #top-menu > li:hover {
        border-top: solid 1px #dad7d0;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); }
        #et-top-navigation #top-menu > li:hover:after {
          visibility: visible;
          opacity: 1; }
        #et-top-navigation #top-menu > li:hover > .sub-menu {
          visibility: visible;
          opacity: 1;
          top: 63px; }
          @media (max-width: 980px) {
            #et-top-navigation #top-menu > li:hover > .sub-menu {
              top: auto;
              max-height: 1000px; } }
        #et-top-navigation #top-menu > li:hover > a {
          background-color: #fff;
          color: #e76f2f !important;
          font-weight: 500; }
          #et-top-navigation #top-menu > li:hover > a:before {
            -webkit-transform: none;
            transform: none;
            top: 0;
            height: 100%; }
          #et-top-navigation #top-menu > li:hover > a:after {
            display: none !important; }
      @media (max-width: 980px) {
        #et-top-navigation #top-menu > li {
          float: none;
          display: block; } }
      #et-top-navigation #top-menu > li:last-child:hover > a:after {
        visibility: hidden;
        opacity: 0; }
      #et-top-navigation #top-menu > li:last-child > a:after {
        content: "";
        width: 1px;
        height: 30px;
        background-color: #dad7d0;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        @media (max-width: 980px) {
          #et-top-navigation #top-menu > li:last-child > a:after {
            display: none; } }
      #et-top-navigation #top-menu > li.current-menu-item > a {
        color: #e76f2f; }
      #et-top-navigation #top-menu > li > a {
        padding-top: 25px;
        padding-bottom: 24px;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 18px;
        background-color: transparent;
        color: #595959 !important;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        position: relative;
        text-align: center;
        opacity: 1; }
        @media (max-width: 980px) {
          #et-top-navigation #top-menu > li > a {
            color: #f8f5ee;
            text-align: center; } }
        #et-top-navigation #top-menu > li > a:before {
          content: "";
          width: 1px;
          height: 30px;
          background-color: #dad7d0;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          @media (max-width: 980px) {
            #et-top-navigation #top-menu > li > a:before {
              display: none; } }
      #et-top-navigation #top-menu > li .sub-menu {
        position: absolute;
        min-width: 200px;
        max-width: 286px;
        background-color: #fff;
        border: solid 1px rgba(199, 199, 199, 0.7);
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
        visibility: hidden;
        opacity: 0;
        z-index: 10;
        top: 80%;
        left: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        @media (max-width: 980px) {
          #et-top-navigation #top-menu > li .sub-menu {
            position: relative;
            max-height: 0px;
            visibility: visible;
            opacity: 1;
            overflow: hidden;
            border: 0;
            box-shadow: none;
            width: 100%;
            max-width: 100%;
            background-color: rgba(199, 199, 199, 0.1); } }
        #et-top-navigation #top-menu > li .sub-menu li {
          padding: 12px 10px 8px 10px;
          text-decoration: none;
          font-size: 15px;
          text-align: left;
          border-bottom: solid 1px rgba(199, 199, 199, 0.7);
          display: block;
          cursor: pointer;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          @media (max-width: 980px) {
            #et-top-navigation #top-menu > li .sub-menu li {
              text-align: center;
              border-bottom: 0;
              font-size: 13px; } }
          #et-top-navigation #top-menu > li .sub-menu li:hover {
            background-color: #f2efea; }
            @media (max-width: 980px) {
              #et-top-navigation #top-menu > li .sub-menu li:hover {
                background-color: transparent; } }
          #et-top-navigation #top-menu > li .sub-menu li a {
            color: #595959 !important;
            display: block;
            text-decoration: none;
            padding: 0;
            width: auto;
            font-size: 15px;
            line-height: 21px; }
            @media (max-width: 980px) {
              #et-top-navigation #top-menu > li .sub-menu li a {
                color: #f8f5ee; } }
            #et-top-navigation #top-menu > li .sub-menu li a:hover {
              background-color: transparent; }
              @media (max-width: 980px) {
                #et-top-navigation #top-menu > li .sub-menu li a:hover {
                  color: #e76f2f; } }
          #et-top-navigation #top-menu > li .sub-menu li.current-menu-item > a {
            color: #e76f2f; }
          #et-top-navigation #top-menu > li .sub-menu li:last-of-type {
            border-bottom: 0; }

#top-menu .menu-item-has-children > a:first-child:after,
#et-secondary-nav .menu-item-has-children > a:first-child:after {
  display: none !important; }

nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
  float: none; }

.et_header_style_split .mobile_menu_bar,
.et_header_style_left .mobile_menu_bar {
  margin-top: 15px;
  margin-left: 15px; }

@media (max-width: 980px) {
    .et_pb_section .et_pb_column .et_pb_module {
        margin-bottom: 30px !important;
    }

    .et_pb_section {
        padding: 0;
    }

    .et_pb_row {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .et_pb_text {
        padding-top: 20px;
    }
}
