/* @override 
	http://localhost:8888/LCB/themes/burble_960_RESPONSIVE/main.css
	http://localhost:8888/LCB/themes/burble_960_RESPONSIVE/typography.css */
/* ----------------------------------------------
	Theme Name : Burble's Boilerplate Responsive Themes
	Author : Burble Web
	Author URI : http://www.burbleweb.com/	
 -------------------------------------------
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* @override 
	http://localhost:8888/LCB/themes/burble_960_RESPONSIVE/main.css
	http://localhost:8888/LCB/themes/burble_960_RESPONSIVE/typography.css */
/*


/* #Site Styles
================================================== */
/* #Page Styles
================================================== */
/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body {
    font-size: 12px; } }
/* All non m0bile screens */
@media only screen and (min-width: 767px) {
  #mobileonly {
    display: none !important; } }
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  body {
    font-size: 12px; }

  header {
    padding: 0px !important; }

  #head {
    min-height: 52px; }

  #mobileheight {
    margin-bottom: 0px; }

  #banner {
    padding-top: 30px !important; }

  #testimonial {
    width: 100% !important; }

  .ccm-imageSlider-wrapper {
    display: none; }

  .container h1 {
    font-size: 2em !important; }

  .content p img {
    width: 100% !important;
    margin-left: 0px !important; }

  .nomobile {
    display: none !important; }

  #linkedin {
    display: none !important; } }
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body {
    font-size: 12px;
    margin: 2%; } }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  body {
    font-size: 10px;
    margin: 2%; }

  .nomobile {
    display: none !important; } }
/* COLOR SCHEME */
/* FOOTER COLOURING */
/* MENU STYLING */
/* FONT STACK */
/* FORM STYLES */
/* BUTTONS */
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
/* #Base 960 Grid
================================================== */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  clear: both; }

.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px; }

.row {
  margin-bottom: 10px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha {
  margin-left: 0; }

.column.omega, .columns.omega {
  margin-right: 0; }

.column.alphaomega, .columns.alphaomega {
  margin-left: 5px;
  margin-right: 5px; }

/* Base Grid */
.container .one.column,
.container .one.columns {
  width: 40px; }

.container .two.columns {
  width: 100px; }

.container .three.columns {
  width: 160px; }

.container .four.columns {
  width: 220px; }

.container .five.columns {
  width: 280px; }

.container .six.columns {
  width: 340px; }

.container .seven.columns {
  width: 400px; }

.container .eight.columns {
  width: 460px; }

.container .nine.columns {
  width: 520px; }

.container .ten.columns {
  width: 580px; }

.container .eleven.columns {
  width: 640px; }

.container .twelve.columns {
  width: 700px; }

.container .thirteen.columns {
  width: 760px; }

.container .fourteen.columns {
  width: 820px; }

.container .fifteen.columns {
  width: 880px; }

.container .sixteen.columns {
  width: 940px; }

.container .one-third.column {
  width: 300px; }

.container .two-thirds.column {
  width: 620px; }

/* Offsets */
.container .offset-by-one {
  padding-left: 60px; }

.container .offset-by-two {
  padding-left: 120px; }

.container .offset-by-three {
  padding-left: 180px; }

.container .offset-by-four {
  padding-left: 240px; }

.container .offset-by-five {
  padding-left: 300px; }

.container .offset-by-six {
  padding-left: 360px; }

.container .offset-by-seven {
  padding-left: 420px; }

.container .offset-by-eight {
  padding-left: 480px; }

.container .offset-by-nine {
  padding-left: 540px; }

.container .offset-by-ten {
  padding-left: 600px; }

.container .offset-by-eleven {
  padding-left: 660px; }

.container .offset-by-twelve {
  padding-left: 720px; }

.container .offset-by-thirteen {
  padding-left: 780px; }

.container .offset-by-fourteen {
  padding-left: 840px; }

.container .offset-by-fifteen {
  padding-left: 900px; }

/* #Tablet (Portrait)
================================================== */
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .container {
    width: 300px; }

  .container .columns,
  .container .column {
    margin: 0; }

  .row {
    margin-bottom: 20px; }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 300px; }

  /* Offsets */
  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven,
  .container .offset-by-twelve,
  .container .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container .offset-by-fifteen {
    padding-left: 0; } }
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .row {
    margin-bottom: 20px; }

  .container {
    width: 420px; }

  .container .columns,
  .container .column {
    margin: 0; }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 420px; } }
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after,
.clearfix:after {
  clear: both; }

