/* 
	Template: _Web Agency Template
	Author: Chad Smith - uGurus
*/

/* ========
	Universals
======================= */
.wrapper{
	background: url(images/inner-header.jpg) repeat-x scroll center top;
}
.boxen{
	background: #fbfbfb;
	border: 1px solid #f8f8f8;
	border-bottom: 1px solid #ececec;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.15);
	box-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
.icon-green{
	background: #025750;
	color: #fff;
	float: left;
	font-size: 130%;
	padding: 15px;
}
.icon-green-small{
	background: #025750;
	color: #fff;
	float: left;
	font-size: 130%;
	margin: 0 5px 0 0;
	padding: 5px;
}
.icon-grey{
	background: #b0b0b0;
	background: rgba(0,0,0,0.2);
	color: #fff;
	float: left;
	font-size: 130%;
	padding: 15px;
}
.icon-grey-small{
	background: #d9d9d9;
	color: #fff;
	font-family: 'PTSansRegular';
	font-size: .75em;
	padding: 4px 8px;
}
.rounded{
	border-radius: 50%;
}
.round-brc{
	border-radius: 0 0 5px 0;
}
.half-round{
	border-radius: 15%;
}
.alpha{
	background: #fafafa url(images/inner-shadow.png) no-repeat scroll center top;
	padding: 30px 0 0;
}
.omega,
.kappa{
	background: #f2f2f2;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 20px 0;
}
.kappa{
	background: #fbfbfb;
}
.cell{
	padding-top: 40px; }
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 30px !important; }

table br{
	display: none; }

/* ========
	Header Styles
======================= */
#home header{
	background: url(images/inner-shadow.png) no-repeat scroll center bottom;
	padding: 0 0 30px;
}
header{
	padding: 0 0 15px;
	position: relative;
	z-index: 2;
}
.utility{
	float: right;
	margin: 12px 0 0;
	overflow: hidden;
	padding: 0;
}
.utility li{
	display: inline;
	float: left;
	padding: 0;
}
	.utility a:link,
	.utility a:visited{
		color: #8f8f8f;
		display: block;
		font-size: 1.1em;
		padding: 8px 10px;
	}
	.utility li:first-child a{
		padding-left: 20px;	}
	.utility li:last-child a{
		padding-right: 20px;	}
	.utility a:active,
	.utility a:hover{
		background: #f3f3f3;
		color: #777;
	}
#utn-0,
#utn-1,
.utility .utn-0,
.utility .utn-1{
	display: none;
}

/* ========
	Search Box
======================= */
#js-search{
	display: none;
	position: absolute;
	right: 62px;
	top: 16px;
	width: 191px;
}
#js-search input[type="text"]{
	background: #fff;
	margin: 0;
}
#js-search-btn .icon-remove,
#js-search-btn.open .icon-search{
	display: none; }
#js-search-btn.open .icon-remove{
	display: block;
	font-size: 18px;
	padding: 3px 0 0; }

/* ========
	Sub Navigation
======================= */
nav ul li ul {
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    min-width: 165px;
}
nav ul li ul li {
    display: block;
    float: none;
    line-height: 20px;
    margin: 0;
	padding: 0;
}
	nav ul li ul li a:link,
	nav ul li ul li a:visited {
		background: #f9f9f9;
		border-bottom: 1px solid #eaeaea;
		border-top: 1px solid #fcfcfc;
		color: #555;
		
		display: block;
		font-family: 'PTSansBold';
		font-size: 11px;
		padding: 5px 20px;
		text-decoration: none;

		  -webkit-transition: none;
		  -moz-transition: none;
		  -o-transition: none;
		  -ms-transition: none;
		  transition: none; 
	}
	nav ul li ul li a:active,
	nav ul li ul li a:hover,
	nav ul li ul li.selected a {
		background: #f0f0f0;
		color: #eee;
	}

/* ========
	Side Navigation
======================= */
aside ul{
	padding: 0;
}
aside li{
	list-style: none;
	margin: 0;
	padding: 0;
}
	aside li a:link,
	aside li a:visited{
		border-top: 1px solid #eaeaea;
		color: #444;
		display: block;
		padding: 5px;
	}
	aside li a:active,
	aside li a:hover,
	aside li.selected a{
		background: #94ce09;
		color: #fff;
	}
	aside li:first-child a{
		border: none;
		font-size: 1.25em;
		font-weight: bold;
	}
	aside li:first-child a:hover,
	aside li.selected:first-child a{
		background: none;
		color: #666;
	}

