/******************* Styles *********************/
/*********************************************/
body {
	background-color: #ce1126;
	font-family: 'Open Sans', sans-serif;
	color: #555;
	font-size: 1rem;
	line-height: 1.5rem;
}

h1 {
	margin-top: 24px;
	margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom: 1px solid #999;
	font-family: Montserrat, sans-serif;
	color: #900;
	font-size: 2.38rem;
	line-height: 3rem;
	font-weight: 700;
	word-wrap: break-word;
}

h2 {
	margin-top: 24px;
	margin-bottom: 10px;
	font-family: Montserrat, sans-serif;
	color: #069;
	font-size: 1.77rem;
	line-height: 2.4rem;
	font-weight: 700;
}

h3 {
	display: block;
	margin-top: 24px;
	margin-bottom: 10px;
	font-family: Montserrat, sans-serif;
	color: #900;
	font-size: 1.33rem;
	line-height: 1.95rem;
	font-weight: 700;
}

h4 {
	margin-top: 24px;
	margin-bottom: 10px;
	font-family: Montserrat, sans-serif;
	color: #069;
	font-size: 1.15rem;
	line-height: 1.75rem;
	font-weight: 700;
}

h5 {
	margin-top: 24px;
	margin-bottom: 10px;
	font-family: Montserrat, sans-serif;
	color: #069;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 700;
}

h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.85rem;
	line-height: 1.35rem;
	font-style: italic;
	font-weight: 600;
}

p {
	margin-bottom: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #555;
	font-size: 0.9rem;
	line-height: 1.4rem;
	font-weight: 400;
}

li {
	font-size: 0.9rem;
}

a {
	border-bottom: 1px dotted #069;
	color: #069;
	font-weight: 600;
	text-decoration: none;
}

a:hover {
	color: #ce1126;
}

/******** Buttons ***********/
.cms_buttons .primary,
.button_primary,
button {
	background-color: #900;
	height: 40px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 8px 25px;
	border-radius: 24px;
	background-color: #900;
	transition: all 300ms ease;
	font-family: Montserrat, sans-serif;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	border: 0px;
}


#submissionforms_module.cms_form .cms_buttons .cms_form_button.primary,
button {
	background-color: #900;
	height: 40px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 8px 25px;
	border-radius: 24px;
	background-color: #900;
	transition: all 300ms ease;
	font-family: Montserrat, sans-serif;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	border: 0px;
}

.cms_buttons .primary:hover,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.primary:hover,
.button_primary:hover,
button:hover {
	color: white;
	background-color: #262525;
}

.cms_buttons .primary:active,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.primary:active,
.button_primary:active,
button:active {
	background-color: #262525;
	color: white;
}

.cms_buttons .secondary {
	background-color: #555;
	height: 40px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 8px 25px;
	border-radius: 24px;
	background-color: #900;
	transition: all 300ms ease;
	font-family: Montserrat, sans-serif;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	border: 0px;
}

#submissionforms_module.cms_form .cms_buttons .cms_form_button.secondary,
.button_secondary {
	background-color: #555;
	height: 40px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 8px 25px;
	border-radius: 24px;
	background-color: #900;
	transition: all 300ms ease;
	font-family: Montserrat, sans-serif;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	border: 0px;
}


.cms_buttons .secondary:hover,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.secondary:hover,
.button_secondary:hover {
	background-color: #262525;
	color: white;
}

.cms_buttons .secondary:active,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.secondary:active,
.button_secondary:active {
	background-color: #262525;
	color: white;
}

.cms_buttons .tertiary,
.button_tertiary {
	background-color: #555;
	height: 40px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 8px 25px;
	border-radius: 24px;
	background-color: #900;
	transition: all 300ms ease;
	font-family: Montserrat, sans-serif;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	border: 0px;
}

#submissionforms_module.cms_form .cms_buttons .cms_form_button.tertiary {
	background-color: #555;
	height: 40px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 8px 25px;
	border-radius: 24px;
	background-color: #900;
	transition: all 300ms ease;
	font-family: Montserrat, sans-serif;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	border: 0px;
}

.cms_buttons .tertiary:hover,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.tertiary:hover,
.button_tertiary:hover {
	background-color: #262525;
	color: white;
}

.cms_buttons .tertiary:active,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.tertiary:active,
.button_tertiary:active {
	background-color: #262525;
	color: white;
}


#message.success {
	background-color: white;
	border: 2px solid #069;
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #069;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
}

#message.success ul,
#message.success li,
#message.success p {
	color: #069;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
}

#message.error {
	background-color: white;
	border: 2px solid #900;
	color: #ce1126;
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #900;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
}

#message.error ul,
#message.error li,
#message.error p {
	color: #900;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
}


/* Table styles */
table.styled {
	background-color: #fff;
}

.styled td.tableHeader,
.tableHeader {
	background-color: #900;
	color: white;
	font-size: 18px;
	padding: 10px;
	text-align: left;
	font-weight: 700;
}

