/* Tipasa main page
/content/dam/oclc/Tipasa/2023/css/tipasa_main.css
*/

/* Import */

@import url("/content/dam/oclc/Tipasa/2023/css/reset.css");


/* Intro */

#tipasa-intro {
	margin: 0 0 4rem;
	padding: 0 0 3rem !important;
	border-bottom: 1px dotted #888B8D;
}

#tipasa-hero {
	margin: 0 auto 3rem !important;
	float: none;
	display: table;
}

#tipasa-hero .parsys_column.cq-colctrl-lt0-c0,
#tipasa-hero .parsys_column.cq-colctrl-lt0-c1 {
	width: 50%;
	margin: 0;
}

@media screen and (max-width: 800px) {
	#tipasa-hero .image.parbase.section {
		max-width: 600px;
		margin: 0 auto !important;
	}
}


/* Headlines */

#tipasa-intro h1 {
	width: 86%;
	margin: 0 7% 3rem;
	font-family: 'Graphik Light', Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 54px;
	letter-spacing: -1px;
}

#tipasa-intro h1, #tipasa-intro h2 {
	text-align: center;
}

#tipasa-intro h2, #tipasa-body h2 {
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -0.5px;
}

@media screen and (min-width: 1400px) {
	#tipasa-intro h2, #tipasa-body h2 {
		font-size: 32px;
		line-height: 38px;
	}
}

#tipasa-intro h2 {
	width: 84%;
	margin: 0 8% 2rem;
	font-family: 'Graphik Semibold', Helvetica, Arial, sans-serif;
}

#tipasa-body h2 {
	margin: 0 0 2rem;
	font-family: 'Graphik Bold', Helvetica, Arial, sans-serif;
}

#tipasa-body h3 {
	font-family: 'Graphik Medium', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.25px;
	margin: 0 0 1rem;
}


/* Testimonial quotes */

#tipasa-quote {
	margin: 2rem 0 4rem !important;
	padding: 2rem 0 !important;
	border-top: 1px dotted #888B8D;
	border-bottom: 1px dotted #888B8D;
}	

#tipasa-quote p.quote {
	font-family: 'Graphik Light', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 28px;
	line-height: 34px;
	color: #255800;
}	

#tipasa-quote p.attr {
	margin: 0;
}

#tipasa-quote p.cta {
	margin-top: 2rem;
}	

	/* Full width centered */
	#tipasa-quote.parsys_column.cq-colctrl-default .text.parbase.section {
		width: 88%;
		margin: 0 6% !important;
	}
	#tipasa-quote.parsys_column.cq-colctrl-default p {
		text-align: center;
	}

	@media screen and (max-width: 800px) {
		#tipasa-quote.parsys_column.cq-colctrl-default .text.parbase.section {
			width: 100%;
			margin: 0 !important;
		}
		#tipasa-quote.parsys_column.cq-colctrl-default p {
			text-align: left;
		}
	}

@media screen and (max-width: 800px) {
	#tipasa-quote .parsys_column.cq-colctrl-lt6-c0,
	#tipasa-quote .parsys_column.cq-colctrl-lt6-c1,
	#tipasa-quote .parsys_column.cq-colctrl-lt5-c0,
	#tipasa-quote .parsys_column.cq-colctrl-lt5-c1 {
		width: 100% !important;
		margin-right: 0;
		margin-left: 0;
		float: none;
	}
	#tipasa-quote .image.parbase.section {
		float: none;
		display: block;
		margin: 0 auto 0.5rem auto !important;
		max-width: 300px;
		text-align: center;
	}
}


/* Body */

#tipasa-body .image.img-flt-right-nobrdr {
	margin: 0 0 14px 24px;
}

#tipasa-body .image.img-flt-right-nobrdr img {
	width: 160px;
}

#tipasa-body .textimage.parbase.section {
	margin-bottom: 3rem !important;
}

@media screen and (min-width: 1400px) {
	#tipasa-body .image.img-flt-right-nobrdr img {
		width: 180px;
	}
}

/* Responsive column fixes */
@media screen and (max-width: 800px) {
	#tipasa-features .parsys_column.cq-colctrl-lt0-c0,
	#tipasa-features .parsys_column.cq-colctrl-lt0-c1,
	#tipasa-community .parsys_column.cq-colctrl-lt0-c0,
	#tipasa-community .parsys_column.cq-colctrl-lt0-c1,
	#tipasa-why .parsys_column.cq-colctrl-lt0-c0,
	#tipasa-why .parsys_column.cq-colctrl-lt0-c1,
	#tipasa-bottom .parsys_column.cq-colctrl-lt2-r-c0,
	#tipasa-bottom .parsys_column.cq-colctrl-lt2-r-c1 {
		width: 100% !important;
		margin-right: 0;
		margin-left: 0;
		float: none;
	}
}