/* ========
	Hero
======================= */
#hero{
	margin: -10px 0 30px;
	position: relative;
	z-index: 1;
}
#hero h2{
	margin: 0 0 10px;
	text-transform: none;
}

#hero p{
	font-size: 0.95em;
}

.hero-description{
	margin: 50px 0 0;
	padding: 0 40px;
}
	#hero .orbit-container .orbit-slide-number{
		display: none; }
	#hero .orbit-container .orbit-prev{
		left: auto;
		right: 90px; }
	#hero .orbit-container .orbit-next{
		right: 35px; }
	#hero .orbit-container .orbit-prev,
	#hero .orbit-container .orbit-next {
		position: absolute;
		top: 85%;
		margin-top: -25px;
		background-color: #ddd;
		background-color: rgba(0, 0, 0, 0.1);
		width: 50px;
		height: 60px;
		line-height: 50px;
		color: #FFF;
		text-indent: -9999px !important;
		
		-webkit-transform: skewX(-30deg);
		-ms-transform: skewX(-30deg);
		transform: skewX(-30deg); }
		
	#hero .orbit-container .orbit-prev > span,
	#hero .orbit-container .orbit-next > span{
		border: none;
		height: 12px;
		width: 7px;
		
		-webkit-transform: skewX(30deg);
		-ms-transform: skewX(30deg);
		transform: skewX(30deg); }
	#hero .orbit-container .orbit-prev > span{
		background: url(images/icon-arrow-prev.png) no-repeat scroll center center;
		padding: 33px 0 0 43px; }
	#hero .orbit-container .orbit-next > span{
		background: url(images/icon-arrow-next.png) no-repeat scroll center center;
		padding: 33px 0 0 14px; }

/* ========
	Breadcrumbs
======================= */
.breadcrumb{
	color: #a9a9a9;
	font-family: 'PTSansItalic';
	font-size: .875em;
	margin: 43px 0 0;
}
	.breadcrumb a:link,
	.breadcrumb a:visited{
		color: #a9a9a9;
	}
	.breadcrumb a:active,
	.breadcrumb a:hover{
		color: #878787;
	}
.ptitle{
	margin: 40px 0 20px;
}

/* ========
	Tab Sections
======================= */
.sections{
	float: left;
	margin: 0 15px;
	width: 72%;
}
.sections h4{
	margin: 10px 0 0;
}
.sections p{
	font-size: 75%;
}
	.sections a.btn:link,
	.sections a.btn:visited{
		color: #878787;
		font-family: 'PTSansItalic';
		font-size: 85%;
	}

/* ========
	Accordian
======================= */
.accordion h5{
	text-transform: none;
}
.accordion h5 i,
.accordion h5 em{
	font-size: 118%;
	color: #025750;
	font-weight: bold;
}
.accordion p{
	font-size: 80%;
}
.accordion h5 .icon-minus-sign,
.accordion .active h5 .icon-plus-sign{
	display: none;
}
.accordion .active h5 .icon-minus-sign{
	display: inline;
}

/* ========
	Support Hours
======================= */
.hours{
	background: #fbfbfb;
	border: 1px solid #d9d9d9;
	padding: 0;
}
.hours li{
	display: block;
	font-family: 'OswaldBook', Arial, sans-serif;
	padding: 8px 20px;
}
.hours li:nth-child(2n+1){
	background: #f2f2f2;
}

/* ========
	Gallery
======================= */
.thumb-list {
	margin: 0 0 25px;
}

/* ========
	Client list
======================= */
.client-list img{
	border-bottom: 1px solid #e2e2e2;
	display: block;
	margin: 0 auto;
	padding: 4px 0;
	width: auto;
}
.client-list img:last-child{
	border: none;
}

