@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_mixins\.scss
    }

    line {
        font-family: \0000313
    }
}

/*html {
    font-size: 100%;
}*/

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_mixins\.scss
    }

    line {
        font-family: \00003150
    }
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

/*@mixin responsive-font-size($min-font-size, $max-font-size, $min-screen-width, $max-screen-width, $font-size-step: 0.1em) {
 font-size: $max-font-size; @media all and (max-width: $min-screen-width) { font-size: $min-font-size; }
 @if $font-size-step <= 0 { @warn "parameter to responsive-font-size: font-size-step must be greater than 0"; } @else { $min-scale-factor: $min-font-size / $min-screen-width / 1em * 1px; $max-scale-factor: $max-font-size / $max-screen-width / 1em * 1px;
 $screen-width: round($max-screen-width); $font-size: $max-font-size;
 @while $screen-width >= $min-screen-width {
 $progress: ($screen-width - $min-screen-width) / ($max-screen-width - $min-screen-width); $scale-factor: $min-scale-factor + $progress * ($max-scale-factor - $min-scale-factor);
 $font-size: $screen-width * $scale-factor / 1px * 1em;
 @media all and (max-width: $screen-width) { font-size: $font-size; }
 $screen-width-step: $font-size-step / $scale-factor / 1em * 1px; @if $screen-width-step < 1px { $screen-width-step: 1px; }
 $screen-width: round($screen-width - $screen-width-step); } }
}*/
@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_buttons\.scss
    }

    line {
        font-family: \000034
    }
}

.custom .btn-primary-custom {
    background: #4280A5;
    /*padding: .5rem 1rem .6rem 1rem;*/
    color: #fff;
    border: none;
    border-radius: 4px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    transition: all .3s ease;
}

.custom .btn-primary-content-custom {
    background: #4280A5;
    /*padding: .5rem 1rem .6rem 1rem;*/
    color: #fff;
    border: none;
    border-radius: 4px;
    display: flex;
    width: 30%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    transition: all .3s ease;
    margin-top: 15px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_buttons\.scss
    }

    line {
        font-family: \0000318
    }
}

.custom .btn-primary-custom:hover {
    background: #4688b0;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_buttons\.scss
    }

    line {
        font-family: \0000323
    }
}

.custom .btn-tertiary-custom {
    background: #D34D26;
    padding: .5rem 1rem .6rem 1rem;
    color: #fff;
    border: none;
    border-radius: 4px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    transition: all .3s ease;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_buttons\.scss
    }

    line {
        font-family: \0000337
    }
}

.custom .btn-tertiary-custom:hover {
    background: #da552f;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_breadcrumbs\.scss
    }

    line {
        font-family: \000033
    }
}

.custom .breadcrumbs-row {
    background: #fff;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_breadcrumbs\.scss
    }

    line {
        font-family: \000036
    }
}

.custom .breadcrumbs-row .breadcrumb-container {
    display: flex;
    align-items: center;
    padding: 0;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_breadcrumbs\.scss
    }

    line {
        font-family: \0000310
    }
}

.custom .breadcrumbs-row .breadcrumb-container .sharing {
    margin: 0;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_section-title\.scss
    }

    line {
        font-family: \000033
    }
}

.custom .section-title {
    position: relative;
    padding: 50px 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    background: url(/images/default-source/asam_criteria/banner-bg.png?sfvrsn=b58051c2_2);
    background-size: cover;
    background-repeat: none;
    background-position: 0 -57%;
    z-index: 0;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_section-title\.scss
    }

    line {
        font-family: \0000311
    }
}

.custom .section-title:after {
    position: absolute;
    display: flex;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_section-title\.scss
    }

    line {
        font-family: \0000320
    }
}

.custom .section-title .container {
    position: relative;
    z-index: 2;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_section-title\.scss
    }

    line {
        font-family: \0000324
    }
}

.custom .section-title h2 {
    font-size: 28px;
    line-height: 32px;
    font-size: 1.75rem;
    line-height: 2rem;
    color: #fff;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_section-title\.scss
    }

    line {
        font-family: \0000329
    }
}

.custom .section-title h3 {
    color: #fff;
    text-transform: none;
    margin: .5em 0 0 0;
    font-size: 21px;
    line-height: 26px;
    font-size: 1.3125rem;
    line-height: 1.625rem;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_box-cta\.scss
    }

    line {
        font-family: \000036
    }
}

.custom .icon-boxes {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_box-cta\.scss
    }

    line {
        font-family: \0000311
    }
}

