@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?y0h75u');
  src:  url('../fonts/icomoon.eot?y0h75u#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?y0h75u') format('truetype'),
    url('../fonts/icomoon.woff?y0h75u') format('woff'),
    url('../fonts/icomoon.svg?y0h75u#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e900";
}
.icon-brand:before {
  content: "\e901";
}
.icon-logo .path1:before {
  content: "\e902";
  color: rgb(233, 38, 65);
}
.icon-logo .path2:before {
  content: "\e903";
  margin-left: -4.6796875em;
  color: rgb(245, 203, 88);
}
.icon-logo .path3:before {
  content: "\e904";
  margin-left: -4.6796875em;
  color: rgb(0, 0, 0);
}
.icon-logo .path4:before {
  content: "\e905";
  margin-left: -4.6796875em;
  color: rgb(0, 0, 0);
}
.icon-logo .path5:before {
  content: "\e906";
  margin-left: -4.6796875em;
  color: rgb(0, 0, 0);
}
.icon-logo .path6:before {
  content: "\e907";
  margin-left: -4.6796875em;
  color: rgb(0, 0, 0);
}
.icon-logo .path7:before {
  content: "\e908";
  margin-left: -4.6796875em;
  color: rgb(0, 0, 0);
}
.icon-logo .path8:before {
  content: "\e909";
  margin-left: -4.6796875em;
  color: rgb(0, 0, 0);
}
.icon-logo .path9:before {
  content: "\e90a";
  margin-left: -4.6796875em;
  color: rgb(0, 0, 0);
}
.icon-logo .path10:before {
  content: "\e90b";
  margin-left: -4.6796875em;
  color: rgb(0, 0, 0);
}
.icon-logo .path11:before {
  content: "\e90c";
  margin-left: -4.6796875em;
  color: rgb(0, 0, 0);
}
.icon-logo .path12:before {
  content: "\e90d";
  margin-left: -4.6796875em;
  color: rgb(0, 0, 0);
}
.icon-logo .path13:before {
  content: "\e90e";
  margin-left: -4.699875em;
  color: rgb(0, 0, 0);
}
.icon-search:before {
  content: "\e986";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin:before {
  content: "\eaca";
}




/* HEADER */
#heartyheader{
    height: 78px;
    width: 100%;
    position: relative;
    background: white;
    display:block;
    z-index: 9999;
    letter-spacing: 0.025em;
    border-bottom: 1px solid #e2e2e2;
    box-sizing: border-box;
}
div#heartysubds a:hover {
    background: #34a853;
    color: white;
}
.kabza {
    position: relative;
}
div#heartysubds {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 8px;
    padding: 0px;
    top: 79px;
  }
  div#heartysubds a {
    display: block;
    text-align: left;
    padding: 3px 12px;
    background: #ffffff;
    color: black;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}
  #heartysubds.show{
    display: block;
  }
#heartyheader .heartylogo {
    position:absolute;
    left:0;
    width:240px;
    height:100%;
    padding-left: 6px;
}
#heartyheader .heartylogo a {
    display: block;
    padding: 13px 1px;
    text-decoration: none;
}
.heartylogo a .icon-logo {
    font-size: 50px;
}
#heartyheader .heartysearch {
    height:100%;
    margin: 0 250px 0 250px;
    padding: 14px 120px;
    box-sizing: border-box;
}


.heartyform {
    position: relative;
    font-size: 16px;
    border: 1px solid black;
}
.heartyinput {
    width: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 48px;
    padding: 0 40px 0 120px;
    border: 0px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box !important;
    color: #777;
    font-family: 'Open Sans', sans-serif;
}

.heartysubmit {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 40px;
    min-width: 40px;
    height: 48px;
    padding: 0;
    border: none;
    background: transparent;;
    font-size: 24px;
    line-height: 0px;
    color: #777;
}

.heartyinput:focus {
    outline: none;
}

.heartyinput:focus.heartysubmit {
    color: #333; 
}

