@import url("http://fonts.googleapis.com/css?family=Signika:400,600,700,300");
/*-- Imports --*/
/*-- tabs -- */
.tabs {
  float: right;
  margin-right: 20px; }

.primary-tabs {
  font-family: "Lucida", "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size: 13px;
  line-height: 20px;
  height: 30px;
  margin: 15px 0px 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

div.pager {
  margin: 10px 0px 0px;
  height: 30px; }

.pager li, .primary-tabs li {
  height: 30px;
  position: relative;
  background: #eeeeee url(/sites/all/themes/rubik/images/bleeds.png) 50% 0px no-repeat; }

.pager a, .pager span {
  float: left;
  text-align: center;
  min-width: 70px;
  padding: 5px 10px;
  color: #333333;
  text-shadow: white 0px 1px 0px;
  text-decoration: none; }

.primary-tabs a {
  float: left;
  text-align: center;
  min-width: 70px;
  padding: 5px 10px;
  color: #333333;
  text-shadow: white 0px 1px 0px;
  text-decoration: none; }

.pager a, .pager span {
  min-width: 10px;
  padding: 5px 15px; }
.pager li:hover {
  background-color: #f8f8f8; }

.primary-tabs li:hover {
  background-color: #f8f8f8; }

.pager li:first-child, .primary-tabs li:first-child {
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  background-position: 0% 0px; }

.pager li:last-child, .primary-tabs li:last-child {
  border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  background-position: 100% 0px; }

.pager li.pager-current, .primary-tabs li.active {
  background-color: #77bbcc; }

.pager li.pager-current span, .primary-tabs li.active a {
  color: white;
  text-shadow: #3388aa 0px 1px 0px; }

/*-- Secondary tabs, nested -- */
.secondary-tabs {
  min-width: 100px;
  position: relative;
  margin: 5px 5px 5px 0px;
  font-size: 11px;
  background: #5599aa url(/sites/all/themes/rubik/images/buttons.png) -800px 50% no-repeat;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
  .secondary-tabs:hover {
    background: #5599aa;
    opacity: 0.9; }

ul.secondary-tabs li {
  background: transparent;
  float: none;
  height: auto;
  text-align: left; }
  ul.secondary-tabs li a {
    background: transparent;
    float: none;
    height: auto;
    text-align: left; }

.secondary-tabs a {
  color: white;
  text-shadow: #3388aa 0px 1px 0px;
  display: none;
  padding: 0px 10px 0px 25px; }
.secondary-tabs:hover a, .secondary-tabs .active a {
  display: block; }
.secondary-tabs li:hover, .secondary-tabs li.active {
  background: transparent; }
.secondary-tabs a:hover {
  background: #338899 url(/sites/all/themes/rubik/images/buttons.png) -800px 50% no-repeat; }
.secondary-tabs li:last-child a:hover {
  border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px; }
.secondary-tabs li:first-child a:hover {
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px; }

.action-links {
  float: left;
  margin-left: 20px;
  font-size: 11px;
  padding: 20px 0px 20px 0px; }
  .action-links a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0px 5px 0px 0px;
    padding: 0px 5px 0px 25px;
    background: #77bbcc url(/sites/all/themes/rubik/images/buttons.png) -800px 50% no-repeat;
    color: white;
    text-shadow: #3388aa 0px 1px 0px;
    text-decoration: none; }
    .action-links a:active {
      color: #222222;
      background-color: #666666;
      background-position: -1200px 50%;
      text-shadow: #999999 0px 1px 0px; }

@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none; } }
/*-- Site style Vars --*/
/*-- General layout --*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*-- Firefox --*/
  -webkit-box-sizing: border-box;
  /*-- Safari --*/ }

/*-- Font styles --*/
p, span, a, h2, h3 {
  font-family: "Signika", sans-serif; }

h1 {
  font-family: "Signika", sans-serif;
  font-weight: 700; }

/* -- Mixins -- */
/*-- Theme Specific Styles --*/
body {
  width: 940px;
  margin-left: auto;
  margin-right: auto; }

body.front h1.page-title {
  display: none; }

#main-content {
  color: #666666;
  font-weight: 300; }

#header {
  background-image: url("images/menu-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 76px;
  margin-top: 40px; }

#block-menu-block-1 {
  position: relative;
  top: 53px;
  top: 17px;
  float: right; }
  #block-menu-block-1 li {
    height: 43px;
    float: left; }
    #block-menu-block-1 li a {
      height: 43px;
      display: block;
      color: #84a531;
      text-decoration: none;
      font-size: 1.3em;
      background-image: url("images/nav-item-seperator.png");
      background-repeat: no-repeat;
      background-position: center right;
      padding-right: 25px;
      padding-left: 6px;
      padding-top: 11px;
      padding-bottom: 5px; }
      #block-menu-block-1 li a:hover {
        color: #666666; }
  #block-menu-block-1 li.last a {
    background-image: none;
    padding-right: 15px; }

