@font-face {
	font-family: 'Gotham' ;
	src: url('/fonts/Gotham/regular.eot') ; 			font-weight: normal ;
			font-style: normal ;
		font-display: swap;
}
@font-face {
	font-family: 'Gotham' ;
	src: url('/fonts/Gotham/bold.eot') ; 			font-weight: bold ;
			font-style: normal ;
		font-display: swap;
}
@font-face {
	font-family: 'Roboto Slab' ;
		src: url('/fonts/Roboto Slab/300_normal.woff2') format('woff2');
			font-weight: 300 ;
			font-style: normal ;
		font-display: swap;
}
@font-face {
	font-family: 'Roboto Slab' ;
		src: url('/fonts/Roboto Slab/700_normal.woff2') format('woff2');
			font-weight: bold ;
			font-style: normal ;
		font-display: swap;
}

/* default 0 paddings */
html, 
body, 
form {
	padding: 0px ;
	margin: 0px ; 
}

/* general font sizing */

body {
	font: inherit; 
	line-height: inherit;
	color: inherit; 
}

body,
input, 
select, 
textarea, 
button {
	font-family: 'Gotham', arial, helvetica, sans-serif ;
	font-size: 18px ;
	line-height: 1.25; /* should never change */
	color: #000000;
}

p,
.par,
.spaced {
	margin: 18px 0px; /* top and bottom padding should match font-size */
}

p,
.par, 
blockquote,
ul,
ol, 
menu,
.lh {
	line-height: 1.75; /* set general line height if different than standard (no units is multiplied by font size) */
}

/*
button {
	line-height: inherit; 
}
*/

.inline {
	display: inline; 
}

/* set anchor styles */
a, 
a:link {
	color: #1884c7;
}

a:active, 
a:visited {
	color: #1884c7;
}

a:hover {
	color: #66b1e6;
}

/* default table properties */
table {
	border-collapse: collapse ;
}

tr {
	vertical-align: baseline; 
}

/* default image properties */
img {
	; 
	border-collapse: separate; /* for ie9 */
}

/* hr styles */
hr {
	margin: 6px 0px; 
	padding: 0px;
	border: none; 
	border-top: solid 1px #000;
	border-bottom: solid 1px #fff;
	opacity: 0.4;
}

/* tinymce style hr - must be p because real hr breaks it */
.dhr {
	margin: 6px 0px; 
	border-top: solid 1px #000;
	border-bottom: solid 1px #fff;
	opacity: 0.4;
	font-size: 0px;
	height: 0px;
	padding: 0px;
	display: block;
}

.mce-content-body .dhr {
	border-color: #999;
	background-color: #ccc;
	font-size: 8px;
	height: auto;
}

input,
textarea {
	box-sizing: border-box;
}

/* set heading styles - always set top and bottom margins */

h1,h2,h3,h4,h5,h6 {
	margin: 18px 0px;
}

h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,
.content > *:first-child {
	margin-top: 0px;
}

h1,h2,h3,h4,h5,h6,.inline_h1,.inline_h2,.inline_h3,.inline_h4,.inline_h5,.inline_h6 {
	line-height: 1;
}

h1,
.inline_h1 {
	font-size: 2.5em;
	font-weight: normal ;
	letter-spacing: -1px;
	color: #4ea8e8;
}

h2,
.inline_h2 {
	font-size: 1.8em;
	font-weight: bold ;
	letter-spacing: -1px;
	color: black;
}

h3,
.inline_h3 {
	font-size: 1.5em;
	font-weight: bold ;
	letter-spacing: 0px;
	color: black;
}

h4,
.inline_h4 {
	font-size: 1.3em;
	font-weight: bold ;
	letter-spacing: 0px;
	color: black;
}

h5,
.inline_h5,
.inline_h {
	font-size: 1.1em;
	font-weight: bold ;
	letter-spacing: 0px;
	color: black;
}

h6,
.inline_h6 {
	font-size: 1em;
	font-weight: bold ;
	letter-spacing: 0px;
	color: black;
}

img {
	max-width: 100% ;
	height: auto ;
}

a img {
	border: 0 !important ;
}

/*	template styles	*/

html {
	}

body {
	background: /*url(/images/bg.jpg) center -200px fixed*/ #ffffff no-repeat;
	background: #ffffff ;
}

.body {
	margin: 0px;
	padding: 0px;
	/*position: relative; was for older browsers, probably not needed now */
}

/*  */

.content_width {
	max-width: 1180px;
	margin: auto;
}

.shadow_holder {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	border-collapse: separate;
}

@media (max-width: 1000px) {
	.shadow_holder {
		padding-top: 0px;
	}
}




.content_padding {
	padding: 20px ;
}

.container {
	width: 100% ;
	max-width: 1180px ;
	margin: auto ;
}

.top_container {
	border-bottom: 1px solid #f0f0f0 ;
	background-image: linear-gradient(to bottom, rgba(245, 245, 245, 1) , rgba(255, 255, 255, 1) ) ;
	padding: 0 ;
}

.menu_container {
	display: table ;
	width: 100% ;
}

.menu_login,
.menu_menu {
	display: none ;
}

.menu_logo,
.menu_info {
	display: table-cell ;
	vertical-align: middle ;
}

.menu_logo {
}

.top_info {
	float: right ;
}

.content_container {
	}

.privacy_policy-cont {
	word-break: break-word ;
}
/* homepage buttons */
#slideRight, #slideLeft {
	color: white;
    background-color: #206687;
    box-shadow: none;
    border: none;
}

#slideRight:hover, #slideRight:focus, #slideLeft:hover, #slideLeft:focus {
	cursor: pointer;
	box-shadow: 0 0.5em 0.5em -0.4em #206687;
	transform: translateY(-0.25em);
}

/* content table/flex */


/* footer */

.foot_holder {
	text-align: center ;
	font-size: .8em ;
	padding-top: 0px;
	padding-bottom: 0px;
	/*overflow: auto;*/
}

/* nav styles */

.sf-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sf-menu li {
	flex: auto;
}

.sf-menu li ul {
	width: 250px;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	border-collapse: separate;
}

a.button_a,
a.button_a:link,
a.button_a:active,
a.button_a:visited {
	/*display: block ;*/
	color: #000 ;
	text-decoration: none ;
	font-size: 20px ;
	font-weight: bold ;
	letter-spacing: -.03em ;
	text-align: center ;
	padding: 20px 20px ;
	border-bottom: solid 3px transparent;
}
a.button_a:hover {
	background-image: linear-gradient(to bottom, rgba(102, 177, 230, 1) , rgba(102, 177, 230, 1) );
	color: white;
	border-bottom-color: #206687;
}

/* nav sub */

a.button_b,
a.button_b:link,
a.button_b:active,
a.button_b:visited {
	font-size: 14px ;
	font-weight: normal ;
	text-decoration: none ;
	color: #fff ;
	background: #66b1e6 ;
	padding: 4px 12px ;
}
a.button_b:hover {
	background-image: linear-gradient(to bottom, rgba(32, 102, 135, 1) , rgba(32, 102, 135, 1) );
}

@media (max-width: 800px) {
	.sf-menu {
		display: block;
	}

	.sf-menu ul {
		position: static !important;
		width: auto !important;
	}

	.sf-menu li {
		/*float: none !important;*/
		display: block !important;
	}

	.sf-menu li ul li a {
		/*width: auto !important; */
	}

	a.button_b {
		font-size: 16px !important;
		text-align: center;
		font-weight: bold !important;
	}
}

/* footer styles */

.foot_holder,
.foot_holder a:link,
.foot_holder a:active,
.foot_holder a:visited {
	color: #666666 ;
	text-decoration: none ;
}
.foot_holder a:hover {
	text-decoration: underline ;
}

/* link_white */

a.link_white,
a.link_white:link,
a.link_white:active,
a.link_white:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_white:hover {
	text-decoration: underline ;
}

/* info box */

.info_box {
	border-radius: 3px;
	border: solid 1px #10455d;
	background-color: #e7eff5;
	padding: 10px;
	color: #10455d;
}

/* doc help */

.doc_help {
	cursor: help;
	border: 0px !important;
}

/* home box */
.home-slides-container {
	display: flex;
}