@media screen and (max-width: 800px) {
	#tipasa-features .parsys_column.cq-colctrl-lt0-c0,
	#tipasa-features .parsys_column.cq-colctrl-lt0-c1 {
		margin-bottom: 4rem;
	}
	#tipasa-body .image.img-flt-right-nobrdr, 
	#tipasa-body .image.img-flt-right-nobrdr img {
		float: none;
	}
	#tipasa-body .image.img-flt-right-nobrdr,
	#tipasa-body .image.img-flt-right-nobrdr .figure-stack-image {
		display: block;
		text-align: center;
	}
	#tipasa-body .image.img-flt-right-nobrdr {
		margin: 0 0 24px 0;
	}
	#tipasa-body .image.img-flt-right-nobrdr img {
		width: auto;
		margin: 0;
		max-width: 300px;
	}
}

@media screen and (max-width: 480px) {
	#tipasa-body .image.img-flt-right-nobrdr img {
		max-width: 50%;
	}
}


/* Stat */

#tipasa-stat {
	display: table;
	margin-top: 2rem;
	margin-bottom: 4rem;
}

#tipasa-stat .parsys_column.cq-colctrl-lt6 {
	margin-bottom: 2rem !important;
}

#tipasa-stat .image.parbase.section {
	float: none;
	text-align: center;
}

#tipasa-stat .image.parbase.section img {
	width: 200px;
}

#tipasa-stat p {
	margin: 0;
	font-family: 'Graphik Semibold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -0.25px;
	color: #255800;
}

#tipasa-stat p a {
	color: #528316;
}

@media screen and (min-width: 1400px) {
	#tipasa-stat .image.parbase.section img {
		width: 220px;
	}
}

@media screen and (max-width: 800px) {
	#tipasa-stat .image.parbase.section .figure-stack-image {
		margin: 0 auto;
	}
	#tipasa-stat .image.parbase.section img {
		width: auto;
		max-width: 300px;
	}
	#tipasa-stat p {
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	#tipasa-stat .image.parbase.section img {
		max-width: 50%;
	}
	#tipasa-stat p {
		font-size: 28px;
		line-height: 34px;
	}
}

/* Resources highlight box */

#tipasa-resources {
	margin: 6rem 0 4rem;
}

#tipasa-resources h2 {
	margin-bottom: 3rem;
}

#tipasa-resources .video.parbase.section {
	margin-bottom: 4rem !important;
}

#tipasa-resources .parsys_column.cq-colctrl-lt0 {
	margin-bottom: 1rem;
}


/* Standards */

#tipasa-standards {
	display: table;
	margin: 2rem auto 4rem !important;
}

#tipasa-standards .parsys_column.cq-colctrl-lt2 {
	margin: 1rem 0 2rem;
}

@media screen and (max-width: 800px) {
	#tipasa-standards h2 {
		margin-bottom: 2rem;
	}

	#tipasa-standards .image.parbase.section {
		float: none;
		display: block;
		margin: 0 auto !important;
		text-align: center;
		max-width: 300px;
	}
}


/* Community */

#tipasa-community {
	margin-bottom: 6rem;
	border: 1px solid #888B8D;
	display: table;
}

#tipasa-community .hbox {
	background: transparent;
}

@media screen and (max-width: 800px) {
	#tipasa-community .image.parbase.section {
		float: none;
		display: block;
		margin: 0 auto 2rem !important;
		text-align: center;
	}
}


/* Why */

#tipasa-why {
	display: table;
}

#tipasa-why .hbox {
	background-color: #EFF7E5;
	border-top: 2px solid #78BE20;
}

#tipasa-why .parsys_column.cq-colctrl-lt0 {
	margin-bottom: 1rem;
}

#tipasa-why h2 {
	margin: 0 0 1.5rem 0;
}

#tipasa-why h2 .sub {
	font-family: 'Graphik Light', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 30px;
	line-height: 34px;
	display: block;
	padding-top: 0.25rem;
}

#tipasa-why ul {
	margin: 0 0 2rem 0.5rem;
}

#tipasa-why ul li {
	list-style-type: none;
	padding: 0 0 0 30px;
	background-image: url('/content/dam/oclc/Tipasa/2023/images/bg_checkmark.png');
	background-repeat: no-repeat;
	background-position: 0 4px;
	background-size: 18px;
	font-family: 'Graphik Medium', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 21px;
	line-height: 26px;
}

#tipasa-why ul li, #tipasa-why ul li a {
	color: #4F7826;
}

@media screen and (max-width: 800px) {
	#tipasa-why .parsys_column.cq-colctrl-lt0 {
		margin-bottom: 3rem;
	}
	#tipasa-why .parsys_column.cq-colctrl-lt0-c0, 
	#tipasa-why ul {
		margin-bottom: 0;
	}
	#tipasa-why h2 .sub {
		font-size: 26px;
		line-height: 30px;
	}
}

@media screen and (max-width: 480px) {
	#tipasa-why h2 .sub {
		font-size: 24px;
		line-height: 28px;
	}
}


/* Flex columnar vertical centering */

#tipasa-quote.parsys_column.cq-colctrl-lt5,
#tipasa-quote.parsys_column.cq-colctrl-lt6,
#tipasa-stat .parsys_column.cq-colctrl-lt6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
}