.styled th {
	background-color: #777;
	color: white;
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
	text-align: left;
	border-right: 1px solid #ababab;
}

.styled thead th {
	background-color: #900;
	color: white;
	font-size: 18px;
	padding: 10px;
	text-align: left;
	font-weight: 700;
}

.styled td {
	padding: 8px 10px;
	font-family: "Montserrat";
	color: #555;
	font-size: 1rem;
	line-height: 1.5rem;
	border-right: 1px solid #ababab;
}

td {
	font-family: "Montserrat";
	color: #555;
	font-size: 1rem;
	line-height: 1.5rem;
}

.styled.striped tr:nth-child(odd),
.oddrow {
	background: #cdcdcd  none repeat scroll 0 0;
}

.styled.striped tr:nth-child(even),
.evenrow {
	background: white none repeat scroll 0 0;
}

.oddrow td,
.evenrow td {
	padding: 8px 10px;
	font-family: "Montserrat";
	color: #555;
	font-size: 1rem;
	line-height: 1.5rem;
}

.styled tr:nth-child(odd) td:last-child {
	border-right: 0px;
}

.styled tr:nth-child(even) td:last-child {
	border-right: 0px;
}

.oddrow:nth-child(odd) td:last-child {
	border-right: 0px;
}

.evenrow:nth-child(even) td:last-child {
	border-right: 0px;
}

.content-wrapper input,
.content-wrapper select {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #555555;
	font-size: 14px;
	height: 38px;
	line-height: 1.42857;
	padding: 8px 12px;
	vertical-align: middle;
}

.content-wrapper textarea {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #555555;
	font-size: 14px;
	line-height: 1.42857;
	padding: 8px 12px;
}

/* Form Fields */
input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

@media (max-width: 991px) {
	.content-wrapper input[type="text"],
	.content-wrapper input[type="tel"] {
		width: 100%;
	}

	.content-wrapper input.hasDatepicker[type="text"] {
		width: 95%;
	}

	.content-wrapper select {
		width: 100%;
	}

	.content-wrapper textarea {
		width: 100%;
	}

	body {
		background-color: white;
	}
}

@media (max-width: 767px) {
	.content-wrapper input.hasDatepicker[type="text"] {
		width: 95%;
	}
}

@media (max-width: 479px) {
	.content-wrapper input.hasDatepicker[type="text"] {
		width: 89%;
	}
}

/******************* Print *********************/
/*********************************************/
#printHeader {
	display: none;
	visibility: hidden;
}

#printFooter {
	display: none;
	visibility: hidden;
}


/*************** Embed Styles *****************/
/****************************************/
a[href^=tel] {
	color: #ffffff;
	text-decoration: none;
}

html {
	-webkit-font-smoothing: antialiased;
}

/*************** Header *****************/
/****************************************/
.iaLink {
	position: absolute;
	width: 454px;
	height: 38px;
	left: 15px;
	top: 33px;
}

.memorialLink {
	position: absolute;
	width: 442px;
	top: 80px;
	left: 22px;
}

@media (max-width: 991px) {
	.header-logo-horizontal,
	.header-logo-horizontal.w--current {
		padding-top: 34px;
		padding-left: 110px;
		padding-right: 110px;
	}

	.iaLink {
		position: static;
		display: block;
		height: 39px;
		width: auto;
	}

	.memorialLink {
		position: static;
		display: block;
		height: 24px;
		margin-top: 16px;
		width: auto;
	}
}

@media (max-width: 767px) {
	.header-logo-horizontal,
	.header-logo-horizontal.w--current {
		padding-top: 18px;
		padding-left: 4%;
		padding-right: 4%;
	}

	.iaLink {
		display: block;
		height: 43px;
	}

	.memorialLink {
		display: block;
		height: 38px;
		margin-top: 1.5%;
	}
}

@media (max-width: 600px) {
	.memorialLink {
		margin-top: 1%;
		height: 34px;
	}
}

@media (max-width: 560px) {
	.memorialLink {
		margin-top: 0.4%;
		height: 27px;
	}
}

@media (max-width: 479px) {
	.header-logo-horizontal,
	.header-logo-horizontal.w--current {
		padding-top: 2%;
		padding-left: 3%;
		padding-right: 3%;
	}

	.iaLink {
		display: block;
		height: 35px;
	}

	.memorialLink {
		display: block;
		height: 28px;
		margin-top: 0.4%;
	}
}

@media (max-width: 400px) {
	.memorialLink {
		height: 20px;
	}
}

.sticky-header {
	height: 218px;
	position: fixed;
	width: 100%;
	z-index: 5000;
}

.header-section a,
.nav-container a {
	border: 0px;
	font-weight: normal;
}

.search-button {
	border: 0px;
	display: inline;
}

.search-text {
	background: none;
	border: 0px;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0px;
	width: 185px;
}