.slides-button-container {
	display: flex;
	min-height: 100%;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.home_box_container {
	font-size: 0 ;
	text-align: center ;
	margin: 18px 0 ;
	overflow-x: auto;
	display: flex;
	-webkit-overflow-scrolling: touch;
	
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.home_box_container::-webkit-scrollbar {
	display: none;
}

.home_box {
	font-size: 18px ;
	min-width: 31% ;
	vertical-align: top ;
	margin: 0 1% ;
	border: 1px solid #f5f5f5 ;
	background: #f5f5f5;
}

.home_box_photo {
	background-size: cover ;
	background-position: center center ;
	padding-top: 50% ;
}

.home_box_title {
	background: #206687 ;
	color: white ;
	font-weight: bold ;
	font-size: 1.4em ;
	letter-spacing: -.03em ;
	padding: 12px ;
	text-align: center ;
}

.home_box_content {
	text-align: left ;
	line-height: 1.5 ;
	background: #f5f5f5 ;
	padding: 15px ;
}

.home_button_container {
	text-align: center ;
	font-size: 0 ;
	margin: 18px 0 ;
}

.home_button {
	display: inline-block ;
	width: 48% ;
	font-size: 18px ;
	background: #206687 ;
	margin: 0 1% ;
	padding: 0 0 1px 0;
	vertical-align: top ;
	border-radius: 20px ;
}

.home_button:last-child {
	background: #C54906 ;
}

.home_button_caption {
	font-weight: bold ;
	font-size: 1.8em;
	margin: 20px ;
	color: white ;
	text-shadow: 0 0 10px rgba(0, 0, 0, 1) ;
}

.home_button a {
	margin: 20px ;
	padding: 10px ;
	font-size: 1.5em;
	font-weight: bold ;
	text-transform: uppercase ;
	display: block ;
	text-decoration: none ;
	background: white ;
	color: #10455d ;
	border-radius: 20px ;
}

.home_button a:hover {
	background: #10455d ;
	color: white ;
}

/* slider */
.slider_outer {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}

.slider_container {
	/*background-image: url(/images/depositphotos_63097299-smiling-business-people-with-papers-in-office.jpg) ;*/
	/*background-image: url(/images/stock-photo-11463818-portrait-of-happy-multiracial-business-colleagues.jpg) ;*/
	background-image: url(/images/top.jpg?v=1) ;
	background-size: cover ;
	background-position: 38% 50% ;
	padding-top: 40% ;
	position: relative ;
}

.slider_text_container {
	position: absolute ;
	bottom: 0 ;
	right: 0 ;
	left: 0 ;
}

.slider_text #typed {
	position: absolute ;
	bottom: 0 ;
	right: 0 ;
	left: 0 ;
	text-align: left ;
	padding-bottom: 5% ;
	padding-left: 5% ;
	display: block ;
	font-family: 'Roboto Slab' ;
	font-size: 3.8em ;
	color: white ;
	font-weight: 300 ;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.75) ;
}

.warranty_link_cont{
	position: absolute ;
	top: 0 ;
	right: 0 ;
	left: 0 ;
	text-align: center ;
	padding-top: 3%;
}

.warranty_link_inner{
	display: inline-block ;
	width: 19.5% ;
	padding-top: 15% ;
	margin-left: 34%;
}

@media only screen and (max-width: 950px) {
    .slider_text #typed {
		text-align: left ;
		padding-bottom: 5% ;
		padding-left: 5% ;
		display: block ;
		font-family: 'Roboto Slab' ;
		font-size: 2.5em ;
		color: white ;
		font-weight: 300 ;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.75) ;
	}
}

.slider_text_bold {
	display: block ;
	font-weight: bold ;
	text-transform: uppercase ;
}

.typed-cursor {
	display: none ;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/* help button */

.help_button {
	display: block ;
	background-position: 20px center ;
	background-repeat: no-repeat ;
	background-size: auto 100% ;
	background-color: white ;
	padding: 20px ;
	padding-left: 140px ;
	border-radius: 50px ;
	margin: 10px 0 ;
}

.help_button .help_button_a {
	display: block ;
	text-transform: uppercase ;
	font-weight: bold ;
	font-size: 1.2em ;
}

/* other styles */

/* nav */

.nav {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	list-style: none;
	list-style-image: none;
	clear: both;
}

.nav li {
	display: block; /* inline-block for HTML < 5 */
}


.nav li a {
	display: block ;
}

.nav li {
	width: 100%; 
	margin: 0px;
	padding: 0px;
	position: relative;
}

/* sub nav */
.nav li ul {
	display: none;
	margin: 0px ;
	padding: 0px ;
	position: absolute;
	list-style: none;
	list-style-image: none;
}
.nav_horizontal li ul.button_sub_left {
	left: 0;
	top: 100%;
}
.nav_vertical li ul {
	left: 100%;
	top: 0;
}
.nav_horizontal li ul.button_sub_right {
	left: default !important; 
	right: 0;
	top: 100%;
}

.nav li:hover > ul {
	display: block;
	z-index: 3000;
}
.nav li ul li a {
	display: block;
}

/* sub-sub nav */
.nav li ul li ul {
	display: none;
}
.nav li ul li:hover ul {
	left: 100%;
	top: 0;
}

/* misc standard styles */

.footnote {
	font-style: italic; 
	font-size: .8em; 
}

.gb {
	font-weight: bold; 
	color: #000000;
}

.dim {
	color: #000000;
}

.google_info_win {
	font-size: 12px ;
	margin-top: 10px ;
	line-height: 1.5 ;
}

a.inverted {
	text-decoration: none;
}
a.inverted:hover {
	text-decoration: underline;
}

/* img floats */

.img_float_right {
	float: right; 
	clear: right; 
	margin: 18px 0px 18px 20px; 
}

.img_float_left {
	float: left;
	clear: left; 
	margin: 18px 20px 18px 0px; 
}

.img_float_right img,
.img_float_left img {
	max-width: 100%;
	height: auto;
	/*border: solid 1px #66b1e6;*/
}

@media (max-width: 600px) {
	.img_float_right,
	.img_float_left {
		text-align: center;
		float: none; 
		margin: 18px 0px;
	}
}



/* overlay */


.overlay_cont {
	position: relative; 
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	border-collapse: separate; 
	margin: 10px 0px;
	border: solid 6px #d5d5d5; 
	border-radius: 20px; 
	background-color: #ffffff;
	padding: 18px; 
	padding-bottom: 0px;
}

.overlay_cont h2 {
	text-shadow: 2px 2px .1em rgba(0, 0, 0, 0.2);
}

.overlay_close {
	display: block; 
	position: absolute ;
	top: -9px; 
	right: 14px; 
	border: solid 1px #b5b5b5;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px; 
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px; 
	background-color: #dddddd; 
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) , rgba(0, 0, 0, 0.1) ); 
	padding: 3px 6px; 
	text-decoration: none; 
	line-height: 1;
	color: #7f7f7f !important; 
	text-shadow: 0px 0px .1em rgba(255, 255, 255, 1);
}

.overlay_close:hover,
.overlay_close:focus {
	background-color: #cacaca; 
	border-color: #aaaaaa;
	color: #6a6a6a !important; 
}

.proc_win {
	padding: 40px 75px; 
	background-color: #eee; 
	text-align: center; 
}

.proc_win h2 {
	font-size: 26px; 
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 18px; 
}

/* done box */


.done {
	margin-bottom: 18px; 
	background-color: #e7eff5; 
	text-align: center; 
	color: #10455d; 
	border: solid 1px #10455d; 
}

.done_standard, 
.done_message {
	margin: 9px; 
}

.done_message p {
	margin: 9px 0px; 
}

.done_message > *:first-child {
	margin-top: 0px; 
}
.done_message > *:last-child {
	margin-bottom: 0px; 
}

.done_1 {
	
}
.done_0 {
	font-style: italic; 
}

.done_1 .done_standard {
	font-weight: bold; 
}

.done_0 .done_standard {
	font-weight: bold; 
}

.done_message {
	
}

/* missing items box */

.missing {
	margin-bottom: 18px;
	background-color: #e7ecee; 
	padding: 9px;
	text-align: center; 
	color: #10455d; 
	font-size: 1.6em; 
	border: solid 1px #10455d; 
}

/* jquery */

.ui-datepicker {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 12px !important; 
	font-weight: normal; 
	z-index: 4000 !important;
}

img.ui-datepicker-trigger {
	cursor: pointer;
	position: relative;
	left: 0px; 
	top: 2px;
}

.ui-autocomplete-loading {
	background: white url('/libraries/images/ui-anim_basic_16x16.gif') right center no-repeat;
}

/* html5 style placeholder */

input.watermark {
	color: #888; 
}


/* searchbar */


form.searchbar {
	border: 1px solid #e0e0e0 ;
	background: #fff ;
	padding: 5px 20px 5px 10px;
	position: relative;
}

form.searchbar input[type=text] {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #fff;
	width: 100%;
	color: #999;
}

form.searchbar button[type=submit] {
	position: absolute;
	right: 3px; 
	top: 5px;
	background: url(/libraries/images/search.png) center center white;
	border: 0px;
	width: 16px;
	height: 16px;
	padding: 0px;
}

/* top search */

.top_search {
	border: 1px solid #e0e0e0 ;
	background: #fff ;
	padding: 5px 10px ;
	padding-left: 10px ;
}

.top_input {
	padding: 0px ;
	margin: 0px ;
	border: 0px ;
	background: #fff ;
	width: 100% ;
	position: relative ;
	color: #999 ;
}

#tooltip.tooltipText {
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	/*
	opacity: 0.85;
	*/
}

/* styled buttons */

