.todo{
  background:#FFF;
  color: red;
}




/*
body, a, button, input, textarea, div, footer, header, nav, ul, li {
  transition: all 0.4s ease 0s;
}
#fancybox-wrap, #fancybox-wrap *{
  transition:none;
}

 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: gray;
    color:#FFF;
    text-shadow: none;
}

::selection {
    background: gray;
    color:#FFF;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

img{
  max-width: 100%;
  height: auto;
}

/* Set Tag Defaults
=================================*/
body {
    background: none repeat-x scroll center top #333;
    font-family:Calibri, Arial, sans-serif;
    color:#666;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color:gray;
    margin:1em 0 .333em;
    line-height: 1.1em;
}
h1+h2,h2+h3,h3+h4,h4+h5,h5+h6{
  margin-top: 0;
}
h1{font-size: 32px;}
h2{font-size: 28px;}
h3{font-size: 24px; }
h4{font-size: 22px; font-weight: normal; text-transform: uppercase;}
h5{font-size: 19px;font-weight: normal; text-transform: uppercase;}
h6 {
  font-size: 1em;
  font-weight: bold;font-weight: normal; text-transform: uppercase;
}
p, ul, ol, dl, pre {
  margin: 0 0 15px;
}
ul{padding:0 0 0 1.5em;}
ol{padding:0 0 0 2em;}
ul ul, ol ol, ol ul, ul ol{
    margin:0 0 0 5px;
}


h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6{
    margin-top: 0;
}


a{color: blue;}
a:hover{color:#666;}



/* Styling Classes
=================================*/
body .smaller{
  font-size: 0.85em;
  line-height: 1.3em;
  margin:0.5em 0 1em;
}
body .pagination a.smaller{
  margin:0;
  font-size: 1em;
}
.pagination > li > span.disabled {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    color: #999999;
    cursor: not-allowed;
}
.alignright{float: right; margin: 0 0 15px 10px;}
.alignleft{float: left; margin: 0 15px 10px 0;}
.aligncenter{text-align: center; margin:0 auto; display: inline-block;}
.assistive-text{display: none;}
.navList, .navList ul{padding:0;}
.nav a{text-decoration: none;}
.size-inset-circle{border:5px solid gray; border-radius: 1000px;}


/* Simple Pull Quote Plugin
=================================*/

body .simplePullQuote {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: medium none;
  border-top: medium none;
  color: gray;
  float: right;
  font-family: serif;
  font-style: italic;
  font-size: 1.2em;
  margin: 15px 0 25px 30px;
  padding: 0;
  text-align: center;
  text-indent: 0;
  box-shadow: none;
  width: 30%;
  quotes: "\201C""\201D""\2018""\2019";
}
body .simplePullQuote:before{
  content:open-quote;
}
body .simplePullQuote:after{
  content:close-quote;
}
body .simplePullQuote p{
  display: inline;
}


/* Layout
=================================*/
#topWrap{
  background-color: #01b6c7;
  padding-bottom: 25px;
}
#siteHeader {
  margin-bottom: 20px;
}
.eyebrow{
  background: #EEE;
}
.eyebrow #superNav{
    float:right;
}
#siteHeader #siteTitle {
  margin: 20px 0 0;
}
#siteHeader #siteTitle a{
  height: 100%;
  width: 100%;
  display: block;
  color:#FFF;
}
#sitedescription {
  font-style: italic;
  font-weight: 300;
  margin: 35px 0 0;
  text-align: right;
}

#mainNavigation {
  background: transparent;
  position: relative;
  z-index: 1001;
}
#mainNavigation .container {
}
#mainNavigation .row {
  margin: 0 auto;
  text-align: center;
}
#menuToggle{
  display: none;
}
#mainNavigation ul.nav {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
#mainNavigation ul.nav li {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  float: none;
}
#mainNavigation ul.nav li a {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
}
#mainNavigation ul.nav li a:hover {
  background-color:transparent;
}
#mainNavigation ul.nav li.dropdown > .dropdown-menu {
  margin:0;
  background-color: #808080;
}
#mainNavigation ul.nav li.dropdown:hover > .dropdown-menu {
  display: block;
}
#mainNavigation ul.nav > li > .dropdown-menu > li > a {
  padding: 5px 10px;
  font-weight: normal;
}

