@charset "UTF-8";
/**
 * @file
 *
 * Bear Starter Theme Main Styling
 *
 * Adds basic bear styles for starter theme.
 *
 */
/***********
~IMPORTS
***********/
/****************
OUR CUSTOM MIXINS
*****************/
/***********
~VARIABLES
***********/
/***********
~BREAKPOINTS
***********/
/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/

/***********
~GENERIC
***********/
body {
  color: #555555;
  background-color: #fff !important;

}
body a {
  color: #2c74b3;
  text-decoration: none;
}
body a:hover {
  color: #443C45;
  text-decoration: underline;
}
body a:visited {
  color: #2c74b3;
}
body p {
  margin: 0 0 15px 0;
}
body p.horizontal-sep {
  background: url(../../images/corp/horizontal-sep.png) no-repeat center bottom;
  padding-bottom: 10px;
}
body .blue {
  color: #2c74b3;
}

html, body, button, input, select, textarea {
  font-family: "Abel", Arial, Helvetica, sans-serif;
  font-size: 1em;
}

h1, h2, h3, h4, h5 {
  font-family: "Abel", sans-serif;
  font-weight: 400;
}

#main {
  clear: both;
  padding-top: 0;
  padding-bottom: 10px;
}

#page {
  min-width: 300px;
  overflow-x: hidden;
  clear: both;
  position: relative;
  top: -10px;
}
#page #content {
  //padding-bottom: 40px;
  display: inline-block;
}

.navigation {
  width: 100%;
  padding: 0;
}

@media (max-width: 400px) {
  ul.primary li, ul.secondary li {
    float: none;
    clear: both;
    margin: 0;
  }
  ul.primary li a, ul.secondary li a {
    width: 88%;
  }
}
.tmt-layout .cont {
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -moz-animation: fadein 1s;
  /* Firefox */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera */
  animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* Firefox */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
​
h1 {
  font-size: 160%;
}

.breadcrumb {
  margin: 20px 0;
}

/***********
~HEADER
***********/
.region-header {
  clear: none;
}

.wrapper.header #header {
  padding: 10px 20px 20px 20px;
  position: relative;
}
@media (max-width: 949px) {
  .wrapper.header #header {
    text-align: center;
    padding: 0;
    border-top: 1px solid #CCC;
    position: unset;
  }
  .wrapper.header #header #logo {
    float: none;
    position: absolute;
    top: 6px;
    left: 6px;
  }
  .wrapper.header #header #logo img {
    width: 160px;
  }
}

#name-and-slogan {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#above_header, #header {
  clear: both;
}

#block-search-form {
  background: #FFFFFF;
  padding: 0 0 0 10px;
  float: right;
  width: 200px;
  margin: 60px 0 0 0;
}
@media (max-width: 830px) {
  #block-search-form {
    clear: both;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
}
#block-search-form input.form-text {
  border: none;
  border-right: 1px solid #CCCCCC;
  width: 150px;
}
#block-search-form input.form-text:focus {
  box-shadow: none;
  moz-box-shadow: none;
}
#block-search-form input.form-submit {
  text-indent: -9999px;
  background: white url(../../images/corp/search.png) no-repeat center center;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  filter: none;
  padding: 5px 15px;
  width: 40px;
  height: 28px;
  text-shadow: none;
  margin: 0;
}

/***********
~SIDEBARS
***********/
aside.sidebars {
  margin: 30px 0 0 0;
}
aside.sidebars .sidebar {
  padding-bottom: 20px;
}
aside.sidebars .sidebar h2 {
  background: #eff2f1;
  text-indent: 10px;
  margin: 0 0 10px 0;
  font-size: 110%;
}
@media (max-width: 900px) {
  aside.sidebars .sidebar {
    padding-left: auto;
  }
}

/***********
~SLIDESHOW
***********/
.flexslider {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 0;
  border-radius: 0;
  margin: 0;
  position: relative;
}

/***********
~FOOTER
***********/
.wrapper.footer #footer {
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  font-size: 12px;
  text-align: center;
}
.wrapper.footer #footer p {
  margin: 10px 0 0 0;
}
.wrapper.footer #footer #block-block-1 {
  padding: 0;
}
@media (max-width: 830px) {
  .wrapper.footer #footer .menu-name-menu-footer-menu {
    background: transparent;
  }
  .wrapper.footer #footer .menu-name-menu-footer-menu ul {
    margin: 0 10px;
  }
  .wrapper.footer #footer .menu-name-menu-footer-menu ul li {
    clear: both;
    float: left;
    background: transparent;
    margin: 0;
    padding: 0;
  }
  .wrapper.footer #footer .menu-name-menu-footer-menu ul li a {
    color: #555555;
  }
  .wrapper.footer #footer .menu-name-menu-footer-menu ul li a:hover {
    text-decoration: underline;
  }
}
.wrapper.footer.home a:link, .wrapper.footer.home a:visited {
  color: #555555;
}
.wrapper.footer.home a:hover {
  color: #008cc7;
  text-decoration: none;
}

@media (max-width: 830px) {
  #footer {
    text-align: center;
  }

  ul.social-footer {
    margin-top: -10px;
  }
  ul.social-footer li {
    display: inline-block;
    float: none;
  }
}
@media (max-width: 949px) {
  #logo {
    float: none;
    position: absolute;
    top: 6px;
    left: 6px;
  }
  #logo img {
    width: 160px;
  }
}

div.wrapper.main{
background-color: #fff !important;


}


div.wrapper.header{
background-color: #fff !important;


}