html {
	
}
html, body {
	height: 100%;
	height: auto\9;
}
body {
	height: 100%;
}
div#side-bar.slide-right {
	-webkit-box-shadow: 9px 0px 14px -6px rgba(0,0,0,0.3);
	-moz-box-shadow: 9px 0px 14px -6px rgba(0,0,0,0.3);
	box-shadow: 9px 0px 14px -6px rgba(0,0,0,0.3);
}
#side-bar {
	position: absolute;
	top: 0;
	left: -250px;
	bottom: 0;
	width: 250px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	overflow: auto;
	background: #c0bfe1 url(/_CDN/img/layout/im-bg.jpg) repeat-x;
	color: #fff;
	z-index: 1000;
}

.slide-right {
	transform: translate(250px, 0);
	-webkit-transform: translate(250px, 0);
	-moz-transform: translate(250px, 0);
	-ms-transform: translate(250px, 0);
	-o-transform: translate(250px, 0);
}
#overlay {
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*min-height: 100%;*/
	background: #000;
	z-index: 2;
	cursor: pointer;
}
.overflow-hidden {
	overflow: hidden;
}
.padded {
	padding: 0 20px;
}
#footer-links {
	text-align: center;
}
#footer-links a {
	display: inline-block;
	margin: 20px;
}
.btn-link {
    color: #777784;
	font-size: 0.9em;
}
i {
    padding-right: 10px;
}
a {
    /*font-size: 1.2em;*/
    text-decoration: none;
}
a:hover {
    color: #000 !important;
    text-decoration: none;
}
a:focus {
    outline:none;
}
a, a:hover {
    text-decoration: none;
}
a.btn:hover {
    text-decoration: none;
}
a.btn.btn-default {
    color: #000;
    text-decoration: none;
}
p {
    /*color: #000;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-weight: 400;*/
}
p, ul li {
    /*padding-right: 20px;  Gutter */
    /*line-height: 1.7em;*/
    /*font-size: 1.0em;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-weight: 400;*/
}
p + p {
    margin-top: 1.5em;
}
p.color1 {
	color: #62628E;
	font-size: larger;
}
h1, h2, h3, h4, h5, h6 {
    /*font-weight: 300;*/
}
h1 {
    font-size: 2.0em;
	font-weight: 400;
    margin: 0.8em 0 !important;
    color: #6d6da1;
}

h2 {
    font-size: 1.6em;
	font-weight: 400;
    margin: 0.83em 0;
	color: #6d6da1;
}

h3 {
    font-size: 1.4em;
	font-weight: 400;
    margin: 0.5em 0;
}
h4 {
    font-size: 1.1em;
    font-weight: bold;
	line-height: 1.5em;
    color: #000;
    margin: 0.6em 0 1.2em 0 !important;
}
h5 {
    font-size: 1.0em;
	font-weight: 600;
	color: #000;
}
h6 {
    font-size: 1.0em;
    margin: 2.33em 0;
}
h5 + p {
	margin: 0.2em 0 1.1em 0 !important;
	padding: 0 !important;
}
div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.color-fade {
	color: rgba(0,0,0,0.4);
}
.txt-larger {
    font-size: larger;
}
.txt-smaller {
    font-size: 0.7em;
}
.margin-none {
    margin: 0;
}
.padding-none {
    padding: 0;
}
.right-justified {
    text-align: right;    
}
.color {
	color: #6d6da1;
}
.center {
	text-align: center;
}
/* Sections
-------------------------------------------------- */

/* Content
-------------------------------------------------- */
/* General */
.box {
    display: inline-block;
    position: relative;
    vertical-align: top;            
}
/* Containers */
.box-full {
    width: 100%;
}
.box-content {
    width: 87%;
}
.box-side {
    width: 13%;
    background: #fff;
}
.box-content-alt {
    width: 80%;
    padding: 20px;
}
.box-side-alt {
    width: 20%;
}
/* Children */
.box-full-child {
    margin-bottom: 0px;
    padding: 0 20px 0px 20px;
    width: 99%;
}
.box-half-child {
	width: 50%;
}

.box-half-child:nth-child(2) {
	padding-right: 20px;
}
.box-half-child:nth-child(3) {
	padding-left: 20px;
}