.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/*@import "css/sooperfish";
@import "css/sooperfish-theme-white";*/
/* @override 
	http://localhost:8888/LCB/themes/burble_960_RESPONSIVE/main.css
	http://localhost:8888/LCB/themes/burble_960_RESPONSIVE/typography.css */
/* BLOG PAGELIST BLOCK */
#a_blog_entry .testimonials {
  display: none; }

.description {
  height: 95px;
  background-color: #F8F8F8;
  padding: 5px 15px;
  margin-bottom: 5px;
  border: 1px solid #F9F9F9; }

.description p {
  font-size: 0.8em;
  line-height: 1.5em;
  text-align: justify;
  color: #333; }

.imagepagelist h3 {
  font-size: 0.85em;
  min-height: 2.5em;
  max-height: 2.5em;
  font-weight: normal;
  padding: 0px 5px;
  line-height: 1.5em;
  margin-bottom: 10px;
  text-align: center; }

.imagepagelist h3 a {
  color: #005983; }

.imagepagelist h3 a:hover {
  color: #00141d; }

.imagepagelist h3 a:hover > #content .description p {
  color: white; }

.imagepagelist img {
  margin-bottom: 0px;
  height: inherit; }

#pagination {
  font-size: 10px;
  width: 220px;
  margin: auto;
  text-align: center; }

/*li.monthsPage {font-size: 10px; line-height: 14px; border-bottom: 1px solid #DDD; padding: 10px 0px;}
li.monthsPage a:hover {color: black;}*/
.ccmDateNav ul li {
  padding: 4px 0px; }

#a_blog_entry #header, #plain #header {
  border-bottom: 2px solid #EEE; }

.imagepagelist:hover .description {
  background-color: #005983;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.imagepagelist:hover .description p {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: white; }

.inner_content p img {
  margin-left: 30px;
  margin-bottom: 15px; }

/* @override 
	http://localhost:8888/LCB/themes/burble_960_RESPONSIVE/main.css
	http://localhost:8888/LCB/themes/burble_960_RESPONSIVE/typography.css */
/* Forms
================================================== */
form {
  margin-bottom: 0px;
  position: relative; }

fieldset {
  margin-bottom: 0px; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
  /*	font-family: $forminputfont;*/
  border: 1px solid #dddddd;
  padding: 6px 10px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /*	font: 0.9em $formfont;*/
  color: #777;
  margin: 0;
  max-width: 100%;
  min-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #eee; }

select {
  padding: 0; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border: 1px solid #005983;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

input[type="submit"] {
  background-color: #005983;
  width: 80%;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

textarea {
  min-height: 60px; }

label,
legend {
  display: block; }

select {
  font-family: "Oswald", sans-serif; }

input[type="checkbox"] {
  display: inline; }

label span,
legend span {
  float: left;
  font-weight: bold;
  font-size: 15px;
  color: #005983; }

input ::-webkit-input-placeholder {
  color: #333;
  font-style: italic;
  font-size: 1em; }
input :-moz-placeholder {
  color: #333;
  font-style: italic;
  font-size: 1em; }
input ::-moz-placeholder {
  color: #333;
  font-style: italic;
  font-size: 1em; }
input :-ms-input-placeholder {
  color: #333;
  font-style: italic;
  font-size: 1em; }

#mailingListSignUp input[type="text"],
#mailingListSignUp input[type="password"],
#mailingListSignUp input[type="email"],
#mailingListSignUp input[type="tel"],
#mailingListSignUp textarea,
#mailingListSignUp select {
  min-width: 0px; }
#mailingListSignUp select {
  width: 220px;
  font-family: "Oswald", sans-serif; }
#mailingListSignUp input[type="submit"] {
  right: 0px;
  background-color: #005983;
  width: 30px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
#mailingListSignUp .oneliner {
  height: 35px; }
#mailingListSignUp input[type="email"].oneliner {
  width: 175px;
  font-family: "Georgia", serif;
  margin-bottom: 0px; }
#mailingListSignUp input[type="submit"].oneliner {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  left: 175px;
  background-color: #005983;
  color: white;
  width: 35px;
  border: none;
  height: 35px;
  top: 0px;
  border-radius: 0 2px 2px 0; }

::-webkit-input-placeholder {
  font-style: italic;
  color: #CCC;
  font-weight: 100; }

:-moz-placeholder {
  font-style: italic;
  color: #CCC;
  font-weight: 100; }

::-moz-placeholder {
  font-style: italic;
  color: #CCC;
  font-weight: 100; }

:-ms-input-placeholder {
  font-style: italic;
  color: #CCC;
  font-weight: 100; }

/* #Buttons
================================================== */
button,
a.button,
.button a,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #005983;
  /* Old browsers */
  border: none;
  padding: 6px 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white; }

a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-color: #c0123f;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease; }

a.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  background: #ccc;
  /* Old browsers */ }

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