.fake-search-field {
	display: block;
}

.menu-word {
	text-transform: uppercase;
}


/********** Desktop Navigation ************/
.desktop-navigation .nav-label {
	float: left;
	font-weight: 600;
	transition: color 300ms ease 0s;
}

.nav-label.selected {
	color: #f2bf49;
}


/********** Mobile Navigation ************/
.mobile-navigation-menu span.w-dropdown-list {
	display: none;
}

.mobile-navigation-menu span.w-dropdown-list.w--open {
	display: block;
}

.drop-down-button {
	-moz-user-select: none;
	cursor: pointer;
	display: block;
	font-size: 24px;
	padding: 18px;
	position: relative;
	border-bottom: 1px solid #555;
	float: left;
	height: 60px;
	padding: 0 18px 6px;
	width: 84px;
	color: white;
}

.drop-down-button.active,
.drop-down-button:hover {
	background: #121212;
}

.mobile-navigation-menu {
	box-shadow: none !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	position: absolute !important;
	background-color: #121212;
}

.mobile-navigation-menu span,
.mobile-navigation-menu div {
	display: block;
}

.mobile-navigation-menu .nav-label {
	max-width: 728px;
	border: 0px;
}

.mobile-navigation-menu .down-arrow-div {
	margin-right: 0px;
}

.mobile-navigation-menu .mobile-nav-child-list-1 {
	position: relative;
}

.mobile-navigation-menu .mobile-nav-child-list-1.w--open {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
}

.mobile-navigation-menu .mobile-nav-child-1 {
	padding-left: 30px;
	margin-left: 0px;
	border-bottom: 1px solid #999;
}

.mobile-navigation-menu .w-dropdown.dropdown {
	max-width: 728px;
	margin-left: auto;
	margin-right: auto;
}

.mobile-navigation-menu .w-dropdown-list.history-children {
	position: relative;
	margin-right: 0px;
	margin-left: 0px;
}

.mobile-navigation-menu .dropdown-toggle-1.w--open .down-arrow-div {
	transform: rotate(180deg);
}

.mobile-navigation-menu .w-dropdown-list.history-children {
	position: relative;
	margin-right: 0px;
	margin-left: 0px;
}

.mobile-navigation-menu .mobile-nav-child-1.history-nav-child {
	padding-left: 30px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom: 1px solid #999;
}

.mobile-navigation-menu .w-dropdown.history-dropdown {
	margin-left: 0px;
}

.mobile-navigation-menu .history-dropdown-toggle {
	margin-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0px;
}

.mobile-navigation-menu .history-children.w--open {
	padding-left: 0px;
}

.mobile-navigation-menu .history-child-list-item {
	margin-left: 0px;
	padding-left: 40px;
	border: 0px;
}

.mobile-navigation-menu .history-child-list-item:hover {
	color: #fff;
}

.mobile-navigation-menu .history-dropdown-toggle.w--open .history-down-arrow {
	background: #828282;
}

.mobile-navigation-menu .history-dropdown-toggle.w--open .history-down-arrow {
	transform: rotate(180deg);
}

.history-dropdown-toggle.w--open .mobile-nav-child-1.history-nav-child,
.w-dropdown-link.history-child-list-item.w--current {
	color: #f2bf49;
}

.mobile-navigation-menu .mobile-nav-child-1.history-nav-child {
	padding-right: 50px;
}

.mobile-navigation-menu .w-dropdown-toggle,
.mobile-navigation-menu .w-dropdown-link {
	white-space: normal;
}

.mobile-navigation-menu .dropdown-toggle-1 {
	padding-right: 65px;
}

.mobile-navigation-menu .history-down-arrow {
	height: 55px;
	right: 6px;
	top: -6px;
	transform: rotate(270deg);
	width: 44px;
	padding: 18px 3px;
	margin-right: 0px;
}

.mobile-navigation-menu .history-dropdown-toggle.w--open .history-down-arrow {
	height: 45px;
	width: 55px;
	padding: 11px 3px;
	right: 0px;
	top: 0;
	transform: rotate(0deg);
	border-top: 0px;
	border-bottom: 0px;
}

.mobile-navigation-menu .dropdown-toggle-1 .down-arrow-div {
	transform: rotate(0deg);
	width: 64px;
	height: 51px;
	padding-left: 21px;
	padding-top: 13px;
}

.mobile-navigation-menu .dropdown-toggle-1.w--open .down-arrow-div {
	height: 64px;
	padding-left: 19px;
	padding-top: 18px;
	right: 6px;
	top: -7px;
	transform: rotate(90deg);
	width: 52px;
}

.mobile-navigation-menu .dropdown-toggle-1 .down-arrow-div img {
	max-width: none;
}

.dropdown-toggle-1 {
	height: auto;
}

