body.page-template-template-your_solution {
	color:#fff !important;
}
.solution_finder_form_wrapper{
}

.solution_finder_form_wrapper ul{
	margin:0;
	padding:0;
	list-style:none;
}
.solution_finder_form_wrapper .ginput_container_checkbox,
.solution_finder_form_wrapper .ginput_container_radio {
	margin-bottom: 30px;
}
.solution_finder_form_wrapper .accomplishments_list ul,
.solution_finder_form_wrapper .represent_list ul{
	width:100%;
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.solution_finder_form_wrapper .accomplishments_list li,
.solution_finder_form_wrapper .represent_list li{
	position:relative;
	overflow:hidden;
	margin:0 0 20px 0;
}
.solution_finder_form_wrapper .accomplishments_list li{ flex-basis: 49%;}
.solution_finder_form_wrapper .represent_list li{ flex-basis: 49%;}


@media (min-width: 640px) {

}
@media (min-width: 1024px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
	.solution_finder_form_wrapper .accomplishments_list li{ flex-basis: 24%;}
	.solution_finder_form_wrapper .represent_list li{ flex-basis: 31%;}

	.solution_finder_form_wrapper #gform_page_6_3 .accomplishments_list li {
		flex-basis: 49%;
	}
}
.solution_finder_form_wrapper .accomplishments_list ul input,
.solution_finder_form_wrapper .represent_list ul input{
	position:absolute;
	top:0;
	left:-9999px;
}
.solution_finder_form_wrapper .accomplishments_list ul label,
.solution_finder_form_wrapper .represent_list ul label{
	display:block;
	border:2px solid #ccc;
	text-align:center;
	padding:0;
	min-height: 40px;
	cursor:pointer;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 40px;
    font-size: 16px;
    line-height: 20px;
    height: 100%;
    transition: all .3s ease;
    color: #fff;
}
@media (min-width: 1400px) {
	.solution_finder_form_wrapper .accomplishments_list ul label,
	.solution_finder_form_wrapper .represent_list ul label{
		min-height: 60px;
	    font-size: 18px;
	    line-height: 26px;
    	padding: 10px 20px;
	}
}
@media (min-width: 1600px) {
	.solution_finder_form_wrapper .accomplishments_list ul label,
	.solution_finder_form_wrapper .represent_list ul label{
    	padding: 10px 40px;
	}
}
.solution_finder_form_wrapper .accomplishments_list ul input + label:hover,
.solution_finder_form_wrapper .accomplishments_list ul input:checked+label,
.solution_finder_form_wrapper .represent_list ul input + label:hover,
.solution_finder_form_wrapper .represent_list ul input:checked+label{ background:#b50707; border-color: #b50707;}


.simple-inputs .gform_fields {
	display:  flex;
	flex-direction: column;
	flex-wrap:  wrap;
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.simple-inputs .gform_fields {
		flex-direction: row;
		justify-content: space-between;
	}
}
.simple-inputs .gfield {
	flex-basis: 100%;
	display:  flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
	.simple-inputs .gfield.gfield_html {
		flex-basis: 100%;
		flex-direction: column;
		align-items: flex-start;
	}
	.simple-inputs .gfield.gfield_html h4 {
		font-size: 40px;
	}


.simple-inputs .gfield label {
	color:  #fff;
	flex-basis: 30%;
	font-size: 20px;
}
.simple-inputs .gfield .ginput_container {
	color:  #fff;
	flex-basis: 65%;
}
.simple-inputs .gfield .ginput_container input {
	border: solid 2px #ccc;
	padding:  0 20px;
	line-height: 60px;
	height:  60px;
	max-height: none;
}
.simple-inputs .gfield .ginput_container input::placeholder{
	color: #fff;
	opacity: 1;
}

@media (min-width: 768px) {
	.simple-inputs .gfield {
		flex-basis: 48%;
	}
}





.solution_finder_form_wrapper .validation_error {
	color: red;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	display: none;
}
.solution_finder_form_wrapper .gfield_description.validation_message {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: red !important;
	margin-bottom: 20px;
	width: 100%;
	flex-basis: 100%;
}

.solution_finder_form_wrapper .gform_page_footer .button {
	background-color: #b50707;
	color: #fff;
	border-radius: 20px;
	padding: 0 30px;
	line-height: 45px;
	border: none;
	transition: all .3s ease;
	display: inline-block;
	border: solid 3px transparent;
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 16px;
	cursor: pointer;
	font-weight: 700;
}
	@media (min-width: 1200px) {
		.solution_finder_form_wrapper .gform_page_footer .button {
			border-radius: 30px;
			padding: 0 60px;
			line-height: 60px;
			font-size: 18px;
		}
	}
	@media (min-width: 1400px) {
		.solution_finder_form_wrapper .gform_page_footer .button {
			border-radius: 30px;
			padding: 0 60px;
			line-height: 60px;
			font-size: 20px;
		}
	}
.solution_finder_form_wrapper .gform_page_footer .button:hover,
.solution_finder_form_wrapper .gform_page_footer .button:active {
	color: #fff;
	text-decoration:none;
	border-color: #b50707;
	background: transparent;
}

.solution_finder_form_wrapper #gform_page_1_2 .gform_page_footer .button:nth-child(1) {
	background: transparent;
	border: solid 3px #b50707;
}
.solution_finder_form_wrapper #gform_page_1_2 .gform_page_footer .button:nth-child(1):hover {
	background-color: #b50707;
}