.but {
	cursor: pointer; 
	text-shadow: 0px 0px 3px rgba(62, 134, 186, 1); 
	color: #ffffff !important;
			background: #1884c7 ;
	border: solid 1px #4697d0; 
	border-bottom: solid 1px #3e86b9; 
	border-radius: 3px;
	margin: 1px 0px; 
	text-align: center; 
	white-space: nowrap; 
	text-transform: uppercase ;
	font-size: 18px ;
	font-weight: bold ;
	letter-spacing: -.03em ;
}

button.but {
	padding: 8px 12px ; 
}

a.but {
	text-decoration: none; 
	display: inline-block; 
	padding: 1px 6px; 
}

.but:hover {
	background-image: linear-gradient(to bottom, rgba(106, 176, 225, 1) , rgba(94, 163, 212, 1) );
	background-color: #61a9dc;
}

.but:active,
.but:focus {
	background-color: #4ea8e8; 
	background-image: none; 
}

.but[disabled] {
	border-color: #89b1ce; 
	background-image: none;
	background-color: #9ac0db;
	text-shadow: none ; 
	cursor: default; 
}

/* checkbox buttons */


label.cb_but {
	display: inline-block; 
	border: solid 1px #93c8ed;
	border-radius: 3px;
	padding: 0px 6px; 
	line-height: 1.5; 
	
	background-image: linear-gradient(to bottom, rgba(247, 251, 254, 1) , rgba(247, 251, 254, 1) );
	color: #66b1e6;
}
label.cb_but:hover {
	background-image: linear-gradient(to bottom, rgba(240, 244, 246, 1) , rgba(237, 241, 244, 1) );
}

label.cb_but.cb_but_checked {
	background-image: linear-gradient(to bottom, rgba(134, 193, 235, 1) , rgba(110, 181, 231, 1) );
	color: #ffffff;
	text-shadow: 0px 0px 2px rgba(41, 71, 92, 1); 
}

/* tabs */

a.tab,
a.tab:link,
a.tab:visited,
a.tab:active,
a.tab:hover {
	display: inline-block;
	background-image: linear-gradient(to bottom, rgba(102, 177, 230, 1) , rgba(102, 177, 230, 1) ); 
	padding: 5px 10px; 
	border: solid 1px #66b1e6; 
	text-decoration: none; 
	color: white; 
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	margin: 0px; 
}

a.tab:hover {
	background-image: linear-gradient(to bottom, rgba(102, 177, 230, 1) , rgba(102, 177, 230, 1) ); 
	border: solid 1px #66b1e6; 
}

a.tab.tab_selected {
	background-image: linear-gradient(to bottom, rgba(102, 177, 230, 1) , rgba(102, 177, 230, 1) ); 
	border: solid 1px #66b1e6; 
}

.tab_cont_cont {
	padding: 10px; 
}

/* cmenu */


.cmenu {
	display: inline-block;
	position: relative; 
	line-height: 1.25;
	letter-spacing: 0px; 
}

.cmenu.cmenu_open {
	z-index: 1000000; 
}

.cmenu .cmenu_button {
	display: inline-block;
	margin: 0px;
	padding: 2px 9px; 
	border: solid 1px #969593;
	border-radius: 3px;
	background-image: linear-gradient(to bottom, rgba(244, 243, 239, 1) , rgba(234, 233, 230, 1) );
	outline: none; 
	cursor: pointer;
	color: #4b4a49;
}

.cmenu .cmenu_button:hover {
	background-image: linear-gradient(to bottom, rgba(236, 235, 232, 1) , rgba(223, 222, 218, 1) );
}

.cmenu_drop {
	display: none;
	position: absolute;
	z-index: -1;
	min-width: 100%; 
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	border-collapse: separate;
	border: solid 1px #969593;
	background-color: #eae9e5;
	background-image: linear-gradient(to bottom, rgba(244, 243, 239, 1) , rgba(234, 233, 230, 1) 60px);
	padding: 6px; 
	color: #66b1e6;
}

.cmenu_drop .cmenu_content {
	padding: 0px 6px;
	color: #000000;
}

.cmenu.cmenu_open .cmenu_drop {
	display: block;
}

.cmenu.cmenu_open .cmenu_button {
}

.cmenu.cmenu_down.cmenu_open .cmenu_button {
	border-bottom-color: #f3f2ee;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	background-image: linear-gradient(to bottom, rgba(219, 218, 215, 1) , rgba(244, 243, 239, 1) );
}

.cmenu.cmenu_up.cmenu_open .cmenu_button {
	border-top-color: #eae9e5;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px; 
	background-image: linear-gradient(to bottom, rgba(234, 233, 230, 1) , rgba(199, 198, 195, 1) );
	background-position: center -1px; 
}

