/*****************************************************************************
 **
 ** @ngdoc overview
 ** @name sections.less
 **
 ** @description
 ** LESS/CSS for each section within the app.
 ** Utilizes Responsive Web Design and CSS3 features and functionality.
 **
 ****************************************************************************/
/*****************************************************************************
 **
 ** @ngdoc overview
 ** @name variables.less
 **
 ** @description
 ** CSS / LESS variables to be imported into the other LESS files
 **
 ****************************************************************************/
/**
  ** Define color variables
  **/
/**
 ** Define photo dimensions
 **/
/**
 ** Google Device Widths
 **
 ** LDT - 1440px - Large Desktop
 ** NDT - 1024px - Normal Desktop
 ** TAB -  768px - Tablet
 ** LMB -  425px - Large Mobile
 ** MMB -  375px - Medium Mobile
 ** SMB -  320px - Small Mobile
 **
 ** Bootstrap Screen Widths
 **
 ** @size_xl            : "1200px";
 ** @size_lg            : "1072px";
 ** @size_md            : "992px";
 ** @size_sm            : "768px";
 ** @size_xs            : "350px";
 **
 **/
/*****************************************************************************
 ** END OF FILE - variables.less
 ****************************************************************************/
/*****************************************************************************
 **
 ** @ngdoc overview
 ** @name mixins.less
 **
 ** @description
 ** CSS / LESS definitions to be imported into the other LESS files
 **
 ****************************************************************************/
.dropdown-menu {
  background-color: transparent;
  list-style: none;
  margin-left: 0;
  text-align: left;
}
/*****************************************************************************
 ** END OF FILE - mixins.less
 ****************************************************************************/
