@import url('https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap');

body	{ overflow-x:hidden; }

/*
a { font-family: Trebuchet,  Arial, Verdana; font-size: 12px; color: #0066cc; text-decoration: underline}
a:hover { font-family: Trebuchet,  Arial, Verdana; font-size: 12px; color: #ff6600}
*/
h1 { font-family: Trebuchet,  Arial, Verdana; font-size: 20px; color: #990000}
h2 { font-family: Trebuchet,  Arial, Verdana; font-size: 16px; color: #000000}
h3 { font-family: Trebuchet,  Arial, Verdana; font-size: 14px; color: #990000}
h4 { font-family: Trebuchet,  Arial, Verdana; font-size: 28px; color: #990000}
h5 { font-family: Trebuchet,  Arial, Verdana; font-size: 20px; color: #000000}

hr{ color:black; width:100%; height:1px; } 

table {
font-family: Trebuchet,  Arial, Verdana;
line-height:19px;
font-size: 13px;
color: #000000;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

.note {
font-family: Trebuchet,  Arial, Verdana;
font-size: 9px;
color: white;
}
.header {
font-family: Trebuchet,  Arial, Verdana;
font-size: 22px;
color: #990000;
font-weight: bold;
}
.subheader {
font-family: Trebuchet,  Arial, Verdana;
font-size: 30px;
font-style: italic;
font-weight: bold;
color: #000000;
}

.menu {
font-family: Trebuchet,  Arial, Verdana;
font-size: 13px;
font-weight: bold;
color: #000000;
}

.calendar {
font-family: Trebuchet,  Arial, Verdana;
font-size: 16px;
font-weight: bold;
color: #000000;
}

.style3 {
font-family: Trebuchet,  Arial, Verdana;
font-size: 13px;
color: #000000;
}
.style3a {
font-family: Trebuchet,  Arial, Verdana;
font-size: 13px;
color: #990000;
}
.style4 {
font-family: Trebuchet,  Arial, Verdana;
font-size: 14px;
color: #990000;
font-weight: bold;
}

.style4a {
font-family: Trebuchet,  Arial, Verdana;
font-size: 14px;
color: #990000;
font-weight: bold;
}

.style5 {
font-family: Trebuchet,  Arial, Verdana;
font-size: 16px;
color: #990000;
font-weight: bold;
}

.style6 {
font-family: Trebuchet,  Arial, Verdana;
font-size: 16px;
color: #0066cc;
font-weight: bold;
}

.cal {
font-family: Trebuchet,  Arial, Verdana;
font-size: 9px;
color: 000;
}

.cal2 {
font-family: Trebuchet,  Arial, Verdana;
font-size: 8px;
color: 000;
}

.indexTitle {
font-family: Trebuchet,  Arial, Verdana;
font-size: 16px;
color: #000;
font-weight: bold;
}

.tourText {
font-family: Trebuchet,  Arial, Verdana;
font-size: 12px;
color: #0066cc;

}


/* new styles 2022 */
.container-fluid { max-width: 1170px; background-color: #FFF; }
.hidden_element { display: none; }
.padding_10 { padding: 10px 10px 10px 10px; }
.padding_top_10 { padding-top: 10px; }
.padding_bottom_15 { padding-bottom: 15px; }
.margin_bottom_10 { margin-bottom: 10px; }
.margin_top_15 { margin-top: 15px; }

.white_color_text { color: #FFF !important; }
.text-main { color: #5BA4B9 !important; }
.title_lg { font-size: 42px; }
.title_md { font-size: 32px; }
.title_sm { font-size: 22px; }
.font_normal { font-weight: 100; }
.font_bold { font-weight: 500; }
.font_bolder { font-weight: 700; }
.font_boldest { font-weight: 900; }
.font_special { font-family: 'Racing Sans One', cursive; }
.gray_color_text { color: #CCC; }
blockquote {
    padding: 10px 20px;
    margin: 0 0 0 0;
    font-size: 15px;
    border: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.shadowed_text_white {
	text-shadow: 2px 2px 2px #FFF;
}
.shadowed_text_black {
	text-shadow: 2px 2px 2px #000;
}
.shadowed_text_black3 {
	text-shadow: 3px 3px 3px #000;
}

.alert-trans {
	background-color: rgba(91, 164, 185, 0.3);
	border-color: #3A7687;
}

.container-full { margin-right: auto; margin-left: auto; padding: 0 0 0 0; }
#main_container, .widget_content, .well {
	margin-top: 150px;
}
#main_container.home_main_container, .home_content_block { background-color: transparent !important; }

@keyframes fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

.home_content {
  vertical-align: middle;
  min-width: 100%;
  width: 100%;
  min-height: 80vh;
  height: 80vh;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: auto 100%;
  -moz-background-size:  auto 100%;
  -o-background-size:  auto 100%;
  background-size:  auto 100%;
  overflow: hidden;
  position: relative;
}

.home_content_block {
  max-width: 90%;
  margin: 50px auto 0 auto;  
}
.home_content_title {
  font-family: 'Racing Sans One', cursive;
  font-weight: 900;  
  font-size: 85px;
  text-shadow: 3px 3px 3px #000;
  color: #FFF !important;
}
.slide_title {
  font-weight: 600;
  font-size: 42px;
  text-shadow: 3px 3px 3px #000;
  color: #EEE !important;
}
.home_content_text {
  margin: 0 auto 0 auto;  
}
.hero_middle img {
  position: absolute;
  top: 30%;
  left: 50%;
  width:280px;
  height:280px;
  margin-top: 53px;
  margin-left: -140px;
  z-index:3;
}
.home_hero_content .hero_card {
  max-width: 380px;
  margin: 80px auto 0 auto;
}
.hero_card_content {
  border: 2px solid #FFF;
  background-color: rgba(249, 210, 167, 0.9);
  border-radius: 12px;
  padding: 15px 15px 30px 15px;
  font-size: 18px;
  line-height: 22px;
}
.home_hero_content>h1 {
  font-size: 28px;
  font-weight: 700;
}
.home_hero_content .hero_call {
  max-width: 280px;
  margin: 120px auto 0 auto;
}
#home_hero_loader {
  position: absolute;
  top: 150px;
  left: calc(50% - 100px);
  z-index: 999;
}
.home_float_cards {
  margin-top: -320px;
  margin-bottom: 60px;
}

.home_slide1 {
  transition: background-image 4s ease-in-out;
  background-image: url('../images/home/slide01b.jpg');
}
.home_slide2 { 
  transition: background-image 4s ease-in-out;
  background-image: url('../images/home/slide02b.jpg');
}
.home_slide3 { 
  transition: background-image 4s ease-in-out;
  background-image: url('../images/home/slide03b.jpg');
}
.home_slide4 { 
  transition: background-image 4s ease-in-out;
  background-image: url('../images/home/slide04b.jpg');
}
.home_slide5 { 
  transition: background-image 4s ease-in-out;
  background-image: url('../images/home/slide05b.jpg');
}

.basic_card {
  text-align: center;
  border-radius: .5em;
  border: 1px solid #5BA4B9;
  background: #fff;
  margin: 10px auto 10px auto;
  box-shadow: 0 1.0em 1.3em -0.5em rgba(0, 0, 0, 0.3);
/*  transition: transform .25s ease, background .45s ease;*/
  padding: 0 0 0 0;
  height: 560px;
  min-width: 200px;
  max-width: 290px;
}  
.basic_card_image {
  border: 4px solid #fff;
  height: 180px;
  overflow: hidden;
  border-radius: .5em .5em 0 0;
}
.basic_card_image img {
  border-radius: .5em .5em 0 0;
}
.basic_card_content {
  height: 160px;
  padding: 10px 15px 20px 15px;
}
.basic_card_footer {
  height: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.basic_card-lg { max-width: 380px; min-width: 320px; }
.basic_card-lg .basic_card_image { height: 240px; }
.basic_card-lg .basic_card_content { height: 280px; }

.data-card-contain {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  row-gap: 10px;
  justify-content: center;
  border: .75em solid white;
  background-color: #FFF;
  padding: 10px 0px 10px 0px;
}

.data-card {
  display: flex;
  flex-direction: column;
  min-width: 14.75em;
  max-width: 14.75em;
  min-height: 22em;
  max-height: 22em;
  overflow: hidden;
  text-decoration: none;
  background: transparent;
  margin-top: 10px;
  margin-left: 0.15em;
  margin-right: 0.15em;
  margin-bottom: 10px;
  box-shadow: 0 1.5em 2.5em -.5em rgba(#000000, .1);
/*  transition: transform .25s ease, background .45s ease; */
  padding: 0 0 0 0;
  border: 3px solid #5BA4B9;
  border-radius: .5em .5em .5em .5em;
}  
.data-card-success {
  border: 3px solid #008040;
}
.data-card-image {
  background-color: transparent;
  overflow: hidden;
  border-radius: .5em .5em 0 0;
}
.data-card-image {
  border-radius: .5em .5em 0 0;
}

.data-card-title {
  padding: 15px 5px 5px 5px;
  margin: 0 0 0 0;
  height: 100px;
  min-height: 100px;
  position: relative;
  background-color: rgba(91, 164, 185, 0.8);
}
.card-title { cursor: pointer; }
.card-title-alt { display: none; }
.data-card-title:hover .card-title { display: none; }
.data-card-title:hover .card-title-alt { display: block; }

.data-card-body {
  padding: 0.2em 1.5em 0.75em 1.5em;
}
.data-card-button {
  padding-top: 100px;
}

.data-card:hover {
  background: rgba(91, 164, 185, 0.6);
  transform: scale(1.125);
}



.navbar {
  height: 150px;
  margin-bottom: 0px;
  background-color: #FFF;
}
.navbar-default .navbar-nav>li>a {
  color: #777;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 6px;
  line-height: 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px 6px 15px;
  text-decoration: none;
  font-size: 16px;
}
.dropdown-menu>li>a {
  padding: 6px 20px 3px 20px;
  font-size: 16px;
  color: #777;
  text-decoration: none;
}
.navbar_img { max-height: 90px; margin-right: 30px; }
.navbar_contact_img { max-height: 100px; margin-bottom: 5px; }
.menu_topbar { margin-top: 100px; margin-bottom: 30px; }
.table > tbody > tr > td { border-top: 0 !important; }

.padding_5 { padding-top: 5px; padding-left: 5px; padding-bottom: 5px; padding-right: 5px; }
.centered { margin: 0 auto 0 auto !important; }

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  #navbar {
    text-align: center !important;
  }
  #navbar > .navbar-nav {
    float: none;
    margin: 0 auto 0 auto !important;
  }
}


/* site specific font definitions */
@font-face { font-family: 'Alte-Reg'; src: local('AlteHaasGroteskRegular'), url('../fonts/AlteHaasGroteskRegular.ttf') format('truetype'); }

.para_font {
  font-family: 'Alte-Reg', sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.font_normal {
	font-weight: 100;
}
.font_bold {
	font-weight: 400;
}
.font_bolder {
	font-weight: 700;
}
.font_boldest {
	font-weight: 900;
}
.menu_font {
  font-size: 14px;
  line-height: 18px;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body {
	background-image: url(../images/whiteblue_hatch_background.jpg);
	background-position: center top;
  background-color: #ffffff;
}
.datatable_loader { 
	position: absolute; left: 0; top: 0; right: 0; bottom; 0; 
	height: 100%; 
	font-size: 30px; 
	text-align: center; 
	padding: 80px; 
	z-index: 99; 
	background-color: rgba(225, 225, 225, 0.9); 
}
.borderless_table td, .borderless_table {
  border-top:0 !important;
  border-bottom:0 !important;
  border-right:0 !important;
  border-left:0 !important;
}
.paddingless_table td, .paddingless_table {
  padding-top:3px !important;
  padding-bottom:1px !important;
  padding-right:3px !important;
  padding-left:3px !important;
}

.content_block { padding: 80px 0px 60px 0px; }
.admin_header {
	background-color: #DDD;
	padding: 3px 10px;
}
.background_header {
/*	background-image: url(/images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	max-width: 1920px;
	max-height: 783px; */
	background: transparent;
}
.background_header_full {
/*	background-image: url(/images/header_background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	max-width: 1920px; */
	background: transparent;
}
.target_background {
	background-image: url(/images/target_background.png);
	background-repeat: no-repeat;
	background-position: right top;
	max-width: 1920px;
	min-height: 640px;
}
.affiliate_block_background {
	background-image: url(/images/gray_dots_background.jpg);
	background-position: center top;
	padding-left: 15px;
	padding-right: 15px;
}
.advert_block_background {
	background-image: url(/images/advert_background.jpg);
	background-position: center top;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.footer_block_background {
	background-image: url(/images/footer_background.jpg);
	background-position: center top;
	padding-left: 15px;
	padding-right: 15px;
}
.footer_bottom_block_background {
	background-image: url(/images/footer_bottom_background.jpg);
	background-position: center top;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer_form_field {
	background-color: transparent;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 2px solid #EEE;
	color: #EEE;
	border-radius: 0 0 0 0;
}
.footer_link { line-height: 30px; }
.footer_link:hover { color: #153367; }
.mh_70 { max-height: 70px !important; }
.mh_80 { max-height: 80px !important; }
.mh_120 { max-height: 120px !important; }
.mh_140 { max-height: 140px !important; }
.mh_200 { max-height: 200px !important; }
.mw_40 { max-width: 40px !important; }
.mw_60 { max-width: 60px !important; }
.mw_90 { max-width: 90px !important; }
.mw_120 { max-width: 120px !important; }
.mw_200 { max-width: 200px !important; }
.mw_250 { max-width: 250px !important; }
.mw_300 { max-width: 300px !important; }
.mw_400 { max-width: 400px !important; }
.mw_500 { max-width: 500px !important; }
.miw_110 { min-width: 110px !important; }
.miw_180 { min-width: 180px !important; }
.miw_280 { min-width: 280px !important; }

.margin_bottom10 { margin-bottom: 10px !important; }
.margin_top20 { margin-top: 20px !important; }
.opacity100 { opacity: 1.0 !important; }
.opacity50 { opacity: 0.5 !important; }
.border_right { border-right: 1px solid #ddd !important; }
.black_border { border: 1px solid #000 !important; }
.gray_border { border: 1px solid #ddd !important; }
.gray_top_border { border-top: 2px solid #ddd !important; }
.no_border { border-top: 0 !important; border-left: 0 !important; border-bottom: 0 !important; border-right: 0 !important; }
.hide_sized { font-size: 0px; visible: hidden; width: 0px !important; overflow: none; }
.overflow_400 { max-height: 400px; overflow-x: hidden; overflow-y: auto; }
.overflow_500 { max-height: 500px; overflow-x: hidden; overflow-y: auto; }
.comm_links { line-height: 24px; }
.full_container { width:96% !important;max-width:96% !important; margin-left: auto; margin-right: auto; }
#main_container_block { padding-top: 50px; }
.menu_container { position: absolute; right: 0; z-index: 2; height: 40px; }
.menu_logo { position: absolute; left: 0; z-index: 2; height: 80px; }
.menu_logo_img { max-height: 80px; }
.menu_item { display: inline-block; cursor: pointer; padding: 10px 10px 0 10px; margin-bottom: 0; text-align: center; color: #FFF; font-weight: 700; }
.menu_item > a { color: #FFF; text-decoration: none; }
.menu_item_active, .menu_item:hover {
	background-image: url(/images/menu_item_hilite_background.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 85% 66px;
}
#main_footer { border-top: 1px solid #666; margin-top:40px; padding-top:20px; }
#user_message { position: absolute; z-index: 2; width: 240px; right: 40px; }

.main_container, .main_container_white { margin: 0 auto 0 auto; max-width: 980px; }
.main_container_white, .content_area {
	background-color: #FFF;
	border-radius: 4px 4px 4px 4px;
	padding: 20px 20px 40px 20px;
	margin-top: 20px;
}
.small_container_white {
	max-width: 75%;
	background-color: #FFF;
	border: 3px solid #000;
	border-radius: 8px 8px 8px 8px;
	padding: 20px 20px 40px 20px;
	margin: 20px auto 20px auto;
}
.xsmall_container_white {
	display: inline-block;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 8px 8px 8px 8px;
	padding: 10px 20px 20px 20px;
	margin: 10px auto 10px auto;
}
.hidden_element { display:none; }
.relative_element { position: relative; }
.centered_object, .center_object { margin:0 auto 0 auto !important; }
.mobile_center_object { margin: 0 0 0 0; }
.hide_mobile_xs { display: block; }
.show_mobile_xs { display: none; }
.hide_mobile { display: block; }
.show_mobile { display: none; }
.table_preloader { position: absolute; left: 0; right: 0; }
.badge-primary { color: #fff !important; background-color: #337ab7 !important; }
.badge-success { color: #fff !important; background-color: #68B946 !important; }
.bg-trans { background: transparent !important; }
.bg-success-important { background-color: #dff0d8 !important; }
.bg-subheader { background-color: #ebf0f6 !important; color: #ebf0f6 !important; }
.black_color_text { color: #000 !important; }
.white_color_text { color: #FFF; }
.gray_color_text { color: #AAA; }
.ltgray_color_text { color: #DDD; }
.xltgray_color_text { color: #EDEDED; }
.main_color_text { color: #153367; }
.main_color_background { background-color: #153367 !important; }
.white_bgcolor { background-color: #FFFFFF !important; }
.gray_bgcolor { background-color: #DCDCDC !important; }
.ltgray_bgcolor { background-color: #ECECEC !important; }
.sub_color_text { color: #FFD322 !important; }
.dark_trans_background { border: 0; background: rgb(32, 32, 32); background: rgba(32, 32, 32, .8); }
.darker_trans_background { border: 0; background: rgb(0, 0, 0); background: rgba(0, 0, 0, .9); }
.mobile_darker_trans_background { }
.trans50 { background-color: #EEE; }
.page_title {
  font-size:20px !important;
  line-height:20px !important;
  margin: 5px 0 25px 0;
	color: #153367;
	font-weight: 700;
}
.spaced_text_xs {
  font-size:10px !important;
  line-height:10px !important;
}
.spaced_text_sm {
  font-size:11px !important;
  line-height:15px !important;
}
.no_spaced_text_sm {
  font-size:11px !important;
  line-height:11px !important;
}
.spaced_text_normal {
  font-size:13px !important;
  line-height:16px !important;
}
.no_spaced_text_normal {
  font-size:13px !important;
  line-height:13px !important;
}

.spaced_text_md, .spaced_text_md_bold {
  font-size:18px !important;
  line-height:18px !important;
}
.spaced_text_md_bold {
	font-weight: 600;
}
.spaced_text_lg {
  font-size:22px !important;
  line-height:24px !important;
}
.spaced_text_xlg {
  font-size:24px;
  line-height:26px;
}
.spaced_text_xxlg {
  font-size:28px;
  line-height:30px;
}
.spaced_text_xxxlg {
  font-size:34px !important;
  line-height:36px !important;
}
.spaced_text_xxxxlg {
  font-size:54px !important;
  line-height:54px !important;
}

.headline_text {
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
}
.tiny {
  font-family: helvetica, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #999;
}
a.tiny {
  color: #FFF;
}
.pipes {
  font-family: helvetica, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #999;
}
.hidden_table_sort_data {
	font-size: 1px;
	color: #FFF;
}
.maxw_75p { max-width: 75%; }
.maxw_100 { max-width: 100px; }
.maxw_320 { max-width: 320px; }
.maxw_600 { max-width: 600px; }
.w_40p { width: 40% !important; padding-top: 16px !important; }
.w_30p { width: 30% !important; padding-top: 16px !important; }
.w_20p { width: 20% !important; padding-top: 16px !important; }
.maxheightauto { 
	max-height:20000px !important; 
	background-repeat: repeat-y;
}

#events-log {
}

#events-log div {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 14px;
  line-height: 1.4;
}

#calendar {
  display: inline-block;
  vertical-align: top;
	min-height: 600px;
}

.calendar .calendar-header {
  background-color: #f5f5f5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 0;
}

.calendar .calendar-header .year-title {
  font-size: 18px;
}

.calendar .calendar-header .year-title:not(.year-neighbor):not(.year-neighbor2) {
  border-bottom: 2px solid #2196f3;
}

.calendar .months-container .month-container {
  height: 260px !important;
  margin-bottom: 25px;
}

.calendar table.month {
  background-color: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
}

.calendar table.month th.month-title {
  background-color: #2196F3;
  color: white;
  padding: 12px;
  font-weight: 400;
}

.calendar table.month th.day-header {
  padding-top: 10px;
  color: #CDCDCD;
  font-weight: 400;
  font-size: 12px;
}

.calendar table.month td.day .day-content {
  padding: 8px;
  border-radius: 100%;
}

.transparent_table td, .transparent_table {
	background: transparent !important;
}
td.td_padding_top10 {
  padding-top:10px !important;
}
td.td_padding_bottom10 {
  padding-bottom:10px !important;
}

.overflow_hidden { overflow: hidden; }
.padding_0 { padding: 0 0 0 0 !important; }
.padding_40 { padding: 40px !important; }
.margin_top_5n { margin-top: -5px !important; }
.margin_0 { margin: 0 0 0 0 !important; }
.margin_top_0 { margin-top: 0px !important; }
.margin_top_10 { margin-top: 10px !important; }
.margin_top_20 { margin-top: 20px !important; }
.margin_top_40 { margin-top: 40px !important; }
.margin_right_5 { margin-right: 5px !important; }
.margin_left_5 { margin-left: 5px !important; }
.margin_right_20 { margin-right: 20px !important; }
.margin_left_20 { margin-left: 20px !important; }
.margin_right_30 { margin-right: 30px !important; }
.margin_left_30 { margin-left: 30px !important; }
.margin_right_40 { margin-right: 40px !important; }
.margin_left_40 { margin-left: 40px !important; }
.margin_right_50 { margin-right: 50px !important; }
.margin_left_50 { margin-left: 50px !important; }
.padding_top_0 { padding-top: 0px !important; }
.padding_top_5 { padding-top: 5px !important; }
.padding_top_7 { padding-top: 7px !important; }
.padding_top_10 { padding-top: 10px !important; }
.padding_top_15 { padding-top: 15px !important; }
.padding_top_20 { padding-top: 20px !important; }
.padding_top_30 { padding-top: 30px !important; }
.padding_bottom_20 { padding-bottom: 20px !important; }
.padding_bottom_10 { padding-bottom: 10px !important; }
.padding_bottom_5 { padding-bottom: 5px !important; }
.padding_right_40 { padding-right: 40px !important; }
.padding_left_40 { padding-left: 40px !important; }

.bg-success {
    background-color: #dff0d8 !important;
}

.footer_title { height: 25px; }
.black_divider { height: 5px; padding: 10px; margin-top: 20px;  border-top: 2px solid #222; }
.nav > li, .nav > li:hover, .nav > li > a, .nav > li > a:hover { background-color: transparent !important; margin-bottom: 0; padding-bottom: 0; }
.navbar { min-height: 40px; margin-bottom: 5px; }
.float_background_left { position: absolute; z-index: 2; right: 0; top: -40px; }
.display_inline, .inline_block { display: inline-block; }
.hilite_row { cursor: pointer; }
.hilite_row:hover { background-color: #eee; opacity: 0.8; }
.hilited_row { background-color: #ccc; opacity: 0.8; }
.hilited_row2 { background-color: #ccc; }
.hilited_row3 { background-color: #f2dede; }
.req { color: #AA0000; }
.mouseover { cursor: pointer; }
.input-group-addon { padding: 2px 6px 2px 6px; }
.alert-white {
  background-color: #FFF;
	display:inline-block;
}
.alert-default {
  background-color: #DFDFDF;
	display:inline-block;
}
.alert-md {
  padding:5px 10px 5px 10px !important;
  margin:0 0 0 0 !important;
  line-height: 18px;
}
.alert-sm {
  padding:3px 5px 3px 5px !important;
  margin:0 0 0 0 !important;
  line-height: 14px;
}
.alert-xs {
  padding:1px 2px 1px 2px !important;
  margin:0 0 0 0 !important;
  line-height: 12px;
  font-size: 12px;
}
.mousepointer { cursor: pointer; }
#TermsConditionsDiv p, #TermsConditionsDiv ol li {
	text-align: justify !important;
}

/* begin admin css */
#import_offers_block {
	position:absolute;
	width: 80%;
	min-height: 120px;
	z-index:1001;
	background-color:#FFF;
	padding: 20px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.65);
     -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.65);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.65);
}
#overlay_div {
	display:none;
	width:100%;
	height:125%;
	position: fixed;
	top:0px;
	z-index:999;
	background:rgba(205,205,205,0.5);
}

#upload_csv_block {
	position: absolute;
	right:0;
	z-index:2;
	width: 280px;
	height: 180px;
}
.s_conv_block {
	position: absolute;
	right:0;
	z-index:2;
}
/* end admin css */

.wform_input, .wform_input_small, .wform_textarea {
	margin: 0 0 0 0 !important;
	padding: 0 2px 0 1px !important;
	border: 1px dashed #BCE8F1 !important;
	font-size: 12px !important;
	color: #000 !important;
	background-color: #D9EDF7 !important;
}
.wform_input:hover, .wform_input_small:hover, .wform_textarea:hover {
	background-color: #ECF6FB !important;
}
.wform_input, .wform_input_small {
	text-transform: uppercase;
}
.wform_input_small {
	width: 30px !important;
	border: 1px solid #DCDCDC !important;
	display: inline !important;
}
.wform_textarea {
	height: 40px;
	width: 90%;
}
.wform_hilite {
	background-color: #F7F7FF !important;
}
.wform_hidden_value {
	color: #D9EDF7 !important;
}
#wform9_container {
	background-image: url(/signup/wforms/fw9-001.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 850px 1100px;
	width: 850px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}
#wform9_overlay {
	height: 1062px;
	width: 850px;
	position: relative;
}
#wform_name, #wform_business, #wform_street, #wform_city, #wform_accounts {
	position:absolute;
	top: 95px;
	left: 100px;
	height: 19px;
	width: 700px;
}
#wform_name input, #wform_business input, #wform_street input, #wform_city input, #wform_accounts input {
	height: 19px;
	width: 700px;
}
#wform_business {
	top: 130px;
}
#wform_street {
	top: 269px;
	width: 420px;
}
#wform_street input {
	width: 420px;
}
#wform_city {
	top: 303px;
	width: 420px;
}
#wform_city input {
	width: 420px;
}
#wform_accounts {
	top: 338px;
	width: 700px;
}
#wform_accounts input {
	width: 700px;
}
#wform_req {
	position:absolute;
	top: 270px;
	left: 550px;
	height: 44px;
	width: 240px;
}
#taxinfo_requester  {
	height: 44px;
	width: 240px;
}
#wform_ssn, #wform_ein {
	position:absolute;
	top: 390px;
	left: 580px;
	height: 19px;
	width: 220px;
}
#wform_ein {
	top: 460px;
	width: 200px;
}
#taxinfo_ssn, #taxinfo_ein {
	height: 19px;
	width: 220px;
}
#taxinfo_tin {
	width: 200px;
}
#wform_sign, #wform_date {
	position:absolute;
	top: 710px;
	left: 180px;
	height: 24px;
	width: 310px;
}
#wform_date {
	left: 570px;
	width: 220px;
}
#taxinfo_signature, #taxinfo_sign_date {
	height: 24px;
	width: 310px;
}
#taxinfo_sign_date {
	height: 24px;
	width: 220px;
}
#wform_llc {
	position:absolute;
	top: 188px;
	left: 570px;
	height: 20px;
	width: 53px;
}
#taxinfo_subclass {
	height: 20px;
	width: 53px;
}
#wform_other {
	position:absolute;
	top: 234px;
	left: 225px;
	height: 18px;
	width: 400px;
}
#taxinfo_other_class {
	height: 18px;
	width: 400px;
}
#wform_payee {
	position:absolute;
	top: 185px;
	left: 755px;
	height: 20px;
	width: 40px;
}
#taxinfo_exempt_payee {
	height: 20px;
	width: 40px;
}
#wform_report {
	position:absolute;
	top: 219px;
	left: 697px;
	height: 20px;
	width: 98px;
}
#taxinfo_exempt_report {
	height: 20px;
	width: 98px;
}

#wform_tc_sole, #wform_tc_ccorp, #wform_tc_scorp, #wform_tc_part, #wform_tc_trust, #wform_tc_llc, #wform_tc_other {
	border: none !important;
	position:absolute;
	top: 170px;
	left: 90px;
}
#wform_tc_ccorp {
	left: 259px;
}
#wform_tc_scorp {
	left: 354px;
}
#wform_tc_part {
	left: 453px;
}
#wform_tc_trust {
	left: 550px;
}
#wform_tc_llc {
	top: 192px;
}
#wform_tc_other {
	top: 237px;
}
#wform8_container {
	background-image: url(/signup/wforms/fw8-001.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 850px 1100px;
	width: 850px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}
