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

*, *:before, *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
html { font-size:16px; line-height:1.5; overflow-x: hidden;  }
body { margin:0; padding:0; font-family: 'arial_novaregular';  color:#233447; overflow-x:hidden; -webkit-font-smoothing: antialiased;   }
input, button, select, textarea { font-family:inherit; font-size:inherit; line-height:inherit; }
:focus { outline:none; }
a { color:#EF5F2B; text-decoration:none; }
img { vertical-align:middle; border:none; max-width:100%; height:auto; }
hr { margin:30px 0; border:0; border-top:2px solid #f8f8f8; }
embed, iframe, object {	margin:0 0 20px; max-width:100%; }
b, strong { font-weight:700; }

h1, .heading-1, h2, .heading-2, h3, .heading-3, h4, .heading-4, h5, .heading-5, h6, .heading-6 { margin:0 0 15px; font-family:inherit; font-weight:400; line-height:1.1; color:#233447; font-family: 'arial_novabold'; }
h1 a, .heading-1 a, h2 a, .heading-2 a, h3 a, .heading-3 a, h4 a, .heading-4 a, h5 a, .heading-5 a, h6 a, .heading-6 a { color:inherit; }
h1, .heading-1 { /*font-size:130px;*/ font-size:5.5rem;  }
h2, .heading-2 { /*font-size:80px;*/ font-size:3.9rem; color:#EF5F2B; margin-bottom:2.188rem;  }
h3, .heading-3 { /*font-size:48px;*/ font-size:2.5rem; }
h4, .heading-4 { /*font-size:30px;*/ font-size:1.575rem; }
h5, .heading-5 { /*font-size:24px;*/ font-size:1.4rem; }
h6, .heading-6 { /*font-size:16px;*/ font-size:1.3rem; }


p { margin:0; margin-bottom:1.563rem; font-size:1rem; }
ol, ul { margin:0; margin-bottom:1.563rem;      font-size: 1.25rem; }

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarealabel { display:block; font-weight:600; font-size:16px; margin-bottom:5px; }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
	display:block;
	width:100%;
	margin:0;
	padding:1.5rem 2.25rem !important;
	background:#fff;
	color:#555;
	border:1px solid #e4e4e4;
	border-radius:0;
	font-size:14px;
	line-height:normal;
	font-weight:normal !important;  
	resize:none;
}
select { 	
	padding-right:40px; 
	background:url(../images/select.svg) no-repeat center right 15px #fff; 
	-webkit-appearance:none; 
	   -moz-appearance:none; 
	   		appearance:none;
}
select::-ms-expand { display:none; }
button, input[type="button"], input[type="submit"], .btn { 
	display:inline-block;
	max-width:100%;	
	margin:1.5rem 0 0;
	padding:1.375rem 2.5rem;
	background:#EF5F2B;
	color:#fff;
	border:none;
	border-radius:3.125rem;
	cursor:pointer;
	vertical-align:middle;	
	text-align:center;
	font-size:1.25rem;
	line-height:1.2;
	font-weight:400;
	font-family: 'arial_novabold';
	-webkit-appearance:none; 
	   -moz-appearance:none; 
	   		appearance:none;
	-webkit-transition:all .2s;
			transition:all .2s;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover, .btn:hover {
	background:#b03823;
	color:#fff;	
}

.gform_wrapper .gfield_required {color: #ef5f2b !important;}

.gform_wrapper.gravity-theme .gfield{
	margin-top: 1.5rem;
}
.blue_btn {  color:#fff; background:#233447; }  
.blue_btn:hover {  color:#fff; background:#EF5F2B; }  
.border_btn { padding:15px 40px; border: 2px solid #EF5F2B; color:#EF5F2B; background:transparent; font-size:1rem; }
.border_btn:hover { background:#EF5F2B; border-color:#EF5F2B; color:#fff; }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color:#233447; opacity:1; /* Firefox */ }
:-ms-input-placeholder { /* Internet Explorer 10-11 */ color:#233447; }
::-ms-input-placeholder { /* Microsoft Edge */ color:#233447; }

::-moz-selection { background:#EF5F2B; color:#fff; }
::selection { background:#EF5F2B; color:#fff; }

table { width:100%; margin:0 0 30px; padding:0; border-collapse:collapse; border:2px solid #F3F3F3; }
table th, table td { padding:15px 30px; text-align:left; line-height:normal; border:1px solid #F3F3F3; }
table th { background:#F9F9F9; }

blockquote { position:relative; margin:0 0 30px; padding:50px 50px 50px 160px; background:#EF5F2B; color:#fff; font-size:34px; line-height:1.6; font-weight:300; font-style:italic; }
blockquote:before { content:''; display:block; position:absolute; top:60px; left:60px; width:60px; height:49px; background:url(../images/blockquote.png) no-repeat; background-size:100% auto; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom:0; }

.container { width:1200px; margin:0 auto; }
.container:before, .container:after { content:""; display:table; }
.container:after { clear:both; }

.small_container { width:800px; margin:0 auto; max-width:100%; }
.small_container:before, .container:after { content:""; display:table; }
.small_container:after { clear:both; }

.alignnone { margin-bottom:30px; }
.alignleft { float:left; margin:0 30px 30px 0; }
.alignright { float:right; margin:0 0 30px 30px; }
.aligncenter { display:block; margin:0 auto 30px; }
.wp-caption { max-width:100%; margin-bottom:30px; }
.wp-caption .wp-caption-text { margin-bottom:0; padding:5px; font-style:italic; text-align:center; }

.typography div.gallery { margin:0 0 0 -24px !important; padding:0 !important; }
.typography div.gallery .gallery-item { margin:0 0 24px !important; padding:0 0 0 24px !important; }
.typography div.gallery .gallery-item img { width:100%; border:none !important; -webkit-transition:all .2s; transition:all .2s; }
.typography div.gallery .gallery-item .gallery-caption { display:none !important; }
.typography div.gallery .gallery-item .gallery-icon { overflow:hidden; }
.typography div.gallery .gallery-item .gallery-icon:hover img { -webkit-transform:scale(1.05); transform:scale(1.05); }

.typography ul { list-style:none; }
.typography ul ul { margin-bottom:0; }
.typography ul li { background:url(../images/list.png) no-repeat left 4px; padding-left:4rem; margin-top:5px; background-size:1.25rem auto; }
.typography ol { list-style:none; counter-reset:item; }
.typography ol ol { margin-bottom:0; }
.typography ol li { counter-increment:li; margin-top:5px; }
.typography ol ol li { padding-left:20px; }
.typography ol li:before { content:counter(item)'.'; counter-increment:item; display:inline-block; width:20px; font-weight:700; color:#EF5F2B; }

.error404 #content { padding:80px 0; text-align:center; }
.error404 #content h1, .error404 #content .h1 { font-size:11rem; color:#EF5F2B; }

.cookie-bar-bottom-left-block #catapult-cookie-bar { width:200px; padding:0 10px !important; text-align:center; font-size:14px; line-height:normal; }
.cookie-bar-bottom-left-block #catapult-cookie-bar h3 { display:none; }
.cookie-bar-bottom-left-block #catapult-cookie-bar a { text-decoration:underline; }
.cookie-bar-bottom-left-block #catapult-cookie-bar button#catapultCookie { margin:0; }

.wpforms-field { clear:both; }
.wpforms-form .wpforms-field label.wpforms-error { position:absolute; top:14px; right:0; font-size:12px; }


#menubtn { display:none; position:relative; margin:0; padding:0; width:25px; height:25px;  
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;

}
#menubtn span { display:block; position:absolute; height:4px; width:100%; background:#EF5F2B; border-radius:3px; opacity:1; left:0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#menubtn span:nth-child(1) { top:0; }
#menubtn span:nth-child(2), #menubtn span:nth-child(3) { top:8px; }
#menubtn span:nth-child(4) { top:16px; }
#menubtn.open span:nth-child(1) { top:8px; width:0%; left:50%; }
#menubtn.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#menubtn.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#menubtn.open span:nth-child(4) { top:8px; width:0%; left:50%; }