.externalLinkButton {
  font-size: 3em;
  margin: 30px 5% 30px 5%;
  padding: 15px 40px;
  width: 90%;
  text-align: center;
  background-color: #c0123f;
  display: block;
  box-shadow: 2px 2px 4px 0px #6d7778; }
  .externalLinkButton a {
    color: white; }
  .externalLinkButton a:hover {
    color: white; }

button.externalLinkButton:hover {
  background-color: #005983; }

/* @override 
	http://localhost:8888/LCB/themes/burble_960_RESPONSIVE/main.css
	http://localhost:8888/LCB/themes/burble_960_RESPONSIVE/typography.css */
/*-- SOCIAL ICONS --*/
/*-- SOCIAL ICONS --*/
#social {
  position: fixed;
  right: 0px;
  top: 200px;
  z-index: 500;
  line-height: 12px; }

#social ul, #social li {
  list-style: none; }

#social li {
  float: left;
  clear: left; }

#social li img:hover {
  padding-right: 4px; }

#social img {
  transition: all .6x ease;
  -webkit-transition: all .6s ease;
  right: 0px; }

#social img:hover {
  transition: all .6x ease;
  -webkit-transition: all .6s ease;
  right: 100px; }

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */
body {
  background-color: white;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 100; }

.fade {
  opacity: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
  padding: 0; }

a img {
  border: 0; }

img, object, embed, iframe {
  max-width: 100%; }

object {
  z-index: 2; }

img {
  height: auto;
  -ms-interpolation-mode: bicubic; }

* {
  outline: none; }

@media print {
  .no-print, .no-print * {
    display: none !important; } }
/* ------------------------------------------
CSS CLASS TOOLS 
------------------------------------------*/
.opacity {
  background: url(images/90.png) repeat; }

.fll {
  float: left; }

.flr {
  float: right; }

.clear {
  clear: both; }

.relative {
  position: relative; }

.nomarginleft {
  margin-left: 0px; }

.nomarginright {
  margin-right: 0px; }

.nomarginbottom {
  margin-bottom: 0px !important; }

.padding {
  padding: 2px 7px;
  box-sizing: border-box; }

.paddingmore {
  padding: 5px 20px;
  box-sizing: border-box; }

.paddingtopbottom {
  padding: 20px 0px;
  box-sizing: border-box; }

.paddingtop {
  padding: 20px 0px 0px 0px;
  box-sizing: border-box; }

.paddingbottom {
  padding: 0px 0px 20px 0px;
  box-sizing: border-box; }

.threecolumns {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3; }

.justify {
  text-align: justify; }

.ruler {
  border-bottom: 1px solid #ebebeb;
  max-width: 940px;
  padding: 0 0 20px 0; }

.rulertop {
  border-top: 1px solid #ebebeb;
  max-width: 940px;
  padding: 0 0 20px 0; }

.rulerboth {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  max-width: 940px; }

/* ------------------------------------------
   LAYOUT
------------------------------------------- */
#container {
  background-color: white;
  margin: 0 auto;
  /*	max-width:1100px;*/
  width: 100%; }

/* Header */
header {
  padding: 15px 0.2% 10px;
  background-color: black;
  position: relative; }

#logo {
  position: absolute;
  left: 0px; }

#logo a {
  text-decoration: none;
  line-height: 1em; }

#logo p {
  margin: 0;
  color: white; }

img.rotate:hover {
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -webkit-transform: rotate(360deg);
  /* Chrome, Safari, Opera */
  transform: rotate(360deg);
  transition: 1s;
                               /*	-ms-transform: scale(1.1); /* IE 9 *!/
-webkit-transform: scale(1.1); /* Chrome, Safari, Opera *!/
transform: scale(1.1);*/ }

nav {
  margin: 0;
  padding: 0;
  max-width: 940px; }