#wform8_overlay {
	height: 1062px;
	width: 850px;
	position: relative;
}

#wform8_name, #wform8_name_country, #wform8_street, #wform8_city, #wform8_country, #wform8_mail_street, #wform8_mail_city, #wform8_mail_country, #wform8_accounts, #wform8_ssn, #wform8_ftin, #wform8_sign, #wform8_date {
	position:absolute;
	top: 302px;
	left: 90px;
	height: 19px;
	width: 400px;
}
#taxinfoW8_name, #taxinfoW8_name_country, #taxinfoW8_address, #taxinfoW8_region, #taxinfoW8_country, #taxinfoW8_mail_address, #taxinfoW8_mail_region, #taxinfoW8_mail_country, #taxinfoW8_accounts, #taxinfoW8_ssn, #taxinfoW8_ftin, #taxinfoW8_signature, #taxinfoW8_sign_date {
	height: 19px;
	width: 400px;
}
#wform8_name_country {
	left: 540px;
	width: 250px;
}
#taxinfoW8_name_country {
	width: 250px;
}
#wform8_street {
	top: 337px;
}
#wform8_city, #wform8_country {
	top: 371px;
}
#wform8_country {
	left: 630px;
	width: 170px;
}
#taxinfoW8_country {
	width: 170px;
}

