/* @override 
	http://www.osvcurriculum.com/?css=osvc/base.v.1358283580
	http://www.osvcurriculum.com/?css=osvc/base.v.1360111209
*/

/*	--------------------------------------------------
	:: Global Reset & Standards
	-------------------------------------------------- */
	
	/* 
		Eric Meyer's CSS Reset
		http://meyerweb.com/eric/tools/css/reset/ 
		v2.0 | 20110126
   		License: none (public domain)
	*/
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		vertical-align: baseline;
	}
	html {
		font-size: 62.5%; 
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	sub {vertical-align: sub;}
	sup {vertical-align: super;}


.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}

.hidden {
	display: none;
	visibility: hidden;
}


/* Page =================================================== */
html {
  background-color: #fff;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family:  "myriad-pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4em;
  /* REMOVED: min-width: 1024px; - This was preventing responsive design */
/* 

  background: transparent url(../themes/site_themes/aic/images/bgTile.gif) repeat-y center; 
  
*/  
  background-color: #fff;  
}





/* Typography =================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h5 {
  margin: 0;
  font-family: "cardigan", sans-serif;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small {
  font-weight: normal;
  color: #bfbfbf;
}
h1,
.h1 {
  margin-bottom: 0.75em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
h2,
.h2 {
  margin-bottom: 0.3em;
  font-size: 20px;
  font-weight: normal;
  font-size: 2.0rem;
  line-height: 1.2;
}
h3,
.h3 {
  margin-bottom:0
  em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
h4,
.h4 {
  margin-top: 0em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 4px;
}
h5,
.h5 {
  margin-top: 0px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: .2em;
  line-height: 1.5em;
}
h6,
.h6 {
  margin-bottom: 1.5em;
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.textLarge{
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 5px;
}

/* Colors */ 
body{
	color: #4b4b4b;
	
}

h1, .orangetext {color: #d4ad64;}
h2, .greentext {color: #77a740;}
h3, .greytext {color: #b5b4b3;}
.h3 {color: #4b4b4b;}

h5, 
.h5
{
	font-family: "cardigan",sans-serif;
	text-transform: uppercase;
	color:  #b0afaf;
}


/*
.header h1,
.header h2,
.header h3 {
  float: left;
  margin-right: 24px;
}
.header h1 a,
.header h2 a,
.header h3 a {
  display: block;
  position: relative;
  top: 6px;
  float: right;
  padding: 4px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #f3f5f6;
}
.header h1:hover,
.header h2:hover,
.header h3:hover {
  background-color: #f3f5f6;
}
.header .a-rss,
.header .a-rss:hover {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  background: transparent url(../img/a-rss.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}

.list-bordered {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.list-bordered li {
  margin-bottom: 0.375em;
  padding-bottom: 0.375em;
  border-bottom: 1px dashed #c7ced6;
}
.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}

*/

/* 
colors
slected: 
	border:
Myriad Pro, Bold, 15px
Height 27px
Text regular: e6d1aa

Text selected/hover: 
Color:#c89535;
Background-color:#ffffff;
border: 1px solid #eedfc2;

*/


/* */


ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  line-height: 1.5em;
}

p {
    margin-bottom: 14px;
    margin-top:14px;
	line-height: 1.6em;
	color:#9c9b9b;
	font-family: "myriad-pro", san-serif;
}

.small {
  margin-bottom: 12px;
  margin-top:5px;
  font-size: 14px;
  font-size: 0.875em;
}

.small_readingListTitle{
  margin-bottom: 0px;
  margin-top:4px;
  padding-bottom: 8px;
  padding-top: 0px;
  font-size: 13px;
  font-size: 1.3rem;
}

.small_ListContent{
  margin-bottom: 0px;
  margin-top:0px;
  padding-bottom: 0px;
  padding-top: 0px;
  font-size: 13px;
  font-size: 1.3rem;
}

.blogSmall{
  font-size: 14px;
  font-size: 0.875em;
  line-height: 0.875em;
  margin-bottom: 0px;
  margin-top: 0px;
}

.blogLink{
  line-height: 0.875em;
  margin-bottom: 0px;
  margin-top: 0px;
}

.article{
  margin-bottom: 10px;
  margin-top:20px;
  line-height: 1.6em;
  color:#9c9b9b;
  font-size: 14px;
  font-size: 0.875em;
}

.articlePreview {
  font-size: 14px;
  font-size: 0.875em;
  margin-top:10px;
  margin-bottom: 10px;
  line-height: 1.6em;
}

.preview{
  margin-bottom: 20px;
  margin-top: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid silver;
}


ul,
ol {
  margin: 0 0 1.5em 20px;
  padding: 0 0 0 20px; 
}

ul{
	list-style: disc;
}

ol{
	list-style: decimal;
}

li ul,
li ol {
  margin: 0;
}

blockquote {
  margin: 0 0 1.5em 24px;
  padding-left: 10px;
  border-left: 1px solid black;
  font-style: normal;
}

q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
dl,
dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: bold;
}

abbr[title] {
  border-bottom: 1px dotted #c7ced6;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #f3f5f6;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #f3f5f6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Colour =================================================== */
a {
  text-decoration: none;
  color: #4faee5;
}
a:visited {
  color: #4faee5;
}

a:visited:hover {
  color: #fdac42;
}

a:hover {
  text-decoration: none;
  color:  #fdac42;
}
a:focus {
  outline: thin dotted;
  color: #000000;
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
::selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}

/* Elements =================================================== */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7ced6;
  border-bottom: 1px solid #ffffff;
}
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin-bottom: 1.5em;
}
figure img {
  margin-bottom: 0.375em;
}
figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
}

/* Forms =================================================== */
form {
  margin: 0 0 1.5em 0;
}
form fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0;
  color: #000000;
  border: 0;
  border-bottom: 1px solid #8c9bab;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
form p {
  margin-bottom: 0.75em;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
form br {
  display: none;
}
label,
input,
button,
select,
textarea {
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: baseline;
  *vertical-align: middle;
}
input,
button,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

label {
  display: block;
  margin-bottom: 0.1875em;
  font-size: 16px;
  font-size: 1em;
  font-weight: bold;
  color: #919190;
  cursor: pointer;
}


label.addAll{
  display: block;
  margin-bottom: 0.1875em;
font-size: 14px;
font-size: 0.875em;
  font-weight: normal;
  color: #919190;
  cursor: pointer;
}

label textarea,
label select {
  display: block;
}

label input{
  display: inline;
  margin-right: 5px;
  padding-right: 5px;
}


input,
textarea,
select {
  display: inline-block;
  width: 98%;
  padding: 4px;
  margin-bottom: 0.375em;
  background-color: #ffffff;
  border: 1px solid #c2c7cc;
  color: #000000;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #a3a7ac;
}

/*
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
*/

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: auto;
  background-color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  overflow: auto;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
/*
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
*/

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #2d353e, 40%;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}

.help-block,
.help-inline {
  color: #808080;
}
.help-block {
  display: block;
  margin-bottom: 0.75em;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}

.search-query {
  width:90%;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 0;
}

.search-form{
  padding-left: 18px;
  padding-bottom:0px;
  margin-bottom: 18px;
}
  
.form-search label {
  display: inline-block;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}



/* Custom Button Styles Buttons =================================================== */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 6px 11px 6px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5em;
  color: #404040;
  text-align: center;
  vertical-align: middle;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(top, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  *margin-left: .3em;
}
.btn:visited,
.btn:hover {
  color: #404040;
  text-decoration: none;
}
input[type="submit"].btn:hover {
  border-color: #cccccc;
}
.btn:first-child {
  *margin-left: 0;
}
.btn-disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.btn-info {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9edf7), to(#afd9ee));
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-color: #afd9ee;
  background-image: -moz-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -ms-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -o-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
  border-color: #9acfea;
  border-bottom-color: #85c5e5;
  color: #247fad;
}
.btn-info:visited,
.btn-info:hover {
  color: #247fad;
}
.btn-inverse {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
  border-color: #1b1b1b;
  border-bottom-color: #0e0e0e;
  color: #ffffff;
}
.btn-inverse:visited,
.btn-inverse:hover {
  color: #ffffff;
}
.btn-primary {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#181c20));
  background-image: -webkit-linear-gradient(top, #2d353e, #181c20);
  background-color: #181c20;
  background-image: -moz-linear-gradient(top, #2d353e, #181c20);
  background-image: -ms-linear-gradient(top, #2d353e, #181c20);
  background-image: -o-linear-gradient(top, #2d353e, #181c20);
  background-image: linear-gradient(top, #2d353e, #181c20);
  background-repeat: repeat-x;
  border-color: #0d0f12;
  border-bottom-color: #020203;
  color: #ffffff;
}
.btn-primary:visited,
.btn-primary:hover {
  color: #ffffff;
}
.btn-success {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
  border-color: #3c893c;
  border-bottom-color: #347834;
}
.btn-warning {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
  border-color: #da8205;
  border-bottom-color: #c17305;
}
.btn-extlarge {
  padding: 11px 22px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-large {
  padding: 11px 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-small {
  padding: 6px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
}
.btn-mini {
  padding: 3px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.5em;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn.large:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-toolbar {
  clear: both;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.btn-search{
	background: url(../themes/site_themes/aic/images/go.png) no-repeat right;
    width: 30px;
    height: 30px;
	border:none;
	padding-top: 6px;
}

.flexslider{float:right;}



/* Tables =================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #8c9bab;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: left;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #8c9bab;
}
table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}


.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #8c9bab;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #8c9bab;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #c7ced6;
}


/* anchors */

.smallanchors a {
	font-family: "myriad-pro", Arial, sans-serif;
	size: 10px;
	text-decoration: none;
}

.smallanchors a:hover {
	text-decoration: underline;
}


a.arrow-link {
	text-indent: -99999px;
	color: transparent;
	background: url(../themes/site_themes/aic/images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:16px;
	width:16px;
	padding: 0px;
}

a.arrow-link:hover {
	background-position-y: -16px;
}

/* layout objects */

.promo-links {
	padding-bottom: 25px;
	padding-top: 8px;
}

/* media items */

.mediaitem {
	float:left;
	background:transparent;
}

.mi-thumb{
	float:left;
	margin-left: 3px;
}

.mi-body {
	float: left;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 5px;
}

.mi-bodyBrackets {
	float: left;
	padding-top: 10px;
	padding-right: 34px;
	padding-left: 18px;
	margin-bottom: 10px;
	height: 340px;
}



.mi-body h3{
	margin-bottom: 3px;
}
.mi-body p{
	line-height: 1.6em;	
	margin-bottom: 2px;
}	
.mi-third {
	width: 65%;
}

.mi-anchor {
	float: right;
	padding-top: 0px;
	margin-top: 0px;
	width:16px;
	height:16px;
}


/* lists */
.top-menu, .sites-list, .footer-list, #linkbar ul {
	list-style-type: none;	
 	margin: 0;
  	padding: 0;
  	font-family: "myriad-pro",sans-serif;
}

.top-menu li, #linkbar ul li {
	float: left;
  	margin: 0.375em  0.375em  0.375em 0;
	padding: 0.375em;

}

.footer-list li{
	float: left;
  	margin: 0.375em  0.375em  0.375em 0;
	padding: 0.175em;

}

.top-menu > li {
  margin: 0;
  padding: 0px 0px 0px 0px;
  margin-left: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}

.top-menu > li > a:link {
	text-indent: -9999em;
	color: transparent;
}


#tm-family.selected {
border-bottom: 2px solid #8cc619;
}


#tm-parish.selected {
border-bottom: 2px solid #1443f2;
}




.top-menu li a {
	text-decoration: none;
	color: #e6d1aa;
} 

.top-menu li a:hover {
	color: #c89535;
}


#tm-parish {
	width: 152px;
	height: 34px;
}

#tm-parish > a:link,
#tm-parish > a{
	background-image: url(../themes/site_themes/aic/images/topNav_parish.jpg);
	width: 152px;
	height: 34px;
	display: block;
}

#tm-parish > a:hover {
	background-image: url(../themes/site_themes/aic/images/topNav_parish.jpg);
	width: 152px;
	height: 34px;
	display: block;
	position:0 0;
	background-repeat: none.
}



#tm-school > a {
	background-image: url(../themes/site_themes/aic/images/topNav_school.jpg);
	width: 157px;
	height: 34px;
	display: block;

}


#tm-family > a {
	background-image: url(../themes/site_themes/aic/images/topNav_student.jpg);
	width: 224px;
	height: 34px;
	display: block;
}






.fixedposition {
	position: fixed !important;
	clear: both;
	top: 0;
	left: auto;
	z-index: 30000;
	width: 100%;
	
}

#linkbar {
	font-family: "myriad-pro", Arial, sans-serif;
	background-color: #7c7b7a;
	font-size: 11px;
	min-height: 34px;
	*height: 34px;
	color: #d8d8d7;
}

#linkbar a {
	color: #d8d8d7;
	font-size: 11px
}

