@charset "utf-8";
/* CSS Document */
html,
body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	line-height: 1.4;
	font-size:18px;
	color: #0f1f3c;
	overflow-x: hidden; 
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #0f1f3c;
  margin-left: auto;
  margin-right: auto;
  margin-top: -25px;
}
h1, h2 {
	font-family: "Century Gothic";
	font-weight: normal;
}
.h2_b, #h2_c, .h2_bold {
	font-size: 28px;
    text-align: center;
	color: #a54542;
}
.h2_bold {
	color: #0f1f3c;
	font-weight: bold;
}
#kiww_img img {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.kiww_i {
	font-family: 'Libre Baskerville', cursive;
	color: #0f1f3c;
	text-align:center;
}
#h1_invest {
	font-size: 26px;
	font-weight: bold;
}
#soc_icons2 {
	display: inline-block;
	margin-bottom: 20px;
}
#soc_icons {
	display: inline-block;
	margin-bottom: 20px;
}
#fb-cont {
	margin-bottom: 20px;
}
#ebook_sect {
	overflow: hidden;
}
#ebook_dwnld {
	position: absolute;
    margin-top: -270px;
    margin-left: 575px;
}
#ebook_dwnld a {
	text-decoration: none;
	background-color: #a54542;
	color: white;
	font-size: 30px;
	padding-top: 20px;
	padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  	border-top-left-radius: 5px;
  	border-bottom-left-radius: 5px;
  	border-top-right-radius: 5px;
  	border-bottom-right-radius: 5px;
}
#ebook_dwnld img {
	vertical-align: bottom;
}
#call_us {
	margin-top: 40px;
}
#call_us a {
	text-decoration: none;
	background-color: #a54542;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  	border-top-left-radius: 5px;
  	border-bottom-left-radius: 5px;
  	border-top-right-radius: 5px;
  	border-bottom-right-radius: 5px;	
}
#call_us a:hover {
	background-color: #0f1f3c;
}

/*NEW CODE*/
.subscribe-btn {
padding: 15px 35px;
color: white;
background-color: #0f1f3c;
text-transform: uppercase;
border: 2px solid #a54542;
border-radius: 5px;
font-size: 16px;
text-decoration: none;
display: inline-block;
margin-top: 20px;
}
.forms_sub {
	border: solid thin #0f1f3c;
}
/*END NEW CODE*/

.phone_hover {
  position: relative;
  width: 150px;
  float: right;
  margin-left: 5px;
}
.phone_hover .image {
  display: block;
  height: auto;
}
.phone_hover .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #0f1f3c;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.phone_hover:hover .overlay {
  opacity: 1;
}
.phone_hover .text {
  color: white;
  font-size: 18px;
  text-decoration: underline;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 150px;
}
.text_center {
  position: absolute;
  width: 100%;
  top: 585px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-style: italic;
  font-family: arial;
  background-color: #161229;
  opacity: .80;
}
.text_center p {
	padding-left: 15px;
	padding-right: 15px;
  	font-size: 34px;
	opacity: 1;
}
#googt {
	margin-left: 73%;
}
#free-consult {
	background: #a54542;
	border-color: white;
	border-style: solid;
    color: #fff;
    text-align: center;
    width: 130px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 17px;
    line-height: 25px;
    padding: 10px;
    position: fixed;
    right: 0px;
	top: 50%;
    z-index: 9999;
}
#free-consult a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#free-consult:hover {
	background-color: #0f1f3c;
	opacity: 1;
}
.ctc-button:hover {
	background-color: #a54542;
	opacity: 1;
}
/*#news_button2 .ctc-button:hover {
	background-color: #a54542;
}
#news_button .ctc-button:hover {
	background-color: #a54542;
}*/
#logo img {
	width: 200px;
}
#header {
	background-color: white;
	width: 100%;
	height: 140px;
}
#main_top, #footer_top, #main_bottom {
	overflow: auto;
}
#main_top2 {
	background-color: #0f1f3c;
	margin-top: -20px;
	margin-bottom: -20px;
}
#main_top2 h1 {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #e2e5e9;
}
#footer-box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -40px;
}
#main_use {
	background-color: white;
}
.main_home {
	margin-top: -30px;	
}
#main_use2 {
	background-color: white;
	margin-top: -7px;
}
.main_use_text {
	background-color: white;
	overflow: auto;
}
#content_text p {
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
}
#content_text2 p {
	font-size: 18px;
}
#content_text h2, #content_text2 h2 {
	text-align: center;
}
#content_bottom {
	background-color: white;
	width: 1200px;
}
#bottom_photos {
	padding-bottom: 20px;
}
#myTopnav {
	display: none;
}
#logo, .main_use_text, #content_bottom {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#image_home1, #image_footer {
	margin-left: auto;
	margin-right: auto;
}

#main_top  {
	display: block;
	margin: 0 auto;