/* ========
	Staff
======================= */
.staff-section{
	min-height: 230px;
	text-align: center;
}
.staff-section img{
	margin: 0 0 15px; 
}
.staff-section p{
	font-size: 80%;
}
.staff-social{
	margin: 5px 0 20px;
}
	.staff-social a{
		display: inline;
		margin: 0 3px 0 0;
	}

/* ========
	Testimonials
======================= */
.test-list{
	margin: 0 0 15px;
	overflow: hidden;
}
.test-img{
	float: left;
	width: 68px;
}
.test-txt{
	background: #f2f2f2;
	border:5px solid #f2f2f2;
	float: left;
	font-family: 'PTSansItalic';
	margin: 4px 0 0 25px;
	padding: 10px;
	position: relative;
	width: 77%;
}
.test-txt:before {
	content: "";
	position: absolute;
	left: -25px; /* controls horizontal position */
    border-width: 20px 20px 0;
	border-style: solid;
    border-color: #f2f2f2 transparent;
	top: 28px;
}

/* ========
	Home Blog Posts
======================= */
.post-list article,
aside article{
	clear: both;
	overflow: hidden;
}
.sml-post{
	float: left;
	margin: -4px 0 20px;
	width: 86%;
}
.sml-post h6 a,
.mcp-title h6 a{
	color: #232323;
	font-size: 90%;
	margin: 0;
}
.sml-post h6 a:hover,
.mcp-title h6 a:hover{
	color: #555;
}
.post-icon{
	font-size: 80%;
	padding: 5px;
	margin-right: 5px; }
.post-date,
.post-comments{
	color: #b9b9b9;
	font-size: 73%;
	font-style: italic;
}
.post-date{
	border-right: 1px solid #b9b9b9;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
}

/* ========
	Most Commented Posts
======================= */
.mcp-list{
	clear: both;
	margin: 10px 0;
	overflow: hidden;
}
.mcp-comment{
	background: url(images/icon-comment-bubble.jpg) no-repeat scroll 0 0;
	color: #838383;
	float: left;
	font-family: 'OswaldBook', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	height: 63px;
	padding: 25px 0 0;
	text-align: center;
	width: 69px;
}
.mcp-title{
	float: left;
	padding: 20px 0 0 3px;
	width: 67%;
}

/* ========
	Blog List View
======================= */
.blogPicture,
.blogText{
	border-bottom: 1px solid #f3f3f3;
	margin: 0 0 20px;
	overflow: hidden;
}
.blog-Picture{
	position: relative;
}
.blog-Picture img{
	border: 1px solid rgba(0,0,0,0.05);
}
.blog-Picture > i,
.blog-Picture > em{
	left: 1px;
	position: absolute;
	top: 1px;
}
.blog-Text > i,
.blog-Text > em{
	float: left;
	width: 50px;
}
.blogText h1,
.blogPicture h1{
	font-size: 150%;
}
	.blogText h1 a:link,
	.blogText h1 a:visited,
	.blogPicture h1 a:link,
	.blogPicture h1 a:visited{
		color: #232323;
	}
	.blogText h1 a:active,
	.blogText h1 a:hover,
	.blogPicture h1 a:active,
	.blogPicture h1 a:hover{
		color: #555;
	}
.blogText h1{
	float: right;
	margin: 13px 0 20px;
	width: 90%;
}
.blog-description{
	clear: both;
	color: #6c6c6c;
	margin: 15px 0;
}
.blog-options span{
	background: #f3f3f3;
	color: #b1b1b1;
	display: inline-block;
	font-family: 'PTSansItalic';
	font-size: 0.75em;
	margin: 0 0 15px;
	padding: 5px 10px;
	text-shadow: 0 1px 0 #fff;
}
#Text-detail.icon-Text{
	display: none;
}


.blog-post {
	margin: 0 0 15px;
	overflow: hidden;
}
.blog-post h2.post-title {
	border-bottom: 1px solid #ccc;
	line-height:22px;
	margin: 0 0 7px;
	padding: 0 0 5px;
}
.blog-post .post-details {
	color: #888;
	font-size: 11px;
	margin: 0 0 18px;
}
.BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul {
	margin: 0;
	padding: 0;
}
.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
	font-size: 12px;
	list-style: none;
	margin: 0 0 9px;
}
.links a{
	display: block;
	font-size: .75em;
	margin: 0 0 10px;
}