/* AUTONAV*/
nav {
  float: left;
  width: 100%;
  position: relative; }
  nav ul {
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 1.1em;
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center; }
  nav ul li {
    margin: 0 5px;
    padding: 8px 10px;
    float: left;
    display: block;
    list-style: none;
    position: relative;
    right: 50%; }
  nav ul li a, nav ul li a:visited {
    color: white; }
  nav ul li a:hover {
    border-bottom: 1px dotted #333; }
  nav ul li a.nav-selected {
    color: #eee;
    border-bottom: 1px dotted #999; }

/* Images */
img.grayscale {
  filter: grayscale(80%);
  -webkit-filter: grayscale(80%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Fade to color for Chrome and Safari */
  /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */ }

img.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); */ }

/*
.grayscale:hover   {background-color: #1DB35F;
opacity: 1;-moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -webkit-transition: all .25s ease;}
*/
/* Feature */
#feature {
  margin: 0 auto;
  overflow: hidden; }

#feature p {
  font-size: 1.3em; }

#feature img {
  vertical-align: bottom; }

/* Sections */
#sections {
  margin: 0 0 3.8%;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #dddddd; }

/* Wrapper */
#wrapper {
  margin: 0;
  padding: 3.8%;
  overflow: hidden; }

/* Page Meta */
#page-meta {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 3%;
  padding-bottom: 3%; }

#page-meta h1 {
  margin: 0; }

#page-meta p {
  margin: 0.25em 0 0;
  font-family: "Montserrat", serif;
  font-style: italic;
  font-size: 1.2em; }

/* Breadcrumbs */
#breadcrumbs {
  margin-bottom: 0.75em;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 0.75em;
  color: #BBB;
  float: right;
  font-style: italic; }

.breadcrumbs a:link, .breadcrumbs a:visited {
  color: #c0123f; }

.breadcrumbs a:hover {
  color: #00141d; }

.ccm-autonav-breadcrumb-sep {
  margin: 0 3px;
  font-size: 0.6em;
  color: #ddd; }

/* Sub Navigation */
/*#sidebar ul.nav, #sidebar ul.nav ul {
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
}
#sidebar ul.nav li {
	font-size: 1.1em;
	text-transform:uppercase;
	margin-top:2px;
	margin-bottom:3px;
	padding:0;
}
#sidebar ul.nav li a {
	background:#eee;
	color:#666;
	text-decoration:none;
	display:block;
	padding:5px;
	border-left:3px solid #bbb;
}
#sidebar ul.nav li a:hover, #sidebar ul.nav li a.nav-selected, #sidebar ul.nav li a.nav-path-selected {
	background:#ddd!important;
	color: #444!important;
	border-left-color:#888!important;
}
#sidebar ul.nav li a.nav-selected, #sidebar ul.nav li a.nav-path-selected {
	font-weight: bold;
}
#sidebar ul.nav li li {
	border-bottom:none!important;
	color:#777;
	font-size:0.85em;
	text-transform:none;
}
#sidebar ul.nav li ul {
	margin:0.5em 1em;
}
#sidebar ul.nav li li a {
	background:none;
	padding:0!important;
	border:none;
}
#sidebar ul.nav li li a:hover, #sidebar ul.nav li li a.nav-selected, #sidebar ul.nav li li a.nav-path-selected {
	background:none!important;
}
*/
/* Footer */
.footerwrap {
  clear: both;
  margin: 0;
  color: black;
  /*	text-shadow:1px 1px 1px #111;*/
  min-height: 200px; }

footer {
  clear: both;
  margin: 0;
  padding: 1% 0%;
  font-size: 1em;
  color: white;
  font-family: "Oswald", san-serif;
  /*	text-shadow:1px 1px 1px #111;*/ }

footer a {
  color: white; }

footer a:hover {
  color: #eee; }

footer .row:first-child {
  margin-bottom: 1%; }

footer #footerleft {
  float: left;
  text-align: left;
  font-size: 0.7em; }

footer #footerright {
  float: right;
  text-align: right; }

footer .credits .right {
  font-style: italic; }

footer #sponsors img {
  padding-right: 20px;
  max-height: 20px;
  vertical-align: bottom; }

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #005983; }

footer ul {
  margin-left: 0;
  list-style: none; }

footer ul li {
  border-bottom: none;
  padding: 5px 0; }

footer ul li a {
  display: block;
  text-decoration: none; }

/* SIDE MENU */
ul.sidemenu, li.sidemenu {
  list-style: none; }

li.sidemenu a {
  color: #005983;
  line-height: 1.2em;
  border-bottom: 1px solid white;
  padding: 1em 1em;
  font-size: 1em;
  margin: 0px;
  display: block; }

li.sidemenu a:hover {
  color: #fff;
  background-color: #003650; }

/* Page List Block */
.ccm-page-list-title {
  margin: 0 0 0.45em; }

div.ccm-page-list-description {
  margin-bottom: 2.5em; }

.ccm-page-list-thumbnail {
  margin-bottom: 0.5em; }

.ccm-page-list-link {
  text-decoration: none; }

.ccm-page-list-one-col .row, .ccm-page-list-two-col .row, .ccm-page-list-three-col .row, .ccm-page-list-four-col .row {
  margin-bottom: 2em; }

.ccm-page-list-one-col p, .ccm-page-list-two-col p, .ccm-page-list-three-col p, .ccm-page-list-four-col p {
  margin-bottom: 0.75em; }

/* Blog Styles */
/* Default Blog */
#blog-index .entry .title h3 {
  margin: 0 0 0.5em; }

.meta, #blog-index .entry .title h4 {
  font-family: "Oswald", sans-serif;
  font-size: 0.95em;
  font-style: italic;
  color: #999; }

.meta a, #blog-index .entry .title h4 a {
  color: #999; }

.meta a:hover, #blog-index .entry .title h4 a:hover {
  color: #666; }

.blog-entry-divider {
  margin: 3em 0 !important; }

/* Date Nav / Tag Cloud */
.ccmDateNav, .ccm-search-block-tag-cloud-wrapper {
  margin-bottom: 1.5em; }

ul.ccm-search-block-tag-cloud li a {
  line-height: 1em; }

/* Slideshow block */
.ccm-SlideshowBlock-display .slideImgWrap div {
  background-position: center top !important;
  background-size: 100% auto !important; }

/* Nivo Slider Block */
.theme-default .nivoSlider {
  font-size: 1em; }

/* Next/Previous */
.ccm-next-previous-wrapper .ccm-next-previous-parentlink {
  text-align: center; }

/* alignment classes & additional classes*/
.left {
  float: left; }

.right {
  float: right; }

/* Clearing */
.clearboth {
  clear: both; }

/*.clear { display:inline-block; }*/
.clear:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "."; }

