/*
	THEME NAME: FlagDv
*/

body {
	font-family: 'Montserrat', sans-serif;
	color: #707070;
	letter-spacing: .04rem;
}

h1,h2,h3,h4,h5 {
	color: #5b1a5c;
}

a {
	transition: all .2s ease-in-out;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.follow {
	color: inherit;
}

.lead {
	font-weight: 400;
}

.is-primary {
	color: #5b1a5c;
}

.lines {
	position: relative;
}

.lines span {
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 0 10px;
}

.lines::before {
	content: "";
	height: 1px;
	width: 100%;
	background: #ddd;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.no-top-padding {
	padding-top: 0;
}

.form-control {
	border-color: #ddd;
	height: 50px;
	background: #f7f7f7;
}

.form-control.contact-form {
	border-radius: 0;
	background: #f2eaf2;
	border-color: #bb92bc;
	color: #5b1a5c;
	height: 65px;
}

textarea.form-control {
	min-height: 200px !important;
}

.btn-donate {
	background: #fff;
	color: #782778;
	padding: 15px 60px;
	border-radius: 0 30px 30px 0;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #fff;
}

.btn-donate:hover {
	background: #4d2363;
	color: #fff;
	border: 1px solid #fff;
}

.btn-donate span {
	margin-left: -20px;
	position: relative;
}

.btn-donate span::after {
	content: "";
	background: url('images/icons/donate.svg') no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
	transition: .5s;
	border-radius: 50%;
}

.btn-donate:hover span::after {
	transform: rotate(-180deg) translateY(50%);
}

.btn-donate.has-shadow {
	box-shadow: 1px 3px 12px #d7d1d7;
}

.btn-primary {
	background: #782778;
	color: #fff;
	border-radius: 30px;
	padding: 15px 60px;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #782778;
}

.btn-primary:hover {
	background: #fff;
	color: #782778;
	border: 1px solid #782778;
}

.btn-primary.referral span {
	margin-left: -20px;
	position: relative;
}

.btn-primary.referral span::after {
	content: "";
	background: url('images/icons/referral.svg') no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
	transition: .5s;
	border-radius: 50%;
}

.btn-primary.referral:hover span::after {
	transform: rotate(-180deg) translateY(50%);
}

.btn-primary.contact {
	display: flex;
	flex: 1;
	justify-content: center;
	margin: 0 10px;
	background: #f2eaf2;
	color: #5b1a5c;
	align-items: center;
	padding: 10px;
	line-height: 1.2rem;
	text-align: left;
	text-transform: none;
	border: none;
}

.btn-primary.header-contact {
	display: flex;
	justify-content: center;
	margin: 0 10px;
	background: #f2eaf2;
	color: #5b1a5c;
	align-items: center;
	padding: 4px 20px;
	line-height: 1.2rem;
	text-align: left;
	text-transform: none;
	border: none;
	font-weight: 400;
	font-size: .9rem;
}

.btn-primary.header-contact span {
	font-weight: 600;
}

.btn-primary.disabled, .btn-primary:disabled {
	background: #c30000;
	border-color: red;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
	color: #fff !important;
}

.btn-primary:active {
	background: #fff !important;
	color: #782778 !important; 
}

.btn-secondary {
	background: #f2eaf2;
	color: #782778;
	border: none;
}

.btn-secondary:hover {
	background: #782778;
	color: #fff;
}

.btn-facebook, .btn-twitter,
.btn-facebook:hover, .btn-twitter:hover {
	color: #fff;
	padding: .8rem 1rem;
	border-radius: 0;
}

.btn-facebook {
	background: #3e578e;
}

.btn-twitter {
	background: #4eabdd;
}

.btn-search {
	background: none;
	border: none;
}

.nav-item .btn-login {
	border: 1px solid #5b1a5c;
	border-radius: 10px;
}

.nav-item .btn-login:hover {
	background: #5b1a5c;
	color: #fff !important;
}
 
.btn-login:focus {
	background: #5b1a5c;
	color: #fff;
	outline: none;
	box-shadow: none;
}

.link {
	color: #5b1a5c;
}

.is-bold {
	font-weight: 600;
}

.is-white {
	color: #fff;
}

.is-light {
	font-weight: 200;
}

.text-large {
	font-size: 2rem;
}

.stat-number {
	font-size: 5rem;
	font-weight: 600;
}

.has-padding {
	padding: 80px 15px;
}

.has-sm-padding {
	padding: 30px 15px;
}

.has-lg-padding {
	padding: 120px 15px;
}

.has-gradient {
	background: linear-gradient(to right, #0d4c83, #6e1357, #a1014b);
	color: #fff;
}

.has-gradient h2 {
	color: #fff;
}

.has-light-gradient {
	background: linear-gradient(#f2eaf2, #e9eff6);
	color: #5b1a5c;
}

.has-light-gradient h2 {
	color: #5b1a5c
}

.has-primary-bg {
	background: #5b1a5c;
	color: #fff;
}

.has-light-pink-bg {
	background: #f3ecf3;
}

.has-grey-bg {
	background: #f7f7f7;
}

/* Header */

.top-header {
	background: #ebebeb;
	font-size: .8rem;
	color: #707070;
}

.top-header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-header a {
	color: inherit
}

.top-header-contact-button {
	background: #782778;
	color: #fff !important;
	text-transform: uppercase;
	padding: 10px 25px;
	font-weight: 600;
	font-size: 1rem;
}

.top-header-contact-button:hover, .top-header-exit-button:hover {
	color: #fff;
}

.top-header-exit-button {
	background: #c30000;
	color: #fff !important;
	text-transform: uppercase;
	padding: 10px 25px;
	font-weight: 600;
	font-size: 1rem;
}

.top-header i.tracks {
	vertical-align: text-bottom;
	font-size: 1.1rem;
}

.logo {
	width: 200px;
}

.mobile-logo {
	display: none;
}

.header-contact {
	display: flex;
	align-items: center;
	padding: 10px 0 20px 0;
	justify-content: flex-end;
}

.header-search {
	border: none;
	border-bottom: 1px solid #707070 !important;
	background: none !important;
	border-radius: 0;
	padding: 0;
	height: auto !important;
	color: #707070;
	font-style: italic;
}

.header-search:focus {
	border-color: transparent;
	box-shadow: none;
}

.header-search-btn {
	background: none;
	border: none;
	padding: 0;
	padding-left: 8px;
}

.header-search-btn button {
	padding: 0;
}

.header-search-btn i {
	color: #707070;
}

.header-search-form {
	flex: 1;
}

nav.navbar {
	padding: 0;
	font-weight: 500;
	margin-top: 44px;
}

.navbar-nav li {
	margin-left: 25px;
}

.navbar-nav li.active a, .navbar-nav li:hover a {
	color: #782778 !important;
}

.navbar-nav li.active a {
	border-bottom: 2px solid #782778;
}

.navbar-light .navbar-nav .nav-link {
	color: #38153b;
	transition: color .2s ease-in-out;
	padding-left: 0;
	padding-right: 0;
}

.dropdown-menu {
	border: none;
	box-shadow: 1px 3px 8px #555;
}

.dropdown-menu li {
	margin-left: 0;
	background: #fff;
}

.dropdown-menu li a {
	border-bottom: none !important;
}

.dropdown-menu li a {
	color: #782778;
}

.dropdown-item.active, .dropdown-item:active {
	background: inherit;
}

.masthead-content {
	background: rgba(120, 39, 120, .6);
	border-radius: 30px;
	padding: 50px 30px;
	color: #fff;
}

.masthead-content h1 {
	color: #fff;
}

.masthead-content.masthead-white-bg {
	background: rgba(255, 255, 255, .5);
	color: #5b1a5c;
}

.masthead-content.masthead-white-bg h1 {
	color: #5b1a5c;
}

.card {
	border: none;
}

.card-blog > .card-body {
	padding: 20px 0;
}

.card-image {
	overflow: hidden;
}

.card-image img {
	transform: scale(1.1);
	transition: all .2s ease-in-out;
}

.card-image img:hover {
	transform: scale(1);
}

.card.faq {
	border: 1px solid #bb92bc !important;
}

.card.faq .card-header {
	background: #f2eaf2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card.faq .card-header h2 button.btn-link,
.card.faq .card-header i  {
	color: #5b1a5c;
	font-weight: 600;
}

.card.faq .card-header h2 button.btn-link:hover,
.card.faq .card-header h2 button.btn-link:focus {
	text-decoration: none;
}

.card.faq .card-body {
	color: #5b1a5c;
} 

.help {
	background: url('images/index/repeat-pattern.png') repeat;
	background-color: rgba(255,255,255, .8);
	background-blend-mode: lighten;
}

article > .article-body {
	color: #3d113d;
}

.widget {
	margin-bottom: 40px;
}

.widget ul {
	margin: 0; padding: 0;
}

.widget ul li {
	list-style: none;
	margin-bottom: 20px;
}

.widget ul li a {
	color: inherit;
}

.previous-comment {
	display: flex;
	margin-bottom: 20px;
}

.previous-comment .avatar-wrapper {
	margin-right: 20px;
}

.previous-comment .avatar-wrapper .avatar {
	border-radius: 50%;
}

.carousel {
	overflow: hidden;
	cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.carousel .item {
	padding: 0 30px;
}

.carousel img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	display: block;
	margin: 0 auto;
}

.carousel .slick-current img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.slick-track {
	display: flex;
	align-items: center;
}

.column .column-image {
	height: 240px;
	display: flex;
	align-items: center;
	padding: 20px 0;
}

.column .column-image img {
	max-height: 220px;
	max-width: 250px;
}

.column .column-content {
	padding: 20px;
}

.column-text {
	font-size: 1.4rem;
	color: #5b1a5c;
	font-weight: 300;
	margin-bottom: 20px;
}

.column-text strong {
	font-size: 1.6rem;
}

.column-text.is-white {
	color: #fff;
}

.column.white-bg {
	background: #fff;
}

.column.white-bg .column-text {
	font-size: 1rem !important;
	color: #707070;
/* 	height: 120px; */
}

.column.partner .column-text {
	color: #8cb4d7;
	font-size: 1rem; 
	font-weight: 500;
}

.column.partner h3 {
	color: #0b4d84;
}

.column.boxed {
	background: rgba(255,255,255, .3);
	color: #fff;
	padding: 30px;
}

.column.boxed h3 {
	color: #fff;
}

.contact-container {
	background: #763d77;
	border-radius: 60px;
	padding: 30px 50px;
	display: flex;
}

.testimonial-wrapper {
	border-radius: 90px;
	padding: 30px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: grab;
}

ul.search-results {
	margin: 0; padding: 0;
}

ul.search-results li {
	list-style: none;
}

ul.tag-pills {
	margin: 0; padding: 0;
	display: flex;
}

ul.tag-pills li {
	list-style: none;
	margin-right: 5px;
}

.modal-body {
	padding: 30px;
}

.step-image {
	position: relative;	
}

/* Resources Dropdowns */
.resources-wrapper .dropdown-menu .dropdown-item:active {
	color: inherit;
}

.resources-toggle {
	background: #fff !important;
	background-color: #fff !important;
	border: 1px solid #782778;
	font-weight: bold;
}

.resources-toggle:focus, .resources-toggle:active, .resources-toggle:hover {
	color: #782778 !important;
	box-shadow: none !important;
	outline: none !important;
	border: 1px solid #782778 !important;
}

.resources-toggle:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #782778 !important;
	border: 1px solid #782778 !important;
}

/* Resources */
@media(max-width: 600px) {
	.resource-card .lead {
		font-size: 1rem;
	}

	.resources-toggle {
		font-size: 1rem !important;
	}

	.resource-dropdown-menu {
		box-shadow: 1px 3px 8px #555 !important;
		font-size: 1rem !important;
	}
}

/* Custom Checkbox */
.custom-tick {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	padding: 5px 0;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	font-size: 1rem;
  }
  
  /* Hide the browser's default checkbox */
  .custom-tick input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .custom-tick .checkmark {
	height: 25px;
	width: 25px;
	background-color: #eee;
	position: relative;
  }
  
  /* On mouse-over, add a grey background color */
  .custom-tick:hover input ~ .checkmark {
	background-color: rgb(120, 39, 120, .5);
  }
  
  /* When the checkbox is checked, add a blue background */
  .custom-tick input:checked ~ .checkmark {
	background-color: #782778;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .custom-tick .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .custom-tick input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .custom-tick .checkmark:after {
	left: 9px;
	top: 7px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }

/* Ninja Forms */
.nf-form-fields-required {
	display: none;
}

.nf-error-msg.nf-error-field-errors {
	text-align: right;
}

/* Helplines */
.helplines {
	font-size: 1.15rem;
}

.helplines p {
	margin-bottom: 0;
	font-weight: 300;
}

.helplines h4 {
	color: #fff;
}

/* Footer */

.footer-bottom {
	padding: 15px;
	font-size: .85rem;
}

.footer-bottom.has-light-pink-bg {
	display: flex;
	align-items: center;
	justify-content: space-around;
	text-align: center;
}

.footer-bottom.has-light-pink-bg p {
	font-size: 1.15rem;
	width: 50%;
}

.footer ul.footer-nav {
	margin: 0; padding: 0;
}

.footer ul.footer-nav li {
	display: inline-block;
	list-style: none;
	padding: 0 15px;
	position: relative;
}

.footer ul.footer-nav li a {
	color: inherit;
}

.footer ul.footer-nav li:not(:last-child):after {
	content: "|";
	display: block;
	position: absolute;
	right: -2px;
	top: 0;
}

.footer ul.footer-icons {
	margin: 0; padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer ul.footer-icons li {
	list-style: none;
}

.footer ul.footer-icons li img {
	width: 175px;
	padding: 0 20px;
}