/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dedede;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
	/* text-rendering: optimizeLegibility !important; */
	/* -moz-osx-font-smoothing: auto !important; */
  /* -webkit-font-smoothing: subpixel-antialiased !important; */
  overflow-x: hidden;
  color: #252525;
  font-size: 16px;
  line-height: 1.5;
  /* -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; */
}

body {
	background: #fff;
	background-repeat: none;
	font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size:16px;
	color:#1b1b1b;
  overflow: hidden;
}

#prcs_header {
  /* border-bottom: 1px solid #282828; */
}

img { 
  -ms-interpolation-mode: bicubic;
}

h1,h2,h3,h4 {
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
  color:#555;
  width: 100%;
}

h3 {
  font-weight: 600;
}

a[role="button"]:hover {
  cursor: pointer;
}

.float-left {
  float:left;
}

.float-right {
  float:right;
}

button:hover {
  cursor: pointer;
}

.dark {
  background: #1c1c1c;
  color:#f8f8ff;
}

img.img-responsive {
  width: 100%;
}

.btn {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border:1px solid #999;
  background: none;
  /* padding: 0.5em 0.75em; */
  padding: 0.5em;
  color:#666 !important;
  text-decoration: none;
  border-radius: 6px;
  margin:0.2em;
  -webkit-box-shadow: 0px 8px 3px -5px rgba(170,170,170,0.5);
  -moz-box-shadow: 0px 8px 3px -5px rgba(170,170,170,0.5);
  box-shadow: 0px 8px 3px -5px rgba(170,170,170,0.5);
}

.btn:hover {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #666;
  border-color: #666;
  color:#fff !important;
}

.btn.sm {
  display: inline-block;
  transform: scale(0.65);
}

.btn.lg {
  display: inline-block;
  transform: scale(1.35);
}

.btn.blue {
  background: #1CA9DF;
  border:none;
  color:#fff !important;
}

.btn.blue:hover {
  background: #2dbaef;
}

.btn.green {
  border:1px solid #c0ff00;
  background: #c0ff00;
  color:#1c1c1c !important;
  -webkit-box-shadow: 0px 8px 3px -5px rgba(192,255,0,0.5);
  -moz-box-shadow: 0px 8px 3px -5px rgba(192,255,0,0.5);
  box-shadow: 0px 8px 3px -5px rgba(192,255,0,0.5);
}

.btn.green:hover {
  border-color: #d9ff65;
  background: #d9ff65;
}

.btn.outline {
  background: none !important;
  color:#f8f8ff !important;
}

.btn.outline:hover {
  border-color: #fff;
  background: #fff;
  color:#1c1c1c !important;
}

.btn.green.outline {
  background: none !important;
  color:#f8f8ff !important;
}

.btn.green.outline:hover {
  border-color: #c0ff00;
  background: none;
  color:#c0ff00 !important;
}

.btn.outline.home-btn{
  border-color:#fff;
  box-shadow:none;
  /* background: #252525 !important; */
  background: rgba(37,37,37,0.5) !important;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  width:100%;
  border-radius: 0;
  margin-left:0;
}

.btn.outline.home-btn:hover{
  /* background: rgba(90,90,90) !important; */
  background: rgba(27,27,27,0.75) !important;
  color:#fff !important;
}

.btn-group.row{
  margin-right:0.5rem;
}

.btn-group > :first-child > .btn{
  border-radius: 6px 0 0 6px;
  border-left:1px solid #fff;
}

.btn-group > :last-child > .btn{
  border-radius: 0 6px 6px 0;
}
.show-tablet{
  display:none;
}

.flash-alert{
  margin: 0 !important;
  border-radius: 0 !important;
}

@media screen and (max-width: 1150px) {

  .hide-mobile{
    display:none;
  }
  .show-tablet{
    display:block;
  }
  h1{
    font-size: 28px !important;
  }

}


@media only screen and (max-width: 992px) {

  .hide-mobile{
    display:none;
  }

  .show-tablet{
    display:block;
  }
}

@media only screen and (max-width: 768px) {
  .btn-group{
   padding-left: 0; 
   padding-right: 1.5em; 
  }
  .btn-group > :first-child > .btn{
    border-radius: 6px;
  }
  .btn-group > :last-child > .btn{
    border-radius: 6px;
  }
  .btn-group .btn{
    border-radius: 6px;
    border-left:1px solid #fff;
  }
  .hide-mobile{
    display:none;
  }
  .show-tablet{
    display:none;
  }
  h1{
    font-size: 24px !important;
  }
}


ul.unstyled {
  list-style-type: none;
}

ul.unstyled.nospace {
  padding-left: 0;
}
.accel {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  will-change: transform;
}

