﻿@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*
 @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
*/


@font-face {
    font-family: 'Bebas Neue';
    src: url(../fonts/BebasNeueRegular.eot);
    src: url(../fonts/BebasNeueRegular.eot?#iefix) format("embedded-opentype"),url(../fonts/BebasNeueRegular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lexend-Regular';
    src: url(../fonts/Lexend-Regular.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Lexend-Light';
    src: url(../fonts/Lexend-Light.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
}

html {
    font-family: 'Bebas Neue', 'Open Sans';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    position: relative;
    min-height: 100%;
}

body {
    background-color: #fff;
   
    color: #000;
    font-size: 17px;
    margin: 0;
    font-family: 'Open Sans',sans-serif;
    padding: 0!important;
    padding-right: 0!important;  
    margin-bottom: 40px;
}

.orderCodeInput {
    font-family: 'Lexend-Light', 'Times New Roman', sans-serif;
}


.lozad, .lazyGift {
  
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.lozadTr {
 
    opacity: 1;
}

.lozedReload {
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}


a, a:focus, a:hover {
    text-decoration: none;
}



    .divBankOrCredit {
        max-width: 330px;
        margin-top: 20px;
    }


.csMenuBlue {
    color: #185b92;
}

    .csMenuBlue:hover {
        color: #f99f38;
    }



    /**/
    footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 40px;
        background-color: #48b3dc;
    }

 .menu-stripe {
        background: none repeat scroll 0 0 #f99f38;
        height: 2px;
        width: 100%;
    }


.bannerTitle {
    font-size: 22px;
    margin-top: 12px;
}


.page-banner-welcome1{
        font-size: 48px;
    }
 .page-banner-welcome2{
        font-size: 20px;
    }

.h3Header{
    margin-top: 12px;
    white-space:nowrap;
   /* overflow: hidden; */
}

@media (max-width:767px) {
    .h3Header {
        text-align: center;
    }
}


.mainAreaBanner {
    margin-top: 0;
    padding-top: 0;
    background-color: #48b3dc;
    height: 50px;
   
    -moz-box-shadow: 0 3px 3px #8f9090;
    -webkit-box-shadow: 0 3px 3px #8f9090;
    box-shadow: 0 3px 3px #8f9090;
}

.mainAreaBannerMin {
    margin-top: 0;
    padding-top: 0;
    background-color: #48b3dc;
    height: 0;
   
  
}


.mainAreaBannerContent {
    margin: auto;
    margin-top: 0;
    text-align: left;
    color: white;
}

.navbar {
        display: none;
}

  
html {
  /* font-size: 10px; */
    -webkit-tap-highlight-color: transparent;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:after, .navbar:before {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

.chkBoxFor {
    cursor:pointer;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

.h3PageTitleHdr
{
   margin-bottom: 25px;
}


header.header {
    width: 100%;
    padding: 6px 0 0;
    position: relative;
    left: 0;
    right: 0;
 
    transition: all .55s;
    background-color: #f1f5f4;
}

.header.active {
    background-color: #f1f5f4;
   
    box-shadow: 0 1px 5px rgba(0,0,0,.25);
}

    .header.active .site-logo img {
        max-height: 80px;
    }

     .site-logo-table {
        height: 80px;
    }
  

    .header.active .site-logo img, .site-logo img {
        transition: all .8s ease-in-out;
          max-height: 80px;
    }

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin: 0;
    height: 85px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 18px;

}

.navbar-default .navbar-nav > li > a {
      color: #185b92;
      font-family: 'Bebas Neue', 'Open Sans', sans-serif;
      font-size: 32px;
      font-weight: 500;
}

.nav > li > a {
    padding: 10px 25px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #f99f38;
    outline: 0;
}

.navbar-default .navbar-nav > .current_page_item > a, .navbar-default .navbar-nav > .current_page_item > a:focus, .navbar-default .navbar-nav > .current_page_item > a:hover {
    color: #f99f38;
    background-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    box-shadow: none;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border-color: #185b92;
    background-color: #185b92;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.navbar-toggle {
    margin-top: -50px;
}

.dropdown-menu-nav {
    left: 0 !important;
    right: unset !important;

    padding: 5px;
    border: 2px solid #48b3dc;
}

.dropdown-menu-nav > li > a {
        padding: 2px 10px;
        color: #f99f38;
        font-weight: 600;
        font-size: 18px;
        font-family: 'Bebas Neue', 'Open Sans', sans-serif;
}

        .dropdown-menu-nav > .active > a, .dropdown-menu-nav > .active > a:focus, .dropdown-menu-nav > .active > a:hover, .dropdown-menu-nav > li > a:focus, .dropdown-menu-nav > li > a:hover {
            color: #185b92;
            background-color: transparent;
        }

#footer, .btn-direction, .line, .page-banner, .page-header, .page-flyer {
    position: relative;
}



blockquote {
    padding: 0;
    padding: 5px;
    margin: 0 15px 15px;
    border-left: none;
    position: relative;
   font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    color: #000;
    font-size: 21px;
}

footer blockquote {
    padding: 10px 20px;
    font-size: 48px;
    position: relative;
    border-left: 0;
    margin: 0;
    color: #fff;
    font-family: 'Bebas Neue';
    line-height: 60px;
    font-weight: 600;
    text-align: center;
}

blockquote:before {
    content: "\201C";
    top: 0;
    margin-left: -15px;
    margin-top: 5px;
}

blockquote:after {
    content: "\201D";
    top: auto;
    right: auto;
}

blockquote:after, blockquote:before {
    position: absolute;
    color: inherit;
}

 
.btn-link {
    color: #e91b25;
   font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    padding: 0;
    margin-right: 50px;
    text-decoration: none;
}

    .btn-link:focus, .btn-link:hover {
        color: #f99f38;
    }
 
.btn-homepage {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

  
 
.btn-homepage {
    color: #e91b25;
    font-size: 53px;
    border-radius: 30px;
    border-width: 5px;
    padding: 10px 22px;
    border-color: #48b3dc;
    font-weight: 700;
}

 .btn-homepage.active.btn-default.focus, .btn-homepage:active, .btn-homepage:active:focus, .btn-homepage:active:hover, .btn-homepage:focus, .btn-homepage:hover {
        color: #fff;
        background-color: #48b3dc;
        border-color: #48b3dc;
        outline: 0;
        box-shadow: none;
    }


 .btn-homepage {
        color: #e91b25;
        font-size: 53px;
        border-radius: 15px;
        border-width: 5px;
        padding: 10px 22px;
    }
 
.btn-homepage:hover{
    color: #fff !important;
}

.btn-linkBox{
     border-color: #48b3dc;
     border-width: 2px;
     padding: 8px 12px;
     font-size: 30px;
     color: black;
} 

 .btn-linkBox:active, .btn-linkBox:active:focus, .btn-linkBox:focus, .btn-linkBox:active:hover  {
        color: black;  
        box-shadow: none;
  }
 .btn-linkBox:hover {
       border-color: #f99f38;
 }


.gradient-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(0,0%,100%,.55);
    top: 0;
}

.caption h1 {
    font-size: 41px;
    font-weight: 600;
}

.inner-content span {
    font-size: 35px;
    font-weight: 600;
}

.btn-direction {
    margin: 15px 0;
}

.contact-info {
    padding: 0;
    position: relative;
    background-color: #48b3dc;
}


ul.bootom-social {
    margin: 30px 0;
    padding: 0;
}

ul.bootom-social li {
  list-style: none;
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #f4a12c;
  line-height: 46px;
  margin-right: 12px;
  border-radius: 50px;
  color: #48b3dc;
}

ul.bootom-social li a {
  
  font-size: 28px;
  display: block;
}

 ul.bootom-social li a:hover {
   color: #000;
}

span.footer-bottom {
    font-size: 12px;
    color: #fff;
   font-family: 'Open Sans', sans-serif;
}

ul.footer-bottom{
   list-style: none;
   font-size: 14px;
   font-family: 'Open Sans', sans-serif;
   padding: 6px 0 0 0;
   margin: 0 0;
}

ul.footer-bottom li{
    padding: 4px 4px 0 4px;
    list-style: none;
    display: inline-block;
}

ul.footer-bottom li a,
ul.footer-bottom li span {
     color:  #bf384c;
     cursor: pointer;
}

ul.footer-bottom li a:hover,
ul.footer-bottom li span:hover {
       color: #a01f32;
}

footer .text-right p {
    padding-right: 45px;
}

.page-banner {
    height: 100vh;
    overflow: hidden;  
    background-size: cover;
}

.page-flyer{
    overflow: hidden;  
    background-size: cover;
    min-height: 100vh;
}

.page-img {
    background-size: cover;
    padding-top: 210px;
    position: relative;
}

.page-template-template-green .page-banner, .page-template-template-purple .page-banner, .page-template-template-yellow .page-banner {
    height: calc(100vh - 100px);
}

.page-template-default .page-banner, .page-template-template-blue .page-banner, .tax-fall_category .page-banner {
    height: calc(70vh - 100px);
}

.inner-content {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
}

.page-template-default .page-banner .inner-content {
    top: 35%;
}

.flexslider .slides > li {
    background-position: 50%;
    height: 100%;
    width: 100%;
    display: none;
    background-size: cover;
}

.flex-viewport, .flexslider-container, .flexslider .slides {
    height: 100%;
}

.flexslider, ul.slides {
    margin: 0;
    padding: 0;
}

.flexslider {
    width: 100%;
    height: 100vh;
    border: 0;
}

.green_temp_item {
    margin: 20px auto 50px;
    text-align: center;
}

    .green_temp_item img {
        margin: 5px;
    }



.Service {
    background-color: #eee;
    width: 100%;
}

.service-inner {
    background-color: transparent;
    position: relative;
    z-index: 9999;
    margin: 0 auto;
}

    .service-inner .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.homepage_promo
{
    margin: 4px 0;
}

.homepage_promo a {
    display: block;
    color: #000;
    border-right: 0;
}

.service-title {
    font-size: 30px;
    padding: 20px;
    font-weight: 600;
    border-bottom: 2px solid #48b3dc;
}

.panel-body p {
    font-size: 17px;
    color: #4f4f4f;
}

/*
    PanelV2 for purchase pages
*/
.badgeHeader {
    background-color: #d4d4d4;
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 0 10px 0;
    color: black;
    text-align: center;
    margin: 20px 0;
}

.panelV2 {
    border: solid 1px #d0d0d0;
    box-shadow: 3px 3px 5px rgb(128, 128, 128, .3);
}

.panelOptOutV2 {
    padding: 20px;
}

@media (max-width:768px) {
    .panel-bodyV2 {
        padding-bottom: 10px;
    }
}

/* end Purchase pages */

.center-image img, .panel-body img {
    margin: 0 auto;
}

.b-r-0 {
    border-right: 0;
}

.p-l, .p-r {
    padding-right: 0;
    border: 2px solid #48b3dc;
    transition: .3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
    padding: 0;
    position: relative;
    margin-top: -65px;
}

    .p-l:hover, .p-r:hover {
        -webkit-transform: translateY(-250px) !important;
        transform: translateY(-250px) !important;
    }

.page-id-470 .p-l:hover, .page-id-470 .p-r:hover {
    -webkit-transform: translateY(-60px) !important;
    transform: translateY(-60px) !important;
}


.promo_block.scrolldown:hover {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
    font-size: 48px;
    color: #fff;
    background-color: #48b3dc;
    font-weight: 600;
    padding: 40px;
   line-height: 45px;
}

 .page-header:after {
        content: "";
        position: absolute;
        background: url(imgV4/dots.png) 50% no-repeat;
        height: 16px;
        width: 470px;
        right: 0;
        bottom: -6px;
}

.content-middle, .treehouse, .video-sec, .yearbooks-sec {
    padding: 50px 0;
}

    .content-middle .page-title, .treehouse .page-title, .video-sec .page-title, .yearbooks-sec .page-title {
        padding-bottom: 0;
    }

.mt-40 {
    margin-top: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.line .page-header:after {
    display: none;
}

.line .page-header:before {
    content: "";
    position: absolute;
    background: url(imgV4/line.png) 50% no-repeat;
    height: 31px;
    width: 515px;
    left: 0;
    bottom: -6px;
}

.Elementary, .homeSlider {
    position: relative;
}

.page-title, .video-head {
    padding-bottom: 20px;
}

.yearbooks-sec .page-header a {
    color: #fff;
}

    .yearbooks-sec .page-header a:hover {
        color: #f99f38;
    }

.page-title h1 {
    font-size: 48px;
    color: #48b3dc;
    font-weight: 600;
}

.homeSlider .gradient-overlay {
    z-index: 99;
}

.image-shadow {
    box-shadow: 15px 15px 0 -1px #48b3dc;
}

    .image-shadow img {
        width: 100%;
    }

.Elementary {
    padding: 30px 0 100px;
}

    .Elementary .btn-default, .Elementary .search-form .search-submit, .search-form .Elementary .search-submit {
        font-size: 34px;
    }

.arrow-left .btn-default2:before, .arrow-left .btn-default:before, .arrow-left .search-form .search-submit:before, .search-form .arrow-left .search-submit:before {
    content: "";
    position: absolute;
    left: -64px;
    background: url(imgV4/arrow-small.png) 50% no-repeat;
    height: 60px;
    width: 91px;
    bottom: 20px;
}

.dot-big:after {
    background: url(imgV4/dots-bg.png) 50% no-repeat;
    height: 46px;
    width: 655px;
    right: 0;
    margin-bottom: 50px;
}

.dot-big:after, .line-big:before {
    content: "";
    position: absolute;
    bottom: 0;
}

.line-big:before {
    background: url(imgV4/line-big.png) 50% no-repeat;
    height: 53px;
    width: 692px;
    left: 0;
}

.page-head h1 {
    font-size: 50px;
    font-weight: 600;
    color: #185b92;
    margin: 0;
}

.video {
  /* margin-top: 10px; */
}

.page-head p, .video-sec span {
    font-size: 17px;
}


.cover .btn-default, .cover .search-form .search-submit, .search-form .cover .search-submit, .search-form .video-sec .search-submit, .video-sec .btn-default, .video-sec .search-form .search-submit {
    border-width: 5px;
}

.cover .flex-control-nav, .cover .page-header:after, .homeSlider .flex-direction-nav, .page-id-109 .btn-default2 {
    display: none;
}

.cover .page-header h1 {
    font-size: 65px;
    font-weight: 600;
    margin: 0;
}

.item img {
    width: 100%;
}

.cover .flexslider {
    margin-bottom: 0;
    border: 0;
}

.item {
    padding-bottom: 39px;
}

.image-content {
    padding: 50px 0;
}

.img-box .img-title h5 {
  font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-top: 40px;
}

.left-content h2 {
    color: #48b3dc;
    margin: 20px 0;
}

.img-content .right-content {
    margin-left: 90px;
}

.img-content .arrow-left:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(imgV4/arrow-small.png) 50% no-repeat;
    height: 60px;
    width: 91px;
    top: 25px;
}

.img-content .right-content h5 {
    margin-top: 60px;
}

section.cover .flexslider {
    height: auto !important;
    min-height: 0 !important;
}

section.cover h1, section.cover p {
    margin-bottom: 25px !important;
}

.brick.project-box-bottom {
    padding: 200px 0;
    margin-bottom: 20px;
}

.image-title {
    margin-top: 5px;
    color: #000;
}

body#tinymce {
    margin: 12px !important;
}

.navbar-float {
    float: right;
}



@media (max-width:1199px) {
    .nav > li > a {
        padding: 10px 15px;
   /*     font-size: 24px !important; */
    }

    .service-title {
        font-size: 25px;
    }

    .homeSlider .caption {
        left: 18%;
        padding: 15px 0;
        width: 75%;
        bottom: 20%;
    }

    .homeSlider .btn-default, .homeSlider .search-form .search-submit, .search-form .homeSlider .search-submit {
        font-size: 36px;
    }

    .Service .col-md-6.col-md-offset-3 {
        margin-top: 0;
    }

  
}

@media (max-width:991px) {
    .flexslider {
        height: 55vh;
    }

    .nav > li > a {
        padding: 10px;
    }

   

    .center-image, .treehouse .text-center {
        margin-bottom: 20px;
    }

    .Service .col-md-10.col-md-offset-1 {
        margin-top: 0;
    }

    .homeSlider .caption {
        width: 70%;
    }

    .arrow-left, .image-shadow {
        margin-bottom: 50px;
    }

        .arrow-left .btn-default:before, .arrow-left .search-form .search-submit:before, .search-form .arrow-left .search-submit:before {
            left: 0;
            bottom: 0;
        }

    blockquote {
        font-size: 30px;
        line-height: 45px;
    }

    .line-big:before {
        width: 100%;
    }

    .flex-direction-nav .flex-prev {
        left: 0;
    }

    .flex-direction-nav .flex-next {
        right: 0;
    }
}

@media (max-width:768px) {
    .flex-direction-nav {
        top: 40px;
        position: absolute;
    }

    .modal-dialog .flex-direction-nav .flex-prev {
        left: 15px;
    }

    .modal-dialog .flex-direction-nav .flex-next {
        left: 35px;
    }

    .page-template-template-red .homeSlider .caption {
        width: 80%;
        bottom: 15%;
    }

    .page-id-9 .homeSlider .caption {
        bottom: 10%;
    }

    .page-id-9 .flexslider {
        height: 60vh;
        min-height: 550px;
    }

    .caption h1, .inner-content h1 {
        margin: 0;
    }

    .homeSlider .caption {
        bottom: 5%;
    }

    .page-template-template-purple .col-md-offset-7.col-sm-offset-5, .page-template-template-yellow .col-md-offset-7.col-sm-offset-5 {
        width: 100%;
        margin-left: 0;
    }

    .page-banner {
        height: 60vh !important;
        min-height: 400px;
    }
}

@media (max-width:767px) {
    .navbar-nav > li:hover > .dropdown-menu-nav {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .page-template-default .page-banner .inner-content {
        top: 10%;
    }

    .page-id-9 .homeSlider .caption, .page-template-template-red .homeSlider .caption {
        width: 100%;
    }

    .homeSlider .caption p, .page-template-template-green .page-banner .inner-content p, .page-template-template-purple .page-banner .inner-content p, .page-template-template-yellow .page-banner .inner-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .inner-content {
        top: 20px;
    }

    .p-l:hover, .p-r:hover {
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }

    .service-inner .row {
        display: block;
    }

    .Service {
        padding-left: 15px;
        padding-right: 15px;
    }

    header.header {
        position: relative !important;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-float {
    float: none;
}

    blockquote {
        font-size: 24px;
        line-height: 30px;
    }

    ul.bootom-social li {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

        ul.bootom-social li a {
            font-size: 20px;
        }

    .site-logo {
        float: left;
    }

    .navbar-default {
        display: block;
        height: 100%;
    }

    .inner-content {
        position: relative;
        padding: 10px 0;
    }

    .line .page-header:before, .page-header:after {
        width: 261px;
    }

    .b-r {
        border: 0;
    }

    .btn-direction:before {
        display: none;
    }

    ul.bootom-social {
        margin: 15px 0;
        padding: 0;
    }

    .homeSlider .caption {
        left: 0;
        padding-left: 15px;
        width: 100%;
        top: 10px;
    }

    .navbar-nav {
        margin: 0;
    }

    header.header .col-md-9 {
        float: right;
        width: 100%;
    }

    .homeSlider .btn-default, .homeSlider .search-form .search-submit, .page-banner .btn-default, .page-banner .search-form .search-submit, .search-form .homeSlider .search-submit, .search-form .page-banner .search-submit {
        font-size: 25px;
        padding: 10px 15px;
    }

     .btn-homepage
     {
         font-size: 25px;
     }

    .panel-body, .service-title {
        border-right: 0;
    }

    .panel-body {
        padding-bottom: 50px;
    }

    .p-r {
        margin-bottom: 61px;
    }

    .p-l {
        padding-left: 0 !important;
    }

    .contact-info {
        padding: 24px 0;
    }

    footer blockquote {
        font-size: 28px;
        line-height: 36px;
    }

     .navbar-default .navbar-nav > li > a {
        font-size: 20px !important;
    }

 
}

@media (max-width:660px) {
    .page-header {
        font-size: 35px;
        line-height: 45px;
        padding: 30px;
    }
}

@media (max-width:375px) {
    .flexslider {
        min-height: 500px;
    }

    .page-id-9 .flexslider .btn-direction {
        margin-top: -30px;
    }

    .page-template-template-yellow .page-banner {
        height: 75vh !important;
    }

    .page-template-template-yellow .inner-content {
        top: -5px;
    }

        .page-template-template-yellow .inner-content p {
            line-height: 22px;
        }
}

@media (max-width:767px) {
    .site-logo {
        max-width: 170px;
        height: 60px;
    }

    .header.active .site-logo img {
        height: 60px;
    }

    .header.active .site-logo img, .site-logo img {
        max-height: 60px;
}

     .site-logo-table {
        height: 60px;
    }

    .navbar-default{
         padding-top: unset;
    }
}



/* iss                         */

.modal-open {
    overflow-y: auto;
}

body.modal-open {
    padding-right: 0!important;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea {
    max-width: 300px;
    font-size: 16px !important;
}

.waitLookup {
        width: 18px;
        vertical-align: top;
        margin-top: -24px;
        margin-left: 14px;
        display: none;
}

#overlayWait, .overlayWait {
        display: none;
        background-color: rgba(0,0,0,0.3);
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 5000;
        top: 0;
        left: 0;
        float: left;
        text-align: center;
        padding-top: 25%;
    }

/* */
 .mmOuter {
        margin: 20px auto;
        max-width: 600px;
        width: 55%;
}

.mmInner {
        background-color: #2da1ac;
        height: 1px;
}

.mmInnerT {
        background-color: #fff;
        display: table;
        margin: -14px auto;
        padding: 0 20px;
        font-size: 18px;
        text-align:center;
        font-weight:bold;
}


.mobileFooterAlign {
}


@media (max-width: 340px) {
    .surveyMultQ {
        font-size: 10px;
    }
}

@media (max-width: 500px) {
    .lpicImage {
        height: 200px;
    }

    .copyr {
        display: none;
    }
    .page-banner-welcome1{
        font-size: 40px;
    }

    
ul.footer-bottom li{
    padding: 4px 0;
   
    display: block;
}
}

@media (max-width: 600px) {
  
   ul.footer-bottom li{
    padding: 4px 0; 
    display: block;
    font-size: 14px;
   }

   footer{
       height: 130px;

   }
   body{
        margin-bottom: 130px;
   }
}

@media (min-width: 501px) and (max-width: 767px) {
    .lpicImage {
        height: 300px;
    }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.photoGiftListItem {
    margin-top: 40px;
}

.photoGiftListItemBtn {
    margin-top: 35px;
    padding-right:4px;
    text-align:right;
}

.photoGiftListItemPrice {
    text-align: right;
    padding-right: 0;
    margin-top: 40px;
}

.photoGiftTitle {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}

.addItemProdTitle {
    font-size: 18px;
    font-weight: bold;
}

.btn-CashFlow {
    background-color: #17b36a;
    border: 1px solid #17b36a;
    color: #fff;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    min-width: 70px;
    text-transform: uppercase;
}

    .btn-CashFlow:hover {
        background-color: #149157;
        color: #fff;
    }

    .btn-CashFlow:focus {
        color: #fff;
    }

.summaryContinueShopping {
    color: #a0a0a0;
    font-size: smaller;
}
    .summaryContinueShopping:hover {
        border-color: #d0d0d0;
    }
.summaryCheckoutButton {
    color: white;
    background-color: #b63344;
    width: 200px;
    text-transform:uppercase;
}
    .summaryCheckoutButton:hover {
        color: white;
        background-color: #952b3a;
    }
      
.btn-issPrimary {
    background-color: #41AAD4;
    border: 1px solid #41AAD4;

    color: #fff;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    min-width: 70px;
    text-transform: uppercase;
}

    .btn-issPrimary:hover {
        background-color: #3083A4;
        border-color: #3083A4;
        color: #fff;
    }

.btn-issPrimary:focus{
      color: #fff;
}

.btn-adminG {
    background-color: #35B86B;
    color: white;
    border: 0;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

    .btn-adminG:hover {
        background-color: #269152;
        color: white;
    }

.a-adminG {
    color: #27894f;
}

    .a-adminG:hover {
        color: #269152;
    }

.dxgvControl_MaterialCompact a:hover
{
    text-decoration:none;
}

/* link buttons*/
.cs14 {
    color: #bf384c;
    font-size: 14px;
    text-decoration: none;
    font-style: italic;
}

.csA {
    color: #bf384c; 
}

.noUL {
    text-decoration: none;
}

    .noUL:hover {
        text-decoration: none;
    }


.cs:hover, .cs14:hover, .csA:hover {
    color: #2da1ac; /* #00334d; */
}

.csFooter a {
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    color: white;
}


.csFooter:hover {
    color: #019ba5;
}

.poseImage {
    cursor: pointer;
}

.poseImageNP, .poseImage {
    border: 1px solid #606060;
    -moz-box-shadow: 2px 2px 5px #8f9090;
    -webkit-box-shadow: 2px 2px 5px #8f9090;
    box-shadow: 2px 2px 5px #8f9090;
}

.imgSelect {
    border: 1px solid #606060;
    cursor: pointer;
    -moz-box-shadow: 3px 3px 7px #8f9090;
    -webkit-box-shadow: 3px 3px 7px #8f9090;
    box-shadow: 3px 3px 7px #8f9090;
    max-height: 180px;
}

.imgShadow {
    border: 1px solid #606060;
    -moz-box-shadow: 3px 3px 7px #8f9090;
    -webkit-box-shadow: 3px 3px 7px #8f9090;
    box-shadow: 3px 3px 7px #8f9090;
}

.settingsHide {
    display: none;
}

.imagesInfoHide {
    display: block;
}


.purchaseALink {
    display: block;
    padding: 7px 10px;
    margin: 5px 0;
    border-radius: 6px;
    color: #262626;
    border: 1px solid #d4d4d4;
}
.purchaseALink:hover{
    background-color: #d4d4d4;
}



.purchaseALinkIcon {
    float: right;
}

.settingsBlockInverse {
    border: 1px solid #a0a0a0;
    border-radius: 3px 3px;
    padding: 5px;
    margin: 0;
    background-color: #f1f5f4;
}

@media (max-width: 500px) {
    .xxsmAddItem {
        width: 100%;
    }

        .xxsmAddItem table {
            margin: 0 auto;
        }



    .btn-issPrimary50 {
        min-width: 50px;
    }

   
}

.photoGiftOptTable {
    display: block;
    overflow-x: scroll;
}

@media (max-width: 767px) {
    .service-title {
        border-bottom: 0;
        padding: 15px 0 2px 0;
    }

    .settingsBlock {
        border: 1px solid #a0a0a0;
        border-radius: 3px 3px;
        padding: 5px;
        margin: 0;
        background-color: #f1f5f4;
    }

    .settingsBlockInverse {
        border: 0 solid;
        border-radius: 0;
        padding: 0;
        margin: 0;
        background-color: transparent;
    }

    .settingsALink {
        border-top: 1px solid #d0d0d0;
        margin-top: 10px;
        padding: 7px 10px;
    }

   

    .purchaseALinkIcon {
        float: right;
    }

    .settingsHide {
        display: block;
    }

    .imagesInfoHide {
        display: none;
    }

    .photoGiftListItem, .photoGiftListItemBtn {
        margin-top: 0;
        text-align: inherit;
    }

    .photoGiftListItemPrice {
        text-align: inherit;
        padding-right: inherit;
        margin: 4px 0;
    }

    .photoGiftOptTable {
        display: block;
        overflow-x: unset;
    }

    .modal-footer {
        text-align: center !important;
    }

    .mobileFooterAlign {
        text-align: center;
    }

    .mmOuter {
 
        width: 80%;
}
}

.divErrorPnl, .divErrorPnlC {
    padding: 15px;
    margin: 10px 0;
    background-color: #fdd6ce;
    color: #303030;
    font-size: 15px;
}

.divErrorPnlC {
    text-align: center;
}

.cardBadge {
    font-size: smaller;
    padding: 10px;
    margin: 20px 0;
}

.cardBadge-expired {
    background-color: #fdd6ce;
    color: #303030;
}

.cardTemplate {
    margin: 10px auto;
    border: 1px #c9c8c8 solid;
    display: table;
    padding: 20px;
    background-color: white;
    border-radius: 6px;
   text-align:center;
}

.cardImgTd {
    max-width: 40px;
}




@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select:focus, textarea:focus, input:focus {
        font-size: 16px !important;
    }
}

.contentInner {
    width: 90%;
    display: table;
    text-align: center;
    margin: 40px auto 20px auto;
    max-width: 500px;
    padding: 14px;
    background-color: rgba(255,255,255, 0.8);
    border: 1px solid #a0a0a0;
    color: #5f5f5f;
}

.contentWorking {
    width: 90%;
    display: table;
    text-align: center;
    margin: 40px auto;
    max-width: 600px;
    padding: 20px 14px;
    background-color: rgba(255,255,255, 0.8);
    border: 1px solid #a0a0a0;
    color: #5f5f5f;
    border-radius: 5px;
    box-shadow: 6px 6px 7px rgba(0,0,0, 0.6);
}

#contentBanner {
    font-weight: bold;
    color: #185b92;
}



.issALink {
    font-size: 15px;
    color:  #bf384c;
}
.issALink:visited {  
    color:  #bf384c;
}
.issALink:hover {
        text-decoration: none;
        color:  #a01f32; 
}
.issALink:active {
        text-decoration: none;
        color:  #a01f32; 
}


.divAdmin {
    text-align: right;
    height: 20px;
    padding-right: 30px;
    background-color: lightgreen;
    color: #4a4952;
}

    .divAdmin ul {
        display: inline;
    }

    .divAdmin li {
        display: inline;
        margin: 0 5px;
        font-size: 14px;
        font-family: Arial, sans-serif;
    }

    .divAdmin a {
        text-decoration: none;
        color: #4a4952;
        font-size: 16px;
    }

.radio {
    font-size: 16px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.divSystemMaint {
    padding: 8px;
    margin-bottom: 10px;
    background-color: #f1f5f4;
    text-align: center;
    color: #c00000;
    font-size: 14px;
    line-height:normal;
}

/* admin survey response */
 .surveyAnswer {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    margin: 6px 0;
    padding: 3px 5px;
 }

.surveyAnswerHdr {
    font-weight: bold;
 }

 .noborders td {
    border: none !important;
}

.dropdown-menu .divider {
    background-color: #a0a0a0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    text-align: left;
}

@media (max-width: 767px) {
    .breadcrumbPopup {
        text-align:center;
    }
}

    /* devex */
    .dxeButtonEdit {
        border-color: #ccc !important;
    }

    .dxeFocused {
        border-color: #66afe9 !important;
        outline: 0 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    }

.missingOrderHdr {
    font-size: 18px;
}

/* Notice At Collection */
#collectionModal {
    padding: 20px!important;
    bottom: 0 !important;
    top: unset !important;
    width: 100%;
    overflow-y: hidden;
    overflow-x: visible;
    z-index: 99999;

    .modal-dialog {
        margin: 0 !important;
        width: 100%;
        min-height: fit-content;
        transform: none !important;
        bottom: -50px;
        transition: bottom .3s ease-in-out;

        .modal-content {
            border-radius: 10px;
            border: 0;
            width: 100%;
            height: fit-content;
        }

        .modal-header {
            padding: 15px 25px;
            display: flex;
            justify-content: space-between;

            .modal-title {
                font-family: 'Open Sans', sans-serif;
                font-weight: normal;
                /*font-family: Bebas Neue;
                font-weight: 700;
                font-size: 30px;
                color: #185b92;*/
                line-height: 1;
                padding-top: 3px;
            }
            &::before,
            &::after {
                display: none;
            }
        }
        .modal-body {
            padding: 15px 25px;

            p:last-child {
                margin-bottom: 0!important;
            }
        }
    }
    &.in {
        .modal-dialog {
            bottom: 0 !important
        }
    }
    @media only screen and (max-width: 600px) {
        padding: 15px!important;

        .modal-header {
            padding: 10px 15px!important;
        }
        .modal-title {
            font-size: 20px!important;
        }
        .modal-body {
            padding: 10px 15px 12px!important;

            p {
                font-size: 14px;
            }
        }
    }
}
.modal-backdrop.transparentBackdrop {
    opacity: 0!important;
    pointer-events: none!important;
}







