/*!
 * Bootstrap Reboot v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@font-face {
    font-family: 'roughwell';
    src: url('https://meetthecoshs.com/wp-content/themes/sarah-chris/fonts/Roughwell Outline.eot#') format('eot'),
        url('https://meetthecoshs.com/wp-content/themes/sarah-chris/fonts/Roughwell Outline.woff') format('woff'),
        url('https://meetthecoshs.com/wp-content/themes/sarah-chris/fonts/Roughwell Outline.ttf') format('truetype'),
        url('https://meetthecoshs.com/wp-content/themes/sarah-chris/fonts/Roughwell Outline.svg#webfontFHzvtkso') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Navigation */
.bg-dark {
    background-color: #EAD8B9 !important;
    padding: 20px 0 20px 0;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    font-family: 'Golos Text', sans-serif;
}
.nav-link a {
  color: #314760;
}
.nav-link a:hover {
  color: #314760;
  text-decoration: underline;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #314760;
    border: 0px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .25rem;
    color: #49473d;
    margin-right: 15px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
  border-color: rgb(51,72,113);
} 

/* Navigation */
#main-menu {
  margin-right: 10px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "FLAR" 0,
    "VOLM" 0;
  text-decoration: none;
   letter-spacing: 1px;
   font-size: 12px;
   float: right;
}
#main-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#main-menu li {
  float: left;
  padding: 20px 0 20px 10px;
}
#main-menu li a {
  display: block;
  color: #49473d;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
}
#main-menu  li a:hover {
  color: #49473d;
  text-decoration: underline;
}
#main-menu a {
  text-decoration: none;
  color: rgba(0,0,0,.4);
  z-index: 1;
}

/* Page Styles */
.notification-bar {
  padding: 8px 0 12px 0;
  background: #123449;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#header-nav {
    background-color: #fbfaf6 !important;
    border-bottom: 1px solid #cbc8b7;
    padding: 0px 0 0px 0;
    font-weight: 400;
    font-style: normal;
}
.menu-button {
  right: 0;
  color: #314760;
  font-family: 'Golos Text', sans-serif;
  margin: 6px 0 0 0;
  font-weight: 400;
  z-index: 1000;
}
.header-logo {
  padding: 28px 0 1px 0;
  margin-left: 10px;
  float: left;
}

#page-header {
  background: #142514;
  background-image: url('http://greenoaktattoo.com/wp-content/themes/green-oak/img/bg-tile.jpg');
  padding: 30px 0 30px 0;
  margin: 78px 0 40px 0;
  text-align: left;
}
#page-header h4 {
  color: #49473d;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
}
h2 {
  font-family: "roughwell", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "FLAR" 0,
    "VOLM" 0;
  font-size: 48px;
  padding: 0;
}
h3 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "FLAR" 0,
    "VOLM" 0;
  font-size: 26px;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* FS Menu */
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(255,255,255); /* Black fallback color */
  background-color: rgba(255,255,255, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 18%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 0px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 40px;
  color: #333;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #333;
  text-decoration: underline;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 40px;
  right: 5px;
  font-size: 40px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 5px;
    right: 22px;
  }
}
.menu-link {
  color: #123449;
  padding: 0px 0 0 0;
  font-size: 40px;
  float: right;
}

.menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(73, 86, 67, 0.9);
  z-index: 10000;
  font-weight: 400;
}

.menu label {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: 100%;
  cursor: pointer;
}

.menu .menuContent {
  position: relative;
  top: 40%;
  font-size: 44px;
  text-align: center;
  padding-bottom: 14px;
  margin-top: -170px;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
}

.menu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "FLAR" 0,
    "VOLM" 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 10px 0;
  text-align: center;
}

.menu ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.menu ul li:hover {
  background: transparent;
  text-decoration: none;
}

.menuEffects {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.menuEffects ul {
  transform: translateY(0%);
  transition: all 0.5s;
}

#menuToggle:checked ~ .menuEffects {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

#menuToggle:checked ~ .menuEffects ul {
  opacity: 1;
}

