body {
	font-family: circe, sans-serif;

font-weight: 200;

font-style: normal;
	overflow-x: hidden;
}
strong{
	font-family: circe, sans-serif;

font-weight: 800;

font-style: normal;
}
h1,h2{
	font-family: bely-display, sans-serif;

font-weight: 400;

font-style: normal;
}
.header {
	color:#fefefc;
}
.wrapp {
	padding: 20px 20px 0 50px;
}
.wrapp-content {
	margin: 0 2% 5px 9.2%;
}
.secondary > .wrapp, .breadcrumb_nav  > .wrapp, .expanded_nav  > .wrapp  {
	padding: 0 20px 0 40px;
}
.breadcrumb_nav {
	margin: 30px 5px;
}
.logo_image {
	height: 100px;
}
._wh_gray {
	
}
.learn_link {
	font-family: museo-sans-condensed, sans-serif;

font-weight: 100;

font-style: normal;
}
.home h1{ 
	font-size: 5rem; 
}
.home h2{ 
	font-size: 3rem; 
}
.sm_menu {
	width: 40px;
	height: 24px;
	display: inline-block;
}
.sm_menu span {
	background: #fff;
	height: 3px;
	display: block;
	margin: 4px 0;
	content:'';
}
.home {
	display: table;
	width: 100%;
	height: 100vh;
	background: url('../img/home-bg.jpg') 0 0 / cover;
	color:#fefefc; position: relative;
}
.home_right {
    content: '';
    position: absolute;
    left: 50%;
    background: rgba(0,0,0,0.51);
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 0;
}
.content_wrapp {
	position: relative;
	height: 100vh;
	display: table;
	width: 100%;
}
.home a{
	color:#fefefc;
}
.hnav-section {
	float: right;
}
.tnav {
	margin-right: 70px;
	float: left;
	margin-top: 1px;
	font-family: circe, sans-serif;

font-weight: 700;

font-style: normal;
}
.tnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tnav li {
	display: inline;
}
.tnav a {
	color: #fff;
	margin-left: 20px;
}
.bootom_links {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.bootom_links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-table;
	width: 100%;
}
.bootom_links li {
	display: table-cell;
	width: 16.6%;
	min-width: 103px;
	text-align: center;
}
.bootom_links a {
	color: #fff;
	padding: 3px 1px;
	display: block;
}
._cl1{
	background: #fff200;
}
._cl2{
	background: #00aeef;
}
._cl3{
	background: #ec008c;
}


._clg{
	background: #939392;
}
._clb{
	background: #242525;
}
.nav_block {
	position: absolute;
	right: -30%;
	bottom: 0;
	top: 0;
	width: 20%;
	min-width: 210px;
	background: #fff100;
	z-index: 8;
	transition: all .5s;
	font-family: circe, sans-serif;

font-weight: 700;

font-style: normal;
}
.nav_block._show {
	right: 0;
}
.subnav_entries{
	
}
 
.img-responsive {
	max-width: 100%;
	width: auto;
}
.sub_nav_block {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100vh;
	background: #b2b1b1;
	z-index: -1;
	/* display: none; */
	/* transition: all 1s; */
	visibility: hidden;
	overflow: hidden;
	
}
.sub_nav_block._show {
	/* display: block; */
	width: 150%;
	transition: all 1s;
	left: -150%;
	z-index: 9;
	visibility: visible;
}
.nav_block ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav_block a {
	color: #b2b1b1;
	text-transform: capitalize;
}
.subnav_entries li ul {
	display: none;
	background: #cecece;
}
.arrow_area {
	position: absolute;
	right: 15px;
	top: 0;
	width: 45px;
	height: 88%;
	margin: 0;
}
.subnav_entries li > a.topLevel .arrow_area {
	font-size: 30px;
	font-weight: lighter;
	padding: 0;
	line-height: 38px;
	text-align: center;
	color: #fff;
	transition: transform .6s;
	height: 100%;
	z-index: 9;
}
.subnav_entries li.open > a.topLevel .arrow_area , .subnav_entries li > a.topLevel .arrow_area:hover {
	transform: rotate(180deg);
	margin-top: -5px;

}
.main_nav_list li::before {
	content: '';
	border-radius: 0;
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-right: 18px solid #fff100;
	border-bottom: 16px solid transparent;
	position: absolute;
	left: -18px;
	z-index: 99;
	display: none;
}
.main_nav_list li._active::before {
	display: block;
}
.main_nav_list li {
	position: relative;
}
.nav_wrapp {
	position: relative;
	height: 85%;
	float: left;
	width: 100%;
	padding-top: 15%;
}
.main_nav_list a {
	margin: 15px 5px 0 40px;
	display: block;
}
.main_nav_list a:hover {
    transform: scale(1.1);
}
.subnav_entries a {
	display: block;
	padding: 10px 50px 10px 40px;
	color: #fff;
	position: relative;
}
.subnav_entries li ul a {
	padding: 10px 25px 10px 55px;
}