#wform8_mail_street {
	top: 406px;
}
#wform8_mail_city, #wform8_mail_country {
	top: 440px;
}
#wform8_mail_country {
	left: 630px;
	width: 170px;
}
#taxinfoW8_mail_country {
	width: 170px;
}

#wform8_ssn {
	top: 475px;
}
#wform8_ftin {
	top: 475px;
	left: 540px;
	width: 250px;
}
#taxinfoW8_ftin {
	width: 250px;
}
#wform8_accounts, #wform8_dob {
	top: 510px;
	width: 270px;
}
#taxinfoW8_accounts {
	width: 270px;
}
#wform8_dob {
	left: 360px;
	width: 360px;
}
#taxinfoW8_dob {
	width: 300px;
}

#wform8_resident, #wform8_article, #wform8_rate, #wform8_income, #wform8_conditions {
	position:absolute;
	top: 546px;
	left: 340px;
	height: 16px;
	width: 260px;
}
#taxinfoW8_resident, #taxinfoW8_article, #taxinfoW8_rate, #taxinfoW8_income, #taxinfoW8_conditions {
	height: 16px;
	width: 260px;
}
#wform8_article, #wform8_rate {
	top: 596px;
	left: 90px;
	width: 150px;
}
#taxinfoW8_article {
	width: 150px;
}
#wform8_rate {
	left: 490px;
	width: 30px;
}
#taxinfoW8_rate {
	width: 30px;
}
#wform8_income {
	top: 618px;
	left: 90px;
	width: 710px;
}
#taxinfoW8_income {
	width: 710px;
}
#wform8_conditions {
	top: 651px;
	left: 90px;
	width: 710px;
}
#taxinfoW8_conditions {
	width: 710px;
}
#wform8_sign, #wform8_date {
	top: 973px;
	left: 160px;
	width: 430px;
}
#taxinfoW8_signature {
	width: 430px;
}
#wform8_date {
	left: 600px;
	width: 200px;
}
#taxinfoW8_sign_date {
	width: 200px;
}
#signups_listing_table_filter {
	float: right;
}