@media (max-width: 479px) {
	.mobile-navigation-menu .dropdown-toggle-1 .down-arrow-div {
		padding-left: 0px;
	}

	.mobile-navigation-menu .dropdown-toggle-1.w--open .down-arrow-div {
		padding-left: 7px;
	}
}

/********** Mobile Search ************/
.search-button-mobile {
	cursor: pointer;
}

.search-button-mobile.active {
	background-color: #121212;
}

.search-wrapper-mobile {
	display: none;
	background-color: #666;
	display: none;
	float: none;
	margin: 60px 0 0;
	padding: 13px 10px;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 3000;
}

.search-wrapper-mobile input[type="text"] {
	background-color: white;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	display: inline-block;
	float: left;
	height: 38px;
	line-height: 38px;
	margin-bottom: 0;
	padding: 2px 10px;
	width: 82%;
}

.search-wrapper-mobile input[type="submit"] {
	background-color: #121212;
	background-image: url("/20150114134215/assets/images/mag glass white.svg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 20px auto;
	border: 0px;
	height: 38px;
	margin-left: 7px;
	width: 45px;
}

@media (min-width: 992px) {
	.drop-down-button {
		display: none;
	}

	.mobile-navigation-menu {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.sticky-header {
		height: auto;
		position: static;
		width: 100%;
		z-index: 5000;
	}

	.fake-search-field {
		display: none;
	}
}

@media (max-width: 767px) {
	.drop-down-button {
		float: left;
		height: 60px;
		margin-top: 0;
		padding-bottom: 0;
		padding-left: 16px;
		padding-top: 0;
		width: 80px;
	}
}

@media (max-width: 479px) {
	.drop-down-button {
		margin-top: 0;
	}
}

/******************* Homepage ******************/
/*********************************************/
.homeboxesrows h1,
.homeboxesrows h2 {
	border-bottom-style: none;
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 10px;
	margin-top: 24px;
	padding-bottom: 6px;
	border-bottom: 0;
	font-family: Montserrat, sans-serif;
	color: #900;
	font-weight: 700;
	word-wrap: break-word;
}

.homeboxesrows a {
	border-bottom: 1px dotted #069;
	color: #069;
	display: inline-block;
	font-family: Montserrat, sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1rem;
	text-decoration: none;
	transition: all 300ms ease 0s;
}

.homeboxesrows a:hover {
	border-bottom-color: #ce1126;
	color: #ce1126;
}

.homeboxesrows h1 a,
.homeboxesrows h2 a {
	border-bottom: 0;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #900;
	display: inline-block;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	text-decoration: none;
	transition: all 300ms ease 0s;
}

.homeboxesrows h1 a:hover {
	color: #900;
}

.homeboxesrows p {
	margin-bottom: 30px;
}

.homepage-h1 a {
	font-size: 1.6em;
	color: #900;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	border: 0px;
}

.homepage-h1.homepage-h1-v2:hover {
	color: #900;
}

.main-content-container {
	display: flex;
	display: -ms-flexbox;
}

.events-block {
	height: auto;
	min-height: 200px;
	flex: 0 0 33%;
	-ms-flex: 0 0 33%;
	order: 0;
}

.homeboxesrows {
	flex: 0 0 66%;
	-ms-flex: 0 0 66%;
	order: 1;
	margin-left: 17px !important;
}

.events-list-div-wrapper {
	min-height: 91.99%;
}

.main-content-container .events-block {
	position: relative;
}

.events-list-div-wrapper {
	position: absolute;
	width: 100%;
}

#events_module.homepage_contentbox .event-decription-block h3 {
	margin-bottom: 5px;
}

#events_module.homepage_contentbox .event-decription-block .end-date {
	font-size: 12px;
	margin-bottom: 5px;
}

@media (max-width: 991px) {
	.events-list-div-wrapper {
		position: static;
		width: auto;
	}
}

@media (max-width: 991px) {

	.main-content-container {
		display: block;
	}

	.events-list-div-wrapper {
		height: auto;
		min-height: 200px;
	}

	.homeboxesrows {
		margin-left: -10px !important;
	}
}

@media (max-width: 767px) {
	.homeboxesrows {
		margin-left: 0px !important;
	}
}

#events_module .cms_content .cms_date h3 {
	margin-bottom: 0px;
}

#events_module .cms_content .cms_location {
	margin-bottom: 20px;
	font-weight: 700;
}

.content-box-div-block h3 a {
	color: #900;
	font-family: Montserrat, sans-serif;
	font-size: 1.33rem;
	font-weight: 700;
	line-height: 1.95rem;
	text-decoration: none;
	border-bottom: 0px;
}

/*************** Slideshow *****************/
/****************************************/
.slideshow-container .slide-cb-div h2 {
	border-bottom-style: none;
	font-size: 2.3rem;
	line-height: 2.8rem;
	margin: 6px 15px 0 20px;
	padding-bottom: 6px;
	font-family: Montserrat, sans-serif;
	color: #900;
	font-weight: 700;
	word-wrap: break-word;
}