.heartysubmit:hover {
    color: #333;
    cursor: pointer;
}
select.heartydropdown {
    height: 100%;
    width: 78px;
    position: absolute;
    top: 0;
    left: 0;
    border: 0px;
    padding: 5px;
    background: #f9f9f9;
}
#heartyheader .heartyico {
    position:absolute;
    right:0;
    top:0;
    width:210px;
    height:100%;
    padding-right: 6px;
    text-align: right;
}
#heartyheader .heartyico #heartymenu{
    cursor: pointer;
    color: black;
    display: block;
    float: right;
    font-size: 34px;
    padding: 22px 8px;
}
span.sub-hearty {
    font-size: 30px;
    display: inline-block;
    padding: 11px 5px;
    font-family: 'Open Sans', sans-serif;
    line-height: 52px;
}
.footer-right .icon-brand {
    font-size: 36px;
    color: #c7c7c7;
    display: block;
    margin: 0px 0px 16px 0px;
}


@media all and (max-width: 1050px) and (min-width: 791px) {
#heartyheader .heartysearch {
    padding: 14px 20px;
}
}
@media all and (max-width: 790px) and (min-width: 426px) {
    div#heartysubds{
        top: 151px;
    }
#heartyheader .heartysearch {
    padding: 6px 20px;
}
#heartyheader {
    height: 150px;
}
#heartyheader .heartylogo {
    height: 52px;
    top: 0;
}
#heartyheader .heartyico {
    height: 52px;
}
#heartyheader .heartysearch {
    height: 50px;
    margin: 0px;
    padding: 0px 15px;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
}
}
@media all and (max-width: 425px) {
    span.sub-hearty {
        display: none;
    }
    div#heartysubds{
        top: 151px;
    }
    #heartyheader .heartyico{
        width: 80px;
    }
#heartyheader .heartysearch {
    padding: 6px 20px;
}
#heartyheader {
    height: 150px;
}
#heartyheader .heartylogo {
    height: 52px;
    top: 0;
}
#heartyheader .heartyico {
    height: 52px;
    width: 50px;
}

  
  div#heartysubds a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
#heartyheader .heartysearch {
    height: 52px;
    margin: 0px;
    padding: 6px 8px;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
}
}
/* FOOTER */
.footer-distributed{
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.025em;
    padding: 45px 50px;
}
.footer-distributed .footer-left p{
    color:  #8f9296;
    font-size: 14px;
    margin: 0;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}
.footer-distributed p.footer-links{
    font-size: 15px;
    font-weight: normal;
    color: #c7c7c7;
    margin: 0 0 30px;
    padding: 0;
}
.footer-distributed p.footer-links a{
    display:inline-block;
    line-height: 1.8;
    text-decoration: none;
    color:  inherit;
    margin-right:10px;
    font-family: 'Open Sans', sans-serif;
}
.footer-distributed .footer-right{
    float: right;
    max-width: 180px;
}
.footer-right img {
    margin-bottom: 8px;
}
.footer-distributed p.footer-links a:hover, .footer-distributed .footer-right a:hover {
    color: white;
}
.footer-distributed .footer-right a{
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 20px;
    color: #c7c7c7;
    text-align: center;
    line-height: 26px;
    margin: 6px;
    text-decoration:none;
}
.heartyzizjo {
    height: 17px;
    width: 100%;
}
.heartyzizjo .redz {
    background: #EA2540;
    width: 46%;
    float: left;
    height: 17px;
}
.heartyzizjo .bluez {
    background: #4285F4;
    width: 8%;
    float: left;
    height: 17px;
}
.heartyzizjo .greenz {
    background: #34A853;
    width: 14%;
    float: left;
    height: 17px;
}
.heartyzizjo .yellowz {
    background: #FBBC05;
    width: 10%;
    float: left;
    height: 17px;
}
.heartyzizjo .purplez {
    background: #bf2cc7;
    width: 22%;
    float: left;
    height: 17px;
}
@media (max-width: 730px) {

    .footer-distributed .footer-left,
    .footer-distributed .footer-right{
        text-align: center;
    }

    .footer-distributed .footer-right{
        float: none;
        margin: 0 auto 20px;
    }

    .footer-distributed .footer-left p.footer-links{
        line-height: 1.8;
    }
}