img.responsive {
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.alert {
  padding: 1em;
  border:1px dotted #222;
  border-radius: 6px;
  margin: 0.5em 0;
}

.alert.alert-danger {
  background: #E23D28;
  border:none;
  color: #fff;
}

.alert.alert-success {
  background: #81BD41;
  border:none;
  color: #fff;
}

.panel {
  border:1px dotted #333;
  padding: 1em;
  border-radius: 6px;
}

.panel-group .panel {
  border:none;
  padding: 0.5em;
  border-radius: 6px;
}

.form-group {
  margin:0.5em;
}

.form-group-inline {
  display: inline-block;
  margin:0.5em;
}

.form-row {
  display: block;
  clear:both;
}

.form-row label,
label.control-label {
  display: block;
  clear: both;
  margin-bottom: 0.35em;
}

.validation-error {
  background: #DC143C;
  margin:1em;
  border-radius: 6px;
  color:#fff;
  padding: 6px;
}

.form-control {
  padding: 8px 6px;
  border-radius: 6px;
  background: none;
  border:1px solid #ddd;
  margin-bottom: 1em;
  width:100%;
}

select.form-control {
  height: 40px;
}

.form-control.error {
  border-color:#DC143C;
}

#footer_ hr {
  border-color:#282828;
  margin: 5px 0 1em 0;
}

input.form-control:focus {
  outline: 0;
}

.dark input.form-control::-webkit-input-placeholder {
  color: #666;
}

.dark input.form-control::-moz-placeholder {
  color: #666;
}

.dark input.form-control:-ms-input-placeholder {
  color: #666;
}

.dark input.form-control:-moz-placeholder {
  color: #666;
}

.dark input.form-control,
.dark .btn {
  background: #252525;
  color:#f8f8ff !important;
  border:none;
  box-shadow: none;
}

.dark.btn {
  background: #252525;
  color:#f8f8ff !important;
  border:none;
  box-shadow: none;
}
.dark.btn:hover {
  background: #151515;
  color:#fff !important;
  border:none;
  box-shadow: none;
}

.dark .btn.outline {
  border: 1px solid #bbb;
  background: none;
  color:#bbb !important;
}

.dark .btn.outline:hover {
  border-color: #fff;
  color:#fff !important;
}

.cms-page-container, .full-height-view{
  min-height: calc(100vh - 172.8px);
}

.full-height-view h1{
  margin-top:0;
  padding-top: 1em;
}

table {
  border-collapse: separate;
  border-spacing: 25px 25px;
}

.shadow, .img-shadow {
  -webkit-box-shadow: 0px 60px 70px -75px rgba(0,0,0,0.9);
  -moz-box-shadow: 0px 60px 70px -75px rgba(0,0,0,0.9);
  box-shadow: 0px 60px 70px -75px rgba(0,0,0,0.9);
  margin-bottom: 3em;
}

#about-us h1 {
  font-size: 2.5rem;
}

#about-us h2 {
  font-size: 2rem;
}

#about-us .content {
  padding: 0 1rem;
  margin-bottom: 3rem;
}

#about-us .img {
  margin: 16px 0;
}

#about-us .img-container {
  padding: 0 4rem;
}

#about-us .img-rounded {
  border-radius: 30px;
}

#about-us .banner {
  padding: 3rem;
  margin-bottom: 3rem;
}

#about-us .banner-img {
  width: 200px;
  border-radius: 50%;
  margin: 20px 60px 0;
}

#about-us .banner.light {
  background: #f3f5f0;
  color: #1B1B1B;
}

#about-us .banner.dark {
  background: #1c1c1c;
  color: #fff;
}

#about-us .banner .text-lg {
  font-size: 1.3rem;
}

#about-us .banner .text-xl {
  font-size: 4rem !important;
  margin: 0;
}

#about-us .banner .text-xl.heading {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #fff;
}

#about-us svg #button-i,
#about-us svg #text-i,
#about-us svg #button-like,
#about-us svg #text-i-like,
#about-us svg #button-dog,
#about-us svg #text-i-like-dog,
#about-us svg #button-s,
#about-us svg #text-i-like-dog-s {
  display: block;
  opacity: 0;
}

#breadcrumb ul {
  padding: 0;
}

#breadcrumb ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0.25em 0.5em;
}

#breadcrumb ul li a {
  color: #666;
  text-decoration: none;
}

#breadcrumb ul li a:hover {
  text-decoration: underline;
}

#breadcrumb ul li a.divider {
  pointer-events: none;
}

#breadcrumb ul.dropdown-menu a:hover {
  background: none !important;
}

#loading {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  visibility: hidden;
  opacity: 1.0;
  position: fixed;
  left:48.5%;
  top:35%;
  margin:0;
  z-index: 99;
  color:#777;
  pointer-events: none;
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.red{
  color:#DC143C;
}

.google-translate-div {
    margin-top: 0.5em;
}
.google-translate-div select {
    color: #f8f8ff;
    border: 1px solid #426ac7;
    border-radius:17px;
    padding:3px 12px;
    background: url('/assets/img/angle-down-solid.svg') 92% / 7% no-repeat #426ac7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.google-translate-div select:hover {
    cursor: pointer;
    color: #1b1b1b;
    background: url('/assets/img/angle-down-solid-dark.svg') 92% / 7% no-repeat #f8f8ff;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media only screen and (max-width: 48em) {
  .hidden-xs {
      display: none;
  }

  #about-us .banner {
      padding: 1rem;
      margin-bottom: 1rem;
  }

  #about-us .content {
    margin-bottom: 1rem;
  }

  #about-us .banner-img {
      width: 140px;
  }

  #about-us .banner .text-lg {
      font-size: 1.1rem;
  }
  
  #about-us .banner .text-xl {
      font-size: 2rem !important;
  }
  .container{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .row{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .form-control{
    width:90% !important;
  } 
}
@media only screen and (min-width: 48em) {
  .hidden-sm {
      display: none;
  }
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