#menuToggle:checked ~ .menuOpen .open {
  background-color: transparent;
}

#menuToggle:checked ~ .menuOpen .open:before {
  content: "";
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999999;
}

#menuToggle:checked ~ .menuOpen .open:after {
  content: "";
  background-color: #fff;
  transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 999999;
}

#menuToggle:not(:checked) ~ .menuEffects ul {
  transform: translateY(-30%);
}





/*Home */
.hero-img {
  background: #fbfaf6 url(img/hero-default.jpg) center center;
  background-size: cover;
  padding: 40px 0 10px 0;
  margin: 70px 0 0px 0;
}
.hero-img h1 {
  font-size: 34px;
  padding: 60px 0 30px 0;
  font-weight: 600;
  line-height: 30px;
  color: #333;
}
.intro-txt {
  font-size: 12px;
  padding: 0px 0 0px 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "FLAR" 0,
    "VOLM" 0;
  font-weight: 300;
}
hr {
  color: #dbdddf;
}

.bxs-check-circle {
  color: #7db856;
}

#web-frame {
}
#page-blurb {
  padding: 0px 0 0px 0;
  margin: 0 0 100px 0;
}
#page-blurb p {
  font-size: 14px;
}
#about-blurb {
  padding: 0px 0 100px 0;
  margin: 200px 0 0 0;
  font-size: 18px;
}
.photo-gallery {
  margin: 0 0 20px 0;
}
#services {
  margin: 30px 0 0px 0;
}
#services img, #services-bio img {
  max-width: 100%;
  height: auto;
}
.what-we-do {
  text-align: center;
  color: #858585;
  padding: 0 20px 0 20px;
}
.wwd-icon {
  height: 70px;
  width: 70px;
  margin: 10px 0 6px 0;
}
.what-we-do h3 {
  text-align: center;
}
.picture-block-icon {
  margin: 30px 0 0 0;
}

.social-img {
  margin: 0 0 10px 0;
  text-align: center;
}
.social-break {
  margin: 0 0 20px 0;
}
.services-bio {
  margin: 50px 0 50px 0;
}
.services img {
  width: 100%;
  height: auto;
}
.align-pic {
 float: left;
 padding: 0 20px 0 10px;
}


#main {
}
#main p {
  font-size: 13px;
}
.main-block {
  margin: 0px 0 0px 0;
  color: #5E2A2C;
  font-size: 15px;
  padding: 18px 0 15px 0;
  text-align: center;
}
.sideba {
  padding: 70px 0 0px 0;
}
.small-txt {
  color: #5E2A2C;
  font-size: 12px;
  text-align: center;
  padding: 0 30px 0 30px;
}