.container,
.container-fluid {
  border: 0px solid transparent;
}
section {
  background: -webkit-linear-gradient(#ffffff, #A3A3A3, transparent);
  background: -moz-linear-gradient(#ffffff, #A3A3A3, transparent);
  background: -ms-linear-gradient(#ffffff, #A3A3A3, transparent);
  background: -o-linear-gradient(#ffffff, #A3A3A3, transparent);
  background: linear-gradient(#ffffff, #A3A3A3, transparent);
  color: #000000;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
  top: 0px;
  font-size: 14pt;
}
section .section-heading {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  text-transform: uppercase;
  margin-top: 60px;
  overflow-x: wrap;
  overflow-y: wrap;
  text-shadow: 2px 3px 6px #808080;
  word-wrap: break-word;
  font-size: 20pt;
}
section .section-subheading {
  font-family: "Droid Serif", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  color: #666666;
  font-style: italic;
  font-weight: 400;
  margin: 0px auto 0px;
  text-shadow: 2px 2px 4px #808080;
  text-transform: none;
  word-wrap: break-word;
  font-size: 16pt;
}
section .theResult {
  font-family: monospace;
  font-style: normal;
  font-weight: normal;
  background-color: green;
}
/**
 ** Google & Bootstrap Device Sizes
 **
 ** 1440px - Large Desktop
 ** 1200px - size_xl
 ** 1072px - size_lg
 ** 1024px - Normal Desktop
 **  992px - size_md
 **  768px - size_sm
 **  768px - Tablet
 **  425px - Large Mobile
 **  375px - Medium Mobile
 **  350px - size_xs
 **  320px - Small Mobile
 **
 **/
@media (min-width: 1440px) {
  section .section-heading {
    font-size: 50pt;
  }
  section .section-subheading img {
    size: 150%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  section .section-heading {
    font-size: 50pt;
  }
}
@media (min-width: 1072px) and (max-width: 1199px) {
  section .section-heading {
    font-size: 50pt;
  }
}
@media (min-width: 1024px) and (max-width: 1071px) {
  section .section-heading {
    font-size: 48pt;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  section .section-heading {
    font-size: 48pt;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section .section-heading {
    font-size: 45pt;
    margin-top: 50px;
  }
  section .section-subheading {
    font-size: 16pt;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  section .section-heading {
    font-size: 30pt;
    margin-top: 70px;
  }
  section .section-subheading {
    font-size: 20pt;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  section .section-heading {
    font-size: 24pt;
    margin-top: 70px;
  }
  section .section-subheading {
    font-size: 18pt;
  }
}
@media (min-width: 350px) and (max-width: 374px) {
  section .section-heading {
    font-size: 24pt;
  }
  section .section-subheading {
    font-size: 16pt;
  }
}
@media (min-width: 320px) and (max-width: 349px) and (orientation: portrait) {
  section .section-heading {
    font-size: 20pt;
    margin-top: 60px;
  }
  section .section-subheading {
    font-size: 16pt;
  }
}
@media (min-width: 1px) and (max-width: 319px) {
  section {
    display: none;
  }
}
.home-section {
  background: -webkit-linear-gradient(transparent, transparent, transparent);
  background: -moz-linear-gradient(transparent, transparent, transparent);
  background: -ms-linear-gradient(transparent, transparent, transparent);
  background: -o-linear-gradient(transparent, transparent, transparent);
  background: linear-gradient(transparent, transparent, transparent);
}
.home-section .section-heading {
  font-family: "Droid Serif", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  text-transform: none;
  font-style: italic;
  padding: 0px 10px 0px;
  color: #F5F5F5;
  text-shadow: 2px 3px 4px #666666;
}
.home-section .section-subheading img {
  margin: 0px auto 30px;
  width: 90%;
  max-width: 500px;
}
.home-section .calContainer {
  display: inline-block;
  height: 100%;
  margin: 0px auto;
  overflow: auto;
  padding: 0px;
  text-align: center;
  width: 100%;
}
.home-section .calContainer .calSubcontainer {
  display: inline-block;
  margin: 5px auto;
  padding: 10px;
}
.home-section .calContainer .calSubcontainer #calBox {
  margin: 0px;
  padding: 10px;
  width: 100%;
}
.home-section .calTable {
  background-color: #000000;
  border: 1px dotted #ffff00;
  color: #F5F5F5;
  display: inline-block;
  font-size: 8pt;
  margin: 5px auto;
  opacity: 1;
  overflow: hidden;
  padding: 0px;
}
.home-section .calTable .monHdr {
  font-size: 12pt;
  margin: 0px auto;
  text-align: center;
}
.home-section .calTable .wkdayHdr {
  font-size: 10pt;
  margin: 10px 20px;
  padding: 2px;
  text-align: center;
}
.home-section .calTable .calDayRow {
  font-size: 8pt;
  text-align: center;
  width: 30px;
}
.home-section .calTable .hiLite {
  background-color: #ffff00;
  border-radius: 40%;
  color: #000000;
}
.home-section #learnMore {
  margin: 0px auto;
  text-align: center;
}
.about-section {
  background: -webkit-linear-gradient(#ffffff, #F5F5F5, transparent);
  background: -moz-linear-gradient(#ffffff, #F5F5F5, transparent);
  background: -ms-linear-gradient(#ffffff, #F5F5F5, transparent);
  background: -o-linear-gradient(#ffffff, #F5F5F5, transparent);
  background: linear-gradient(#ffffff, #F5F5F5, transparent);
}
.about-section .about-text {
  color: #000000;
  margin-left: 50px;
  margin-right: 50px;
}
.about-section .section-subheading {
  color: #666666;
}
.website-section {
  background: -webkit-linear-gradient(#ffffff, #F5F5F5, transparent);
  background: -moz-linear-gradient(#ffffff, #F5F5F5, transparent);
  background: -ms-linear-gradient(#ffffff, #F5F5F5, transparent);
  background: -o-linear-gradient(#ffffff, #F5F5F5, transparent);
  background: linear-gradient(#ffffff, #F5F5F5, transparent);
}
.website-section .about-text {
  color: #000000;
  margin-left: 50px;
  margin-right: 50px;
}
.website-section .section-subheading {
  color: #000080;
}
.website-section img {
  height: 60px;
  width: auto;
}
.photo-carousel-section {
  background: -webkit-linear-gradient(#00CCFF, #F5F5F5, transparent);
  background: -moz-linear-gradient(#00CCFF, #F5F5F5, transparent);
  background: -ms-linear-gradient(#00CCFF, #F5F5F5, transparent);
  background: -o-linear-gradient(#00CCFF, #F5F5F5, transparent);
  background: linear-gradient(#00CCFF, #F5F5F5, transparent);
  font-family: 'Droid Sans', sans-serif;
  text-shadow: none;
}
.photo-carousel-section .section-heading {
  color: #000080;
  text-shadow: 2px 2px 4px #808080;
}
.photo-carousel-section .section-subheading {
  color: #000000;
  text-shadow: 1px 1px 2px #000080;
}
.photo-carousel-section #photoCarousel {
  width: 96%;
  height: auto;
  margin: auto;
  padding: 0px;
}
.photo-carousel-section #photoCarousel #slides_control {
  height: 420px;
  width: auto;
  margin-top: 20px;
}
.photo-carousel-section #photoCarousel #slides_control carousel {
  background-color: #99CCFF;
  margin: 2px;
  object-fit: contain;
  height: 420px;
  max-height: 420px;
  width: auto;
  max-width: 420px;
}
.photo-carousel-section #photoCarousel #slides_control carousel slide {
  margin: auto;
  left: 0;
  height: 420px;
  width: auto;
  max-height: 420px;
  max-width: 420px;
  object-fit: contain;
}
.photo-carousel-section #photoCarousel #slides_control carousel slide img {
  border: 5px dashed #0070C6;
  margin: 5px auto 5px;
  height: 100%;
  max-height: 420px;
  width: auto;
  max-width: 420px;
  overflow-x: hidden;
  object-fit: contain;
}
.photo-carousel-section .carousel-caption {
  bottom: 0px;
  color: #000000;
  margin-bottom: 0px;
  text-shadow: 2px 2px 3px #000080;
}
.photo-carousel-section #slideName {
  background: -webkit-radial-gradient(#A3A3A3, #ffffff);
  background: -moz-radial-gradient(#A3A3A3, #ffffff);
  background: -ms-radial-gradient(#A3A3A3, #ffffff);
  background: -o-radial-gradient(#A3A3A3, #ffffff);
  background: radial-gradient(#A3A3A3, #ffffff);
  border-radius: 7px;
  margin-bottom: 7px;
}
.photo-carousel-section .carousel-indicators li {
  margin: 3px;
  bottom: 5px;
  background-color: #00CCFF;
}
.photo-carousel-section .carousel-indicators li:active {
  background-color: #F5F5F5;
}
.photo-carousel-section #intervalSlide {
  margin-bottom: 5px;
  margin-top: 5px;
}
.photo-gallery-section {
  color: #000000;
  background: -webkit-linear-gradient(#F5F5F5, #00CCFF, transparent);
  background: -moz-linear-gradient(#F5F5F5, #00CCFF, transparent);
  background: -ms-linear-gradient(#F5F5F5, #00CCFF, transparent);
  background: -o-linear-gradient(#F5F5F5, #00CCFF, transparent);
  background: linear-gradient(#F5F5F5, #00CCFF, transparent);
}
.photo-gallery-section .section-heading {
  color: #000080;
  margin: 50px 0px 0px 0px;
  text-shadow: 3px 2px 5px #808080;
}
.photo-gallery-section .section-subheading {
  color: #000000;
  margin: 0px auto 0px;
  text-shadow: 2px 2px 6px #000000;
}
.photo-gallery-section .section-subheading h4 {
  text-shadow: 0px 0px 0px;
}
.photo-gallery-section .primary {
  font-size: 14pt;
  text-shadow: 0px 0px 1px #000000;
}
.photo-gallery-section .theResults {
  font-size: 12pt;
  color: #000000;
  text-shadow: 0px 0px 0px;
}
.photo-gallery-section .photos {
  border-radius: inherit;
  display: inline-block;
  margin: 2px auto;
  text-align: center;
  height: 336px;
}
.photo-gallery-section .photos .flip3D {
  object-fit: contain;
  height: 288px;
}
.photo-gallery-section .photos .flip3D .front img {
  height: 240px;
}
.photo-gallery-section .photos .flip3D .back {
  font-size: 12pt;
}
.photo-gallery-section .photos .flip3D .back #fullscreenBtn {
  margin: 0px auto;
  text-align: center;
}
.photo-gallery-section .photos .flip3D .back .hilight {
  color: #000080;
}
.photo-gallery-section #addPhotosBtn {
  margin: auto;
}
.photo-gallery-section #addPhotosBtn .btn {
  text-align: center;
  margin: auto;
}
.photo-fullscreen-section {
  color: #F5F5F5;
  font-weight: normal;
  background: -webkit-linear-gradient(#666666, #000000, transparent);
  background: -moz-linear-gradient(#666666, #000000, transparent);
  background: -ms-linear-gradient(#666666, #000000, transparent);
  background: -o-linear-gradient(#666666, #000000, transparent);
  background: linear-gradient(#666666, #000000, transparent);
}
.photo-fullscreen-section .section-heading {
  color: #000000;
  margin: 50px 0px 0px 0px;
  text-shadow: 3px 2px 5px #666666;
}
.photo-fullscreen-section #fullscreenPhoto {
  margin: 0px auto 10px;
}
.photo-fullscreen-section #fullscreenPhoto #imgSizeSlider {
  margin-left: 10px;
  position: absolute;
  top: 0px;
}
.photo-fullscreen-section #fullscreenPhoto #imgSizeSlider .imgSizeLbl {
  background-color: #000000;
  margin: 0px auto 5px;
  position: relative;
  text-align: left;
}
.photo-fullscreen-section #fullscreenPhoto #imgSizeSlider .slideImgSize {
  border: 1px solid #00CCFF;
  margin: 0px;
}
.photo-fullscreen-section #fullscreenPhoto #imgSizeSlider .slideImgSize input[type=range] {
  -webkit-appearance: none;
}
.photo-fullscreen-section #fullscreenPhoto #imgSizeSlider .slideImgSize input[type=range]::-webkit-slider-runnable-track {
  background: #A3A3A3;
  border: 0px;
  border-radius: 3px;
  height: 5px;
  width: auto;
}
.photo-fullscreen-section #fullscreenPhoto #imgSizeSlider .slideImgSize input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: goldenrod;
  border: 0px;
  border-radius: 50%;
  height: 16px;
  margin-top: -4px;
  width: 16px;
}
.photo-fullscreen-section #fullscreenPhoto #imgSizeSlider .slideImgSize input[type=range]:focus {
  outline: none;
}
.photo-fullscreen-section #fullscreenPhoto #imgSizeSlider .slideImgSize input[type=range]:focus::-webkit-slider-runnable-track {
  background: #A3A3A3;
}
.photo-fullscreen-section #fullscreenPhoto .img {
  border: 1px solid #FF0000;
  margin: 50px auto 5px;
}
.photo-grid-section {
  color: #000000;
  background: -webkit-linear-gradient(#666666, #000000, transparent);
  background: -moz-linear-gradient(#666666, #000000, transparent);
  background: -ms-linear-gradient(#666666, #000000, transparent);
  background: -o-linear-gradient(#666666, #000000, transparent);
  background: linear-gradient(#666666, #000000, transparent);
  background-color: #0070C6;
  /*
    .gridStyle,
    #photoGrid {
        margin: 0px auto;
        padding: 10px;
        padding-right: 20px;
        //vertical-align: middle;
        border-collapse: collapse;
        height: 95%;
        width: 95%;


        .grid_row {
            background-color: transparent;
            color: @color8;
            font-family: 'Courier-New';

            td {
                padding: 10px;
                vertical-align: middle;

                .dataCell {
                    border: 1px dotted grey;
                }

                .checkbox {
                    font-family: Wingdings;
                }

                .box {
                    display: block;
                    height: 84px;
                    width: auto;
                }

                img {
                    border: 2px solid transparent;
                    display: block;
                    height: 64px;
                    margin: 0px auto 10px;
                    width: auto;
                }

                input {
                    background-color: transparent;

                    &:active {
                        background-color: @color6;
                        border: 1px dotted @color5;
                    }
                }
            }
        }

        .hilightRow {
            color: @hilight;
            font-weight: 600;
        }

        .ui-grid-footer {
            background-color: @color5;
            color: @brand-danger;
            font-weight: 600;
        }
    }

*/
}
.photo-grid-section .gridRow {
  border: 3px dotted yellow;
  padding: 5px;
}
.photo-grid-section .headerBackgroundColor {
  background-color: yellow;
}
.photo-grid-section .section-heading {
  color: #000000;
  text-shadow: 3px 2px 5px #808080;
}
.photo-grid-section .section-subheading {
  color: #99CCFF;
  margin-bottom: 5px;
  text-shadow: 0px 0px 0px;
}
.photo-grid-section .primary {
  font-size: 14pt;
  color: #000000;
  font-weight: normal;
  text-shadow: 0px 0px 1px #000000;
}
.photo-grid-section .theResults {
  font-size: 12pt;
  color: #99CCFF;
  text-shadow: 0px 0px 0px;
  text-shadow: none;
  font-weight: normal;
}
.photo-grid-section .myClass {
  border: 2px dashed #00CCFF;
  background-color: #666666;
}
.video-gallery-section {
  color: #000000;
  background: -webkit-linear-gradient(#F5F5F5, #00CCFF, transparent);
  background: -moz-linear-gradient(#F5F5F5, #00CCFF, transparent);
  background: -ms-linear-gradient(#F5F5F5, #00CCFF, transparent);
  background: -o-linear-gradient(#F5F5F5, #00CCFF, transparent);
  background: linear-gradient(#F5F5F5, #00CCFF, transparent);
}
.video-gallery-section .section-heading {
  color: #000000;
  margin: 50px 0px 0px 0px;
  text-shadow: 3px 2px 5px #808080;
}
.video-gallery-section .section-subheading {
  color: #000000;
  margin: 0px auto 0px;
  text-shadow: 2px 2px 6px #000000;
}
.video-gallery-section .primary {
  font-size: 14pt;
  color: #000080;
  font-weight: normal;
  text-shadow: none;
  text-shadow: 0px 0px 1px #000000;
}
.video-gallery-section .theResults {
  font-size: 12pt;
  color: #000000;
  text-shadow: 0px 0px 0px;
}
.video-gallery-section .videos {
  list-style: none;
  list-style-type: none;
}
.video-gallery-section .imageContainer {
  margin: auto;
  padding: 10px;
  height: auto;
  list-style: none;
  list-style-type: none;
}
.video-gallery-section .imageContainer img {
  margin-left: auto;
  margin-right: auto;
}
.video-gallery-section .vidPanel {
  background-color: transparent;
  height: auto;
  margin: auto;
  width: 360px;
  word-wrap: break-word;
}
.video-gallery-section .vidPanel .panel-title {
  height: 40px;
  text-align: center;
  text-overflow: wrap;
  vertical-align: middle;
  font-size: 14pt;
}
.video-gallery-section .vidPanel .panel-body {
  text-shadow: 1px 1px 2px #F5F5F5;
  background-color: #00CCFF;
  font-size: 12pt;
  height: 60px;
  vertical-align: center;
}
.video-gallery-section img {
  height: 288px;
  width: auto;
}
.video-gallery-section select {
  color: #808080;
}
.video-gallery-section input {
  background-color: #F5F5F5;
}
.video-gallery-section .category {
  color: #000000;
  font-weight: normal;
  text-shadow: none;
}
.video-grid-section {
  background: -webkit-linear-gradient(#666666, #000000, transparent);
  background: -moz-linear-gradient(#666666, #000000, transparent);
  background: -ms-linear-gradient(#666666, #000000, transparent);
  background: -o-linear-gradient(#666666, #000000, transparent);
  background: linear-gradient(#666666, #000000, transparent);
  color: #000000;
  font-weight: normal;
  font-size: 12pt;
  text-align: left;
}
.video-grid-section .section-heading {
  color: #000000;
  text-shadow: 3px 2px 5px #808080;
}
.video-grid-section .section-subheading {
  color: #00CCFF;
  margin-bottom: 25px;
  text-shadow: 2px 2px 6px #666666;
}
.video-grid-section .primary {
  font-size: 14pt;
  color: #00CCFF;
  font-weight: normal;
  text-shadow: none;
  text-shadow: 0px 0px 1px #000000;
}
.video-grid-section .theResults {
  font-size: 11pt;
  color: #00CCFF;
  text-shadow: 0px 0px 0px;
}
.video-grid-section .gridStyle {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border: 2px dotted white;
  color: white;
}
.links-section {
  background: -webkit-linear-gradient(#000080, #000080, transparent);
  background: -moz-linear-gradient(#000080, #000080, transparent);
  background: -ms-linear-gradient(#000080, #000080, transparent);
  background: -o-linear-gradient(#000080, #000080, transparent);
  background: linear-gradient(#000080, #000080, transparent);
  padding: 0px;
  text-shadow: none;
}
.links-section .section-heading {
  color: #F5F5F5;
  text-shadow: 2px 2px 4px #0070C6;
}
.links-section .section-subheading {
  color: #99CCFF;
  margin-bottom: 25px;
  text-shadow: 1px 1px 2px #A3A3A3;
}
.links-section .link-group-heading {
  color: #F5F5F5;
}
.links-section .link-group-subheading {
  color: #99CCFF;
}
.links-section ul {
  margin-left: 0px;
  margin-right: 0px;
}
.links-section li {
  color: #F5F5F5;
  list-style: none;
  margin-left: -20px;
  margin-right: 20px;
  padding: 0px;
}
.links-section .hyperLink {
  color: #F5F5F5;
  font-weight: normal;
  list-style: none;
}
.links-section .hyperLink:hover {
  color: #000080;
}
.links-section .hyperLinkDesc {
  color: #fbf703;
  font-size: 8pt;
  margin-bottom: 20px;
  margin-top: 0px;
}
.links-section blockquote {
  background-color: #000080;
  color: #F5F5F5;
  font-size: 12pt;
  margin: 10%;
}
.links-section .mfa-business {
  color: #0070C6;
}
.links-section .mfa-clan {
  color: #0070C6;
}
.links-section .mfa-fun {
  color: #0070C6;
}
.contact-section {
  background-color: #000080;
  background-image: url('../img/home/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
.contact-section .section-heading {
  color: white;
}
.contact-section .form-group {
  margin-bottom: 25px;
}
.contact-section .form-group input,
.contact-section .form-group textarea {
  padding: 20px;
}
.contact-section .form-group input.form-control {
  height: auto;
}
.contact-section .form-group textarea.form-control {
  height: 236px;
}
.contact-section .form-control:focus {
  border-color: #0000FF;
  box-shadow: none;
}
.contact-section ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  text-transform: uppercase;
  color: #99CCFF;
  font-weight: 700;
}
.contact-section :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  text-transform: uppercase;
  color: #99CCFF;
  font-weight: 700;
}
.contact-section ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  text-transform: uppercase;
  color: #99CCFF;
  font-weight: 700;
}
.contact-section :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  text-transform: uppercase;
  color: #99CCFF;
  font-weight: 700;
}
.contact-section .text-danger {
  color: #FF0000;
}
.contacts-section .lead {
  color: #666666;
}
.account-section {
  background-color: white;
  color: #0070C6;
}
.account-section button,
.account-section .btn,
.account-section .btn-primary {
  background-color: #0070C6;
  color: #000000;
}
/*****************************************************************************
 ** END OF FILE - sections.less
 ****************************************************************************/
/*# sourceMappingURL=sections.css.map */