.cmenu.cmenu_down .cmenu_drop {
	top: 100%; 
	bottom: auto;
	margin-top: -1px; 
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.cmenu.cmenu_down.cmenu_right .cmenu_drop {
	border-top-right-radius: 3px;
}

.cmenu.cmenu_down.cmenu_left .cmenu_drop {
	border-top-left-radius: 3px;
}

.cmenu.cmenu_up .cmenu_drop {
	bottom: 100%; 
	top: auto;
	margin-bottom: -1px; 
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.cmenu.cmenu_up.cmenu_right .cmenu_drop {
	border-bottom-right-radius: 3px;
}

.cmenu.cmenu_up.cmenu_left .cmenu_drop {
	border-bottom-left-radius: 3px;
}

.cmenu.cmenu_left .cmenu_drop {
	left: auto;
	right: 0px; 
}

.cmenu.cmenu_right .cmenu_drop {
	left: 0px; 
	right: auto;
}

a.cmenu_item {
	display: block; 
	white-space: nowrap; 
	padding: 2px 6px;
	vertical-align: baseline; 
	line-height: 1.25; 
	text-decoration: none;
	outline: none;
	color: #66b1e6;
}

a.cmenu_item:hover {
	background-color: #66b1e6;
	color: #faf9f5;
}

.cmenu hr {
	margin: 4px 0px; 
}

.cmenu hr + hr {
	display: none; 
}


/* responsive form */

.resp_form {
	/*max-width: 600px; */
}

.resp_form input[type=text],
.resp_form input[type=password],
.resp_form input[type=email],
.resp_form textarea {
	width: 100%; 
}

/* COMMON STYLES (for site side only, generally doesn't change between sites) */

a img, 
a:link img, 
a:active img, 
a:visited img {
	border-style: solid;
	border-width: 1px; 
	border-color: #1884c7;
}
a:hover img {
	border-color: #66b1e6;
}

a img.no_border,
a:link img.no_border,
a:active img.no_border,
a:visited img.no_border,
a:hover img.no_border {
	border-width: 0px !important; 
}

textarea {
	resize: vertical;
}

input {
	margin: 2px; 
	margin-left: 0px; 
}

input[type="radio"], 
input[type="checkbox"] {
}

/* TinyMCE specific rules */


body.mce-content-body {
	background-color: #ffffff;
	background-image: none;
	padding: 20px; 
}

body.mce-content-body a {
	color: #1884c7 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}



.svgicon {
	display: inline-block;
	line-height: 0;
	vertical-align: .08em; 
}

.svgicon svg {
	height: 1.25em; 	width: 1.25em;
	margin: -0.225em -0.125em; 	vertical-align: middle;
	fill: currentColor;
}

/*Misc Standard Styles*/

.w100 {
	width: 100%; 
}

.vat,
table.vat td,
tr.vat td {
	vertical-align: top; 
}

.vabl,
table.vabl td,
tr.vabl td {
	vertical-align: baseline; 
}

.vam,
table.vam td,
tr.vam td {
	vertical-align: middle; 
}

.tar {
	text-align: right; 
}

.important {
	color: #66b1e6;
}

.required {
	text-align: center;
	color: #66b1e6;
}

[data-required="1"]:before {
	color: #66b1e6;
	content : '*';
}

.even_row, 
.row_0 {
	background-color: #eeeeee;
}

.odd_row, 
.row_1 {
	background-color: #ffffff;
}

.good, 
.status1 {
	color: #66b1e6;
}

.bad, 
.status0 {
	color: #66b1e6;
}

/*
table.form td {
	vertical-align: baseline; 
	text-align: left; 
}

table.form td.label {
	/*text-align: right; * /
}

div.label {
	margin-top: 18px; 
}

div.field {
	margin-bottom: 18px; 
}
*/

a.link_blue_vlt:link,
a.link_blue_vlt:active,
a.link_blue_vlt:visited {
	color: #e7eff5 ;
	text-decoration: none ;
}
a.link_blue_vlt:hover {
	text-decoration: underline ;
}
a.link_blue_lt:link,
a.link_blue_lt:active,
a.link_blue_lt:visited {
	color: #66b1e6 ;
	text-decoration: none ;
}
a.link_blue_lt:hover {
	text-decoration: underline ;
}
a.link_blue_lt2:link,
a.link_blue_lt2:active,
a.link_blue_lt2:visited {
	color: #4ea8e8 ;
	text-decoration: none ;
}
a.link_blue_lt2:hover {
	text-decoration: underline ;
}
a.link_blue_md:link,
a.link_blue_md:active,
a.link_blue_md:visited {
	color: #1884c7 ;
	text-decoration: none ;
}
a.link_blue_md:hover {
	text-decoration: underline ;
}
a.link_blue_dk:link,
a.link_blue_dk:active,
a.link_blue_dk:visited {
	color: #206687 ;
	text-decoration: none ;
}
a.link_blue_dk:hover {
	text-decoration: underline ;
}
a.link_blue_vdk:link,
a.link_blue_vdk:active,
a.link_blue_vdk:visited {
	color: #10455d ;
	text-decoration: none ;
}
a.link_blue_vdk:hover {
	text-decoration: underline ;
}
a.link_orange:link,
a.link_orange:active,
a.link_orange:visited {
	color: #C54906 ;
	text-decoration: none ;
}
a.link_orange:hover {
	text-decoration: underline ;
}
a.link_blue_vltLt:link,
a.link_blue_vltLt:active,
a.link_blue_vltLt:visited {
	color: #eef3f8 ;
	text-decoration: none ;
}
a.link_blue_vltLt:hover {
	text-decoration: underline ;
}
a.link_blue_vltDk:link,
a.link_blue_vltDk:active,
a.link_blue_vltDk:visited {
	color: #a1a7ab ;
	text-decoration: none ;
}
a.link_blue_vltDk:hover {
	text-decoration: underline ;
}
a.link_blue_ltLt:link,
a.link_blue_ltLt:active,
a.link_blue_ltLt:visited {
	color: #93c8ed ;
	text-decoration: none ;
}
a.link_blue_ltLt:hover {
	text-decoration: underline ;
}
a.link_blue_ltDk:link,
a.link_blue_ltDk:active,
a.link_blue_ltDk:visited {
	color: #477ba1 ;
	text-decoration: none ;
}
a.link_blue_ltDk:hover {
	text-decoration: underline ;
}
a.link_blue_lt2Lt:link,
a.link_blue_lt2Lt:active,
a.link_blue_lt2Lt:visited {
	color: #83c2ee ;
	text-decoration: none ;
}
a.link_blue_lt2Lt:hover {
	text-decoration: underline ;
}
a.link_blue_lt2Dk:link,
a.link_blue_lt2Dk:active,
a.link_blue_lt2Dk:visited {
	color: #3675a2 ;
	text-decoration: none ;
}
a.link_blue_lt2Dk:hover {
	text-decoration: underline ;
}
a.link_blue_mdLt:link,
a.link_blue_mdLt:active,
a.link_blue_mdLt:visited {
	color: #5da8d7 ;
	text-decoration: none ;
}
a.link_blue_mdLt:hover {
	text-decoration: underline ;
}
a.link_blue_mdDk:link,
a.link_blue_mdDk:active,
a.link_blue_mdDk:visited {
	color: #105c8b ;
	text-decoration: none ;
}
a.link_blue_mdDk:hover {
	text-decoration: underline ;
}
a.link_blue_dkLt:link,
a.link_blue_dkLt:active,
a.link_blue_dkLt:visited {
	color: #6293ab ;
	text-decoration: none ;
}
a.link_blue_dkLt:hover {
	text-decoration: underline ;
}
a.link_blue_dkDk:link,
a.link_blue_dkDk:active,
a.link_blue_dkDk:visited {
	color: #16475e ;
	text-decoration: none ;
}
a.link_blue_dkDk:hover {
	text-decoration: underline ;
}
a.link_blue_vdkLt:link,
a.link_blue_vdkLt:active,
a.link_blue_vdkLt:visited {
	color: #577c8d ;
	text-decoration: none ;
}
a.link_blue_vdkLt:hover {
	text-decoration: underline ;
}
a.link_blue_vdkDk:link,
a.link_blue_vdkDk:active,
a.link_blue_vdkDk:visited {
	color: #0b3041 ;
	text-decoration: none ;
}
a.link_blue_vdkDk:hover {
	text-decoration: underline ;
}
a.link_orangeLt:link,
a.link_orangeLt:active,
a.link_orangeLt:visited {
	color: #d67f50 ;
	text-decoration: none ;
}
a.link_orangeLt:hover {
	text-decoration: underline ;
}
a.link_orangeDk:link,
a.link_orangeDk:active,
a.link_orangeDk:visited {
	color: #893304 ;
	text-decoration: none ;
}
a.link_orangeDk:hover {
	text-decoration: underline ;
}
a.link_1:link,
a.link_1:active,
a.link_1:visited {
	color: #66b1e6 ;
	text-decoration: none ;
}
a.link_1:hover {
	text-decoration: underline ;
}
a.link_2:link,
a.link_2:active,
a.link_2:visited {
	color: #66b1e6 ;
	text-decoration: none ;
}
a.link_2:hover {
	text-decoration: underline ;
}
a.link_3:link,
a.link_3:active,
a.link_3:visited {
	color: #66b1e6 ;
	text-decoration: none ;
}
a.link_3:hover {
	text-decoration: underline ;
}
a.link_4:link,
a.link_4:active,
a.link_4:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_4:hover {
	text-decoration: underline ;
}
a.link_5:link,
a.link_5:active,
a.link_5:visited {
	color: #999999 ;
	text-decoration: none ;
}
a.link_5:hover {
	text-decoration: underline ;
}
a.link_6:link,
a.link_6:active,
a.link_6:visited {
	color: #666666 ;
	text-decoration: none ;
}
a.link_6:hover {
	text-decoration: underline ;
}
a.link_main_1:link,
a.link_main_1:active,
a.link_main_1:visited {
	color: #66b1e6 ;
	text-decoration: none ;
}
a.link_main_1:hover {
	text-decoration: underline ;
}
a.link_main_2:link,
a.link_main_2:active,
a.link_main_2:visited {
	color: #66b1e6 ;
	text-decoration: none ;
}
a.link_main_2:hover {
	text-decoration: underline ;
}
a.link_main_3:link,
a.link_main_3:active,
a.link_main_3:visited {
	color: #66b1e6 ;
	text-decoration: none ;
}
a.link_main_3:hover {
	text-decoration: underline ;
}
a.link_main_4:link,
a.link_main_4:active,
a.link_main_4:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_main_4:hover {
	text-decoration: underline ;
}
a.link_main_5:link,
a.link_main_5:active,
a.link_main_5:visited {
	color: #999999 ;
	text-decoration: none ;
}
a.link_main_5:hover {
	text-decoration: underline ;
}
a.link_main_6:link,
a.link_main_6:active,
a.link_main_6:visited {
	color: #666666 ;
	text-decoration: none ;
}
a.link_main_6:hover {
	text-decoration: underline ;
}
a.link_trim_1:link,
a.link_trim_1:active,
a.link_trim_1:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_trim_1:hover {
	text-decoration: underline ;
}
a.link_trim_2:link,
a.link_trim_2:active,
a.link_trim_2:visited {
	color: #999999 ;
	text-decoration: none ;
}
a.link_trim_2:hover {
	text-decoration: underline ;
}
a.link_trim_3:link,
a.link_trim_3:active,
a.link_trim_3:visited {
	color: #666666 ;
	text-decoration: none ;
}
a.link_trim_3:hover {
	text-decoration: underline ;
}
a.link_bg:link,
a.link_bg:active,
a.link_bg:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_bg:hover {
	text-decoration: underline ;
}
a.link_font:link,
a.link_font:active,
a.link_font:visited {
	color: #000000 ;
	text-decoration: none ;
}
a.link_font:hover {
	text-decoration: underline ;
}
a.link_gb:link,
a.link_gb:active,
a.link_gb:visited {
	color: #000000 ;
	text-decoration: none ;
}
a.link_gb:hover {
	text-decoration: underline ;
}
a.link_heading:link,
a.link_heading:active,
a.link_heading:visited {
	color: #4ea8e8 ;
	text-decoration: none ;
}
a.link_heading:hover {
	text-decoration: underline ;
}
a.link_anchor_1:link,
a.link_anchor_1:active,
a.link_anchor_1:visited {
	color: #1884c7 ;
	text-decoration: none ;
}
a.link_anchor_1:hover {
	text-decoration: underline ;
}
a.link_anchor_2:link,
a.link_anchor_2:active,
a.link_anchor_2:visited {
	color: #1884c7 ;
	text-decoration: none ;
}
a.link_anchor_2:hover {
	text-decoration: underline ;
}
a.link_anchor_3:link,
a.link_anchor_3:active,
a.link_anchor_3:visited {
	color: #66b1e6 ;
	text-decoration: none ;
}
a.link_anchor_3:hover {
	text-decoration: underline ;
}
a.link_nav_1:link,
a.link_nav_1:active,
a.link_nav_1:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_nav_1:hover {
	text-decoration: underline ;
}
a.link_nav_2:link,
a.link_nav_2:active,
a.link_nav_2:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_nav_2:hover {
	text-decoration: underline ;
}
a.link_content:link,
a.link_content:active,
a.link_content:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_content:hover {
	text-decoration: underline ;
}
a.link_light:link,
a.link_light:active,
a.link_light:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_light:hover {
	text-decoration: underline ;
}
a.link_foot:link,
a.link_foot:active,
a.link_foot:visited {
	color: #666666 ;
	text-decoration: none ;
}
a.link_foot:hover {
	text-decoration: underline ;
}
a.link_even:link,
a.link_even:active,
a.link_even:visited {
	color: #eeeeee ;
	text-decoration: none ;
}
a.link_even:hover {
	text-decoration: underline ;
}
a.link_odd:link,
a.link_odd:active,
a.link_odd:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_odd:hover {
	text-decoration: underline ;
}
a.link_good:link,
a.link_good:active,
a.link_good:visited {
	color: #66b1e6 ;
	text-decoration: none ;
}
a.link_good:hover {
	text-decoration: underline ;
}
a.link_bad:link,
a.link_bad:active,
a.link_bad:visited {
	color: #66b1e6 ;
	text-decoration: none ;
}
a.link_bad:hover {
	text-decoration: underline ;
}
a.link_important:link,
a.link_important:active,
a.link_important:visited {
	color: #66b1e6 ;
	text-decoration: none ;
}
a.link_important:hover {
	text-decoration: underline ;
}

/* glyphicons icons */

.glyphicons.sign_check,
.glyphicons.sign_question,
.glyphicons.sign_exclaimation {
	font-size: 16px;
	font-weight: bold;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/
}

.glyphicons.sign_check {
	color: #71B867;
}

.glyphicons.sign_question {
	color: #CC8800;
}

.glyphicons.sign_exclaimation {
	color: #900;
}

/* responsive tables */

@media (max-width: 980px) {
	.responsive_table_outer {
		position: relative;
	}
	
	.responsive_table_right {
		position: absolute;
		top: 0px;
		bottom: 0px;
		height: 100%; 
		right: 0px;
		width: 10px;
		background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3) , rgba(0, 0, 0, 0) );
	}
	
	.responsive_table_left {
		position: absolute;
		top: 0px;
		bottom: 0px;
		height: 100%; 
		left: 0px;
		width: 10px;
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) , rgba(0, 0, 0, 0) );
	}
	
	.responsive_table_inner {
		position: relative;
		width: 100%; 
		overflow-x: auto;
	}
}