/*FAQs*/
 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #fff;
  border: 1px solid #dfe3ea;
  font-size: 20px;
  color: #142514;
  cursor: pointer;
  padding: 12px 20px 12px 20px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  margin: 0 0 15px 0;
  border-radius: 5px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #fcfcfc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 20px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 16px;
  color: #565656;
}
.panel p {
  padding: 18px 0 30px 0;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 18px;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.artists img {
  max-width: 100%;
  height: auto;
}




/* Contact */

.contact-blurb {
  background: #fcfcfc;
  border: 1px solid #dfdfdf;
  color: #142514;
  padding: 30px 60px 30px 60px;
  margin: 0px 0 0 0;
  font-size: 18px;
  text-align: left;
  border-radius: 8px;
}
.contact-blurb h1 {
  text-align: left;
  font-size: 28px;
  padding: 20px 0 30px 0;
  border-bottom: 1px dotted #ccc;
  font-weight: 600;
  color: #333;
}

#contact-form {
padding: 0px 0 0px 0;
margin: 0px 0 0px 0;
}
  #responsive-form{
  max-width:100% /*-- change this to get your desired form width --*/;
  margin:0 auto;
  width:100%;
}
.form-row{
  width: 100%;
  font-weight: bold;
}
.column-half, .column-full{
  float: left;
  position: relative;
  padding: 0.4rem;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  color: #142514;
  font-size: 14px;
  text-align: left;
}
.column-half, .colum-full [ {
  padding: 0 0 8px 0;
}]
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 48em) { 
  .column-half{
    width: 50%;
  }
}
textarea, input, button {
  outline: none;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
  width: 100%;
  padding: 16px 10px 16px 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  color: #000;
  margin: 0px 0 0px 0;
    -webkit-box-shadow:0px 0px 12px 0px rgba(204,204,204,0.3);
-moz-box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.3);
box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.3);
}
.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 textarea:focus{
  border: 1px solid #142514;
}
.wpcf7 textarea {
  width: 100%;
  height: 120px;
  padding: 16px 10px 16px 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  color: #000;
  margin: 0px 0 0px 0;
}
.wpcf7-submit{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "FLAR" 0,
    "VOLM" 0;
  border: 0px solid #20cac8;
  padding: 14px 74px 14px 74px;
  background: #123449;
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  focus: none;
}
.wpcf7-submit:hover{
   border: 0px solid #fff;
  padding: 14px 74px 14px 74px;
  background: #0b2536;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}
span.wpcf7-not-valid-tip{
  text-shadow: none;
  font-size: 12px;
  color: #000;
  background: #f5d0d0;
  padding: 10px;
  margin: 8px 0 0 0;
}
div.wpcf7-mail-sent-ok{
  text-align: center;
  text-shadow: none;
  padding: 20px;
  font-size: 12px;
  background: #9cf9da;
  border-color: #48bf97;
  color: #000;
  margin: 2px 0 0 0;
  letter-spacing: 0;
  font-weight: bold;
}
div.wpcf7-validation-errors {
    border: 0px solid #f7e700;
    background: #f9f4a7;
    color: #000;
    padding: 24px;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #d5e9d7;
    color: #000;
}
.contact-form {
  padding: 10px 0 30px 0;
}

/* Footer */
.testimonials {
  padding: 80px 0 80px 0;
}
.uil .uil-comment-dots {
  font-style: 20px;
  padding: 0 40px 0 0;
}
footer {
  border-top: 0px solid #cbc8b7;
  padding: 40px 0 30px 0;
  font-size: 12px;
  margin: 50px 0 0 0;
}
footer a {
  color: #495643;
  text-decoration: underline;
}
footer a:hover {
  color: #495643;
}
.social-icons {
}

/* Buttons */
#main-menu .btn-nav {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "FLAR" 0,
    "VOLM" 0;
  text-decoration: none;
  border: 0px solid #142514;
  padding: 12px 22px 12px 22px;
  background: #123449;
  background: linear-gradient(180deg,rgba(38, 95, 133, 1) 0%, rgba(18, 52, 73, 1) 100%);
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  focus: none;
  margin: 2px 0 0 0;
}
#main-menu .btn-nav:hover {
  border: 0px solid #142514;
  padding: 12px 22px 12px 22px;
  background: #0b2536;
  text-decoration: none;
  text-decoration: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}