#page {
  background-image: url("images/homepage-body-bg.png");
  background-repeat: no-repeat;
  background-position: 0 -8px;
  position: relative;
  top: -5px; }

.two-col {
  position: relative;
  top: 30px; }
  .two-col .col1 {
    float: left; }
  .two-col .col2 {
    padding-top: 20px;
    padding-right: 40px; }
    .two-col .col2 p {
      font-size: 15.6px;
      line-height: 1.5em; }

#dr-picture {
  position: relative;
  top: -106px; }

.front-page-heading h1 {
  color: #4d4d4d;
  font-size: 3.5em;
  margin: 0 0 15px 0; }
.front-page-heading span {
  color: #84a531;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 400; }

#sub-content #panel1 {
  float: left;
  background-image: url("images/front-panel1.png");
  background-position: center center;
  width: 263px;
  height: 164px;
  padding: 15px;
  margin-top: 25px; }
  #sub-content #panel1 h2 {
    font-size: 1.5em;
    color: #4d4d4d;
    margin: 0 0 8px 0; }
  #sub-content #panel1 p {
    font-size: 0.9em;
    margin: 0;
    color: #666666; }
  #sub-content #panel1 a {
    color: #84a531;
    font-size: 1.2em;
    padding-right: 15px;
    background-image: url("images/green-bullet.png");
    background-position: center right;
    background-repeat: no-repeat;
    text-decoration: none;
    position: relative;
    top: 5px;
    font-weight: bold; }
    #sub-content #panel1 a:hover {
      text-decoration: underline; }
#sub-content #panel2 {
  float: right;
  width: 263px;
  height: 164px;
  margin-top: 25px; }
  #sub-content #panel2 img {
    float: left;
    margin: 0 10px 10px 0; }
  #sub-content #panel2 h2 {
    font-size: 1.5em;
    color: #4d4d4d;
    margin: 0 0 8px 0; }
  #sub-content #panel2 span {
    color: #84a531; }
  #sub-content #panel2 p {
    margin: 0; }
  #sub-content #panel2 ul {
    color: #666666;
    width: 130px;
    float: right;
    margin: 0 0 20px 0; }
    #sub-content #panel2 ul li {
      margin: 0 0 0 10px;
      height: 17px; }
      #sub-content #panel2 ul li a {
        color: #666666;
        font-size: 0.9em; }
        #sub-content #panel2 ul li a:hover {
          text-decoration: none; }
  #sub-content #panel2 .smlbutton {
    clear: both;
    background-image: url("images/button-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    width: 265px; }
    #sub-content #panel2 .smlbutton a {
      color: #84a531;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      display: block;
      width: 100%;
      padding: 8px 20px; }
      #sub-content #panel2 .smlbutton a:hover {
        text-decoration: underline; }

#footer {
  background-image: url("images/footer-bg.png");
  background-position: 0 -56px;
  background-repeat: no-repeat;
  min-height: 170px;
  padding: 15px 20px 20px;
  position: relative;
  top: -75px; }