#linkbar a:hover {
	color: #d8d8d7;
}

#linkbar a:visited {
	color: #d8d8d7;
}

#footerPane{
	padding-bottom:6px;
	background-color:#000;
}


#footerB {
	background-color: #000;
}
.footer-list{
	font-size: 14px;
	font-size: 1.4rem;
}

.footer-list, 
.footer-list-b{
	float: right;	
	margin-top:12px;
}

.footer-list li a:link,
.footer-list-b li a:link {
	color: #c2c2c1;
	margin: 0px;
}

/*
.footer-list li a:link,
.footer-list-b li a:link {
	color: #c2c2c1;
    border-left: 1px solid #c2c2c1;
	padding-left: 14px;
	margin: 0px;
}
*/


.footer-list li a:hover,
.footer-list-b li a:hover {
	color:  #fdac42;
}

.footer-list li a:visited,
.footer-list-b li a:visited {
	color: #c2c2c1;
}

.footer-list li a:visited:hover,
.footer-list-b li a:visited:hover {
	color: #fdac42;
}


.footer-list li:first-child a,
.footer-list-b li:first-child a{
	border-left: none;
}


#footerB-Right-Pane .footer-disclaim {
    color:#525151;
	float:right;
 	font-size: 12px;
	padding-top:40px;
	margin-right: 8px;	
}






/* Cart */
#cart {
	float: right;
	font-family: "myriad-pro", Arial, sans-serif;
	
}

#cart-items {
	float: left;
	margin-right: 20px;
}

#cart-items img {
	margin-right: 10px;
}

#cart-items span{
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
}

#cart-actions {
	font-size: 10px;
	line-height: 3em;
	float: left;
}

#cart-actions a {
	padding: 2px 5px 2px 5px;
	color: #4b4b4b;
}

#cart-actions a:hover,
#cart-actions a:visited {
	color:  #c89535;
}


/* Pane Settings */

#ContentPane {
}

#pageSubHeading{background-color:#fff;}

#headerPane {
	margin-top: 0px;
}

#middleLeftPane, #middleRightPane {
	padding-top: 10px;
}

#headerA-Pane, #headerB-Pane, #header-nav
{
	margin-top: 0px;
	margin-bottom: 14px;
	background-color: #fff;
}

#headerA-Pane{
   background-color: #fff;
}

#adsPane{
	margin-top: 30px;
	float:left;
}

#twitter-feed {
	padding-left: 20px;
}



.section-header h2 {
	font-style: normal;
	font-weight: 500;
	color: #c89535;
}

.offset-p p{
	padding-left: 8px;
}

h5.offset-p {
	padding-left: 12px;
}

.bottomborder {
/*	border-bottom: 1px solid silver; */
	margin-bottom: ;
}



/* product listing */


#product-list, .twoborders-box {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-top: 12px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.bordertop-box {
	border-top: 1px solid silver;
	padding-top: 12px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}


#product-list ul, .twoborders-box ul {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
}

#product-list ul li, .twoborders-box ul li {
	margin-bottom: 15px;
}



.ProductContainer {
	font-family: "myriad-pro",sans-serif;
	font-style: normal;	
	float: left;
	font-size: 14px;
	position: relative;
}

.ProductDescriptionContainer {
	float: left;
	max-width: 330px;
}

.ProductDescriptionContainer h1 {

	font-size: 14px;
	font-weight: 700;
	color: #77a740;
}


.ProductDescriptionContainer h2{
	border-style: hidden;
	border-width: 0;
}

.ProductPrice {

	color: #c89535;
}

.ImageContainer {
	float:left;
	margin-right: 10px;
}


.promo{}

.blog_pic_small{
padding-right: 10px;
}

ul.blog-items{
	margin: 0px;
}

ul.blog-items li{
	list-style: none;
}
	

ul.blog-itemPic{
margin-top: 0px;
}

.blog-itemPic{
	padding-bottom: 10px;	
	padding-top: 25px;
	padding-left: 0px;
	border-bottom: 1px solid silver;
	margin: 0px;
}

.blog-itemPic-article{
	padding-bottom: 10px;	
	padding-top: 5px;
	padding-left: 0px;
	border-bottom: 1px solid silver;
	margin: 0px;
}
.blog-itemPicMed{
	padding-bottom: 10px;
	padding-left: 0px;	
	padding-top: 0px;
	border-bottom: 1px solid silver;
	margin-bottom: 20px;
	margin-left: 0px;
	min-height: 160px;
}

.blognotes{
	display: block;
	padding-left: 0px;
	margin-left: 0px;
}

.blog_notes-article{
  margin-bottom: 5px;
}

.blogParagraph{
	padding-left: 0px;
	margin-left: 0px;

}

ul.blog_notes_list{
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    display:inline-block;
    clear:right;
}

ul.blog_notes_list li{
	font-size:0.875em;
	padding-right: 6px;
	padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 5px;
	float: left;
	clear: right;
	list-style: none;
	color:#b6b6b6;

}


ul.blog_notes_list li:first-child{
     border-left: none;
     margin-bottom: 0px;
     padding-bottom: 0px;
     clear: right;
}

.blog_article{
display: inline-block;
}


.blog_title{
    color:#79797A;
    font-size: 19px;
    font-size: 1.188em;
}

.addComment{
    color:#79797A;
    font-size: 17px;
    font-size: 1.063em;
    margin-top: 40px;
}

.nv-comments{
    color:#79797A;
    font-size: 19px;
    font-size: 1.188em;
    margin-bottom: 10px;
}

.addComment_input{
    font-size: 16px;
    font-size: 1em;
}

.nv-comment{
  margin-bottom: 20px;
  margin-top:0px;
  font-size: 14px;
  font-size: 0.875em;
}

.nv-comment p{
  margin-bottom: 12px;
  margin-top:0px;
}

.posted{
    color:#9C9B9B;
    font-size: 15px;
    font-size: 0.75em;
}

.btn-nv-comments{
	background-color: #eaeffd;
	padding-left: 30px;
	padding-right: 30px;
	color:#737373;
	font-size: 14px;
	font-size: .875em;
	font-weight: bold;
    border: 2px solid #d3d3d2;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     -khtml-border-radius: 12px;
     width:17%;
}

.btn-nv-comments:hover{
background-color: #fdb557;
color: #fff;
}





/*ul.blog-items li{
	list-style: none;
	padding-top:2px;
	padding-bottom: 5px;
	border-bottom: 1px solid silver;
	margin-bottom: 4px;
}
*/


/* Twits */



/* Expert info */

.personal-info .title {
	font-size: 12px;
	text-transform: none;
	color: green;		
}

.personal-info .name {

}



/* google search box */
table.gsc-search-box{
	margin: 0px;
}

table.gsc-search-box th,
table.gsc-search-box td {
  padding: 1px;
  margin: 1px;
  vertical-align: top;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: left;
}


form.gsc-search-box {
	margin: 0px;
}

.gsc-search-button{
	color: red;

}


.gsc-input input{
	outline-style: none; 
	outline-width: initial; 
	outline-color: initial; 	
	background-attachment: initial; 
	background-origin: initial; 
	background-clip: initial; 
	background-color: rgb(255, 255, 255); 
	background-position: 0% 50%; 
	background-repeat: no-repeat no-repeat;	
	font-size: 11px;
	padding: 3px;
	/* Rounded Corners */
	border-top-right-radius: 17px;
	-webkit-borde-top-right-radius: 17px;
	-moz-border-radius: 17px;

	border-bottom-right-radius: 17px;
	-webkit-borde-bottom-right-radius: 17px;
}

/*MORE SHARED ADD ==============================================*/
#miSections{
     margin-bottom: 20px;
     margin-top: 10px;
}

.tiny{
font-size: 0.65em;
}

.inline{display:inline;}

.floatright{float:right;}

.floatleft{float:left;}

#homepromoBack{
	background-color:#eeeeec;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:30px;
	padding-bottom:23px;
}

.textItem{
font-size:14px;
font-size:1.4rem;
margin-top:0px;
text-align:left;
margin-bottom: 0px;
vertical-align: middle;
}

.textItem_des{
font-size:12px;
font-size:1.2rem;
margin-top:0px;
text-align:left;
}

.textItem_des_cell{
font-size:12px;
font-size:1.2rem;
margin-top:0px;
margin-bottom: 0px;
padding-bottom: 0px;
text-align:left;
}

.emptySpace{
padding-30px;
height:60px;
}

.addPaddingR5p {padding-right:5px;}

.addPaddingR10p {padding-right:10px;}

.addPaddingR20p {padding-right:20px;}

.addPaddingR25p {padding-right:25px;}

.addPaddingR50p {padding-right:50px;}

.addPaddingT0p{margin-top:0px}

.addPaddingT0p{padding-top:0px}

.addPaddingT5p{padding-top:5px;}

.addPaddingT10p{padding-top:10px;}

.addPaddingT15p{padding-top:15px;}

.addPaddingT20p{padding-top:20px;}

.addPaddingT25p{padding-top:25px;}

.addPaddingT30p{padding-top:30px;}

.addPaddingT40p{padding-top:40px;}

.addPaddingL10p{padding-left:10px;}

.addPaddingL45p{padding-left:45px;}


.addPaddingB10p{padding-bottom:10px;}

.addPaddingB20p{padding-bottom:20px;}

.addPaddingB40p{padding-bottom:40px;}

.addMarginT20p{
margin-top: 20px;
}
.marginB10p{margin-bottom:10px;}

.marginR20p{margin-right:20px;}

.dkGrey{color:#79797a;}

.white{color:#fff;}

#middlePane-blog{
     margin-top: 0px;
     padding-top: 6px;
}

#middlePane_Adult{
     margin-top: 0px;
     padding-top: 20px;
}


/*TOP DROPDROWN NAV ===========================================*/
#topDropDownNav{
hight:24px;
background-color: #4c78fd;
}