.btn-main {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "FLAR" 0,
    "VOLM" 0;
  text-decoration: none;
  padding: 14px 44px 14px 44px;
  background: #123449;
  background: linear-gradient(180deg,rgba(38, 95, 133, 1) 0%, rgba(18, 52, 73, 1) 100%);
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  focus: none;
}
.btn-main:hover {
  background: #0b2536;
  background: linear-gradient(180deg,rgba(18, 52, 73, 1) 0%, rgba(10, 33, 51, 1) 100%);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
.btn-ghost {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "FLAR" 0,
    "VOLM" 0;
  text-decoration: none;
  padding: 14px 44px 14px 44px;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #cbc2a5;
  focus: none;
  border: 1px solid #cbc2a5;
}
.btn-ghost:hover {
  padding: 14px 44px 14px 44px;
  background: #cbc2a5;
  border-radius: 30px;
  color: #142514;
  cursor: pointer;
  border: 1px solid #cbc2a5;
}

/* End Author Style */

/* Large desktops and laptops */
@media (min-width: 1200px) {
#contact-form {
  padding: 0px 0px 0 0px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
#header-nav {
  background-color: #fbfaf6 !important;
  border-bottom: 1px solid #cbc8b7;
  padding: 0px 0 12px 0;
  font-weight: 400;
  font-style: normal;
}
.header-logo {
  padding: 17px 0 1px 0;
  margin-left: 10px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
#main-menu li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
}
#header-nav {
  background-color: #fbfaf6 !important;
  border-bottom: 1px solid #cbc8b7;
  padding: 0px 0 12px 0;
  font-weight: 400;
  font-style: normal;
}
.header-logo {
  padding: 17px 0 1px 0;
  margin-left: 10px;
  float: left;
}
.contact-blurb {
  padding: 30px 20px 30px 20px;
}
#about-blurb {
  padding: 0px 0 100px 0;
  margin: 100px 0 0 0;
  font-size: 18px;
}
}

@media (max-width: 767px) {
  #header-nav {
  background-color: #fbfaf6 !important;
  border-bottom: 1px solid #cbc8b7;
  padding: 0px 0 12px 0;
  font-weight: 400;
  font-style: normal;
}
.header-logo {
  padding: 17px 0 1px 0;
  margin-left: 10px;
  float: left;
}
.contact-blurb {
  padding: 30px 20px 30px 20px;
}
#about-blurb {
  padding: 0px 0 100px 0;
  margin: 100px 0 0 0;
  font-size: 18px;
}
.main-block {
  margin: 0px 0 0px 0;
  color: #5E2A2C;
  font-size: 15px;
  padding: 12px 0 9px 0;
  text-align: center;
}
}

@media (max-width: 480px) {
#header-nav {
  background-color: #fbfaf6 !important;
  border-bottom: 1px solid #cbc8b7;
  padding: 0px 0 12px 0;
  font-weight: 400;
  font-style: normal;
}
.header-logo {
  padding: 17px 0 1px 0;
  margin-left: 10px;
}
h2 {
  font-size: 38px;
}
h4 {
  font-size:38px;
}
h4 {
  font-size:32px;
}
.main-block {
  margin: 0px 0 0px 0;
  color: #5E2A2C;
  font-size: 15px;
  padding: 12px 0 9px 0;
  text-align: center;
}
.accordion {
  background-color: #fff;
  border: 1px solid #dfe3ea;
  font-size: 20px;
  color: #142514;
  cursor: pointer;
  padding: 12px 20px 12px 20px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  margin: 0 0 15px 0;
  border-radius: 5px;
}
.hero-img h1 {
  font-size: 26px;
  padding: 30px 0 20px 0;
}
.contact-blurb {
  padding: 30px 20px 30px 20px;
}
.main-block {
  margin: 0px 0 0px 0;
  color: #5E2A2C;
  font-size: 15px;
  padding: 12px 0 9px 0;
  text-align: center;
}
#about-blurb {
  padding: 0px 0 100px 0;
  margin: 100px 0 0 0;
  font-size: 18px;
}
}

@media (min-width: 576px) {

}

@media (min-width: 992px) {
}


@media (min-width: 1200px) {
}






/* Default Global Style */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "FLAR" 0,
    "VOLM" 0;
  line-height: 1.5;
  color: #5E2A2C;
  text-align: left;
  background: #EAD8B9 url(../img/wood-texture.png) center center;
  background-attachment: fixed;
  background-size: cover;
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-top: 10px solid #5E2A2C;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  color: #dbdddf;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #494746;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: underline;
}

a:hover {
  color: #494746;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */