@import url('https://fonts.googleapis.com/css?family=Muli');
body, p {
	font-family: 'Muli', sans-serif !important;
  font-size: 17px;
}

.block-type-widget-area li.widget ul li {
  
      font-family: inherit !important;
}

.block-type-content div.entry-content, .block-type-content div.entry-content p {

    font-family: inherit !important;

}
#footer-text {
  font-size: 14px !important;
}
div.wrapper.wrapper-fluid.wrapper-first {
	z-index: 10000 !important;
}
#wrapper-wrz55d92b930c151, div#whitewrap div.wrapper-mirroring-wrz55d92b930c151 {
	z-index: 10000 !important;
}
.soliloquy-container .soliloquy-caption {
	bottom: 40%;
	background: none !important;
	padding-left: 130px;
	padding-right: 130px;
	margin-bottom: 13% !important;
}
div#wrapper-wpu55d8abd6304a8.responsive-grid {
	z-index: 10000 !important;
}
.widgetbutton {
	padding: 7px 7px 0px;
	padding-bottom: 0px;
}
.socialicons {
	padding-left: 7px;
	padding-right: 7px;
	max-width: 75px;
}
.grid figure {
	margin: 0;
	position: relative;
}
.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #2c3f52;
	color: #ed4e6e;
}
.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}
.grid figcaption span:before {
	content: 'by ';
}
.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
}
.cs-style-3 figure {
	overflow: hidden;
}
.cs-style-3 figure img {
	transition: transform 0.4s;
}
.no-touch .cs-style-3 figure:hover img, .cs-style-3 figure.cs-hover img {
	transform: translateY(-50px);
}
.cs-style-3 figcaption {
	height: 100px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	transform: translateY(100%);
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.su-button small {
	font-size: 14px !important;
}
.su-button {
	background-color: #1565C0;
	color: #1565C0;
}
a.more-link {
	display: block;
	width: 50%;
	white-space: nowrap;
	text-align: center !important;
	margin: 0 auto;
	margin-top: 15px;
}
.formheader {
	font-size: 30px;
	font-family: 'Montserrat';
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
}
.description {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.3em;
	font-family: 'Muli', sans-serif;
	font-style: normal;
	font-weight: lighter;
}
.input {
	display: flex;
	align-items: center;
}
.button {
	height: 44px;
	border: none;
}
#email {
	width: 75%;
	background: #FDFCFB;
	font-family: inherit;
	color: #737373;
	display: block;
	letter-spacing: 1px;
	text-indent: 5%;
	border-radius: 5px 0 0 5px;
}
#submit {
	width: 25%;
	height: 46px;
	background: #1565C0;
	display: block;
	font-family: inherit;
	font-weight: bold;
	color: white;
	letter-spacing: 1px;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	transition: background .3s ease-in-out;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #333;
}
.view {
	width: 98%;
	height: 200px;
	margin: 10px;
	float: left;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask, .view .content {
	width: 300px;
	height: 200px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0;
}
.view p {
	font-family: inherit;
	font-style: italic;
	font-size: 12px !important;
	position: relative;
	color: #fff;
	padding: 10px 20px 10px;
	text-align: center;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 3px 8px;
	font-family: 'Montserrat';
	background: #1565C0;
	color: white !important;
	text-transform: uppercase;
	box-shadow: 0 0 1px #000;
}
.view a.info:hover {
	box-shadow: 0 0 5px #000;
}
.view-fifth img {
	transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
	background-color: rgba(146, 96, 91, 0.3);
	transform: translateX(-300px);
	opacity: 1;
	transition: all 0.4s ease-in-out;
}
.view-fifth h2 {
	background: rgba(255, 255, 255, 0.5);
	color: #000;
	box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.view-fifth p {
	opacity: 0;
	color: #333;
	transition: all 0.2s linear;
}
.view-fifth:hover .mask {
	transform: translateX(0px);
}
.view-fifth:hover img {
	transform: translateX(300px);
	transition-delay: 0.1s;
}
.view-fifth:hover p {
	opacity: 1;
	transition-delay: 0.4s;
}
.view-third img {
	transition: all 0.2s ease-in;
}
.view-third .mask {
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transform: translate(460px, -100px) rotate(180deg);
	transition: all 0.2s 0.4s ease-in-out;
}
.view-third h2 {
	transform: translateY(-100px);
	transition: all 0.2s ease-in-out;
	font-size: 16px !important;
}
.view-third p {
	transform: translateX(300px) rotate(90deg);
	transition: all 0.2s ease-in-out;
	color: white;
	padding-bottom: 10px !important;
}
.view-third a.info {
	transform: translateY(-200px);
	transition: all 0.2s ease-in-out;
}
.view-third:hover .mask {
	opacity: 1;
	transition-delay: 0s;
	transform: translate(0px, 0px);
}
.view-third:hover h2 {
	transform: translateY(0px);
	transition-delay: 0.5s;
}
.view-third:hover p {
	transform: translateX(0px) rotate(0deg);
	transition-delay: 0.4s;
	color: white !important;
	padding-bottom: 10px !important;
}
.view-third:hover a.info {
	transform: translateY(0px);
	transition-delay: 0.3s;
}
.half {
	line-height: 140%;
	margin: 0 auto;
	font-size: 80% !important;
}
.nolinespace {
	line-height: 18px;
}
.wp-caption {
	border: 0px solid #EEE;
	margin-top: 0px;
	max-width: 100%;
	margin-bottom: 15px;
	padding-right: 40px;
	background: none !important;
	line-height: 120%;
}
.wp-caption img {
	border: 0px solid #DDD;
}
.wp-caption .wp-caption-text {
	font-style: normal;
	padding-top: 12px;
	font-size: 14px;
	padding-bottom: 40px;
}
.notableborders td {
	border-style: none;
	border-top: 0px !important;
}
.soliloquy-container .soliloquy-pager {
	bottom: 30px;
}
a {
	opacity: 1;
	transition: opacity .45s ease-in-out;
	-moz-transition: opacity .45s ease-in-out;
	-webkit-transition: opacity .45s ease-in-out;
}
a:hover {
	opacity: 0.70;
	-webkit-stroke-width: 1.3px;
	-webkit-stroke-color: #FFFFFF;
	-webkit-fill-color: #FFFFFF;
	text-shadow: 1px 0px 20px white;
	-webkit-transition: width 0.2s;
	/*Safari & Chrome*/
	transition: width 0.2s;
	-moz-transition: width 0.2s;
	/* Firefox 4 */
	-o-transition: width 0.2s;
	/* Opera */
	;
}
#textreveal {
	width: 94px;
	height: 24px;
	line-height: 100%;
	color: transparent;
	font-size: 14px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	text-transform: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	text-align: center;
}
#textreveal:hover {
	line-height: 98%;
	color: #575858;
	text-align: center;
	margin-bottom: 80px;
}
#textreveal img {
	float: none;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 40px;
}
#textreveal img:hover {
	opacity: 1 !important;
}
@media screen and (max-width: 1023px) {
	#textreveal {
		display: none;
	}
}
.designation {
	opacity: 0.6;
}
.soliloquy-container .soliloquy-caption h1 {
	font-size: 38px;
	font-family: 'Montserrat';
	text-transform: uppercase;
	padding-bottom: 0px;
	padding-top: 0px;
}
.soliloquy-container .soliloquy-caption p {
	font-size: 24px;
	color: white;
	font-family: 'Muli', sans-serif;
	font-weight: lighter;
	line-height: 150%;
}
.soliloquy-container .soliloquy-caption h2 {
	font-size: 24px;
	font-family: 'Montserrat';
	text-transform: uppercase;
	text-decoration: underline;
	padding-top: 24px;
}
.soliloquy-container .soliloquy-caption-inside {
	padding-left: 40px;
	padding-right: 40px;
}
.google-maps {
	position: relative;
	padding-bottom: 45%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.block-type-content div.loop-navigation div.nav-previous a, .block-type-content div.loop-navigation div.nav-next a {
	background-color: #B9B9B9;
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video iframe, .video object, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.imgstamp {
	margin-right: 35px !important;
	margin-bottom: 15px;
}
.bmform_outer579266 {
	color: none !important;
	width: 100% !important;
}
.bmform_frm579266 {
	font-family: inherit;
	font-size: 18px;
	font-style: normal;
	width: 100% !important;
}
.bmform_frmtext579266 {
	font-family: 'Muli', sans-serif;
	font-size: 18px !important;
	font-weight: normal !important;
}
#tdLogo579266 img {
	display: none;
}
.bmform_introtxt579266 {
	display: none !important;
}
.bmform_head579266 {
	display: none !important;
}
.bmform_inner579266 {
	border: 0px!important;
	margin-top: 0px!important;
}
.bmform_button579266 input[type="submit"], input[type="button"], button {
	background: #C8C8C8 none repeat scroll 0% 0%;
	padding: 6 20 6 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 3px;
	margin-top: 10px;
	color: #000;
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	line-height: 27px;
	border: medium none;
	font-family: 'Montserrat' !important;
	font-size: 14px !important;
}
form {
	margin-top: 0px !important;
	border: 0px !important;
	border-style: hidden !important;
}
#tblFormLogo579266 {
	display: none !important;
}
.bmform_button579266:hover {
	opacity: 70;
}
.su-posts-default-loop .su-post-comments-link {
	font-size: 0.9em;
	display: none;
}
.su-posts-default-loop h2.su-post-title {
	clear: none;
	margin: 0px 0px 0.3em;
	font-size: 1.2em;
	font-weight: bold;
	display: none;
}
.su-posts-default-loop .su-post-meta {
	margin-bottom: 0.7em;
	font-size: 0.8em;
	opacity: 0.6;
	display: none;
}
.su-posts-default-loop .su-post-thumbnail img {
	margin-top: 9px;
	pointer-events: none;
	cursor: default;
}
.su-posts-default-loop .su-post-excerpt p:last-child {
	margin-bottom: 0px;
	margin-left: 18%;
}
a.su-post-thumbnail {
	pointer-events: none;
	cursor: default;
}
.su-post-thumbnail img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-style: solid;
	border: 1px !important;
	border-color: #6F6F6F;
}
.ninja-forms-required-items {
	margin-top: 30px;
	font-size: 18px;
}
label {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 500;
}
input[type="text"] {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
}
#ninja_forms_field_3.ninja-forms-field.ninja-forms-req {
	font-family: Cenutry Gothic;
	font-size: 18px;
}
input[type="submit"]:hover {
	background-repeat: repeat;
	background-size: auto;
}
.list-radio-wrap ul li, .list-checkbox-wrap ul li {
	list-style: none !important;
}

/* make keyframes that tell the start state and the end state of our object */

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fade-in {
	opacity: 0;
	/* make things invisible upon start */
	-webkit-animation: fadeIn ease-in 1;
	/* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	/* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
}
.fade-in.one {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.fade-in.two {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.fade-in.three {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

/* make keyframes that tell the start state and the end state of our object */

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fade-in {
	opacity: 0;
	/* make things invisible upon start */
	-webkit-animation: fadeIn ease-in 1;
	/* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	/* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
}
.fade-in.one {
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s;
}
.fade-in.two {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.fade-in.three {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

/*---make a basic box ---*/

.box {
	width: 90%;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding: 20px;
	float: none;
	border: 1px solid #333;
	border-style: hidden;
	background: none;
}
.imagezoom img {
	animation-delay: 1.7s;
	-webkit-transform: scale(.60) rotate(-2deg);
	/* Safari and Chrome */
	-moz-transform: scale(.60) rotate(-2deg);
	/* Firefox */
	-ms-transform: scale(.60) rotate(-2deg);
	/* IE 9 */
	-o-transform: scale(.60) rotate(-2deg);
	/* Opera */
	transform: scale(.60) rotate(-2deg);
}
@media screen and (max-width: 1248px) {
	.block-type-navigation ul.menu li>a {
		font-size: 85%;
	}
	#block-bpk55ca98ce2637e div.entry-content img {
		margin-top: 10px;
		width: 90% !important;
	}
}
@media screen and (max-width: 1024px) {
	#block-bi755b93f618363f.block-original-bls55ba398ce732a .nav-horizontal ul.menu>li>a, #block-bi755b93f618363f.block-original-bls55ba398ce732a .nav-search-active .nav-search {
		display: none;
	}
}
#click-menu {
	z-index: 99999;
}
#responsive-menu.RMOpened {
	z-index: 999999;
}
#responsive-menu .RMImage {
	width: 80%;
}
#responsive-menu #rm-additional-content {
	padding: 0 !important;
}
.ppc li {
	clear: both;
	list-style: none !important;
}
#ppc-box .ppc-box .ppc h3 {
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 15px;
	font-family: montserrat;
	text-transform: uppercase;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}