/*	margin-top: 40px;*/
}
#nes_logo img {
	width: 200px;
}
#nes {
	margin-left: auto;
    margin-right: auto;
    width: 650px;
    margin-bottom: 40px;
}
.slides {
	display: block;
	cursor: pointer;
	margin-left: auto;
	margin-right:auto;
}
.slides img {
	display: none;
}
.slides img:first {
	display: block;
}
.main_use_text {
	padding-top: 20px;
}
#main {
	margin-left: auto;
	margin-right: auto;
}
#logo img, #main_top, #main_use, #main_use2, #main_bottom {
    max-width: 100%;
}
#projects img, #logo img, .slides img, .rc_img img, #mapusa img, .stz_img img, .rc_photo img, .rc_photo2 img, #stz_img img, #stz_logo2 img, #stz_projects img, video, #gallery, .slides, .slides img, #gallery2, .slides2, .slides2 img, #seattle, .img_space img, .stz_space, #partners img, #five_steps img, .divider img, .ctc_asc img {
    max-width: 100%;
    height: auto;
}
h1 {
	font-size: 33px;
	text-align: center;
	font-weight: normal;
}
.main_use_text h1 {
	margin-top: -1px
}
#image_home1, #image_home2, #gallery, #image_footer {
	text-align: center;
}
.slides2 {
	margin-left: auto;
	margin-right: auto;
}
#main_image img, #main_image2, #footer_image {
	width: 100%;
    object-fit: cover;
    height: 520px;
}
#main_image2 {
	height: 380px;
}
#footer_image {
	height: 374px;
}
#main_use_text {
	text-align: center;
}
#menu-box{
	margin-top: -90px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 99;
}
#menu-tabs {
	width: auto;
	font-size: 14px;
	text-align: right;
	position: relative;
	font-weight:bold;
}
#menu-tabs li a {
	color: #0f1f3c;
	text-decoration:none;
}
#menu-tabs li {
	padding-left: 8px;
	padding-right: 8px;
}
#menu-tabs a:hover, #menu-tabs2 a:hover {
	color: #a54542;
}
#active a:visited, #active a:active {
	color: #a54542;
}
nav > ul > li > ul > li > a:active, nav > ul > li > ul > li > a:visited {
	color: #a54542;
}
a:link {
	color: #a54542;
}
#h1_main {
	position: absolute;
    margin-top: -121px;
	color: #a54542;
	font-style: italic;
	margin-left: 39%;
}
#h1_main p {
	line-height: 1.1;
	font-family: "Arial";
	font-size: 35px;
	text-align: center;
}
nav {
	margin-top: 61px;
}
nav li {
    display: inline-block;
    list-style-type: none;
    position: relative;
}
.menu-drop ul {
    display: none;
    position: absolute;
}
nav li:hover > ul {
    display: block;
}
.menu-drop li a {
    text-align: center;
    display: block;
	text-decoration: none;
	font-size: 17px;
}
.menu-drop li {
	background-color: #0f1f3c;
	padding: 8px 8px 8px 8px;
	width: auto;
	width: 140px;
	border:1px;
	border-style:solid;
	border-color:#fff;
}
.menu-drop ul li {
	background-color: #0f1f3c;
}
.menu-drop ul li a {
	font-size: 15px;
}
#bottom_photos p {
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
}
#content_bottom p {
	text-align: justify;
}
#content_text, #content_text2 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content_bottom h1 {
	color: #0f1f3c;
	font-size: 35px;
}
#content_bottom #h2_a {
	color: #0f1f3c;
	font-size: 35px;
	padding-top: 40px;
}
#warning h2 {
	color: #C5A580;
	font-size: 20px;
	padding-top: 20px;
	text-align: center;
}
#contact li {
	display: block;
	list-style-type: none;
	text-align: center;
	font-size: 22px;
}
.img_wrap img {
    padding-bottom: 20px;
}
#steve2 img {
	padding-right: 20px;
	padding-bottom: 10px;
}
#steve, #mark, #diana, #nancy, #sante, #tc, #thomas, #andrew, #neil, .img_wrap, #languages {
	margin-bottom: 40px;
}
.gold_icons .img_wrap {
	margin-bottom: 0;
}
#steve img, #mark img, #diana img, #sante img, #tc img, #thomas img, #andrew img, #nancy img, #neil img {
	padding-right: 20px;
}
.text_b {
    margin-left: auto;
    margin-right: auto;
	margin-top: 40px;
}
#mapusa {
	text-align: center;
	margin-top: 40px;
	margin-bottom: -20px;
}
#mapusa img {
	width: 600px;
}
#mapusa2 {
	text-align: center;
}
#uscis {
	text-align: center;
	margin-top: 40px;
}
#uscis img {
	width: 200px;
}
#partners {
	text-align: center;
}
#partners img {
	width: 285px;
}
iframe {
    max-width: 100%;
    max-height: 100%;
}
#videogroup {
	text-align: center;
}
#videogroup video {
	width: 500px;
	padding-left: 10px;
	padding-right: 10px;
}
#videogroup video {
	max-width: 100%;
	height: auto;
}
.news_h3 {
	margin-bottom: -20px;
	text-align: center;
	color: #a54542;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none
}
.news_video {
	display: inline-block;
}
#newslink img {
	width: 100%;
	height: 176px;
	object-fit: cover;
}
#eb5_about_video {
	margin-top: 0;
}
#eb5_about_video .news_video h2 {
	text-align: center;
	font-weight: bold;
}
#transcript1 {
	margin-top: 10px;
}
#transcript1 p {
	font-size: 14px;
}
#address {
	margin-top: 40px;
}
#address p {
	text-align: center;
	font-size: 1.176rem;
	color: #0f1f3c;
	font-weight: bold;
}
.disclaimer {
	background-color: #0f1f3c;
    color: darkgray;
	font-size: 13px;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
#copy p {
	text-align: center;
	color: darkgray;
	font-size: 16px;
}
#claim {
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
}
#list1 {
	font-size: .850rem;
}
#list1 li {
	float: left;
}
ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}
li {
	display: inline;
}
.bullet_list ul, .bullet_list2 ol {
	margin-left: 40px;
}
.bullet_list li {
	display: list-item;
	list-style-type: disc!important;
}
.bullet_list2 li {
	display: list-item;
}
.panel .bullet_list, .panel .bullet_list2 {
	margin-bottom: 20px;
}
.TextwrapLeft {
    float: left;
}
.TextwrapRight {
    float: right;
}
.photo li, .rc_photo li {
	display: block;
	text-align: center;
}
.rc_photo ul {
	margin-top: 3px;
}
.rc_photo li {
	font-size: 16px;
	font-weight: bold;
	margin-top: -8px;
}
.rc_photo, .rc_photo2, .rc_photo3, .ctc-button {
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
	text-align: center;
	width: 350px;
	padding-left: 10px;
	padding-right: 10px;
}
.gold_icons .rc_photo2 {
	width: 260px;
}
.rc_photo3, .rc_photo3 img {
	width: 500px;
}
.ctc-button {
	width: 246px;
}
.rc_photo2 {
	margin-left: 20px;
	margin-right: 20px;
}
.gold_icons h2 {
	font-size: 20px;
	font-weight: bold;
	color: #0f1f3c;
	margin-top: -5px;
}
.gold_icons h3 {
	font-size: 24px;
	font-weight: bold;
	color: #0f1f3c;
	margin-top: -5px;
}
.gold_icons .rc_photo2 p {
	text-align: center!important;
	margin-top: -10px;
	font-size: 20px;
}
.gold_icons, #bottom_photos {
	text-align: center;
}
#form_checkbox1, #form_checkbox2 {
	margin-left: 40px;
	margin-bottom: 10px;
}
#photocredit_ctr {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
.read p {
    font-size: 15px;
    margin-top: 0;
}
#slidingDiv h3, #slidingDiv2 h3, #slidingDiv3 h3, #slidingDiv4 h3, #slidingDiv5 h3, #slidingDiv6 h3, #slidingDiv7 h3 {
	color: black;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	font-size: 20px;
}
#slidingDiv p, #slidingDiv2 p, #slidingDiv3 p, #slidingDiv4 p, #slidingDiv5 p, #slidingDiv6 p, #slidingDiv7 p { 
	font-size: 16px;
	text-align: left;
}
.hdr_h2_b h2 {
    font-size: 24px;
	margin-top: 40px;
	margin-bottom: 2px;
}
.hdr_h2_c, .hdr_h2_e {
	color: #a54542;
}
#rclist {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
#rclist p {
	text-align: left;
}
#rclist h2 {
	color: #0f1f3c;
	font-weight: bold;
}
#rclist h2, #rclist h3, .hdr_h2_e {
	text-align: center;
}
#rclist h3 {
	font-weight: normal;
	font-size: 16px;
}
#rclist a {
	color: #a54542;
}
#rclist a:hover, .bottom_news img:hover, #soc_icons img:hover, #soc_icons2 img:hover, #fb-cont img:hover, #five_steps img:hover, .divider h2:hover {
	opacity: .60;
}
.text-block p {
	font-size: 18px;
	color: black;
	text-align: center;
}
blockquote {
	font-size: 20px;
	font-style: italic;
    background: #F7F7F7;
    border-left: 20px solid #0f1f3c;
    margin: 1.5em 10px;
    padding: 15px;
	text-align: justify;
}
#iiusa {
	text-align: center;
	margin-top: 60px;
}
.ph_nbr {
	text-decoration: underline;
}
#address li {
	font-size: 16px;
	color: #373737;
}
.photos_sect {
	text-align: center;
}
.photo2 {
	text-align: center;
}
.photo2 p {
	font-size: 16px;
	line-height: 6px;
}
.photo2 {	
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
	text-align: center;
	width: 237px;
}
.photos_sect {
	padding-bottom: 20px;
}
#googlemap {
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
 	text-decoration:none;
	overflow:hidden;
	height:300px;
	width:500px;
}
#address p {
	text-align: center;
	font-size: 24px;
}
footer {
	margin-left: auto;
	margin-right: auto;
}
#footer-box { 
	background-color: white;
	text-align: center;
	width: 100%;
}
#footer-box h2 {
	color: #0f1f3c;
	font-weight: bold;
	font-size: 22px;
	padding-top: 20px;
	text-decoration: none;
}
#footer_address {
	margin-top: -20px;
	margin-bottom: -20px;
}
#footer_address p {
	color: white;
}
#footer_address h2 {
	margin-top: 20px;
}
.h2_b, #h2_c, .h2_bold, #footer-box .h2_bold, #footer_box .h2_b {
	font-size: 28px;
    text-align: center;
	color: #a54542;
}
.h2_bold, #footer-box .h2_bold {
	color: #0f1f3c;
	font-weight: bold;
}
.ctc-button {
	background-color: #0f1f3c;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 18px;
    line-height: 25px;
    padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
	margin-bottom: 5px;
}
#news_button2 .ctc-button  {
	background-color: #0f1f3c;
	width: 300px;
	border: 2px solid #f00;
	border-radius: 6px;
}
#news_button3 .ctc-button  {
	background-color: white;
	border: 2px solid #f00;
	color: #0f1f3c;
}
#news_button .ctc-button {
	background-color: #a54542;
	width: 300px;
}
#news_button2 .ctc-button {
	width: 400px;
}
#news_button3 .ctc-button {
	width: 246px;
}
.about_button {
	text-align: center;
	padding-bottom: 40px;
}
.about_button a, #news_button a, #news_button2 a, #news_button3 a {
	color: white;
	text-decoration: none;
}
#news_button {
	text-align: center;
	margin-top: -40px;
}
#news_button2, #news_button3 {
	text-align: center;
}
#menu2 {
	color: #0f1f3c;
	text-align: center;
}
#menu2 li a {
	color: darkgray;
	text-decoration: underline;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #abafb3;
	border-top: 1px solid #c0c5c9;
    margin: 1em 0;
    padding: 0;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.copy p {
	margin-top: 40px;
	font-size: 18px;
}
#videogroup p {
	text-align: center;
	margin-bottom: 0;
}
#rc_h1 {
	font-weight: bold; 
	text-align: center;
	margin-top: 20px;
}
#rc_hdr h2 {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 40px;
	text-decoration: none;
	text-align: center;
	color: #0f1f3c;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 0;
}
#seattle_h1 h1 {
	 margin-top: -40px;
}
#humanitarian {
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.hdr_h3_a h3 {
    font-size: 14px;
	color: #0f1f3c;
    margin-top: -20px;
    font-weight: normal;
	text-align: center;
}
#gallery2 p {
	text-align: center;
}
#what_is_eb5 h2 {
    font-size: 26px;
	color: #a54542;
}
.desc {
    background-color: #f6f6f6;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px;
    border-style: solid;
	color: #a54542;
    margin-top: 40px;
}
.desc h3 {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
	color: #0f1f3c;
}
#buttons, #buttons_mobile {
	text-align: center;
	display: inline;
}
#buttons p, #buttons_mobile p {
	font-size: 17px;
	text-align: center;
	font-weight: bold;
}
#buttons li, #buttons_mobile li {
	display: inline-block;
	width: 114px;
	height: 35px;
	text-align: center;
	background-color: #f6f6f6;
    padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	margin-left:5px;
	margin-right:5px;
    border: 1px;
    border-style: solid;
    border-color: #8C0000;
	vertical-align: top;
	font-size: 14px;
	text-decoration: none;
	color: #0f1f3c;
}
#buttons a, #buttons_mobile a {
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #1a3668;
	line-height: .50;
}
#buttons ul, #buttons_mobile ul {
	padding-left: 0;
}
#btn0, #btn1, #btn2, #btn3, #btn4 {
	text-align: center;
}
#btn0 p, #btn1 p, #btn2 p, #btn3 p, #btn4 p {
	text-align: justify;
}
#legend #buttons li a {
	text-decoration: none;
	color: black;
}
#legend #buttons li:nth-child(1) {
	background-color: #A6B09F;
}
#legend #buttons li:nth-child(2) {
	background-color: #E2BB8B;
}
#legend #buttons li:nth-child(3) {
	background-color: #ACACBD;
}
#legend #buttons li:nth-child(4) {
	background-color: #FFE9C7;
}
#legend #buttons li:nth-child(5) {
	background-color: #B88D7E;
}
#legend #buttons li:nth-child(6) {
	background-color: #71A4C1;
}
#IA:hover, #LA:hover, #WA:hover, #NY:hover, #NJ:hover, #CT:hover, #DE:hover, #MD:hover, #MN:hover, #MA:hover, #NH:hover, #RI:hover, #VA:hover,
#TX:hover, #OK:hover, #LA:hover, #MO:hover, #IL:hover, #WI:hover, #IN:hover, #MI:hover, #OH:hover,
#FL:hover, #GA:hover, #SC:hover, #NC:hover, #PA:hover, #CA:hover, #NV:hover, #AZ:hover, #CO:hover,
#KS:hover, #NM:hover, #KY:hover, #TN:hover, #AR:hover, #MS:hover, #AL:hover, #OR:hover, #ID:hover, #MT:hover, #UT:hover, #WY:hover {
  opacity: .65;
}
#buttons li:hover {
  opacity: .65;
}
#l_smrc:hover {
  opacity: .65;
}
#l_scrc:hover {
  opacity: .65;
}
#l_sdrc:hover {
  opacity: .65;
}
#l_sacrc:hover {
  opacity: .65;
}
#l_swrc:hover {
  opacity: .65;
}
.welcome-text2 h2 {
	padding-top: 20px;
	color: #a54542;
}
.welcome-text2 p {
	margin-left: auto;
	margin-right: auto;
}
.rc_projects {
	width: 83%;
	margin-left: auto;
	margin-right: auto;
}
#projects {
	width: 83%;
    margin-left: auto;
    margin-right: auto;
}
.guarantee {
	margin-left: 56px;
}
.guarantee p {
	text-align: center;
	font-size: 18px;
	color: #a54542;
	font-weight: bold;
}
.guarantee ul li {
	display: block;
	display: list-item;
	list-style-image: url(../images/checkmark.png);
	text-align: left;
}
.guarantee ul {
	display: block;
    list-style-type: disc;
}
.guarantee ul li ul li {
	list-style-type:disc;
	list-style-image: none;
	margin-left:20px;
}
#stamp1, #stamp2, #stamp3 {
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
    text-align: center;
    width: 320px;
}
#stamp1 ul, #stamp2 ul, #stamp3 ul {
    margin-top: 3px;
	width: 265px;
	margin-left: 25px;
}
#stamp1 li:nth-child(1), #stamp2 li:nth-child(1), #stamp3 li:nth-child(1) {
    font-weight: bold;
	text-align: center;
}
#stamp1 p:nth-child(2), #stamp2 p:nth-child(2), #stamp3 p:nth-child(2), #stamp1 p:nth-child(3), #stamp2 p:nth-child(3), #stamp3 p:nth-child(3) {
    font-size: 15px;
	text-align: center;
}
.goldstamp ul {
    text-align: center;
}
#contact_address p {
	text-align: center;
}
.divider {
	text-align: center;
	margin-top: 20px;
}
.divider img {
	width: 500px;
}
.divider h2 {
	color: #0f1f3c;
	font-weight: normal;
}
a {
outline: none;
}
/* MOBILE MENU START */
#myTopnav {
	z-index: 1;
}
.fa {
    padding-right: 20px;
}
.topnav {
	display: block;
	background-color: #e2e5e9;
	background-color: #0f1f3c;
    overflow: hidden;
	border-width:1px;
	border-style:solid;
	border-color:white;
}
.topnav a:nth-child(1) {
	font-size: 20px;
}
.topnav a:nth-child(2), .topnav a:nth-child(3), .topnav a:nth-child(4), .topnav a:nth-child(5), .topnav a:nth-child(6), .topnav a:nth-child(7), .topnav a:nth-child(8), .topnav a:nth-child(9),
.topnav a:nth-child(10), .topnav a:nth-child(11), .topnav a:nth-child(12) {
	color: #0f1f3c;
	color: white;
	border-width:1px;
	border-style:solid;
	border-color:#0f1f3c;
	border-color: #e2e5e9;
}
.topnav a {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
}
.topnav a:hover {
    background-color: #e2e5e9;
    color: #0f1f3c;
}
.active {
    background-color: white;
}
.topnav.responsive a {
	padding-left: 10px;
}
#myTopnav .active {
    color: #a54542;
}
.topnav .icon {
    display: none;
}
.welcome-text3 p {
	font-size: 21px!important;
	background-color: #e2e5e9;
	padding-top:20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
.accordion {
  background-color: #0f1f3c;
  color: #ccc;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border:1px;
  border-style:solid;
  border-color:#ccc;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
}
.active, .accordion:hover {
  background-color: #e2e5e9;
  color: #0f1f3c;
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#main .b-right h4 {
    width: auto!important;
}
.b-2-columns{
	clear:both;
	overflow:hidden;
	margin-top: 40px;	
	margin-bottom: 40px;	
}
.b-2-columns .b-left,
.b-2-columns .b-right{
	float:left;
}
@font-face {
    font-family: baskR;
    src: url("../fonts/LibreBaskerville-Regular.ttf")
}
@font-face {
    font-family: baskI;
    src: url("../fonts/LibreBaskerville-Italic.ttf")
}
@font-face {
    font-family: baskB;
    src: url("../fonts/LibreBaskerville-Bold.ttf")
}

/* MOBILE MENU END */
@media screen and (max-width: 1600px){
	#googt {
		margin-left: 77%;
	}	
}
@media screen and (max-width: 1280px){
	#googt {
    	margin-left: 84%;
	}
	#content_bottom, #bottom_photos, .main_use_text {
		width: 1200px;
	}
}
@media screen and (max-width: 1200px){
	.b-2-columns .b-left,
	.b-2-columns .b-right{
		float:none;
		width:95%;
		margin: 0 auto;
	}
	#googt {
		margin-left: 83%;
	}
	#googlemap {
		width: 393px;
	}
	#menu-box {
		padding-left: 22px;
	}
	#logo, #content_bottom, #bottom_photos, .main_use_text, #menu-box {
		width: 1100px;
	}
		#content_bottom, #bottom_photos, .main_use_text {
		width: 1100px;
	}
	.rc_projects  {
		width: 90%;
	}
	.rc_photo2 {
   	 	margin-left: 10px;
    	margin-right: 10px;
		padding-left: 0;
		padding-right: 0;
	}
	#stz_projects .img_space p {
		width: 90%;
	}
	.img_space p {
		padding-left: 40px;
		padding-right: 40px;
	}
	#rc_newsgroup2 .rc_photo2, #rc_newsgroup2 .rc_photo2 img, #rc_newsgroup3 .rc_photo2, #rc_newsgroup3 .rc_photo2 img {
		width: 295px;
	}
	#rc_newsgroup2 .rc_photo2 h3, #rc_newsgroup3 .rc_photo2 h3 {
		width: 285px;
	}
	#rc_newsgroup2 h3, #rc_newsgroup3 h3 {
		font-size: 25px;
	}
}
@media screen and (max-width: 1128px){
  #h1_main p {
		font-size: 30px;
 }
}
@media screen and (max-width: 1024px){
  nav {
	  display: none;
  }
  #h1_main p {
		font-size: 30px;
 }
  #myTopnav {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
 }
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: left;
	padding-top: 11px;
	padding-left: 15px;
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    left: 0;
    top: 0;
	margin-left: 15px;
  }
	.topnav a.icon {
		font-size: 20px;
	}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
	.fa-bars {
		color: #a54542;
	}
	#googt {
    	top: 0;
    	margin-left: 83%;
	}
	#ebook_dwnld {
	    margin-left: 472px;
	}
	.text_b p {
		font-size: 20px!important;
	}
  	#h1_main {
    	margin-top: -92px;
	}
	#logo, #content_bottom, #bottom_photos, .main_use_text {
		width: 980px;
	}
	#main_top_h1 {
		margin-left: 20px;
		margin-right: 20px;
	}
	.rc_projects {
    	width: 100%;
		padding-left: 0!important;
	}
	#stz_projects .img_space p {
		width: 100%;
		padding-left: 0;
	}
	#rc_newsgroup2 .rc_photo2, #rc_newsgroup2 .rc_photo2 img, #rc_newsgroup3 .rc_photo2, #rc_newsgroup3 .rc_photo2 img {
		width: 275px;
	}
	#rc_newsgroup2 .rc_photo2 h3, #rc_newsgroup3 .rc_photo2 h3 {
		width: 265px;
		font-size: 22px;
	}
	.rc_photo3, .rc_photo3 img {
    	width: 465px;
	}
	#stamp1, #stamp2, #stamp3 {
		width: 300px;
	}
	.text_center {
		top: 564px;
	}
	.text_center p {
		font-size: 33px;
	}
}
@media screen and (max-width: 980px){
	#logo, #content_bottom, #bottom_photos, .main_use_text {
		width: 900px;
	}
	.rc_photo3, .rc_photo3 img {
    	width: 460px;
	}
	#h1_main p {
		font-size: 28px;
	}
	.disclaimer {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gold_icons .rc_photo2 {
    	width: 235px;
	}
	#stamp1, #stamp2, #stamp3 {
    	width: 280px;
	}
	#stamp1 ul, #stamp2 ul, #stamp3 ul {
	    margin-left: 8px;
	}
	#rc_newsgroup2 .rc_photo2, #rc_newsgroup2 .rc_photo2 img, #rc_newsgroup3 .rc_photo2, #rc_newsgroup3 .rc_photo2 img {
    	width: 225px;
	}
	#rc_newsgroup2 .rc_photo2 h3, #rc_newsgroup3 .rc_photo2 h3 {
		width: 215px;
		font-size: 16px;
	}
	.rc_photo3, .rc_photo3 img {
    	width: 425px;
	}
	.bottom_news {
		margin-top: 20px;
	}
	.text_center p {
    	font-size: 32px;
	}
}
@media screen and (max-width: 960px){
	#googt {
    	margin-left: 81%;
	}
}
@media screen and (max-width: 896px){
	#logo, #content_bottom, #bottom_photos, .main_use_text {
		width: 824px;
	}
	#ebook_dwnld {
    	margin-left: 400px;
	}
}
@media screen and (max-width: 853px){
	#logo, #content_bottom, #bottom_photos, .main_use_text {
		width: 768px;
	}
	#content_text2 {
		padding-top: 0;
	}
	#rc_hdr h2 {
		width:auto;
	}
	.text-block p, blockquote {
		text-align: left;
		font-size: 16px;
	}
	blockquote {
		border-left: 10px solid #0f1f3c;
	}
	#ebook_dwnld {
    	margin-left: 410px;
	}
	#ebook_dwnld a {
    	font-size: 24px;
	}
}
@media screen and (max-width: 850px){
	#googt {
    	margin-left: 79%;
	}
}
@media screen and (max-width: 847px){
}
@media screen and (max-width: 824px){
	#googt {
    	margin-left: 79%;
	}
}
@media screen and (max-width: 812px){
	#logo, #content_bottom, #bottom_photos, .main_use_text {
		width: 768px;
	}
}
@media screen and (max-width: 800px){

	#h1_main p {
		font-size: 29px;
	}
	.rc_photo2 {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media screen and (max-width: 768px){
    #main p, .rc_photo3 p, .disclaimer p {
		text-align: left;
	}
	#copy p {
		text-align: center;
	}
	#footer_address p {
		text-align: center;
	}
	#logo {
		width: 100%;
	}
	#ebook_dwnld {
    	margin-left: 46px;
    	margin-top: -636px;
	}
	#header {
		height: auto;
		overflow:auto;
	}
	#googt {
		margin-left: 77%;
	}
	#h1_main {
		position: relative;
		margin: 0;
		text-align: center;
		margin-top: -16px;
	}
  	#h1_main p {
		font-size: 25px;
 	}
	#h2_b, #h2_c {
    	font-size: 25px;
	}
	#address p {
		text-align: center;
	}
	.gold_icons p {
		text-align: center;
	}
  	#logo {
		position: relative;
    	margin-left: 0%;
		text-align: center;
	}
	#main_use2 {
		margin-top: -25px;
	}
	#content_bottom, #bottom_photos, .main_use_text {
		width: 700px;
	}
	.rc_photo2, .rc_photo3 {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.rc_photo3 {
		padding-top: 0;
	}
	#content_bottom #h2_a {
		font-size: 29px;
		padding-top: 20px;
	}
	#seattle_h1 h1 {
		padding-top: 40px;
	}
	#buttons p {
		text-align: center;
	}
	.news_video p {
		text-align: center!important;
	}
	.hdr_h2_d {
		font-size: 20px;
	}
	#contact_address p {
		text-align: center;
	}
	#rc_hdr {
		margin-top: -20px;
	}
	#rc_hdr h2 {
		width: auto;
		font-size: 23px;
	}
	#image_home1 p {
		text-align: center;
	}
	.text_center {
		top: 615px;
	}
	.text_center p {
		text-align: center!important;
	}
	.hdr_h2_b h2 {
    	font-size: 20px;
	}
	.h2_b, #h2_c, .h2_bold, #footer-box .h2_bold, #footer_box .h2_b {
    	font-size: 26px;
	}
}
@media screen and (max-width: 740px){
}
@media screen and (max-width: 736px){
	#content_bottom, #bottom_photos, .main_use_text {
		width: 680px;
	}
	#googt {
    	margin-left: 76%;
	}
	.text_center p {
    	font-size: 28px;
	}
}
@media screen and (max-width: 732px){
}
@media screen and (max-width: 684px){
	#content_bottom, #bottom_photos, .main_use_text {
		width: 630px;
	}
	#googt {
    	margin-left: 74%;
	}
	.text_center p {
    	font-size: 27px;
	}
	.about_button .ctc-button {
		margin-left: 0;
		margin-right: 0;
	}
	#projects {
		width: 100%;
	}
	#nes {
		width: 100%;
	}
	#nes_logo .TextwrapLeft {
		float: none;
	}
	#nes_logo {
		text-align: center;
	}
	h3 {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 667px){
}
@media screen and (max-width: 640px){
	#content_bottom, #bottom_photos, .main_use_text {
		width: 576px;
	}
	.about_button .ctc-button {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	#buttons li {
		padding-left: 0;
		padding-right: 0;
	}
	#content_text p {
		padding-left: 0;
		padding-right: 0;
	}
	.welcome-text3 p {
		font-size: 18px!important;
	}
	#rclist {
		width: 85%;
	}
}
@media screen and (max-width: 600px){
	#googt {
    	margin-left: 72%;
	}
	#h1_main p {
    	padding-left: 10px;
    	padding-right: 10px;
	}
	.panel h2, .panel p {
		font-size: 16px!important;
	}
	#legend #buttons li {
		line-height: 1.2;
	}
	#legend #buttons li a {
		font-size: 13px;
	}
	#faq_sect button {
		font-size: 16px;
	}
	#content_bottom h1 {
    	font-size: 32px;
	}
	#content_bottom, #bottom_photos, .main_use_text {
    	width: 520px;
	}
	.bullet_list2 ol {
		margin-left: 0;
	}
	.h2_b, #h2_c, .h2_bold, #footer-box .h2_bold, #footer_box .h2_b {
    	font-size: 24px;
	}
}
@media screen and (max-width: 568px){
	#content_bottom, #bottom_photos, .main_use_text {
		width: 480px;
	}
	.text_center {
		top: 660px;
	}
	#main_use2 {
		margin-top: -17px;
	}
	#logo {
		padding-top: 20px;
	}
	#googt {
    	margin-left: 67%;
	}
	#content_bottom #h2_a {
		font-size: 25px;
	}
	#h1_invest {
		font-size: 23px;
	}
	#h2_b, #h2_c {
		font-size: 23px;
	}
	.main_use_text {
		display: block;
	}
	#image_home2, #gallery {
		margin-top: -5px;
	}
	#content_bottom p, li, .text_b p {
		font-size: 16px!important;
	}
	.ctc-button {
		margin-left: 0;
		margin-right: 0;
	}
	#videogroup video {
    	width: 450px;
		padding-left: 0;
		padding-right: 0;
	}
	.img_wrap .TextwrapLeft {
		float: none;
	}
	#rc_hdr h2 {
		font-size: 19px;
	}
	#h2_b br{
		display: none;
	}
	#h2_b {
		margin-left: 10px;
		margin-right: 10px;
	}
	#content_text, #content_text2 {
		padding-left: 0;
		padding-right: 0;
	}
	.hdr_h2_b h2 {
    	font-size: 16px;
	}
	.h2_b, #h2_c, .h2_bold, #footer-box .h2_bold, #footer_box .h2_b {
    	font-size: 20px;
	}
}
@media screen and (max-width: 520px){
}
@media screen and (max-width: 480px){
	#content_bottom, #bottom_photos, .main_use_text {
		width: 440px;
	}
	#news_button2 .ctc-button {
    	width: 355px;
	}
}
@media screen and (max-width: 414px){
	#content_bottom, #bottom_photos, .main_use_text {
		width: 380px;
	}
	#ebook_dwnld {
    	margin-left: 23px;
	}
	#faq_sect button {
    	font-size: 14px;
	}
	.accordion:after {
  		margin-right: 5px;
	}
	.rc_photo {
		display: block;
		width: 300px;
		padding-left: 0;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.rc_photo img {
		width: 300px;
	}
	.rc_photo3, .rc_photo3 img {
		width: 345px;
	}
	#news_button2 .ctc-button {
	    width: 295px;
	}
	#formBox {
		width: 290px!important;
    	padding: 20px!important;
	}
	#main_use2 {
		margin-top: 0;
	}
	#googt {
    	margin-left: 54%;
	}	
	#content_bottom #h2_a {
		font-size: 23px;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: -20px;
	}
	#content_bottom {
		padding-top: 10px;
	}
	#soc_icons {
		margin-left: 0;
	}
	#footer-box .h2_b {
		text-align: left;
		margin-left: 20px;
	}
	#rc_h1 h1 {
		margin-top: -40px;
	}
	#rc_hdr h2 {
		font-size: 17px;
	}
	#h1_main p {
    	font-size: 23px;
	}
}
@media screen and (max-width: 412px){
}
@media screen and (max-width: 400px){
	#content_bottom, #bottom_photos, .main_use_text {
		width: 366px;
	}
	#googt {
    	margin-left: 56%;
	}
	#ebook_dwnld {
    	margin-left: 15px;
	}
	.ebook img {
		margin-left: -20px;
	}
}
@media screen and (max-width: 375px){
	#content_bottom, #bottom_photos, .main_use_text {
		width: 341px;
	}
	.rc_photo2, .rc_photo2 img, .rc_photo3, .rc_photo3 img {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	#freeDownloadBTN {
		height: 55px!important;
		line-height: 1.5!important;
	}
	#googt {
    	margin-left: 53%;
	}
	.ebook img {
    	margin-left: -38px;
	}
	#ebook_dwnld {
    	margin-left: 28px;
	}
	#ebook_dwnld a {
    	font-size: 20px;
	}