/* --- SELECT DEFAULT --- */
.edd-root,
.edd-root *,
.edd-root *::before,
.edd-root *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.edd-root {
    display: block;
    width: 116px;
    user-select: none;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 22px;
}

.edd-root-disabled {
    color: #ccc;
    cursor: not-allowed;
}

.edd-head {
    overflow: hidden;
    border: 1px solid #eee;
    transition: box-shadow 200ms, border-color 150ms;
}



.edd-root-focused .edd-head {
    box-shadow: 0 0 5px rgba(105, 215, 255, 0.4);
}

.edd-root-invalid .edd-head {
    box-shadow: 0 0 5px rgba(255, 105, 105, 0.671);
}

.edd-value {
    width: calc(100% - 32px);
    display: inline-block;
    vertical-align: middle;
    margin: 12px 0 12px 6px;
    border-right: 1px solid #eee;
}

.edd-arrow {
    position: absolute;
    width: 18px;
    height: 10px;
    top: calc(50% - 5px);
    right: 6px;
    transition: transform 150ms;
    pointer-events: none;
}

.edd-arrow::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    top: -5px;
    right: 0;
    transform: rotate(45deg);
    transform-origin: 50% 25%;
}

.edd-root-open .edd-arrow {
    transform: rotate(180deg);
}

.edd-value,
.edd-option,
.edd-group-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.edd-root:not(.edd-root-disabled) .edd-value,
.edd-option {
    cursor: pointer;
}

.edd-select {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: -100%;
    top: 0;
}

.edd-root-native .edd-select {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.edd-body {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid #eee;
    pointer-events: none;
    overflow: hidden;
    margin: 1px 0;
    z-index: 999;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: scale(0.95);
    background: white;
}

.edd-root-open .edd-body {
    opacity: 1;
    pointer-events: all;
    transform: scale(1);
    transition: opacity 200ms, transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.edd-root-open-above .edd-body {
    bottom: 100%;
}

.edd-root-open-below .edd-body {
    top: 100%;
}

.edd-items-list {
    overflow: auto;
    max-height: 0;
    transition: max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-overflow-scrolling: touch;
}

.edd-group-label {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 12px 8px 4px;
    color: #999;
}

.edd-group-has-label {
    border-bottom: 1px solid #eee;
}

.edd-option {
    padding: 4px 8px;
}

.edd-group-has-label .edd-option {
    padding-left: 20px;
}

.edd-option-selected {
    font-weight: bold;
}

.edd-option-focused:not(.edd-option-disabled) {
    background: #4285f4;
    color: white;
}

.edd-option-disabled,
.edd-group-disabled .edd-option {
    cursor: default;
    color: #ccc;
}

.edd-gradient-top,
.edd-gradient-bottom {
    content: '';
    position: absolute;
    left: 2px;
    right: 2px;
    height: 32px;
    background-image:
        linear-gradient(
            0deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 40%,
            rgba(255, 255, 255, 1) 60%,
            rgba(255, 255, 255, 0) 100%
        );
    background-repeat: repeat-x;
    background-size: 100% 200%;
    pointer-events: none;
    transition: opacity 100ms;
    opacity: 0;
}

.edd-gradient-top {
    background-position: bottom;
    top: 0;
}

.edd-gradient-bottom {
    background-position: top;
    bottom: 0;
}

.edd-body-scrollable .edd-gradient-top,
.edd-body-scrollable .edd-gradient-bottom {
    opacity: 1;
}

.edd-body-scrollable.edd-body-at-top .edd-gradient-top,
.edd-body-scrollable.edd-body-at-bottom .edd-gradient-bottom {
    opacity: 0;
}