#torso{
  padding-top:30px;
  background-color: #DDD;
}
#torso a:hover{
}
#torso #middle {
    margin-bottom: 20px;
}
#heart {
    clear: both;
  margin-bottom: 50px;
}
#heart .post{
  clear:both;
}
#heart .posthead, #heart #pageHead {
  margin: 0 0 25px;
  position: relative;
}
.page-template-template-blog-page #heart .posthead{
  margin: 25px 0 0;
}
#heart .hascomments{padding-bottom: 20px;}
#heart .posthead h1, #heart #pageHead h1 {
}
#heart .post .attachment-thumbnail{
  float:left;
  margin:0 1em 1em 0;
}
#heart .post:nth-child(2n) .attachment-thumbnail{
  float:right;
  margin: 0 0 1em 1em;
}

#heart .posthead .comments-link{
}

#heart .content,
#heart .commentsList,
#heart .commentform {
  margin-bottom: 30px;
}

#heart .gallery {
  padding:2px 0 0;
}
#heart .gallery p, #heart .gallery dl{margin-bottom: 0;}
#heart .gallery .gallery-item {
  margin: 0 0 10px;
}
#heart .gallery .gallery-item img {
  border: 0 none;
  height: auto;
  max-width: 90%;
  box-shadow: 0px 1px 3px #000;
}

#heart iframe, #heart table{width: 100%;}

#heart .hentry h2 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
#heart .hentry p{
  line-height: 25px;
  margin-bottom: 8px;
}
#heart .hentry .continueLink {
  text-align: right;
}
#heart .single {
  margin-bottom: 20px;
}

#commentsList {
    margin: 0 0 50px;
}
#commentsList > li {
    border-radius: 5px 5px 5px 5px;
    margin: 0 0 10px;
    padding: 10px;
}
#commentsList li .avatar {
  float: right;
  margin: 0 0 15px 15px;
}
#commentsList > li:nth-child(2n) {
    background-color: #EDF9FF;
}


#heart > .time {
  background: url("images/time_bkgd.png") no-repeat scroll 0 0 / 100% 100% #333333;
  display: table;
  float: right;
  margin: 0 0 0 15px;
  max-height: 93px;
  padding: 10px 7px 5px;
  width: 50px;
  z-index: 200;
}
#heart > .time > span {
    color: white;
    display: table-row;
    margin: 0;
    padding: 0;
    position: static;
    text-align: center;
    vertical-align: bottom;
    min-width: 46px;
}
#heart > .time > span > div {
    overflow: visible !important;
    padding: 0 0 5px !important;
}
#heart > .time .month {
  vertical-align: bottom;
}
#heart > .time .day {
    vertical-align: middle;
}
#heart > .time .year {
    vertical-align: top;
}

/* tables in the main article */
#heart table{
  width: 100%;
  margin-bottom: 30px;
}
#heart table td {
  padding: 10px 5px;
  text-align: left;
}
#heart table thead th {
  border-bottom: 2px solid;
  padding: 5px;
  text-align: left;
  text-transform: capitalize;
}
#heart table th:first-child, #heart table td:first-child{
    text-align: left;
}
#heart table .label {
    background: none repeat scroll 0 0 transparent;
    display: table-cell;
    line-height: 1em;
    text-align: left;
    text-shadow: none;
    vertical-align: baseline;
}
#heart table tbody tr{
    border-radius: 3px;
}

.entry-meta .details{
  list-style: none;
  padding-left: 0;
}
.form-allowed-tags code{
  white-space: normal;
}
.additional .has-btn{margin:10px 0;}
.additional .has-btn .btn{min-width: 50%;}


#torso .wp-pagenavi{
    margin-bottom: 30px;
}



#torso > aside {
}
#torso > aside .widget {
    margin-bottom: 30px;
    padding: 0;
    text-align: left;
    z-index: 80;
}
#torso > aside .widget h3 {
    color: gray;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: 1.2em;
}
#torso > aside .widget h3 a {color:gray}
#torso > aside .widget > ul{
    list-style: none;
    padding:0;
}
#torso > aside .widget ul ul{
    list-style: disc;
}