/*	#soc_icons {
    	margin-left: 10px;
	}*/
	#news_button .ctc-button, #news_button2 .ctc-button {
		width: 264px;
	}
}
.c-form input[type="text"], .c-form input[type="email"],	.c-form textarea,	.c-form div,	.b-right h4,	.b-right p {
 font-family: Arial, sans-serif;
 font-size: 14px;
}
.c-form input[type="text"], .c-form input[type="email"],	.c-form textarea {
 width: 100%;
 box-sizing: border-box;
 padding: 8px;
 border: 1px solid #cfcfcf;
}
.c-form input[type="text"], .c-form input[type="phone"],	.c-form textarea,	.c-form div,	.b-right h4,	.b-right p {
 font-family: Arial, sans-serif;
 font-size: 14px;
}
.c-form input[type="text"], .c-form input[type="phone"],	.c-form textarea {
 width: 100%;
 box-sizing: border-box;
 padding: 8px;
 border: 1px solid #cfcfcf;
}
.c-form textarea {
 height: 193px;
}
.tb {
 margin-bottom: 15px;
}
.tb,	.form-row {
	clear: both;
 overflow: hidden;
}
.form-row {
 padding: 1.1% 1%;
}
.b-left,	.two-cols .f-col {
 float: left;
 overflow: hidden;
}
.b-left{
 width: 50%;
}
.two-cols .f-col:first-child {
 width: 50%;
}
.two-cols .f-col:last-child {
 width: 40%;
 margin-left: 10%;
}
.b-right, .c-form {
 background-color: #eee;
}
.b-right form {
 padding: 12px;
 margin-top: 18px;
}
.success-message{
	padding: 85px 25px;
}
.subm {
 text-align: center;
}
input[type="submit"] {
 padding: 10px 35px;
 color: #999;
 background-color: #fff;
 text-transform: uppercase;
 border: 1px solid #cfcfcf;
 font-size: 12px;
}
input[type="submit"]:hover {
 background-color: #959494;
 color:#fff;
 cursor:pointer;
}
.b-right h4,	.b-right p {
 color: #000;
 text-align: center;
 padding: 0;
}
.b-right h4 {
 font-size: 18px;
 text-transform: uppercase;
 margin: 10px 0 0 0;
 font-weight: normal;
}
.flytr{
	display:none!important
}
	.popup-module,
	#subscribeBox,
	#sorryBox{
		position: fixed;
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 99999;
	}
	.popup{
		background: rgba(0,0,0,.3);
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity .5s, visibility 0s linear .5s;
		transition: opacity .5s, visibility 0s linear .5s;
		z-index: 1;
	}
	.popup.opened {
		  visibility: visible;
		  opacity: 1;
		  -webkit-transition-delay: 0s;
		  transition-delay: 0s;
	}
	#subscribeBoxInner,
	.subscribeBoxInner{
		background-color: rgba(0,0,0,0.5);
		height: 100%;
		width: 100%;
	}
	#formBox .close,
	.inner-box .close,
	#popup_contact .close{
		position: absolute;
		right: 15px;
		top: 15px;
		text-decoration: none;
	}
	#formBox,
	.inner-box{
		position:absolute;
		left:50%;
		top:50%;
		transform: translate(-50%,-50%);		
		background-color: #eee;
		display: inline-block;
		padding: 0 50px;
		width: 450px;	
		border-radius: 8px;
		max-height: calc(100vh - 10px);
		overflow-y: auto;
	}
	#formBox .two-cols{
		clear:both;
		overflow: hidden;
	}
	.err-mess{
		color: red;
	}
	#formBox .two-cols div{
		width:50%;
		float: left;
	}
	#progress,
	.progress{
		display:none;
	}
	#warningBox p.warning-btn{ 
		padding: 15px 35px;
		background-color: #e2e5e9;
    	color: #0f1f3c;
		border: 2px solid #a54542;
		font-size: 16px;
		border-radius: 6px;
		text-decoration: none;
		margin-top: -15px;
	}
