@charset "utf-8";
/* CSS Document */


/*--- CUSTOM EDITS ---*/

/*---Home Page Search ---*/
section#search .form-radio,
section#search .form-group {
  position: relative;
  margin: 0;
  /*margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
  clear: both;*/
}
section#search .form-group .control-label {
  top: -0.25rem;
  font-size: 1.5rem;
  text-transform:none; letter-spacing:.03em;
  font-weight: normal;
}
section#search .form-group input:focus ~ .control-label,
section#search .form-group input:valid ~ .control-label,
section#search .form-group input.form-file ~ .control-label,
section#search .form-group input.has-value ~ .control-label {
  font-size: 1em;
  color: rgba(255,255,255,0.5);
  top: -1.2rem;
  line-height:1;
}
section#search .form-group select {
	text-transform:none;
	font-size:1.1rem;
}
/*section#search .form-group input {font-size:18px; letter-spacing:0.03em;}*/

@media only screen and (max-width:992px) {
	section#search .form-group .control-label {top:0; font-size:1.3em;}
	.myinput {margin-top:2em;}
}


.stylish-input-group .icon{
    background: transparent;
    border: none; padding:0;
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group .icon button[type="submit"]{
	position:absolute; top:-3px; right:0; border:1px solid transparent;
    background:transparent;
    padding: 6px 12px;
    color: #fff;
	line-height: 1.3rem; cursor:pointer;
}
.stylish-input-group .icon button:hover[type="submit"] {color:#fff; background:rgba(0,0,0,0.5);}

select option {background:#fff; color:#000; font-size:1.2rem;}


.form-inline .form-group .form-radio,
.form-inline .form-group .form-checkbox {text-align:center; margin:0;}

.form-inline .form-group .form-radio .radio,
.form-inline .form-group .form-checkbox .checkbox {margin-right:20px;}

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {float:left;}

.form-inline .radio label {padding-left:15px;}

.form-inline .checkbox label {padding-left:20px;}


.form-inline .radio label > input[type="radio"] + span {color:#b3b3b3;}

.form-inline .radio label > input[type="radio"]:checked + span,
.form-inline .radio label > input[type="radio"]:hover + span {color:#b29b69;}

.form-inline .checkbox label > input[type="checkbox"] + span {color:#b3b3b3;}

.form-inline .checkbox label > input[type="checkbox"]:checked + span,
.form-inline .checkbox label > input[type="checkbox"]:hover + span {color:#b29b69;}

.form-inline .checkbox .helper::before {
    box-shadow:none;
}
/*---- CUSTOM EDIT ENDS ----*/


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

fieldset {
  margin: 0 0 3rem;
  padding: 0;
  border: none;
}

.form-group {display:block !important;}

.form-radio,
.form-group {
	position:relative;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.form-inline > .form-group,
.form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}

.form-help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #b3b3b3;
  font-size: 0.8em;
}
.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
  position: absolute;
  width: 100%;
}
.checkbox .form-help {
  position: relative;
  margin-bottom: 1rem;
}
.form-radio .form-help {
  padding-top: 0.25rem;
  margin-top: -1rem;
}

.form-group input {
  height: 1.9rem;
}
.form-group textarea {
  resize: none;
}
.form-group select {
  width: 100%;
  height: 1.9rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.9rem;
  box-shadow: none;
  /*margin-top: 2px;*/
      font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
	/*-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;*/
}
.form-dark .form-group .control-label {color:rgba(255,255,255,0.7);}
.form-dark .form-group .bar {border-bottom: 0.0625rem solid rgba(255,255,255,0.2);}
.form-dark .form-group .bar::before {background: #fff;}

.form-light .form-group .control-label {color:rgba(0,0,0,0.5);}
.form-light .form-group .bar {border-bottom: 0.0625rem solid rgba(0,0,0,0.1);}
.form-light .form-group .bar::before {background: #e63d2f;}

.form-group .control-label {
  position: absolute;
  top: 0.25rem;
  left:auto;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}

.form-group .bar {
  position: relative;
  display: block;
}
.form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.form-group input,
.form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1em;
  letter-spacing: .03em;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9rem;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}
.form-group input[type="file"] {
  line-height: 1;
}
.form-group input[type="file"] ~ .bar {
  display: none;
}
.form-dark .form-group select,
.form-dark .form-group input:focus,
.form-dark .form-group input:valid,
.form-dark .form-group input.form-file,
.form-dark .form-group input.has-value,
.form-dark .form-group textarea:focus,
.form-dark .form-group textarea:valid,
.form-dark .form-group textarea.form-file,
.form-dark .form-group textarea.has-value {
  color: #fff;
}

.form-light .form-group select,
.form-light .form-group input:focus,
.form-light .form-group input:valid,
.form-light .form-group input.form-file,
.form-light .form-group input.has-value,
.form-light .form-group textarea:focus,
.form-light .form-group textarea:valid,
.form-light .form-group textarea.form-file,
.form-light .form-group textarea.has-value {
  color: #343a40;
}

.form-dark .form-group select ~ .control-label,
.form-dark .form-group input:focus ~ .control-label,
.form-dark .form-group input:valid ~ .control-label,
.form-dark .form-group input.form-file ~ .control-label,
.form-dark .form-group input.has-value ~ .control-label,
.form-dark .form-group textarea:focus ~ .control-label,
.form-dark .form-group textarea:valid ~ .control-label,
.form-dark .form-group textarea.form-file ~ .control-label,
.form-dark .form-group textarea.has-value ~ .control-label {
  font-size: 0.9em;
  color: rgba(255,255,255,0.5);
  top: -1rem;
  line-height:1;
}

.form-light .form-group select ~ .control-label,
.form-light .form-group input:focus ~ .control-label,
.form-light .form-group input:valid ~ .control-label,
.form-light .form-group input.form-file ~ .control-label,
.form-light .form-group input.has-value ~ .control-label,
.form-light .form-group textarea:focus ~ .control-label,
.form-light .form-group textarea:valid ~ .control-label,
.form-light .form-group textarea.form-file ~ .control-label,
.form-light .form-group textarea.has-value ~ .control-label {
  font-size: 0.9em;
  color: rgba(0,0,0,0.4);
  top: -1rem;
  line-height:1;
}


.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}
.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
  color: rgba(255,255,255,1);
}
.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.checkbox label,
.form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #fff;
  display: block;
  line-height:1;
}
.checkbox input,
.form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.radio {
  margin-bottom: 1rem;
}
.radio .helper {
  position: absolute;
  top: -0.25em;
  left: -0.25em;
  cursor: pointer;
  display: block;
  font-size: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #999;
}
.radio .helper::before, .radio .helper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25em;
  width: 1em;
  height: 1em;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125em solid currentColor;
}
.radio .helper::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #b29b69;
  border-color: #b29b69;
}
.radio label:hover .helper {
  color: #b29b69;
}
.radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.radio input:checked ~ .helper::before {
  color: #b29b69;
}

.checkbox {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.checkbox .helper {
	color: #999;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	z-index: 0;
	border: 0.125em solid currentColor;
	border-radius: 0.0625em;
	-webkit-transition: border-color 0.28s ease;
	transition: border-color 0.28s ease;
}
.checkbox .helper::before, .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2em;
  background-color: #b29b69;
  display: block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0.25em;
  content: '';
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.checkbox .helper::before {
  top: 0.65em;
  left: 0.38em;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625em #fff;
}
.checkbox .helper::after {
  top: 0.3em;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.checkbox label:hover .helper {
  color: #b29b69;
}
.checkbox input:checked ~ .helper {
  color: #b29b69;
}
.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}
.checkbox input:checked ~ .helper::after {
  height: 0.5em;
}
.checkbox input:checked ~ .helper::before {
  height: 1.2em;
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

/*.radio + .radio,
.checkbox + .checkbox {
  margin-top: 1rem;
}*/

.has-error .legend.legend, .has-error.form-group .control-label.control-label {
  color: #d9534f;
}
.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
  color: #d9534f;
}
.has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}

.button {
  position: relative;
  background: currentColor;
  border: 1px solid currentColor;
  font-size: 1.1em;
  color: #4f93ce;
  margin: 3rem 0;
  padding: 0.75rem 3rem;
  cursor: pointer;
  -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.button span {
  color: #fff;
  position: relative;
  z-index: 1;
}
.button::before {
  content: '';
  position: absolute;
  background: #071017;
  border: 50vh solid #1d4567;
  width: 30vh;
  height: 30vh;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.button:hover {
  color: #b29b69;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.button:active::before, .button:focus::before {
  -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}
.button:focus {
  outline: none;
}

#keyword-list{float:left;list-style:none;margin-top:-2px;padding:0;width:80%;position: absolute; z-index:9999}
#keyword-list li{padding: 10px; background: #f9f9f9; border-bottom: #bbb9b9 1px solid;}
#keyword-list li:hover{background:#f0f0f0;cursor: pointer;}