/*  --------------------------------------------------
    :: 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%;
  font-family:  "myriad-pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4em;
  min-width: 1024px;
  background: transparent url(../themes/site_themes/llc/images/LL_bgTile.jpg) repeat-x top;
  background-color: #feeeef;  
  
}
/* 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/llc/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/llc/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 - layout objects - layout objects - layout objects */



/* layout objects - layout objects - layout objects - layout objects */

/* 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;

}


.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;  
}










/* SocialBarStyling - SIMON */
#linkbar  {
margin-bottom: 15px;
}

#linkbar-container, .mediabar {
height:  32px;
}

#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(../themes/site_themes/llc/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;
}


#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/llc/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 - 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 */








.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:#9c9b9b;
}

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/llc/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 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 */




/* LL - SIMON */
/* LL - SIMON */
/* LL - SIMON */



@font-face {
font-family:'sling';
src: url('css/fonts/Sling.ttf');
font-weight: normal;
font-style: normal;
}

#linkbar  {
margin-bottom: 0px;
}


#LLHeader .LL_Icon {
margin-top: 0px;
float: left;
}

.LL {
float: left;
width: 400px;
}

.LL p{
padding-top: 18px;
margin: 0px;
font-family: "sling", serif;
font-size: 35px;
padding-left: 5px;
color: #cf1f2a;
line-height: 35px;
}

.LL span{
padding-left: 5px;
font-family: "myriad-pro","myriad pro", sans-serif;
}

.LL-date {
float: right;
padding-right: 25px;
padding-top: 52px;
font-size: 13px;
font-weight: bold;
color: #8f8e8d;
}


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

#LLtabs ul{
margin-top: 20px;
padding-left: 230px;
}

#LLtabs li {
font-family: "myriad-pro","myriad pro", sans-serif;
padding: 5px 0px 3px 0px;
width: 160px;
height: 21px;
margin-right: 3px;
display:block;
background-color:#8e8d8c;
float: left;
font-weight: normal;
color: #e4959a;
font-size: 13px;
text-align: center;
}

#LLmenu li {
font-family: "myriad-pro","myriad pro", sans-serif;
margin: 0px;
padding: 5px 13px 3px 12px;
margin-right: 1px;
display: block;
background-color:#cf1f2a;
float: left;
font-weight: normal;
font-size: 13px;
}

#LLmenu li a{
color: #e4959a;
}


#LLmenu li a:visited{
color: #e4959a;
}

#LLmenu li a:hover{
color: #fff;
}

#LLmenu .selected a{
color: #cf1f2a;
}

#LLmenu .selected a:hover{
color: #cf1f2a;
}


#LLtabs li a {
color: #d2d1d1;
}

#LLtabs li a:visited {
color: #fff;
}

#LLtabs li a:hover {
color: #fff;
}

#LLtabs .selected a{
color: #000;
}

#LLtabs .selected a:hover,
#LLtabs .selected a:visited  {
color: #000;
}

#LLmenu .selected,
#LLtabs .selected{
background-color: #fff;
}

#LLtabs .selected{
border-bottom: 3px solid #fff;
border-top: 1px solid #c6c6c5;
border-left: 1px solid #c6c6c5;
border-right: 1px solid #c6c6c5;
position: relative;
z-index: 1;
}


#LLContentPane {
background-color: #fff;
border-top: 1px solid #c6c6c5;
margin-top: -1px;
padding-top: 5px;
}


#LLContentPane p, span, h1, h2, h3, ol, ul{
font-family: "myriad-pro","myriad pro", sans-serif;
color: #8f8e8d;
}



#LLContentPane h3{
color: #303030;
padding-bottom: 0px;
margin-botton: 0px;
}

#LL_leftpanel {
min-height: 600px;
margin-top: 15px;
}

#LL_rightpanel {
min-height: 600px;
float: right;
}

.LL_article{
padding: 15px;
}

.LLcontent p{
font-size: 13px;
line-height: 16px;
}

.LLcontent ol, ul{
font-size: 13px;
}


.LLcontent h1{
margin-bottom: 5px;
margin-top: 5px;
padding-top: 10px;
padding-bottom:4px;
line-height: 30px;
color: #96d3ea;
}

.LLcontent h2{
margin-top: 10px;
padding-bottom: 5px;
line-height: 20px;
}

.LLcontent h3{
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 10px;
line-height: 14px;
font-size: 14px;
}

.LLcontent p{
margin-bottom: 5px;
margin-top: 5px;
padding-bottom: 7px;
}

.LLcontent ol, ul{
margin-bottom: 5px;
margin-top: 5px;
padding-bottom: 10px;
padding-top: 5px;
}

#season {
}

.seasonhead {
border-bottom: 1px solid #fff;
padding-top: 0px;
padding-bottom: 0px;
background-color: red;
height: 42px;
}
.seasonbody {
border-bottom: 1px solid #fff;
background-color: blue;
padding-top: 0px;
padding-bottom: 0px;
}

#season h1{
padding-top: 16px;
padding-left: 5px;
font-size: 16px;
color:#fff;
font-weight: bold;
}

#season p{
margin-top: 0px;
padding: 7px;
line-height: 15px;
font-size: 12px;
}

.seasonhead.easter,
.seasonhead.christmas {
background-color: #fcb017;
}
.seasonbody.easter, 
.seasonbody.christmas {
background-color: #feefd1;
}

.seasonhead.lent,
.seasonhead.advent {
background-color: #9c1981;
}

.seasonbody.lent,
.seasonbody.advent{
background-color: #ebd1e6;
}

.seasonhead.ordinary {
background-color: #12a948;
}
.seasonbody.ordinary {
background-color: #d0eeda;
}



.buttons {
float: right;
padding-right: 5px;
}

.buttons a{
padding: 10px;
font-size: 13px;
}

.homepad {
height: 25px;
}


#LLHomePane {
height: 860px;
background: transparent url(../themes/site_themes/llc/images/LL_Home.jpg) no-repeat;
background-position:80px 20px;
}

.LLHomeTextRig {
font-size: 40px;
margin-left: 80px;
margin-top:30px;
width: 480px;
}

.LLHomeTextRig span{
font-size: 38px;
line-height: 50px;
font-weight: normal;
color: #d9d9d9;
}

#LLHomePane .LLHomeTextRig p{
font-size: 23px;
line-height: 24px;
font-weight: normal;
color: #96d3ea;
padding-top: 5px;
padding-left:0px;
}

#LL_leftpanel img{
padding-top: 12px;
padding-left: 10px;
}



.saintimage {
float: left;
margin-right: 15px;
margin-bottom: 10px;
}

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

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


#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;
}