#solutions_wrapper{
	width:100%;
	overflow:hidden;
}
#solutions_wrapper a{
	color:#fff;
	text-decoration:none;
}
#solutions_wrapper a:hover{
	text-decoration:underline;
}

#solutions_wrapper .right_part .view_all{
	position:absolute;
	top: 200px;
	right:0;
}
#solutions_wrapper .right_part .view_all .btn{ display:none;}
#solutions_wrapper .right_part .view_all .btn.active{ display:block;}
#solutions_wrapper .right_part .view_all a{
	font-weight:bold;
	font-size: 16px;
    line-height: 26px;
}
#solutions_wrapper .right_part .view_all a:after {
	content: ' >';
}
#solutions_wrapper .right_part .view_all a:hover {
	text-decoration: none;
}
#solutions_wrapper .cat_info_hold > h1 {
	font-size: 35px;
	line-height: 45px;
	color: #fff;
	margin-bottom: 20px;
}
	@media (min-width: 1200px) {
		#solutions_wrapper .cat_info_hold > h1 {
			font-size: 40px;
			line-height: 60px;
		}
	}
#solutions_wrapper .cat_info_hold p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
}
#solutions_wrapper .cat_list_hold {
	width:100%;
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 75px;
}
#solutions_wrapper .cat_list_hold:after {
	content: '';
	width: 32%;
}
#solutions_wrapper .cat_list_hold a:hover{ text-decoration:none;}
#solutions_wrapper .cat_list_hold .el {
	border: 3px solid #fff;
	cursor: pointer;
	padding: 100px 20px 20px;
	flex-basis: 100%;
	display: flex;
    flex-direction: column;
    transition: all .3s ease;
    max-width: 100%;
    flex-grow: 1;
    position: relative;
    margin-bottom: 20px;
}
	@media (min-width: 640px) {
		#solutions_wrapper .cat_list_hold .el {

		}
		#solutions_wrapper .cat_list_hold.columns_1 .el {
			flex-basis: 48%;
    		max-width: 48%;
		}
		#solutions_wrapper .cat_list_hold.columns_2 .el,
		#solutions_wrapper .cat_list_hold.columns_3 .el {
			flex-basis: 48%;
    		max-width: 48%;
		}
	}
	@media (min-width: 768px) {
		#solutions_wrapper .cat_list_hold.columns_1 .el,
		#solutions_wrapper .cat_list_hold.columns_3 .el {
			flex-basis: 32%;
    		max-width: 32%;
		}
	}
	@media (min-width: 992px) {
		#solutions_wrapper .cat_list_hold.columns_1 .el {
			flex-basis: 48%;
    		max-width: 48%;
		}
		#solutions_wrapper .cat_list_hold.columns_3 .el {
			flex-basis: 48%;
    		max-width: 48%;
		}
	}
	@media (min-width: 1400px) {
		#solutions_wrapper .cat_list_hold.columns_1 .el,
		#solutions_wrapper .cat_list_hold.columns_2 .el,
		#solutions_wrapper .cat_list_hold.columns_3 .el {
			flex-basis: 32%;
    		max-width: 32%;
		}
	}
#solutions_wrapper .cat_list_hold .el.cat_intelligent-orchestration{ border-color:#f2711c;}
#solutions_wrapper .cat_list_hold .el.cat_customer-data-management{ border-color:#09c;}
#solutions_wrapper .cat_list_hold .el.cat_automated-machine-learning{border-color:#603e99;}