#block-menu-block-2 {
  width: 630px;
  float: left; }
  #block-menu-block-2 ul li {
    padding: 0 22px 3px;
    float: left; }
    #block-menu-block-2 ul li a {
      color: #FFFFFF;
      text-decoration: none; }
      #block-menu-block-2 ul li a:hover {
        text-decoration: underline; }
  #block-menu-block-2 ul li.expanded ul li {
    padding: 5px 0;
    float: none; }
    #block-menu-block-2 ul li.expanded ul li a {
      max-width: 70px;
      display: block;
      line-height: 1.2em; }

#block-block-1 {
  float: right; }

#branding {
  background-image: url("images/logo-bg.png");
  background-position: center center;
  width: 342px;
  height: 108px;
  float: left;
  position: relative;
  z-index: 99;
  top: -10px;
  padding: 25px; }
  #branding h1 a {
    color: #FFFFFF;
    font-size: 2.9em;
    margin: 0 0 15px 0;
    text-decoration: none; }
  #branding span {
    color: #EEEEEE;
    font-size: 1.3em;
    font-style: italic;
    font-weight: 400; }

.qoute-highlight {
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  color: #84a531;
  font-style: italic;
  padding: 20px;
  font-size: 1.2em;
  line-height: 1.5em; }

body.not-front #page {
  padding-top: 40px;
  background-image: url("images/body-bg.png"); }
  body.not-front #page h1 {
    color: #4d4d4d;
    font-size: 1.5em;
    margin-bottom: 20px; }
  body.not-front #page h2 {
    color: #4d4d4d;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 15px; }
body.not-front #left {
  float: left;
  width: 240px; }
body.not-front #main-content {
  float: right;
  padding-right: 30px;
  padding-left: 30px; }
  body.not-front #main-content #content a {
    color: #84a531; }
    body.not-front #main-content #content a:hover {
      text-decoration: none; }
body.not-front #footer {
  top: 0;
  padding: 30px 20px 20px;
  background-position: 0 -40px;
  margin-bottom: 40px; }

body.sidebar-first #main-content {
  padding-left: 0;
  width: 700px; }

#block-menu-block-3 {
  background-image: url("images/sidebar-nav-bg.png");
  background-position: center center;
  width: 189px;
  height: 189px;
  margin: 0 auto; }
  #block-menu-block-3 .menu {
    width: 80%;
    margin: 0 auto;
    padding-top: 10px; }
    #block-menu-block-3 .menu li {
      display: none; }
      #block-menu-block-3 .menu li a {
        color: #666666;
        text-decoration: none;
        padding: 5px 5px;
        border-bottom: 1px solid #cccccc;
        display: block;
        width: 100%; }
        #block-menu-block-3 .menu li a:hover {
          color: #84a531; }

/* -- Overwrite for sub-tree display -- */
#block-menu-block-3 li.active-trail {
  display: block; }
  #block-menu-block-3 li.active-trail .menu {
    width: 90%;
    margin: 0 auto;
    padding-top: 0; }
    #block-menu-block-3 li.active-trail .menu a.active {
      font-weight: bold;
      background-image: url("images/green-bullet.png");
      background-repeat: no-repeat;
      background-position: center left;
      padding-left: 15px; }
  #block-menu-block-3 li.active-trail li {
    display: block; }

.buttonlink {
  clear: both;
  background-image: url("images/button-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 40px;
  width: 265px;
  display: block;
  padding: 9px 20px; }

table th, table td {
  vertical-align: top; }

#edit-submit {
  clear: both;
  background-image: url("images/button-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 40px;
  width: 265px;
  background-image: url("images/submit-button.png");
  display: block;
  text-align: center;
  width: 135px;
  color: #4d4d4d;
  margin-top: 20px; }
  #edit-submit:hover {
    color: #666666; }

.field-name-field-image {
  float: right; }
  .field-name-field-image img {
    margin-left: 30px;
    height: auto !important;
    background: white !important;
    border-radius: 8px;
    -webkit-box-shadow: #cccccc 2px 1px 5px;
    -moz-box-shadow: #cccccc 2px 1px 5px;
    box-shadow: #cccccc 2px 1px 5px;
    padding: 8px;
    width: 250px !important; }