ul.topDropdown-H li{
	list-style: none;
	float:left;
    display: inline;
}

.navSmall{
font-size: 12px;
font-size: 1.2 rem;
}

/*HOME PAGE =================================================== */

#header-nav{
	margin-bottom:15px;
	margin-top:5px;
	float:right;

}


#headerLeftPane img{margin-top:4px;}



#slider {
	margin-left:auto;
	margin-right:auto;
	display:block;
	width: 960px;
}

.canvasNavDot_link {
    float:right;
    padding-left:50px;
    padding-right:10px;
    margin-bottom:16px;
}


.canvasNavDot_link a{text-indent:-999999px;}

#midBackground{background-color:#eeeeec;}

#homepromoBack2{
	background-color:#eeeeec;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:15px;
	padding-bottom:15px;
	margin-left: 0px;
	height:300px;
}

.twoPic{
margin-bottom: 30px;
}


.twoPicFloat{float:right;}



#rightPanelBrackets{
    background-image: url(../themes/site_themes/aic/images/bracketPair.png);
    background-repeat:no-repeat;
	background-position:0px 0px
	height:340px;
}
}



h3 {font-weight:normal;}

#middlePane{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	margin-bottom: 25px;
}


.greyTitle {
	color: #808181;
}
.parishBlue {color:#004fe5;}

.schoolPurple
 {color:#6d3be9;}

.studentGreen {color:#8bc618;}

.red{color:#c13566;}

.red a:link, .red a:visited	{color:#c13566;}

.red a:hover{color:#fcb457;}

.grey{color:#b6b6b6;}

.blue{color:#4293ce;}

.ltBlue{color:#4e88f8;}
.mi-thumb{
	float:left;
	display:block;
}

img.floatLeft { 
    float: left; 
    padding-right: 10px; 
}
.readingContent_MassReading{
    padding-left:8px;
    padding-right: 4px;
    background-image: url(../themes/site_themes/aic/images/icon_massReading.png);
    background-repeat:no-repeat;
	background-position:7px 15px;
}

.massReadingTitle{
	padding-top:25px;
	padding-bottom:3px;
	margin-bottom: 15px;
	text-indent:50px;
}

#middleLeftPane_MassRead {
	background-color:#faf7ee;
	padding-bottom:30px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #f6e5b6;
}

.massReading_header{
   margin-bottom:10px;
   color:#c13566;
}

#readingCat{
  margin-bottom: 10px;
  margin-top: 6px;
}

.readingContent h4{
	margin-top:5px;
	margin-bottom:5px;
}

.readingContent p{margin-bottom:25px;}

#middleMidPane_section{
}

.roundedCorners {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
}

.moreInfo{float:right;}


.hairline {
	height: 1px; 
	background-color:#cdcccc; 
}

#hairline2 {
	height: 1px; 
	background-color:#cdcccc; 
	margin-left: -300px;
}

#addPaneRight{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.socialIcons{display:block;}
/*#middleLeftPane_MassRead .mediaitem{
padding-top:15px;
padding-left:18px;
padding-right:15px;
}
*/

.readingContent{padding:10px;}

.twit{
	margin-bottom:10px;	
	padding-right:8px;
}

.twit-stamp{
	font-size:0.75em;
	margin-top: 0px;
	padding-bottom:4px;
	padding-top: 0px;
	color:silver;
}

.midSectionFrame{
	border: 1px solid silver;
	background-color:#fff;
	padding-top:17px;
	padding-left:17px;
	padding-right:17px;
	padding-bottom:25px;
}

.midSectionShade_parish{
	background-color: #e3edfe;
	margin-bottom:25px;
	padding-bottom:5px;
    padding-right:5px;
}

.midSectionShade_school{
	background-color: #d9d8f0;
	margin-bottom:25px;
	padding-bottom:5px;
    padding-right:5px;
}

.midSectionShade_student{
	background-color: #ebf7d3;
	margin-bottom:25px;
	padding-bottom:5px;
    padding-right:5px;
}
/*PARISH PAGE=========================================================*/
#centerPanel{
     margin-top: 0px;
}

#parishpromo1{float:left;}

#parishTwoCol{
     padding-bottom:40px;
     background-color: #fff;
}

#parishconnection{margin-top:10px;}

.virticalAlignTop{
     text-align:top;
     margin-top:0px;
}

.borderbottom-box {
     border-bottom: 1px solid silver;
     padding-top: 18px;
     padding-bottom: 18px;
}

.promo-links_twoCol {
    padding-bottom:8px;
    padding-top: 8px;
    float:right;
}


#middleLeftPane_family{
     background-color:#f8feee;
     border: 1px solid #99d522;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
}

#middleLeftPane_parish{
     background-color:#f5f7ff;
     border: 1px solid #d0dffc;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
}

#middleLeftPane_school{
     background-color:#f6f4fd;
     border: 1px solid #d0c0fa;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
}

#middleRightPane_family{
     background-color:transparent;
     border: 1px solid #99d522;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
}

#middleRightPane_parish{
     background-color:transparent;
     border: 1px solid #d0dffc;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
}

#middleRightPane_school{
     background-color:transparent;
     border: 1px solid #d0c0fa;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
}


.readingContent_LessonPlanning{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom:50px;
    background-image: url(../themes/site_themes/aic/images/icon_parish.png);
    background-repeat:no-repeat;
	background-position:11px 15px;
}

.fromLessonPlanningTitle{
	padding-top:25px;
	padding-bottom:8px;
	padding-left: 3px;
	text-indent:40px;
	display:inline-block;
	
}

.connectionPane{
	padding-top:4px;
	padding-left: 19px;
	padding-bottom: 10px;
	display:inline-block;
}

.readingContent_inThisWeek{
    margin-top:18px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom:30px;
}



#inThisWeekTitle{
	padding-bottom:5px;
	vertical-align: middle;
}

.inThisWeekTitle{
	padding-top:25px;
	padding-bottom:3px;
	padding-left: 7px;
	text-indent:40px;
	display: inline-block;
}


#socialIcons_parish{
    padding-top: 25px;
    padding-bottom: 35px;
    margin-left: 70px;
    }

#socialIcons_group{
    padding-top: 15px;
    padding-bottom: 36px;
    margin-left: 30px;
    margin-top: 10px;
}

#sellPane{
    padding-top: 15px;
    padding-bottom: 30px;
}

.pageHeader{padding-top:20px;}

.pageHeader2{
margin-bottom: 0px;
padding-bottom: 0px;
padding-top:20px;
}

.book_left{
padding-top: 25px;
}

.mid-section_Blog{
   padding-bottom:0px;
   padding-top: 10px;
   padding-left:12px;
   padding-right: 12px;
}

.mid-section_Blog_Adult{
   padding-bottom:0px;
   padding-top: 0px;
}

.textPanel_unit{
   padding-top: 4px;
}

.rightPanel_blog{
padding-top: 10px;
}

#blog-categories,#blog-visit{
padding-left: 9px;
}

ul.catpanel {  
padding-top: 5px;
padding-left: 0px;
margin-left: 2px;
}

ul.visitpanel{  
padding-top: 5px;
padding-left: 5px;
margin-left: 2px;
}

ul.catpanel li, ul.visitpanel li{ 
list-style-type:none; 
display:inline; 
}	

.visitpanel a{
	display: block;
	width:160px;
	font: bold;
	font-size: 14px;
	background-color:#d6edfa;
	padding: 2px 20px 2px 10px;
	margin-bottom: 3px;
	border-style:solid;
	border-color:#dcdbda; 
    border-width:1px;
	
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;
}	

.catpanel a{
	display: block;
	width:160px;
	font: bold;
	font-size: 14px;
	background-color:white;
	padding: 2px 20px 0px 10px;
	margin-bottom: 3px;
	border-style:solid;
	border-color:#dcdbda; 
    border-width:1px;
	
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;
}	


#blog-feedback{
	display: block;
	width:170px;
	font: bold;
	font-size: 18px;
	background-color:white;
	padding: 10px 10px 10px 10px;
	margin-bottom: 40px;
	margin-left: 10px;
	border-style:solid;
	border-color:#dcdbda; 
    border-width:1px;
	
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;
}

#rightPane_blog{
margin-top: 5px;
}




/*PARISH PROGRAM RESOURCES=============================================*/
ul.leftPanel-items li{
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#resource_items{margin-bottom:0px;}

tr.evenFamily td{
background-color:#edfdcf;
border:none;
padding-top:3px;
padding-bottom:3px;
margin-bottom:0px;
}


tr.evenFamily td{
background-color:#edfdcf;
border:none;
padding-top:3px;
padding-bottom:3px;
margin-bottom:0px;
}

tr.evenParish td{
background-color:#ebeefd;
border:none;
padding-top:3px;
padding-bottom:3px;
margin-bottom:0px;
}


tr.evenParish td{
background-color:#ebeefd;
border:none;
padding-top:3px;
padding-bottom:3px;
margin-bottom:0px;
}

tr.evenSchool td{
background-color:#F6F4FD;
border:none;
padding-top:3px;
padding-bottom:3px;
margin-bottom:0px;
}


tr.evenSchool td{
background-color:#F6F4FD;
border:none;
padding-top:3px;
padding-bottom:3px;
margin-bottom:0px;
}

.cp-select-menu{
margin-bottom: 5px;
margin-top: 5px;
font-weight: normal;
font-size: 14px;
font-size: 0.875em;
color: #919190;
}


tr.odd td{
background-color:transparent;
border:none;
padding-top:3px;
padding-bottom:3px;
margin-bottom:0px;
}

td.res-prev{
	vertical-align: middle;
	text-align: center;
	width: 40px;
	font-size: .775em;
}

td.res-title-cell{
	vertical-align: middle;
	padding-bottom: 0px;
}

td.res_icon{
	vertical-align: middle;
	width:40px;
	padding-right:5px;
	padding-left: 15px;	
}

td.cp-check {
	width: 5px;
	padding-right: 4px;
	padding-left: 4px;
	vertical-align: middle;
}

.topic{
margin-bottom:5px;
margin-top: 10px;
padding-bottom:0px;
}




#leftPane_parish{
background-color:#edfdcf;
padding-left:20px;
padding-top:20px;
list-style: none;
}	


#leftPane_parish{
background-color:#ebeefd;
padding-left:20px;
padding-top:20px;
list-style: none;
}	

#leftPane_school{
background-color:#F6F4FD;
padding-left:20px;
padding-top:20px;
list-style: none;
}


#topnavgames ul {
		padding-top: 20px;
		padding-left: 0px;
		margin: 0px;

}


#topnav ul li{
    list-style: none;
	display: block;
	float: left;
    background-color:#a6a5a5;
	margin-right: 4px;
	font-weight: normal;
	text-align:center;
    padding-left: 25px;
    padding-right: 25px;  
    padding-bottom:4px;
    padding-top:8px;

    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    -khtml-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}




#topnavglossary ul li,
#topnavbuilder ul li,
#topnavgames ul li{
    list-style: none;
	display: block;
	float: left;
    background-color:#a6a5a5;
	margin-right: 2px;
	font-weight: normal;
	text-align:center;
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom:4px;
    padding-top:8px;

    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    -khtml-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


.hairline3p{
	height: 3px; 
	background-color:#585858; 
}

.hairline{
	height: 1px; 
	background-color:#cdcccc; 
	padding-top:0px;
	padding-bottom: 0px;
}