/* ========
	Blog Comments
======================= */
.blog-comments{
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.comments{
	list-style:  none;
}
.comment{
	margin: 5px 0;
	overflow: hidden;
}
.comment ul {
	font-size: 1em;
}
.comment-author{
	overflow: hidden;
}
.author-img{
	border-radius: 50%;
	float: left;
	width: 60px;
}
.author-deets{
	float: left;
	margin: 20px 0 0 10px;
	overflow: hidden;
}
.author,
.comment-date{
	float: left;
}
.author{
	font-size: 1.25em;
}
.comment-date{
	font-size: .825em;
	padding: 7px 0 0 15px;
}
.comment-date a{
	color: #999;
}
.comment-text{
	border: 1px solid #ddd;
	clear: both;
	font-size: 1.25em;
	margin: 10px 0;
	overflow: hidden;
	padding: 10px;
}
.comment-text p{
	margin: 0;
}
.comment-text .reply{
	font-size: .75em;
	float: right;
}

/* ========
	Portfolio List View
======================= */
.port-list{
	border-bottom: 1px solid #f6f6f6;
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	padding: 0 0 20px;
}
.button-alt{
	display: inline-block;
	margin: 0 0 10px;
}
.port-links{
	margin: 20px 0 0;
}
#infscr-loading{
	font-family: 'PTSansItalic';
	font-size: 1.1em;
	margin: 25px 0;
}
#infscr-loading img{
	float: left;
	margin: -4px 10px 0 0;
	width: 24px;
}

/* ========
	Portfolio Details View
======================= */
.port-detail{
	margin: 0 0 30px;
	overflow: hidden;
}
.project-img{
	margin: 15px 0;
	overflow: hidden;
}
.port-details{
	color: #8f8f8f;
	font-size: .75em;
	list-style: none;
	margin: 0;
	padding: 10px 15px;
}
.port-details li{
	margin: 0;
	padding: 5px 0;
}
.project-details h3{
	margin: 20px 0 0;
}
.related{
	margin: 0 0 30px;
	overflow: hidden;
}
.related h6{
	font-size: .875em;
	margin: 15px 0;
	text-align: center;
}
.related .pagination{
	display: none;
}

/* ========
	Detail Features
======================= */
.feature-list h3 {
	color: #000;
	font-size: 12px;
}
.feature-list h3,
.feature-list h4 {
	margin: 0 0 3px 75px;
}

.feature-list p {
	margin: 0 0 18px 75px;
}

.feature-list ul {
	margin: 0 0 0 50px;
}

.feature-list li {
	list-style: none;
	margin: 0 0 21px;
	overflow: hidden;
	position: relative;
}

.feature-list li li {
	margin: 0;
	padding: 0;
}
.feature-list li .icon {
	float: left;
	margin-right: 18px;
}

/* ========
	Contact Support
======================= */
.contact-support iframe{
	width: 100%;
}
.contact-support p{
	margin: 30px 0;
}
.contact-support p:first-child{
	margin: 100px 0 0;
}
.contact-support p em{
	float: none;
}

/* ========
	Pricing Table
======================= */
#pricing-table{
	background: #fdfdfd;
	border: 1px solid #e7e7e7;
	text-align: center;
	width: 100%;
}
#pricing-table td{
	border-bottom: 1px solid #e7e7e7;
}
#pricing-table td.title-a{
	background: #1c8fb2;
}
#pricing-table td.title-b{
	background: #85ba04;
}
#pricing-table td.col-a{
	background: #eefbff;
}
#pricing-table td.col-b{
	background: #fbfff0;
	width: 42%;
}
#pricing-table h4,
#pricing-table h6{
	color: #fff;
	margin: 10px 0;
}
#pricing-table p{
	margin: 0;
	font-size: 0.875em;
}


