﻿/*

Merlin - Responsive One Page Template
Version: 1.0
By: Hasan Alibegic, hasan461@gmail.com
License: Apache License v2.0

*/
body {
    font-family: helvetica,​Arial,​sans-serif;
    color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300
}

*,
*:focus {
    outline: none !important
}

a {
    color: #2d2d2d
}

    a:hover,
    a:focus {
        color: #0c86b6;
        text-decoration: none;
    }

.hiding {
    opacity: 0
}

.showing {
    opacity: 1
}

.img-rounded {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.btn {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.btn-blue {
    color: #fff;
    background-color: #0093cf;
}

    .btn-blue:hover,
    .btn-blue:focus {
        color: #fff;
        background-color: #2a3940;
    }

.btn-light {
    color: #000;
    background-color: #e7e7e7;
    border: 1px solid #ccc;
}

    .btn-light:hover,
    .btn-light:focus {
        color: #000;
        background-color: rgba(0,0,0,0.3);
    }

.btn-green {
    color: #fff;
    background-color: #71be3c;
}

    .btn-green:hover,
    .btn-green:focus {
        color: #fff;
        background-color: #2a3940;
    }

.btn-dark {
    color: #fff;
    background-color: #2a3940;
}

    .btn-dark:hover,
    .btn-dark:focus {
        color: #fff;
        background-color: #2a3940;
    }

.loader {
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.fading-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background-image: url(/assets/img/fading-line.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.navbar-top {
    min-height:75px
}

.navbar-top-with-message {
    min-height: 134px
}

.navbar-default {
    margin-bottom: 0;
    background-color: #fff;
    border-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .navbar-default .navbar-brand {
        font-weight: 600;
        text-transform: uppercase;
    }


    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding: 15px 15px;
        color: #636568;
    }

    .navbar-default .navbar-nav > li > a:hover {
        text-decoration: underline;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #0093cf;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        xborder-color: transparent
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            xbackground-color: transparent
        }

            .navbar-default .navbar-toggle:hover .icon-bar {
                background-color: #333
            }

    .navbar-default.affix {
        top: 0;
        z-index: 599;
        width: 100%;
        border-bottom-color: transparent;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    }

.page {
    overflow: hidden
}

    .page .content {
        padding: 60px 0
    }

        .page .content.cover {
            padding: 150px 0
        }

    .page .heading h2 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .page .border {
        width: 80px;
        height: 2px;
        margin: 0 auto;
        background-color: #1f6d8d;
    }

    .page .heading p {
        margin: 20px auto 0
    }

    .page.container {
        margin-top: 1em;
    }


#services {
    background-color: #f5f5f5;
    border-bottom: solid 1px #e7e7e7;
}

#getstarted {
    background-color: #eee;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 15px 0;
}

#gestartedinstructions {
    margin-bottom: 100px;
}

#services .service i {
    margin-top: 60px
}

#services .service:hover i {
    color: #1f6d8d
}

#work .heading p {
    margin-bottom: 60px
}

#portfolio {
    width: 100%
}

    #portfolio .filters {
        margin-bottom: 20px
    }

        #portfolio .filters li a {
            color: #999;
            font-weight: 600;
            text-transform: uppercase;
        }

            #portfolio .filters li a:hover,
            #portfolio .filters li a:focus {
                color: #333
            }

            #portfolio .filters li a.active {
                color: #0093cf
            }

    #portfolio .items {
        margin-bottom: 0
    }

        #portfolio .items li {
            position: relative;
            float: left;
            width: 25%;
            overflow: hidden;
        }

            #portfolio .items li a img {
                width: 100%;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            #portfolio .items li a .overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #000;
                background-color: rgba(0,0,0,0.6);
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                opacity: 0;
                cursor: pointer;
            }

                #portfolio .items li a .overlay span {
                    position: absolute;
                    left: 0px;
                    bottom: 20px;
                    color: #fff;
                    width: 100%;
                    padding: 0 10px;
                    cursor: default; /*text-transform: uppercase;*/
                }

            #portfolio .items li a:hover .overlay {
                opacity: 1
            }

            #portfolio .items li a:hover img {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
            }