.slideshow-container .slide-cb-div h2 a {
	border: 0px;
	color: #900;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 2.3rem;
	line-height: 2.8rem;
}

.slideshow-container .slide-cb-div h2 a:hover {
	color: #ce1126;
}

.slideshow-container .slide-cb-div h4 {
	margin: 12px 15px 0 20px;
}

.slideshow-container .slide-cb-div p {
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 10px 20px;
}

.slideshow-container .slide-cb-div .circle-arrow-banner-more {
	color: #069;
	display: block;
	float: right;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	line-height: 1.2rem;
	transition: color 300ms ease 0s;
	border: 0px;
}

.slideshow-container .slide-cb-div .circle-arrow-banner-more:hover {
	background-image: url("/20150114134215/assets/images/circle arrow ce1126.svg");
	color: #ce1126;
}



.slideshow-container .example-pager {
	border-bottom: 2px solid #ccc;
	font-size: 12px;
	opacity: 0.55;
	padding-top: 0px;
	text-align: center;
	bottom: -34px;
	height: 28px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: auto;
	z-index: 2;
}

.slideshow-container .example-pager span {
	background-color: #818181;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0 3px 0.5em;
	position: relative;
	transition: background-color 100ms ease 0s, color 100ms ease 0s;
	width: 12px;
	background-clip: padding-box;
	border-radius: 100%;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0px;
}

.slideshow-container .example-pager span.cycle-pager-active {
	background-color: #222;
}

.slideshow-container .slide-left {
	-moz-user-select: none;
	bottom: 0;
	cursor: pointer;
	font-size: 40px;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	right: auto;
	z-index: 3;
	color: #ccc;
	height: 100px;
	margin-bottom: 110px;
	margin-left: -52px;
	margin-top: 170px;
	width: 50px;
}

.slideshow-container .slide-right {
	-moz-user-select: none;
	bottom: 0;
	cursor: pointer;
	font-size: 40px;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	left: auto;
	z-index: 4;
	color: #ccc;
	height: 100px;
	margin-bottom: 110px;
	margin-right: -52px;
	margin-top: 170px;
	width: 50px;
}

.slideshow-slide {
	height: 386px;
	width: 100%;
}

.mask {
	height: auto;
}

.w-slider-mask {
	white-space: normal;
}

.w-slider {
	text-align: left;
}

.w-slider-mask {
	overflow: visible;
}

.slideshow-container .slide-cb-div {
	height: 332px;
}

.example-pager.desktop {
	display: block;
	bottom: 0;
}

.example-pager.mobile {
	display: none;
}

@media (max-width: 1100px) {
	.slide-cb-div {
		margin-right: 50px;
	}

	.slideshow-container .slide-left {
		margin-left: 0;
	}

	.slideshow-container .slide-right {
		margin-right: 0;
	}

	.desktop-navigation .nav-label {
		font-size: 0.84rem;
	}
}

.content-bg-section {
	overflow: hidden;
}