#solutions_wrapper .cat_list_hold .el.cat_intelligent-orchestration:hover,
#solutions_wrapper .cat_list_hold .el.cat_intelligent-orchestration.hovered{ background:#f2711c;}
#solutions_wrapper .cat_list_hold .el.cat_customer-data-management:hover,
#solutions_wrapper .cat_list_hold .el.cat_customer-data-management.hovered{ background:#09c;}
#solutions_wrapper .cat_list_hold .el.cat_automated-machine-learning:hover,
#solutions_wrapper .cat_list_hold .el.cat_automated-machine-learning.hovered{background:#603e99;}

#solutions_wrapper .cat_list_hold .el .cat-icon {
	max-width: 40px;
	height: auto;
	position: absolute;
	top: 20px;
	right: 20px;
}

#solutions_wrapper .res_hold .btn_back {
	display: inline-block;
	margin-bottom: 40px;
	position: relative;
}
#solutions_wrapper .res_hold .btn_back:before {
	content: '< ';
}
#solutions_wrapper .res_hold .btn_back:hover {
	text-decoration: none;
}

#solutions_wrapper .cat_list_hold .el h3,
#solutions_wrapper .res_hold .res_el h3 {
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 32px;
	padding-right: 30px;
	color: #fff;
}

#solutions_wrapper .res_hold .res_el.active h3 {
	font-size: 35px;
	line-height: 45px;
	color: #fff;
	margin-bottom: 20px;
	font-family: Raleway,Roboto,Droid Sans,Arial,sans-serif;
}
	@media (min-width: 1200px) {
		#solutions_wrapper .res_hold .res_el.active h3 {
			font-size: 40px;
			line-height: 60px;
		}
	}

#solutions_wrapper .cat_list_hold .el p,
#solutions_wrapper .res_hold .res_el p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
}
#solutions_wrapper .cat_list_hold .el > a,
#solutions_wrapper .res_hold .res_el > a {
	display: inline-block;
	margin-top: auto;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
}
#solutions_wrapper .cat_list_hold .el > a:hover,
#solutions_wrapper .res_hold .res_el > a:hover,
#solutions_wrapper .cat_list_hold .el > a:active,
#solutions_wrapper .res_hold .res_el > a:active {
	background: transparent;
}

#solutions_wrapper .nav{
	width:100%;
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#solutions_wrapper .nav a {
	background-color: #b50707;
	color: #fff;
	border-radius: 20px;
	padding: 0 30px;
	line-height: 45px;
	border: none;
	transition: all .3s ease;
	display: inline-block;
	border: solid 3px transparent;
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 16px;
	height: auto;
	font-weight: 700;
}
	@media (min-width: 1200px) {
		#solutions_wrapper .nav a {

		}
	}
	@media (min-width: 1400px) {
		#solutions_wrapper .nav a {
			border-radius: 30px;
			padding: 0 30px;
			line-height: 60px;
			font-size: 20px;
		}
	}
#solutions_wrapper .nav a:hover{
	text-decoration:none;
	border-color: #b50707;
	background: transparent;
}
#solutions_wrapper .nav a.alt {
	background: transparent;
	border-color: #b50707;
}
#solutions_wrapper .nav a.alt:hover {
	background: #b50707;
}


#solutions_wrapper .nav .email_form{
	display: inline-block;
}
#solutions_wrapper .nav .email_form .form_hold{
	display:none;
}
#solutions_wrapper .nav .email_form.actived .form_hold{
	display:block;
}

#solutions_wrapper .res_el{

}
#solutions_wrapper .acc_hold{
	margin-top: 50px;
	margin-bottom: 50px;
}
#solutions_wrapper .acc_el{
	margin-bottom: 10px;
}
#solutions_wrapper .acc_hold .opener{
	padding: 20px;
	background:#000;
	color:#fff;
	cursor:pointer;
	margin:0;
	font-weight: 700;
	position: relative;
	transition: all .3s ease;
	font-size: 20px !important;
	line-height: 30px !important
}


#solutions_wrapper .acc_hold .opener:after {
  content: "";
  position: absolute;
  right: 30px;
  z-index: 11;
  display: block;
  width: 25px;
  height: 25px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(225deg);
  top: 50%;
  margin-top: -20px;
  transition: all .3s ease;
}
#solutions_wrapper .acc_hold .active .opener:after {
	transform: rotate(45deg);
	margin-top: -10px;
}