/* MANUAL NAV BLOCK */
.ccm-manual-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em; }
.ccm-manual-nav li {
  display: inline-block; }
.ccm-manual-nav a {
  display: block;
  padding: 6px 12px;
  text-decoration: none; }

/* SIDEMENU NAV STYLES */
#sidemenu {
  /*			margin-top: 68px;*/ }
  #sidemenu ul.nav {
    font-family: "PT Sans Narrow", san-serif;
    font-size: 1.4em; }
  #sidemenu li {
    line-height: 2em;
    background-color: #F4F4F4;
    margin: 5px 0;
    padding: 4px 10px 4px 4px;
    text-align: right;
    box-shadow: 2px 2px 0px 0px #bbb; }
  #sidemenu li:hover {
    background-color: #FAFAFA; }
  #sidemenu li.nav-selected {
    border-right: 5px solid #c0123f; }
  #sidemenu li.nav-selected a {
    color: #c0123f; }
  #sidemenu li.nav-selected:after {
    content: ''; }

/* RIGHT SIDEBAR PAGE STYLES */
#right_sidebar h1 {
  border-bottom: 1px solid #EEE;
  margin-bottom: 20px;
  padding-left: 8px; }

.content img {
  margin-top: 7px;
  margin-left: 20px;
  margin-bottom: 20px; }

/* HIGHLIGHT CONTENT WELL */
.highlight {
  background-color: #333;
  color: #eee;
  border-radius: 3px;
  padding: 20px 40px;
  margin: 10px 20px;
  text-align: center; }

/* PETE CUNARD STYLINGS */
.wrapper {
  width: 100%;
  margin: 0; }

#quote {
  text-align: center;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  color: black;
  font-size: 1.3em;
  padding: 15px 40px 30px;
  margin-bottom: 10px;
  box-sizing: border-box; }

#head {
  z-index: 2;
  background-color: black;
  position: fixed; }

#linkedin {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 76px; }
  #linkedin img {
    height: 76px;
    width: auto;
    padding: 0px; }

#banner {
  padding-top: 80px;
  min-height: 170px; }

#mainarea {
  box-shadow: 0px 0px 5px #111;
  background-color: #FDFDFD;
  padding: 20px; }

#home {
  background: url("images/bg_blue.jpg") repeat center top;
  background-attachment: fixed; }

.page128 {
  background: url("images/bg_pink.jpg") repeat center top;
  background-attachment: fixed; }

.page129, .page131 {
  background: url("images/bg_green.jpg") repeat center top;
  background-attachment: fixed; }

.page129 #pagename {
  display: none; }

.page130 {
  background: url("images/bg_purple.jpg") repeat center top;
  background-attachment: fixed; }