#parishTwoCol_category{padding-bottom:0px;}
 
.marginB20p{margin-bottom:20px;}
 
.midSectionShadeGrey{
     background-color:#eeeeec;
     
     padding-bottom: 10px;
     margin-left: 6px;
     margin-bottom: 20px;
}
 
/*SCHOOL PAGE =========================================================*/


schoolPurple{color:6d3be9;}
.readingLessonPlan_school{
    padding-left:18px;
    padding-right: 18px;
    padding-bottom:30px;
    background-image: url(../themes/site_themes/aic/images/icon_school.png);
    background-repeat:no-repeat;
	background-position:11px 15px;
}

/*FAMILY PAGE ===========================================================*/
.familyGreen{color:#8bc618;}

.readingLessonPlan_family{
    padding-left:18px;
    padding-right: 18px;
    padding-bottom:30px;
    background-image: url(../themes/site_themes/aic/images/icon_family.png);
    background-repeat:no-repeat;
	background-position:11px 15px;
}

/* Interactive Top Menu */

.sublevel {
	position: absolute;
	display: none;
	left: 0;
	width: 100%;
	font-size: 11px;
}

.sublevel ul{
	position: relative;
	z-index: 1200;
	list-style: none;
	float: right;
	color: black;
}

.sublevel li {
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 5px 20px;

}

.sublevel li a{
	margin: 0px;
	color: #fff;
	
}

.sublevel li a:hover{
	color: #fff;	
}


.top-menu li.hover .sublevel {
	display: block;
	z-index: 1500;
}


.top-menu .selected{
	display: block;
}


/*
.top-menu li.selected {
	  border: 1px solid #eedfc2;
	  background-color: #ffffff;
}

.top-menu li.selected a {
	color: #c89535;
}

*/

#parish_sublevel,
#school_sublevel,
#family_sublevel
{
	top: 41px;
}

#parish_sublevel {	
	background-color: #4c78fd;
}

#parish_sublevel li.selected {		
	background-color: #1443f2;
}
.sublevel#parish_sublevel li:hover{
	background-color: #315cfc;	
}


#school_sublevel {	
	background-color: #9975f0;
}
#school_sublevel li.selected {	
	background-color: #6f3ee1;
}

.sublevel#school_sublevel  li:hover{
	background-color: #7a4ce5;	
}

#family_sublevel {	
	background-color: #a8da46;
}

#family_sublevel li.selected{	
	background-color: #8ac544;
}

.sublevel#family_sublevel  li:hover{
	background-color: #b3e94a;	
}


/* slider osv specific */
.slider-button {
	position: absolute;
	top: 75%;
	left: 20%;
	color: black;
	background-color: white;
	padding: 5px 20px;
	opacity: .7;
	border: 2px solid darkgrey;	
}



/* added by alex on wednesday */
/* Program resources */

.res-section{margin-bottom: 40px;}


#topnav li.selected,
#topnavgames li.selected,
#topnavglossary li.selected,
#topnavbuilder li.selected {
	background-color: #585858;
}



/* lesson planning */
.box-60-center{
	width:60%; margin-left:auto; margin-right:auto;
}
.box-80-center{
	width:80%; margin-left:auto; margin-right:auto;
}

#lpMembers {
	margin-bottom: 40px;
}


/* utility classes */

.botborder {border-bottom: 1px solid silver;}

.topic-wborder{
margin-bottom:1px;
margin-top: 10px;
padding-bottom:5px;
border-bottom: 1px solid silver;
}


.gloss-menu ul{
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
	
}



.gloss-menu ul li{
    float: left;
    width: 25px;
    background-color: #e3eaff;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;  
}

.gloss-menu ul li:hover{
     color:#ffffff;
     background-color:#bfcffe;
}
     
 .gloss-menu ul li a:hover{color:#ffffff;}
     
     
.btn_glossary_letter{
   width: auto;
   display: block; 
}




.lp-calendar {
	color:#808181;
	margin-bottom: 15px;
}

.filter-menu {
    background-color: #ececec; 
	color:#50504F;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top: 25px;
	border:1px solid #d2d2d2;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
}


.lesson-planning-container label,
.res-section label,
.filter-menu label {
	display:inline;
	margin-left: 5px;

}

.filter-menu ul{
	list-style: none;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
}

ul.cm-menulist {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
}


ul.cm-menulist > li.cm-selected {margin:3px;}


ul.cm-menulist li > a{
	display: block;
	padding-left:20px;
}

li.cm-selected > a {
	display: block;
	padding-left: 20px;
    background-color: #f3d378;
    color:#50504f;
    border:1px solid #e8e6e6;
	
}

li.cm-selected > a:hover {
    color:black;
    background-color: #bcceff;	
}



/* submenu */
ul.cm-menulist li > ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.cm-menulist > li ul a
{

	display: block;
	width: 96%;
	margin-left:8px;
	
}

ul.cm-menulist li.cs-selected {
    background-color: #f3d378; 
	border:1px solid #e8e6e6;
	margin-left:15px;
	margin-top: 3px;
	margin-bottom: 3px;
}

ul.cm-menulist li.cs-selected > a{
    color:#50504f;
	padding-left: 20px; 
	display: block;	
}




ul.cm-menulist li.cs-selected:hover {
    color:#fff;
    background-color: #bcceff;
}

ul.cm-menulist li.cs-notselected > a{
    color:#50504f;
	display: block;	
}

ul.cm-menulist li.cs-notselected-sub > a {
    color:#50504f;
	display: block;	
	margin-left: 8px;
}
ul.cm-menulist li.cs-notselected {
    background-color: #e3eaff; 
	border:1px solid #e8e6e6;
	color:#50504f;
	margin: 3px;
}

ul.cm-menulist li.cs-notselected-sub{
    background-color: #e3eaff; 
	border:1px solid #e8e6e6;
	color:#50504f;
	margin-left: 15px;
	margin-top:3px;
	margin-bottom:3px;
}


ul.cm-menulist li.cs-notselected:hover,
ul.cm-menulist li.cs-notselected-sub:hover {
    color:black;
    background-color: #bcceff;
}

/* side bar lesson planning */
.sidebar-box{
	background-color:#faf7ee;
	border:1px solid #F6E5B6;
	color:#50504F;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top: 25px;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
}

.labelSmall{
font-size: 14px;
display:inline;
font-weight: normal;
padding-left: 5px;
}

.checkSquare{padding-right:5px;}

.loginPanel{
     background-color: white;
     border: 1px solid #d3d3d2;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
     padding-top: 20px;
     padding-bottom: 30px;
}



.btn_submit{
	background-color: #eaeffd;
	padding-left: 30px;
	padding-right: 30px;
	color:#737373;
	font-size: 14px;
	font-weight: bold;
    border: 2px solid #d3d3d2;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     -khtml-border-radius: 12px;
}

.btn_submit:hover{
background-color: #fdb557;
color: #fff;
}

.btn_submit-hearYou{
	background-color: #eaeffd;
	padding-left: 12px;
	padding-right: 12px;
	color:#737373;
	font-size: 14px;
	font-weight: bold;
    border: 2px solid #d3d3d2;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     -khtml-border-radius: 12px;
}

.btn_submit-hearYou:hover{
background-color: #fdb557;
color: #fff;
}


#lp-progress {
	padding-top: 10px;
}


.ui-datepicker-title{color:#808181;}

.ui-datepicker-week-end{
color:#808181;
font-size: 14px;
}

.chapterUnit{
margin-top: 8px;
}

#login{
margin-bottom: 50px;
}

.p-tabs{
height:20px;
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
margin-top: 0px;
}


/* SocialBarStyling - SIMON */

#linkbar-container, .mediabar {
    height: 32px;
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#sociallinks ul li {
padding: 0px;
margin: 0px;
}

#sociallinks #lb-osv {
    padding: 0px;
    margin: 0px;
    margin-right: 190px;
}


#sociallinks #lb-facebook,
#sociallinks #lb-twitter,
#sociallinks #lb-pintrest,
#sociallinks #lb-youtube,
#sociallinks #lb-vimeo,
#sociallinks #lb-rss,
#sociallinks #lb-sites
 {
padding: 0px;
margin-top: 2px;
margin-left: 2px;
display: block;
border: 1px solid #9e9d9d;
background-image: url(//aliveinchrist.osv.com/themes/site_themes/aic/images/top_social.png);
height: 28px;
width: 28px;
background-repeat:no-repeat;
text-indent:-9999px;
}

#sociallinks #lb-facebook {
background-position:0px 0px;
}
#sociallinks #lb-twitter {
background-position:-28px 0px;
}

#sociallinks #lb-pintrest {
background-position:-56px 0px;
}

#sociallinks #lb-youtube {
background-position:-84px 0px;
}

#sociallinks #lb-vimeo {
background-position:-112px 0px;
}

#sociallinks #lb-rss {
background-position:-140px 0px;
}

#sociallinks #lb-sites {
text-indent:-55px;
line-height: 29px;
background-position:-168px 0px;
}

#sociallinks .sites {
    float: right;
}

/* Desktop layout adjustments */
#sociallinks ul {
    position: relative;
    height: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#sociallinks #lb-osv {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#sociallinks .sites {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


#sociallinks #lb-facebook:hover{
background-position:0px -28px;
border: 1px solid #c0c0c0;
}
#sociallinks #lb-twitter:hover{
background-position:-28px -28px;
border: 1px solid #c0c0c0;
}
#sociallinks #lb-pintrest:hover{
background-position:-56px -28px;
border: 1px solid #c0c0c0;
}
#sociallinks #lb-youtube:hover{
background-position:-84px -28px;
border: 1px solid #c0c0c0;
}
#sociallinks #lb-vimeo:hover{
background-position:-112px -28px;
border: 1px solid #c0c0c0;
}
#sociallinks #lb-rss:hover{
background-position:-140px -28px;
border: 1px solid #c0c0c0;
}
#sociallinks #lb-sites:hover{
background-position:-168px -28px;
border: 1px solid #c0c0c0;
}

/* END - SocialBarStyling - SIMON */

/* START - SocialPageModule - SIMON 


#Social-container {
width: 300px;
height: 170px;
margin-top: 10px;
margin-bottom: 10px;
border-top: 1px solid #c0c0c0;
border-bottom: 1px solid #c0c0c0;
}

#PageSocialLinks {
height: 48px;
width: 144px;
padding-top: 25px;
margin-left: auto;
margin-right: auto;
}

*/

#PageSocialLinks {
width: 144px;
}

#PageSocialLinks ul {
padding: 0px;
margin: 0px;
}


#PageSocialLinks li {
list-style-type: none;
}


#PageSocialLinks #pg-facebook,
#PageSocialLinks #pg-twitter,
#PageSocialLinks #pg-pintrest,
#PageSocialLinks #pg-youtube,
#PageSocialLinks #pg-vimeo,
#PageSocialLinks #pg-rss
{
display: block;
background-image: url(../themes/site_themes/osvc/images/Social_Page_Icons.png);
height: 48px;
width: 48px;
background-repeat:no-repeat;
float: left;
text-indent:-9999px;
}

#PageSocialLinks #pg-facebook {
background-position:0px 0px;
}
#PageSocialLinks #pg-twitter {
background-position:-48px 0px;
}
#PageSocialLinks #pg-pintrest {
background-position:-96px 0px;
}
#PageSocialLinks #pg-youtube {
background-position:-144px 0px;
}
#PageSocialLinks #pg-vimeo {
background-position:-192px 0px;
}
#PageSocialLinks #pg-rss {
background-position:-240px 0px;
}

