/* @override 
	http://localhost:8888/LCB/themes/burble_960_RESPONSIVE/main.css
	http://localhost:8888/LCB/themes/burble_960_RESPONSIVE/typography.css */
/* COLOR SCHEME */
/* FOOTER COLOURING */
/* MENU STYLING */
/* FONT STACK */
/* FORM STYLES */
/* BUTTONS */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Oswald", sans-serif;
  font-size: 15px; }

p {
  font-family: "Oswald", sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 45px;
  margin-top: 1px;
  font-weight: 100;
  text-align: justify; }

p a:link {
  font-weight: 100;
  border-bottom: 1px dotted #EEE; }

em {
  font-style: italic; }

a {
  color: #005983;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease; }

a:hover {
  color: #c0123f;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease; }

table {
  vertical-align: top; }

td {
  padding: 2px 5px; }

h1, h2, h3, h4, h5, h6, .logo, nav {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-weight: 100; }

/*HEADINGS*/
#banner h1 {
  color: white;
  text-align: center;
  font-size: 2.2em;
  font-weight: 100;
  margin-top: 50px;
  margin-bottom: 0px;
  text-shadow: 0px 0px 10px black; }
#banner h2 {
  font-family: 'Oswald', serif;
  font-weight: 100;
  font-size: 1.4em;
  color: white;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 0px 0px 10px black; }

#home p {
  font-size: 1.1em;
  line-height: 3.1em;
  text-align: justify;
  padding-right: 30px;
  box-sizing: border-box; }
#home .container img {
  margin-top: 18px;
  margin-bottom: 20px; }
#home .quote {
  text-align: center; }
#home #testimonial p {
  text-align: center;
  padding-right: 0px;
  width: 100%;
  font-family: "Georgia", serif;
  font-style: italic; }

img {
  padding: 4px;
  border: 1px solid #ebebeb; }

#mainarea h1 {
  font-size: 2em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE; }
#mainarea h2 {
  font-size: 1.5em;
  margin: 0 0 10px; }
#mainarea h3 {
  font-size: 2.4em;
  margin-top: 2px;
  margin-bottom: 5px;
  color: #c0123f; }
#mainarea h4 {
  font-size: 2em;
  margin: 0.4em; }
#mainarea h5 {
  font-size: 1.6em;
  color: #c0123f; }
#mainarea h6 {
  font-size: 1em;
  margin-bottom: 20px; }

/*EDITOR STYLES */
.c5container form {
  font-family: Arial;
  color: #6b6a6a; }

/*Lists*/
ul {
  margin: 0 0px 0px;
  padding: 0px; }

ol {
  margin: 0 0 5px 5px; }

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0; }

ol {
  list-style: decimal; }

/*  li 			{} */
dl {
  margin-bottom: 18px; }

dl dt, dl dd {
  line-height: 18px; }

dl dt {
  font-weight: bold; }

dl dd {
  margin-left: 9px; }

hr {
  margin: 20px 0 19px;
  border: 0;
  border-bottom: 1px solid #eee; }

strong {
  font-style: inherit;
  font-weight: 100;
  color: #005983; }

em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit; }

/* MY LIST */
.content ul, .inner_content ul {
  margin: 20px;
  padding: 20px 80px;
  background-color: #F7F7F7;
  border-radius: 8px;
  list-style: square;
  /*	box-shadow: 0px 0px 5px #AAA;*/ }
  .content ul strong, .inner_content ul strong {
    font-weight: 400; }
  .content ul li, .inner_content ul li {
    margin: 20px 0; }

blockquote {
  margin-bottom: 18px;
  border-left: 5px solid #eee;
  padding-left: 15px; }

blockquote p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0; }

blockquote small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #bfbfbf; }

blockquote small:before {
  content: '\2014 \00A0'; }

address {
  display: block;
  line-height: 18px;
  margin-bottom: 18px; }

code, pre {
  padding: 0 3px 2px;
  font-family: Monaco, Andale Mono, Courier New, monospace;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

code {
  background-color: #fee9cc;
  color: rgba(0, 0, 0, 0.75);
  padding: 1px 3px; }

pre {
  background-color: #f5f5f5;
  display: block;
  padding: 8.5px;
  margin: 0 0 18px;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: pre;
  white-space: pre-container;
  word-container: break-word; }

.searchResult p {
  padding: 0px; }

/*Footer Navigation*/
.footer_menu ul {
  border-left: 1px solid #eee; }

.footer_menu ul li {
  margin: 0 0 0 15px;
  padding-right: 25px;
  padding: 3px 4px;
  list-style: none; }

.footer_menu ul li a {
  text-decoration: none;
  padding-bottom: 2px;
  color: #444;
  font: 11px 'Arial',sans-serif;
  letter-spacing: 0; }

.login-popup-link {
  text-decoration: none;
  padding-bottom: 2px;
  color: #444;
  font: 11px 'Arial',sans-serif;
  letter-spacing: 0;
  margin-left: 20px; }

.footer_menu ul li a:hover {
  border-bottom: 1px dotted #ccc;
  color: orange; }

.footer_menu li a.nav-selected {
  border-bottom: 0px solid #ccc; }

/*Filter Navigation*/
ul#filters {
  color: white;
  font-size: 13px;
  margin: 0 auto;
  width: 387px;
  padding: 0 0 0 2px; }

ul#filters li {
  margin-right: 20px;
  color: white;
  list-style: none;
  text-transform: capitalize;
  font-size: 12px;
  margin-left: -11px; }

ul#filters li a.selected {
  /* color: #333; */
  font-weight: bold;
  /* border-bottom: 1px dotted #888; */
  border-bottom: none; }

ul#filters li a:first-letter {
  text-transform: uppercase; }

/* BOOTSTRAP GALLERY OVERLAY */
.indicator, #full ol.indicator {
  display: none;
  background: none;
  color: white;
  margin: 40px;
  border-radius: 2px;
  padding: 0px;
  text-align: left;
  text-shadow: 0px 0px 1px #333; }

ol.indicator li, #full ol.indicator li {
  counter-increment: none;
  clear: both;
  min-height: none;
  list-style: none;
  width: 30px;
  display: none; }

#full ol.indicator li:before {
  content: none;
  box-sizing: border-box;
  color: #c0123f;
  float: left;
  margin-top: -6px;
  margin-right: 20px;
  min-height: 80px; }

/* QUOTES */
p.quote, span.quote, #full #content p.quote, #right_sidebar .content ul.quote, ul.quote {
  font-family: "Georgia", sans-serif;
  background-color: #F4F4F4;
  border-left: 4px solid #333;
  font-size: 1em;
  line-height: 1.8em;
  text-align: left;
  font-style: italic;
  color: black;
  text-shadow: none;
  padding: 20px 30px;
  margin: 10px 0px 10px 0px;
  text-shadow: 1px 1px 1px white; }

ul.quote li {
  text-align: center; }

#testimonial {
  padding-right: 0px;
  margin-top: 20px;
  text-align: center;
  width: 940px; }

/* NOTIFICATIONS AND ADDITIONAL STYLES */
.notification {
  background-color: #005983;
  color: white;
  text-align: center;
  padding: 20px 30px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1em;
  display: block;
  line-height: 1.8em;
  border-radius: 2px; }
  .notification strong {
    color: white; }
  .notification a:link {
    color: white;
    border-bottom: 1px dotted white; }

/* DASHBOARD OVERRIDES CORRECTIONS */
div.ccm-dashboard-overlay-module h1, div.ccm-dashboard-overlay-module h2, div.ccm-dashboard-overlay-module h3 {
  font-size: 1em !important; }