#solutions_wrapper .res_el.cat_intelligent-orchestration .active .opener,
#solutions_wrapper .res_el.cat_intelligent-orchestration .opener.hovered2,
#solutions_wrapper .res_el.cat_intelligent-orchestration .opener:hover{ background:#f2711c;}
#solutions_wrapper .res_el.cat_customer-data-management .active .opener,
#solutions_wrapper .res_el.cat_customer-data-management .opener.hovered2,
#solutions_wrapper .res_el.cat_customer-data-management .opener:hover{ background:#09c;}
#solutions_wrapper .res_el.cat_automated-machine-learning .active .opener,
#solutions_wrapper .res_el.cat_automated-machine-learning .opener.hovered2,
#solutions_wrapper .res_el.cat_automated-machine-learning .opener:hover{background:#603e99;}

#solutions_wrapper .acc_hold .slide{
	width:100%;
	position:relative;
	overflow:hidden;
}
#solutions_wrapper .acc_hold .slide > p {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
#solutions_wrapper .acc_hold .slide .lr_hold {
	margin-top: 40px;
}
#solutions_wrapper .acc_hold .slide .lr_hold > h4 {
	color: #fff;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	font-family: Raleway, Roboto, "Droid Sans", Arial, sans-serif;
}
#solutions_wrapper .acc_hold .slide .lr_hold .c-card__body {
	background: #1F1F1D;
	border: solid 1px #6E6E6E;
}
	#solutions_wrapper .acc_hold .slide .lr_hold .c-card__body h3 {
		font-size: 20px;
		line-height: 25px;
	}
	#solutions_wrapper .acc_hold .slide .lr_hold .c-card__body .c-card__link {
		color: #b50707;
	}
#solutions_wrapper .info_images{
	display: flex;
	justify-content: center;
	padding-top: 50px;
}

#solutions_wrapper .info_images .all .cat_item_small{ opacity:0.7;}
#solutions_wrapper .info_images .all .cat_item_small.active{ opacity:1;}
#solutions_wrapper .info_images .cat_item{ display:none;}
#solutions_wrapper .info_images .cat_item.opened{ display:block;}
#solutions_wrapper .info_images .cat_item .ico.active{ color:#f00;}


/* Josh Styling */
body img.gform_ajax_spinner {
    display: none !important;
}




#solution-finder-wrap,
#solutions_wrapper {
	background: url('https://www.redpointglobal.com/wp-content/uploads/2020/05/hero-02-816x600.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	max-width: none !important;
	padding: 50px;
	position: relative;
}
@media (min-width: 992px) {
	#solution-finder-wrap,
	#solutions_wrapper {
		padding: 200px 50px;
	}
}
#solution-finder-wrap:before,
#solutions_wrapper:before {
	background: rgba(0,0,0,.75);
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
}
#solution-finder-wrap > .inner {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	position: relative;
	z-index: 2;
	flex-direction: column;
}
@media (min-width: 992px) {
	#solution-finder-wrap > .inner {
		flex-direction: row;
	}
}

#solution-finder-wrap #intro {
	flex-basis: 35%;
	flex-grow: 0;
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	#solution-finder-wrap #intro {
		padding-top: 100px;
		padding-right: 20px;
		margin-bottom: 0;
	}
}
	#solution-finder-wrap #intro h1 {
		font-size: 45px;
		line-height: 60px;
		color: #fff;
		margin-bottom: 40px;
	}
		@media (min-width: 1200px) {
			#solution-finder-wrap #intro h1 {
				font-size: 60px;
				line-height: 70px;
			}
		}
	#solution-finder-wrap #intro p {
		font-weight: 700;
		color: #a7a8a9;
		font-size: 20px;
		line-height: 25px;
	}
		@media (min-width: 1200px) {
			#solution-finder-wrap #intro p {
				font-size: 30px;
				line-height: 35px;
			}
		}
#solution-finder-wrap #form-wrapper {
	flex-basis: 65%;
	flex-grow: 0;
}


.solution_finder_form_wrapper .solution_finder_form {
	width:100%;
	background:#000;
	color:#fff;
	padding: 30px;
	position: relative;
	z-index: 2;
}
	@media (min-width: 1400px) {
		.solution_finder_form_wrapper .solution_finder_form {
			padding: 75px;
		}
	}
	.solution_finder_form .q_info {
		color: red;
		font-weight: 700;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.solution_finder_form .accomplishments_list,
	.solution_finder_form .represent_list {

	}
	.solution_finder_form .accomplishments_list > label,
	.solution_finder_form .represent_list > label  {
		font-size: 30px;
		color: #fff;
		font-family: Playfair,Times,serif;
	}
	@media (min-width: 992px) {
		.solution_finder_form .accomplishments_list > label,
		.solution_finder_form .represent_list > label  {
			font-size: 40px;
		}
	}
		.solution_finder_form .accomplishments_list > label .gfield_required,
		.solution_finder_form .represent_list > label .gfield_required {
			display: none;
		}
	.solution_finder_form .accomplishments_list .gfield_description,
	.solution_finder_form .represent_list .gfield_description {
		font-size: 14px;
		color: #ccc;
		/*text-transform: capitalize;*/
	}
	.solution_finder_form .accomplishments_list .ginput_container_checkbox,
	.solution_finder_form .represent_list .ginput_container_radio {
		margin-top: 30px;
	}


#solutions_wrapper {
	padding-top: 0;
	padding-bottom: 0;
}
#solutions_wrapper:before {
}