#clients {
    color: #fff;
    background-color: #F47226;
}

#testimonials .item {
    margin-bottom: 50px
}

#testimonials .quote {
    padding: 0 90px;
    font-size: 16px;
}

    #testimonials .quote:before {
        margin-right: 10px;
        font-family: fontawesome;
        color: #bbb;
        content: '\f10d';
    }

    #testimonials .quote:after {
        margin-left: 10px;
        font-family: fontawesome;
        color: #bbb;
        content: '\f10e';
    }

#testimonials .client {
    color: #ccc
}

#testimonials .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-color: #a6a6a6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

    #testimonials .carousel-indicators li:hover,
    #testimonials .carousel-indicators li:focus {
        border-color: #fff
    }

#testimonials .carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 1px 5px 1px 1px;
    background-color: #1f6d8d;
    border-color: #fff;
}

#testimonials .carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
    padding-top: 15px;
}

#testimonials .carousel-control {
    top: 15%;
    width: 0%;
    display: none;
    font-size: 40px;
    background-image: none;
    text-shadow: none;
}

#about .content {
    padding-bottom: 0
}

#about .teammate {
    margin-top: 60px;
    margin-bottom: 60px;
}

    #about .teammate .bio {
        padding-top: 10px
    }

    #about .teammate .profile-photo {
        overflow: hidden
    }

        #about .teammate .profile-photo img {
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -ms-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease;
        }

    #about .teammate:hover .profile-photo img,
    #about .teammate:focus .profile-photo img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

#services .hiw-wrap .hiw-photo {
    overflow: hidden
}

    #services .hiw-wrap .hiw-photo img {
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

#services .hiw-wrap:hover .hiw-photo img,
#services .hiw-wrap:focus .hiw-photo img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#about .teammate .bio .border {
    height: 1px;
    margin: 15px auto;
}

#about .teammate .bio ul {
    margin-bottom: 0;
    font-size: 16px;
}

#about .teammate .bio a {
    color: #666
}

    #about .teammate .bio a:hover,
    #about .teammate .bio a:focus {
        color: #222
    }

#about .twitter {
    padding: 20px 0;
    background-color: #f5f5f5;
    border-top: solid 1px #e7e7e7;
}

    #about .twitter p {
        margin-bottom: 0
    }

    #about .twitter i {
        margin-bottom: 10px;
        color: #00aced;
    }

#contact {
    background: url(/assets/img/cover/contact.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    #contact,
    #contact a,
    #contact a:hover,
    #contact a:focus {
        color: #fff
    }

        #contact .heading .border {
            background-color: #fff
        }

        #contact a {
            display: block
        }

        #contact i {
            margin: 60px 0 15px
        }

#footer {
    padding: 40px 0px 0px 0px;
    color: #ccc;
    text-align: center;
    background-color: #2a3940;
}

    #footer a {
        color: #dcdcdc
    }

        #footer a:hover, #footer a:focus {
            color: #fff
        }

    #footer .social {
        margin-bottom: 20px
    }

        #footer .social li .facebook:hover,
        #footer .social li .facebook:focus {
            color: #3b5998
        }

        #footer .social li .twitter:hover,
        #footer .social li .twitter:focus {
            color: #00aced
        }

        #footer .social li .google-plus:hover,
        #footer .social li .google-plus:focus {
            color: #d34836
        }

        #footer .social li .linkedin:hover,
        #footer .social li .linkedin:focus {
            color: #0077B5
        }

    #footer .copyright {
        margin-bottom: 0
    }



.contactInformation {
    margin-bottom: 50px;
    font-size:18px;
}

    .contactInformation h1 {
        font-weight: 700;
        color: #000;
        font-size: 22px;
        text-transform: uppercase;
        margin: 0 0 20px 0;
    }

    .contactInformation h2 {
        font-weight: 700;
        color: #000;
        font-size: 14px;
        text-transform: uppercase;
        margin: 7px 0 15px 0;
    }

    .contactInformation p {
        width: 290px;
    }

    .contactInformation > .box > i {
        display: inline-block;
        vertical-align: top;
        color: #e78d11;
        font-size: 30px;
        text-align: left;
        padding: 20px 10px 0 0;
    }

    .contactInformation .address {
        display: inline-block;
        width: 290px;
        padding: 20px 0;
        border-bottom: #cdcdcd 1px solid;
    }

    .contactInformation .box:last-child .address {
        border-bottom: none;
    }