@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		transform: perspective(400px) rotateX(10deg);
	}
	100% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
.circular {
	width: 300px;
	height: 300px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
}
.centerme table {
	margin: 0 auto !important;
}
#ppc-box .ppc-box .ppc ul li {
	line-height: 110%;
}
.VS-search .VS-search-box {
	cursor: text;
	position: relative;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 0px;
	box-shadow: none;
	height: 110%;
	padding: 12px;
}
.VS-search .search_input input {
	padding: 2px 0px;
	line-height: 120%;
	z-index: 100;
	width: 8px;
	min-width: 100px;
	position: relative;
	border: medium none;
	outline: 0px none;
	box-shadow: none;
	margin-left: 6px;
	text-align: left;
}
.su-button .consultation {
	background: #FF543C !important;
	font-size: 140% !important;
	border-style: solid !important;
	border: 2px !important;
	;
	border-color: white !important;
}
.consultbtn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	color: white !important;
	font-size: 20px;
	background: #FF543C;
	padding: 10px 50px 10px 50px;
	text-decoration: none !important;
}
.consultbtn:hover {
	background: rgba(255, 84, 60, 0.78) none repeat scroll 0% 0%;
	text-decoration: none !important;
	border-style: solid !important;
	border: 2px !important;
	;
	border-color: white !important;
	color: white !important;
}
.consultbtn a {
	color: white !important;
	text-decoration: none !important;
}
.anchor {
	display: block;
	height: 175px;
	/*same height as header*/
	margin-top: -175px;
	/*same height as header*/
	visibility: hidden;
}
.bmform_body579266 {
	background: none !important;
}
.probox .proinput input {
	font-family: 'Muli', sans-serif !important;
	color: black !important;
	font-size: 15px !important;
	line-height: 16px !important;
	padding-bottom: 5px !important;
}
div[id*="ajaxsearchliteres"], div[id*="ajaxsearchliteres"] * {
	-moz-user-select: none;
	font-family: 'Muli', sans-serif !important;
}
div[id*="ajaxsearchlite"] .probox .proinput input {
	line-height: 30px !important;
}
.bmform_outer582638 {
	color: none !important;
	width: 100% !important;
}
.bmform_frm582638 {
	font-family: inherit;
	font-size: 18px;
	font-style: normal;
	width: 100% !important;
}
.bmform_frmtext582638 {
	font-family: 'Muli', sans-serif;
	font-size: 18px !important;
	font-weight: normal !important;
}
#tdLogo582638 img {
	display: none;
}
.bmform_introtxt582638 {
	display: none !important;
}
.bmform_head582638 {
	display: none !important;
}
.bmform_inner582638 {
	border: 0px!important;
	margin-top: 0px!important;
}
.bmform_button582638 input[type="submit"], input[type="button"], button {
	background: #C8C8C8 none repeat scroll 0% 0%;
	padding: 10 20 10 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 3px;
	margin-top: 10px;
	color: #000;
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	line-height: 27px;
	border: medium none;
	font-family: 'Montserrat' !important;
	font-size: 18px !important;
}
.ytp-title-link {
	font-size: 12px !important;
	font-family: 'Muli', sans-serif;
}
.noborders td, th {
	border: none;
}
@media screen and (max-width: 640px) {
	.noborders td, th {
		font-size: 85%;
	}
}
.pmpcontainer {
	width: 100%;
}
@media screen and (max-width: 1300px) {
	.pmpcontainer .su-column {
		float: none !important;
		margin: 0 auto !important;
		width: 85%;
		padding-bottom: 40px;
	}
}
.block-type-content div.loop-navigation div.nav-previous a, .block-type-content div.loop-navigation div.nav-next a {
	background-color: #A5A5A5;
}
.block-type-content div.loop-navigation div.nav-previous a, .block-type-content div.loop-navigation div.nav-next a:hover {
	background-color: #A5A5A5 !important;
}
#block-b9655d0caa71274c div.loop-navigation div.nav-previous a, #block-b9655d0caa71274c div.loop-navigation div.nav-next a {
	background-color: #A5A5A5 !important;
}
#tblRequiredField579266 td {
	font-size: 14px !important;
	color: red !important;
}
#wrapper-wpu55d8abd6304a8, div#whitewrap div.wrapper-mirroring-wpu55d8abd6304a8 {
	z-index: 999;
}
div#wrapper-w7h55d2320064ce2.responsive-grid {
	z-index: 1;
}
#wrapper-w7h55d2320064ce2, div#whitewrap div.wrapper-mirroring-w7h55d2320064ce2 {
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.soliloquy-container .soliloquy-caption {
		margin-bottom: 9% !important;
	}
	.soliloquy-container .soliloquy-caption a {
		font-size: 20px !important;
	}
}
@media screen and (max-width: 840px) {
	.soliloquy-container .soliloquy-caption p {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.soliloquy-container {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.logo-image img {
		height: 10px !important;
	}
}
.ninja-forms-required-items tbody {
	font-size: 18px;
}
@media screen and (max-width: 1200px) {
	.soliloquy-container .soliloquy-caption h1 {
		font-size: 24px !important;
	}
}
@media screen and (max-width: 1200px) {
	.soliloquy-container .soliloquy-caption p {
		font-size: 16px !important;
	}
}
.ninja-button {
	background: #FF543C none repeat scroll 0% 0% !important;
	padding: 5px 22px !important;
	border-radius: 2px;
	color: white !important;
	display: inherit !important;
	font-family: montserrat !important;
	text-transform: uppercase !important;
	font-weight: normal !important;
	font-size: 18px !important;
	margin: 0px auto !important;
}
.ninja-button:hover {
	opacity: .7 !important;
}
#tblRequiredField582638 td {
	font-size: 14px !important;
	color: red !important;
}
.ninja-forms-form-wrap textarea {
	font-family: inherit !important;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border: 1px solid #CCC;
	padding: 6px 4px;
	outline: medium none;
	border-radius: 2px;
	color: #777;
	display: inline-block;
	background: #FFF none repeat scroll 0% 0%;
	box-sizing: border-box;
	width: 90%;
	font-family: inherit;
	font-size: inherit;
}

.divcolumn .row {
  display: flex;
}

.divcolumn .column {
  flex: 50%;
}