.custom .icon-boxes > div {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 10px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_box-cta\.scss
    }

    line {
        font-family: \0000318
    }
}

.custom .icon-boxes a {
    text-decoration: none;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_box-cta\.scss
    }

    line {
        font-family: \0000323
    }
}

.custom .icon-box {
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 170px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_box-cta\.scss
    }

    line {
        font-family: \0000329
    }
}

.custom .icon-box h2 {
    color: #000;
    font-size: 16px;
    line-height: 17px;
    margin: 6px auto 0 auto;
    font-weight: bold;
}

@media (max-width: 767px) {
    @media -sass-debug-info {
        filename {
            font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_box-cta\.scss
        }

        line {
            font-family: \0000339
        }
    }

    .custom .icon-boxes {
        flex-direction: column;
    }

    .custom .at-share-btn-elements {
        /*display: flex;*/
    }

    .custom .breadcrumbs-row .breadcrumb-container .breadcrumb-nav {
        width: 100%;
    }

    .custom .breadcrumbs-row .breadcrumb-container .sharing {
        width: 100%;
    }

    .custom .breadcrumbs-row .breadcrumb-container {
        display: block;
    }


    @media -sass-debug-info {
        filename {
            font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_box-cta\.scss
        }

        line {
            font-family: \0000342
        }
    }

    .custom .icon-box {
        margin-bottom: 1em;
    }

    @media -sass-debug-info {
        filename {
            font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_box-cta\.scss
        }

        line {
            font-family: \0000345
        }
    }

    .custom .box div[class^="col-"] {
        flex-direction: column;
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_box-2-col\.scss
    }

    line {
        font-family: \000032
    }
}

.custom .box {
    /*font-weight: normal;*/
    /*font-size:*/
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_box-2-col\.scss
    }

    line {
        font-family: \000034
    }
}

.custom .box h3 {
    margin: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    /*font-size: 28px;*/
    line-height: 28px;
    /*font-size: 1.75rem;*/
    line-height: 1.75rem;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_box-2-col\.scss
    }

    line {
        font-family: \0000312
    }
}

.custom .box .icon-custom {
    margin-right: 10px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_box-2-col\.scss
    }

    line {
        font-family: \0000314
    }
}

.custom .box .icon-custom img {
    width: 42px;
    height: auto;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_box-2-col\.scss
    }

    line {
        font-family: \0000320
    }
}

.custom .box div[class^="col-"] {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_box-2-col\.scss
    }

    line {
        font-family: \0000327
    }
}

.custom .box .col-2 > div {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 15px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_sml-cta\.scss
    }

    line {
        font-family: \000034
    }
}

.custom .sml-cta {
    display: flex;
    margin-top: 20px;
    text-decoration: none;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_sml-cta\.scss
    }

    line {
        font-family: \000038
    }
}

.custom .sml-cta > span {
    flex-grow: 1;
    flex-basis: 0;
    font-size: 16px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_sml-cta\.scss
    }

    line {
        font-family: \0000312
    }
}

.custom .sml-cta > span:first-child {
    max-width: 110px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_anchor-nav\.scss
    }

    line {
        font-family: \0000317
    }
}

.custom .anchor-nav .toggle {
    display: none;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_anchor-nav\.scss
    }

    line {
        font-family: \0000321
    }
}

.custom .anchor-nav .option {
    position: relative;
    margin-bottom: 1em;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_anchor-nav\.scss
    }

    line {
        font-family: \0000326
    }
}

.custom .anchor-nav .title, .custom .anchor-nav .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_anchor-nav\.scss
    }

    line {
        font-family: \0000336
    }
}

.custom .anchor-nav .title {
    padding: 1em;
    display: block;
    color: #fff;
    font-weight: bold;
    background: #4280A5;
    display: none;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_anchor-nav\.scss
    }

    line {
        font-family: \0000345
    }
}

.custom .anchor-nav .title:after, .custom .anchor-nav .title:before {
    content: '';
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 3px;
    height: 0.75em;
    background-color: #fff;
    border-radius: 2px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_anchor-nav\.scss
    }

    line {
        font-family: \0000359
    }
}

.custom .anchor-nav .title:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_anchor-nav\.scss
    }

    line {
        font-family: \0000364
    }
}

.custom .anchor-nav .content {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_anchor-nav\.scss
    }

    line {
        font-family: \0000368
    }
}

.custom .anchor-nav .content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_anchor-nav\.scss
    }

    line {
        font-family: \0000373
    }
}