.close_nav {
	position: absolute;
	right: 30px;
	top: 10px;
}
.close_nav:hover {
    color:red;
}
.nav_block ul.main_nav_list {
	margin-top: 35px;
}
.sub_nav_block .img_section {
	position: relative;
	height: 35%;
	box-shadow: -7px 1px 10px 0px rgba(0, 0, 0, 0.43);
	background: url(http://printingmuseum.hookandshell.com/images/uploads/main/nav-bg-x.jpg) 0 0 / cover;
	margin-bottom: 25px;
}
.img_section h3 {
	position: absolute;
	left: 0;
	top: calc(55% + 1rem);
	text-align: center;
	width: 100%;
	font-size: 2.5rem;
	color: #fefefc;
}
.pulp_rust_50{
	font-family: pulpo-rust-50, serif;

font-weight: 400;

font-style: normal;
	color: #fefefc;
}
.hcol1, .hcol2{
	margin-top:40px;
}
.cslide h3 {
	font-family: bely-display, sans-serif;
	color: #626261;
	font-weight: 400;
	margin-top: 25px;
}
.cslide h3.more_info_link {
	 margin-top: 40px;
}
.tinfo-block {
	padding: 80px 5px 0 60px;
	margin: 0 20px 0 0;
	box-shadow: 8px -15px 18.36px 4.64px rgba(1, 1, 1, 0.35);
	z-index: 99;
	height: 100%;
	background: #fefefc;
}
.row.cfrow {
	margin: 0;
}
.row.cfrow > * {
	padding: 0;
}
.round-thumb {
	list-style-type: none;
	margin: 50px 25%;
	padding: 0;
	/* text-align: center; */
}
.round-thumb li {
	width: 10px;
	height: 10px;
	background: #fff200;
	display: inline-block;
	border-radius: 20px;
	border: 1px solid #fff200;
}
.round-thumb li.active {
	background: transparent;
}
.more_info_link a {
	color: inherit;
}
.full_heading {
	background: #e1e1e1;
	padding: 25px 0;
	color: #626261;
	margin: 50px 0 0;
}
.event_box {
	margin: 40px 0 40px 0;
	position: relative;
}
.event_box h3 {
	font-weight: 800;
	color: #484847;
	font-size: 1.5rem;
}
.event_box h3._hdate {
	font-size: 2.5rem;
}
._htext {
	margin: 25px 0;
}
.btn.bgn-register {
	text-transform: uppercase;
	background: #00aeef;
	color: #fcfcfa;
	font-size: 30px;
	padding: 15px 50px 20px;
	font-weight: 200;
}
.event_screen {
	position: relative;
}
.event_photo {
	background: url('../img/page_header.jpg') 0 0 / cover;
	height:260px;
	content:'';
	width: 70%;
}
.event_info {
	width: 30%;
	/* float: right; */
	padding: 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
}
.event_info p {
	display: block;
	height: 33.3%;
	float: left;
	margin: 0;
	color: #fff;
	width: 100%;
	padding: 15px;
}
.event_info p strong {
	display: block;
}
.event_info ._box1 {
	background: #646462;
	
}
.event_info ._box2 {
	background: #4f4e4e;
}
.event_info ._box3 {
	background: #252525;
	
}
.page_top {
	background: url('../img/page_header.jpg') no-repeat 0 0 / cover;
	height: 315px;
}
.main_title {
	color: #fff;
	margin: 5px 4% 5px 10%;
	/* font-size: 3rem; */
}
.main_title h1 {
	font-size: 6rem;
}

.expanded_nav ul, .expanded_snav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.expanded_nav ul {
	float: left;
	width: 100%;
}
.expanded_nav {
	float: left;
	width: 100%;
	border-bottom: 4px solid #fff200;
}
.expanded_nav li {
	/* display: inline-block; */
	width: 16.6%;
	float: left;
	text-align: center;
}

.expanded_nav a {
	display: block;
	padding: 15px 0 10px 0;
	color: #4e4e4e;
}

.expanded_nav li.sactive, .expanded_nav li:hover {
	background: #fff200;
	color: #e5d901;
	font-weight:bold;
}
.expanded_snav {
	display: none;
	margin: 20px 0 50px;
}
.expanded_snav._show {
	display: block;
}
.expanded_snav li {
	color: #6c6b6b;
	display: inline-block;
	margin: 0 16px 0 0;
}
 
.expanded_snav li.active {
	font-weight:bold;
}

.expanded_snav a {
	color: inherit;
	padding: 5px 0;
	display: block;
}
.heading_skyblue {
	color: #00aeef;
	padding: 12px 0;
	margin: 30px 0 0;
	font-weight: 500;
	font-size: 2rem;
}
.search_bar_icon {
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
	background: #00aeef;
	color: #fff;
	font-size: 25px;
	/* transform: scaleZ(15); */
}
.search_fields1 {
	float: left;
	width: calc(100% - 50px);
}
.search_fields1 > * {
	width: 23%;
	float: left;
	margin-right: 1%;
}
.search_form input {
	background: #f9f9f9;
}
.search_form input, .search_form select {
	height: 40px;
	padding: 6px 12px;
	border: 1px solid #f2f2f2;
	color: #67676f;
}
.search_fieldset1 {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.search_fieldset2 {
	float: left;
	width: 100%;
}
.search_fieldset2 > * {
	float: left;
	width: 20%;
	margin-right: 1%;
}
.ssubmit {
	width: 14%;
}
.search_fieldset2 .sbtnsgroup {
	width: 40%;
}
.sfieldset .fa {
	position: absolute;
	right: 4px;
	top: 10px;
	font-size: 18px;
}
.sfieldset {
	width: 48%;
	float: left;
	margin-right: 2%;
	position: relative;
}
.sfieldset input {
	width: 100%; 
	
}
.sfieldset .fa {
	position: absolute;
	right: 4px;
	top: 10px;
	font-size: 18px;
}
.sbtnsgroup label{
	padding: 3px 10px;
	display: inline-block;
	margin-top: 10px;
	background: #efefef;
	color: #212529;
}
.sbtnsgroup input {
	display: none;
}
.sbtnsgroup input:checked ~ label {
	background: #00aeef;
	color: #fff;
}
.ssubmit .btn {
	float: right;
	background: #00aeef;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0;
	padding: 10px 15px;
	font-size: 16px;
}
.side_links {
	list-style-type: none;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	margin: 0 5px 0 0;
	padding: 0;
}
.footer {
	background: #000;
}
.footer img {
	max-width: 100%;
	margin: 30px;
}
 
.empty_rows {
	padding: 15px;
	background: dimgray;
	color: #fff;
	margin: 75px 0;
}

.cfont-1{
    font-family: swear-display, serif;
font-weight: 700;
font-style: normal;
}
.cfont-2{
    font-family: museo-sans-condensed, sans-serif;
font-weight: 100;
}
.cfont-3{
   font-family: bely-display, sans-serif;
font-weight: 400; 
}
.cfont-4{
    font-family: quiroh, sans-serif;
font-weight: 400;
}
.cfont-5{
    font-family: circe, sans-serif;
font-weight: 800;
font-style: normal;
}
.cfont-6{
    font-family: pulpo-rust-50, serif;
font-weight: 400;
font-style: normal;
}
.cfont-7{
    font-family: liza-caps-new, sans-serif;
font-weight: 400;
font-style: normal;
}
.cfont-8{
    font-family: hoss-round, sans-serif;
font-weight: 700;
font-style: normal;
}
.cfont-9{
    font-family: hoss-round, sans-serif;
font-weight: 900;
font-style: italic;
}
.cfont-10{
    font-family: quiroh, sans-serif;
font-weight: 400;
}
.cfont-11{
    font-family: circe, sans-serif;
font-weight: 800;
font-style: normal;
}
.cfont-12{
    font-family: pulpo-rust-50, serif;
font-weight: 400;
font-style: normal;
}
.cfont-13{
    font-family: liza-caps-new, sans-serif;
font-weight: 400;
font-style: normal;
}
.cfont-14{
     font-family: hoss-round, sans-serif;
font-weight: 700;
font-style: normal;
}
.cfont-15{
   font-family: hoss-round, sans-serif;
font-weight: 900;
font-style: italic; 
}
@media (max-width: 1350px) {
.sub_nav_block .img_section {
	height: 30%;
}
}
@media (max-width: 991px) {
.sub_nav_block .img_section {
	height: 25%;
}
	 .bootom_links li { 
	width: 32%; 
}
.search_fields1 > * {
	width: 48%; 
	margin-right: 2%;
	margin-bottom: 4px;
}
 
.ssubmit {
	width: auto;
	margin-right: 0;
}
.search_fieldset2 > * {
	width: 16%;
	margin-right: 0%;
}
.sbtnsgroup > * {
	width: auto;
}
.sbtnsgroup label {
	padding: 3px 8px; 
	font-size: 14px;
	/* font-weight: bold; */
}
.search_fieldset2 .sbtnsgroup {
	width: 52%;
}
.main_title { 
	margin: 40px 0 0;
	text-align: center;
}
.main_title h1 {
	font-size: 4rem;
}
}
@media (max-width: 768px) {
.sub_nav_block .img_section {
	position: relative;
	height: 20%;
}
.header {
	text-align: center;
}
.main_title h1 {
	font-size: 3rem;
}
.home h1{ 
	font-size: 3rem; 
}
.home h2{ 
	font-size: 2.2rem; 
}
.tnav {
	margin: 15px 5px;
	 
	/* margin-top: 1px; */
}
.sm_menu { 
	margin-top: 15px;
}
.nav_block {
	min-width: inherit;
}
.nav_block._show {
	right: 0;
	min-width: 134px;
}
.main_nav_list a {
	margin: 10px 5px 0 10px;
}
.subnav_entries a {
	padding: 10px 0 0 15px;
}
.sub_nav_block._show {
	 
}
.img_section h3 {
	position: relative; 
	top: 6px; 
	font-size: 1.2rem;
}
.bootom_links li {
	width: 100%;
	display: block;
	margin: 5px;
}
.bootom_links {
	position: relative;
	margin-top: 50px;
}
.event_photo {
	width: 100%;
}
.event_info {
	width: 100%;
	height: auto;
	position: relative;
	/* margin: 0 auto; */
}
.event_info p { 
	float: none; 
}
.event_info p strong {
	display: inline;
	margin: 20px;
}

.search_fieldset2 .sbtnsgroup {
	width: 100%;
}
.search_fieldset2 .ssubmit {
	width: 100%;
	margin-top: 6px;
}
.search_fieldset2 > * {
	width: 48%;
	margin-right: 2%;
}
.side_links {
	display: none;
}
}
@media (max-width: 550px) { 
.main_title h1 {
	font-size: 2.5rem;
}
.logo_image {
	height: 75px;
}
}
@media (max-width: 450px) { 
.hnav-section {
	float: none;
}
.main_title h1 {
	font-size: 2rem;
}
}