.dashboard_block {
	background-color: #FFF;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #DEDEDE;
	padding: 0 20px 20px 20px;
}

input[type=checkbox].click2edit {
	display:inline-block;
	max-width: 40px;
	margin-bottom: 7px;
}
.click2edit_hide {
  background: transparent !important;
  border: 0 !important;
  cursor: pointer;
  height: auto;
  font-size: 12px;
  padding: 5px 0 5px 10px;
  color: #000;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00) inset;
}
.click2edit_hide_tight {
  padding: 5px 0 5px 0;
}
.click2edit_show {
  font-size: 12px;
  padding: 0 0 0 10px;
  color: #000;
}

.details_row {
	display:none;
	position: absolute;
	z-index:999;
	top:42px;
	left:0;
	right:0;
	min-height: 100px;
	border: 1px solid #DCDCDC;
	cursor: default !important;
}
.extended_details {
	display:none;
	position: absolute;
	z-index:9999;
	top:0;
	left:0;
	right:0;
	min-height: 100px;
	border: 1px solid #DCDCDC;
  max-width: 66%;
}


.vertical-text {
    position: relative;
    text-align: center;
    top: 130px;
    left: -130px;
    width: 300px;
    height: 33px;
    font-size: 11px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
	  -o-transform:rotate(270deg); /* Opera */
}

