.bg-umb {
    background-image: -moz-linear-gradient(-180deg, rgb(46, 157, 208) 0%, rgb(1, 175, 150) 100%) !important;
    background-image: -webkit-linear-gradient(-180deg, rgb(46, 157, 208) 0%, rgb(1, 175, 150) 100%) !important;
    background-image: -ms-linear-gradient(-180deg, rgb(46, 157, 208) 0%, rgb(1, 175, 150) 100%) !important;
}.btn-umb {
    background-image: -moz-linear-gradient(-180deg, rgb(46, 157, 208) 0%, rgb(1, 175, 150) 100%) !important;
    background-image: -webkit-linear-gradient(-180deg, rgb(46, 157, 208) 0%, rgb(1, 175, 150) 100%) !important;
    background-image: -ms-linear-gradient(-180deg, rgb(46, 157, 208) 0%, rgb(1, 175, 150) 100%) !important;
    color: #fff !important;
}.btn-umb:hover {
    background-image: -moz-linear-gradient(-180deg, rgb(1, 175, 150) 0%, rgb(46, 157, 208) 100%) !important;
    background-image: -webkit-linear-gradient(-180deg, rgb(1, 175, 150) 0%, rgb(46, 157, 208) 100%) !important;
    background-image: -ms-linear-gradient(-180deg, rgb(1, 175, 150) 0%, rgb(46, 157, 208) 100%) !important;
    color: #fff !important;
}

.bg-offwhite {
    background-color: #f5f8f7;
}

.text-primary {
    color: rgba(1,175,150,1) !important;
}.text-secondary {
    color: rgba(46,157,208,1) !important;
}

section.tutorial-section #pills-contact a:hover {
    color: rgba(1,175,150,1) !important;
}

/* Carousel Controllers */
.owl-carousel .owl-nav button.owl-prev {
    position: absolute !important;
    top: 40% !important;
    left: 10px !important;
    font-size: 32px !important;
    transform: translate(-10px,-40%) !important;
}.owl-carousel .owl-nav button.owl-next {
    position: absolute !important;
    top: 40% !important;
    right: 10px !important;
    font-size: 32px !important;
    transform: translate(-10px,-40%) !important;
}

.vh-25 {
    min-height: 25vh !important;
}.vh-50 {
    min-height: 50vh !important;
}.vh-75 {
    min-height: 75vh !important;
}.vh-100 {
    min-height: 100vh !important;
}

section.tutorial-section iframe {
    width: 100% !important;
    height: 45vh !important;
}

.select2-container {
    width: 100% !important;
} .select2-container .select2-selection--single {
    height: 42px !important;
} .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
} .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}