@media (max-width: 991px) {
	.example-pager.desktop {
		display: none;
	}

	.example-pager.mobile {
		display: block;
	}

	.slideshow-container .slide-cb-div p {
		margin-top: 0px;
	}

	.slideshow-container .slide-cb-div {
		height: auto;
		margin-right: 0;
	}

	.slideshow-container .example-pager {
		background-color: #e0e0e0;
		border-top: 4px solid #036;
		bottom: 207px;
		left: 0;
		margin-top: 0;
		opacity: 1;
		padding-top: 7px;
		position: absolute;
		right: 0;
		top: auto;
		border-bottom: 0;
		font-size: 12px;
		text-align: center;
	}

	.slideshow-container .example-pager span.cycle-pager-active {
		background-color: #222;
	}

	.slideshow-container .slide-left {
		display: none;
	}

	.slideshow-container .slide-right {
		display: none;
	}

	.slideshow-slide {
		float: left;
		height: auto;
		top: 10px;
	}

	.slide-cb-div {
		position: relative;
		max-height: none;
		top: 0px;
	}

	.slideshow-container .example-pager {
		position: static;
		margin-top: 12px;
		bottom: auto;
	}

	.slideshow-container-mask {
		height: auto;
		display: inline-block;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.slideshow-container .slide-cb-div h2,
	.slideshow-container .slide-cb-div h2 a {
		font-size: 2rem;
		line-height: 2.4rem;
		margin-right: 20px;
	}

	.slideshow-container .circle-arrow-banner-more {
		text-transform: uppercase;
		border-bottom: 1px dotted #069;
	}

	.slideshow-container .example-pager {
		bottom: 159px;
		margin-bottom: auto;
	}

	.slideshow-container .slide-cb-div p {
		display: block;
		width: 80%;
	}

	.slideshow-container .slide-cb-div .circle-arrow-banner-more {
		color: #069;
		display: inline-block;
		float: right;
		font-family: Montserrat, sans-serif;
		font-size: 1em;
		font-weight: 700;
		line-height: 1.2em;
		text-decoration: none;
		margin-top: 0px;
		padding-top: 0px;
	}

	.slideshow-container .slide-cb-div .circle-arrow-banner-more span {
		border-bottom: 1px dotted #069;
	}

	.slideshow-container .slide-cb-div .circle-arrow-banner-more:hover span {
		border-bottom-color: #ce1126;
		color: #ce1126;
	}

	.slide-cb-div {
		top: 0px;
	}
}

@media (max-width: 479px) {
	.slideshow-container .slide-cb-div .circle-arrow-banner-more {
		position: relative;
	}

	.slideshow-container .example-pager {
		bottom: 197px;
		margin-bottom: auto;
	}

	.slideshow-container .banner-text {
		height: 70px;
		overflow: hidden;
		display: block;
	}

	.slideshow-container .slide-cb-div h2,
	.slideshow-container .slide-cb-div h2 a {
		display: inline-block;
		font-size: 1.9rem;
		line-height: 2.4rem;
		margin-right: 20px;
	}

	.slide-cb-div {
		top: 0px;
	}
}


/******************* Inside Page ******************/
/*********************************************/
@media (max-width: 991px) {
	.w-container .w-row {
		margin-left: 0px;
		margin-right: 0px;
	}
}

.content-bg-block {
	margin-top: 218px;
}

.main-column {
	padding-right: 40px;
}

.breadcrumbs {
	padding-top: 20px;
	padding-right: 64px;
	padding-left: 279px;
	font-family: Montserrat, sans-serif;
	color: #555;
	font-size: 0.9rem;
}

.breadcrumb-link {
	font-weight: normal;
	color: #555;
	text-decoration: none;
	border: 0px;
}

.breadcrumb-link:hover {
	color: #ce1126;
}

.breadcrumb-link:last-child {
	color: #900;
}

.breadcrumbs span {
	padding-left: 4px;
	padding-right: 4px;
}

.content-wrapper {
	min-height: 500px;
	padding-bottom: 30px;
}

.breadcrumbs.no-left-nav {
	padding-left: 25px;
}

.main-column.no-left-nav {
	padding-left: 30px;
}

@media (max-width: 991px) {
	.main-column {
		width: 100%;
		padding-left: 30px;
	}

	.breadcrumbs,
	.breadcrumbs.no-left-nav {
		padding-left: 23px;
	}

	.right-sidebar-column {
		padding-left: 30px;
		margin-top: 10px;
		padding-top: 5px;
	}

	.content-bg-block {
		margin-top: 0px;
	}
}

@media (max-width: 767px) {
	.breadcrumbs,
	.breadcrumbs.no-left-nav {
		padding-left: 30px;
	}
}

/********** Left Navigation ************/
.left-nav-div-block {
	margin-top: -14px;
	margin-left: 76px;
}

.left-nav-div-block a {
	border: 0px;
}


.left-nav-list-item {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	line-height: 1.25rem;
	margin-bottom: 4px;
	margin-left: -76px;
	margin-top: 4px;
	padding: 6px 10px 6px 76px;
	transition: all 300ms ease 0s;
}

.left-nav-list-item.selected {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.left-nav-list-item.selected ul {
	border-bottom: 1px solid #999;
	padding-bottom: 9px;
}

.left-nav-list-item a {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	line-height: 1.25rem;
	transition: all 300ms ease 0s;
	color: #555;
	font-size: 1rem;
	text-decoration: none;
}

.left-nav-list-item a:hover {
	color: #ce1126;
}

.left-nav-list-item.selected a {
	background-color: rgba(153, 153, 153, 0.29);
	border-bottom: 1px solid #999;
	color: #ce1126;
	display: block;
	line-height: 1.25rem;
	margin-bottom: 4px;
	margin-left: -76px;
	margin-top: 4px;
	padding: 6px 10px 6px 76px;
}

.left-nav-regular-child {
	font-size: 0.95rem;
	font-weight: 600;
	margin-left: -76px;
	padding-bottom: 4px;
	padding-left: 96px;
	padding-top: 4px;
	transition: all 300ms ease 0s;
}

.left-nav-regular-child.left-nav-child-selected {
	background-color: rgba(153, 153, 153, 0.29);
	color: #ce1126;
	margin-left: -76px;
	padding-left: 96px;
	padding-top: 4px;
}

.left-nav-list-item.selected .left-nav-regular-child a {
	background: none;
	color: #555;
	border-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 3px 0px 3px 0px;
}


.left-nav-list-item.selected .left-nav-regular-child.selected {
	background-color: rgba(153, 153, 153, 0.29);
}

.left-nav-list-item.selected .left-nav-regular-child a:hover,
.left-nav-list-item.selected .left-nav-regular-child.selected a {
	color: #ce1126;
}

.left-nav-list-item.selected.no-background a {
	background-color: transparent;
}


/********** Right Sidebar ************/

.right-sidebar-column {
	padding-left: 30px;
	padding-right: 86px;
}

.right-sidebar-div {
	float: left;
	width: 100%;
}

.right-sidebar-div p,
.right-sidebar-div li {
	font-size: 0.9rem;
	line-height: 1.4rem;
}

.right-sidebar-div ul {
	margin-left: 15px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.right-sidebar-div li {
	margin-left: 0px;
	margin-right: 0px;
}

.right-sidebar-div .box.filter .select2-container-multi .select2-choices {
	border-radius: 0px;
	box-shadow: none;
	border: 1px solid #cccccc;
	padding: 0px;
}

.right-sidebar-div .box.filter .select2-container .select2-choice {
	background-color: #fff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 0;
	height: auto;
	line-height: 26px;
	overflow: hidden;
	padding: 1px 0 1px 8px;
	color: #555555;
	font-size: 13px;
	font-weight: normal;
	width: 100% !important;
}

.right-sidebar-div .box.filter .form_button.primary {
	font-size: 1rem;
}

.content-wrapper .right-sidebar-div .box.filter input,
.content-wrapper .right-sidebar-div select {
	height: 30px;
}

.right-sidebar-div .box.filter .select2-container-multi .select2-choices .select2-search-field input {
	font-size: 13px;
}

.right-sidebar-column .contentbox_item .contentbox_item_image img {
	max-width: none;
}

.right-sidebar-div .box {
	border-bottom: 1px solid #999;
	margin-top: 1.3rem;
	padding-bottom: 1.6rem;
	display: inline-block;
	width: 100%;
}

.right-sidebar-div .box:last-child {
	border-bottom: 0px;
}

.right-sidebar-div .box a,
.right-sidebar-div .box p {
	font-size: 0.9rem !important;
	line-height: 1.4rem;
	margin-bottom: 0px;
}

.right-sidebar-div .box .title h4 {
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.75rem;
	margin-bottom: 0.4rem;
	margin-top: 0rem;
}

.right-sidebar-div .box.filter .select2-container {
	max-width: 100%;
}

.right-sidebar-div input[type="text"],
.right-sidebar-div input[type="tel"] {
	max-width: 100%;
}

@media (max-width: 991px) {
	.right-sidebar-div .box.filter .select2-container {
		width: 100% !important;
	}

	.right-sidebar-div input[type="text"],
	.right-sidebar-div input[type="tel"] {
		width: 100% !important;
	}

	.right-sidebar-column {
		float: left;
		padding-left: 30px;
		padding-right: 40px;
		width: 100%;
	}

	.right-sidebar-div {
		width: 100%;
		border-top: 4px solid #999;
	}

	.right-sidebar-div .box.filter {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.right-sidebar-column {
		padding-left: 30px;
		padding-right: 40px;
	}

	.right-sidebar-div {
		border-top: 2px solid #999;
	}
}

/*************** Footer *****************/
/****************************************/
.footer-section a {
	border: 0px;
	font-weight: normal;
}

.tel-footer-link:hover {
	color: #f2bf49;
}

.footer-signoff {
	background-color: black;
	border-top-style: none;
	border-top-width: 2px;
}


.footer-signoff-container {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#GRIPFooterLogo {
	line-height: 11px;
	margin: 10px auto 20px;
}

/*************** Events module *****************/
/****************************************/
#events_module.homepage_contentbox .more-link {
	text-transform: uppercase;
}

#events_module.homepage_contentbox .event-month {
	text-transform: uppercase;
}

#events_module.homepage_contentbox p {
	margin-left: 65px;
	padding-left: 10px;
	padding-right: 10px;
	transition: all 500ms ease 0s;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 18px auto;
	font-size: 0.9em;
	color: #555;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 1.4rem;
	margin-bottom: 13px;
}

#events_module.homepage_contentbox .this-week-h3 a {
	border-bottom: 0px;
}