.box-third-child {
    margin: 0 1px 1px 0;
    padding: 0 20px 20px 20px;
    width: 33%;
}
.box-third-child h3 {
    color: #fff;
}
.box-third-child h4 {
    color: #fb002b;
}
.box-two-thirds-child {
    width: 66%;
}
.box-fourth-child {
    margin: 0;
    padding: 10px;
    width: 25%;
    min-height: 160px;
    /*background: rgba(255, 255, 255, 1.0);*/
}
.box-fifth-child {
    margin: 0;
    padding: 10px;
    width: 20%;
    min-height: 160px;
    background: #e1e2e4;
}
.box-side-child {
    width: 100%;
    padding: 0 20px 20px 20px;
    background: #dddfe0;
    color: #000;
}
.box-side-child p {
    color: #000;
}

/* btns*/
.btn {
	padding: 6px 30px;
	min-width: 100px;
	font-size: 1.0em;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	cursor: pointer;
}
.btn-custom {
	color: #fff;
	background-color: #7978b8;
	border-color: #5f5eaa;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
	color: #fff !important;
	background-color: #5f5eaa;
	border-color: #5f5eaa;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}


.btn-green {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
     
.btn-orange {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #f89406;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled] {
	color: #ffffff;
	background-color: #f89406;
	*background-color: #df8505;
}
.btn-orange:active,
.btn-orange.active {
	background-color: #c67605 \9;
}
.btn-red {
	background-color: hsl(360, 100%, 30%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#990000");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ff0000), to(#990000));
	background-image: -moz-linear-gradient(top, #ff0000, #990000);
	background-image: -ms-linear-gradient(top, #ff0000, #990000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #990000));
	background-image: -webkit-linear-gradient(top, #ff0000, #990000);
	background-image: -o-linear-gradient(top, #ff0000, #990000);
	background-image: linear-gradient(#ff0000, #990000);
	border-color: #990000 #990000 hsl(360, 100%, 25%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
}
.btn-large.btn-red {
    font-size: 2.0em !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
.btn-block.btn-red {
    font-size: 1.4em !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bird {
	display: inline-block;
	margin-top: -15px;
	margin-right: 10px;
	/*-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	*/
}

button.close, .close {
	color: #fff !important;
	opacity: 1.0 !important;
	margin: 6px 4px 0px 0px;
}

.table-bordered-rounded {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
   		   -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
        		box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

.table-bordered-rounded th,
.table-bordered-rounded td {
  border-left: 1px solid #dddddd;
}

.table-bordered-rounded caption + thead tr:first-child th,
.table-bordered-rounded caption + tbody tr:first-child th,
.table-bordered-rounded caption + tbody tr:first-child td,
.table-bordered-rounded colgroup + thead tr:first-child th,
.table-bordered-rounded colgroup + tbody tr:first-child th,
.table-bordered-rounded colgroup + tbody tr:first-child td,
.table-bordered-rounded thead:first-child tr:first-child th,
.table-bordered-rounded tbody:first-child tr:first-child th,
.table-bordered-rounded tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered-rounded thead:first-child tr:first-child > th:first-child,
.table-bordered-rounded tbody:first-child tr:first-child > td:first-child,
.table-bordered-rounded tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered-rounded thead:first-child tr:first-child > th:last-child,
.table-bordered-rounded tbody:first-child tr:first-child > td:last-child,
.table-bordered-rounded tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered-rounded thead:last-child tr:last-child > th:first-child,
.table-bordered-rounded tbody:last-child tr:last-child > td:first-child,
.table-bordered-rounded tbody:last-child tr:last-child > th:first-child,
.table-bordered-rounded tfoot:last-child tr:last-child > td:first-child,
.table-bordered-rounded tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered-rounded thead:last-child tr:last-child > th:last-child,
.table-bordered-rounded tbody:last-child tr:last-child > td:last-child,
.table-bordered-rounded tbody:last-child tr:last-child > th:last-child,
.table-bordered-rounded tfoot:last-child tr:last-child > td:last-child,
.table-bordered-rounded tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered-rounded tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered-rounded tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered-rounded caption + thead tr:first-child th:first-child,
.table-bordered-rounded caption + tbody tr:first-child td:first-child,
.table-bordered-rounded colgroup + thead tr:first-child th:first-child,
.table-bordered-rounded colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered-rounded caption + thead tr:first-child th:last-child,
.table-bordered-rounded caption + tbody tr:first-child td:last-child,
.table-bordered-rounded colgroup + thead tr:first-child th:last-child,
.table-bordered-rounded colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/***********************/
.sls-mini-tip {
	position: relative;
	display: inline-block;
	text-align: center;
}
.sls-mini-tip:after, .sls-mini-tip:before {
	opacity: 0;
	position: absolute;
	bottom: 100%;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
	visibility: hidden;
	pointer-events: none;
}
.sls-mini-tip:after {
	opacity: 0;
	content: attr(data-tip);
	padding: 10px 10px;
	left: -35px;
	width: 105px;
	font-size: 12px;
	color: white;
	line-height: 12px;
	white-space: nowrap;
	pointer-events: none;
	background: #383838;
	border-radius: 4px;
	z-index: 1000000;
	
}
.sls-mini-tip:before {
	content: '';
	margin-bottom: -12px;
	left: 10px;
	background: transparent;
	border: 6px solid transparent;
	border-top-color: #383838;
	z-index: 1000001;
}
.sls-mini-tip:hover:before, .sls-mini-tip:hover:after, .sls-mini-tip:focus:before, .sls-mini-tip:focus:after {
	visibility: visible;
	opacity: 0.9;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
	text-align: center;
}
.sls-mini-tip:hover:before {
	/*opacity: 0 !important;*/
}
.sls-mini-tip:hover:before, .sls-mini-tip:hover:after {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
}


.container {
	margin: 0 auto;
/* 	width: 1024px\0/; */
}
a.btn.mobile-link {
	padding-top: 10px;
	padding-right: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	font-size: 1.8em;
	color: #000;
}
a.btn.mobile-link:hover {
	color: #000 !important;
}
a.btn.mobile-link-close {
	padding-top: 8px;
	padding-right: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	font-size: 1.8em;
	color: #000;
}
.pic-sizer {
	width: 100px;
	height: 100px;
	border: 1px solid #41444a;
}
/*helper*/
.hide-phone {
	display: inline-block;
}
.show-phone {
	display: none;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
	clear: both;
}
/*bootstrap replacement*/
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
/*carousel*/
#mobile-thumbs {
	overflow: hidden;
}
.pic-sizer {
    width: 100px;
	height: 100px;
    border: 1px solid #41444a;
    overflow: hidden;
    text-align: center;
	border-radius: 3px;
}
.pic-sizer {
    width: 90px\0/;
	height: 90px\0/;
}
.owl-controls {
	display: none;
}

/*COPIED FROM STYLE.CSS*/
.tabs-container {
	width: 100%;
	padding-top:0px;
	margin-bottom:0px;
	margin-top: 20px;
}
ul.custom-tabs {
	margin-left: 0px !important;
	padding-left: 0px !important;
	width: 100%;
	border-bottom: thick solid rgba(170,170,255,1);
	/*border-bottom: 7px solid #d5d5d5;*/
}
ul.custom-tabs li.custom-tab, ul.custom-tabs li.custom-tab-active,  ul.custom-tabs li.custom-tab.active-tab {
	float: left;
    display: inline-block;
    margin-left: 2px;
    /* padding: 8px 60px; */
    padding: 8px 50px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
ul.custom-tabs li:first-child {
    margin-left: 2px;
}
ul.custom-tabs li:last-child {
    margin-right: 2px;
}
ul.custom-tabs li.custom-tab-blank {
	float: right !important;
	padding: none !important;
	background: none;
	box-shadow: none;
}
ul.custom-tabs li.custom-tab-blank img {
	margin-bottom: -14px !important;
}
ul.custom-tabs li.custom-tab { /* has to be named for gradient border-radius issues in IE9 */
	background: rgb(232,232,232);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(213,213,213,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(213,213,213,1)));
    background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(213,213,213,1) 100%);
    background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(213,213,213,1) 100%);
    background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(213,213,213,1) 100%);
    background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(213,213,213,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#d5d5d5',GradientType=0 );	
}
ul.custom-tabs li.custom-tab-active, ul.custom-tabs li.custom-tab.active-tab { /* has to be named for gradient border-radius issues in IE9 */
	background: rgb(217,216,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZDhmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYWFhZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(217,216,255,1) 0%, rgba(170,170,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,216,255,1)), color-stop(100%,rgba(170,170,255,1)));
    background: -webkit-linear-gradient(top,  rgba(217,216,255,1) 0%,rgba(170,170,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(217,216,255,1) 0%,rgba(170,170,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(217,216,255,1) 0%,rgba(170,170,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(217,216,255,1) 0%,rgba(170,170,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d8ff', endColorstr='#aaaaff',GradientType=0 );
}
ul li.custom-tab a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
ul li.custom-tab-active a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
ul li.custom-tab-blank a {
    color: #000;
    font-weight: 600;
}
span.siginup-table-legend {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
table.signup-table td {
	padding: 4px;
}
table.signup-table tr:nth-of-type(even) {
	background: #F4F4F4;
}
table.signup-table tr.signup-table-head {
	background: #E5E5E5;
}
table.signup-table .fa-plus-square, span.siginup-table-legend .fa-plus-square {
	color: green;
}
table.signup-table .fa-minus-circle, span.siginup-table-legend .fa-minus-circle {
	color: #FFDD00;
}
table.signup-table .fa-times, span.siginup-table-legend .fa-times {
	color: red;
}
/*---------------------media screen for ie 9----------------------------- */
@media \0screen {
.box-content-internal {
    width: 75%\9;
}
}
/*---------------------min-width: 1400px----------------------------- */
@media (min-width: 1400px) {
	
}
/*---------------------max-width: 1000px----------------------------- */
@media (max-width: 1000px) {
h1 {
    font-size: 1.8em;
    /*margin: 0.8em 0 !important;*/
}

h2 {
    font-size: 1.4em;
    /*margin: 0.83em 0;*/
}

h3 {
    font-size: 1.2em;
    /*margin: 0.5em 0;*/
}
h4 {
    font-size: 1.1em;
    /*margin: 0.6em 0 1.2em 0 !important;*/
}
h5 {
    font-size: 1.0em;
}
}
/*---------------------max-width: 800px----------------------------- */
@media (max-width: 800px) {
.box-content-internal {
	width: 73%;
}
.box-third-child {
	width: 100%;
}
.box-two-thirds-child {
	width: 100%
}
}
/*---------------------max-width: 650px----------------------------- */
@media (max-width: 650px) {
h1 {
    font-size: 1.6em;
    /*margin: 0.8em 0 !important;*/
}

h2 {
    font-size: 1.3em;
    /*margin: 0.83em 0;*/
}

h3 {
    font-size: 1.2em;
    /*margin: 0.5em 0;*/
}
h4 {
    font-size: 1.0em;
	font-weight: bold;
    /*margin: 0.6em 0 1.2em 0 !important;*/
}
h5 {
    font-size: 1.0em;
}
p {
    font-size: 0.9em !important;
}
.box-fourth {
	width: 100%;
}
.box-content-internal {
	width: 68%;
}
}
/*---------------------max-width: 550px----------------------------- */
@media (max-width: 550px) {

.box-half-child {
	width: 100%;
}
.box-half-child:nth-child(2) {
	padding-right: 0px;
}
.box-half-child:nth-child(3) {
	padding-left: 0px;
}
span.siginup-table-legend {
	display: block;
	margin-bottom: 0px;
}
span.siginup-table-legend:nth-last-of-type(1) {
	margin-bottom: 20px;
}
}
/*---------------------max-width: 400px----------------------------- */
@media (max-width: 400px) {
h4 {
    font-size: 0.9em;
    /*margin: 0.6em 0 1.2em 0 !important;*/
}
}
/*---------------------max-width: 320px----------------------------- */
@media (max-width: 320px) {
p {
	font-size: 0.8em !important;
}
.box-fourth {
	width: 98%;
}
}

@import url("/_CDN/css/styles.css");