.col-xs-auto,
.col-sm-auto,
.col-md-auto,
.col-lg-auto,
.col-xl-auto {
    max-width: 150%;
}

#myth-splash {
    padding-top: 100px;
}

#myth-splash h1,
#myth-splash h2 {
    font-size: 4.5rem;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
}

#subNav .nav .nav-item a {
    color: black;
    font-family: 'bebas-neue', Arial, sans-serif;
    font-size: 2rem;
    transition: all 0.35s;
    text-decoration: none;
}

#subNav .nav .nav-item .nav-link.active,
#subNav .nav .nav-item .nav-link:hover {
    color: #00BC70;
}

section[id^="myth"] p,
section[id^="myth"] li {
    line-height: 1.75;
}

.myth-header--green {
    background: -webkit-linear-gradient(rgba(1, 187, 134, 1) 50%, rgba(0, 206, 147, 1) 100%);
    background: -o-linear-gradient(rgba(1, 187, 134, 1) 50%, rgba(0, 206, 147, 1) 100%);
    background: linear-gradient(rgba(1, 187, 134, 1) 50%, rgba(0, 206, 147, 1) 100%);
}

.splash-header--blue,
.myth-header--blue {
    background: -webkit-linear-gradient(rgba(0, 157, 212, 1) 50%, rgba(0, 167, 225, 1) 100%);
    background: -o-linear-gradient(rgba(0, 157, 212, 1) 50%, rgba(0, 167, 225, 1) 100%);
    background: linear-gradient(rgba(0, 157, 212, 1) 50%, rgba(0, 167, 225, 1) 100%);
}

[class*="myth-header"] [class*="myth-heading"] {
    padding-left: 1rem;
    padding-right: 1rem;
    box-shadow: 5px 5px 5px #666;
}

.top {
    z-index: 1;
}

.myth-heading--white {
    background-color: white;
}

.myth-heading--green {
    background-color: #7cc14d;
}

.myth-heading--blue {
    background-color: #3ea6f0;
}

.myth-heading--navy {
    background-color: #09517c;
}

.myth-heading--navy > h1,
.myth-heading--navy > h2,
.myth-heading--navy > h3,
.myth-heading--navy > p {
    color: white;
}

.myth-heading--teal {
    background-color: #00ce93;
}

.myth-actions h4 {
    color: white;
}

/* Action heading 1 */
.myth-actions .row:nth-of-type(2) .col-md-4:nth-of-type(1) h4 {
    background-color: #09517c;
}

/* Action heading 2 */
.myth-actions .row:nth-of-type(2) .col-md-4:nth-of-type(2) h4 {
    background-color: #3ea6f0;
}

/* Action heading 3 */
.myth-actions .row:nth-of-type(2) .col-md-4:nth-of-type(3) h4 {
    background-color: #7cc14d;
}

.myth-actions hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 90%);
}

.myth-actions ul {
    padding-left: 0px;
}

.myth-actions li {
    list-style: none;
    padding-left: 1.5rem;
    background-image: url(/images/new/icons/tick.svg);
    background-position: 0 7px;
    background-size: 1rem;
    background-repeat: no-repeat;
}

/* Myths Tab Links */
.nrw-myths .nav-link {
    text-transform: uppercase;
    color: #00BC70;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 16pt;
}

.nrw-myths .nav-link.active,
.nav-link:hover {
    color: #00A7E1;
}

.nrw-myths .nav-link.active {
    border-bottom: 3px solid #00A7E1;
}

#nrw-myths-wrapper {
  position: relative;
}

#mythsNav {
    display: none;
    background: linear-gradient(rgba(0, 157, 212, 1) 50%, rgba(0, 167, 225, 1) 100%);
    position: fixed;
    top: 91px;
    width: 100%;
    z-index: 100;
}

#mythsNav.myths-nav-show {
    display: block;
}

#mythsNav a,
#mythsNav .nav-text {
    color: #fff;
    font-size: 2.2rem;
    padding: 1rem 2rem;
    font-family: 'bebas-neue', sans-serif;
    font-weight: 100;
}

#mythsNav a:hover, #mythsNav a.active {
    background-color: #fff;
    color: #1A1919;
    box-shadow: 5px 5px 5px #666;
}

#mythsNav a:visited {
    background-color: transparent;
}

#mythsNav li.active a {
    color: #1A1919;
    background-color: transparent;
}

#mythsNav .navbar-collapse.collapse {
    display: block!important;
}

#mythsNav .navbar-nav>li {
    float: none !important;
    display: inline-block !important;
}

#mythsNav .navbar-nav {
    width: 100%;
    text-align: center;
}

#mythsNav .navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

#mythsNav .navbar-right {
    float: right!important;
}

#mythsNav h3.endorsed-heading {
  font-weight: 700;
}

/*** MEDIA QUERIES ***/

/* Small devices and down (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    #myth-splash h1,
    #myth-splash h2 {
        font-size: 3rem;
    }

    #mythsNav {
      top: 69px;
    }

    #mythsNav a,
    #mythsNav .nav-text {
        font-size: 11pt;
        padding: 1rem 1rem;
    }

    .nrw-myths .nav-fill .nav-item {
      width: 100%;
    }
}

/* Extra large devices */
@media (min-width: 1400px) {
    .scale-up h1
     {
        font-size: 3.5rem;
    }
    
    .scale-up h2 {
        font-size: 3rem;
    }

}