.sidebarTestimonial {
    background: none repeat scroll 0 0 #CCCCCC;
    font-style: italic;
    padding: 50px 20px;
    text-align: center;
}
.sidebarTestimonial .logo {
    margin-bottom: 40px;
}
.sidebarTestimonial .testimonial {
    line-height: 1.5em;
    padding:0;
    margin-bottom: 16px;
    quotes: "\201C""\201D""\2018""\2019";
    border-left: none;
}
.sidebarTestimonial .testimonial:before{content:open-quote;}
.sidebarTestimonial .testimonial:after{content: close-quote;}
.sidebarTestimonial .testimonial p{display: inline;}
.sidebarTestimonial .attribution {
    line-height: 1.5em;
    margin: 0;
}



.paging-links {
    list-style: none outside none;
    padding: 0;
    text-align: right;
}
.paging-links li {
    border: 1px solid gray;
    border-radius: 100px;
    display: inline-block;
    height: 50px;
    margin: 0 0 0 5px;
    text-align: center;
    width: 50px;
    font-weight: 400;
}
.paging-links li.active {
    border-color: #333;
}
.paging-links li a {
    display: block;
    height: 100%;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.paging-links li a:hover {
    text-decoration: none;
    color: #000;
}
.paging-links li.active a {
    color: #333;
    cursor: default;
}


.footnote {
  border-top: 2px solid gray;
  margin: 15px auto;
  width: 65%;
  text-align: center;
  clear:both;
  padding-top: 15px;
}
.footnote p {
  margin: 10px 0 10px -5%;
  width: 110%;
}

#footerWidgets{
}

#pageFooter {
  background: none repeat scroll 0 0 #EBEBEB;
  color: #666;
  padding: 1.2em 0 1em;
  font-size: 0.7em;
  line-height: 1.2em;
}
#pageFooter .address-wrapper{
  color: #666;
  margin:0;
}
#pageFooter .address-wrapper a{
  color: #666;
}

#pageFooter #footerNav {
}
#pageFooter #footerNav .nav {
    margin: 8px 0 0 -5px;
}
#pageFooter #footerNav .nav li {
    border-left: 1px solid #666666;
    height: 10px;
}
#pageFooter #footerNav .nav li:first-child {
    border-left: medium none;
}
#pageFooter #footerNav .nav li a {
    margin-top: -7px;
    padding: 3px 5px;
}
#pageFooter #footerNav .nav li a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
}

#pageFooter #sociallinks{
  margin:0;
  padding:0;
  list-style: none;
  text-align: right;
}
#pageFooter #sociallinks li{
  display: inline-block;
}
#pageFooter #sociallinks li a{
  display: block;
  width:100%;
  height: 100%;
}
#pageFooter #sociallinks:hover li a img{
  opacity: 0.7;
}
#pageFooter #sociallinks:hover li a:hover img{
  opacity: 1;
}
#pageFooter #location {
    text-align: right;
}
#pageFooter #location .business-name {
  color: gray;
  font-style: normal;
}
#pageFooter #location p {
    margin: 1.5em 0 0;
}
#pageFooter #location p a {
    color: #FFFFFF;
}
#pageFooter #location p a:hover {
  color: gray;
  text-decoration: none;
}
#pageFooter #location p a.tel {
}
#pageFooter #location p a.tel:hover {
  cursor: default;
  color: #FFF;
}

#siteFooter {
  background: none repeat scroll 0 0 #666;
  color: #FFFFFF;
  padding: 5px 0 20px;
  font-size: 0.7em;
  line-height: 1.1em;
}
#siteFooter #ownership {
  text-align:right;
}
#siteFooter #credit{
}
#siteFooter #credit a{
  color: #FFF;
}
#menu-mobile-nav{
  clear: both;
}
.navbar-fixed-top .navbar-toggle{
  width: 10%;
  margin-right: 0;
  text-align:center;
}
.navbar-fixed-top .navbar-toggle .icon-bar{
  width: 90%;
  margin-left:auto;
  margin-right: auto;
}
.navbar-fixed-top .navbar-brand{
  width: 90%;
  padding: 15px 0;
}