/* general style */

/* fields */

.top_text {
	background-color: #ccc;
	color: #666666;
	font-size: .8em; 
	text-align: center; 
	padding: 5px 10px;
}

.view_all {
	clear: both;
	text-align: right;
	margin-top: 10px; 
	border-top: dotted 0px #666666;
}

.name {
	font-size: 1.2em ;
	font-weight: bold; 
	letter-spacing: -1px ;
	line-height: 1;
}
.name a {
	text-decoration: none;
}

.date {
	font-style: italic;	
}

.link {
	text-align: right; 
	clear: right; 
	font-size: .9em ;
}

.teaser {
	
}

.icontent {
	
}

.caption {
	font-size: .8em;
}

.video {
	max-width: 640px;
	margin: auto;
}

/* bread crumb */


.bcrumb {
	margin: 18px 0px;
}

.bcrumb a:link,
.bcrumb a:active,
.bcrumb a:visited {
	font-size: 0.9em; 
	text-decoration: none; 
}

.bcrumb a:hover {
	text-decoration: underline; 
}

.filter_bcrumb a:link,
.filter_bcrumb a:active,
.filter_bcrumb a:visited {
	display: inline-block;
	text-decoration: none; 
	font-size: 0.9em; 
}

.filter_bcrumb a:hover {
	text-decoration: underline; 
}

.filter_bcrumb .halflings {
	margin-left: 4px;
	font-size: 12px;
}

/* admin preview */

.admin_preview {
	margin: 18px 0px;
	border: solid 1px #66b1e6;
	background: #f3f9fd;
	padding: 9px;
	color: #66b1e6;
}

/* Edit Me */

a.edit_me {
	opacity: 0.65; 
	display: block;
	position: fixed; 
	bottom: 0px;
	right: 10px; 
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
	border-collapse: separate; 
	border-radius: 5px 5px 0px 0px; 
	border: solid 1px #93c8ed; 
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) , rgba(148, 200, 238, 1) ); 
	padding: 5px 8px; 
	font-family: arial, sans-serif; 
	font-size: 15px; 
	text-decoration: none; 
	color: #66b1e6; 
}
a.edit_me:hover {
	opacity: 1; 
}

a.edit_me img {
	border: 0px;
}

@media (max-width: 800px) {
	a.edit_me {
		opacity: 1; 
		position: static;
		border-radius: 0px; 
		border-width: 0px;
		text-align: center; 
	}
}

/* paging links */

div.paging {
	margin: 18px 0px; 
}

div.paging_np {
	
}

div.paging_pages {
	margin-top: 9px; 
}

a.paging, 
a.paging:link, 
a.paging:active, 
a.paging:visited,
a.paging:hover {
	display: inline-block; 
	border: solid 1px #1884c7; 
	border-radius: 6px;
	background-color: #238ac9;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) , rgba(24, 132, 199, 0.2) ); 
	padding: 6px 9px; 
	text-align: center;
	text-decoration: none; 
	color: #ffffff;
}

a.paging:hover {
	background-color: #3995cf;
}

a.paging[disabled] {
	cursor: default; 
	border: solid 1px #4e99c8; 
	background-color: #569dca; 
	background-image: none;
	color: rgba(154, 196, 222, 1);
}

a.paging.paging_cur {
	border-width: 2px !important; 
	padding: 5px 8px !important; 
	font-weight: bold; 
	text-decoration: underline; 
}

/* search */

.search .bcrumb {
	margin: 0px;
}

/* GENERAL TABLES */

/* general_attachments */

.ga_id .filename {
	font-size: .8em;
}

/* list main */

ul.list_cont {
	list-style: none;
	padding: 0px;
}

ul.list_cont li.list_item .img_cont {
	display: inline-block;
	box-sizing: border-box;
}

ul.list_cont li.list_item .img_cont img {
	box-sizing: border-box;
	border: 0px;
}

ul.list_cont li.list_item .info_cont {
	font-size: 18px;
}

ul.list_cont li.list_item .icon_cont {
	display: inline-block;
	box-sizing: border-box;
}

ul.list_cont li.list_item .icon_cont img {
	box-sizing: border-box;
	border: 0px;
}

/* vertical list */


.list_ver ul.list_cont {
	margin: 9px 0px;
}

.list_ver ul.list_cont li.list_item {
	padding: 9px 0px; 
	border: 0 ;
	margin: 2rem auto ;
	clear: both;
}

.list_ver ul.list_cont li.list_item:first-child {
	border-top: 0px;
}

.list_ver ul.list_cont li.list_item .img_cont {
	display: inline-block;
	vertical-align: top;
	background-image: none !important;
}

/* vertical image left */

.list_ver.list_img_left ul.list_cont li.list_item > * {
	/*flex: auto;*/
}

.list_ver.list_img_left ul.list_cont li.list_item {
	/*
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	*/
}

.list_ver.list_img_left ul.list_cont li.list_item .img_cont {
	/*
	flex: none;
	width: 160px; 
	max-width: 20%;
	*/
	float: left;
	width: 25%;
	text-align: center;
}

.list_ver.list_img_left ul.list_cont li.list_item .img_cont img {
	max-width: 100%;
	max-height: 120px; 
}

.list_ver.list_img_left ul.list_cont li.list_item .info_cont {
	float: right;
	box-sizing: border-box;
	width: 75%;
	padding-left: 9px;
}

/* vertical img float */

.list_ver.list_img_float ul.list_cont li.list_item .img_cont {
	float: right;
	max-width: 25%;
	margin: 0px 0px 9px 9px; 
}

.list_ver.list_img_float ul.list_cont li.list_item .img_cont img {
	max-width: 100%;
	max-height: 120px; 
}

/* horizontal items list */


.list_hor ul.list_cont {
	margin-left: -9px;
	margin-right: -9px;
	font-size: 0;
}

.list_hor ul.list_cont li.list_item {
	box-sizing: border-box;
	text-align: center;
	padding: 0px 9px 27px 9px; 
	display: inline-block;
	vertical-align: top;
}

.list_hor ul.list_cont li.list_item {
	font-size: 0;
}

