/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.content-dark {
	z-index: 5;
	background-color: #272F35;
    position: relative;
    padding-bottom: 130px;
    padding-top: 80px;
}
.content-dark a {
	color: #d61030;
}
.content-dark a:hover {
	text-decoration: underline;
}
.fhin-profile {
	padding: 20px;
	color: rgba(255, 255, 255, 0.5);
}
.fhin-profile .fhin-profile-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.fhin-profile .fhin-profile-inner .unkown-user {
	color: white;
}

.fhin-profile .fhin-profile-inner .fhin-profile-logo {
	width: 120px;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
}
.fhin-profile .fhin-profile-inner .fhin-profile-claim {
	max-width: 50%;
	display: block;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
    color: white;
}



.fhin-profile .fhin-profile-inner label {
	color: rgba(255, 255, 255, 0.5);
}
.fhin-profile .fhin-profile-inner .acf-label {
	margin-top: 0 !important;
}
.fhin-profile .fhin-profile-inner .topic-multiselect {
	margin-bottom: 20px;
}
.fhin-profile .fhin-profile-inner .topic-multiselect select{
  min-height: 50px;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid;
  background: none;
  padding-left: 5px;
}

.fhin-profile .fhin-profile-inner input,
.fhin-profile .fhin-profile-inner select {
	width: 100%;
}
.checkbox-wrapper {
	padding-top: 5px;
}
#fhin-profile-form hr {
    border: 0;
    border-top: 1px solid #a0a4a4;
}
.checkbox-wrapper input[type=checkbox] {
	margin-right: 5px;
}
.fhin-profile .fhin-profile-inner input[type=checkbox] {
	width: auto;
}
.fhin-profile .fhin-profile-inner input.fhin-profile-input {
	padding: 15px;
	padding-top: 17px;
	color: white;
	background-color: #384046;
	border: none;
	margin-bottom: 20px;
  min-height: 50px;
  border-radius: 0;
  -webkit-appearance: none;
}
.fhin-profile .fhin-profile-inner .chosen-container-multi .chosen-choices {
	color: white;
	background-color: #384046;
	border: none;
    padding: 4px;
}

.fhin-profile .fhin-profile-inner .chosen-container .chosen-results li.highlighted {
	background-color: #272F35;
}

.fhin-profile .fhin-profile-inner .chosen-container .chosen-results li {
	padding-top: 12px;
}

.fhin-profile .fhin-profile-inner .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	min-height: 39px;
	padding-left: 10px;
	color: #a0a4a4;
}
.fhin-profile .fhin-profile-inner .chosen-container-active .chosen-choices li.search-field input[type="text"] {
	color: white !important;
}
.fhin-profile .fhin-profile-inner .chosen-container-multi .chosen-choices li.search-choice {
	padding: 10px 22px 8px 8px;
	margin: 4px;
}
.fhin-profile .fhin-profile-inner .chosen-container-multi .chosen-choices .search-choice-close {
	top: 10px;
}
.fhin-profile-footer {
	margin-top: 20px;
}
.fhin-profile .fhin-profile-inner .fhin-sign-out {
	padding: 15px 0;
	display: block;
    line-height: 1.2em;
}

.fhin-profile .fhin-profile-inner .btn-fhin-submit {
	  padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #384046;
    min-height: 50px;
    border-radius: 0;
    -webkit-appearance: none;
    border:none;
    background: buttonface;
}

.fhin-profile .fhin-profile-inner .fhin-profile-update {
	padding: 5px 0;
    text-align: center;
}
.fhin-profile .fhin-profile-inner .fhin-profile-update.success {
	color: green;
	color: white;
	padding: 15px;
}
.fhin-profile .fhin-profile-inner .fhin-profile-update.failed {
	color: red;
}

.newsletter-preview {
    background: white;
    padding: 30px 60px;
    position: relative;
    display: block;
    color: black;
    z-index: -1;
}
.newsletter-preview .fhin-newsletter-topic {
	border-left: 4px solid #d61030;
    position: relative;
    display: inline-block;
    width: 100%;
}
.newsletter-preview .fhin-newsletter-topic .fhin-newsletter-type {
	color: #d61030;
    text-transform: uppercase;
    position: absolute;
    margin-top: -4px;
    padding-left: 8px;
    font-size: 16px;
    font-weight: bold;
}
.newsletter-preview .fhin-newsletter-salutation-wrapper {
	padding: 20px 0;
}
.newsletter-preview .fhin-newsletter-preview-logo {
	width: 80px;
    float: right;
}

.newsletter-preview .fhin-newsletter-salutation {
	font-weight: bold;
	margin-bottom: 20px;
}

.newsletter-preview .fhin-newsletter-intro {
	margin-bottom: 20px;
}


.newsletter-preview .fhin-newsletter-entry h2 {
	text-transform: uppercase;
}

.newsletter-preview .fhin-newsletter-entry .fhin-newsletter-content {
	margin: 15px 0;
}

.newsletter-preview .fhin-newsletter-preview-header-image {
	margin-left: -60px;
    margin-right: -60px;
    max-width: calc(100% + 120px);
}

@media (max-width: 640px){


  .fhin-profile .fhin-profile-inner .fhin-profile-claim {
    max-width: 80%;
  }

  .fhin-profile .fhin-profile-inner #fhin-profile-preview {
    margin-left: 0!important;
    margin-top: 30px;
  }

  .fhin-profile .fhin-profile-inner #fhin-profile-preview .newsletter-preview {
    padding: 30px 20px;
  }

  .fhin-profile .newsletter-preview .fhin-newsletter-preview-header-image {
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px);
  }

}