.custom .anchor-nav .content ul li {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_anchor-nav\.scss
    }

    line {
        font-family: \0000376
    }
}

.custom .anchor-nav .content ul li a:link, .custom .anchor-nav .content ul li a:visited {
    display: block;
    align-items: center;
    padding: 15px;
    background: #4280A5;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease;
    font-size: 14px;
    line-height: 16px;
    font-size: 0.875rem;
    line-height: 1rem;
}

.custom .anchor-nav .content ul li a span img {
    vertical-align: middle;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_anchor-nav\.scss
    }

    line {
        font-family: \0000386
    }
}

.custom .anchor-nav .content ul li a:link > span:first-child, .custom .anchor-nav .content ul li a:visited > span:first-child {
    width: 32px;
    padding-right: 10px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_anchor-nav\.scss
    }

    line {
        font-family: \0000391
    }
}

.custom .anchor-nav .content ul li a:hover, .custom .anchor-nav .content ul li a:active, .custom .anchor-nav .content ul li a:focus {
    background: #4a8eb7;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_anchor-nav\.scss
    }

    line {
        font-family: \00003104
    }
}

.custom .anchor-nav .toggle:checked + .title + .content {
    max-height: 500px !important;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_anchor-nav\.scss
    }

    line {
        font-family: \00003107
    }
}

.custom .anchor-nav .toggle:checked + .title:before {
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

@media (max-width: 767px) {
    @media -sass-debug-info {
        filename {
            font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_anchor-nav\.scss
        }

        line {
            font-family: \00003120
        }
    }

    .custom .anchor-nav .title {
        display: flex;
    }

    @media -sass-debug-info {
        filename {
            font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_anchor-nav\.scss
        }

        line {
            font-family: \00003123
        }
    }

    .custom .anchor-nav .toggle:checked + .title + .content {
        max-height: 500px;
    }

    .custom .anchor-nav .content ul li a:link, .custom .anchor-nav .content ul li a:visited {
        text-align: left;
    }

    @media -sass-debug-info {
        filename {
            font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_anchor-nav\.scss
        }

        line {
            font-family: \00003127
        }
    }

    .custom .anchor-nav .content ul {
        flex-direction: column;
    }

    @media -sass-debug-info {
        filename {
            font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_anchor-nav\.scss
        }

        line {
            font-family: \00003130
        }
    }

    .custom .anchor-nav .content ul li a:link, .custom .anchor-nav .content ul li a:visited {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    @media -sass-debug-info {
        filename {
            font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_anchor-nav\.scss
        }

        line {
            font-family: \00003133
        }
    }

    .custom .anchor-nav .content ul li a:link > span:first-child, .custom .anchor-nav .content ul li a:visited > span:first-child {
        width: 24px;
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_aside-box-form\.scss
    }

    line {
        font-family: \000036
    }
}

.custom .aside-form .form-control Input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}

.custom .content-form .form-control Input {
    display: block;
    width: 50%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}

.custom .content-form .form-control textarea {
    display: block;
    width: 50%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}

.custom .content-form .form-control select {
    display: block;
    width: 50%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}

.custom .content-form .checkbox-control Input {
    margin: 5px 0;
}

.custom .content-form .checkbox-control label {
    padding-left: 5px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_aside-box-center\.scss
    }

    line {
        font-family: \000035
    }
}

.custom .aside-center {
    text-align: center;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_faqs\.scss
    }

    line {
        font-family: \0000312
    }
}

.custom .faq-nav .toggle {
    display: none;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_faqs\.scss
    }

    line {
        font-family: \0000316
    }
}

.custom .faq-nav .option {
    position: relative;
    margin-bottom: 1em;
}

    .custom .faq-nav .option .content ul {
        padding-left: 2em;
    }

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_faqs\.scss
    }

    line {
        font-family: \0000321
    }
}

.custom .faq-nav .title, .custom .faq-nav .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_faqs\.scss
    }

    line {
        font-family: \0000329
    }
}

.custom .faq-nav .title {
    padding: 1em;
    display: block;
    color: #000;
    font-weight: 500;
    text-transform: none;
    background: #fff;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    cursor: pointer;
    color: #30729E;
    font-weight: bold;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_faqs\.scss
    }

    line {
        font-family: \0000343
    }
}

.custom .faq-nav .title:hover {
    color: darken #30729E, 5%;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_faqs\.scss
    }

    line {
        font-family: \0000346
    }
}

