/********* VERSION 0.2.5 *********/
/***** LAST UPDATED 04-11-23 *****/
/* 04-11-23 UPDATE - Removing the Opacity from the Video overlay - sitewide */
/* 06-24-21 UPDATE - Committed out outline on .a */ 





/*
Author: Web & Portal Services and Aisling Multimedia

[Table of contents] 

1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Bootstrap Color Overrides
- 1.3 Structure (header | footer)

2. CONTENT
- 2.1 Home all versions
- 2.2 Academics/single course page
- 2.3 About
- 2.5 Staff
- 2.6 Contact
- 2.7 Stories

3. COMMON
- 3.1.1 Return to Top
- 3.1.2 Date Format
- 3.1.3 iFrame Aspect Ratio
- 3.2 Forms
- 3.3 Container backgrounds
- 3.4 Login/Register modals
- 3.5 Spacing
- 3.6 Newsletter footer
- 3.8 Search modal 
- 3.9 List styles
- 3.10 Misc
- 3.12 Timeline

/*============================================================================================*/

/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
/*-------- Alert for old browsers IE10 and below --------*/
.chromeframe
{
	background: #ddd;
	color: #000;
	padding: .2em;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 9999;
	width: 100%;
}

.chromeframe a { color: #ed1c24; }
.v-red { color: #BF311A; }
.v-gold { color: #FDB913; }



/* --- Bootstrap Embed Ratio Additions --- */
.embed-responsive-engage {
  padding-bottom: 30.6%;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}


body
{
	font-size: 1rem;
	line-height: 1.825;
	font-family: main_regular, sans-serif;
	background-color: #fff;
}

p.intro-text,
.intro-text p {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.25rem;
}

h1, h2, h3, h4, h5, h6 { 
	letter-spacing: .05rem;
}
h1,
.page-title,
#intro-txt h1, 
.page-header h1 {
	font-family: main_regular, Arial, Helvetica, sans-serif;
	font-size: 3.5rem;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
	color: #fff;
}
h2 {
	font-size: 2.5rem;
}

h2.section-header {
	font-family: Georgia, Times, "Times New Roman", serif;
}

h3,
.section-title { 
	font-family: main_light;
	font-size: 2rem;
}

h4,
.article-title, 
.card-title {
	font-family: main_light;
	font-size: 1.6rem;
}

h5 {
	font-size: 1.2rem;
}


h6 {
	font-size: 1rem;	
}

.contact p {
	font-size: 0.825rem;
	line-height: 1;
}

/* TODO: main-title, intro-txt and page-header should be changed to become page-title */
.main-title
{
	text-align: center;
	margin-bottom: 45px;
}

.main-title h2
{
	font-size: 34px;
	letter-spacing: -1px;
	margin-top: 0;
}

.main-title p
{
	font-size: 22px;
	font-family: main_light, Arial, Helvetica, sans-serif;
	color: #777;
	line-height: 1.2;
}


#intro-txt>a
{
	display: block;
	position: absolute;
	left: 50%;
	top: 86%;
	background-color: #bf311a;
	color: #fff;
	font-size: .75em;
	text-transform: uppercase;
	border: 2px solid #bf311a;
	padding: 2px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.page-header
{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 40vh;
	display: table;
	width: 100%;
	font-size: 20px;
	color: #fff;
}

.page-header.bg-interior
{
	max-height: 250px;
	background-image: url(/_resources/img/bg-interior.jpg);
}

.page-header.bg-interior div
{
	background: rgba(0, 0, 0, .25);
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.page-header div
{
	background: linear-gradient(rgba(0, 0, 0, 0.51) 20%, rgba(0, 0, 0, .46) 40%, rgba(0, 0, 0, .31) 60%);
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 10%;
}

.page-header.bg-1
{
	background-image: url(/_resources/img/header_bg-1_1600x800_osceola-3.jpg);
	background-position: center center;
	background-size: cover;
	max-height: 40vmax;
}

.page-header.bg-2
{
	background-image: url(/_resources/img/header_bg-2_1600x250.jpg);
	background-position: center center;
	background-size: cover;
	max-height: 40vmax;
}

.page-header.bg-3
{
	background-image: url(/_resources/img/header_bg-3.jpg);
	background-position: center center;
	background-size: cover;
	max-height: 40vmax;
}

.page-header.bg-4
{
	background-image: url(/_resources/img/header_bg-4.jpg);
	background-position: center center;
	background-size: cover;
	max-height: 40vmax;
}

.page-header.bg-interior #intro-txt h1 { padding-top: 5vh; }



label, strong
{
	font-family: main_semibold, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
}

a {
	position: relative;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	outline: 1;
}



p { margin: 0 0 1rem 0; }

hr
{
	margin-top: 10px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #ededed;
}

hr.more_margin
{
	margin-top: 40px;
	margin-bottom: 60px;
	border: 0;
	border-top: 1px solid #ededed;
}

hr.styled
{
	margin: 30px 0 30px 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #fff;
}

hr.styled_2
{
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: -30px;
	margin-right: -30px;
}

.button, a.button
{
	padding: 10px 30px;
	display: inline-block;
	background-color: #9c9c9c;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: main_semibold, Arial, Helvetica, sans-serif;
	cursor: pointer;
	border: 0;
	font-size: 14px;
	outline: 0;
	margin-bottom: 20px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.button:hover, a.button:hover
{
	color: #fff;
	background-color: #283841;
}

.button-outline, a.button-outline
{
	padding: 8px 30px;
	display: inline-block;
	background-color: transparent;
	border: 2px solid #999;
	color: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: main_semibold, Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-size: 14px;
	outline: 0;
	margin-bottom: 20px;
}

.button-outline:hover, a.button-outline:hover
{
	color: #fff;
	text-decoration: none;
	border: 2px solid #bf311a;
	background-color: #bf311a;
}

.button-intro, a.button-intro
{
	border: none;
	font-weight: 400;
	font-style: normal;
	color: #fff !important;
	background: #bf311a;
	cursor: pointer;
	padding: 12px 25px;
	display: inline-block;
	outline: 0;
	font-size: 14px;
	text-align: center;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	transition: background .3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	min-width: 110px;
	font-family: main_semibold, Arial, Helvetica, sans-serif;
}

.button-intro:hover, a.button-intro:hover
{
	background: #fff;
	color: #bf311a !important;
}

.button-intro.outline, a.button-intro.outline
{
	border: 2px solid #fff;
	color: #fff;
	background: 0 0;
	padding: 10px 23px;
}

.button-intro:hover, a.button-intro:hover
{
	background: #fff;
	color: #bf311a;
}

.button-action, a.button-action
{
	font-weight: 400;
	font-style: normal;
	color: #fff !important;
	border: 1px solid #842112;
	background: #bf311a;
	cursor: pointer;
	padding: .5em 1em .5em 1em;
	margin-bottom: .75em;
	display: inline-block;
	outline: 0;
	font-size: 14px;
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	transition: background .3s ease-in;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-width: 100%;
	font-family: main_regular, Arial, Helvetica, sans-serif;
}

.button-action:hover, a.button-action:hover
{
	background: #fdb913;
	border: 1px solid #333;
	color: #333 !important;
	text-decoration: none;
}

.button-action_outline, a.button-action_outline
{
	border: 1px solid #999;
	color: #333;
	font-weight: 400;
	font-style: normal;
	cursor: pointer;
	padding: .5em 1em .5em 1em;
	margin-bottom: .75em;
	display: inline-block;
	font-size: 14px;
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	transition: background .3s ease-in;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-width: 100%;
	font-family: main_semibold, Arial, Helvetica, sans-serif;
}

.button-action_outline:hover, a.button-action_outline:hover
{
	background: #58595b;
	color: #fff !important;
	text-decoration: none;
}

.header
{
	position: fixed;
	top: 0;
	left: 0;
	height: 45px;
	width: 100%;
	z-index: 9;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.header.header-site
{
	position: fixed;
	top: 45px;
}

.header.header-chrome
{
	z-index: 999;
	background-color: #bf311a;
}

.header#chromeNav
{
	background-color: #fff;
	opacity: 1;
}

#logo
{
	display: block;
	float: left;
	padding-top: 3px;
}

#logo img { display: block; }

footer
{
	background-color: #414042;
	font-family: main_semibold, Arial, sans-serif;
	color: #fff;
	font-size: 11px;
	padding: 50px 0 10px 0;
}

prefooter
{
	background-color: #f8f9fa;
	font-family: main_semibold, Arial, sans-serif;
	color: #fff;
	font-size: 11px;
	padding: 50px 0 10px 0;
}

footer .vertical_gray_line
{
	border-left: 1px solid #e9ebee;
	margin-left: 3em;
}

footer ul
{
	font-size: 11px;
	list-style: none;
	padding: 0 0 20px 0;
}

footer a
{
	font-size: 11px;
	color: #fff;
}



footer a:hover
{
	color: #fdb913;
	opacity: 1;
}

.social-padding { margin-right: 1em; }

.footer-link
{
	margin-right: 1em;
	color: #fdb913;
	padding-left: 1em;
	content: "|";
}

footer h4
{
	color: #fdb913;
	font-size: 16px;
	font-family: main_bold, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 2px;
}

footer div
{
	font-size: 11px;
	padding-left: 0;
	padding-right: 0;
}

footer div div
{
	font-size: 11px;
	padding-left: 0;
	padding-right: 0;
}

.icon-push-right { margin: 0 10% 0 0; }

#copy
{
	font-size: 11px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 10px;
}


#home-feat-1
{
	position: relative;
	margin-bottom: 60px;
}

.home-feat-1-box
{
	overflow: hidden;
	bottom: -60px;
	position: relative;
}

.home-feat-1-box a:hover img
{
	-webkit-transform: scale(1);
	transform: scale(1);
}

.home-feat-1-box img
{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.short_info
{
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(/_resources/img/shadow_pic.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 100%;
	color: #fff;
	height: 100%;
}

.short_info h3
{
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 30px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 18px;
}

.home-feat-1-box a:hover .short_info h3
{
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 30px;
}

.short_info i,
.short_info svg
{
	bottom: 0;
	right: 30px;
	font-size: 24px;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}

.home-feat-1-box a:hover .short_info i,
.home-feat-1-box a:hover .short_info svg
{
	color: #fff;
	position: absolute;
	bottom: 26px;
	right: 30px;
	opacity: 1;
}

.box-feat-home
{
	position: relative;
	padding: 0 0 0 100px;
}

.box-feat-home i,
.box-feat-home svg
{
	font-size: 70px;
	color: #333333;
	position: absolute;
	left: 0;
	top: 0;
}

#graph
{
	position: relative;
	margin: 30px 0;
}

#graph h4 { font-size: 18px; }

#graph img
{
	max-width: 420px;
	margin: auto;
	display: block;
}

.features
{
	position: absolute;
	width: 300px;
	height: auto;
}

.features h4
{
	margin-top: 0;
	font-family: "main_semibold", Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.features p { margin-bottom: 0; }


.header-video
{
	position: relative;
	overflow: hidden;
	background: #000;
}

#hero_video
{
	position: relative;
	background-size: cover;
	color: #fff;
	width: 100%;
	font-size: 16px;
	display: table;
	height: 100%;
	z-index: 99;
	text-align: center;
	padding-top: 60px;
}

#hero_video div
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 10%;
}

#hero_video div h1
{
	font-size: 60px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	color: white;
	margin: -60px 0 0 0;
}

#hero_video div p
{
	text-transform: uppercase;
	margin-bottom: 30px;
}

#hero_video a.video_pop { display: none; }

video
{
	position: absolute!important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.99!important;
}

iframe
{
	height: 100%;
	width: 100%;
}

.tabs_more
{
	float: right;
	content: "";
	margin-right: 1.25em;
	width: 44px;
	height: 44px;
	background-color: #999;
}

.tabs_more:hover { background-color: #bf311a; }

.tabs_more i,
.tabs_more svg
{
	font-size: 1.75em;
	font-weight: 100;
	position: relative;
	margin-left: -.2em;
	top: .4em;
	color: #fff;
}

.social_date
{
	margin-left: 1.25em;
	color: #bf311a;
	font-size: .85em;
	text-transform: uppercase;
	padding-right: 2em;
	display: block;
}
.box-style-grey {
	background-color: #f3f5f8;
	color: #000;
	padding: 3.75rem 0rem;
}

.box-style-white {
	background-color: #fff;
	padding: 3.75rem 0rem;
}
.box-style-1, a.box-style-1
{
	background-color: #fff;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 10px 10px 10px 10px;
	color: #444;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

a.box-style-1 { cursor: pointer; }

a.box-style-1:hover
{
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-webkit-box-shadow: 0 3px 0 0 #ebedef;
	-moz-box-shadow: 0 3px 0 0 #ebedef;
	box-shadow: 0 3px 0 0 #ebedef;
}

.box-style-2
{
	border-left: 1px solid #ededed;
	padding-left: 10px;
	margin-bottom: 30px;
}

.box-style-3
{
	padding: 15px 30px 1px 30px;
	margin-bottom: 30px;
	background-color: #f3f5f8; /* previously ebedf0 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.box-side { position: relative; }
.box-side h5 { font-family: main_semibold, Arial, Helvetica, sans-serif; }

.box-side i,
.box-side svg
{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #999;
}

.box-feat, a.box-feat
{
	text-align: center;
	background: #fff;
	padding: 40px 30px 30px 30px;
	display: block;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-box-shadow: 0 3px 0 0 #f0f2f4;
	-moz-box-shadow: 0 3px 0 0 #f0f2f4;
	box-shadow: 0 3px 0 0 #f0f2f4;
	color: #666;
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

a.box-feat:hover
{
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-webkit-box-shadow: 0 3px 0 0 #ebedef;
	-moz-box-shadow: 0 3px 0 0 #ebedef;
	box-shadow: 0 3px 0 0 #ebedef;
}

a.box-feat i,
a.box-feat svg
{
	font-size: 70px;
	color: #bf311a;
}

a.box-feat h3
{
	text-transform: uppercase;
	font-size: 18px;
}

.box-style-4
{
	padding: 10px 30px 1px 30px;
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #f3f5f8;
}

.staff .box-style-1
{
	text-align: center;
	cursor: auto;
}

#map
{
	width: 100%;
	height: 500px;
}

h4.stories { text-transform: uppercase; }

div .stories
{
	padding: 0;
	margin: 0;
}

.stories img
{
	padding: 0;
	margin: 0;
	max-width: 6000px;
}


#return-to-top
{
	z-index: 999;
	position: fixed;
	bottom: 60px;
	right: 20px;
	text-decoration: none;
	display: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#return-to-top i,
#return-to-top svg
{
	color: #333;
	text-align: center;
	margin: 0;
	font-size: 19px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#return-to-top i::after,
#return-to-top svg::after
{
	color: #666;
	font-size: 16px;
	font-family: main_regular, Arial, Helvetica, sans-serif!important;
	content: "top";
	display: block;
}

#return-to-top:hover i::after,
#return-to-top:hover svg::after { color: #bf311a; }

#return-to-top:hover i,
#return-to-top:hover svg
{
	color: #bf311a;
	top: 5px;
}

.row.date { border-bottom: 2px solid #58595b; }

.aspect-ratio
{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 51%;
}
.aspect-ratio-viewport
{
	position: relative;
	width: 100vw;
	height: 50vw;
}
.aspect-ratio-viewport-half
{
	position: relative;
	width: 50vw;
	height: 25vw;
}
/* Set aspect back to full-size on mobile */
@media only screen and (max-width: 992px) {
	.aspect-ratio-viewport-half
	{
		position: relative;
		width: 100vw;
		height: 50vw;
	}
}
.aspect-ratio,
.aspect-ratio-viewport,
.aspect-ratio-viewport-half
iframe
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.iframe
{
	padding: 10px;
	border: 1px solid #eee;
}

@-webkit-keyframes pulse-outer {
	0% {
		opacity: 1
	}

	50% {
		opacity: .5
	}

	100% {
		opacity: 0
	}
}
@-moz-keyframes pulse-outer {
	0% {
		opacity: 1
	}

	50% {
		opacity: .5
	}

	100% {
		opacity: 0
	}
}
@keyframes pulse-outer {
	0% {
		opacity: 1
	}

	50% {
		opacity: .5
	}

	100% {
		opacity: 0
	}
}
@-webkit-keyframes pulse-inner {
	0% {
		-webkit-transform: scale(0);
		opacity: 0
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 1
	}
}
@-moz-keyframes pulse-inner {
	0% {
		-moz-transform: scale(0);
		opacity: 0
	}

	100% {
		-moz-transform: scale(1);
		opacity: 1
	}
}
@keyframes pulse-inner {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.container_gray_bg,
.container-fluid-grey
{
	background-color: #f3f5f8;
	padding: 0;

}

/* TODO: Is this style used anywhere? */
.container_gray_line { 
	border-top: 1px solid #e9ebee;
}
/*.container-fluid {
	background-color: #fff;
	padding: 0; } */

.container-fluid-black {
	background-color: #2a2a2e;
	padding: 0;
}

.container-fluid-10
{
	padding-left: 10px;
	padding-right: 10px;
}

.bg-content
{
	display: table;
	width: 100%;
	height: 500px;
	background: url(/_resources/img/bg-content.jpg) no-repeat center center;
	background-size: cover;
}

.bg-content>div
{
	display: table-cell;
	padding: 0 10%;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

.bg-content div h3
{
	font-size: 48px;
	font-family: main_bold, Arial, sans-serif;
	color: #fff;
}

.bg-content div a i,
.bg-content div a svg
{
	color: #fff;
	opacity: .5;
	cursor: pointer;
	font-size: 72px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.bg-content div a:hover i,
.bg-content div a:hover svg { opacity: 1; }

.login_icon
{
	color: #fff;
	font-size: 80px;
	opacity: .5;
}

.modal
{
	padding: 0 25px !important;
	z-index: 9999999;
}

.margin-15
{
	padding-top: 15px;
	padding-bottom: 15px;
}

.margin-30,
.margin-60
{
	margin-top: 30px;
	margin-bottom: 30px;
}

#search
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translate(0, -100%) scale(0, 0);
	-moz-transform: translate(0, -100%) scale(0, 0);
	-o-transform: translate(0, -100%) scale(0, 0);
	-ms-transform: translate(0, -100%) scale(0, 0);
	transform: translate(0, -100%) scale(0, 0);
	opacity: 0;
	z-index: 9999999;
}

#search.open
{
	-webkit-transform: translate(0, 0) scale(1, 1);
	-moz-transform: translate(0, 0) scale(1, 1);
	-o-transform: translate(0, 0) scale(1, 1);
	-ms-transform: translate(0, 0) scale(1, 1);
	transform: translate(0, 0) scale(1, 1);
	opacity: 1;
}

#search .button
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px;
}

#search .close
{
	position: fixed;
	top: 10px;
	right: 30px;
	color: #fff;
	outline: 0;
	opacity: 1;
	padding: 10px;
	font-size: 30px;
	display: block;
}

.banner
{
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #bf311a url(/_resources/img/bg-banner.png) no-repeat right bottom;
	padding: 30px 30px 60px 30px;
	color: #fff;
	text-align: center;
	font-size: 15px;
}

.banner i,
.banner svg { font-size: 75px; }

.banner h3
{
	text-transform: uppercase;
	font-size: 18px;
	font-family: main_semibold, Arial, Helvetica, sans-serif;
	color: #fff;
}

a.banner_bt
{
	display: inline-block;
	background-color: #fff;
	color: #bf311a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: main_semibold, Arial, Helvetica, sans-serif;
	cursor: pointer;
	border: 0;
	padding: 7px 15px;
	font-size: 13px;
	outline: 0;
	margin-bottom: 20px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

a.banner_bt:hover
{
	background-color: #283842;
	color: #fff;
}

#route
{
	padding: 10px 0;
	font-size: 12px;
	border-bottom: 1px solid #e4e4e4;
	background-color: #f3f5f8;
}

#route ul li:first-child { padding-left: 20px; }


#route ul
{
	margin: 0;
	padding: 0;
	color: #000;
}

#route ul li a
{

}

#route ul li a:hover
{
	color: #333;
	opacity: 1;
}

#route ul li
{
	display: inline-block;
	padding-right: 8px;
	margin-right: 3px;
}

#route ul li:after
{
	content: "\2003 >";
	white-space: pre;
	font-weight: 700;
}

#route ul li:last-child:after { content: ''; }

ul.list_4
{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul.list_4 li
{
	margin-bottom: 0;
	display: block;
	padding-left: 24px;
	margin-right: 15px;
	position: relative;
	font-family: "main_semibold", Arial, Helvetica, sans-serif;
}

ul.list_4 li:before
{
	font-family: "Font Awesome 5 Regular";
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 0;
	color: #BF311A;
	font-size: 1em;
}

ul.list_staff
{
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

ul.list_staff li
{
	position: relative;
	padding: 0 45px 0 70px;
	height: 55px;
	margin-bottom: 20px;
	display: inline-block;
	color: #555;
}

ul.list_staff li figure
{
	width: 55px;
	height: 55px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

ul.list_staff figure img
{
	width: 55px;
	height: auto;
}

ul.list_staff li h5
{
	font-family: "main_semibold", Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 10px;
}

ul.list_order
{
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	/*font-size: 14px;*/
}

ul.list_order li
{
	position: relative;
	padding-left: 45px;
	clear: both;
	min-height: 35px;
	padding-top: 7px;
	margin-bottom: 15px;
}

ul.list_order li span
{
	position: absolute;
	border: 2px solid #ccc;
	left: 0;
	color: #ccc;
	top: 0;
	text-align: center;
	font-size: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 33px;
	font-family: "main_semibold", Arial, Helvetica, sans-serif;
}

/*-------- 3.12 Timeline ------*/
/* The actual timeline (the vertical ruler) */
.timeline
{
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after
{
	content: '';
	position: absolute;
	width: 6px;
	background-color: black;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}

/* Container around content */
.timeline-container
{
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
}

/* The circles on the timeline */
.timeline-container::after
{
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -17px;
	background-color: white;
	border: 4px solid #BF311a;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}

/* Place the container to the left */
.timeline-left { left: 0; }
