	/* @media all and (device-max-width: 979px) { */
	@media all and (max-device-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-device-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-device-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-device-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-device-width: 1024px) {

		.tbcli {
	border: 0px solid #AA0F1D;
	/* background: #FCF2F1;
	border-radius: 12px;
	font-family: "Calibri", "TAHOMA";
	color: #6B6B6B;
	font-size: 11pt;
	font-weight: normal; */
}
		
		.tbclicol1 { width:auto; }
		.tbclicol2 { width:auto; }
		.tbclicol3 { width:auto; }
		.tbclicol4 { width:auto; }
		.tbclicol5 { width:auto; }
		.tbclicol6 { width:auto; }
		
	.tbcli tr.reconsta { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
		
			.tbcli table, .tbcli thead, .tbcli tbody, .tbcli th, .tbcli td, .tbcli tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.tbcli thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.tbcli tr { border: 1px solid #AA0F1D; }
	.tbcli tr:last-child { border: 0px solid #AA0F1D; background-color: transparent;  }
	
	.tbcli td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #AA0F1D;
		position: relative;
		width: 59.1%;
		padding-left: 40%; 
		text-align: left;
		vertical-align: top;
	}
	
	.tbcli tr:last-child td {
		border-bottom: 0px solid #AA0F1D;
		border: none;
		position: relative;
		width: 16.84%;
		padding: 0 !important; 
		text-align: left;
		vertical-align: top;
		min-height: 1px;
		background-color: transparent;
		border-right: 0px solid blue;
		margin-right: -4px;
	}
	
	
		.tbcli td:nth-of-type(4) { 
		/* Behave  like a "row" */
		min-height: 40px;
	}
	
	.tbcli td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0px;
		left: 6px;
		width: 35%; 
		padding-right: 10px; 
		/* white-space: nowrap; */
		height: 100%;
		min-height: 25px;
	}
	
	.tbcli tr:last-child td:before {
				/* Now like a table header */
		position: relative;
		/* Top/left values mimic padding */
		width: auto; 
		padding-right: 0px; 
		/* white-space: nowrap; */
		height: auto;
		padding-right: 0px; 
		min-height: 1px;
		 background-color: #AA0F1D;
	}
	
	/*
	Label the data
	*/
	.tbcli td:nth-of-type(1):before { border-right: 1px solid #AA0F1D; padding-right: 2px; vertical-align: top; font-weight: bold; content: "#"; }
	.tbcli td:nth-of-type(2):before { border-right: 1px solid #AA0F1D; padding-right: 2px; vertical-align: top; font-weight: bold; content: "Author:"; }
	.tbcli td:nth-of-type(3):before { border-right: 1px solid #AA0F1D; padding-right: 2px; vertical-align: top; font-weight: bold; content: "Title Of Study:"; }
	.tbcli td:nth-of-type(4):before { border-right: 1px solid #AA0F1D; padding-right: 2px; vertical-align: top; font-weight: bold; content: "University / Magazine / Journal:"; }
	.tbcli td:nth-of-type(5):before { border-right: 1px solid #AA0F1D; padding-right: 2px; vertical-align: top; font-weight: bold; content: "Location:"; }
	.tbcli td:nth-of-type(6):before { border-right: 1px solid #AA0F1D; padding-right: 2px; vertical-align: top; font-weight: bold; content: "Year:"; }
	
	.tbcli tr:last-child td:nth-of-type(1):before { background-color: #AA0F1D; border-right: 0px solid #AA0F1D; padding-right: 0px; vertical-align: top; font-weight: bold; content: ""; }
	.tbcli tr:last-child td:nth-of-type(2):before { background-color: #AA0F1D; border-right: 0px solid #AA0F1D; padding-right: 0px; vertical-align: top; font-weight: bold; content: ""; }
	.tbcli tr:last-child td:nth-of-type(3):before { background-color: #AA0F1D; border-right: 0px solid #AA0F1D; padding-right: 0px; vertical-align: top; font-weight: bold; content: ""; }
	.tbcli tr:last-child td:nth-of-type(4):before { background-color: #AA0F1D; border-right: 0px solid #AA0F1D; padding-right: 0px; vertical-align: top; font-weight: bold; content: ""; }
	.tbcli tr:last-child td:nth-of-type(5):before { background-color: #AA0F1D; border-right: 0px solid #AA0F1D; padding-right: 0px; vertical-align: top; font-weight: bold; content: ""; }
	.tbcli tr:last-child td:nth-of-type(6):before { background-color: #AA0F1D; border-right: 0px solid #AA0F1D; padding-right: 0px; vertical-align: top; font-weight: bold; content: ""; }
/* 	.tbcli td:nth-of-type(7):before { content: "Date of Birth"; }
	.tbcli td:nth-of-type(8):before { content: "Dream Vacation City"; }
	.tbcli td:nth-of-type(9):before { content: "GPA"; }
	.tbcli td:nth-of-type(10):before { content: "Arbitrary Data"; } */
		
/* 		.tbcli tr {
			 display: flex;
    flex-flow: column;
		}
		.tbcli tr:first-child {
			 display: table-row;
		}		
				.tbcli tr td {
			 display: block;
		}
				.tbcli tr td:first-child {
			 order: 1;
		}
						.tbcli tr td:nth-child(1) {
			 order: 1;
		}
								.tbcli tr td:nth-child(2) {
			 order: 3;
		}
								.tbcli tr td:nth-child(3) {
			 order: 4;
		}
								.tbcli tr td:nth-child(4) {
			 order: 5;
		}
								.tbcli tr td:nth-child(5) {
			 order: 6;
		} */
		
		#homecenter {
	display: block;
	max-width: 970px;
	border: 0px dashed red;
	height: 100%;
	min-height: 200px;
	position: relative;
	width: 100%;
	text-align: center;
}

.boxcenttitle {
	display: block;
	position: relative;
	top: auto; 
	left: auto;
	width: auto;
	height: auto;
	z-index: 9999;
	font-family: Calibri;
	font-size: 0.92em;
	font-weight: bold;
	color: #4b555b;
	text-transform: uppercase;
	/* letter-spacing: 1.3px; */
}

.centerboxbig {
	display: inline-block;
	float: unset;
	width: auto;
	height: 100%;
	min-height: 125px;
	background: #fff;
	border-collapse: separate;
	padding: 0px;
	position: relative;
	margin: 0px auto;
	text-align: center;
}

.centerboxbig img {
	margin: 0px auto;
}

.centerboxbig .titlecenter {
	min-height: 17px !important;
}

.centerbox {
	display: block;
	float: unset;
}

.centerbox:last-child {
	margin: 0px auto !important;
	width: 184px !important;
	border: 0px solid #d4d4d4;
	background: transparent;
	padding: 3px 0px 3px 0px !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	border-radius: 0px;
}

		header.main {
	background: url("../images/headerbk.png") repeat-x scroll left top #FFFFFF;
	border-bottom: 0px solid #CAD2DA;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 100;
	height: 52px;
	display: block;
	margin-bottom: 0px;
}


.floatmeyt {
	background: url("../images/ytsidel_sm.png") no-repeat scroll right 3px transparent !important;
	float: left;
	height: 270px;
	padding: 0px 46px 0px 5px;
	width: 182px;
	z-index: 99999;
	position: fixed;
	left: -186px;
	top: 55%;
	display: none;
}

#excor {
	display: block;
	padding-top: 84px;
}
	
	#AutoNumber1 {
	width: 100%;
	max-width: 980px;
}

/* #AutoNumber1 tr:nth-child(2) td{
	display: block;
}
*/
#AutoNumber1 tr:first-child  td{
	display: inline-block;
} 

#AutoNumber8 {
		width: 100%;
	max-width: 980px;
}

#AutoNumber10, #AutoNumber9, #AutoNumber6 {
			width: 96%;
	max-width: 878px;
}

#AutoNumber6 td {
	display: block;
	width: 96%;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 5px;
}
#AutoNumber6 .powered {
	display: none;
}

#AutoNumber6 td p {
	text-align: left;
	font-size: 0.6rem;
}
#AutoNumber6 td p a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

header.main .main-center {
    max-width: 980px !important;
    width: 100% !important;
}

#fbfrmholder {
    max-height: 45px;
    max-width: 210px;
	height: auto;
	width: 100%;
}

.headerlogolink {
    display: block;
    height: 76px;
    left: 375px;
    position: absolute;
    top: 20px;
    width: 213px;
}

header.main h1 {
    background: transparent url("../images/logotr1.png") no-repeat scroll center 40px / 200px auto !important;
    display: block;
    height: 110px;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 0;
    text-align: right;
}

nav {
    background-color: #762123;
    padding: 10px 0;
    border: 0px solid black;
    text-align: left;
    height: 41px;
    position: relative;
    display: none !important;
}

blockquote {
	padding: 0px;
	margin: 0px;
}

.catpic {
	display: table-cell;
	/* float: left; */
	position: relative;
	min-width: 19vw;
	max-width: 24%;
	/* max-width: 192px; */
	height: auto;
	font-size: 0.8em;
	/* margin-bottom: -1px; */
	/* margin-right: 15px; */
	text-align: center;
	padding: 0px 21px 0px 21px;
	border-bottom: 1px solid #E2E2E2;
	border-left: 0px solid white;
	border-right: 0px solid white;
	border-top: 1px solid white;
	vertical-align: bottom;
	/* border-radius: 80px / 20px; */
}

.pro_1 .catpic img, .pro_2 .catpic img {
    display: inline-block;
    position: relative;
    width: 95%;
    max-width: 400px;
    min-width: 30%;
    height: auto;
    margin: 0px auto;
}

.cholder {
	display: block;
	position: relative;
	text-align: center;
	margin-top: 12px;
	width: 95%;
	height: 100%;
	margin: 0px auto;
	vertical-align: bottom;
	background: none;
	padding: 5px;
	/* border-bottom: 1px solid grey; */
}

.floatmefb {
	background: url("../images/fbsidel_sm.png") no-repeat scroll right center transparent !important;
	float: left;
	height: 270px;
	padding: 0px 46px 0px 5px;
	/* width: 245px; */
	z-index: 99999;
	position: fixed;
	left: -250px;
	top: 20%;
	display: none;
}

.floatmeytri {
	background: url("../images/ytsidelrisg.png") no-repeat scroll left 3px transparent !important;
	float: right;
	height: 270px;
	padding: 0px 5px 0px 46px;
	width: 182px;
	z-index: 99999;
	position: fixed;
	right: -186px;
	top: 30%;
	display: none;
}

#wpro1 {
	width: 95%;
	max-width: 550px;
}

#fbfrmholder {
    max-height: 45px;
    max-width: 210px;
    height: auto;
    width: 100%;
	display: none;
}

.fontTITLE {
	font-family: "Calibri";
	color: #762123;
	font-size: 1.2rem;
	font-weight: bold;
	margin-left: -20px;
}

.headerlogolink {
    display: none;
}

.ui-tabs .ui-tabs-nav li {
	width: 30%;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	font-size: 0.6rem;
}

.footsep {
	display:none;
}

#left_side_adv {
	display: block;
	position: relative;
	float: unset;
	width: 98%;
	margin: 0px 0px 0px 0px;
	border: 0px dashed red;
	height: auto;
	text-align: left;
}

#right_side_adv {
	display: block;
	position: relative;
	float: unset;
	width: 98%;
}