.travelpledge-marketing-form {
    margin-bottom: 24px;
}
    .travelpledge-marketing-form .row{
        margin-bottom: 16px;
    }

    .travelpledge-marketing-form h1 {
        font-weight: 700;
        color: #000;
        font-size: 22px;
        text-transform: uppercase;
        margin: 0 0 20px 0;
    }

    .travelpledge-marketing-form form {
        text-align: right;
    }

    .travelpledge-marketing-form input, .travelpledge-marketing-form textarea, .travelpledge-marketing-form select {
        width: 100%;
        background: #fff;
        outline: none;
        border: none;
        border-bottom: #cdcdcd 1px solid;
        color: #5f5f5f;
        font-size: 16px;
        padding: 20px 6px;
        margin: 0 0 10px 0;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        transition: 1s color, 1s border-bottom;
        border-radius: 0;
    }

    .travelpledge-marketing-form select {
        -webkit-appearance: none;
        background: url(/assets/img/arrow-bottom.png) no-repeat right center;
        background-size: auto 10px;
    }

    .travelpledge-marketing-form textarea {
        line-height: 1.5;
    }

    .travelpledge-marketing-form input:focus, .travelpledge-marketing-form textarea:focus, .travelpledge-marketing-form select:focus {
        border-bottom: #000 1px solid;
        color: #000;
    }

    .travelpledge-marketing-form input[type=submit],
    .travelpledge-marketing-form input[type=button] {
        background: #e78d11;
        font-size: 13px;
        font-weight: 900;
        color: #fff;
        display: inline-block;
        width: auto;
        padding: 15px 30px;
        margin: 15px 0 0 0;
    }

    .travelpledge-marketing-form .error {
        border-bottom: #ff0000 1px solid !important;
        color: #ff0000 !important;
    }

    .travelpledge-marketing-form .radiobox, .travelpledge-marketing-form .checkbox {
        text-align: left;
        padding: 20px 0;
        margin: 0 0 10px 0;
        border-bottom: #cdcdcd 1px solid;
    }

    .travelpledge-marketing-form .radiobox label, .travelpledge-marketing-form .checkbox label {
        margin-right: 20px;
    }

    .travelpledge-marketing-form .radiobox input, .travelpledge-marketing-form .checkbox input {
        width: auto;
        margin: -4px 7px 0 0;
        vertical-align: middle;
    }

    .travelpledge-marketing-form input:-webkit-autofill, .travelpledge-marketing-form textarea:-webkit-autofill, .travelpledge-marketing-form select:-webkit-autofill {
        background: #fff !important;
    }

    .travelpledge-marketing-form input[type=file] {
        border-bottom: none;
    }

    .travelpledge-marketing-form img {
        float: left;
        max-width: 100%;
    }

    .travelpledge-marketing-form .lbl-uploader-header {
        float: left;
        color: #757575;
        font-size: 16px;
        margin-top: 20px;
    }

    .travelpledge-marketing-form .lbl-uploader {
        cursor: pointer;
        background-color: #BBD6D8;
        float:left;
    }

    .travelpledge-marketing-form #companyLogoUploader {
        opacity: 0;
        position: absolute;
        z-index: -1;
    }

    .travelpledge-marketing-form hr {
        border-top: #cdcdcd 1px solid
    }

    .travelpledge-marketing-form .g-recaptcha{
        display: inline-block;
        text-align: right;
    }

.contact-header {
    background-image: url(/assets/img/contact.jpg);
    background-position: left center;
    height: 200px;
    margin: -20px 0 30px;
    background-size: cover;
}

.fundraising-professional-header {
    background-image: url(/assets/img/auction_cropped.jpg);
    background-position: left center;
    height: 200px;
    margin: -20px 0 30px;
    background-size: cover;
}

