@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End of Myers Reset*/
* {
	box-sizing:border-box;
}
body {
	font-size: calc(10px + .5vw);
	font-family: whitman-display, serif;
	font-weight: 400;
	font-style: normal;
	overflow-x:hidden;
}
#top_bar:after, #menu:after, #container:after, .featured:after, .event:after, .about:after, .location:after, .secretariat:after {
  content: "";
  display: table;
  clear: both;
}
#top_bar {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width:100%;
	padding:1em 2em;
	background-color:#232323;
	color:#fff;
	z-index:1000;
	font-size: calc(6px + .5vw)!important;

	font-weight: 400;
}
#top_bar a {
	color:#fff;
}
#top_bar a:hover {
	text-decoration:underline;
}
p.enhance {	
	float:left;
	font-style:italic;
	font-family: whitman-display, serif;
	font-weight:600;
	font-size: calc(5px + .5vw)!important;
}
p.top_links {
	float:right;
	font-family: gill-sans-nova, sans-serif;
	font-weight: 300;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size: calc(6px + .5vw)!important;
}
#container {
	display:flex;
	z-index:999;
}
#menu {
	box-sizing:border-box;
	flex:1;
	padding:3em;
background: #283983;
background: -webkit-linear-gradient(180deg, rgba(40, 57, 131, 1) 0%, rgba(31, 68, 150, 1) 50%, rgba(112, 205, 226, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(40, 57, 131, 1) 0%, rgba(31, 68, 150, 1) 50%, rgba(112, 205, 226, 1) 100%);
background: linear-gradient(180deg, rgba(40, 57, 131, 1) 0%, rgba(31, 68, 150, 1) 50%, rgba(112, 205, 226, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283983", endColorstr="#70CDE2", GradientType=0);
}
.stick {
	display:block;
	position: -webkit-sticky;
	position: sticky;
	top:4.5vw;
	padding-bottom:3em;
}
.logo {
	margin-bottom:1em;
}
.link {
	width:100%;
	padding:.5em 0;
	text-align:right;
	font-size: calc(16px + .5vw);
	font-family: whitman-display, serif;
	font-weight: 400;
	font-style: normal;
}
.link a {
	color:#fff;
}
.link a:hover {
	text-decoration:underline;
}
a {
	text-decoration:none;
}
#content {
	flex:3.5;
	border-left:1px solid #d7dae1;
}
.intro {
	position:relative;
	width:100%;
	height:50vh;
	background-image:url("../_new/_images/bg2.jpg");
	background-size:cover;
	color:#fff;
	background-position:bottom;
	text-align:center;
	/*border-bottom:10px solid #46accc; light blue*/
}
.hug {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:80%;
}
.hug h1 {
	font-style: italic;
	font-size: calc(60px + .5vw);
}
.hug button {
	background: rgba(63,85,127,1);
	background: -moz-linear-gradient(-45deg, rgba(63,85,127,1) 0%, rgba(26,52,94,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(63,85,127,1)), color-stop(100%, rgba(26,52,94,1)));
	background: -webkit-linear-gradient(-45deg, rgba(63,85,127,1) 0%, rgba(26,52,94,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(63,85,127,1) 0%, rgba(26,52,94,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(63,85,127,1) 0%, rgba(26,52,94,1) 100%);
	background: linear-gradient(135deg, rgba(63,85,127,1) 0%, rgba(26,52,94,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f557f', endColorstr='#1a345e', GradientType=1 );
	color:#fff;
	text-transform:uppercase;
	padding:1em 2em;
	border-radius:50px;
	margin:0 auto;
	font-weight:600;
	border:0;
	font-family: gill-sans-nova, sans-serif;
	font-size: calc(10px + .5vw);
	transition:.5s;
}
.hug button:hover {
	background: rgba(31,56,98,1);
	background: -moz-linear-gradient(-45deg, rgba(31,56,98,1) 0%, rgba(70,172,204,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(31,56,98,1)), color-stop(100%, rgba(70,172,204,1)));
	background: -webkit-linear-gradient(-45deg, rgba(31,56,98,1) 0%, rgba(70,172,204,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(31,56,98,1) 0%, rgba(70,172,204,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(31,56,98,1) 0%, rgba(70,172,204,1) 100%);
	background: linear-gradient(135deg, rgba(31,56,98,1) 0%, rgba(70,172,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3862', endColorstr='#46accc', GradientType=1 );
	transition:.5s;
	cursor:pointer;
}
strong {
	font-weight:600;
}
.little_line, .tiny_line {
	display:block;
	width:25%;
	border-bottom:1px solid #fff;
}
.contact .tiny_line {
	border-bottom:1px solid #3f557f !important;
}
.little_line {
	margin:1em auto;
}
.tiny_line {
	margin:1em 0;
}
.line_break {
	display:block;
	width:100%;
	border-bottom:1px dotted #3f557f;
	margin:2em 0;
}
.hug p {
	font-size: calc(16px + .5vw);
	margin-bottom:1em;
}
.featured, .location, .secretariat {
	padding:2em;
	background-color:#d7dae1;
	/*background-color:#3f557f; blue*/
}
.location ul, .about ul, .research ul, .calendar ul {
	margin-left:2em;
	line-height:115%;
}
.location ul, .about ul, .research ul {
	color:#1c2d5a;
}
.calendar ul {
	margin-top:.5em;
	margin-bottom:1em;
}
.calendar a {
	font-weight:900;
	color:#23b6e2;
}
.calendar a:hover {
	text-decoration:underline;
}
.location ul li, .about ul li, .research ul li, .calendar ul li {
	list-style:disc;
	margin-bottom:.5em;
}
.research ul li {
	color:#fff;
}
.research p {
	margin-bottom:1em;
	line-height:115%;
}
.research a {
	color:#fff;
}
.research a:hover {
	text-decoration:underline;
}
.featured {
	display:flex;
	flex-wrap:nowrap;
}
.exhibitors a {
	font-weight:900;
}
.exhibitors a:hover {
	text-decoration:underline;
}
.blue a {
	color:#23b6e2;
}
.dark_blue a {
	color:#006992;
}
.exhibitors p:nth-last-child(1) {
	margin-bottom:0;
}
.exhibitors h3, .calendar h3 {
	text-transform:uppercase;
	font-size: calc(14px + .5vw);
	color:#3f557f;
	font-weight:900;
}
.exhibitors h3 {
	margin-bottom:1em;
}
.event, .contact {
	position:relative;
	flex:1;
	width:23.5%;
	padding-bottom:2em;
	font-family: gill-sans-nova, sans-serif;
	font-weight: 300;
}
.event {
	color:#fff;
	background-color:#3f557f;
}
.contact {
	color:#3f557f;
	background-color:#d7dae1;
}
.about, .location, .secretariat, .research {
	padding:2em;
}
.research {
	display:flex;
	background-color:#3f557f;
	border:1px solid #d7dae1;
	color:#fff;
}
.left_content, .right_content {
	float:left;
	width:47%;
}
.left_content {
	margin-right:6%;
}
.institute {
	font-weight: 900;
	border:1px solid #d7dae1;
	padding:1em;
}
.left_mar {
	display:block;
	margin-left:1em;
}
.about p, .location p {
	line-height:125%;
	margin-bottom:1em;
	color:#1c2d5a;
}
.about h2, .location h2, .secretariat h2, .research h2 {
	font-style: italic;
	font-size: calc(24px + .5vw);
	font-weight:600;
	margin-bottom:1em;
}
.about h2, .location h2, .secretariat h2 {
	color:#3f557f;
}
.event img, .contact img {
	display:block;
	border-bottom:5px solid #23b6e2;
	margin-bottom:2em;
}
.event h3, .contact h3 {
	text-transform:uppercase;
	font-size: calc(14px + .5vw);
}
.spacer {
	display:block;
	width:100%;
	padding:0 2em;
}
.event p, .contact p {
	margin-bottom:2em;
	line-height:125%;
}
.contact p:nth-last-child(1){
	margin-bottom:0 !important;
}
.contact a {
	font-weight:600;
	color:#3f557f;
}
.contact a:hover {
	text-decoration:underline;
}
.event p {
	color:#fff;
}
.tiny {
	font-weight:900;
	font-size: calc(4px + .5vw);
	color:#23b6e2 !important;
	margin-bottom:.5em !important;
}
.tiny_strong {
	font-weight:900;
	font-size: calc(8px + .5vw);
	position:absolute;
	bottom:2em;
	margin-bottom:0 !important;
	transition:.5s;
}
.tiny_strong:hover .fa-angle-double-right {
	transform:translateX(5px);
	transition:.5s;
}
.tiny_strong:hover a, .tiny_strong:hover{
	color:#23b6e2;
	transition:.5s;
}
.event a {
	color:#fff;
}
.mar {
	margin-right:2%;
}
.mar_bottom {
	margin-bottom:1em;
}
.flex_hug {
	display:flex;
	width:100%;
}
.red_text {
	color:#cc2936;
}
#footer {
	display:flex;
	width:100%;
	background-color:#323232;
	border-top: 10px solid #283983;
	font-family: gill-sans-nova, sans-serif;
	font-weight: 300;
	line-height:1.25;
}
#footer_blurb {
	flex:1;
	color:#fff;
	padding:2em;
}
#footer_links {
	flex:3.5;
}
#footer_hug {
	padding:2em 2em 2em 0;
	display:flex;
}
#footer a, #copyrights a {
	color:#fff;
}
#footer a:hover, #copyrights a:hover {
	text-decoration:underline;
}
#copyrights {
	width:100%;
	background-color:#232323;
	color:#fff;
	padding:1.5em;
	text-align:center;
	font-family: gill-sans-nova, sans-serif;
	font-weight: 300;
	line-height:1.25;
}
.footer_col {
	flex:1;
	width:23.5%;
	border-left:1px solid #fff;
	float:left;
	padding-left:2em;
	color:#fff;
}
.footer_col i {
	font-size: calc(24px + .5vw);
	margin-top:.5em;
}
.footer_col p {
	margin-bottom:.25em;
}
.subscribe {
	background-color:#fff;
	color:#323232;
	border:1px solid #fff;
	display:block;
	font-size: calc(12px + .5vw);
	font-family: whitman-display, serif;
	font-weight: 900;
	font-style: normal;
	text-transform:uppercase;
	padding:.5em 1em;
	transition:.5s;
	margin-top:1em;
}
.subscribe:hover {
	background-color:#323232;
	color:#fff;
	cursor:pointer;
	transition:.5s;
}
.sticky {
	position:sticky;
}
/*Table Styling*/
.calendar {
	color:#3f557f;
	padding:2em;
	background-color:#fff;
}
.calendar h1 {
	font-size:36px;
	font-weight:600;
	margin-bottom:.5em;
}
.calendar p {
	margin-bottom:1em;
	line-height:125%;
}
#search {
	display:flex;
	width:100%;
	align-items: center;
	margin-left:0 !important;
}
#search a {
	font-weight: 500 !important;
}
.register_button, .other_button {
	display:block;
	width:100%;
	border:0;
	transition:.5s;
	cursor:pointer;
	color:#fff;
	box-sizing:border-box;
	padding:1em;
	font-family: whitman-display, serif;
	font-weight: 900;
	font-size: calc(14px + .5vw);
	margin-bottom:.5em;
	text-transform:uppercase;
}
.register_button {
	background-color:#cc2936;
}
hr {
	border-color:#23b6e2;
}
.other_button {
	background-color:#23b6e2;
}
.register_button:hover, .other_button:hover {
	background-color:#3f557f;
}
.event_title {
	border-bottom:2px dotted #3f557f;
	padding-bottom:.5em;
}
.filter {
	flex:1;
	list-style:none;
	width:19.2%;
	margin-right:1%;
	text-align:center;
	border:2px solid #3f557f;
	color:#fff;
	margin-bottom:2em;
	padding:1em 0;
	font-family: gill-sans-nova, sans-serif;
	transition:.25s;
}
.filter:nth-child(5) {
	margin-right:0;
}
.filter:hover {
	background-color:#3f557f;
	border:2px solid #3f557f;
	transition:.25s;
}
.filter a {
	color:#3f557f;
}
.filter:hover a {
	color:#fff;
}