.font7 h6 {
	display: inline-block !important;
	margin-bottom: 12px;
}

#himg, #himg1, #himg2 {
	display: block;
	float: unset;
	margin: 0px auto;
	height: 380px;
}

#himg,#himg2 {
	height: 340px;
}
#himg1 {
	height: 380px;
}

.map #AutoNumber10 tr:nth-child(2) { display: inline; }
.map #AutoNumber10 tr:nth-child(2) td {
        display: block;
        width: 90%;
    }

   #fbfrmholder {
	 display: none !important;
 }
}
#cssmenu {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: none;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Arial, sans-serif;
  background: #762123;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #762123;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #762123;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  background: #762123;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #762123;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #762123;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#bh-sl-reset {
	background-color: #000;
	margin-left: 10px;
}

@media all and (max-device-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-device-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-device-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-device-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-device-width: 1024px) {

  
  #cssmenu {
    width: 100%;
	display: block;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #fff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.999);
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #762123;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul li a {
	  text-align: left;
  }
}
@media screen 
  and (max-device-width: 767px) 
  and (orientation: landscape) {
header.main h1 {
    background: transparent url(../images/logotr1.png) no-repeat scroll center 10px / 120px auto !important;
    height: 60px !important;
}
header.main {
    height: 92px !important;
    margin-bottom: 0px !important;
}
#excor {
    display: block !important;
    padding-top: 92px !important;
}
.bh-sl-container .bh-sl-map {
    height: calc(100vh - 91px) !important;
}
#cssmenu #menu-button {
    padding: 10px !important;
}
#cssmenu #menu-button:after {
    top: 14px !important;
}
#cssmenu #menu-button:before {
    top: 8px !important;
}
#cssmenu #menu-button.menu-opened:before {
    top: 13px !important;
    width: 12px!important;
}
#cssmenu #menu-button.menu-opened:after {
    top: 13px !important;
    width: 12px !important;
}
.bh-sl-container button {
	font: bold 0.8rem/1.4 Arial, Helvetica, sans-serif !important;
}

.bh-sl-container .form-input input {
	font: normal 0.8rem/1.4 Arial, Helvetica, sans-serif !important;
}
.formobileonly {
			 width: auto;
			 text-align: left;
			 float: left;
			 padding-right: 6px;
			 padding-top: 8px;
		 }
}