.btn-1a { background-color: orange; }

/* begin validation css */

.reg_form label.checked {
/*
  background:url("/images/checked.gif") no-repeat 0px 0px;
	margin-left:6px;
  display:inline;
*/
  background:transparent;
	display:none !important;
}

.reg_form .error {
  background:url("/images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 20px;
  padding-right: 5px;
  padding-bottom: 0;
  font-weight: normal;
	font-size: 12px;
  color: #EA5200;
	margin-left:6px;
  display:inline !important;
}

.reg_form .error_danger {
	color: #FFF;
	background-color: #DC0000 !important;
	background-position: 0px 1px;
  padding-top: 0;
	border-radius: 8px 8px 8px 8px;
	position: absolute;
	z-index: 3;
	top: 3px;
	left: 40px;
	min-width: 140px;
}
.reg_form .error_sized {
	left: 10px;
}

.reg_form .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
  display:inline !important;
}
/* end validation css */

/*embed youtube videos*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.container_wide { max-width: 1440px !important; width: auto; }
.ui-icon { display: inline-block !important; }
.DataTables_sort_wrapper { cursor: pointer !important; }
.buttons-colvis, .buttons-taxfields { background: none !important; background-color: #FFFFCC !important; margin-right: 10px !important; }
.dt-button-collection { margin-top: 0 !important; }
.buttons-html5 { background: none !important; background-color: #C1D7E9 !important; }
.buttons-print { background: none !important; background-color: #CDECF5 !important; margin-left: 10px !important; }
.buttons-columnVisibility { margin-bottom: 5px !important; font-size: 11px; color: #EA5200 !important; }
.buttons-columnVisibility.ui-state-active { color: #0060BF !important; }

/* media queries */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.container_wide { max-width: none; width: auto; }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.hide_mobile { display: none; }
	.show_mobile { display: block; }
	.container_wide { max-width: none; width: auto; }
	.menu_logo_img { max-height: 70px; }
	.spaced_text_xxxlg {
	  font-size:30px;
	  line-height:32px;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .home_content_title { font-size: 60px; }
    .slide_title { font-size: 38px; line-height: 44px; }
	.mh_50m { max-height: 60px; }

	.hide_mobile_xs { display: none; }
	.show_mobile_xs { display: block; }
	.hide_mobile { display: none; }
	.show_mobile { display: block; }

	.navbar { height: 100px; }
	#main_container { margin-top: 100px; }
	.container_wide { max-width: none; width: auto; }
	.menu_logo_img { max-height: 60px; }
	.mobile_darker_trans_background { border: 0; background: rgb(0, 0, 0); background: rgba(0, 0, 0, .9); }
	.main_container, .main_container_white { margin: 0 5px 0 5px; max-width: 98%; }
	.spaced_text_md, .spaced_text_md_bold {
	  font-size:16px !important;
	  line-height:16px !important;
	}
	.spaced_text_xxxlg {
	  font-size:24px !important;
	  line-height:26px !important;
	}
	.spaced_text_xxxxlg {
	  font-size:38px !important;
	  line-height:36px !important;
	}
	.borderless_table td, .borderless_table {
	  border-top:0 !important;
	  border-bottom:0 !important;
	  border-right:0 !important;
	  border-left:0 !important;
	}
}