.warning-btn a {
    color: #0f1f3c;
	font-weight: bold;
	font-size: 14px;
}
	#contactTop .blue-btn,
	#subscribeBox .blue-btn,
	#subBox a.blue-btn, 
	#downloadButtonBox a.blue-btn{ 
		padding: 15px 35px;
		color: #fff;
		background-color: #0F1F3C;
		text-transform: uppercase;
		border: 2px solid #a54542;
		font-size: 16px;
		border-radius: 6px;
		text-decoration: none;
		display: inline-block;
		margin-top: 20px;
	}
	#contactTop .blue-btn,
	#subscribeBox .blue-btn{
		padding: 8px 35px;
		font-size: 14px;
	}
	#contactTop .blue-btn:hover,
	#subscribeBox .blue-btn:hover,
	#subBox a.blue-btn:hover,
	#downloadButtonBox a.blue-btn:hover{
		background: #a54542;
	}
	#subBox #contact {
		text-align: center;
	}
	#contactTop {
		margin-top: 20px;
	}
	#freeDownloadBTN{
		background: url(../images/pdf_red_ico.png) no-repeat;
		background-position: 97% 50%;
		height: 45px;
		display: inline-block;
		line-height: 45px;
		text-decoration: none;
		background-color: #0F1F3C;
		color: #fff;
		padding: 5px 55px 5px 25px;
		border-radius: 6px;
	} 
	#freeDownloadBTN:hover{
		background-color: #a54542;
	}
	.hidden{
		display: none;
	}
	
	#freeConsultation{
		background: #a54542;color: #fff!important; font-weight: bold;text-align: center;width: 150px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;font-size: 17px;line-height: 25px;padding: 10px;position: fixed;right: 0px;top: 20%;z-index: 99999999;text-decoration:none;
	}
	
	/*  BUTTON POPUP  */
	
	a.button{
		display: inline-block;
		padding: 2px 15px;
		margin-bottom: 15px;
		cursor: pointer;
		margin-right: 7px;
		border: 0;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		position: relative;
		overflow: hidden;
		box-shadow: inset 0 0 0 1px rgba(0,0,0,.03),inset 0px 4px 3px -2px rgba(0,0,0,.07);
	}
	#popup_contact {
		position: fixed;
		right: 0;
		bottom: 75%;
		z-index: 99999;
		background-color: #fff;
		border: 1px solid #ccc;
	}
	input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="phone"], input[type="text"], input[type="url"], select, textarea {		font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
		background-color: #fff;
		border-color: #404ef4;
	}
	input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="phone"], input[type="text"], input[type="url"], select, textarea {
		padding: 10px;
		outline: none;
		margin: 0;
		width: 230px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		font-size: 13px;
		border-width: 1px;
		border-style: solid;
		border-radius: 0;
		box-sizing: border-box;
		-webkit-appearance: none;
}
	#popup_contact > a.button {
		font-size: 16px;
		margin: 0;
		text-align: center;
		color: #fff;
		background: #a54542;
		position: absolute;
		bottom: 0;
		right: 0;
		text-decoration:none;
		border: solid #0f1f3c 2px;
	}
	#popup_contact > a.button:hover {
		background-color: #162E5A;
	}
	#popup_contact > a.button:after {
		display:none;
	}
	#popup_contact .popup_contact_wrapper {
		width: 250px;
		padding: 20px;
		background: #fbfbfb;
		position: absolute;
		bottom: 65px;
		right: 0;
		display: none;
	}
	#popup_contact .popup_contact_wrapper {
		bottom: initial !important;
		top: 20px !important;
	}
	#popup_contact.focus .popup_contact_wrapper {
		display: block;
	}
	.icon-mail {
		display:inline-block;
		font-size:20px;
	}
	@media screen and (max-width: 600px){
		.button_js span {
			display:none;
		}
		.icon-mail {
			display:inline-block;
			font-size:36px;
		}
	}	
	span.blue-button{
		display: block; 
		border-radius:6px; 
		font-weight:bold; 
		background-color: #0F1F3C; 
		color: #fff;
		padding: 5px 0; 
		text-align: center;  
		width: 230px;  
		margin: 10px 0 20px 0;
	}
	/* / BUTTON POPUP  */