#PageSocialLinks #pg-facebook:hover{
background-position:0px -48px;
}
#PageSocialLinks #pg-twitter:hover{
background-position:-48px -48px;
}
#PageSocialLinks #pg-pintrest:hover{
background-position:-96px -48px;
}
#PageSocialLinks #pg-youtube:hover{
background-position:-144px -48px;
}
#PageSocialLinks #pg-vimeo:hover{
background-position:-192px -48px;
}
#PageSocialLinks #pg-rss:hover{
background-position:-240px -48px;
}

.temp-marker {
background-color: orange;
}

/* END - SocialPageModule - SIMON */


/* START - Games Listing - SIMON */


#Games-container {
min-height: 600px;
margin-top: 10px;
margin-bottom: 10px;
}

#GamesLinks {
width: 100%;
margin-left: auto;
margin-right: auto;
background-color: red;
}


#GamesLinks ul {
padding: 0px;
margin: 0px;
}


#GamesLinks  li {
list-style-type: none;
display: block;
}

.GL {
display: block;
float: left;
padding: 10px;
max-width: 293px;
line-height: 15px;
margin-bottom: 10px;
}



/* END - Games Listing - SIMON */



/* START - Login Registration - SIMON */



.loginHeader {
			color:#83a2ff;
			font-size: 24px;
			margin-top: 20px;
			margin-bottom: 20px;
			font-family: "myriad-pro","myriad pro", sans-serif;
						
}			

.loginPanel
  {
			color:#83a2ff;
			font-size: 14px;
			padding-bottom: 10px;
			font-weight: normal;

}



.loginPanel p{

			padding: 0px;
			margin: 0px;
			margin-bottom: 20px;
			color: gray;
			font-size: 13px;
			line-height: 15px;
}

.loginPanel ul li label,
#lp-userinfo ul li label {
	font-weight: normal;
	font-size: 13px;
}


.error {
	color: orange;
	font-weight: normal;


}

.lpright {
background-image: url(../themes/site_themes/aic/images/lpright.png);
display: block;
height: 462px;
width: 220px;

}

/* END - Login Registration - SIMON */



/* START - POPUP - SIMON */


#overlay {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}


#pv-page h3 {margin-top:10px;}

#pv-page h4 {
 font-size: 18px;
}

#pv-page p {	
  margin-bottom: 12px;
  margin-top:5px;
  font-size: 14px;
  font-size: 0.875em;	
	
}

#pv-container p {	
	text-align: center;
	padding-top: 10px;
}


/* END - POPUP  - SIMON */

/* eAccessment  - SANG */
#assessmentContent{
 background-image: url(../themes/site_themes/aic/images/int_bg_blue.png);
 background-repeat: no-repeat;
 background-position: 0 0;
 height:576px;
 width:768px;
 margin-left: auto;
 margin-right:auto;
 margin-bottom: 20px;
}

#assessmentHeader{
background-color: black;
height:38px;
}

.int_head{
color:white;
font-family: "Myriad Pro", sans-serif;
font-size: 1.3em;
font-weight: 200;
float: left;
display: inline;
margin-top: 11px;
margin-left: 15px;
}

.grade_chapter{
color:#83ccde;
font-family: "Myriad Pro", sans-serif;
font-size: 1.25em;
font-style: normal;
font-weight:100;
float: left;
display: inline;
margin-top: 11px;
margin-left: 15px;
}

.exerciseFrame{
     border: 4px solid #325f6b;
     -moz-border-radius: 0px;
     -webkit-border-radius: 0px;
     -khtml-border-radius: 0px;
     border-radius: 0px;
     height: 534px;
}

.qNoArea{
	height:68px;
	padding-left: 60px;
	padding-left: 60px;
}

.qArea{
	vertical-align:middle; 
	display: block;
	clear: right	
}

ul.qNo li{
	list-style-type: none;
	display: block;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 20px;
}

ul.qNo li >a{
	font-family: "Myriad Pro", sans-serif;
	font-size: 1.8em;
	font-style: normal;
	color:#ff8400;
}

.Q{
	font-size: 5.5em;
	padding-top: 20px; 
	padding-left: 30px;
	width:70px;
	display:inline-block; 
	float:left; 
	color:#31abc7;
}

.questionPanel{
	 width:548px;
     min-height:50px;
      border: 2px solid #cbe7ef;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     -khtml-border-radius: 10px;
     border-radius: 10px;
     background-color: #cbe7ef;
     margin-left: auto;
     margin-right:auto; 
     margin-bottom: 8px;  
     padding-left:15px;
     padding-right: 15px;
     padding-bottom: 8px;
     padding-top: 8px;
     color:#0b6175; 
     font-size: 1em;
     background:#cbe7ef; /* fallback for browser that not support rgba */
	 background: rgba(255,255,255, .5); /* Works on all modern browsers */
	 display:block;
     float:left; 
     clear: right;
}


.answer{ 
     margin-left: 42px;
     display:block;
     float: left;
     clear:both;
     margin-top: 2px;
}

.answerPanel{
	 width:493px;
     height:40px;
	 margin-left: auto;
     margin-right:auto; 
     padding-left:20px;
     padding-right:20px;
     padding-top: 6px;
     padding-bottom: 10px;
     border: 2px solid #cbe7ef;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     -khtml-border-radius: 10px;
     border-radius: 10px;
     background:#cbe7ef; /* fallback for browser that not support rgba */
	 background: rgba(255,255,255, .5); /* Works on all modern browsers */
	 display:block; 
     float:left; 
}

.answerPanel:hover{background:#95d347;}

.answerPanel:active{
     border: 2px solid #fff;

}

a.answerPanel{color:#549a1f;}

a.answerPanel:hover{color:#fff;}


ul.answers {
	display: block;
}

ul.answers li{
    font-size: 1em;
	list-style-type: none;
	display: block;
	float:left;
	padding-left: 15px;
	padding-right: 0px;
	margin-left: auto;
	margin-right:auto;
	width:22px;
}

ul.answes li >a{
	font-family: "Myriad Pro", sans-serif;
	font-size: .938em;
	font-style: normal;
	color:#31abc7;
}

.answerLetter{	
	font-size: 2.5em;
	vertical-align:middle; 
	line-height:50px;
	color:#31abc7;
	background: transparent;
	border: 0px;
}

a.answerLetter{color:#31abc7;}

a.answerLetter:hover{color:#95d347;}

.eassessment_btnNext{
	 background-image: url(../themes/site_themes/aic/images/btn_eassessment_next.png);
	 width:171px;
	 height:38px;
	 background-repeat: no-repeat;
	 background-position: 0 0px;
	 float:right;
	 display: block;
	 margin-right: 24px;
	 margin-top:50px;
}

.eassessment_btnNext:hover{
	 background-position: 0 -38px;
}

.eassessment_btnNext:active{
	 background-position: 0 -76px;
}


/* END eAccessment  - SANG */

/* blog_articles additional  - SANG */
ul.blogitem{
	display:block;
	float:left;
	clear: left;
}

ul.blogitem_article{
	display:block;
	float:left;
	clear: left;
	min-height: 195px;
	}


/* END blog_articles additional - SANG */


/* glossary additional  - SANG */

.gloss-term p{
	display: inline;
	padding-left: 5px;
}
.gloss-term {
    float: left;    
    margin-left: 10px;
    margin-top: 5px;
    width: 90%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


.gloss-icon {
    text-align: center;
    float: left;    
    margin: 5px;
}

#topnavgloss ul li{

    list-style: none;
	display: block;
	float: left;
    background-color:#a6a5a5;
	margin-right: 2px;
	font-weight: normal;
	text-align:center;
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom:4px;
    padding-top:8px;

    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    -khtml-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

ul#topnavgloss li a
{
    list-style: none;
	display: block;
	float: left;
    background-color:#a6a5a5;
	margin-right: 4px;
	font-weight: normal;
	text-align:center;
    padding-left: 25px;
    padding-right: 25px;  
    padding-bottom:4px;
    padding-top:8px;

    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    -khtml-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}






/*
.glossaryFrame{
     border: 1px solid silver;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
     margin-top: 20px;
     padding-top: 5px;
     padding-left: 15px;
     padding-right: 15px;
     padding-bottom: 2px;
     min-height: 350px;
     background-color: #fefdfa;
}
*/

.selectLetter{
     border: 1px solid silver;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
     margin-top: 20px;
     padding-top: 5px;
     padding-left: 15px;
     padding-right: 15px;
     padding-bottom: 2px;
     min-height: 150px; 
}


/* END glossary additional - SANG */



/* START  Builder - SIMON - IN PROGRESS */

#topnavbuilder ul {
		padding-top: 0px;
		padding-left: 0px;
		margin: 0px;
}

.buildercontainer {
min-height: 700px;
}
	
.b-tabs{
height:28px;
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
margin-top: 0px;
font-size: 13px;
width: 74px;
line-height: 12px;
}

#buildcounter .mc,
#topnavbuilder .mc {
border-bottom: 6px solid #ff0000;
}
#buildcounter .ma,
#topnavbuilder .ma {
border-bottom: 6px solid #ffe000;
}
#buildcounter .la,
#topnavbuilder .la {
border-bottom: 6px solid #5aff00;
}
#buildcounter .fb,
#topnavbuilder .fb {
border-bottom: 6px solid #0060ff;
}


.questionpanel {
min-height: 400px;
/*
overflow: scroll;
overflow: auto;
*/
border-top: 2px solid silver;
border-bottom: 1px solid silver;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 15px;
}

.selects {
font-size: 12px;
padding-bottom: 5px;
padding-top: 3px;
}

.selects span {
	color: silver;
}


.questionblock_mc,
.questionblock_ma,
.questionblock_la,
.questionblock_fb {
background-color: #fff;
border: 1px solid silver;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
display: block;
float: right;
padding: 0px;
margin-right: 4px;
width: 90%;
margin-bottom: 3px;
}



.questionblock_mc p,
.questionblock_ma p,
.questionblock_la p,
.questionblock_fb p {
line-height:12px;
padding-left: 5px;
padding-right: 5px;
font-weight: normal;
color: black;
}

.buildquestion input {
margin: 0px;
padding: 0px;
margin-left:8px;
margin-top: 3px;

}


.buildrank {
width: 20px;
display: block;
float: left;
font-size: 12px;
border: 1px solid silver;
background-color: #fff;
}


.builderheader {
			color:#83a2ff;
			font-size: 18px;
			margin-top: 0px;
			margin-bottom: 12px;
			padding: 0px;
			font-family: "myriad-pro","myriad pro", sans-serif;
						
}	

#buildcounter ul{
	padding: 0px;
	margin: 0px;
}

#buildcounter li{

    list-style: none;
	display: block;
	float: left;
	text-align:center;
    font-size: 14px;
	padding-top: 2px;
	margin: 0px;
    width:  26px;
    height: 20px;
    margin-bottom: 14px;
    margin-top: 4px;
    margin-right: 2px;
    color: #a6a5a5;
}


#buildcounter .to{

    list-style: none;
	display: block;
	float: left;
	text-align:left;
    font-size: 14px;
	padding-top: 2px;
	padding-left: 10px;
    margin-bottom: 11px;
    margin-top: 4px;
    margin-right: 2px;
    color: #a6a5a5;
    width: 60px;
}


.questionblock_mc {
background-color: #ffd9d9;
}
.questionblock_ma {
background-color: #fff6d9;
}
.questionblock_la {
background-color: #ebffd9;
}
.questionblock_fb {
background-color: #d9e7ff;
}

.builderadd{
	 width:90px;
	 height:90px;

	text-align: center;
	 margin-top: 76px;
	 padding: 0px;	
	 font-size: 11px; 
	 margin-left: 10px;
	 }

.builderadd span{	
	 font-size: 50px; 
	 line-height: 35px;
	 color: #fff;
	 }


/* END Builder - SIMON - IN PROGRESS  #eaeffd */





.sitesgroup {
border-bottom: 1px solid silver;
margin-bottom: 10px;
}


.sitesgroup h3{
color: #83a2ff;
font-size: 20px;
padding-top: 10px;
padding-bottom: 0px;
margin-bottom: 0px;
}

.sitespage h2{
color: #83a2ff;
font-size: 24px;
}

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

.sitesgroup {
  font-size: 13px;
}

/* END Sites Page - SIMON */

/* TERM OF USE - SANG*/
#term_of_use{
margin-top: 0px;
}
#static ul li{
color: #737373;
}

h2.termHeader{
  font-size: 1.250em;
  font-size: 20px:
  color:#79797a;
}

#static h2{
  font-size: 1.188em;
  font-size: 19px;
  color:#79797a;
}


/* TERM OF USE - SANG*/


/* START SHARE SOCIAL - SIMON */
#ShareSocialLinks {
width: 360px;
}


#ShareSocialLinks ul {
padding: 0px;
margin: 0px;
}


#ShareSocialLinks li {
list-style-type: none;
}


#ShareSocialLinks #sh-facebook,
#ShareSocialLinks #sh-twitter,
#ShareSocialLinks #sh-email,
#ShareSocialLinks #sh-signup
{
display: block;
background-image: url(../themes/site_themes/aic/images/Social_Share_Icons.png);
height: 35px;
width: 90px;
background-repeat:no-repeat;
float: left;
text-indent:-9999px;
}

#ShareSocialLinks #sh-facebook {
background-position:0px 0px;
}
#ShareSocialLinks #sh-twitter {
background-position:-90px 0px;
}
#ShareSocialLinks #sh-email {
background-position:-180px 0px;
}
#ShareSocialLinks #sh-signup {
background-position:-270px 0px;
}



#ShareSocialLinks #sh-facebook:hover{
background-position:0px -35px;
}
#ShareSocialLinks #sh-twitter:hover{
background-position:-90px -35px;
}
#ShareSocialLinks #sh-email:hover{
background-position:-180px -35px;
}
#ShareSocialLinks #sh-signup:hover{
background-position:-270px -35px;
}




/* END SHARE SOCIAL - SIMON */

/* START FOOTER SITES LIST - SIMON */

.sites-list 
 {
    margin: 0;
    padding: 0;
    font-family: "myriad-pro","myriad pro", sans-serif;
    font-size: 12px;
    padding-top: 15px; 
}

.sites-list a{
    font-size: 14px;
}



.sites-list li {
    list-style-type: none;  
}

.sites-list li a:hover,
.sites-list li a:visited:hover {
    color: #8f101c;
    text-decoration: underline;
}

.sites-list li a:link,
.sites-list li a:visited {
    color: #8f101c;
}

#footerB-Right-Pane .footer-disclaim {
    font-family: "myriad-pro","myriad pro", sans-serif;
    font-size: 12px;
    padding-top: 10px;
}

/*  END FOOTER SITES LIST - SIMON */

/* More - Sang*/
h2.selectDownload{color:#79797a;}
.cp-sect-head{
margin-bottom: 40px;
}

.cp-media-files{
margin-top: 40px;
}



.lp-btn{
	width:250px;
	background-color: #eaeffd;
	padding-left: 30px;
	padding-right: 30px;
	color:#737373;
	font-size: 14px;
	font-weight: bold;
    border: 2px solid #d3d3d2;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     -khtml-border-radius: 12px;
}

.lp-btn:hover{
background-color: #fdb557;
color: #fff;
}

.cp-dl-item{
display:block;
vertical-align: top;
}

/*
#ShareSocialLinks2{
width:200px;
margin-left: 260px;
list-style: none;
}
*/



ul #sh-facebook li,
ul #sh-twitter li 
{
display: block;
float:left;
list-style: none;
}


#ShareSocialLinks2 #sh-facebook,
#ShareSocialLinks2 #sh-twitter 
{
display:block;
background-image: url(../themes/site_themes/aic/images/Social_Share_Icons.png);
height: 35px;
width: 90px;
background-repeat:no-repeat;
text-indent:-9999px;
float: right;
}

#ShareSocialLinks2 #sh-facebook {
	background-position:0px 0px;
}
#ShareSocialLinks2 #sh-twitter {
	background-position:-90px 0px;
}

#ShareSocialLinks2 #sh-facebook:hover,
#ShareSocialLinks2 #sh-facebook:visited:hover{
	background-position:0px -35px;
}
#ShareSocialLinks2 #sh-twitter:hover,
#ShareSocialLinks2 #sh-twitter:visited:hover{
	background-position:-90px -35px;
}
#ShareSocialLink2{
	margin-top: 0px;
	padding-top: 0px;
}

.marginB0px{
margin-bottom: 0px;
}
.moreMarginB{
margin-bottom: 24px;
}

/* Canvas Image Sang*/
.fs-title{
  font-family:  "minion-pro", sans-serif;
  font-size: 50px;
  font-size: 5.0rem; 
  font-style: italic;
    position:absolute;
    top:85px; /* in conjunction with left property, decides the text position */
    left:85px;
    width:480px; /* optional, though better have one */
    color:#fff;
    line-height: 6.9rem;
    line-height: 69px;
}

.fs-caption{
  font-family:  "myriad-pro", sans-serif;
  font-size: 18px;
  font-size: 1.8rem; 
  line-height: 20px;
    position:absolute;
    height:inherit;
    top:145px; /* in conjunction with left property, decides the text position */
    left:140px;
    width:280px; /* optional, though better have one */
    height:300px;
    color:#fff;
}


.fs-button, .fs-button:visited{
	background-color: #fff;
	opacity: 0.7;
	padding-left: 50px;
	padding-right: 50px;
	color:#000;
	font-size: 14px;
	font-weight: bold;
    border: 2px solid #d3d3d2;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     -khtml-border-radius: 12px;   
    position:absolute;

    top:270px; /* in conjunction with left property, decides the text position */
    left:160px;
}

.fs-button:hover, .fs-button:visited:hover{
	color:#fff;
	background-color: #fdb557;
	opacity: 1;
}

.text_shadow {
  text-shadow: 1px 2px 2px #9b9696;
}

.text_shadow_sml {
  text-shadow:1px 2px 2px #9b9696;
}



/*  USER NAME - SIMON */

#sociallinks #lb-user {
padding-left: 100px;
padding-top: 9px;
}


#sociallinks #lb-logout {
padding-left: 5px;
padding-top: 9px;
}

#sociallinks #lb-logout a{
font-weight: normal;
color: #aaa99c;
}


#sociallinks #lb-logout a:hover,
#sociallinks #lb-logout a:visited:hover {
    color: #fdac42;
}

/*  END USER NAME - SIMON */




/* START Marketing Page - SIMON */

#topRowContent .logotag p,
#marketingpage, 
#ContentPane, 
#letterpopup p {
    font-family: "myriad-pro","myriad pro", sans-serif;
}

#marketingpage h2,
#marketingpage span{
color: #013372;
}

#topRowContent .aiclogo {
    margin-top: 12px;
    float: left;
    padding-right: 10px;
    
}

#topRowContent .logotag{
 float: left;
}


#topRowContent .osvtoplogo{
 margin-top: 12px;
 float: right;
 display: inline;
}



#markvid {
margin-bottom:20px;
padding-left: 60px;
}

#marketingletter {
padding: 20px;
border: 1px solid #d3d3d2;
margin-bottom: 25px;
}
    
.markquote{
font-style: italic;
font-size: 18px;
margin-bottom: 20px;
padding-top: 15px;
float: right;
}

.markquote span{
font-size: 12px;
}

#marketPane .dkGrey {
padding-top: 15px;
}

.gregimage {
float: right;
}

.letterlogo {
float: left;
}

.aic {
font-weight: bold;
color: #79797a;
}

#marketPaneRight {
height: 600px;
float: right;
}

#markbullets ul{
padding: 0px;
margin-top: 25px;
margin-bottom: 40px;
padding-right: 35px;
}


#markbullets li{
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
    color:#9c9b9b;
    margin: 0px;
    list-style-image:url(../themes/site_themes/aic/images/markbullet.gif);
}

.markbox {

border: 1px solid #d3d3d2;
margin-bottom: 30px;
margin-top: 30px;
box-shadow: 2px 5px 8px #d3d3d2;
padding-top:10px;
padding-bottom: 25px;
background-color: #cfeff3;
}
.markbox1 {
padding-bottom: 25px;
}
.markbox1 img{
margin-top: 20px;
padding-left:9px;

}

.markbox img{
margin-top: 5px;

}

.markbox .btn_signup,
.markbox1 .btn_signup {
width: 207px;
height: 40px;
margin-left: 5px;
padding: 0px;
font-size: 12px;
color: #fff;
background-color: #215ea0;
}


.markbox .btn_signup:hover,
.markbox1 .btn_signup:hover {
background-color: #fdb557;
color: #fff;
}


.markbox a{
text-align: center;
margin-left: 5px;
padding-left: 12px;
padding-right: 12px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 14px;
font-weight: bold;
color: #fff;
background-color: #215ea0;
border: 2px solid #d3d3d2;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
-khtml-border-radius: 12px;
}

.markbox a:hover{
background-color: #fdb557;
color: #fff;
}


.markbox1 p{
font-style: italic;
font-size: 13px;
line-height: 13px;
margin-bottom: 15px;
padding-left: 10px;
}


/* END Marketing Page - SIMON */







/* CURRICULUM LANDING - SIMON */

/* CURRICULUM LANDING - SIMON */

/* CURRICULUM LANDING - SIMON */



p, span, a{
font-family: "myriad-pro","myriad pro", sans-serif;
font-size: 16px;
line-height: 18px;
color: #737373;
}

h1, h2, h3, h4, h5{
font-family:  "minion-pro", "minion pro", sans-serif;
font-size: 35px;
color: #ff9000;
margin-bottom: 0px;
}


h2{
color: #80afaf;
font-size: 33px;
}

h3{
color: #363636;
font-size: 22px;
}



#textintro {
	background: transparent url(../themes/site_themes/osvc/images/shadow.jpg) no-repeat;
	background-position: bottom;
	padding-bottom: 50px;
}

.introblock {
	max-width: 740px;
	margin: auto;
}

.textblocks p{
font-family: "myriad-pro","myriad pro", sans-serif;
font-size: 16px;
line-height: 18px;
color: #737373;
}


.mainproduct {
	background-color: #fff;
	min-height: 250px;
	padding-top: 15px;
}

.productimage {
	display: inline;
	margin-left: 95px;
	float: left;
	padding-right: 50px;
}


.productblock {
	display: inline;
	padding-top: 20px;
	float: left;
}

.mainproductalt {
	background-color: #f3f6f6;
	min-height: 250px;
	padding-top: 15px;
}