/* ========
	Programs Table
======================= */
#programs-table{
	background: #ffffff;
	border: 1px solid #e7e7e7;
	text-align: center;
	width: 100%;
}
#programs-table th{
	border-bottom: 1px solid #e7e7e7;
	background: #EEEEEE;
}
#programs-table td{
	font-size: 0.875em;
}
#programs-table td.title-a{
	background: #1c8fb2;
}
#programs-table td.title-b{
	background: #85ba04;
}
#programs-table td.col-a{
	background: #eefbff;
}
#programs-table td.col-b{
	background: #fbfff0;
	width: 42%;
}
#programs-table h4,
#programs-table h5,
#programs-table h6{
	color: #025750;
	margin: 10px 0;
}
#programs-table p{
	margin: 0;
	font-size: 0.875em;
}




/* ========
	Footer Address
======================= */
.deets{
	color: #9b9b9b;
}
.alpha-form input[type="text"],
.alpha-form input[type="email"],
.alpha-form textarea{
	background: #fff;
	font-weight: normal;
	font-size: 0.875em;
}

/* ========
	Footer
======================= */
footer{
	background: #636363;
	border-top: 3px solid #a9a9a9;
}
ul.footer-links{
	float: left;
	margin: 22px 0;
	overflow: hidden;
	padding: 0;
}
ul.footer-links li{
	color: #fafafa;
	display: inline;
	float: left;
	padding: 0 5px;
}
	ul.footer-links li a:link,
	ul.footer-links li a:visited{
		color: #fafafa;
	}
	ul.footer-links li a:active,
	ul.footer-links li a:hover{
		color: #ddd;
	}
	footer .utility li a:links,
	footer .utility li a:visited{
		color: #fafafa;
	}
	footer .utility li a:active,
	footer .utility li a:hover{
		background: none;
		color: #ddd;
	}

/* ========
	Facebook Comments
======================= */
.fb_iframe_widget,
.fb_iframe_widget iframe,
.fb_iframe_widget span {
	width: 100% !important;
}

/* ===== Online Shop ==================== */
.productList ul {
	margin: 0;
	padding: 0;
}
.productList li{
	list-style-type: none;
	padding: 4px 0;
}
.small-list{
	margin: 0;
	padding: 0;
}
.productSmall h2 {
	margin: 15px 0 0;
}
.productSmall h2 a {
	color: #444;
	font-size: 1em;
}
.productSmall .price {
	font-family: 'PTSansRegular';
	font-size: 2.5em;
}
.productLarge {
	text-align: left;
	border: none;
}
.productLarge #images {
	width:300px;
	float: left;
}
.productLarge .quantity .productTextInput {
	width: 50px;
	display: inline;
	margin: 0 10px;
	height: 33px;
	font-size: 1em;
}

/* ========
	@Media Queries
======================= */
@media screen and (min-width:767px) and (max-width:869px),(max-width:443px){
	.test-txt:before {
		border-width: 0 11px 20px;
		left: 19px;
		top: -24px; }	
	.test-txt {
		float: left;
		margin: 27px 0 0 0;
		clear: both;
		width: 100%; }
}
@media screen and (max-width:780px){	
	#calendar-container, .topics, .posts, .lastpost, .views, .date{
		display: none; }
	#shippingSpan {
		display: block;
		clear: both; }
}
@media screen and (max-width:767px){
	#hero .orbit-container .orbit-prev, #hero .orbit-container .orbit-next{
		top: 97%; }
	.orbit-container .orbit-slides-container img {
		display: block;
		margin: 0 auto;	}
	.ptitle{
		width: 100%; }
	.breadcrumb{
		margin: 16px 0 0; }
	.fb-comments > span{
		height: auto !important;
		min-height: 40px !important; }
}
@media only screen and (max-width: 60.9375em) {
	.hide-for-middle-up{
		display: none !important; }
	.hide-for-middle-down{
		display: inline !important; }
	.mcp-title{
		width: 100%; }
}    
@media screen and (max-width:590px){
	header {
		background: #FFF url(images/bg-header-line.png) no-repeat scroll center 89px;
	}
}
@media only screen and (max-width: 588px) {
	table.webform td,
	table.tabledefault td {
		display: block;
	}
	#payment-form input[type="submit"] {
		width: 100%;
		font-size: 2em; }
}
@media only screen and (max-width: 530px) {
	.blogText h1 {
		width: 83%;	}
}
@media only screen and (max-width: 500px) {
	.item-third label {
		float: none;
		margin: 0;
		width: 100%;}
}
@media only screen and (max-width: 380px) {
	.blog-Text {
		display: none; }
	.blogText h1 {
		width: 100%;	}
}