body #backtotop {
  bottom: 2%;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  min-width: 0;
  position: fixed;
  right: 2%;
  text-align: center;
  width: auto;
  z-index: 1029;
}


/* Forms */
.gform_wrapper *{
  box-sizing:content-box;
}
.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}
.gform_wrapper li {
  margin-bottom: 15px;
}
.gform_wrapper form {
  margin-bottom: 0;
}
.gform_wrapper .gfield_label {
}
.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #b94a48;
}
.gform_wrapper form li.search-choice
.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  display: block;
  width: 100%;
  height: 24px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
body .gform_wrapper input[type="text"], 
body .gform_wrapper input[type="url"], 
body .gform_wrapper input[type="email"], 
body .gform_wrapper input[type="tel"], 
body .gform_wrapper input[type="number"], 
body .gform_wrapper input[type="password"]{
  font-size: 14px;
}

.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ginput_container[disabled],
.ginput_container[readonly],
fieldset[disabled] .ginput_container {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.ginput_container textarea {
  height: auto;
}
.gform_button, .form-submit input {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.gform_btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.gform_btn:hover,
.gform_btn:focus {
  color: #333333;
  text-decoration: none;
}

.gform_btn:active,
.gform_btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.gform_btn.disabled,
.gform_btn[disabled],
fieldset[disabled] .gform_btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gform_wrapper .gfield_error {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.validation_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.gform_validation_container{
  display: none;
}
.gform_wrapper .button {
-moz-user-select: none;
background-image: none;
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 4px;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: normal;
line-height: 1.42857;
margin-bottom: 0;
padding: 6px 12px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
    background: linear-gradient(to bottom, #FFFFFF 0%, #E5E5E5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #DDDDDD;
}
.gform_wrapper .button:hover{color:gray;}
.gform_footer{
  overflow: hidden;
}
.gform_footer br{
  display: none;
}



/* Search Page
=================================*/
.searchresult{}
.searchresult h2 {
    font-size: 1.4em;
}
.searchresult h2 a {
    color: #666666;
}
.searchresult h2 a:hover {
    color: gray;
}


/* Search Page
=================================*/
.page-template-template-free-downloads-php{}
.page-template-template-free-downloads-php h2 {
    font-size: 1.4em;
}
.page-template-template-free-downloads-php h2 a {
    color: #666666;
}
.page-template-template-free-downloads-php h2 a:hover {
    color: gray;
}
/* Admin
=================================*/
.edd-thickbox{display: none;}



/* Home
=================================*/
#homeSlider{
  margin-bottom: 0px !important;
}
#homeSlider .rev-slider-area {
    position: relative;
}
#homeSlider .rev-slider-area > a {
    display: block;
    position: absolute;
    width: 100%;
}
body.home #printPDF{
  display: none;
}
#previewBlocks {
}
#previewBlocks a {
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
}
#previewBlocks a:hover {
    color: gray;
    text-decoration: none;
}
#previewBlocks h2 {
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 90px;
    color: inherit;
}

#featuredTestimonial {
  border-bottom: 3px solid gray;
  color: gray;
  margin-bottom: 2.5em;
  margin-top: 2.5em;
  border-top: 3px solid gray;
}
#featuredTestimonial .quote {
  border-left: medium none;
  quotes: "“" "”" "‘" "’";
  padding-top: 20px;
}
#featuredTestimonial .quote:before{content: open-quote;}
#featuredTestimonial .quote:after{content: close-quote;}
#featuredTestimonial .quote p{display: inline; font-style: italic;
  font-weight: 400;
}
#featuredTestimonial .attribution{text-align: right;  color: gray;
  font-weight: 400;
}
#featuredTestimonial .pic {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
#featuredTestimonial .pic .vHelper{
  height:100%;
  width: 1px;
  vertical-align: middle;
  display: inline-block;
}
#featuredTestimonial .pic img{
  display: inline-block;
  vertical-align: middle;
}

#homePageLoops {
}
#homePageLoops .postlist {
    list-style: none outside none;
    padding: 0;
}
#homePageLoops .postlist .post {
}
#homePageLoops .postlist .post h4 {
    font-family: 'Lato',sans-serif;
    font-size: 1em;
}
#homePageLoops .postlist .post .permalink, #homePageLoops .postlist .post .continueLink {
  display: block;
  margin: 0 0 10px;
}
#homePageLoops .postlist .post .excerpt {
    font-style: italic;
    line-height: 1.5em;
    margin-bottom: 0;
}