#events_module.homepage_contentbox .detail-link {
	margin: -31px 0px 2px 0px;
	padding: 0px;
	text-align: right;
}

#events_module.homepage_contentbox .detail-link a {
	background-image: url("/20150114134215/assets/images/circle arrow 006699teal.svg");
	border-bottom: 0px;
	height: 18px;
	display: inline-block;
	width: 18px;
}

#events_module.homepage_contentbox .detail-link a:hover {
	background-image: url("/20150114134215/assets/images/circle arrow ce1126.svg");
}

#events_module.homepage_contentbox .individual-event-block:first-child {
	border-top: 2px solid #ce1126;
}

#events_module.homepage_contentbox .event-decription-block {
	padding-bottom: 5px;
}

#events_module.homepage_contentbox .individual-event-block:nth-child(even) {
	background: #e0e0e0;
}

#events_module.cms_list #fullcalendar-controls #categories .category {
	float: left;
	margin-left: 15px;
}

#events_module.cms_list #fullcalendar-controls #categories label {
	display: inline-block;
	float: left;
	margin: 7px 0 0 7px;
}

@media (max-width: 991px) {
	#events_module.cms_list #fullcalendar-controls #categories .category {
		clear: both;
		float: left;
		margin-left: 0px;
	}
}

@media (max-width: 767px) {
	#events_module.homepage_contentbox .detail-link {
		margin-top: -15px;
	}
}