.productimagealt {
	display: inline;
	margin-left: 50px;
}

.productblockalt {
	max-width: 400px;
	float: left;
	display: inline;
	margin-left: 95px;
	padding-top: 20px;
}

#curriculumpage a
{
	font-family:  "minion-pro", "minion pro", sans-serif;
	color: #4d94c9;
	font-size: 18px;
}


#curriculumpage a:hover{
color: #fdb557;
}




.productblock p,
.productblockalt p{
	padding-bottom: 25px;
	padding-top: 5px;
	max-width: 420px;	
}

/* MID LIST */


#mid_section ul {
padding: 0px;
margin: 0px;
list-style: none;
margin-top: 20px;
margin-bottom: 20px;
}

#mid_section ul li {
display: block;
margin: 0px;
background: transparent url(../themes/site_themes/osvc/images/mid_section_bk.gif) no-repeat;
width: 480px;
height: 140px;
float: left;
}

#mid_section ul .right {
background: transparent url(/themes/site_themes/osvc/images/mid_section_right_bk.gif) no-repeat;
}


#mid_section ul li img{
float: left;
padding-left: 40px;
padding-right: 15px;
padding-top: 12px;
}

#mid_section p {
font-size: 14px;
line-height: 16px;
margin-bottom: 15px;
margin-top: 5px;
}

#mid_section a {
font-size: 16px;
}

#mid_section h3 {
padding-top: 15px;
}

/* LOW LIST */

#low_section {
margin-top: 20px;
}


#low_section ul {
padding: 0px;
margin: 0px;
list-style: none;
margin-top: 20px;
margin-bottom: 20px;
}

#low_section ul li {
display: block;
margin: 0px;
width: 319px;
height: 120px;
float: left;
border-right: 1px solid #cccccc;
}

#low_section ul .right {
border-right: none;
}

#low_section ul li img{
float: left;
padding-left: 15px;
padding-right: 10px;
padding-top: 15px;
padding-bottom: 40px;
}

#low_section p {
font-size: 12px;
line-height: 14px;
margin-bottom: 5px;
margin-top: 5px;
margin-right: 15px;
}

#low_section a {
font-size: 16px;
}

#low_section h3 {
padding-top: 12px;
font-size: 19px;
}



#categoryhead {
width: 960px;
height: 50px;
background-color: #a1abaa;
margin-top: 60px;
}

#categoryhead h3{
color: #5f7171;
font-size: 22px;
padding-top: 13px;
padding-left: 15px;
}

#categories {
background-color: #7d8a8a;
}

#categories ul{
list-style: none;
padding-bottom: 25px;
width: 220px;
margin-top: 20px;
padding-left: 0px;
margin-left: 0px;
}

#categories .underline{
border-bottom: 1px solid #97a1a1;
}

#categories ul li{

margin: 0px;
padding: 0px;
padding-left: 10px;
line-height: 10px;
padding-bottom: 6px;

}

#categories p,
#categories a,
#categories h1{
font-family: "myriad-pro","myriad pro", sans-serif;
}

#categories h1{
font-size: 15px;
color: #fff;
font-weight: bold;
padding-left: 10px;
padding-bottom: 7px;
}

#categories a{
color: #e5e8e8;
font-size: 12px;
line-height: 12px;
padding: 0px;
margin: 0px;
}

#categories h2{
color: #b1b9b9;
font-size: 14px;
line-height: 14px;
font-family: "myriad-pro","myriad pro", sans-serif;
font-weight: bold;
padding-top: 6px;
}

#categories a: hover{
color: #fff;
}


#view_cat {
float: right;
padding-right: 10px;
}

#view_cat a{
background-color: #aec1c1;
font-family: "myriad-pro","myriad pro", sans-serif;
padding-left: 20px;
padding-right: 20px;
padding-top: 4px;
padding-bottom: 2px;
color: white;
font-size: 12px;
font-weight: bold;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
-khtml-border-radius: 12px;

}

#view_cat a:hover{
background-color: #fdb557;
color: #fff;
}


#topRowContent h2 {
padding-top: 20px;
font-size: 32px;
line-height: 26px;
padding-bottom: 0px;
margin-bottom: 0px;
display: block;
}

#topRowContent p {
font-size: 14px;
display: block;
}

.course a{
display: block;
}

#loginlink {

padding-top: 20px;
}

.bridge h3{
color: #80afaf;
font-size: 22px;
line-height: 22px;
width: 550px;
}

.bridge p{
font-size: 14px;
padding-bottom: 20px;
}

.bridge {
padding-bottom: 40px;
}


.bridgeintro p,
.introblock p,
.bridgeintro span,
.introblock span {
	font-family:  "minion-pro", "minion pro", sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #5b5b5b;
}

.bridgeintro span,
.introblock span{
	font-weight: bold;
	color: #4b4b4b;
}


.bridgeintro p{
	font-size: 19px;
	line-height: 22px;
	color: #737373;
}

.bridgeintro span{
	font-size: 19px;
	line-height: 22px;
	color: #5b5b5b;
}


#bridge_but {
padding-bottom: 10px;
padding-left: 15px;
}

#bridge_but a{
	background-color: #aec1c1;
	font-family: "myriad-pro","myriad pro", sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	/* margin-bottom: 5px; */
	color: white;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	display: inline-block;
	
}

#bridge_but a:hover{
background-color: #fdb557;
color: #fff;
}


#links h3{
font-size: 18px;
padding-bottom: 20px;
}


#bridge_logo{
float: right;
}

.logotag p {
padding-bottom: 10px;
margin: 0px;
}

#prod_four img {
padding-left: 50px;
}


#PageSocialLinks ul {
width: 300px;
float: left;
padding-left: 20px;
padding-top: 10px;
}
#PageSocialLinks ul li{
display: block;
margin: 0px;
padding: 0px;
float: left;
width: 48px;
height: 50px;
border-right: none;
}

#banner {
padding-top: 30px;
}


.sitespage a {
  text-decoration: none;
  color: #4faee5;
  font-size: 13px;
}
.sitespage a:visited {
  color: #4faee5;
}
.sitespage a:visited:hover {
  color: #fdac42;
}
.sitespage a:hover {
  text-decoration: none;
  color:  #fdac42;
}
.sitespage a:focus {
  outline: thin dotted;
  color: #000000;
}
.sitespage a:hover,
.sitespage a:active {
  outline: 0;
}
.sitespage p {
font-size: 13px;
}
.sitespage h3 a{
font-family:  "minion-pro", "minion pro", sans-serif;
font-size: 20px;
color: #83a2ff;
margin-bottom: 0px;
}


/* SALES REPS - SIMON */

.sales-member {
background-color: #e2e2e2;
width: 45%;
padding: 10px;
margin-bottom: 20px;
margin-right: 20px;
float: left;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.sm-avatar {
float:  left;
margin-right: 25px;
margin-left: 10px;
}

.sm-vcard {
float: left;
color: #4D94C9;
}

.sm-vcard span{
font-size: 13px;
}

span.sm-title {
font-size: 15px;
font-weight: bold;
color: #2d2d2d;
}

span.sm-fn {
font-size: 15px;
}

.sm-tel {
font-size: 14px;
color: #4D94C9;
}

.sm-tel span{
font-size: 12px;
padding-right: 5px;
color: #9b9b9b;
}

#sales-page h1 {
font-size: 28px;
margin-top: 20px;
margin-bottom: 20px;
color: #80AFAF;
}

#sales-page {
min-height: 900px;
}

.scrollview select {
    height: 30px;
    width: 300px;
    margin-left: 85px;
    float: left;
    background-color: #e2e2e2;
    color: #817373;
}


.sales-member.floatright{
float: right;
margin-right: 37px;
}

.scrollview p{
padding-bottom: 25px;
font-size: 14px;
}

.sm-address{
color: #737373;
font-size: 14px;
line-height: 18px;
}

#rep-finder-result {
min-height: 300px;
}

.sm-email a{
color: #4faee5;
}

.sm-email a:hover {
  color:  #fdac42;
}

#newsletter {
    margin-top: 40px;
}

#newsletter .blog_article h1 {
    color: #80afaf;
}

#newsletter .blog-itemPicMed {
    margin-right: 40px;
}

.ns-side-section {
margin-bottom: 20px;
padding-bottom: 10px;
}


.ns-side-section h1 {
    font-size: 22px;
color: #80afaf;
line-height: 22px;

}

.ns-links ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}


.ns-links ul li{
    padding-left: 0px;
    
}

.ns-links a{
color: #4faee5;
}

.bridge .articles p {
    padding-bottom: 0px;
}

.articles .blog-itemPicMed h5 {
    font-size: 12px;
}

.announcement {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  background-color: rgb(252, 170, 170);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#static p, ul, ol{
font-size: 13px;
}

#static a{
font-size: 13px;
font-family: "myriad-pro", Arial, sans-serif;
}

#static h2{
color: #80AFAF;
padding-top: 10px;
}

#curriculumpage {
    padding-top: 30px;
}
#static {
    margin-top: 40px;
margin-bottom: 50px;	
}

div#scv-logo {
    margin-top: 24px;
    padding-bottom: 12px;
    margin-bottom: 12px;
padding-left: 24px;
}

div#static-content {
    padding-left: 40px;
    padding-right: 40px;
}



.footer-logo img {width: 50%;}
.footer-logo {margin-top: 20px;}