.info_form form {
	width:100%;
	color:#3f557f;
}
.info_form fieldset {
	width:100%;
	border:1px solid #23b6e2;
	padding:1em;
	margin-bottom:1em;
}
.info_form fieldset legend {
	padding:0 5px;
	font-weight:900;
}
input[type="text"], select {
	width:100%;
	padding:1em;
	margin-bottom:1.5em;
	background-color: #eee;
	border:none;
}
option {
	font-size: calc(16px);
}
 input[type="text"]:hover, select:hover,  input[type="text"]:focus, select:focus  {
	background-color: #ddd;	
}
.info_form fieldset input[type="text"]:last-child {
	margin-bottom:0;
}
.subscribe_label {
	display:block;
	margin-bottom:.25em;
}
input[type="submit"] {
	width:100%;
	border:none;
	margin:1em 0;
	padding:1.5em;
	color:#fff;
	font-family: whitman-display, serif;
	font-weight: 900;
	font-size: calc(14px + .5vw);
	text-transform:uppercase;
	background-color:#3f557f;
	-webkit-appearance: none;
	transition:.5s;
}
input[type="submit"]:hover {
	cursor:pointer;
	background-color:#cc2936;
	transition:.5s;
}
.bold_text {
	font-weight:900;
}
/*Custom Checkboxes*/
/* The container */
.custom_check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom_check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom_check input:checked ~ .checkmark {
  background-color: #23b6e2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom_check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom_check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Custom Radio*/
/* The container */
.custom_radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.custom_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom_radio:hover input ~ .radio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom_radio input:checked ~ .radio {
  background-color: #23b6e2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom_radio input:checked ~ .radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom_radio .radio:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.mob_show {
	display:none;
}
/*SELECT STYLING*/
/* The container must be positioned relative: */
.custom-select {
  	position: relative;
	margin-bottom:1em;
}

.custom-select select {
 	display: none; /*hide original SELECT element: */
}

.select-selected {
	text-transform:uppercase;
	padding:1em;
  	background-color: #eee;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #323232 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #323232 transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #323232;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #eee;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.5);
} 
.tab_show {
	display:none;
}
.phone_show {
	display:none;
}
.print_button {
	display:block;
	width:10%;
	padding:1em;
	margin-bottom:1em;
}
.print_button:hover {
	cursor:pointer;
}
/*END SELECT STYLING*/
@media only screen and (orientation: portrait) and (max-device-width: 1024px) {
	.all_poof {
		display:none;
	}
	.poof {
		display:none;
	}
	.mob_show {
		display:block;
	}
	.calendar, .pad_top {
		padding-top:10em;
	}
	.hug button {
		font-size: calc(12px + .5vw);
		padding:2em;
	}
	#top_bar {
		padding: 3em 2em 4em 2em;
		position:fixed;
		background: rgba(63,85,127,1);
		background: -moz-linear-gradient(top, rgba(63,85,127,1) 0%, rgba(63,85,127,0.77) 43%, rgba(63,85,127,0) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,85,127,1)), color-stop(43%, rgba(63,85,127,0.77)), color-stop(100%, rgba(63,85,127,0)));
		background: -webkit-linear-gradient(top, rgba(63,85,127,1) 0%, rgba(63,85,127,0.77) 43%, rgba(63,85,127,0) 100%);
		background: -o-linear-gradient(top, rgba(63,85,127,1) 0%, rgba(63,85,127,0.77) 43%, rgba(63,85,127,0) 100%);
		background: -ms-linear-gradient(top, rgba(63,85,127,1) 0%, rgba(63,85,127,0.77) 43%, rgba(63,85,127,0) 100%);
		background: linear-gradient(to bottom, rgba(63,85,127,1) 0%, rgba(63,85,127,0.77) 43%, rgba(63,85,127,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f557f', endColorstr='#3f557f', GradientType=0 );
	}
	/*Menu Button Styling*/
	#menuButton {
		box-sizing:border-box;
		position:fixed;
		right:4vw;
		display:block;
		background-color:#323232;
		color:#fff;
		border-radius:50%;
		text-align:center;
		z-index:1002;
		border:0;
	}
	#hello {
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		background-color:#3f557f;
		display:none;
		width:100%;
		height:100vh;
		padding:5vh 2vh 15vh 2vh;
		color:#fff;
		z-index:1001;
		animation:top .5s forwards;
	}
	#hello:after {
		content: "";
		display: table;
		clear: both;
	}
	.mob_link {
		display:flex;
		flex-direction: column;
 		justify-content: center;
		width:100%;
	}

	.mob_link a {
		color:#fff;
		text-decoration:none;
		vertical-align:middle;
	}
	.show {
		display:block !important; 
	}
	@keyframes top {
		0% {top:-100vh;}
		100% {top:0;}
	}
	/*End of Menu Button Styling*/
	#content {
		border:0;
	}
		.research {
		border-width:0 0 1px 0;
	}
		fieldset {
		padding:0;
		border:none;
	}
	.info_form fieldset {
		border:0;
		padding:1em 0 0 0;
	}
	.info_form fieldset legend {
		padding:0;
		font-weight:900;
	}
	.register_button {
		margin-top:1em;
	}
	.footer_col {
		border-left:none;
		padding-left:0;
	}
}