.custom .faq-nav .title:after, .custom .faq-nav .title:before {
    content: '';
    position: absolute;
    right: .75em;
    top: 1.25em;
    width: 3px;
    height: 15px;
    background-color: #4180a5;
    border-radius: 2px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_faqs\.scss
    }

    line {
        font-family: \0000360
    }
}

.custom .faq-nav .title:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_faqs\.scss
    }

    line {
        font-family: \0000365
    }
}

.custom .faq-nav .content {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    padding: 0;
    border-top: 1px solid #efefef;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_faqs\.scss
    }

    line {
        font-family: \0000371
    }
}

.custom .faq-nav .content .inner {
    padding: 15px;
    /*font-weight: normal;*/
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_faqs\.scss
    }

    line {
        font-family: \0000378
    }
}

.custom .faq-nav .toggle:checked + .title, .custom .faq-nav .toggle:checked + .title + .content {
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_faqs\.scss
    }

    line {
        font-family: \0000385
    }
}

.custom .faq-nav .toggle:checked + .title + .content {
    max-height: 6000px;
    border-top: none;
    border-bottom: 1px solid #efefef;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_faqs\.scss
    }

    line {
        font-family: \0000390
    }
}

.custom .faq-nav .toggle:checked + .title:before {
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

@media (max-width: 767px) {
    .custom .aside-form .mobile-form-control {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }

    .custom .box .icon-custom img {
        width: 80px;
        height: auto;
    }

    .custom .btn-primary-content-custom {
        width: 50%;
    }

    .custom .content-form .form-control Input {
        width: 100%;
    }

    .custom .content-form .form-control textarea {
        width: 100%;
    }

    .custom .mobile-content-img {
        text-align: center;
        padding-bottom: 10px;
    }

        .custom .mobile-content-img img.pull-right {
            float: unset;
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
        }

        .custom .mobile-content-img img.pull-left {
            float: unset;
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
        }

    .custom .section-title {
        background-position: 0;
        margin-bottom: .5em;
    }

    .at-share-tbx-element .at-share-btn {
        margin: 0 0px 5px 0 !important;
    }

    @media -sass-debug-info {
        filename {
            font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_faqs\.scss
        }

        line {
            font-family: \00003103
        }
    }

    .custom .anchor-nav .title {
        display: flex;
    }

    @media -sass-debug-info {
        filename {
            font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_faqs\.scss
        }

        line {
            font-family: \00003106
        }
    }

    .custom .anchor-nav .toggle:checked + .title + .content {
        max-height: 500px;
    }

    @media -sass-debug-info {
        filename {
            font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_faqs\.scss
        }

        line {
            font-family: \00003110
        }
    }

    .custom .anchor-nav .content ul {
        flex-direction: column;
    }

    @media -sass-debug-info {
        filename {
            font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_faqs\.scss
        }

        line {
            font-family: \00003113
        }
    }

    .custom .anchor-nav .content ul li a:link, .custom .anchor-nav .content ul li a:visited {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    @media -sass-debug-info {
        filename {
            font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/_faqs\.scss
        }

        line {
            font-family: \00003116
        }
    }

    .custom .anchor-nav .content ul li a:link > span:first-child, .custom .anchor-nav .content ul li a:visited > span:first-child {
        width: 24px;
    }
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/custom\.scss
    }

    line {
        font-family: \0000321
    }
}

.custom {
    background: #fff;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/custom\.scss
    }

    line {
        font-family: \0000325
    }
}

img.pull-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/custom\.scss
    }

    line {
        font-family: \0000330
    }
}

img.pull-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

/* Minor changes to main.css */
@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/custom\.scss
    }

    line {
        font-family: \0000362
    }
}

.at4-visually-hidden {
    display: none !important;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/custom\.scss
    }

    line {
        font-family: \0000365
    }
}

.side-nav .rtPlus, .side-nav .rtMinus, .side-nav .k-plus, .side-nav .k-minus {
    margin: .1em 0 0 .5em;
}

@media -sass-debug-info {
    filename {
        font-family: file\:\/\/C\:\/Users\/jonny\/Desktop\/cut-up\/assets\/sass\/custom\.scss
    }

    line {
        font-family: \0000369
    }
}

.social-nav a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-WIDTH: 768px) {
    .custom .anchor-nav .content {
        max-height: 100px !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .custom .anchor-nav .content ul li {
        flex-basis: unset;
    }

    .custom .box div[class^="col-"] {
        flex-direction: column;
    }
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
}

    .responsive-video iframe,
    .responsive-video object,
    .responsive-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*# sourceMappingURL=custom.css.map */
