@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Chivo');
/* @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'); */
/*********************** Project Boards ***************************/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../font/ProximaNova/webfonts/3763C3_8_0.ttf') format('truetype');
  src: url('../font/ProximaNova/webfonts/3763C3_8_0.eot') format('embedded-opentype');
  src: url('../font/ProximaNova/webfonts/3763C3_8_0.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../font/ProximaNova/webfonts/3763C3_5_0.eot');
  src: url('../font/ProximaNova/webfonts/3763C3_5_0.eot?#iefix') format('embedded-opentype'),
  url('../font/ProximaNova/webfonts/3763C3_5_0.woff2') format('woff2'),
  url('../font/ProximaNova/webfonts/3763C3_5_0.woff') format('woff'),
  url('../font/ProximaNova/webfonts/3763C3_5_0.ttf') format('truetype');
}

@font-face {
  font-family: 'Chivo-Bold';
  src: url('../font/Chivo/Chivo-Bold.eot') format('embedded-opentype'),
  url('../font/Chivo/Chivo-Bold.ttf') format('truetype'),
  url('../font/Chivo/Chivo-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

body {
  color: #403F4C;
  font-family: ProximaNova-Regular;
}

h1 {
  font-family: Chivo-Bold;
  color: #403F4C;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  height: 13px;
  width: 13px;
  position: relative;
  top: 5px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  border: 3px solid #008FAA;
  border-radius: 50%;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border: 3px solid #008FAA;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #008FAA;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: #008FAA;
  cursor: pointer;
}
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4px;
  left: 6px;
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: inset 0px 2px 3px 0px #00000012;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background: #fff;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background: #5a5a5a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 5px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.input-title {
  color: #5A5A5A;
  font-size: 15px;
  font-family: ProximaNova-Bold;
}

.input-sub-title, select.form-control {
  color: #5A5A5A;
  font-size: 15px;
}

select.form-control:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
}
.text-gray-dark {
  color: #5a5a5a !important;
  font-weight: 600;
  font-size: 16px;
}
.text-gray {
  color: #5a5a5a !important;
  font-weight: 300;
  font-size: 16px;
}