/* ========
	@font-face
======================= */
@font-face {
    font-family: 'OswaldBook';
    src: url('fonts/Oswald-Regular-webfont.eot');
    src: url('fonts/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Oswald-Regular-webfont.ttf') format('truetype'),
         url('fonts/Oswald-Regular-webfont.svg#OswaldBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansItalic';
    src: url('fonts/PTS56F-webfont.eot');
    src: url('fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS56F-webfont.ttf') format('truetype'),
         url('fonts/PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansBold';
    src: url('fonts/PTS75F-webfont.eot');
    src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS75F-webfont.ttf') format('truetype'),
         url('fonts/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

#copy
{
	margin-left: auto;
    margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	height: 10px;
	background: #025750;
	text-align: right;
	color: #ffffff;
	padding: 5px 5px 15px 5px;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
  }
  
table.courses {
    margin-left:auto; 
    margin-right:auto;
    width: 95%;
    border-style: solid;
    border-width: 1;
    border-color:#eeeeee;
    font-size: 75%;
    border-collapse: collapse; 
  }
  
table.courses th {
	font-weight: bold;
  }
  
.courses-text {
  width: 46%;
  text-align: left;
  vertical-align: middle;
}

.courses-credits {
  width: 6%;
  text-align: center;
  vertical-align: middle;
}

.courses-row-head {
  background-color: #EEEEEE;
}

  
table.twu {
    margin-left:auto; 
    margin-right:auto;
    width: 95%;
    border-style: solid;
    border-width: 1;
    border-color:#eeeeee;
    font-size: 75%;
    border-collapse: collapse; 
  }
  
table.twu th {
	font-weight: bold;
  }
  
.twu tr:nth-child(odd) {
   background-color: #eee;
}
  
.twu-text {
  width: 80%;
  text-align: left;
  vertical-align: middle;
}

.twu-credits {
  width: 20%;
  text-align: center;
  vertical-align: middle;
}

.twu-row-head {
  background-color: #EEEEEE;
}


table.omega {
    margin-left:auto; 
    margin-right:auto;
    width: 90%;
    border-style: solid;
    border-width: 1;
    border-color:#eeeeee;
    font-size: 75%;
    border-collapse: collapse; 
  }
  
table.omega th {
	font-weight: bold;
  }

.omega-first {
  width: 40%;
  text-align: left;
  vertical-align: middle;
  background-color: #EEEEEE;
}
  
.omega-text {
  width: 30%;
  text-align: left;
  vertical-align: middle;
  background-color: #FFFFFF;
}


table.paying {
    margin-left:auto; 
    margin-right:auto;
    width: 95%;
    border-style: solid;
    border-width: 1;
    border-color:#eeeeee;
    font-size: 75%;
    border-collapse: collapse; 
  }
  
.paying-text {
  width: 100%;
  text-align: left;
  vertical-align: middle;
  background-color: #FFFFFF;
}


table.related {
    margin-left:auto; 
    margin-right:auto;
    width: 95%;
    border-style: solid;
    border-width: 1;
    border-color:#eeeeee;
    font-size: 75%;
    border-collapse: collapse; 
  }
  
table.related th {
	font-weight: bold;
  }
  
.related tr:nth-child(odd) {
   background-color: #eee;
}
  
.related-text {
  width: 80%;
  text-align: left;
  vertical-align: middle;
}

.related-cost {
  width: 20%;
  text-align: center;
  vertical-align: middle;
}

.related-row-head {
  background-color: #EEEEEE;
}





table.programs {
    margin-left:auto; 
    margin-right:auto;
    width: 95%;
    border-style: solid;
    border-width: 1;
    border-color:#eeeeee;
    font-size: 75%;
    border-collapse: collapse; 
  }
  
table.programs th {
	font-weight: bold;
  }
  
.programs tr:nth-child(odd) {
   background-color: #eee;
}
  
.programs-text {
  width: 40%;
  text-align: left;
  vertical-align: middle;
}

.programs-semester {
  width: 40%;
  text-align: center;
  vertical-align: middle;
}

.programs-year {
  width: 40%;
  text-align: center;
  vertical-align: middle;
}

.programs-row-head {
  background-color: #EEEEEE;
}

.calendar-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    background-color: #e2e3ef;
    border-style: solid;
    border-width: 1;
    border-color:#cccccc;
}

.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


.opac-container {
    position: relative;
    padding-bottom: 75%;
    width: 100%;
    height: 100%;
	border-style: none;
}

.opac-container iframe {
    position:absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: none;
}

.video-container {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    height: 0;
	margin-left:auto; 
    margin-right:auto;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

table.chapelsch {
    margin-left:auto; 
    margin-right:auto;
    width: 95%;
    border-style: solid;
    border-width: 1;
    border-color:#eeeeee;
    font-size: 75%;
    border-collapse: collapse; 
  }
  
table.chapelsch th {
	font-weight: bold;
  }
  
.chapelsch tr:nth-child(odd) {
   background-color: #eee;
}
  
.chapelsch-day {
  width: 20%;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
}

.chapelsch-speaker {
  width: 80%;
  text-align: center;
  vertical-align: middle;
}

.chapelsch-row-head {
  background-color: #EEEEEE;
}

form-kit   {
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
margin:auto;
position:relative;
background-color: #eef;
font-family: Tahoma, Geneva, sans-serif;
font-size: 100%;
font-style: normal;
line-height: 24px;
font-weight: bold;
color: #000;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
border: 1px solid #999;
border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
::-webkit-validation-bubble-message {
    padding: 1em;
}
}

input    {
display:relative;
border: 1px solid #999;

}

.text-input    {
width: 100px;
background-color: #999;

}

table.giftsresults {
    margin-left:auto; 
    margin-right:auto;
    width: 95%;
    border-style: solid;
    border-width: 1;
    border-color:#eeeeee;
    font-size: 100%;
    border-collapse: collapse; 
  }
  
table.giftsresults th {
	font-weight: normal;
  }
  
.giftsresults tr:nth-child(odd) {
   background-color: #eee;
}

.giftsresults-result {
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
  
.giftsresults-number {
  width: 2%;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

.giftsresults-gift {
  width: 78%;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}

.giftsresults-row-head {
  background-color: #EEEEEE;
}



table.TDpayment {
    margin-left:auto; 
    margin-right:auto;
    width: 95%;
    border-style: solid;
    border-width: 1;
    border-color:#eeeeee;
    font-size: 100%;
    border-collapse: collapse; 
  }
  
table.TDpayment th {
	font-weight: normal;
  }
  
.TDpayment tr:nth-child(odd) {
   background-color: #eee;
}

.TDpayment-result {
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
  
.TDpayment-number {
  width: 2%;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

.TDpayment-gift {
  width: 40%;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}

.TDpayment-row-head {
  background-color: #EEEEEE;
}

.h6-home {
  font-family: 'OswaldBook', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #025750;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.7em; 
  font-size: 1em; /*16px*/
  color: #025750;
  }
  
.quotebox {
  padding-top: 0.7em;

  padding-left: 0.8em;
  padding-right: 0.7em;
  background-color: whitesmoke;
  border-style: solid;
  border-width: 1px;
  border-color:#cccccc;
  margin-bottom: 1em;
  
}

.dkquotebox {
  padding-top: 0.7em;

  padding-left: 0.8em;
  padding-right: 0.7em;
  background-color: #e5e5f5;
  border-style: solid;
  border-width: 1px;
  border-color:#cccccc;
  margin-bottom: 1em;
  
}

.redtext {
  color: red;
}

.news-details
{
	margin: 15px 15px 15px 15px;
	font-size: 1.1em;

	color: #000000;
}

li.adobe {
	list-style-type: none;
	background: url('https://www.summitpacific.ca/alcohol/images/adobe_pdf.gif') no-repeat left top;
	height: 54px;
	padding-left: 44px;
	padding-top: 3px;
} 

li.link {
	list-style-type: none;
	background: url('https://www.summitpacific.ca/alcohol/images/link.jpg') no-repeat left top;
	height: 54px;
	padding-left: 44px;
	padding-top: 3px;
} 

.manila p {
	font-size: 100%;
}