/* course Description
=================================*/
.helpbuttons p{margin-bottom: 5px;}
#courseDescription{
  margin-top: 1.5em;
}
#courseDescription .row {
  border-top: 1px solid #DDDDDD;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.5em;
  padding-top: 0.5em;
}
#courseDescription .row:first-child{border-top:none;}
#courseDescription .row h2{
  font-size: 1.1em;
  font-weight: 300;
  color: #666;
  text-align: right;
}
#courseDescription .row p, #courseDescription .row li{
  line-height: 1.5em;
}

#classInfo {
    border: 1px solid #999999;
    display: block;
    height: 100%;
    margin-top: 1.5em;
    overflow: hidden;
    padding: 15px;
    position: relative;
}
#classInfo h3 {
    font: 1.1em/1.5em 'Lato',sans-serif;
    margin-bottom: 0.5em;
    text-align: center;
}
#classInfo p {
    text-align: center;
}
.timeslist {
    list-style: none outside none;
    padding: 0;
    text-align: center;
}
.timeslist li {
    line-height: 1.2em;
    margin: 0 0 0.5em;
}
.timeslist .selected-event {
    background: none repeat scroll 0 0 gray;
    padding: 10px;
}
.timeslist .selected-event a{
    color:#FFF;
}

/* upcoming classes
=================================*/
#upcoming-classes-page{}


#upcoming-classes-page #classFilter {
  margin-left: -15px;
}
#classFilter fieldset {
    padding-top: 25px;
}
#classFilter .form-group {
    margin-top: -25px;
}
#classFilter .form-group label {
    height: 25px;
}
#classFilter .form-group .btn{
  margin-top: 30px;
}

#helpmsg1 {
  float: right;
  margin: 0 0 15px 15px;
  text-align: center;
  width: 20%;
}
#helpmsg1 p{
  margin:0 0 .5em;
  line-height: 1.5em;
}
#helpmsg2{}
#helpmsg2 .col-sm-2 .btn{
  width: 100%
}
#helpmsg2 p{}
#helpmsg2 p:first-child{
  font-style: italic;
  color: gray;
}


/* course list
=================================*/
#courselist {
    list-style: none outside none;
    margin: 1em 0;
    padding: 0;
}
#courselist .course {
    margin: 0 0 2.5em;
}
#courselist .course h2 {
    font-family: Lato,sans-serif;
    font-size: 1.2em;
    margin: 0;
}
#courselist .course p {
    margin: 0 0 0.5em;
}

/* staff list
=================================*/
#stafflist {
    list-style: none outside none;
    margin: 1em 0;
    padding: 0;
}
#stafflist .person {
    margin: 0 0 1.5em;
    line-height: 1.3em;
}
#stafflist .person p {
    margin: 0 0 0.5em;
}

/* Media Queries
=================================*/

@media (max-width: 767px) {

#siteHeader #siteTitle {
  height: 45px;
  max-width: 390px;
  margin-top: 30px;
}
#printPDF{display: none;}
#sitedescription{text-align: center;}
#mainNavigation {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    position: absolute;
    right: 20px;
    top: 20px;
}
#mainNavigation > .container {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#mainNavigation > .container > .row {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  position: relative;
}
#menuToggle {
    background: none repeat scroll 0 0 gray;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    float: right;
    height: 42px;
    margin: 5px;
    padding: 8px 0 0;
    text-align: center;
    width: 63px;
}
#mainNavigation > .container > .row > .menu-depth-1 {
  background: none repeat scroll 0 0 gray;
  box-shadow: 0 10px 10px;
  display: block;
  float: none;
  position: absolute;
  overflow: hidden;
  right: 90%;
  top: -20px;
  max-height: 0px;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  min-height: 0;
  -webkit-transition: min-height 0.5s ease-in-out;
  -moz-transition: min-height 0.5s ease-in-out;
  -o-transition: min-height 0.5s ease-in-out;
  -ms-transition: min-height 0.5s ease-in-out;
  transition: min-height 0.5s ease-in-out;
  }