#popup_contact_bg{
		display:none; 
		background-color:rgba(0,0,0,0.8);
		width:100%;
		height:100%;
		position:fixed;
		left:0;
		top:0;
		z-index: 99991;
}
div.visible{
	display: block!important;
}
.quiz-button{
    padding: 15px 35px;
    color: #fff;
    background-color: #0F1F3C;
    text-transform: uppercase;
    border: 2px solid #ccc;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;

}
.quiz-button:hover{
    color:#0F1F3C;
    background-color: #fff;
	border: 2px solid #a54542;
	cursor: pointer;
}
.quiz-selected{
    color: #0F1F3C;
	background-color: #a54542;
	cursor: pointer;
}
#popup_contact a.disabled{
	pointer-events: none;
	opacity: 0.5;
}

#contactForm{
	width:100%;
	max-width:620px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
.contact-form-inner{
	padding: 20px;	
}
#contactForm h2, #contactForm h4, #contactForm p{
	text-align: center;
}
#contactForm h4{
	font-family: "Century Gothic";
	text-transform: uppercase;
}
#contactForm .labelled .left{
	float:left;	
	line-height: 34px;
	padding-left: 10px;
	width:120px;
}
#contactForm .labelled .right{
	float:right;
	width:calc(100% - 130px);
	position: relative;
}
#contactForm .labelled label{
	position: absolute;
	left:10px;
	top: 0;
	line-height: 34px;
	color: #999;
}
#contactForm .labelled input{
	
	padding-left:40px;
}
#contactForm #form_checkbox1 .option {
    margin-top: 5px;
    margin-bottom: 5px;
}
#contactForm #form_checkbox1, #contactForm #form_checkbox2 {
    margin-left: 10px;
}
@media screen and (max-width: 736px){
	#popup_contact .popup_contact_wrapper {
		top: -80px !important;
	}

}
@media screen and (max-height: 568px){
	#popup_contact .popup_contact_wrapper {
		top: -90px !important;
	}
	#popup_contact .popup_contact_wrapper {
		z-index: 99999;
	}
	#sideFrm input, #sideFrm select, #sideFrm textarea {
		margin-bottom: 10px;
	}
	#sideFrm .one span{
		line-height: 16px;
	}
	span.blue-button {
    display: block;
    border-radius: 6px;
    font-weight: bold;
    background-color: transparent;
    color: #0F1F3C;
    padding: 0;
    text-align: center;
    width: auto;
    margin: 0;
}
}
@media screen and (max-width: 480px){
	#contactForm .labelled .left, 
	#contactForm .labelled .right{
		float:none;
		width: 100%;
		display: block;
	}
}