.individual-event-block {
	position: relative;
}

.events-block #events_module.homepage_contentbox .event-image-block {
	margin-right: 23px;
	height: 100%;
	position: absolute;
}

.events-block #events_module.homepage_contentbox .thumbnail-date-block {
	height: 100%;
}

.events-block #events_module.homepage_contentbox .event-decription-block {
	display: block;
	min-height: 110px;
	height: 100%;
}

.events-block #events_module.homepage_contentbox .event-image {
	bottom: 0;
	left: 0;
	position: absolute;
}


/* news */
#news_module.cms_list .cms_list_item h3 {
	margin-top: 0rem;
}

#news_module.cms_list .image img {
	max-width: none;
}

#news_module.cms_list .cms_list_item .cms_date h3 {
	margin-bottom: 0px;
}

@media (max-width: 991px) {
	#news_module.cms_list .cms_list_item {
		padding-top: 0px;
	}

	#news_module.cms_list .cms_list_item table td {
		display: block;
		width: 100%;
	}

	#news_module.cms_list .cms_list_item td.description {
		margin-bottom: 25px;
	}
}

/* submission forms */
#submissionforms_module.cms_form .ui-datepicker-trigger {
	margin-left: 3px;
	position: relative;
	top: 0;
	left: 0px;
}

#submissionforms_module.cms_form .cms_steps_wrapper .cms_step span,
#submissionforms_module.cms_form .cms_steps_wrapper .cms_step_first span,
#submissionforms_module.cms_form .cms_steps_wrapper .cms_step_last span {
	line-height: 0.9rem;
}


/* resources */
#moduleDocuments_module.cms_list .folder h3 {
	margin-top: 24px;
	margin-bottom: 10px;
	font-family: Montserrat, sans-serif;
	color: #069;
	font-size: 1.15rem;
	line-height: 1.75rem;
	font-weight: 700;
}

#moduleDocuments_module.cms_list .folder .icon {
	margin-bottom: 2px;
}

#moduleDocuments_module.cms_list .cms_description h4 {
	margin-top: 0px;
}

#moduleDocuments_module.cms_list .cms_description {
	background-position: 0px 7px;
}


/* staff */
#staffdirectory_module.cms_list .cms_list_subheading {
	font-family: Montserrat, sans-serif;
	color: #069;
	font-size: 1.15rem;
	line-height: 1.75rem;
	font-weight: 700;
}

#staffdirectory_module.cms_list .cms_list_item .image {
	padding-right: 7px;
}

/* partner */
#partners_module.cms_list .cms_list_item .cms_title h3 {
	margin-top: 0px;
}

#partners_module.cms_list .cms_item_divider {
	margin-top: 20px;
	margin-bottom: 20px;
}

#partners_module.cms_list .cms_list_item .image {
	padding-right: 15px;
}

/* testimonials */
#testimonials_module.cms_list .cms_list_item {
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	#testimonials_module.cms_list .cms_list_item .cms_author_name {
		float: left;
		text-align: left;
		width: 100%;
	}
}


/* date picker */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	border-bottom: 0px;
}

@media (max-width: 479px) {
	.ui-datepicker {
		width: 14em;
	}
}

/* posts */
.posts-blocks-authors .posts-blocks-posts {
	padding-left: 15px;
}

/* inisde page slideshow */
.box.pages-content-boxes.top-page p {
	margin-bottom: 0px;
}

.box.pages-content-boxes.top-page .slideshow-container .slide-cb-div p {
	margin-bottom: 10px;
}

/* Homepage Youtube video */
.content-box-div-block .image-div .fluid-width-video-wrapper {
	padding-top: 164px !important;
}

.content-box-div-block .image-div.youtube {
	line-height: 0px;
}

.content-box-div-block .image-div iframe {
	width: 100%;
	max-height: 164px;
}

@media (max-width: 991px) {
	.content-box-div-block .image-div .fluid-width-video-wrapper {
		padding-top: 200px !important;
	}

	.content-box-div-block .image-div iframe {
		max-height: 200px;
	}
}

@media (max-width: 767px) {
	.content-box-div-block .image-div .fluid-width-video-wrapper {
		padding-top: 385px !important;
	}

	.content-box-div-block .image-div iframe {
		max-height: 385px;
	}
}

@media (max-width: 479px) {
	.content-box-div-block .image-div .fluid-width-video-wrapper {
		padding-top: 258px !important;
	}

	.content-box-div-block .image-div iframe {
		max-height: 258px;
	}
}