#mainNavigation:hover > .container > .row > .menu-depth-1 {
    display: block;
    max-height: 2000px;
    min-height: 1000px;
}
#mainNavigation ul li {
    display: block;
}
#mainNavigation ul li:first-child {
}
#mainNavigation ul li a {
  width: 100%;
  padding: 5px 10px;
}
#mainNavigation ul li a:hover {
  background-color: gray;
  color: #FFF;
}
#mainNavigation .menu-depth-2 {
  float:none;
  position: static;
  z-index: 2000;
  display:block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
#mainNavigation ul li:hover .menu-depth-2 {
}
#mainNavigation ul li.dropdown a {
  pointer-events:none;
}
#mainNavigation ul li.dropdown ul li a {
  pointer-events:auto;
}
#mainNavigation ul li.open .menu-depth-2 {
  margin-right: 0;
  max-height: 1000px;
  display: block;
}
#mainNavigation .menu-depth-2 li a{
  min-width: 200px;
}
#mainNavigation .menu-depth-2 li a:hover {
  background-color: #666;
}
#mainNavigation ul li .menu-depth-2.searchmenu {
    bottom: 0;
    min-width: 0;
    top: auto;
}
#mainNavigation ul li .menu-depth-2.searchmenu #searchform {
    min-width: 0;
}
#mainNavigation ul li .menu-depth-2.searchmenu #searchform .form-group {
    text-align: center;
}
#mainNavigation ul li .menu-depth-2.searchmenu #searchform .form-group #s {
    display: block;
    max-width: 100%;
}
#mainNavigation ul li .menu-depth-2.searchmenu #searchform .form-group #searchsubmit {
    display: block;
    margin: 5px auto;
    max-width: 100%;
}
#mainNavigation .menu-depth-2 li:first-child {
}
#mainNavigation .menu-depth-2 li a {
    padding: 5px 10px;
}
#mainNavigation .menu-depth-2 li a:hover {
}
#mainNavigation .menu-depth-3 li a{
  padding-left: 18px;
}
#mainNavigation .menu-depth-4 li a{
  padding-left: 26px;
}

#classFilter{margin-bottom: 1.5em;}
#classFilter .row{padding-top:0;}
#classFilter .form-group {
    margin-top: 0;
}
#classFilter .form-group .btn{
  margin-top: 10px;
}

}

@media (min-width: 768px){
#mainNavigation ul.nav li a {
  padding: 10px;
}

#mainNavigation .dropdown:hover .menu-depth-2 .dropdown ul{
  display: none;
}
#mainNavigation ul li .menu-depth-2.searchmenu{margin-top: -10px;}
#mainNavigation .menu-depth-2 li a{white-space: nowrap;}
#mainNavigation .dropdown .searchmenu li{padding:10px}

#footerWidgets .widgetwrap{
  background-color: #EEE;
  overflow: hidden;
}
#footerWidgets .widgetwrap .widget{
    float:left;
}
#footerWidgets .widgetwrap .widget:nth-child(2n){
  background-color: #E3E3E3;
}
#footerWidgets > .widget{padding:15px;}
#footerWidgets .onecol > .widget{width:57.5%;}
#footerWidgets .twocol > .widget{width:33.3%;}
#footerWidgets .twocol > .widget:first-child{width: 66.6%}
#footerWidgets .threecol > .widget{width:33.3%;}
#footerWidgets .threecol > .widget:first-child, 
#footerWidgets .threecol > .widget:nth-child(3n+1){clear:both;}
#footerWidgets .fourcol > .widget{width:25%;}
#footerWidgets .fourcol > .widget:first-child, 
#footerWidgets .fourcol > .widget:nth-child(4n+1){clear:both;}
#footerWidgets .fivecol > .widget{width:20 %;}
#footerWidgets .fivecol > .widget:first-child, 
#footerWidgets .fivecol > .widget:nth-child(5n+1){clear:both;}

}

@media (min-width: 990px){
#mainNavigation ul.nav li a {
  padding: 10px 12x;
}

}

@media (min-width: 1200px){
#mainNavigation ul.nav li a {
  padding: 10px 14px;
}

}