.list_hor ul.list_cont li.list_item .img_cont {
	position: relative; 
	width: 100%;
	margin-bottom: 6px; 
	text-align: center; 
	font-size: 0;
	/*border: solid 1px #1884c7;*/
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.list_hor ul.list_cont li.list_item .img_cont:before {
	content: ' ';
	display: inline-block;
	padding-top: 75%;
}

.list_hor ul.list_cont li.list_item .img_cont img {
	display: none;
}

.list_hor.list_cols_2 ul.list_cont li.list_item {
	width: 100%;
	max-width: 50%;
}

@media (max-width: 980px) {
	.list_hor.list_cols_2 ul.list_cont li.list_item {
		max-width: 100%;
	}
}

@media (max-width: 400px) {
	.list_hor.list_cols_2 ul.list_cont li.list_item {
		max-width: none;
	}
}
.list_hor.list_cols_3 ul.list_cont li.list_item {
	width: 100%;
	max-width: 33.333333333333%;
}

@media (max-width: 980px) {
	.list_hor.list_cols_3 ul.list_cont li.list_item {
		max-width: 50%;
	}
}
@media (max-width: 653.33333333333px) {
	.list_hor.list_cols_3 ul.list_cont li.list_item {
		max-width: 100%;
	}
}

@media (max-width: 400px) {
	.list_hor.list_cols_3 ul.list_cont li.list_item {
		max-width: none;
	}
}
.list_hor.list_cols_4 ul.list_cont li.list_item {
	width: 100%;
	max-width: 25%;
}

@media (max-width: 980px) {
	.list_hor.list_cols_4 ul.list_cont li.list_item {
		max-width: 33.333333333333%;
	}
}
@media (max-width: 735px) {
	.list_hor.list_cols_4 ul.list_cont li.list_item {
		max-width: 50%;
	}
}
@media (max-width: 490px) {
	.list_hor.list_cols_4 ul.list_cont li.list_item {
		max-width: 100%;
	}
}

@media (max-width: 400px) {
	.list_hor.list_cols_4 ul.list_cont li.list_item {
		max-width: none;
	}
}
.list_hor.list_cols_5 ul.list_cont li.list_item {
	width: 100%;
	max-width: 20%;
}

@media (max-width: 980px) {
	.list_hor.list_cols_5 ul.list_cont li.list_item {
		max-width: 25%;
	}
}
@media (max-width: 784px) {
	.list_hor.list_cols_5 ul.list_cont li.list_item {
		max-width: 33.333333333333%;
	}
}
@media (max-width: 588px) {
	.list_hor.list_cols_5 ul.list_cont li.list_item {
		max-width: 50%;
	}
}
@media (max-width: 392px) {
	.list_hor.list_cols_5 ul.list_cont li.list_item {
		max-width: 100%;
	}
}

@media (max-width: 400px) {
	.list_hor.list_cols_5 ul.list_cont li.list_item {
		max-width: none;
	}
}
.list_hor.list_cols_6 ul.list_cont li.list_item {
	width: 100%;
	max-width: 16.666666666667%;
}

@media (max-width: 980px) {
	.list_hor.list_cols_6 ul.list_cont li.list_item {
		max-width: 20%;
	}
}
@media (max-width: 816.66666666667px) {
	.list_hor.list_cols_6 ul.list_cont li.list_item {
		max-width: 25%;
	}
}
@media (max-width: 653.33333333333px) {
	.list_hor.list_cols_6 ul.list_cont li.list_item {
		max-width: 33.333333333333%;
	}
}
@media (max-width: 490px) {
	.list_hor.list_cols_6 ul.list_cont li.list_item {
		max-width: 50%;
	}
}
@media (max-width: 326.66666666667px) {
	.list_hor.list_cols_6 ul.list_cont li.list_item {
		max-width: 100%;
	}
}

@media (max-width: 400px) {
	.list_hor.list_cols_6 ul.list_cont li.list_item {
		max-width: none;
	}
}
.list_hor.list_cols_7 ul.list_cont li.list_item {
	width: 100%;
	max-width: 14.285714285714%;
}

@media (max-width: 980px) {
	.list_hor.list_cols_7 ul.list_cont li.list_item {
		max-width: 16.666666666667%;
	}
}
@media (max-width: 840px) {
	.list_hor.list_cols_7 ul.list_cont li.list_item {
		max-width: 20%;
	}
}
@media (max-width: 700px) {
	.list_hor.list_cols_7 ul.list_cont li.list_item {
		max-width: 25%;
	}
}
@media (max-width: 560px) {
	.list_hor.list_cols_7 ul.list_cont li.list_item {
		max-width: 33.333333333333%;
	}
}
@media (max-width: 420px) {
	.list_hor.list_cols_7 ul.list_cont li.list_item {
		max-width: 50%;
	}
}
@media (max-width: 280px) {
	.list_hor.list_cols_7 ul.list_cont li.list_item {
		max-width: 100%;
	}
}

@media (max-width: 400px) {
	.list_hor.list_cols_7 ul.list_cont li.list_item {
		max-width: none;
	}
}
.list_hor.list_cols_8 ul.list_cont li.list_item {
	width: 100%;
	max-width: 12.5%;
}

@media (max-width: 980px) {
	.list_hor.list_cols_8 ul.list_cont li.list_item {
		max-width: 14.285714285714%;
	}
}
@media (max-width: 857.5px) {
	.list_hor.list_cols_8 ul.list_cont li.list_item {
		max-width: 16.666666666667%;
	}
}
@media (max-width: 735px) {
	.list_hor.list_cols_8 ul.list_cont li.list_item {
		max-width: 20%;
	}
}
@media (max-width: 612.5px) {
	.list_hor.list_cols_8 ul.list_cont li.list_item {
		max-width: 25%;
	}
}
@media (max-width: 490px) {
	.list_hor.list_cols_8 ul.list_cont li.list_item {
		max-width: 33.333333333333%;
	}
}
@media (max-width: 367.5px) {
	.list_hor.list_cols_8 ul.list_cont li.list_item {
		max-width: 50%;
	}
}
@media (max-width: 245px) {
	.list_hor.list_cols_8 ul.list_cont li.list_item {
		max-width: 100%;
	}
}

@media (max-width: 400px) {
	.list_hor.list_cols_8 ul.list_cont li.list_item {
		max-width: none;
	}
}
.list_hor.list_cols_9 ul.list_cont li.list_item {
	width: 100%;
	max-width: 11.111111111111%;
}

@media (max-width: 980px) {
	.list_hor.list_cols_9 ul.list_cont li.list_item {
		max-width: 12.5%;
	}
}
@media (max-width: 871.11111111111px) {
	.list_hor.list_cols_9 ul.list_cont li.list_item {
		max-width: 14.285714285714%;
	}
}
@media (max-width: 762.22222222222px) {
	.list_hor.list_cols_9 ul.list_cont li.list_item {
		max-width: 16.666666666667%;
	}
}
@media (max-width: 653.33333333333px) {
	.list_hor.list_cols_9 ul.list_cont li.list_item {
		max-width: 20%;
	}
}
@media (max-width: 544.44444444444px) {
	.list_hor.list_cols_9 ul.list_cont li.list_item {
		max-width: 25%;
	}
}
@media (max-width: 435.55555555556px) {
	.list_hor.list_cols_9 ul.list_cont li.list_item {
		max-width: 33.333333333333%;
	}
}
@media (max-width: 326.66666666667px) {
	.list_hor.list_cols_9 ul.list_cont li.list_item {
		max-width: 50%;
	}
}
@media (max-width: 217.77777777778px) {
	.list_hor.list_cols_9 ul.list_cont li.list_item {
		max-width: 100%;
	}
}

@media (max-width: 400px) {
	.list_hor.list_cols_9 ul.list_cont li.list_item {
		max-width: none;
	}
}
.list_hor.list_cols_10 ul.list_cont li.list_item {
	width: 100%;
	max-width: 10%;
}

@media (max-width: 980px) {
	.list_hor.list_cols_10 ul.list_cont li.list_item {
		max-width: 11.111111111111%;
	}
}
@media (max-width: 882px) {
	.list_hor.list_cols_10 ul.list_cont li.list_item {
		max-width: 12.5%;
	}
}
@media (max-width: 784px) {
	.list_hor.list_cols_10 ul.list_cont li.list_item {
		max-width: 14.285714285714%;
	}
}
@media (max-width: 686px) {
	.list_hor.list_cols_10 ul.list_cont li.list_item {
		max-width: 16.666666666667%;
	}
}
@media (max-width: 588px) {
	.list_hor.list_cols_10 ul.list_cont li.list_item {
		max-width: 20%;
	}
}
@media (max-width: 490px) {
	.list_hor.list_cols_10 ul.list_cont li.list_item {
		max-width: 25%;
	}
}
@media (max-width: 392px) {
	.list_hor.list_cols_10 ul.list_cont li.list_item {
		max-width: 33.333333333333%;
	}
}
@media (max-width: 294px) {
	.list_hor.list_cols_10 ul.list_cont li.list_item {
		max-width: 50%;
	}
}
@media (max-width: 196px) {
	.list_hor.list_cols_10 ul.list_cont li.list_item {
		max-width: 100%;
	}
}

@media (max-width: 400px) {
	.list_hor.list_cols_10 ul.list_cont li.list_item {
		max-width: none;
	}
}

/* detail main */

.detail.detail_img_float .img_cont {
	float: right;
	margin: 0px 0px 10px 10px;
	background-color: #eee;
	font-size: 0 ;
}

.detail.detail_img_float .img_cont img {
	max-width: 240px;
	max-height: 240px;
}

/* list main */

.mod ul.list_cont li.list_item .info_cont {
	font-size: .9em;
}

.mod .name {
	/*font-size: 1em; /* set .mod font size before adjusting this*/
}

/* vertical list */




/* vertical img left*/

.mod.list_ver.list_img_left ul.list_cont li.list_item .img_cont {
	max-width: 25%;
	max-height: 112.5px; 
}

.mod.list_ver.list_img_left ul.list_cont li.list_item .img_cont img {
	max-height: 112.5px; 
}

/* vertical img float */



/* horizontal items list */


/* BLOGS STYLES */

/* generic */

/* list */

.blg_id.list .author {
	/*font-weight: bold;*/
}

/* detail */

.blg_id.detail .author {
	font-weight: bold;
}

/* module */


/* BLOGS_COMMENTS */

.bc_id.list_ver .comment_submit {
	float: right;
	position: relative;
	width: 320px;
	margin: 0px 0px 10px 10px;
	border: solid 1px #999999;
	background-color: #ffffff;
	padding: 10px;
}

.bc_id.list_ver .comment_submit.submitting {
	opacity: 0.4;
}

.bc_id.list_ver .comment_submit h3 {
	margin-top: 0px;
	margin-bottom: 9px;
}

.bc_id.list_ver .comment_submit .field_cont {
	margin: 9px 0px;
}

.bc_id.list_ver .comment_submit input,
.bc_id.list_ver .comment_submit textarea {
	width: 100%;
}

.bc_id.list_ver .comment_submit .form_submit {
	text-align: right;
}

.bc_id.list_ver .comment_submit .official_cont {
	float: right; 
	white-space: nowrap; 
}

.bc_id.list_ver .comment_submit .official_cont input {
	width: auto;
}

/**/

.bc_id.list_ver ul.list_cont li.list_item {
	border: solid 1px #999999;
	border-width: 1px 0px 0px 0px;
	padding: 10px; 
	background-color: #eeeeee;
	clear: none;
}

.bc_id.list_ver ul.list_cont li.list_item:nth-child(2n) {
	background-color: #ffffff;
}

.bc_id.list_ver ul.list_cont li.list_item .date {
	font-size: .8em; 
}

.bc_id.list_ver ul.list_cont li.list_item .username {
	font-size: .8em;
}

.bc_id.list_ver ul.list_cont li.list_item .official {
	font-weight: bold;
	color: #66b1e6;
}

.bc_id.list_ver ul.list_cont li.list_item .icontent {
	margin-top: 10px; 
}

.blog-main-image {
	background-position: center center ;
	background-size: cover ;
	color: white ;
	text-shadow: 1px 1px 0 black ;
}
.blog-main-overlay {
	background: rgba(0,0,0,.5) ;
	padding: 15% 0 ;
	text-align: center ;
}
.blog-main-image h1 {
	color: white ;
	font-weight: bold ;
}

.flex-resources {
	display: flex ;
	align-items: stretch ;
}
.flex-resources-left {
	position: relative ;
	width: 40% ;
}
.flex-resources-right {
	width: 60% ;
}
.flex-resources .col-photo {
	background-position: center center ;
	background-size: cover ;
	position: absolute ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 100% ;
}

@media (max-width: 768px) {
	.flex-resources {
		display: block ;
	}
	.flex-resources-left,
	.flex-resources-right {
		display: block ;
		width: auto ;
	}
	.flex-resources-left {
		padding-top: 100% ;
	}
}
/* DOCUMENTS STYLES */

/* generic */


/* list */


/* detail */


/* module */


/* PAGES STYLES */

/* generic */

.pg_id .children_list {
	margin: 18px 0px; 
}

.pg_id .children_item {
	font-weight: bold;
}

/* SPECIALS STYLES */

/* generic */


/* list */

.list_ver ul.list_cont li.list_item {
	margin: 1.2rem auto;
}


/* detail */

.sub_form_choosers_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px -10px 10px -10px;
}

