/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v27-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v27-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v27-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v27-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v27-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v27-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v27-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v27-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}




.boxed {
    border-radius: 10px;
}

.box-shadow-wide {
    box-shadow: none;
}

.border--round {
    border-radius: 10px;
}

.btn {
    border-radius: 10px;
    padding: 10px 20px;
}    

.accordion .accordion__title:before {
    display:none;
}

.accordion li:last-child .accordion__title {
    border-bottom: none;
}

.bar .logo {
    max-height: none;
    max-width: none;
}
.bar .logo {
    margin: 0;
    position: relative;
    top: -10px;
    width:350px;
}
.bar {
    padding: 1em 0;
}

.bg--dark {
    background: #AB3433;
}

.cover-features .row:nth-child(2) {
    margin-top: 5.142857em;
}

.feature-1 {
    min-height: auto;
}

.menu-horizontal > li:not(:hover) > a, .menu-horizontal > li:not(:hover) > span, .menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
    opacity: 1;
}


.bar-1 .menu-horizontal > li > .dropdown__trigger, .bar-1 .menu-horizontal > li > a {
    font-size: 14px;
    font-weight: 400 !important;
}

section.bg--dark:last-of-type + footer.bg--dark {
    background: #AB3433;
}

.bg--secondary {
    background: #f9f4f4;
}

section:not(.imagebg):not([class*='bg-']) + section.bg--secondary {
    border-top: none;
}

@media (min-width: 990px) {
.bar__module:not(:only-child) .menu-horizontal {
    top: 2px;
}
 }


@media screen and (max-width: 677px)
 {
.bar .logo {
    margin: 0;
    position: relative;
    top: 0 !important;
}
.bar .logo {
    max-height: none;
    max-width: 250px;
}

i.icon.icon--sm.stack-interface.stack-menu {
    margin-top: 20px;
}
}


    .list-goals li {
    margin-bottom: 1rem;
    background: url(../img/fa-chevron-right.svg) no-repeat left top;
    padding: 0px 0 3px 24px;
    font-size: 19px;
    color:#808080;
}

ul.better li {
  background-position: left 4px;
}

*, h1, h2, h3, h4, h5, h6, p, ul, a {
    font-family: 'Roboto' !important;
}

.boxed.boxed--border {
    border: none;
}


section.bg--secondary:not(.imagebg) + section:not(.imagebg):not([class*='bg-']) {
    border-top: none;
}


.accordion li:last-child .accordion__title {
    border-bottom: none;
    height: 0;
    margin-bottom: 40px;
}


@media (min-width: 1024px)  {
.bar-1 .bar__module + .bar__module {
    margin-left: 1em;
}

}


html {
  scroll-behavior: smooth;
}


p b a {
    text-decoration: none !important;
}


@media (max-width: 767px) {
.col-sm-6.col-md-5 {
    margin-top: 1.85714286em;
}
}


.btn--primary .btn__text, .btn--primary:visited .btn__text {
font-size: 14px;
letter-spacing: .5px;
font-weight: 700;
}



@media (max-width: 767px) {
    h3, .h3 {
        font-size: 1.78571429em;
        line-height: 1.5em;
    }
}


@media (max-width: 767px) {
    h2, .h2 {
        font-size: 2.35714286em;
        line-height: 1.36363636em;
    }
}