/*Phone Portrait*/
@media only screen and (orientation: portrait) and (max-device-width: 736px) {
	.phone_poof {
		display:none;
	}
	.phone_show {
		display:block;
	}
	body {
		overflow-x:hidden;
		background-color:#232323;
		font-size: calc(15px + .5vw);
	}
	.mob_link {
		padding:0 3vh;
		height:12vh;
		font-size: calc(18px + .5vw);
	}
	#menuButton {
		top:4vw;
		font-size:16px;
		height:15vw;
		width:15vw;
	}
	#container, #footer, #copyrights, #footer_hug {
		display:block;
		width:100%;
		margin:0;
	}
	#footer_hug {
		padding:1em;
	}
	.flex_hug {
		display:block;
		width:100%;
	}
	.intro {
		height:90vh;
		background-position:left;
	}
	.featured, .hug, .event, .about, .contact, .research {
		display:block;
		width:100%;
	}
	.location, .about {
		padding-left:1em;
		padding-right:1em;
	}
	.hug {
		padding:2em;
	}
	.hug h1 {
		font-size: calc(36px + .5vw);
	}
	.hug p {
		font-size: calc(15px + .5vw);
		line-height:120%;
	}
	.mob_bottom {
		margin-bottom:1em;
	}
	.about {
		background-color:#fff;
	}
	.featured {
		padding:0;
	}
	.event {
		padding-bottom:3em;
	}
	.tiny_strong {
		font-size: calc(12px + .5vw);
		bottom:3em;
	}
	.tiny {
		font-size: calc(10px + .5vw);
	}
	.event h3, .contact h3 {
		font-size: calc(20px + .5vw);
	}
	.left_content, .right_content, .footer_col {
		width:100%;
		flex:none;
		float:none;
		border:none;
	}
	.calendar, .pad_top {
		padding:5em 1em 1em 1em;
		
	}
	input[type="text"], select {
		font-size:16px;
	}
	table {
		width:100%;
	}
	tr td:nth-child(1), tr td:nth-child(4), tr td:nth-child(5){
		display:none;
	}
	tr:nth-child(2) {
		border-top:2px solid #3f557f;
	}
	tr th {
		display:none;
	}
	tr td:nth-child(1), tr td:nth-child(5){
	width:8%;
	}
	.subscribe {
		width:100%;
		padding:1em;
	}
		#footer_hug .mar {
		margin-right:0;
		margin-bottom:2em;
		padding-bottom:2em;
		border-bottom:1px solid #fff;
	}
	
}
/*Tablet Portrait*/
@media only screen and (orientation: portrait) and (max-device-width: 1024px) and (min-device-width:737px) and (-webkit-min-device-pixel-ratio: 2) {
	.tab_show {
		display:block;
	}	
	.tab_poof {
		display:none;
	}
	body {
		font-size: calc(13px + .5vw);
	}
	.mob_link {
		padding:0 3vh;
		height:12vh;
		font-size: calc(24px + .5vw);
	}
	#menuButton {
		font-size:16px;
		height:9vw;
		width:9vw;
		top:2em;
	}
	.intro {
		height:65vh;
	}
	.hug p {
		font-size: calc(17px + .5vw);
		line-height:120%;
	}
	.event:nth-child(2), .flex_hug:nth-child(2) {
		margin-right:0 !important;
	}
	.tab_bottom {
		margin-bottom:1em !important;
	}
	.tab_right {
		margin-right:2% !important;
	}
	.mar {
		margin-right:0;
	}
	.footer_col:nth-child(1) {
		border-left:none;
		padding-left:0 !important;
	}
	.footer_col {
		font-size: calc(10px + .5vw);
		padding:0 2%;
	}
	.custom_check, .custom_radio {
		margin-bottom:1em;
	}
	.featured, .flex_hug {
		width:100%;
		flex-wrap:wrap;
	}
	.event, .contact {
		flex: 1 0 49%;
	}

	#copyrights {
		font-size: calc(10px + .5vw);
		padding:1em;
	}
	#footer_hug {
		padding:2em 0 2em 2em;
	}	
}
@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End of Myers Reset*/
/*Global Styles*/
* {
	box-sizing:border-box;
	/*scrollbar-color: #0c58a4 rgba(12, 88, 164,.5);*/
}
body {
	font-family: "basic-sans", sans-serif;
	font-style: normal;
	font-weight:300;
	font-size:62.5%;
	line-height:1.25;
	color:#2a3783;
	background-color:#f7f8fa;
}
p, ul {
	line-height:1.35;
	font-size: clamp(1rem, 1vw, 1.5rem);
}
strong {
	font-weight:900;
}
em {
	font-style:italic;
}
small, .small-label {
	font-size: clamp(.85rem, .85vw, .85rem);
	font-weight:300;
}
button {
	font-family: "basic-sans", sans-serif;
	font-style: normal;
	display:block;
	font-size: clamp(1rem, 1vw, 1.5rem);
	border-radius:0;
	border:0;
	cursor:pointer;
}
h1 {
	font-family: eb-garamond, serif;
	font-weight: 700;
	font-style: normal;
}
h1 {
	font-size: clamp(1.5rem, 1.5vw, 2rem);
	display:block;
	width:100%;
	padding-bottom:1rem;
	margin-bottom:1rem;
	border-bottom:2px dotted #70cde2;
}
h2 {
	font-size: clamp(1.15rem, 1.15vw, 1.25rem);
	font-weight:900;
}
#entry-container {
	position:relative;
	background-color:#fff;
	margin:0 auto;
	width:100%;
	padding:2rem;
}
#description-hold {
	border-bottom:2px dotted #70cde2;
	padding-bottom:1rem;
}
#description-hold, #notes-hold {
	margin-bottom:1rem;
}
#main-buttons-hold, #main-content-hold {
	display:flex;
	width:100%;
	margin-bottom:1rem;	
}
#main-buttons-hold {
	column-gap:1rem;
	padding-bottom:1rem;
}
#main-content-hold {
	column-gap:2rem;
	border-bottom:2px dotted #70cde2;	
}
#main-buttons-hold a {
	flex:1;
	text-decoration:none;
}
#main-buttons-hold button {
	text-align:center;
	padding:1rem;	
	background-color:#cc2936;
	color:#fff;
	font-weight:900;
	font-size: clamp(1.15rem, 1.15vw, 1.25rem);
	width:100%;
	transition:.5s;
}
.blue-button {
	background-color:#70cde2 !important;
	color:#2a3783 !important;	
}
#main-buttons-hold button:hover {
	background-color:#a2202b;
	transition:.5s;	
}
#main-one, #main-two {
	flex:1;
}
#main-content-hold p, #main-content-hold ul li {
	margin-bottom:1rem;
}
#main-content-hold ul {
	margin-left:2rem;
}
#main-content-hold ul li:first-child {
	padding-top:1rem;
}
#main-content-hold ul li {
	list-style:disc;
}
#main-content-hold ul li::marker {
	color:#70cde2;
}
#description-hold a, #main-content-hold a {
	color:#cc2936;
}
#main-content-hold a:hover {
	color:#a2202b;
}
#cancellation-hold {
	background-color:#eaf8fb;
	padding:1rem;
}
#cancellation-hold p {
	margin-bottom:1rem;
}
#cancellation-hold p:last-child {
	margin-bottom:0;
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 750px) {
	
}
/*Tablet Landscape*/
@media only screen and (orientation: landscape) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2)   {
		.all_poof {
		display:none;
	}
	.tab_poof {
		display:none;
	}
	.tab_bottom {
		margin-bottom:1em !important;
	}
	.tab_right {
		margin-right:2% !important;
	}
	.mar {
		margin-right:0;
	}
	.featured:nth-child(2) {
		padding-bottom:0;
	}
	.featured, .flex_hug {
		width:100%;
		flex-wrap:wrap;
	}
	.event, .contact {
		flex: 1 0 49%;
	}
}

/*Printing Page Styles*/
@media print {
	#menu, #footer, #copyrights, #top_bar, .no_print {
		display:none;
	}
	#content {
		width:100%;
		border:1px solid #000;
	}
	.calendar h1, .calendar p {
		color:#000;
	}
}