@media screen and (max-width: 600px) {
    .home_content_title { font-size: 52px; }
    .slide_title { font-size: 34px; line-height: 40px; }
	.mh_50m { max-height: 60px; }
	.navbar_img { max-height: 70px; min-height: 70px; }
	.hide_mobile_xs { display: none; }
	.show_mobile_xs { display: block; }
	.hide_mobile { display: none; }
	.show_mobile { display: block; }
	.wrapper {
	    width: 480px !important;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    h1.home_content_title { margin-top: 10px; margin-bottom: 5px; padding-bottom: 0; }
    .home_content_title { font-size: 45px; }
    .slide_title { font-size: 30px; line-height: 36px; }

	.mh_50m { max-height: 60px; }
	.navbar_img { max-height: 70px; min-height: 70px; }
	.hide_mobile_xs { display: none; }
	.show_mobile_xs { display: block; }
	.hide_mobile { display: none; }
	.show_mobile { display: block; }
	.container_wide { max-width: none; width: auto; }
	.menu_logo_img { max-height: 50px; }
	.mobile_margin_right_40 { margin-right: 40px; }
	.mobile_padding_left_10 { padding-left: 10px !important; }
	.mobile_center_object { margin: 0 auto 0 auto !important; float: none !important; }
	.background_container {
		width: auto;
		margin-top: -30px;
	}
	.spaced_text_md, .spaced_text_md_bold {
	  font-size:10px !important;
	  line-height:10px !important;
	}
	.spaced_text_xxxlg {
	  font-size:18px !important;
	  line-height:20px !important;
	}
	.wrapper {
    width: 380px !important;
	}
}

@media screen and (max-width: 420px) {
    h1.home_content_title { margin-top: 10px; }
    .home_content_title { font-size: 40px; }
    .slide_title { font-size: 30px; line-height: 36px; }

	.mh_50m { max-height: 60px; }
	.navbar_img { max-height: 70px; min-height: 70px; }
	.hide_mobile_xs { display: none; }
	.show_mobile_xs { display: block; }
	.hide_mobile { display: none; }
	.show_mobile { display: block; }
	.wrapper {
		width: 380px !important;
	}
}

@media screen and (max-width: 1024px) {
	.mobile_justified {
		text-align: justify !important;
		font-size: 17px !important;
		font-family: 'Hind',sans-serif !important;
	  font-weight: 300 !important;
	  line-height: 30px !important;
	}
}

p { font-size: 13px; }
.galthumb {
	height: 100px;
	max-height: 100px;
	width: 100px;
	max-width: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline-block;	
	overflow: hidden;
	text-align: center;
}
.galthumb > img {
	margin: 0 auto 0 auto;
	height: 100px;
	width: auto;
}