#solutions_wrapper > .inner {
	display: flex;
	flex-direction: column;
	max-width: 1600px;
	margin: 0 auto;
}
@media (min-width: 992px) {
	#solutions_wrapper > .inner {
		flex-direction: row;
	}
}
#solutions_wrapper > .inner {

}
	#solutions_wrapper .cont_hold,
	#solutions_wrapper .right_part {
		position: relative;
		z-index: 2;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	@media (min-width: 992px) {
		#solutions_wrapper .cont_hold,
		#solutions_wrapper .right_part {
			flex-basis: 55%;
			padding-top: 200px;
			padding-bottom: 200px;
		}
	}
	#solutions_wrapper .cont_hold {
		padding-bottom: 75px;
		border-bottom: solid 5px #ccc;
	}
	@media (min-width: 992px) {
		#solutions_wrapper .cont_hold {
			border-bottom: none;
			padding-bottom: 200px;
			padding-right: 75px;
			border-right: solid 5px #ccc;
		}
	}
	#solutions_wrapper .right_part {
		position: relative;
		z-index: 1;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	@media (min-width: 992px) {
		#solutions_wrapper .right_part {
			flex-basis: 45%;
			padding-left: 30px;
		}
	}



/



/* Molecule */

.right_part .info_images{
	
}
.right_part .info_images .img_el{
	display:none;
}
.info_images svg {
	/*width: 100%;*/
	height: auto;
}
.info_images .all svg > g > g,
.info_images .img_el svg > g > g{ cursor:pointer;}
.info_images .img_el svg > g > g.dm-icon,
.info_images .img_el svg > g > g.aml-icon,
.info_images .img_el svg > g > g.rpi-icon{ cursor:default;}

.info_images svg line,
.info_images svg polyline,
.info_images svg circle,
.info_images svg path,
.info_images svg text{
	transition: all .3s ease;
}

.info_images .all svg .hovered line,
.info_images .all svg .hovered polyline,
.info_images .all svg .hovered circle{ stroke:#fff;}
.info_images .all svg .hovered path:not(.circle),
.info_images .all svg .hovered text{ fill:#fff;}

.info_images .all svg .hovered path.circle{ stroke:#fff;}


.info_images .all svg .hovered .dm-grp .dm-shape { fill:#09c;}
.info_images .all svg .hovered .aml-grp .aml-shape { fill:#603F99;}
.info_images .all svg .hovered .rpi-grp .rpi-shape { fill:#F57F29;}

.info_images svg .RPI .hovered2 circle,
.info_images svg .RPI .actived2 circle,
.info_images svg .RPI .hovered2 path.circle,
.info_images svg .RPI .actived2 path.circle{
	stroke:#F57F29;
	fill:#F57F29;
}

.info_images svg .DM .hovered2 circle,
.info_images svg .DM .actived2 circle,
.info_images svg .DM .hovered2 path.circle,
.info_images svg .DM .actived2 path.circle{
	stroke:#09c;
	fill:#09c;
}
.info_images svg .AML .hovered2 circle,
.info_images svg .AML .actived2 circle,
.info_images svg .AML .hovered2 path.circle,
.info_images svg .AML .actived2 path.circle{
	stroke:#603F99;
	fill:#603F99;
}


/* ... */
.info_images .img_el svg line,
.info_images .img_el svg polyline,
.info_images .img_el svg circle{ stroke:#fff;}
.info_images .img_el svg path,
.info_images .img_el svg text{ fill:#fff;}

.info_images .img_el svg path.circle {
	fill: transparent;
	stroke: #fff;
}

.info_images .img_el svg .dm-grp .dm-shape { fill:#09c;}
.info_images .img_el svg .aml-grp .aml-shape { fill:#603F99;}
.info_images .img_el svg .rpi-grp .rpi-shape { fill:#F57F29;}