.double-spaced p {
    line-height: 2em;
}

.double-spaced h3 {
    margin-top: 2em;
}

.double-spaced h4 {
    margin-top: 1.5em;
}

.providers li {
    margin: 1.5em 0;
}

.wrapper-nonprofit {
    margin-top: 100px;
    padding: 20px;
    border: 1px solid #ddd;
    background: linear-gradient(to bottom,#70A2DE 0,#FBFBFF 100%); /* background: url(//assets/img/beachbackground.png) no-repeat; */
}

ul.blocks {
    margin-top: -80px;
    text-align: center;
}

    ul.blocks li {
        display: inline-block;
        text-align: left;
        list-style: none;
        width: 20%;
        min-width: 205px;
        height: 240px;
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 15px 10px;
        border-radius: 5px;
        position: relative;
        background: rgb(106,146,196);
        background: -moz-linear-gradient(top, rgba(106,146,196,1) 0%, rgba(0,93,159,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(106,146,196,1)), color-stop(100%,rgba(0,93,159,1)));
        background: -webkit-linear-gradient(top, rgba(106,146,196,1) 0%,rgba(0,93,159,1) 100%);
        background: -o-linear-gradient(top, rgba(106,146,196,1) 0%,rgba(0,93,159,1) 100%);
        background: -ms-linear-gradient(top, rgba(106,146,196,1) 0%,rgba(0,93,159,1) 100%);
        background: linear-gradient(to bottom, rgba(106,146,196,1) 0%,rgba(0,93,159,1) 100%);
        border: 2px solid #fff;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    }

        ul.blocks li .icon {
            display: block;
            text-align: center;
            font-size: 54px;
            line-height: 63px;
            font-weight: normal;
            color: #fff;
            text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
            margin-bottom: 6px;
        }

        ul.blocks li h4 {
            color: #fff3be;
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
            margin-bottom: 4px;
        }

    ul.blocks .sub-text {
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        height: 65px;
    }

.promote-block {
    background: rgb(247,151,94) !important;
    background: -moz-linear-gradient(top, rgba(247,151,94,1) 0%, rgba(242,104,21,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,151,94,1)), color-stop(100%,rgba(242,104,21,1))) !important;
    background: -webkit-linear-gradient(top, rgba(247,151,94,1) 0%,rgba(242,104,21,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(247,151,94,1) 0%,rgba(242,104,21,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(247,151,94,1) 0%,rgba(242,104,21,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(247,151,94,1) 0%,rgba(242,104,21,1) 100%) !important;
}

.last-item {
    margin-left: 20px;
    min-width: 250px !important;
    position: relative !important;
}

.ui-dialog {
    overflow: visible;
}

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: -20px;
        top: -13px;
        width: 36px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 36px;
    }

    .ui-dialog .ui-dialog-content {
        padding: .5em 0 .5em 1em;
    }

.ui-dialog {
    border: 1px solid #666666 !important;
    background: #3C5F7D !important;
    color: #222222 !important;
}

ul {
    list-style: disc; /*xcolor:#eee;*/
    line-height: 1.4em;
}

li a:hover { /*xcolor: #fff;*/
    text-decoration: none;
}

.ui-icon {
    width: 36px;
    height: 36px;
    background-image: url(/assets/img/close.png);
}

.ui-widget-content .ui-icon {
    background-image: url(/assets/img/close.png);
}

.ui-widget-header .ui-icon {
    background-image: url(/assets/img/close.png);
}

.ui-state-default .ui-icon {
    background-image: url(/assets/img/close.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(/assets/img/close.png);
}

.ui-state-active .ui-icon {
    background-image: url(/assets/img/close.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(/assets/img/close.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(/assets/img/close.png);
}

.ui-icon-closethick {
    background-position: 0 0;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none;
    background: none;
    font-weight: normal;
    color: #026890;
}

.ui-dialog .ui-dialog-titlebar-close {
    padding: 0;
}

#bestPracticesForNonProfitsContent {
    color: #ffffff;
}

    #bestPracticesForNonProfitsContent h1 {
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        font-style: italic;
        color: #ffffff;
        font-weight: normal;
        width: 97%;
        border-bottom: 1px solid #ccc;
        padding: 0 0 5px 0;
        margin: 10px 0 20px 0;
        font-size: 1.7em;
    }

.answer {
    margin-left: 30px;
}

.faq-q {
    clear: both;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
}

    .faq-q:before {
        content: "Q. ";
    }

.faq-a {
    line-height: 20px;
    font-weight: normal;
    font-size: 16px;
    margin-left: 25px;
    margin-bottom: 60px;
}

a, a:visited, a:active {
    xxcolor: #a0e2ff;
    text-decoration: none;
}

    a:hover {
        xxcolor: #fff;
        text-decoration: underline;
    }

.get-you-certified label {
    font-weight: initial;
    display: block;
    padding-left: 25px;
    text-indent: -17px;
}

.get-you-certified .chkbox {
    margin: 0px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.get-you-certified .footer-btns {
    text-align: center;
    padding-top: 48px;
}

.get-you-certified button {
    font-size: 18px;
    min-width: 256px;
}

.get-you-certified input[type="text"] {
    width: 52px;
    margin: 0px;
    padding: 0px 5px 0px 5px;
    font-weight: normal;
    font-size: unset;
    background-color: unset;
    border-width: 1px;
    border-style: solid;
    border-radius: initial;
    text-align: center;
    text-transform: uppercase;
}

.providers {
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    margin: 0 auto 1.5em auto;
    max-width: 100%;
    position: relative;
    transform: translate3d(0, 0, 0);
}

    .providers > div {
        height: 120px;
        width: 9500px;
        margin: 0;
        background: url(/assets/img/providers/bg_povider.gif);
        position: absolute;
        top: 0;
        left: 0;
        transform: translate3d(0, 0, 0);
        animation: moveSlideshow 90s linear alternate infinite;
    }

.learn-more-row {
    margin: 0 auto;
    max-width: 980px;
}

.learn-more-title {
    font-size: 29px;
}

.learn-more-text {
    font-size: 17.5px;
    color: #778899;
}

.learn-more-subtitle {
    font-size: 21px;
    font-weight: bold;
}

.learn-more-button {
    background: #F47E23;
    color: white;
    font-size: 21px;
    text-transform: none;
    padding: 15px 50px;
}

.learn-more-button:hover {
    background: #2a3940;
    color: white;
}

.insider-text {
    max-width: 70%;
    margin: 0 auto;
}

.text-align-center {
    text-align: center;
}

.font-size-29px {
    font-size: 29px;
}

.max-width-1000px {
    max-width: 1000px;
}

.max-width-100per {
    max-width: 100%;
}

.w-330px {
    width: 330px;
}

.h-3px {
    height: 3px;
}

.h-15px {
    height: 15px;
}

.h-20px {
    height: 20px;
}

.h-30px {
    height: 30px;
}

.h-60px {
    height: 60px;
}

.h-100px {
    height: 100px;
}

.color-778899 {
    color: #778899;
}

.margin-top-20px {
    margin-top: 20px;
}

/* Responsive style */
@media screen and (max-width: 1024px) {
    #testimonials .carousel-control {
        display: block
    }
}

@media screen and (max-width: 991px) {
    #portfolio .items li {
        width: 50%
    }

    #testimonials .quote {
        padding: 0 70px
    }
}

@media (max-width: 767px) {
    .page .content.cover {
        padding: 160px 0
    }

    #testimonials .quote {
        padding: 0 50px
    }

    #testimonials .carousel-control.right {
        right: 10px
    }

    .insider-text {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .page .content.cover {
        padding: 80px 0
    }

    #portfolio .items li {
        width: 100%
    }

    #testimonials .quote {
        padding: 0 30px
    }

    .learn-more-row {
        text-align: center;
    }

    .learn-more-title {
        font-weight: bold;
        font-size: 22px;
    }
}

@keyframes moveSlideshow {
    100% {
        transform: translateX(-55%);
    }
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    #getYouCertified {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}