.sub_form_choosers_cont .sub_form_choosers_item {
	display: inline-block;
	flex: 1;
	box-sizing: border-box;
	margin: 10px;
	/*
	padding: 10px 15px;
	border: solid 1px #cccccc; 
	border-radius: 10px;
	*/
}

@media (max-width: 680px) {
	.sub_form_choosers_cont {
		display: block;
	}
	
	.sub_form_choosers_cont .sub_form_choosers_item {
		display: block;
		width: auto;
	}
}

/* module */


/* USERS STYLES */

/* generic */

.user_nav_container {
	background-image: linear-gradient(to bottom, rgba(102, 177, 230, 1) , rgba(24, 132, 199, 1) ); 
}

.user_nav_container ul.sf-menu {
	text-align: center ;
	display: flex ;
	flex-wrap: wrap ;
	justify-content: space-between ;
}

.user_nav_container ul a:link,
.user_nav_container ul a:active,
.user_nav_container ul a:visited {
	display: block; 
	color: #ffffff ;
	padding: 8px 12px ;
	text-decoration: none ;
	font-size: 24px ;
	line-height: 1.25;
	font-weight: bold ;
	letter-spacing: -.03em ;
	text-align: center ;
	flex: 1 0 auto ;
	border-left: 1px solid #66b1e6 ;
	border-right: 1px solid #1884c7 ;
}
.user_nav_container ul a:hover {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) , rgba(255, 255, 255, 0.1) ) ;
}

.user_nav_container ul ul {
	width: 250px;
}

.user_nav_container ul ul a.button_2 {
	text-align: left; 
	/*white-space: nowrap;*/
	font-size: 14px ;
	font-weight: normal ;
	text-decoration: none ;
	color: #fff ;
	background: #66b1e6 ;
	padding: 8px 12px ;
}
.user_nav_container ul ul a.button_2:hover {
	background-image: linear-gradient(to bottom, rgba(32, 102, 135, 1) , rgba(32, 102, 135, 1) );
}

.user_nav_container.user_nav_broker {
	background-image: linear-gradient(to bottom, rgba(51, 51, 51, 1) , rgba(0, 0, 0, 1) ); 
}

.user_nav_container.user_nav_broker ul a:link,
.user_nav_container.user_nav_broker ul a:active,
.user_nav_container.user_nav_broker ul a:visited {
	border-left: 1px solid #323232;
	border-right: 1px solid #323232;
}
.user_nav_container.user_nav_broker ul a:hover {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) , rgba(255, 255, 255, 0.3) ) ;
}


/* signup/profile */

.user_login_signup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.user_login_signup > div {
	flex: auto;
	box-sizing: border-box;
	width: 50%;
	border-left: solid 1px #cccccc; 
	padding-left: 15px;
}

.user_login_signup > div:first-child {
	border-left: 0px; 
	padding-left: 0px;
}

@media (max-width: 680px) {
	.user_login_signup {
		display: block;
	}
	
	.user_login_signup > div {
		width: auto;
		border-left: 0px; 
		padding-left: 0px;
	}
}

/*
.user_form {
	text-align: left;
	margin: auto;
}

.user_form td {
	padding-right: 6px; 
}
*/

/* orders */

.users_order {
	border: solid 1px #66b1e6;
	width: 100%; 
}

.users_order td {
	border-bottom: dotted 1px #66b1e6;
	padding: 3px 5px; 
}

.users_order .users_order_head td {
	background-color: #66b1e6;
	color: white; 
	font-weight: bold; 
	vertical-align: bottom;
}

.users_order .users_order_row td {
	vertical-align: baseline;
}

.users_order .users_order_row td .users_order_name {
	color: #1884c7;
}

.users_order .users_order_row td .users_order_item {
	font-size: .9em;
}

.users_order_tight {
	width: 1%; 
	white-space: nowrap; 
}

/* item lists */

.user_list {
	width: 100%;
}

.user_list td {
	padding: 8px 10px 8px 20px; 
}

.user_list td.user_actions {
	width: .5%;
	white-space: nowrap;
}

.user_list .user_list_head {
	vertical-align: bottom; 
}

.user_list .user_list_head td {
	border-bottom: solid 1px #cccccc;
}

.user_list .user_list_row td {
	background-color: #eeeeee;
	/*border-bottom: dotted 1px #cccccc;*/
}

.user_list .user_list_row:nth-child(odd) td {
	/*border-bottom: dotted 1px #cccccc;*/
	background-color: #ffffff;
}

.user_list .user_list_row:hover td {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) , rgba(0, 0, 0, 0.1) );
}

.user_list td:first-child {
	padding-left: 10px;
}

/* chooser styles */

.chooser_list_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px -10px 20px -10px;
}

.chooser_list_cont .chooser_item {
	text-decoration: none;
	color: black !important;
	display: inline-block;
	flex: 1;
	box-sizing: border-box;
	/*width: 200px;*/
	border: solid 1px #cccccc; 
	border-radius: 10px;
	margin: 10px;
	padding: 10px 15px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) , rgba(238, 238, 238, 1) );
}