@media screen and (max-width: 800px) {
	#tipasa-quote.parsys_column.cq-colctrl-lt6,
	#tipasa-stat .parsys_column.cq-colctrl-lt6 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
	#tipasa-quote.parsys_column.cq-colctrl-lt5 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}
}


/* Link buttons */

a.btn-link {
	display: inline-block;
	margin: 0;
	padding: 12px 18px 10px;
	font-family: 'Graphik Bold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none !important;
	transition: 0.3s;
	box-shadow: none;
	text-shadow: none;
	border: none;
	outline: none !important;
	border-radius: 0px;
	color: #ffffff !important;
}

a.btn-link.green {
	background: #478529;
}

a.btn-link.green:hover,
a.btn-link.green:active {
	color: #ffffff;
	background: #316c19;
}

a.btn-link.outline.green {
	padding: 8px 14px 6px;
	background: transparent;
	color: #478529 !important;
	border: 4px solid #478529;
}

a.btn-link.outline.green:hover,
a.btn-link.outline.green:active {
	background: transparent;
	color: #316c19 !important;
	border: 4px solid #316c19;
}


/* Bottom */

#tipasa-bottom {
	padding-top: 6rem !important;
}

#tipasa-bottom p.form-required {
	font-size: 14px;
}

#tipasa-bottom p.form-required b {
	color: #c25400;
}

#tipasa-bottom .hbox h2 {
	width: 100%;
	text-align: left;
	margin: 0 0 0.5rem;
	font-family: 'Graphik Bold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -0.5px;
}

#tipasa-bottom ul.resources {
	margin: 0;
}

#tipasa-bottom ul.resources li {
	list-style-type: none;
}

#tipasa-bottom h3, 
#tipasa-bottom .newslist.parbase.section h2,
#tipasa-bottom .eventlist.parbase.section h3,
#tipasa-bottom .profilelist.parbase.section h1 {
	width: 100%;
	padding: 0;
	font-family: 'Graphik Bold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: -0.25px;
	text-align: left;
	color: #333F48;
	border: none;
}

#tipasa-bottom h3, 
#tipasa-bottom .newslist.parbase.section h2,
#tipasa-bottom .eventlist.parbase.section h3,
#tipasa-bottom .profilelist.parbase.section h1 {
	width: 100%;
	margin: 2rem 0 0.5rem;
}

#tipasa-bottom .newslist.parbase.section h3,
#tipasa-bottom .eventlist.parbase.section .list-ue-eventtitle {
	font-family: 'Graphik Regular', Helvetica, Arial, 'Arial Unicode MS', sans-serif !important;
	font-size: 18px !important;
	line-height: 23px !important;
	letter-spacing: -0.25px !important;
}

#tipasa-bottom .newslist.parbase.section .news-listing,
#tipasa-bottom .eventlist.parbase.section .list-upcoming-events article {
	border-bottom: 1px dotted #333F48;
}

#tipasa-bottom .newslist.parbase.section .news-listing h3 {
	margin: 0 0 0.25rem;
}

#tipasa-bottom .newslist.parbase.section .list.list-newspr {
	padding: 0;
}

#tipasa-bottom .newslist.parbase.section .list.list-newspr li {
	margin-bottom: 0.25rem;
}

#tipasa-bottom .newslist.parbase.section p {
	color: #767676;
}

#tipasa-bottom .news-listing .news-list-stats {
	padding: 0;
}

#tipasa-bottom .newslist.parbase.section li.meta-date,
#tipasa-bottom .eventlist.parbase.section .list-ue-eventdate {
	margin: 0;
	font-size: 15px;
	line-height: 19px;
	color: #555858;
}


/* Brochures */

#tipasa-brochure {
	margin: 0 0 2rem;
}

#tipasa-brochure h3 {
	margin-bottom: 1rem;
}

#tipasa-brochure .textimage.parbase .image {
	max-width: 120px;
	margin: 0 18px 1rem 0;
}

#tipasa-brochure .textimage.parbase img {
	border: 1px solid #BBBCBC !important;
}

#tipasa-brochure p {
	margin: 0 0 0.5rem;
}

@media screen and (max-width: 480px) {
	#tipasa-brochure {
		margin-top: 6rem;
	}
	#tipasa-brochure .textimage.parbase .image {
		float: none;
	}
	#tipasa-brochure h3 {
		margin-top: 0;
	}
}


/* Media queries */

@media screen and (max-width: 480px) {
	#tipasa-intro h1 {
		font-size: 42px;
		line-height: 48px;
	}
	#tipasa-intro h2, #tipasa-body h2 {
		font-size: 28px;
		line-height: 34px;
	}
	#tipasa-body h3, #tipasa-quote p.quote {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width: 360px) {
	#tipasa-intro h1 {
		font-size: 36px;
		line-height: 40px;
	}
	#tipasa-intro h2, #tipasa-body h2 {
		font-size: 26px;
		line-height: 30px;
	}
	.text-large {
		font-size: 21px !important;
		line-height: 27px !important;
		letter-spacing: -0.25px !important;
	}
}