/* ===================================================
   RESPONSIVE MEDIA QUERIES FOR BASE STYLES
   =================================================== */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
         /* Top navigation for tablet */
     #linkbar-container {
         height: auto;
         width: 768px;
         margin: 0 auto;
         padding: 3px 20px;
         box-sizing: border-box;
     }
    
    #sociallinks ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    #sociallinks #lb-osv {
        position: static;
        transform: none;
        margin-right: 0;
        order: 1;
    }
    
    #sociallinks #lb-osv img {
        width: 28px;
        height: 28px;
    }
    
    #sociallinks .sites {
        position: static;
        transform: none;
        float: none;
        order: 2;
    }
    
    #sociallinks #lb-sites {
        width: auto;
        height: auto;
        background: none !important;
        border: none !important;
        text-indent: 0 !important;
        font-size: 11px;
        padding: 5px 10px;
        color: #d8d8d7;
    }
    
    /* Hide social media icons on tablet - keep only logo and sites */
    #sociallinks #lb-facebook,
    #sociallinks #lb-twitter,
    #sociallinks #lb-pintrest,
    #sociallinks #lb-youtube,
    #sociallinks #lb-vimeo,
    #sociallinks #lb-rss {
        display: none;
    }
    
    /* Typography adjustments for tablet */
    h1, .h1 {
        font-size: 28px;
        font-size: 2.8rem;
    }
    
    h2, .h2 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    
    /* Form adjustments */
    input, textarea, select {
        width: 96%;
    }
    
    /* Button adjustments */
    .btn {
        padding: 5px 9px 5px;
        font-size: 11px;
        font-size: 1.1rem;
    }
    
    /* Media item adjustments */
    .mediaitem {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    
    .mi-thumb {
        float: left;
        margin-right: 10px;
    }
    
    .mi-body {
        padding-top: 5px;
        padding-left: 3px;
    }
    
    /* Table adjustments */
    table th, table td {
        padding: 6px;
        font-size: 13px;
        font-size: 1.3rem;
    }
    
    /* Social links adjustments */
    #sociallinks #lb-facebook,
    #sociallinks #lb-twitter,
    #sociallinks #lb-pintrest,
    #sociallinks #lb-youtube,
    #sociallinks #lb-vimeo,
    #sociallinks #lb-rss,
    #sociallinks #lb-sites {
        width: 24px;
        height: 24px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    
         /* Typography for mobile */
     h1, .h1 {
         font-size: 24px;
         font-size: 2.4rem;
         line-height: 1.1;
         margin-bottom: 0.5em;
     }
     
     h2, .h2 {
         font-size: 20px;
         font-size: 2.0rem;
         margin-bottom: 0.4em;
     }
     
     h3, .h3 {
         font-size: 18px;
         font-size: 1.8rem;
         margin-bottom: 0.3em;
     }
     
     h4, .h4 {
         font-size: 16px;
         font-size: 1.6rem;
         margin-bottom: 0.2em;
     }
     
     h5, .h5 {
         font-size: 14px;
         font-size: 1.4rem;
     }
    
         p {
         font-size: 14px;
         line-height: 1.5em;
         margin-bottom: 8px;
         margin-top: 8px;
     }
    
    /* Form adjustments for mobile */
    label, input, button, select, textarea {
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    input, textarea, select {
        width: 100%;
        margin-bottom: 0.5em;
        padding: 6px;
        box-sizing: border-box;
    }
    
    .search-query {
        width: 100%;
    }
    
         /* Button adjustments for mobile */
     .btn {
         padding: 6px 12px;
         font-size: 14px;
         font-size: 1.4rem;
         width: 100%;
         margin-bottom: 5px;
         box-sizing: border-box;
     }
    
    .btn-large {
        padding: 12px 20px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    .btn-small {
        padding: 6px 12px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    
         /* Media items for mobile */
     .mediaitem {
         width: 100%;
         float: none;
         margin-bottom: 8px;
         background: transparent;
     }
    
         .mi-thumb {
         float: none;
         margin-bottom: 10px;
         margin-left: 0;
     }
     
     .mi-body, .mi-bodyBrackets {
         float: none;
         width: 100%;
         padding: 10px 0;
         height: auto;
     }
     
     .mi-body h3 {
         margin-bottom: 5px;
     }
     
     .mi-body p {
         margin-bottom: 5px;
     }
     
     .mi-anchor {
         float: none;
         margin-top: 10px;
     }
    
         /* List adjustments */
     .top-menu, .sites-list, .footer-list {
         
     }
    
    .top-menu li, .footer-list li {
        float: none;
        display: inline-block;
        margin: 0.2em;
        padding: 0.2em;
    }
    
    .top-menu > li {
        margin-left: 0;
        font-size: 13px;
    }
    
    /* Table adjustments for mobile */
    table {
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    table th, table td {
        padding: 4px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.3em;
    }
    
    /* Hide complex table layouts on mobile */
    .table-responsive {
        overflow-x: auto;
        min-height: 0.01%;
    }
    
         /* Social links for mobile */
     #linkbar {
         min-height: auto;
         padding: 5px 0;
     }
     
     /* Responsive top navigation */
     #linkbar-container {
         height: auto;
         width: 95%;
         max-width: 480px;
         margin: 0 auto;
         padding: 5px 10px;
         box-sizing: border-box;
     }
     
     #sociallinks ul {
         display: flex;
         justify-content: space-between;
         align-items: center;
         margin: 0;
         padding: 0;
         list-style: none;
         width: 100%;
     }
     
     #sociallinks #lb-osv {
         position: static;
         transform: none;
         margin-right: 0;
         flex: 0 0 auto;
         order: 1;
     }
     
     #sociallinks #lb-osv img {
         width: 24px;
         height: 24px;
     }
     
     #sociallinks .sites {
         position: static;
         transform: none;
         float: none;
         order: 2;
         flex: 0 0 auto;
     }
     
     #sociallinks #lb-sites {
         width: auto;
         height: auto;
         background: none !important;
         border: none !important;
         text-indent: 0 !important;
         font-size: 12px;
         line-height: normal;
         padding: 5px 8px;
         color: #d8d8d7;
         text-decoration: none;
     }
     
     #sociallinks #lb-sites:hover {
         background: none !important;
         border: none !important;
         color: #fff;
         text-decoration: underline;
     }
    
    /* Hide social media icons on mobile - keep only logo and sites */
    #sociallinks #lb-facebook,
    #sociallinks #lb-twitter,
    #sociallinks #lb-pintrest,
    #sociallinks #lb-youtube,
    #sociallinks #lb-vimeo,
    #sociallinks #lb-rss {
        display: none;
    }
    
    /* Keep sites link visible */
    #sociallinks #lb-sites {
        display: block !important;
    }
    
         #sociallinks #lb-osv {
         margin-right: 0;
         width: 100%;
         padding-bottom: 10px;
     }
    
         /* Footer adjustments */
     .footer-list, .footer-list-b {
         float: none;
         margin-top: 8px;
     }
     
     /* Footer logo smaller on mobile */
     .footer-logo img {
         width: 30% !important;
         max-width: 120px;
     }
    
    .footer-list li, .footer-list-b li {
        float: none;
        display: inline-block;
        margin: 0.2em;
        padding: 0.1em;
    }
    
         #footerB-Right-Pane .footer-disclaim {
         float: none;
         margin-right: 0;
         padding-top: 20px;
         font-size: 11px;
     }
    
    /* Navigation adjustments */
    #tm-parish, #tm-school, #tm-family {
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }
    
    #tm-parish > a, #tm-school > a, #tm-family > a {
        width: 100%;
        height: 30px;
        background-size: contain;
        background-position: center;
    }
    
         /* Cart adjustments */
     #cart {
         float: none;
         margin-bottom: 10px;
     }
    
    #cart-items, #cart-actions {
        float: none;
        display: inline-block;
        margin: 5px;
    }
    
         /* Blog adjustments */
     .blog-itemPic, .blog-itemPic-article, .blog-itemPicMed {
         padding-left: 0;
         min-height: auto;
     }
     
     .blog_pic_small {
         padding-right: 0;
         margin-bottom: 10px;
     }
    
    ul.blog_notes_list li {
        float: none;
        display: inline-block;
        clear: none;
        padding: 2px 4px;
        margin: 2px;
    }
    
              /* Product listing adjustments */
     .ProductContainer {
         width: 100%;
         float: none;
         margin-bottom: 8px;
     }
     
     .ProductDescriptionContainer {
         float: none;
         max-width: 100%;
     }
     
     .ImageContainer {
         float: none;
         margin-bottom: 10px;
         margin-right: 0;
     }
    
    /* Assessment adjustments */
    #assessmentContent {
        width: 100%;
        height: auto;
        margin: 0;
        background-size: cover;
    }
    
    .exerciseFrame {
        height: auto;
        min-height: 400px;
    }
    
    .questionPanel {
        width: 90%;
        margin: 10px auto;
    }
    
    .answerPanel {
        width: 90%;
        margin: 5px auto;
    }
    
         /* Utility classes for mobile */
    
    .mobile-full-width {
        width: 100% !important;
        float: none !important;
    }
    
    .mobile-stack {
        float: none !important;
        display: block !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    
    .mobile-hide {
        display: none !important;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    
              /* Top navigation for landscape mobile */
     #linkbar-container {
         height: auto;
         width: 90%;
         max-width: 600px;
         margin: 0 auto;
         padding: 4px 15px;
         box-sizing: border-box;
     }
     
     #sociallinks ul {
         display: flex;
         justify-content: space-between;
         align-items: center;
         width: 100%;
         margin: 0;
         padding: 0;
         list-style: none;
     }
    
         #sociallinks #lb-osv {
         position: static;
         transform: none;
         margin-right: 0;
         order: 1;
     }
     
     #sociallinks #lb-osv img {
         width: 26px;
         height: 26px;
     }
     
     #sociallinks .sites {
         position: static;
         transform: none;
         float: none;
         order: 2;
     }
    
    #sociallinks #lb-sites {
        width: auto;
        height: auto;
        background: none !important;
        border: none !important;
        text-indent: 0 !important;
        font-size: 11px;
        padding: 4px 8px;
        color: #d8d8d7;
    }
    
    /* Hide social media icons on landscape mobile */
    #sociallinks #lb-facebook,
    #sociallinks #lb-twitter,
    #sociallinks #lb-pintrest,
    #sociallinks #lb-youtube,
    #sociallinks #lb-vimeo,
    #sociallinks #lb-rss {
        display: none;
    }
    
    /* Slightly larger typography for landscape mobile */
    h1, .h1 {
        font-size: 26px;
        font-size: 2.6rem;
    }
    
    h2, .h2 {
        font-size: 22px;
        font-size: 2.2rem;
    }
    
         /* Two-column layouts for landscape mobile */
     .mediaitem {
         width: 48%;
         float: left;
         margin-right: 2%;
         margin-bottom: 8px;
     }
    
    .mediaitem:nth-child(even) {
        margin-right: 0;
    }
    
    /* Button adjustments for landscape */
    .btn {
        width: auto;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    
    /* Product containers */
    .ProductContainer {
        width: 48%;
        float: left;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    
    .ProductContainer:nth-child(even) {
        margin-right: 0;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    
    /* Extra small screen typography */
    h1, .h1 {
        font-size: 22px;
        font-size: 2.2rem;
    }
    
    h2, .h2 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    
    h3, .h3 {
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    p {
        font-size: 13px;
        font-size: 1.3rem;
    }
    
    /* Smaller buttons for very small screens */
    .btn {
        padding: 6px 12px;
        font-size: 13px;
        font-size: 1.3rem;
    }
    
    /* Stack everything on very small screens */
    .mediaitem,
    .ProductContainer {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    
    /* Smaller social icons */
    #sociallinks #lb-facebook,
    #sociallinks #lb-twitter,
    #sociallinks #lb-pintrest,
    #sociallinks #lb-youtube,
    #sociallinks #lb-vimeo,
    #sociallinks #lb-rss,
    #sociallinks #lb-sites {
        width: 28px;
        height: 28px;
    }
    
    /* Smaller table text */
    table th, table td {
        padding: 3px;
        font-size: 11px;
        font-size: 1.1rem;
    }
}

/* CSS Custom Properties for easy maintenance */
:root {
    --nav-bg-color: #7c7b7a;
    --nav-text-color: #d8d8d7;
    --nav-height: 32px;
    --content-max-width: 960px;
}

.top-navigation {
    background-color: var(--nav-bg-color);
    color: var(--nav-text-color);
    font-family: "myriad-pro", Arial, sans-serif;
    font-size: 11px;
    min-height: var(--nav-height);
}

.nav-container {
    max-width: var(--content-max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.nav-logo,
.nav-sites {
    color: var(--nav-text-color);
    text-decoration: none;
    transition: color 0.2s ease;
}

.nav-logo {
    display: flex;
    align-items: center;
}

.nav-logo img {
    display: block;
}

.nav-sites {
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 3px;
    transition: background-color 0.2s ease;
}

.nav-logo:hover,
.nav-sites:hover {
    color: #ffffff;
}

.nav-sites:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Responsive Design */
@media (max-width: 959px) {
    .nav-container {
        max-width: 768px;
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .nav-container {
        max-width: 90%;
        padding: 0 10px;
    }
    
    .nav-logo img {
        width: 24px;
        height: 24px;
    }
    
    .nav-sites {
        font-size: 12px;
        padding: 4px 8px;
    }
}