.chooser_list_cont .chooser_item:hover {
	box-shadow: 0px 0px 10px rgba(102, 177, 230, 1);
	border-collapse: separate;
}

@media (max-width: 680px) {
	.chooser_list_cont {
		display: block;
	}
	
	.chooser_list_cont .chooser_item {
		display: block;
		width: auto;
	}
}

.users_subscriptions_payment_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	/*margin: 0px -10px 20px -10px;*/
}

.users_subscriptions_payment_cont > *:first-child {
	/*flex: 1;*/
	margin-right: 50px;
}

.doc_finalized {
	background-image: linear-gradient(to bottom, rgba(197, 73, 6, 1) , rgba(197, 73, 6, 1) );
	border-radius: 10px;
	padding: 10px; 
	color: white;
	font-weight: bold;
}

.doc_finalized p:first-child {
	margin-top: 0px;
}

.doc_finalized p:last-child {
	margin-bottom: 0px;
}

.doc_finalized a {
	color: white;
}

.doc_finalized .but {
	/*box-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
	border-collapse: separate;*/
}

.user_notifications_cont {
	font-size: .9em;
	padding: 6px;
	background-color: #EB8612;
	color: white;
}

.user_notifications_cont a {
	color: white;
}
/* for both SITE and CMS (generally doesn't change between sites) */

/* server test check */

img.server_beta {
	position: fixed; 
	top: 0px; 
	right: 0px; 
	z-index: 4500; 
	cursor: help; 
}

div.server_beta {
	display: none;
	border-bottom: solid 1px #96938D;
	background-color: #B3AFA8;
	padding: 5px 12px;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	cursor: help;
	text-align: center; 
	position: fixed ;
	bottom: 0 ;
	left: 0 ;
	right:0 ;
}

@media (max-width: 600px) {
	img.server_beta {
		display: none;
	}
	
	div.server_beta {
		display: block;
	}
}

/* print styles */

.print_only {
	display: none !important; 
}

@media print {
	
	.print_only {
		display: block !important;
	}
	
	.no_print {
		display: none !important; 
	}
	
	.container {
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	
	.content {
		margin: 0px !important;
		padding: 0px !important; 
		float: none !important;
	}
	
}


.content_outer {
	overflow-x: auto ;
}

#help_container{
	display: none ;
	position: fixed ;
	top: 10% ;
	left: 10% ;
	right: 10% ;
	z-index: 10;
}
#help_close {
	position: absolute;
	top: 10px;
	right: 50px;
	display: inline-block;
	border-radius: 20px ;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	background-color: white;
}
#help_inner{
	padding: 40px 50px ;
	border-radius: 50px ;
	background: #e0e0e0 ;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border-collapse: separate ;
	opacity: 0.95}
#help_question{
	background-image: url(/images/help_contact.png);
}
#help_knowledge{
	background-image: url(/images/help_kb.png);
}
#help_phone{
	background-image: url(/images/help_chat.png);
}
#help_email{
	background-image: url(/images/help_chat.png);
}

@media (max-width: 640px) {
	/*.slider_container {
		padding-top: 100% ;
	}*/
	.slider_container {
		background-image: url(/images/top-sm.jpg) ;
		background-size: cover ;
		background-position: 100% 50% ;
		padding-top: 100% ;
		position: relative ;
	}
	.warranty_link_cont{
		position: absolute ;
		top: 0 ;
		right: 0 ;
		left: 0 ;
		text-align: center ;
		padding-top: 6%;
	}

	.warranty_link_inner{
		display: inline-block ;
		width: 50% ;
		height: 140px;
		padding-top: 15% ;
		margin-left: 40%;
	}
	.slider_text #typed {
		font-size: 1.75em ;
	}
	.menu_info {
		width: 0 ;
		overflow: hidden ;
	}
	body {
		padding-top: 70px ;
	}
	.nav_container {
		position: fixed ;
		top: 70px ;
		left: 0;
		right: 0 ;
		bottom: 0 ;
		overflow-y: auto ;
		z-index: 999 ;
		display: none ;
		background: white ;
	}
	.top_container {
		position: fixed ;
		top: 0 ;
		left: 0 ;
		right: 0 ;
		box-shadow: 0 0 10px rgba(0,0,0,.5) ;
		z-index: 999 ;
	}
	.menu_menu,
	.menu_logo,
	.menu_login {
		display: table-cell ;
		vertical-align: middle ;
		text-align: center ;
		height: 70px ;
	}
	.menu_menu,
	.menu_login {
		width: 15% ;
	}
	.menu_menu a,
	.menu_login a {
		display: block ;
		padding: 8px ;
		font-size: 24px ;
	}
	.menu_logo img {
		height: 35% ;
		width: auto ;
		max-width: none ;
	}
	
	.menu_container .svgicon {
		color: #1884c7;
	}
	
	a.button_a {
		padding: 10px !important ;
	}
	.home_button_container,
	.home_button,
	.home_box_container,
	.home_box {
		display: block !important ;
		width: auto !important ;
		margin: 18px 0 !important ;
	}

}
@media (max-width: 820px) {
	.help_button {
		padding: 20px;
		padding-left: 10% ;
		border-radius: 50px ;
		margin: 10px 0 ;
	}

	.help_button a {
		display: block ;
		text-transform: uppercase ;
		font-weight: bold ;
		font-size: 1.2em ;
	}
	#help_container{
		display: none ;
		position: fixed ;
		top: 11% ;
		left: 10% ;
		right: 10% ;
	}
	#help_inner{
		padding: 5% ;
		border-radius: 50px ;
		background: #e0e0e0 ;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border-collapse: separate ;
		opacity: 0.95	}
	#help_question{
		background-image: none;
	}
	#help_knowledge{
		background-image: none;
	}
	#help_phone{
		background-image: none;
	}
	#help_email{
		background-image: none;
	}
}


.box_1, .box_1-top {
	background-color: #206687 ;
	padding: 20px;
	margin-top: 10px;
}

.box_1 {
	margin-top: -35px;
}

.box_2 {
	background-color: #4ea8e8 ;
	padding: 20px;
	margin-top: -35px;
}

.box_1 p, .box_1-top p, .box_1 h3, .box_1-top h3, .box_2 p, .box_2 h3, .box_1 a, .box_1-top a, .box_2 a  {
	color: white;
}

.box_1-arrow, .box_2-arrow{
	margin-top: -5px;
}

.box_img {
	text-align: center;
	padding-top: 10px;
}

a.but-bigger {
	padding: 20px 30px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin-left: -1%;
	margin-right: -1%;
}

.two_columns_60 {
	flex-basis: 57.6%;
	margin: 0 1% 10px 1%;
}

.two_columns_40 {
	flex-basis: 38.4%;
	margin: 0 1% 10px 1%;
}

.two_columns_40 > ol {
	font-weight: bold;
	font-size: 1.8em;
}

.align_cen {
	align-items: center;
}

@media (max-width: 650px) {

	.box_1, .box_2 {
		margin-top: -20px;
	}

	.row {
		display: block;
	}

	.two_columns_40, .two_columns_60 {
		width: 98%;
	}

	.two_columns_40 > ol {
		font-weight: bold;
		font-size: 1.3em;
	}

}


.outer_btn {
	max-width: 550px;
	margin: 2rem auto;
	background: #206687;
}

.inner_btn {
	text-align: left;
}

.flex_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 2rem;
}

.flex_btn p a {
	text-decoration: none;
	color: white;
}

.title_1 {
	text-transform: uppercase;
	font-weight: bold;
}

.btn_1 {
	padding: 1rem;
	text-align: center;
	background-color: #1884c7;
	display: block;
	margin: .5rem 0;
}

.btn_1:hover {
	background-color: #10455d;
}

.hr-custom {
	height: 30px ;
	margin: 3rem auto ;
	background-image: url(/images/hr.png) ;
	background-position: center center ;
	background-repeat: repeat-x ;
	border: 0 ;
	padding: 0 ;
}

@media (max-width: 980px) {
	.inner_btn {
		text-align: center;
	}

	.flex_btn {
		display: block;
	}
}


.plan_limits {
	font-size: 30px;
	font-weight: bold;
}

@media (max-width: 600px) {
	.plan_limits {
		font-size: 18px;
	}
}

.plan_limits-heading {
	font-style: italic;
	text-align: center;
	border-bottom: solid 2px #1884c7;
}

.plan_limits-table {
	width: 100%;
}

.plan_limits-table td {
	text-align: right;
	padding: 3px 6px;
	border-bottom: solid 1px transparent;
}

.plan_limits-table td:first-child {
	text-align: left;
	border-right: solid 2px #1884c7;
}

.plan_limits-table td.plan_limts-year {
	text-align: center;
}

.plan_limits-table tr:nth-child(odd) td {
	background-color: #D8E1F3;
}
