
	body, div, span, p, button, tr, td, select, input, form, textarea, center, option, pre, br {
		font-family: 'Century Gothic', sans-serif;
		color: black;
		font-size: 12pt;
		line-height: 140%;
	}

	body {
		margin: 0px;
		background-color: #f2f2f2;
		SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
		SCROLLBAR-SHADOW-COLOR: buttonface;
		SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
		SCROLLBAR-TRACK-COLOR: #eeeeee;
		SCROLLBAR-DARKSHADOW-COLOR: buttonshadow
	}



	/* =======================================================================
	 * HYPER LINK
	 * =======================================================================
	 */
	A:link, A:visited, A:active, A:hover {
		font-size: 11pt;
		text-decoration: none;
		color: purple;
	}
	A:hover {
		color: #ff0000;
	}

	/*
	 * UNDERLINE HYPER LINK
	 */
	.UL:link, .UL:visited, .UL:active, .UL:hover {
		font-size: 11pt;
		text-decoration: underline;
		color: purple;
	}
	.UL:hover {
		color: #FF0000
	}



	/* =======================================================================
	 * Main elements
	 * =======================================================================
	 */
	html, body {
	    height: 100%;
	    color: black;
	}

	input {
		PADDING-TOP: 1px;
		PADDING-BOTTOM: 1px;
		PADDING-RIGHT: 2px;
		PADDING-LEFT: 2px;
	}

	input, textarea, select, file
	{
		border: 1px solid #cccccc;
		padding: 6px;
	}

	select {
		height: 35px;
	}

	input[type=submit] {
		background-color: white;
	}

	input[type=checkbox], input[type=radio]
	{
	    border: none;
	}

	input[type=button] {
		color: brown;
		font-weight: bold;
		font-size: 12pt;
		text-align: center;
		border:2px solid brown; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;
		background: white;
	}

	img {
		border: 0;
		margin: 0px;
	}

	.big_submit_button {
		border:1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;
		padding: 10px 10px 10px 10px;
		text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
		font-weight:bold;
		font-size: 10pt;
		text-align: center;
		color: #FFFFFF;
		background-color: #3093c7;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3093c7), color-stop(100%, #1c5a85));
		background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
		background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
		background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
		background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
		background-image: linear-gradient(top, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
	}

	.big_submit_button:hover {
		border:1px solid #1c5675; background-color: #26759e;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26759e), color-stop(100%, #133d5b));
		background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
		background-image: -moz-linear-gradient(top, #26759e, #133d5b);
		background-image: -ms-linear-gradient(top, #26759e, #133d5b);
		background-image: -o-linear-gradient(top, #26759e, #133d5b);
		background-image: linear-gradient(top, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
	}

	form {
		margin: 0 0em 0px 0;
		margin-bottom: 10px;
	}

	hr {
		color: #A8CD1B;
		background-color: #fff;
		height: 1px;
	}

	ul
	{
		list-style-image:url('img/li.png');
	}


	/* =======================================================================	 *
	 * floating button
	 * =======================================================================
	 */
	.float_button {
		display:none;
		position:fixed;
		width:60px;
		height:60px;
		bottom:40px;
		right:40px;
		background-color: rgba(140, 140, 140, 0.6);
		color:#FFF;
		border-radius:50px;
		text-align:center;
		box-shadow: 2px 2px 3px #999;
	}

	.float_button_arrow {
		color: white;
		margin-top:18px;
		font-size:18pt;
		font-weight: bold;
	}



	/* =======================================================================	 *
	 * Menu Header and footers
	 * =======================================================================
	 */
	.wrapper {
	    min-height: 100%;
	    height: auto !important; // for IE which ignore min-height
	    height: 100%; // for IE which ignore min-height
	    margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
	}

	.push {
	    width: 100%;
	    height: 40px; /* .push must be the same height as .footer */
	}

	.footer {
	    width: 100%;
	    height: 40px; /* .push must be the same height as .footer */
	    background-color: #494949;
	    box-shadow: 0px -5px 5px #c0c0c0;
	    -webkit-box-shadow: 0px -5px 5px #c0c0c0;
		-moz-box-shadow: 0px -5px 5px #c0c0c0;
		-o-box-shadow: 0px -5px 5px #c0c0c0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#c0c0c0')";
	}

	.body_content_margin {
		margin: 10px;
	}

	.top_menu_area {
		z-index: 999;
		color: white;
		margin: -10px;
		position: fixed;
		width: 100%;
		background-color: #f2f2f2;
	}

	.top_menu_background {
		background-color: #f97432;
		color: white;
		font-weight: bold;
		font-size:10pt;
		box-shadow: 0px 10px 4px #c0c0c0;
	    -webkit-box-shadow: 0px 4px 10px #c0c0c0;
		-moz-box-shadow: 0px 10px 4px #c0c0c0;
		-o-box-shadow: 0px 10px 4px #c0c0c0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=145, Color='#c0c0c0')";
	}
	.top_menu_header {
		color: white;
	}
	.top_menu_content {
		background-color: #ffffff;
	}

    /*
    	following are for menu items
    */
	.clear {clear:both}

    #nav {
        margin:0;
        padding:0;
        list-style:none;
    }

    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
    #nav li {
        float:left;
        display:block;
        background:#fff;
        position:relative;
        z-index:500;
        margin:0 1px;
    }

    /* this is the parent menu */
    #nav li a {
        display:block;
        padding:5px 5px 5px 5px;
        font-weight:bold;
        height:23px;
        text-decoration:none;
        color: #cc5533;
    }
    #nav li a:hover {
        color:#000;
    }

    /* submenu, it's hidden by default */
    #nav ul {
        position:absolute;
        left:0;
        display:none;
        margin:0 0 0 0px;
        padding:0;
        list-style:none;
    }

    #nav ul li {
        float:left;
        border: 2px solid #333;
        margin-bottom: -2px;
        -webkit-box-shadow: 0px 10px 10px #c0c0c0;
		-moz-box-shadow: 0px 10px 10px #c0c0c0;
		-o-box-shadow: 0px 10px 10px #c0c0c0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=145, Color='#c0c0c0')";
    }

    /* display block will make the link fill the whole area of LI */
    #nav ul a {
        display:block;
        width:300px;
        height:18px;
        padding: 8px 5px;
        text-decoration: none;
        color: #cc5533;
        background: #ffffff;
    }

    #nav ul a:hover {
        text-decoration: none;
        color: #ffffff;
        background: #cc5533	;
    }

    /* fix ie6 small issue */
    /* we should always avoid using hack like this */
    /* should put it into separate file : ) */
    *html #nav ul {
        margin:0 0 0 -2px;
	}





	/* =======================================================================
	 *
	 * text and tables
	 * =======================================================================
	 */
	.remark {
		color: brown;
	}
	.remark2 {
		color: green;
	}
	.remark3 {
		color: blue;
	}
	.footnote {
		font-style: italic;
		text-decoration: italic;
		font-size: 9pt;
		line-height: 100%;
		color: #8080c0;
	}
	.blur {
		color: #a0a0a0;
	}
	.highlight {
		font-weight: bold;
		color: green;
		background: yellow;
	}


	.small_alert_box {
		padding-left: 4px;
		padding-right: 10px;
		border: 1px solid #cc8888;
		color: #882222;
		background: #ffeeee url(img/small_exclamation_mark.png) no-repeat;
	    background-position: right center;
	}

	.green_boxed_text {
		margin-left: 4px;
		padding-left: 4px;
		padding-right: 4px;
		border: 1px solid #88cc88;
		color: #448844;
		background-color: #f0fff0;
	}

	.blue_boxed_text {
		margin-left: 4px;
		padding-left: 4px;
		padding-right: 4px;
		border: 1px solid #9999dd;
		color: #666699;
		background-color: #f0f0ff;
	}

	.red_boxed_text {
		margin-left: 4px;
		padding-left: 4px;
		padding-right: 4px;
		border: 1px solid #dd8888;
		color: #dd6666;
		background-color: #fff0f0;
	}

	.remark_box {
		clear:both;
		float:none;
	    border: 1px solid #408840;
	    padding-top: 8px;
	    padding-bottom: 4px;
	    padding-right: 4px;
	  	padding-left: 70px;
	  	margin-bottom: 20px;
	    background: #fffff0 url(img/remark_icon.png) no-repeat;
	    background-position: left center;
	    vertical-align: middle;
	    min-height: 60px;
	    height: auto !important;
	    height: 60px;
	}


	.white_box_with_black_frame {
	    border: 1px solid #408840;
	    padding-top: 8px;
	    padding-bottom: 4px;
	    padding-right: 4px;
	  	padding-left: 10px;
	  	margin-bottom: 10px;
	    vertical-align: middle;
	    background: #ffffff;
	}

	.highlight_input_bar {
		clear:both;
		float:none;
		font-size:10pt;
		border-style:solid;
		border-color:#808080;
		border-width: 1px 0px 0px 0px;
		background-color:#e0e0e0;
		padding:10px 10px 10px 10px;
		margin-bottom: 15px;
		line-height:200%;
	}
	.highlight_input_bar:hover {
		box-shadow: 0 4px 8px rgba(0,0,0,0.12), 0 3px 6px rgba(0,0,0,0.24);
		transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	}

	a.highlight_input_bar:link, a.highlight_input_bar:visited, a.highlight_input_bar:active, a.highlight_input_bar:hover {
		font-size:10pt;
		color: #ffffff;
		background-color: #cccccc;
		font-weight: bold;
		padding: 0 3 2 3;
		border-width: 0px 0px 0px 0px;
		line-height:140%;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
	}

	a.highlight_input_bar:hover {
		background-color: red;
	}

	a.highlight_input_bar_active:link, a.highlight_input_bar_active:visited, a.highlight_input_bar_active:active, a.highlight_input_bar_active:hover {
		font-size:10pt;
		background-color: #999999;
		color: #ffffff;
		font-weight: bold;
		padding: 0 3 2 3;
		border-width: 1px 0px 0px 0px;
		line-height:100%;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
	}

	.alert_box {
		min-height: 30px;
		background: URL(img/alert_box_icon.png) center left no-repeat #ffeeee;
		border: 2px solid #a93400;
		padding:5px;
		padding-left: 40px;
		margin-bottom:15px;
		margin-top:15px;
		color: #a93400;
		font-weight: bold;
		box-shadow: 2px 2px 2px 2px #7B6B6B;
	    -webkit-box-shadow: 2px 2px 2px 2px #7B6B6B;
		-moz-box-shadow: 2px 2px 2px 2px #7B6B6B;
		-o-box-shadow: 2px 2px 2px 2px #7B6B6B;
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#7B6B6B')";
	}

	.header {
		font-family: 'Archivo Black', sans-serif;
		font-weight: 900;
		font-style: normal;
		font-size: 40pt;
		color: #cccccc;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.header_link:link, .header_link:visited, .header_link:active {
		color: white;
		font-weight: bold;
		text-decoration: none;
	}

	.header_link:hover {
		color: yellow;
	}


	.subheader {
		font-size: 16pt;
		font-weight: bold;
		color: brown;
		border: 1px solid brown;
		background-color: #ffffcc;
		padding: 10px;
		margin-bottom: 20px;
	}


	.subspecialty_anchor_with_pull_down_selector {
		color: white;
	}

	.table_background {
		background-color: #005A31;
		margin-bottom: 15px;
	}
	.table_header {
		background-color: #A8CD1B;
		font-weight: bold;
		color: #204020;
	}
	A.table_header:link, A.table_header:visited, A.table_header:active, A.table_header:hover {
		font-size: 10pt;
		font-family: Arial Unicode MS, Verdana;
		text-decoration: none;
		color: #204020;
	}
	A.table_header:hover {
		color: #ffffff;
	}
	.table_header2 {
	    background-color: #0086FF;
	    font-weight: bold;
	    color: white;
	}
	.table_header3 {
	    background-color: #0099FF;
	    font-weight: bold;
	    color: white;
	}
	.table_header4 {
	    background-color: #FF0099;
	    font-weight: bold;
	    color: white;
	}
	.table_subheader {
	    background-color: #CBE32D;
	    font-weight: normal;
	    color: black;
	}
	.table_content {
	    background-color: #ffffff;
	    font-weight: normal;
	    color: black;
	}
	.table_content2 {
	    background-color: #F3FAcc;
	    color: black;
	    font-weight: normal;
	}
	.table_content3 {
	    background-color: #ffeec0;
	    color: black;
	    font-weight: normal;
	}
	.table_content_blur {
	    background-color: #dddddd;
	    color: black;
	    font-weight: normal;
	}
	.table_content_mouseover {
	    background-color: #d8ff30;
	}
	.table_content_disabled {
		background-color: #f0f0f0;
		color: #cccccc;
	}




	.inner_table_background {
		background-color: #d08080;
	}
	.inner_table_header {
		background-color: #fffc40;
		font-weight: bold;
	}
	.inner_table_subheader {
		background-color: #ffeed0;
		font-weight: normal;
	}
	.inner_table_content {
		background-color: #ffffff;
		font-weight: normal;
	}
	.inner_table_content2 {
		background-color: #ffffc0;
		font-weight: normal;
	}



	.outer_table_background {
		background-color: #508040;
	}
	.outer_table_header {
		background-color: #409060;
		font-weight: bold;
		font-size: 20pt;
		color: white;
	}
	.outer_table_header_active {
		background-color: #f0fff0;
		font-weight: bold;
		font-size: 20;
		color: white;
	}
	.outer_table_content {
		background-color: #feffff;
		font-weight: normal;
	}




	/*
	 * special stuff
	 */
	.pageBreakAfter {
		page-break-after:always;
	}

	@media print
	{
	    .doNotPrint
	    {
	        display:none;
	    }

		.printBorder { border:solid #000 !important; border-width:1px 0 0 1px !important; }
		.printBorder th, .printBorder td { border:solid #000 !important; border-width:0 1px 1px 0 !important; }
	}








	/*
	 * flex grids
	 */
	.container {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	@media (min-width:576px) {
		.container {
		max-width: 540px;
	}
	}@media (min-width:768px) {
		.container {
		max-width: 720px;
	}
	}@media (min-width:992px) {
		.container {
		max-width: 960px;
	}
	}@media (min-width:1200px) {
		.container {
		max-width: 1140px;
	}
	}.container-fluid {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.no-gutters {
		margin-right: 0;
		margin-left: 0;
	}
	.no-gutters>.col, .no-gutters>[class*=col-] {
		padding-right: 0;
		padding-left: 0;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%}
	.col-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%}
	.col-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%}
	.col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%}
	.col-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%}
	.col-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%}
	.col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%}
	.col-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%}
	.col-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%}
	.col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%}
	.col-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%}
	.col-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%}
	.col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%}
	.order-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-1 {
		margin-left: 8.333333%}
	.offset-2 {
		margin-left: 16.666667%}
	.offset-3 {
		margin-left: 25%}
	.offset-4 {
		margin-left: 33.333333%}
	.offset-5 {
		margin-left: 41.666667%}
	.offset-6 {
		margin-left: 50%}
	.offset-7 {
		margin-left: 58.333333%}
	.offset-8 {
		margin-left: 66.666667%}
	.offset-9 {
		margin-left: 75%}
	.offset-10 {
		margin-left: 83.333333%}
	.offset-11 {
		margin-left: 91.666667%}
	@media (min-width:576px) {
		.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%}
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%}
	.offset-sm-2 {
		margin-left: 16.666667%}
	.offset-sm-3 {
		margin-left: 25%}
	.offset-sm-4 {
		margin-left: 33.333333%}
	.offset-sm-5 {
		margin-left: 41.666667%}
	.offset-sm-6 {
		margin-left: 50%}
	.offset-sm-7 {
		margin-left: 58.333333%}
	.offset-sm-8 {
		margin-left: 66.666667%}
	.offset-sm-9 {
		margin-left: 75%}
	.offset-sm-10 {
		margin-left: 83.333333%}
	.offset-sm-11 {
		margin-left: 91.666667%}
	}@media (min-width:768px) {
		.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%}
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%}
	.offset-md-2 {
		margin-left: 16.666667%}
	.offset-md-3 {
		margin-left: 25%}
	.offset-md-4 {
		margin-left: 33.333333%}
	.offset-md-5 {
		margin-left: 41.666667%}
	.offset-md-6 {
		margin-left: 50%}
	.offset-md-7 {
		margin-left: 58.333333%}
	.offset-md-8 {
		margin-left: 66.666667%}
	.offset-md-9 {
		margin-left: 75%}
	.offset-md-10 {
		margin-left: 83.333333%}
	.offset-md-11 {
		margin-left: 91.666667%}
	}@media (min-width:992px) {
		.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%}
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%}
	.offset-lg-2 {
		margin-left: 16.666667%}
	.offset-lg-3 {
		margin-left: 25%}
	.offset-lg-4 {
		margin-left: 33.333333%}
	.offset-lg-5 {
		margin-left: 41.666667%}
	.offset-lg-6 {
		margin-left: 50%}
	.offset-lg-7 {
		margin-left: 58.333333%}
	.offset-lg-8 {
		margin-left: 66.666667%}
	.offset-lg-9 {
		margin-left: 75%}
	.offset-lg-10 {
		margin-left: 83.333333%}
	.offset-lg-11 {
		margin-left: 91.666667%}
	}@media (min-width:1200px) {
		.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%}
	.offset-xl-2 {
		margin-left: 16.666667%}
	.offset-xl-3 {
		margin-left: 25%}
	.offset-xl-4 {
		margin-left: 33.333333%}
	.offset-xl-5 {
		margin-left: 41.666667%}
	.offset-xl-6 {
		margin-left: 50%}
	.offset-xl-7 {
		margin-left: 58.333333%}
	.offset-xl-8 {
		margin-left: 66.666667%}
	.offset-xl-9 {
		margin-left: 75%}
	.offset-xl-10 {
		margin-left: 83.333333%}
	.offset-xl-11 {
		margin-left: 91.666667%}
	}


	/*
	 * color picker tool
	 */
	.colorSelector {
		position: relative;
		top: 3px;
		left: 3px;
		width: 30px;
		height: 30px;
		margin-bottom: 3px;
		background: url(img/colorPicker/select.png) center;
	}

	.colorPreview {
		position: relative;
		top: 3px;
		left: 3px;
		width: 30px;
		height: 14px;
		margin-bottom: 3px;
		border: 1px solid darkgrey;
	}




	.popup_selector:before {
		content: "▼  ";
	}

	.popup_selector {
		display: block;
		border: 1px solid #bbbbbb;
		padding: 5px;
		margin-top: 5px;
		height: 28px;
		line-height: 28px;
		cursor: pointer;
	}
	.popup_selector:hover {
		border: 1px solid #ff0000;
		background-color: #ffffee;
		color: #ff0000;
	}


	.after_submit_message {
		text-align: center;
		background-color: #993300;
		padding:30px;
		font-family: 'Lato', sans-serif;
		font-weight: bold;
		color: #fcfcfc;
		font-size:14pt;
		opacity: 0.66;
		margin-bottom: 30px;
	}

	.after_submit_message > a {
		font-family: 'Lato', sans-serif;
		font-weight: bold;
		color: #fcfcfc;
		font-size:14pt;
	}


	.hide {
		display:none;
	}
