/************** BASE STYLESHEETS *******************/
/* Reset =================================================== */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr,
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video
 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  padding: 0px; }

/********* COLORS ****************/
/*
main menu color:12b0fa;
breadcrumb color:1e8ad8;

e0deda
cccac7
rgba(240,238,234,.92);
<link href='http://fonts.googleapis.com/css?family=PT+Sans|Open+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Passion+One' rel='stylesheet' type='text/css'>
font-family: 'Passion One', cursive;
font-family: 'Open Sans', sans-serif;
font-family: 'PT Sans', sans-serif;
*/
/*********** PADDING *****************/
/******** MIXINS **********************/
/********************************* BASIC REPSONSIVE LAYOUT *****************/
/*********** DISPLAY SUITE **********/
.ds-2col-stacked-fluid .group-left > * {
  padding-right: 18px; }
.ds-2col-stacked-fluid .group-right > * {
  padding-left: 18px; }

@media (max-width: 768px) {
  .ds-2col-stacked-fluid .group-left {
    width: 100%; }
    .ds-2col-stacked-fluid .group-left > * {
      padding-right: 0px; }
  .ds-2col-stacked-fluid .group-right {
    width: 100%; }
    .ds-2col-stacked-fluid .group-right > * {
      padding-left: 0px; } }
/******************************************************** page Layout *******************/
div#wrap, div.easy-breadcrumb {
  margin-left: auto;
  margin-right: auto;
  display: block; }

div.easy-breadcrumb {
  padding: 18px 15px; }

#header .container-inner, #subfooter .container-inner {
  padding: 15px; }

#page {
  padding: 0; }

#main-nav div.container-inner, div#main-content, div.sidebar-second, div.sidebar-first {
  padding-left: 15px;
  padding-right: 15px; }

div#page div.column-inner:before, div#page div.column-inner:after {
  content: " ";
  display: table; }
div#page div.column-inner:after {
  clear: both; }
div#page div.column-inner {
  *zoom: 1; }
div#page div.container-inner {
  /*background-color:#fff;*/ }

div#main-content, div.sidebar-first, div.sidebar-second {
  padding-bottom: 18px;
  padding-top: 18px; }

div.sidebar-second {
  border-top: solid 1px #aaa;
  padding-top: 18px; }

/***div[role="main"],div.sidebar-first, div.sidebar-second { padding:0px; }**/
div#main-content, div.sidebar-first, div.sidebar-second {
  width: 100%; }

a.logo {
  max-width: 240px;
  float: left; }

body > #footer .container-inner {
  padding: 30px 15px; }

#footer .container-inner {
  padding: 20px 15px 48px 15px; }

.footer-copyright {
  text-align: left;
  clear: left; }

.footer-gorges {
  text-align: right;
  float: right; }

.footer-copyright, .footer-gorges {
  width: 50%; }

body.sidebar-first div#main-content, body.two-sidebars div#main-content {
  border-top: solid 1px #aaa; }

@media (min-width: 400px) {
  a.logo {
    max-width: 280px; } }
@media (min-width: 600px) {
  a.logo {
    max-width: 350px; } }
/************************* TABLET PORTRAIT ****************/
@media only screen and (min-width: 768px) {
  .siteinfo {
    width: 40%;
    float: left; }

  div.sidebar-second, body.sidebar-first div#main-content, body.two-sidebars div#main-content {
    border-top: none; }

  body.no-sidebars div.page div.container-inner {
    padding: 36px 30px; }
  body.no-sidebars div#main-content {
    width: 100%; }

  body.one-sidebar.sidebar-first div#main-content {
    float: right;
    width: 69%; }
  body.one-sidebar.sidebar-first div.sidebar-first {
    float: left;
    width: 30%; }

  body.one-sidebar.sidebar-second div#main-content {
    float: left;
    width: 65.854%; }
  body.one-sidebar.sidebar-second div.sidebar-second {
    float: right;
    width: 31.7%; }

  body.two-sidebars div.sidebar-first {
    float: left;
    width: 31.7%; }
  body.two-sidebars div#main-content {
    float: left;
    width: 65.854%;
    margin-left: 2.39%; }
  body.two-sidebars div.sidebar-second {
    width: 100%;
    clear: both; } }
/************************** ABOVE TABLET PORTRAIT **************************/
@media only screen and (min-width: 960px) {
  .siteinfo {
    width: auto; }

  .header-region {
    width: auto; }

  div[role="main"] {
    padding: 0; }

  body.two-sidebars div.sidebar-first {
    float: left;
    width: 23.17%; }
  body.two-sidebars div#main-content {
    float: left;
    width: 48.780%;
    margin-left: 2.39%; }
  body.two-sidebars div.sidebar-second {
    float: right;
    width: 23.17%;
    clear: none; }

  /*****
  .sidebar-first > .column-inner { padding-right:18px;  }

  body.two-sidebars {
    .sidebar-second {
      > .column-inner { padding-left:18px;  }
    }

    #main-content {
      > .column-inner { padding:0px 15px;  }
    }
  }****/ }
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .container-inner {
    width: auto;
    max-width: 100%; } }
@media only screen and (max-width: 1000px) {
  #featured .feature {
    width: 100%;
    float: none; } }
/* -- clearfixing header, footer & .page -- */
header[role="banner"]:before, header[role="banner"]:after,
.page:before, .page:after,
footer[role="contentinfo"]:before, footer[role="contentinfo"]:after,
.cf:before, .cf:after {
  content: "";
  display: table; }

header[role="banner"]:after,
.page:after,
footer[role="contentinfo"]:after,
.cf:after {
  clear: both; }

header[role="banner"],
.page,
footer[role="contentinfo"],
.cf {
  zoom: 1; }

/***************************** FIXED BOTTOM FOOTER *************/
@media (min-width: 481px) {
  html, body {
    height: 100%; }

  body {
    display: table;
    width: 100%; }

  #wrap, #footer-wrapper {
    display: table-row;
    height: 1px; }

  #wrap {
    height: 100%; } }
/**/
@media (min-width: 768px) {
  #wrap {
    /*padding-top:$page-margin / 2;  margin-bottom:$page-margin / 2; */ }

  div#page div.container-inner {
    padding: 18px 20px; }

  div.sidebar-second {
    margin-top: 60px; } }
@media (min-width: 1001px) {
  #wrap {
    /*max-width:980px;*/ } }
@media (min-width: 1024px) {
  body.one-sidebar.sidebar-first div.sidebar-first {
    float: left;
    width: 25%; }

  #wrap {
    /*padding-top:$page-margin;*/ }

  div#page {
    padding: 0 30px; }

  #footer {
    margin-top: 30px; }
    #footer div.container-inner {
      padding-left: 30px;
      padding-right: 30px; }

  #header div.container-inner {
    padding: 30px 60px; }

  div.easy-breadcrumb {
    padding-left: 30px; }

  div#page div.container-inner {
    padding: 30px 30px;
    /*margin-top:$page-margin;*/ }

  div.search {
    margin-bottom: 10px;
    margin-top: 0px; }

  div#main-nav div.container-inner {
    padding: 0; } }
@media (min-width: 1240px) {
  #wrap {
    /*max-width:1200px;*/ }

  div.easy-breadcrumb {
    padding-left: 0; }

  /*.container-inner, div#page div.container-inner, div.easy-breadcrumb, #footer div.container-inner*/
  #wrap, #footer div.container-inner {
    max-width: 1200px; } }
h1 {
  font-size: 225%;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 0.5em;
  /* 21px */ }

h2 {
  font-size: 131.25%;
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 0.333em;
  /* 18px */ }

h3 {
  font-size: 97.5%;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 0.333em;
  /* 14px */
  font-weight: bold; }

h1 {
  font-weight: normal;
  font-family: "Passion One", "Arial Black","HelveticaNeue-Black", sans-serif; }

h2, h3 {
  font-weight: normal; }

h3 {
  font-weight: bold; }

p, li, dl {
  font-size: 87.525%;
  font-size: 1.167rem; }

#main-content p, #main-content li, #main-content dl, div.sidebar-left p, div.sidebar-left li, div.sidebar-left dl, div.sidebar-right p, div.sidebar-right li, div.sidebar-right dl {
  margin-bottom: 18px;
  font-size: 99.975%;
  font-size: 1.333rem; }

.sidebar-buttons a, .main-menu > ul > li > a {
  font-family: "PT Sans Narrow",arial, helvetica, sans-serif;
  text-transform: uppercase; }

@media (min-width: 768px) {
  h1 {
    font-size: 270%;
    font-size: 3.6rem;
    line-height: 0.750;
    line-height: 1.3;
    margin-bottom: 0.250em;
    /* 24px */ }

  h2 {
    font-size: 150%;
    font-size: 2rem;
    line-height: 0.857;
    line-height: 1.3;
    margin-bottom: 0.25em;
    /* 21px */ }

  h3 {
    font-size: 97.5%;
    font-size: 1.3rem;
    line-height: 1.000;
    line-height: 1.4;
    margin-bottom: 0.500em;
    /* 18px */ } }
@media (min-width: 1024px) {
  h1 {
    font-size: 330%;
    font-size: 4.4rem;
    line-height: 0.643;
    line-height: 1.3;
    margin-bottom: 0.25em;
    /* 28px */ }

  h2 {
    font-size: 187.5%;
    font-size: 2.5rem;
    line-height: 0.750;
    line-height: 1.3;
    margin-bottom: 0.250em;
    /* 24px */ }

  h3 {
    font-size: 105%;
    font-size: 1.4rem;
    line-height: 0.857;
    line-height: 1.4;
    margin-bottom: 0.5em;
    /* 21px */ } }
@media (min-width: 1278px) {
  h1 {
    font-size: 375%;
    font-size: 5rem;
    line-height: 0.500;
    line-height: 1;
    margin-bottom: 0.250em;
    /* 36px */ }

  h2 {
    font-size: 200.025%;
    font-size: 2.667rem;
    line-height: 0.600;
    line-height: 1.3;
    margin-bottom: 0.250em;
    /* 30px */ }

  h3 {
    font-size: 112.5%;
    font-size: 1.5rem;
    line-height: 0.750;
    line-height: 1.4;
    margin-bottom: 0.50em;
    /* 24px */ } }
/********************************** STYLING BASICS THAT TRANSLATE TO EVERY SITE *****************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /*@import "2x";*/ }
/* 5. special effects */
/* media query transitions */
h1, h2, h3, h4, h5, h6, p, ul, ol {
  -webkit-transition-property: font-size;
  -moz-transition-property: font-size;
  transition-property: font-size;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

/* selection highlights */
::-moz-selection {
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  text-shadow: none;
  /* #ff0000 */ }

::selection {
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  text-shadow: none;
  /* #ff0000 */ }

img::-moz-selection {
  background-color: transparent;
  -moz-box-shadow: none; }

img::selection {
  background-color: transparent;
  box-shadow: none; }

header, footer, div, nav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  word-wrap: break-word; }

html {
  font-size: 62.5%;
  font-size: 75%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  /* disable text auto-adjust */
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: white;
  -ms-text-size-adjust: 100%; }

body {
  color: #222;
  width: 100%;
  margin: 0px auto;
  /*font-size:75%;*/ }

body div {
  font-size: 87.525%;
  font-size: 1.167rem; }

div#wrap {
  position: relative;
  z-index: 2; }

.container-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  .container-inner:after {
    content: "";
    display: table;
    clear: both; }

.some-class {
  font-size: 87.525%;
  font-size: 1.167rem; }

.active, .active-trail {
  font-weight: normal; }

.breadcrumb {
  padding: 0px; }

.easy-breadcrumb_segment-separator {
  padding: 0px 5px; }

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

.button {
  display: inline-block;
  border-radius: 7px;
  background: #1b7bc1;
  font-size: 18px;
  color: #fff;
  border: none;
  padding: 5px 16px; }
  .button:hover {
    background-color: #333;
    text-decoration: none; }
    .button:hover a {
      text-decoration: none; }

a {
  color: #056bb5;
  text-decoration: none; }

.logo {
  display: inline-block; }
  .logo img {
    display: block; }

.siteinfo {
  padding-top: 20px; }
  .siteinfo h1, .siteinfo h2 {
    position: absolute;
    left: -10000px; }

.siteinfo figure {
  display: block; }
  .siteinfo figure a {
    display: block; }

.site-name, .site-slogan {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  height: 0px; }

header[role="banner"] {
  /*height:140px; */ }
  header[role="banner"]:before, header[role="banner"]:after {
    content: " ";
    display: table; }
  header[role="banner"]:after {
    clear: both; }
  header[role="banner"] {
    *zoom: 1; }
  header[role="banner"] p {
    margin: 0px; }

/*
.header-login {
  a { 
    font-size:12px; 
    width:49%; 
    @include x-rem(font-size,1); 
    height:32px; 
    display:block; 
    float:left; 
    text-align:center; 
    margin-right:1%;
    &:nth-child(2) { margin-left:1%; margin-right:0px; }
  }
  span { border:solid 1px #ccc; border-radius:3px; display:block; height:100%; line-height:32px; }
}
*/
/***************************** WIDGETS -- UNCOMMENT AS NEEDED ******************************/
/*.author { margin-bottom:24px; font-style:italic; font-size:12px; color:#666; } */
/*
.more-link {
  border-radius:$button-border-radius;
  background:$accent-color;
  padding:4px 15px;
  margin-bottom:15px;
  display:inline-block;
  float:right;
  &:hover { background:lighten($base-color,20%); }
  a { background:url(../images/arrow-more-white.png) no-repeat right center; display:inline-block; color:#333; padding-right:22px; font-family:"Myriad Pro Black","Arial Black", arial, helvetica, sans-serif; font-weight: 900;  
  }
}

.twitter-home {
  margin-bottom:20px;
  li {
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:solid 1px #ccc;
  }
  span { font-size:14px; }
  .more-link { margin-top:14px; text-align:right; }
}

.facebook-home {
  iframe { width:100%!important; }
  .facebook-entry {
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:solid 1px #ccc;
    span {font-size:14px; line-height:1.5; display:block;}
    br:first-child {
      display:none;
    }
  }
  .view-footer { text-align:right; }
}

.list {
  > div {
    margin-bottom:36px;
  }
}

*/
#edit-actions {
  margin-top: 0px;
  clear: both; }

div#edit-account {
  padding: 20px 0; }
  div#edit-account .form-required {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: solid 1px #999; }
    div#edit-account .form-required small {
      max-width: 700px;
      display: block;
      margin-top: 5px; }

ol {
  margin-left: 36px; }

ol {
  margin-bottom: 112.5%;
  margin-bottom: 1.5rem; }

ol li {
  list-style-type: decimal; }

#main-content ol li, #main-content ul li, #tinymce ol li, #tinymce ul li {
  list-style-type: square;
  padding-left: 10px; }
#main-content ol, #main-content ul, #tinymce ol, #tinymce ul {
  margin-left: 36px; }

body#tinymce {
  background: #fff; }

/*************** TABLES *************/
thead label {
  text-align: left !important;
  width: 100% !important;
  max-width: 100% !important; }

#edit-profile-main {
  /*display:none;*/ }

/*************** LIST TEMPLATE **************/
.list {
  clear: both; }
  .list:before, .list:after {
    content: " ";
    display: table; }
  .list:after {
    clear: both; }
  .list {
    *zoom: 1; }
  .list .view-content > div {
    margin-bottom: 36px;
    clear: both; }
    .list .view-content > div:before, .list .view-content > div:after {
      content: " ";
      display: table; }
    .list .view-content > div:after {
      clear: both; }
    .list .view-content > div {
      *zoom: 1; }
  .list h3 {
    margin-bottom: 0px; }

/******************************************************** MEDIA QUERIES *************************************/
@media (min-width: 321px) {
  .header-region {
    top: 125px; } }
@media (min-width: 380px) {
  #header-right {
    padding-top: 12px; } }
@media (min-width: 481px) {
  .header-login {
    border: none; } }
@media only screen and (min-width: 728px) {
  div#edit-account label {
    display: block; }
  div#edit-account input {
    /*width:280px!important;*/ }
  div#edit-account .form-required small {
    max-width: 700px;
    display: block;
    margin-top: 5px; }

  .header-region {
    background-color: transparent; } }
@media only screen and (min-width: 768px) {
  #wrap {
    /*width:95.121951%;*/ }

  .header-login a {
    font-size: 14px; }

  div#edit-account label {
    padding-right: 5px; } }
@media only screen and (min-width: 769px) {
  form#user-register-form > fieldset > legend > span {
    font-size: 18px; }

  #main-menu {
    padding: 0px 20px; }

  .header-login p {
    margin: 0px; } }
@media (min-width: 1001px) {
  .page {
    border: none; }

  .logo a {
    margin-bottom: 15px; } }
/* background: rgba(0,0,0,.5); */
.main-menu {
  background-color: #fff; }
  .main-menu li {
    margin-bottom: 0px; }
  .main-menu a:hover, .main-menu .nolink:hover {
    text-decoration: none; }
  .main-menu > ul {
    width: 100%;
    margin: 0px;
    padding: 0px 0px; }
    .main-menu > ul:after {
      content: "";
      display: table;
      clear: both; }
    .main-menu > ul > li {
      position: relative; }
      .main-menu > ul > li > a, .main-menu > ul > li .nolink {
        font-size: 18px; }
      .main-menu > ul > li > ul {
        width: 100%; }
        .main-menu > ul > li > ul > li > a {
          padding: 6px 20px;
          font-size: 14px; }
          .main-menu > ul > li > ul > li > a ul li a {
            display: none; }
      .main-menu > ul > li:hover > ul {
        display: block; }
      .main-menu > ul > li:hover > a, .main-menu > ul > li:hover > .nolink {
        border-top-color: transparent; }
      .main-menu > ul > li:hover a {
        text-decoration: none; }
    .main-menu > ul li:hover.active-trail > a {
      cursor: default; }
    .main-menu > ul li:hover .nolink {
      cursor: default; }
    .main-menu > ul a, .main-menu > ul .nolink {
      display: block;
      color: #333; }

/************************** MOBILE MENU ********************************/
.nav-button {
  display: none; }

/* hide the navigation button by default */
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .nav-button {
    display: block;
    position: absolute;
    right: 15px;
    background: none;
    cursor: pointer;
    border: 0 none;
    z-index: 999;
    height: 20px;
    width: 44px;
    outline: none; }
    .nav-button span {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      position: absolute;
      width: 100%;
      left: 0;
      overflow: hidden;
      height: 4px;
      background-color: #1b7bc1;
      display: block; }
      .nav-button span:nth-child(1) {
        top: 0; }
      .nav-button span:nth-child(2) {
        top: 10px; }
      .nav-button span:nth-child(3) {
        top: 20px; }
    .nav-button.open span:nth-child(1) {
      width: 0%;
      left: 50%; }
    .nav-button.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 9px; }
    .nav-button.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 9px; }

  /* Navigation Bar
  -------------------------------------------------------- */
  .main-menu {
    width: 100%;
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
    z-index: 998;
    clear: both;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
    .main-menu > ul > li {
      border-bottom: solid 1px #ccc; }
      .main-menu > ul > li > a, .main-menu > ul > li .nolink {
        padding: 20px 20px 12px 20px; }
      .main-menu > ul > li ul {
        margin-bottom: 10px; }
    .main-menu li {
      display: none;
      width: 100%; }
      .main-menu li a, .main-menu li .nolink {
        display: block;
        padding: 10px 5%;
        font-size: 14px;
        text-decoration: none;
        /*border-bottom: 1px solid rgba(0,0,0,.2);
        border-top: 1px solid rgba(255,255,255,.1); */ }
    .main-menu li .active {
      background-color: #1b7bc1 !important;
      border-top-color: transparent;
      color: #fff;
      cursor: default; }
    .main-menu li:hover .active {
      cursor: default; }

  .main-menu > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2); }

  /* Toggle the navigation bar open  */
  .main-menu {
    position: fixed;
    top: 0px;
    left: -220px;
    width: 220px;
    z-index: 100;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all .2s; }

  .logged-in .main-menu {
    top: 44px; }

  .main-menu.open {
    left: 0px; }

  .main-menu.open li {
    display: block; }

  /* Submenus - optional .parent class indicates dropdowns */
  /*
  	.main-menu li.parent > a:after {
  		content: "?";
  		color: rgba(255,255,255,.5);
  		float: right;
  	}
  */
  .main-menu li.parent > a:hover {
    background: rgba(0, 0, 0, 0.75); }

  .main-menu li ul {
    border-top: 0 none;
    padding: 0; }

  .main-menu li ul a {
    border: 0 none;
    font-size: 12px;
    padding: 10px 5%;
    font-weight: normal; }

  .main-menu li:hover ul {
    display: block;
    border-top: 0 none; } }
@media (max-width: 599px) {
  .nav-button {
    top: 32px; } }
@media (min-width: 600px) and (max-width: 767px) {
  .nav-button {
    top: 38px; } }
@media (min-width: 768px) {
  .nav-button {
    width: 44px;
    height: 34px;
    top: 36px; }
    .nav-button:before {
      font-size: 36px;
      line-height: 18px;
      border-bottom: 20px double #1b7bc1;
      border-top: 7px solid #1b7bc1;
      height: 7px;
      width: 44px; } }
@media (min-width: 1024px) {
  div#main-nav {
    background-color: #fff;
    z-index: 1000;
    display: block;
    border-top: solid 1px #ece5df;
    border-bottom: solid 1px #acaba9;
    position: relative;
    top: 0px;
    width: 100%; }

  #main-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 60px;
    background: #fff url(../images/logo-menu.png) no-repeat 20px center; }

  .main-menu > ul > li.expanded:hover > a, .main-menu > ul > li.expanded:hover > .nolink {
    background: url(../images/menu-hover.png) no-repeat center 34px; }
  .main-menu > ul > li.expanded > a, .main-menu > ul > li.expanded > .nolink {
    z-index: 1001;
    position: relative;
    top: 1px;
    /*background:url(../images/arrow-down.png) no-repeat 100% 14px;*/ }
  .main-menu > ul > li:hover {
    background-color: none; }
    .main-menu > ul > li:hover > a, .main-menu > ul > li:hover .nolink {
      color: #1b7bc1; }
  .main-menu > ul > li > a, .main-menu > ul > li > .nolink {
    padding: 12px 16px;
    transition: background-color .3s ease; }
    .main-menu > ul > li > a.active, .main-menu > ul > li > .nolink.active {
      color: #12b0fa; }
  .main-menu > ul > li > ul {
    width: 200px; }
    .main-menu > ul > li > ul > li a, .main-menu > ul > li > ul > li .nolink {
      color: #333; }
      .main-menu > ul > li > ul > li a:hover, .main-menu > ul > li > ul > li .nolink:hover {
        background-color: #1b7bc1;
        color: #fff; }

  #mobile-header {
    padding: 0px 20px; }

  .main-menu > ul {
    display: table; }

  .main-menu > ul > li {
    display: table-cell; }
    .main-menu > ul > li > a, .main-menu > ul > li > .nolink {
      text-align: center;
      line-height: 1.4; }
    .main-menu > ul > li > ul {
      display: none;
      /*background:#9adfff; */
      background-color: #f3de10;
      position: absolute;
      top: 50px;
      z-index: 100; }
      .main-menu > ul > li > ul li:first-child a {
        padding-top: 10px; }
      .main-menu > ul > li > ul li:last-child a {
        padding-bottom: 10px; }

  .main-menu {
    background: none; }
    .main-menu > ul {
      background: none; }
    .main-menu > ul > li > ul > li:last-child {
      overflow: hidden; } }
@media (min-width: 1300px) {
  .main-menu > ul > li > a {
    height: auto; } }
@media (min-width: 1350px) {
  .main-menu > ul > li.expanded > a, .main-menu > ul > li.expanded > .nolink {
    background: url(../images/arrow-down.png) no-repeat 97% 14px; }
  .main-menu > ul > li a, .main-menu > ul > li .nolink {
    font-size: 112.5%;
    font-size: 1.5rem;
    padding: 12px 24px; }
  .main-menu > ul > li > ul {
    width: 200px; } }
/************************************************** FORMS ****************************************************/
html.js input.form-autocomplete {
  background-position: 90% 10px; }

html.js input.throbbing {
  background-position: 90% -10px; }

#autocomplete li:hover {
  background-color: transparent;
  color: #f3de10;
  cursor: pointer; }

label {
  font-weight: bold;
  font-size: 14px; }

label.required:after, .required label:after {
  display: inline-block;
  content: "*";
  margin-left: 5px;
  vertical-align: top;
  color: red; }

.marker, .form-required {
  color: #3a3a3a; }

legend {
  font-weight: bold; }

/** CHECKBOXES and RADIOS **/
input[type="checkbox"], input[type="radio"] {
  vertical-align: middle; }

.form-checkboxes label {
  font-size: 12px; }

.field-widget-options-buttons label {
  width: auto;
  max-width: 100%;
  margin-bottom: 0px;
  margin-left: 3px;
  vertical-align: bottom; }

.field-widget-options-buttons > div > label {
  font-weight: bold; }
.field-widget-options-buttons > div > div label {
  font-size: 12px; }

input[type="text"], input[type="email"], input[type="password"] {
  height: 32px;
  padding: 2px 10px; }

input[type="text"], input[type="email"], select, textarea, input[type="password"] {
  border: solid 1px #ddd;
  font-size: 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

textarea {
  border-bottom: none; }

.form-textarea-wrapper .grippie {
  width: 100%;
  border: solid 1px #aaa;
  border-top: solid 1px #aaa; }

select {
  padding: 2px;
  height: 32px;
  width: 100%; }

input[type="submit"] {
  display: inline-block;
  border-radius: 7px;
  background: #1b7bc1;
  font-size: 18px;
  color: #fff;
  border: none;
  font-size: 12px;
  padding: 6px 15px; }
  input[type="submit"]:hover {
    background-color: #333;
    text-decoration: none; }
    input[type="submit"]:hover a {
      text-decoration: none; }
  input[type="submit"]:hover {
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=50);
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$amount)";*/
    opacity: 0.6; }

fieldset {
  border: solid 1px #999;
  max-width: 92%; }
  fieldset fieldset {
    margin: 20px 0;
    max-width: 82%; }

.fieldset-wrapper > div {
  margin-bottom: 10px; }

/******************************* USER LOGIN *****************************/
form#user-login .form-required {
  margin-bottom: 10px; }
  form#user-login .form-required label {
    /*width:90px; display:inline-block;*/
    line-height: 2; }
form#user-login input[type="text"], form#user-login input[type="password"] {
  max-width: 460px; }
form#user-login small {
  display: block;
  line-height: 2;
  font-size: 12px; }
form#user-login label {
  display: block; }

/*********** CONTACT FORMS **********/
.webform-client-form #edit-actions {
  max-width: 460px; }

.webform-component {
  margin-bottom: 12px; }
  .webform-component:before, .webform-component:after {
    content: " ";
    display: table; }
  .webform-component:after {
    clear: both; }
  .webform-component {
    *zoom: 1; }

.webform-component-checkboxes div label,
.webform-component-radios div label {
  font-weight: normal; }

@media (min-width: 480px) {
  input[type="text"], input[type="email"], input[type="password"], textarea, .grippie {
    width: 100%; } }
@media only screen and (min-width: 780px) {
  .webform-component-textarea > label,
  .webform-component-select > label,
  .webform-component-email > label,
  .webform-component-textfield > label,
  .webform-component-checkboxes > label,
  .webform-component-radios > label {
    width: 150px;
    text-align: right;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 3px; }
  .webform-component-textarea input[type="text"], .webform-component-textarea input[type="password"], .webform-component-textarea input[type="email"], .webform-component-textarea select,
  .webform-component-select input[type="text"],
  .webform-component-select input[type="password"],
  .webform-component-select input[type="email"],
  .webform-component-select select,
  .webform-component-email input[type="text"],
  .webform-component-email input[type="password"],
  .webform-component-email input[type="email"],
  .webform-component-email select,
  .webform-component-textfield input[type="text"],
  .webform-component-textfield input[type="password"],
  .webform-component-textfield input[type="email"],
  .webform-component-textfield select,
  .webform-component-checkboxes input[type="text"],
  .webform-component-checkboxes input[type="password"],
  .webform-component-checkboxes input[type="email"],
  .webform-component-checkboxes select,
  .webform-component-radios input[type="text"],
  .webform-component-radios input[type="password"],
  .webform-component-radios input[type="email"],
  .webform-component-radios select {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px;
    width: 300px; }

  .webform-component-textarea .form-textarea-wrapper {
    width: 300px;
    float: left; }
  .webform-component-textarea textarea, .webform-component-textarea .grippie {
    width: 300px; }

  /*.form-textarea-wrapper {
    textarea,.grippie { width:450px; }
  }*/
  .webform-client-form .webform-component-textfield input,
  .webform-client-form .webform-component-select select,
  .webform-client-form .webform-component-email input {
    /*width:550px;*/
    height: 32px; }

  .webform-client-form #edit-actions {
    padding-left: 160px; } }
/************************************ ADMIN MENUS ******************/
html body:not(.toolbar) {
  margin-top: 0 !important; }

html body.admin-menu.logged-in {
  margin-top: 44px !important; }

div#toggle-button-container {
  display: none; }

body.logged-in div#toggle-button-container {
  width: 100%;
  background: #333 url(../images/gorges-drupal.png) no-repeat 20px top;
  height: 44px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5); }

.nav-button-sitemanager {
  display: block;
  position: absolute;
  right: 20px;
  top: 0px;
  width: 120px;
  height: 40px;
  background-image: url("../images/icon-menu.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding-right: 44px;
  cursor: pointer;
  border: 0 none;
  z-index: 999;
  color: #fff;
  font-size: 18px; }

.nav-button-sitemanager.open {
  background-image: url("../images/icon-close.png");
  background-position: right center;
  background-repeat: no-repeat; }

.site-manager-menu {
  position: fixed;
  z-index: 10001;
  top: 0px;
  left: -220px;
  width: 220px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all .5s;
  background: #000;
  background: rgba(0, 0, 0, 0.9); }
  .site-manager-menu.open {
    left: 0px; }
  .site-manager-menu .nolink {
    cursor: default; }
  .site-manager-menu a, .site-manager-menu span, .site-manager-menu .nolink {
    color: #fff;
    display: block;
    text-decoration: none; }
  .site-manager-menu > ul > li {
    /*&.expanded { 
      > a, > .nolink { padding-right:24px; background:url(../images/toggle-arrow-admin-down.png) no-repeat 180px 14px; }    
      &.open > a, &.open > .nolink { background-image:url(../images/toggle-arrow-admin-up.png); background-color:#444;}
    }*/ }
    .site-manager-menu > ul > li > ul {
      position: absolute;
      z-index: -1;
      transition: all .5s ease;
      height: 0px;
      overflow: hidden; }
    .site-manager-menu > ul > li > ul a {
      padding-left: 20px;
      font-size: 12px; }
  .site-manager-menu ul > li > a, .site-manager-menu ul > li > .nolink {
    font-size: 16px;
    padding: 8px 10px; }

#overlay-container {
  top: 32px;
  z-index: 1000; }

/************************************ ADMIN MENU ***/
#admin-menu, #admin-menu .dropdown {
  z-index: 1001; }

#admin-menu-wrapper a {
  font-size: 12px;
  line-height: 1.3;
  padding: 5px 8px;
  display: inline-block; }
#admin-menu-wrapper > ul > li > a {
  border: none;
  border-right: solid 1px #444; }

/*********************** MASQUERADE ****************/
div#masquerade {
  margin: 0px auto;
  background: #f3de10;
  position: relative;
  z-index: 100;
  border-top: solid 10px #333; }
  div#masquerade > div {
    width: 300px;
    margin: 0px auto;
    padding: 20px 20px; }
  div#masquerade input[type="submit"] {
    margin: 10px 0px; }

/**************************************** INLINE EDIT LINKS **********************/
#main-content nav.tabs {
  background: #ddd;
  margin-bottom: 20px;
  border-radius: 3px;
  padding: 10px;
  max-width: 460px; }
  #main-content nav.tabs:before, #main-content nav.tabs:after {
    content: " ";
    display: table; }
  #main-content nav.tabs:after {
    clear: both; }
  #main-content nav.tabs {
    *zoom: 1; }
  #main-content nav.tabs li {
    display: block;
    list-style-type: none;
    padding-bottom: 0px;
    margin: 5px 0px; }
    #main-content nav.tabs li a {
      border: none;
      font-family: arial,helvetica,sans-serif;
      color: #fff;
      font-weight: bold;
      text-align: center;
      background: #333;
      border-radius: 5px;
      height: 36px;
      line-height: 36px;
      padding: 0px;
      display: block; }
      #main-content nav.tabs li a:hover {
        background: #666; }
      #main-content nav.tabs li a.active {
        background: #999;
        cursor: default; }
  #main-content nav.tabs ul.primary {
    border: none;
    margin-left: 0px; }

.contextual-links-region {
  position: static; }

a.contextual-links-trigger {
  display: block;
  /****** ???? ****/ }

a.contextual-links-trigger {
  background-color: transparent !important;
  background: url("../images/gear-select.png") no-repeat scroll 2px 0 rgba(0, 0, 0, 0) !important;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  height: 18px !important;
  margin: 0;
  outline: medium none;
  overflow: hidden;
  padding: 0 2px !important; }

/************ BLOCK MANAGER ************/
body.page-manage-sidebar-block .views-row-edit-static {
  display: none; }
body.page-manage-sidebar-block .views-exposed-widget label {
  height: 18px;
  line-height: 18px;
  display: block; }
body.page-manage-sidebar-block .views-exposed-widget input[type="submit"] {
  margin-top: 18px;
  height: 32px; }
body.page-manage-sidebar-block tr.even {
  background: #eee; }
body.page-manage-sidebar-block .views-table {
  border-top: solid 1px #ddd;
  width: 100%; }
  body.page-manage-sidebar-block .views-table th, body.page-manage-sidebar-block .views-table td {
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 15px; }
    body.page-manage-sidebar-block .views-table th:first-child, body.page-manage-sidebar-block .views-table td:first-child {
      border-left: solid 1px #ddd; }
  body.page-manage-sidebar-block .views-table th {
    text-align: left; }
  body.page-manage-sidebar-block .views-table .views-field-edit-node a {
    display: inline-block;
    border-radius: 7px;
    background: #1b7bc1;
    font-size: 18px;
    color: #fff;
    border: none;
    padding: 5px 12px;
    font-weight: normal;
    font-size: 14px; }
    body.page-manage-sidebar-block .views-table .views-field-edit-node a:hover {
      background-color: #333;
      text-decoration: none; }
      body.page-manage-sidebar-block .views-table .views-field-edit-node a:hover a {
        text-decoration: none; }
body.page-manage-sidebar-block #edit-actions {
  margin-top: 24px;
  text-align: center; }
  body.page-manage-sidebar-block #edit-actions input[type="submit"] {
    font-size: 18px; }

/**************************************************** MEDIA QUERIES ************************************/
@media only screen and (min-width: 500px) {
  #main-content nav.tabs {
    max-width: 100%; }
    #main-content nav.tabs li {
      margin-right: 10px;
      float: left;
      display: inline-block; }
      #main-content nav.tabs li.active a {
        border-bottom: 1px solid #fff; }
      #main-content nav.tabs li a {
        padding: 0 12px;
        display: inline-block; } }
@media only screen and (min-width: 720px) {
  .header-region {
    /*background-color:transparent;*/ } }
@media (max-width: 1023px) {
  .site-manager-menu div.content > ul > li > ul.open {
    position: static;
    z-index: 0;
    overflow: visible;
    height: auto; }

  .site-manager-menu > ul > li:hover a {
    background: #444; }
  .site-manager-menu > ul > li.expanded > a, .site-manager-menu > ul > li.expanded > .nolink {
    padding-right: 24px;
    background: url(../images/toggle-arrow-admin-down.png) no-repeat 180px 14px; }
  .site-manager-menu > ul > li.expanded.open > a, .site-manager-menu > ul > li.expanded.open > .nolink {
    background-image: url(../images/toggle-arrow-admin-up.png);
    background-color: #444; } }
@media only screen and (min-width: 1024px) {
  #autocomplete {
    background: #fff;
    border-color: #ccc;
    padding: 5px; }

  div#masquerade {
    position: fixed;
    left: 0px;
    top: 200px;
    height: 54px;
    height: 220px;
    padding-top: 5px;
    border-top: solid 1px #fff;
    width: 100%;
    width: 50px;
    transition: width .3s ease;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8); }
    div#masquerade > div {
      padding: 0px;
      width: auto;
      max-width: 600px;
      margin: 0px auto; }
    div#masquerade h2 {
      /*float:left; margin-right:20px;*/
      width: 220px;
      margin: 0px;
      font-size: 30px;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      position: absolute;
      text-align: center;
      padding: 8px 0px;
      background-color: #f3de10;
      transition: background-color .3s ease;
      color: #222;
      bottom: 82px;
      right: -82px;
      cursor: pointer; }
      div#masquerade h2:hover {
        background-color: #f5e541; }
    div#masquerade form {
      display: none; }
    div#masquerade div.description {
      font-size: 16px; }
    div#masquerade form {
      float: left; }
    div#masquerade div#quick_switch_links, div#masquerade li {
      font-size: 16px; }
    div#masquerade div#quick_switch_links {
      margin-top: 15px; }
    div#masquerade.open {
      padding: 10px 70px 10px 10px;
      width: 200px; }
      div#masquerade.open form {
        display: block; }

  div#toggle-button-container {
    display: none; }

  /*body.logged-in { margin-top:$menu-height; }*/
  .site-manager-menu {
    left: 0px;
    width: 100%;
    height: 45px;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    /*> ul > li.expanded > a, > ul > li.expanded > .nolink {
      background-position:right 14px;
      background-image:url(../images/toggle-arrow-admin-small-down.png);
      background-size:10px;
      padding-right:15px;
      &.open { background-image:url(../images/toggle-arrow-admin-small-up.png); }
    }*/ }
    .site-manager-menu li {
      list-style: none;
      padding: 0px;
      margin: 0px;
      /*&:last-child a { padding-bottom:12px; } */ }
      .site-manager-menu li.expanded {
        position: relative;
        z-index: 1001; }
        .site-manager-menu li.expanded span:hover {
          text-decoration: none; }
      .site-manager-menu li:hover ul {
        display: block; }
        .site-manager-menu li:hover ul li {
          display: block; }
    .site-manager-menu > ul > li, .site-manager-menu > ul > li.expanded, .site-manager-menu > ul > li.collapsed {
      padding: 0px 10px 0 0;
      float: left; }
    .site-manager-menu > ul {
      padding: 0 10px 0px 10px; }
      .site-manager-menu > ul > li {
        /*** MOVE LAST 2 ITEMS TO THE RIGHT ***/ }
        .site-manager-menu > ul > li li a:first-child {
          padding-top: 10px; }
        .site-manager-menu > ul > li li a:last-child {
          padding-bottom: 10px; }
        .site-manager-menu > ul > li:last-child, .site-manager-menu > ul > li:nth-last-child(2) {
          float: right;
          margin-right: 0px;
          padding-right: 0px; }
        .site-manager-menu > ul > li:hover {
          background-color: #444; }
          .site-manager-menu > ul > li:hover > ul > li:hover a, .site-manager-menu > ul > li:hover > ul > li:hover .nolink {
            background-color: #111;
            color: #fff; }
        .site-manager-menu > ul > li > ul {
          display: none;
          position: absolute;
          top: 44px;
          left: 0px;
          width: 250px;
          background: #444;
          background: rgba(62, 62, 62, 0.9);
          border-radius: 0px 0px 5px 5px;
          overflow: hidden;
          height: auto;
          float: none; }
          .site-manager-menu > ul > li > ul a {
            height: auto;
            padding: 6px 15px;
            line-height: 1.3; }
    .site-manager-menu ul > li > a, .site-manager-menu ul > li > .nolink {
      height: 44px;
      line-height: 44px;
      font-size: 13px;
      padding: 0px 10px; } }
.social-icons {
  /*float:right;*/
  /*margin-right:18px;*/ }
  .social-icons:before, .social-icons:after {
    content: " ";
    display: table; }
  .social-icons:after {
    clear: both; }
  .social-icons {
    *zoom: 1; }
  .social-icons div.social-icon {
    float: left;
    height: 36px;
    width: 36px;
    margin-left: 5px; }
    .social-icons div.social-icon:first-child {
      margin-left: 0px; }
  .social-icons a {
    display: block;
    height: 36px;
    width: 36px;
    text-indent: -5000px;
    background-repeat: no-repeat;
    background-position: left top; }
    .social-icons a:hover {
      text-decoration: none;
      -khtml-opacity: 0.6;
      -moz-opacity: 0.6;
      filter: alpha(opacity=60);
      /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$amount)";*/
      opacity: 0.6; }
  .social-icons .youtube a {
    background-image: url(../images/icon-youtube.png); }
  .social-icons .twitter a {
    background-image: url(../images/icon-twitter.png); }
  .social-icons .lastfm a {
    background-image: url(../images/icon-lastfm.png); }
  .social-icons .myspace a {
    background-image: url(../images/icon-myspace.png); }
  .social-icons .gplus a {
    background-image: url(../images/icon-gplus.png); }
  .social-icons .pinterest a {
    background-image: url(../images/icon-pinterest.png); }
  .social-icons .linkdin a {
    background-image: url(../images/icon-linkdin.png); }
  .social-icons .facebook a {
    background-image: url(../images/icon-facebook.png); }
  .social-icons .wordpress a {
    background-image: url(../images/icon-wordpress.png); }

#header .social-icons {
  display: none; }

@media (min-width: 768px) {
  #header .social-icons {
    display: block;
    float: right;
    clear: right; } }
/******************** OPTIONAL STYLESHEETS ***********/
/*@import "events";
@import "featured-3-col";
@import "case-study";
*/
/*************************************** NEWS *****************************/
.sidebar-news h3 {
  font-size: 105%;
  font-size: 1.4rem;
  margin-bottom: .25em;
  line-height: 1.4;
  font-family: "Georgia",times,times new roman, serif; }

.front .sidebar-news {
  padding-bottom: 10px; }
  .front .sidebar-news .more-link {
    margin-top: 14px; }
    .front .sidebar-news .more-link a {
      /*margin-bottom:15px;*/ }
  .front .sidebar-news .view-footer {
    overflow: hidden; }

.news h2 {
  margin-bottom: 12px; }

div.news-entry {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc; }
  div.news-entry div.date {
    font-style: italic;
    font-size: 16px;
    font-weight: bold; }
  div.news-entry:last-child {
    margin-bottom: 0px;
    border-bottom: none; }
  div.news-entry p {
    margin-bottom: 6px; }

.news-list-date {
  font-style: italic;
  margin-bottom: 6px; }

.news-list-file {
  font-size: 60%;
  font-size: 0.8rem; }

@media (max-width: 479px) {
  div.news-entry div.date {
    margin: 10px 0; } }
@media (min-width: 480px) {
  #main-content div.news-entry:before, #main-content div.news-entry:after {
    content: " ";
    display: table; }
  #main-content div.news-entry:after {
    clear: both; }
  #main-content div.news-entry {
    *zoom: 1; }
  #main-content div.news-entry div.date {
    margin-bottom: 10px; }
  #main-content div.news-entry div.image {
    float: left;
    margin-right: 18px; } }
.person {
  margin-bottom: 18px; }
  .person .image {
    margin-bottom: 18px; }
  .person .name, .person .position, .person .title {
    font-weight: bold; }
  .person .description {
    margin-top: 18px; }

.search {
  display: block;
  margin-top: 10px;
  padding-right: 0px; }
  .search:before, .search:after {
    content: " ";
    display: table; }
  .search:after {
    clear: both; }
  .search {
    *zoom: 1; }
  .search label {
    display: none; }
  .search input[type="text"] {
    height: 30px; }
  .search:before, .search:after {
    content: " ";
    display: table; }
  .search:after {
    clear: both; }
  .search {
    *zoom: 1; }
  .search h2 {
    float: none; }
  .search form {
    width: auto;
    padding: 0px;
    border: none;
    background: none; }
    .search form:before, .search form:after {
      content: " ";
      display: table; }
    .search form:after {
      clear: both; }
    .search form {
      *zoom: 1; }
  .search input[type="text"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 36px;
    border-radius: 4px 0px 0px 4px;
    background-color: #e0deda;
    border: none; }
  .search .form-actions {
    width: auto;
    padding-right: 0px;
    position: absolute;
    right: 0px;
    top: 15px;
    line-height: 0; }
  .search form {
    clear: both;
    margin-bottom: 0px; }
    .search form > div {
      width: 100%;
      padding-right: 40px; }
    .search form > div {
      float: left;
      margin-bottom: 0px; }
  .search input[type="submit"] {
    margin-left: 5px;
    width: 36px;
    height: 36px;
    padding: 0px;
    border-radius: 0px 4px 4px 0px;
    background: #e0deda url(../images/icon-search.png) no-repeat center center;
    background-size: 18px;
    border: none;
    font-size: 0px;
    color: #fff; }
  .search .form-actions {
    padding-top: 0px;
    margin-top: 0px; }

.search-results article {
  margin-bottom: 30px; }
  .search-results article > h3 {
    margin-bottom: 0px; }
  .search-results article > p {
    margin-bottom: 8px; }
  .search-results article footer {
    font-size: 12px;
    font-style: italic; }

@media (min-width: 768px) {
  .search form {
    display: block !important;
    position: relative; } }
@media (min-width: 1024px) {
  .search {
    float: right;
    clear: none;
    max-width: 300px; }
    .search .form-actions {
      top: 0px; } }
@media only screen and (min-width: 768px) {
  div.person {
    width: 48.5%;
    margin-left: 3%;
    float: left; }
    div.person > div {
      max-width: 379px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  div.person:first-child {
    margin-left: 0px; }

  div.person:nth-child(2n+3) {
    clear: left;
    margin-left: 0px; } }
@media (min-width: 1200px) {
  div.person {
    width: 32%;
    margin-left: 2%;
    float: left; }
    div.person:first-child {
      margin-left: 0px; }
    div.person:nth-child(3n+4) {
      clear: left;
      margin-left: 0px; } }
.slideshow {
  overflow: hidden; }
  .slideshow .slide {
    width: 100%; }
  .slideshow img {
    /*height:250px; width:480px; min-width:480px; position:absolute; left:50%; margin-left: -240px;*/ }

div.slide-right {
  background-color: #f3de10;
  background-color: rgba(243, 222, 16, 0.9);
  padding: 15px; }
  div.slide-right h2 {
    color: #3a3a3a;
    margin-bottom: 10px; }

div#main-content .slideshow ul {
  margin-left: 0px; }
div#main-content .slideshow li {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px; }

div.flexslider {
  border: none;
  box-shadow: 0px 0px 0px #fff;
  border-radius: 0px;
  margin-bottom: 0px;
  background: #f3de10; }

.flex-control-nav {
  display: none; }

/*.flex-direction-nav {
  a.flex-next  { content:"\203A"; }
  a.flex-prev { content:"\2039"; }
}*/
@media (max-width: 767px) {
  .slideshow {
    margin: 18px 0 0; } }
@media only screen and (min-width: 768px) {
  .slideshow {
    margin-bottom: 12px;
    display: block; }

  div.slide {
    position: relative; }

  div.slide-right {
    position: absolute;
    right: 0px;
    top: 20%;
    width: 75%;
    padding: 5%; }
    div.slide-right h2 {
      color: #3a3a3a;
      font-size: 23px; } }
@media only screen and (min-width: 1024px) {
  .slideshow {
    margin-bottom: 24px;
    transition: opacity .3s ease; }
    .slideshow img {
      width: auto; } }
/****************************************************** Responsive table */
@media all and (max-width: 767px) {
  .page-manage-sidebar-block div#main-content {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */ }
    .page-manage-sidebar-block div#main-content table, .page-manage-sidebar-block div#main-content thead, .page-manage-sidebar-block div#main-content tbody, .page-manage-sidebar-block div#main-content th, .page-manage-sidebar-block div#main-content td, .page-manage-sidebar-block div#main-content tr {
      display: block; }
    .page-manage-sidebar-block div#main-content thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .page-manage-sidebar-block div#main-content tr {
      border-top: solid 5px #ccc;
      border-bottom: solid 8px #fff;
      padding: 0px; }
    .page-manage-sidebar-block div#main-content td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #ccc;
      position: relative;
      padding-left: 45%;
      background-color: #eee; }
      .page-manage-sidebar-block div#main-content td:first-child {
        background-color: #eee; }
      .page-manage-sidebar-block div#main-content td input[type="text"] {
        border: none; }
    .page-manage-sidebar-block div#main-content td:before {
      font-weight: bold;
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 15px;
      left: 15px;
      width: 35%;
      padding-right: 10px;
      text-align: right;
      white-space: nowrap; }
    .page-manage-sidebar-block div#main-content td:nth-of-type(1):before {
      content: "Title"; }
    .page-manage-sidebar-block div#main-content td:nth-of-type(2):before {
      content: "Weight"; }
    .page-manage-sidebar-block div#main-content td:nth-of-type(3):before {
      content: "Updated"; }
    .page-manage-sidebar-block div#main-content td:nth-of-type(4):before {
      content: "Actions"; }
    .page-manage-sidebar-block div#main-content td:nth-of-type(5):before {
      content: "Home"; }
    .page-manage-sidebar-block div#main-content td:nth-of-type(6):before {
      content: "Basic"; }
    .page-manage-sidebar-block div#main-content td:nth-of-type(7):before {
      content: "Verticals"; } }
/****** CALENDAR   https://childcaresolutionscny.org/civicrm-multiday-event/calendar  *****/
.view-civicrm-multiday-event-event-type-legend {
  margin-bottom: 10px; }
  .view-civicrm-multiday-event-event-type-legend table {
    width: 100%; }
  .view-civicrm-multiday-event-event-type-legend tr.even, .view-civicrm-multiday-event-event-type-legend tr.odd {
    background-color: #fff; }
  .view-civicrm-multiday-event-event-type-legend td {
    padding: 3px 5px; }
    .view-civicrm-multiday-event-event-type-legend td span {
      display: block;
      width: 100px; }

.ui-widget-header {
  background: #f3de10; }

.fc-event-inner {
  padding: 5px;
  font-size: 12px;
  word-wrap: normal; }

.fc-grid th {
  padding: 3px 0px; }

/*************** THEME STYLE SHEET ***********/
/*.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}
*/
/* SET HEIGHT OF HEADER TOGGLES FROM BROWSER TOP */
.back-to-top {
  position: absolute;
  z-index: 1000;
  bottom: -36px;
  right: 20px;
  text-decoration: none;
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  height: 0px;
  height: 44px;
  width: 44px;
  background: rgba(27, 123, 193, 0.8) url(../images/back-to-top.png) no-repeat center center;
  display: none; }

.back-to-top:hover {
  cursor: pointer;
  background-color: rgba(27, 123, 193, 0.5); }

button.language-toggle {
  display: none; }

.languages {
  overflow: hidden; }
  .languages a {
    display: block;
    height: 30px;
    width: 30px; }

.login {
  position: relative;
  z-index: 2; }
  .login h2 {
    padding: 0px 10px;
    font-size: 14px;
    height: 34px;
    line-height: 34px; }
    .login h2:after {
      content: "\25bc";
      display: inline-block;
      margin-left: 3px;
      font-size: 11px;
      position: relative;
      top: -1px; }
  .login form {
    display: none;
    background: #fff;
    position: absolute; }
    .login form input[type="text"]::-webkit-input-placeholder, .login form input[type="text"]::-webkit-autofill, .login form input[type="password"]::-webkit-input-placeholder, .login form input[type="password"]::-webkit-autofill {
      background-color: #fff; }
  .login div.form-required {
    margin-bottom: 12px; }
  .login h2 {
    background-color: #f3de10;
    text-align: center;
    border-radius: 4px; }

body {
  font-family: 'Open Sans', helvetica neue, arial, helvetica, sans-serif; }

#header {
  position: relative;
  z-index: 3;
  /*border-bottom:solid 5px $accent-color;*/ }
  #header > div.container-inner:before, #header > div.container-inner:after {
    content: " ";
    display: table; }
  #header > div.container-inner:after {
    clear: both; }
  #header > div.container-inner {
    *zoom: 1; }

div#page {
  background-color: #f1efeb; }
  div#page .container-inner {
    margin-bottom: 30px; }

#footer {
  background: #1b7bc1;
  position: relative;
  z-index: 2;
  color: #fff; }
  #footer a {
    color: #fff; }

div.footer-contact {
  text-align: center; }

div.social {
  position: absolute;
  right: 20px;
  top: 20px; }

#subfooter {
  padding-top: 20px;
  background-color: #fff;
  text-align: center;
  color: #818181; }
  #subfooter div.container-inner {
    padding-top: 24px;
    padding-bottom: 24px; }
  #subfooter p {
    margin-bottom: 12px; }
  #subfooter .social-icons {
    text-align: center;
    margin-bottom: 12px; }
  #subfooter .social-icon {
    float: none;
    display: inline-block; }
  #subfooter .credit p {
    margin-bottom: 0px; }

div.partners {
  text-align: center;
  margin: 10px 0 24px 0; }
  div.partners a {
    display: block;
    height: 93px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
  div.partners li {
    font-size: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 93px;
    display: inline-block;
    padding: 0px 5px; }
  div.partners .united-way {
    background-image: url(../images/united-way.png);
    width: 92px; }
  div.partners .early-learning a {
    background-image: url(../images/early-learning.png);
    width: 98px; }
  div.partners .child-care-aware a {
    background-image: url(../images/childcare-aware-new.jpg);
    width: 133px; }

div.footer-contact {
  margin-bottom: 18px; }

div.credit p {
  line-height: 36px; }
div.credit a {
  font-size: 0px;
  margin-left: 10px;
  background: transparent url(../images/gorges-logo.png) no-repeat left top;
  height: 26px;
  width: 136px;
  display: inline-block; }

/********************* HEADER MENU ********************/
.header-menu {
  padding: 0px 20px 10px; }
  .header-menu ul {
    display: table;
    width: 100%; }
  .header-menu li {
    display: table-cell;
    border-left: solid 1px #aaa; }
    .header-menu li:first-child {
      border-left: none; }
    .header-menu li a {
      color: #aaa;
      font-size: 87.525%;
      font-size: 1.167rem;
      display: block;
      text-align: center; }
      .header-menu li a:hover {
        color: #fff; }

div#main-content, div.sidebar-first {
  border: none; }

div.sidebar-second-inner > div, div.sidebar-first-inner > div {
  margin-bottom: 112.5%;
  margin-bottom: 1.5rem; }
  div.sidebar-second-inner > div:first-child, div.sidebar-first-inner > div:first-child {
    margin-bottom: 0px; }

div.sidebar-block {
  margin-bottom: 112.5%;
  margin-bottom: 1.5rem;
  border-bottom: solid 1px #ddd;
  padding-bottom: 112.5%;
  padding-bottom: 1.5rem; }
  div.sidebar-block:last-child {
    border-bottom: none;
    padding-bottom: 0px; }
  div.sidebar-block h4 {
    margin-bottom: 6px; }

div.sidebar-button a {
  /*transform:skewX(42deg);*/
  display: inline-block;
  border-radius: 7px;
  background: #1b7bc1;
  font-size: 18px;
  color: #fff;
  border: none;
  display: block;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 20px;
  cursor: pointer;
  margin-bottom: 5px; }
  div.sidebar-button a:hover {
    background-color: #333;
    text-decoration: none; }
    div.sidebar-button a:hover a {
      text-decoration: none; }
  div.sidebar-button a:hover {
    background-color: #333; }

div#main-content div.field-collection-container, div#main-content div.toggle-content {
  margin-bottom: 225%;
  margin-bottom: 3rem; }
div#main-content div.field-type-field-collection {
  margin-bottom: 112.5%;
  margin-bottom: 1.5rem; }

body.front div#main-content div.field-collection-container, body.front div#main-content div.toggle-content {
  margin-bottom: 0%;
  margin-bottom: 0rem; }
body.front div#main-content div.field-type-field-collection {
  margin-bottom: 75%;
  margin-bottom: 1rem; }

/********************** CONTENT FIELD COLLECTION *****/
div.field-video-right, div.field-image-right, div.field-video-left, div.field-image-left {
  /*@include x-rem(margin-bottom,1.5);*/ }

div.field-video-right, div.field-image-right {
  float: right;
  margin-left: 90%;
  margin-left: 1.2rem; }

div.field-video-left, div.field-image-left {
  float: left;
  margin-right: 90%;
  margin-right: 1.2rem; }

div.field-full-width-image {
  clear: both;
  margin-bottom: 112.5%;
  margin-bottom: 1.5rem; }
  div.field-full-width-image img {
    margin: 0px auto;
    display: block; }

div.field-summary-image, div.field-image-left, div.field-image-right {
  width: auto; }
  div.field-summary-image img, div.field-image-left img, div.field-image-right img {
    display: block; }

div.field-toggle-content,
div.toggle-content div.field-collection-view,
div.field-non-toggling-content {
  margin-bottom: 112.5%;
  margin-bottom: 1.5rem; }
  div.field-toggle-content:last-child,
  div.toggle-content div.field-collection-view:last-child,
  div.field-non-toggling-content:last-child {
    margin-bottom: 0; }

div.field-text-area p:last-child {
  margin-bottom: 0px; }

.field-collection-view p:last-child {
  margin-bottom: 0 !important; }
.field-collection-view > div:last-child:not(.group-gallery) {
  margin-bottom: 0; }
  .field-collection-view > div:last-child:not(.group-gallery) > * {
    margin-bottom: 0 !important; }
.field-collection-view .group-images + .group-text-columns > div,
.field-collection-view .field-group-div + .group-gallery {
  margin-top: 3em; }

.group-gallery img {
  width: 100%; }

.group-gallery:not(:last-child) {
  margin-bottom: 3em; }

.group-gallery:before, .group-gallery:after, .group-text-columns:before, .group-text-columns:after, .group-images:before, .group-images:after {
  content: " ";
  display: table; }
.group-gallery:after, .group-text-columns:after, .group-images:after {
  clear: both; }
.group-gallery, .group-text-columns, .group-images {
  *zoom: 1; }

.group-gallery .field-type-video-embed-field {
  margin-bottom: 3%; }

.video-embed-description {
  margin-top: .5em;
  font-size: 15px;
  line-height: 1.3;
  color: #888; }

@media (max-width: 480px) {
  .group-gallery .field-type-video-embed-field {
    float: left;
    width: 49%;
    margin-left: 2%; }
    .group-gallery .field-type-video-embed-field:first-child {
      margin-left: 0px; }
    .group-gallery .field-type-video-embed-field:nth-child(2n+3) {
      clear: left;
      margin-left: 0px; }
  .group-gallery .field-type-image {
    float: left;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%; }
    .group-gallery .field-type-image:first-child {
      margin-left: 0px; }
    .group-gallery .field-type-image:nth-child(2n+3) {
      clear: left;
      margin-left: 0px; } }
@media (min-width: 481px) and (max-width: 767px) {
  .group-gallery .field-type-video-embed-field {
    float: left;
    width: 32%;
    margin-left: 2%; }
    .group-gallery .field-type-video-embed-field:first-child {
      margin-left: 0px; }
    .group-gallery .field-type-video-embed-field:nth-child(3n+4) {
      clear: left;
      margin-left: 0px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .group-gallery .field-type-video-embed-field {
    float: left;
    width: 24%;
    margin-left: 1%; }
    .group-gallery .field-type-video-embed-field:first-child {
      margin-left: 0px; }
    .group-gallery .field-type-video-embed-field:nth-child(4n+5) {
      clear: left;
      margin-left: 0px; } }
@media (min-width: 1200px) {
  .group-gallery .field-type-video-embed-field {
    float: left;
    width: 19%;
    margin-left: 1.2%; }
    .group-gallery .field-type-video-embed-field:first-child {
      margin-left: 0px; }
    .group-gallery .field-type-video-embed-field:nth-child(5n+6) {
      clear: left;
      margin-left: 0px; } }
/** SLIDESHOW **/
.views-slideshow-cycle-main-frame {
  height: 270px;
  width: 100% !important; }

.views-slideshow-cycle-main-frame-row {
  height: auto !important;
  width: 100% !important; }

div.slideshow {
  cursor: pointer; }
  div.slideshow:hover {
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$amount)";*/
    opacity: 0.7; }

div.taxonomy-term-description {
  display: none; }

/***************** LOCATION *********/
div.location {
  margin-top: 24px; }
  div.location:first-child {
    margin-top: 0px; }
  div.location p {
    margin-bottom: 0px; }
  div.location div.office {
    text-transform: uppercase; }
  div.location div.office, div.location div.hours {
    font-weight: bold; }
  div.location div.hours {
    margin-top: 12px; }

/************* FEATURED *************/
div.featured {
  margin-bottom: 18px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 0px; }
  div.featured:before, div.featured:after {
    content: " ";
    display: table; }
  div.featured:after {
    clear: both; }
  div.featured {
    *zoom: 1; }
  div.featured h2, div.featured div.view-home-featured-blocks {
    padding-left: 15px;
    padding-right: 15px; }
  div.featured h2 {
    border-bottom: 1px dashed #888;
    padding-bottom: 10px;
    background-position: 15px top;
    background-repeat: no-repeat;
    padding-left: 74px;
    height: 35px;
    line-height: 35px;
    font-family: 'Passion One', arial-black, helvetica, sans-serif; }
  div.featured div.title {
    text-transform: uppercase;
    font-size: 99.975%;
    font-size: 1.333rem;
    font-weight: bold; }
  div.featured.featured-parents h2 {
    background-image: url(../images/icon-parents.png); }
  div.featured.featured-providers h2 {
    background-image: url(../images/icon-providers.png); }
  div.featured.featured-community h2 {
    background-image: url(../images/icon-community.png); }

div.donate-block-entry {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: solid 1px #ccc; }
  div.donate-block-entry div.link a {
    display: inline-block;
    border-radius: 7px;
    background: #1b7bc1;
    font-size: 18px;
    color: #fff;
    border: none;
    padding: 8px 18px;
    color: #fff; }
    div.donate-block-entry div.link a:hover {
      background-color: #333;
      text-decoration: none; }
      div.donate-block-entry div.link a:hover a {
        text-decoration: none; }

/******************************************* MEDIA QUERIES *****************/
/* SET HEIGHT OF HEADER TOGGLES FROM BROWSER TOP */
@media (max-width: 479px) {
  div.partners li, div.partners a {
    background-size: 100% auto;
    height: 70px; }
  div.partners .united-way {
    width: 69px; }
  div.partners .early-learning a {
    width: 74px; }
  div.partners .child-care-aware a {
    width: 123px;
    height: 86px; } }
.sidebar-menu {
  border-top: solid 10px #1b7bc1;
  background-color: #fff;
  margin-bottom: 18px;
  border-radius: 0 0 7px 7px;
  overflow: hidden; }
  .sidebar-menu > ul > li.active-trail {
    background-color: #5aace8; }
    .sidebar-menu > ul > li.active-trail a, .sidebar-menu > ul > li.active-trail a.active:hover {
      color: #fff; }
    .sidebar-menu > ul > li.active-trail a:hover {
      color: #333; }
    .sidebar-menu > ul > li.active-trail ul {
      display: block; }
  .sidebar-menu li {
    margin-bottom: 0px; }
    .sidebar-menu li ul a {
      padding: 5px 10px 5px 30px;
      font-size: 14px; }
  .sidebar-menu a {
    display: block;
    padding: 10px 20px;
    font-family: "PT Sans Narrow", arial, helvetica, sans-serif;
    text-transform: uppercase; }
    .sidebar-menu a:hover {
      background-color: #f9ef89;
      color: #222;
      text-decoration: none; }
    .sidebar-menu a.active, .sidebar-menu a.active:hover {
      background-color: #1b7bc1;
      color: #fff;
      cursor: default; }

@media (max-width: 767px) {
  .login {
    width: 100%;
    margin-top: 10px;
    text-align: center; }
    .login h2 {
      width: 100px;
      display: inline-block; }
    .login form {
      left: 0px;
      top: 40px;
      border-bottom: solid 5px #f3de10;
      padding: 15px 15px 30px;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

  button.language-toggle {
    padding: 8px 10px;
    background-color: #f3de10;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    float: left;
    clear: left;
    width: 32%;
    margin-top: 10px;
    border: none;
    display: block;
    position: relative; }
    button.language-toggle:after {
      content: "\25bc";
      display: inline-block;
      margin-left: 3px;
      font-size: 11px;
      position: relative;
      top: -1px; }

  div.featured-entry {
    margin-top: 10px; }
    div.featured-entry:first-child {
      margin-top: 0px; }

  div.featured div.title {
    color: #1b7bc1;
    cursor: pointer; }
    div.featured div.title:after {
      content: "";
      display: inline-block;
      margin-left: 8px;
      height: 0px;
      width: 0px;
      border-left: 10px solid #1b7bc1;
      border-bottom: 6px solid transparent;
      border-top: 6px solid transparent; }
  div.featured a.view-more {
    display: none; }

  div.select-trigger {
    background: #fff url(../images/arrow-dropdown.png) no-repeat 95% center;
    border-radius: 4px;
    padding: 6px 12px;
    -webkit-box-shadow: 1px 1px 1px #999;
    -moz-box-shadow: 1px 1px 1px #999;
    box-shadow: 1px 1px 1px #999; }

  div.region-slideshow div.sidebar-buttons {
    padding: 0px 15px; }
  div.region-slideshow div.select-trigger {
    margin: 18px 15px; }

  body.front div.select-trigger-sidebar {
    display: none; }

  body.not-front div.select-trigger-main {
    display: none; }

  .sidebar-buttons {
    display: none; }

  .sidebar-menu {
    display: none; }

  div.featured div.description {
    display: none; }

  .search h2 {
    top: 10px; } }
@media (max-width: 1023px) {
  .search {
    position: relative;
    height: 0; }
    .search h2 {
      position: absolute;
      right: 50px;
      text-align: center;
      font-size: 0;
      color: #fff;
      overflow: hidden;
      width: 36px;
      height: 36px;
      background: url(../images/icon-search.png) no-repeat center center;
      /*&:after {
        @include toggle-arrow-down;
        content:"\25bc";
      }*/ }
      .search h2:hover {
        cursor: pointer;
        opacity: .7; }
    .search form {
      padding: 15px;
      background: #fff;
      border-bottom: solid 5px #f3de10;
      position: fixed;
      z-index: 100;
      width: 100%;
      left: 0px;
      top: 0;
      -webkit-transform: translateY(-110%);
      -ms-transform: translateY(-110%);
      transform: translateY(-110%);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .search .form-actions {
      right: 15px; }

  body {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

  .search-open {
    padding-top: 71px; }
    .search-open .search form {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); } }
@media (min-width: 480px) and (max-width: 767px) {
  div.kit-thumbnail-image {
    float: left;
    margin-right: 18px; } }
@media (min-width: 520px) {
  div.social {
    position: static;
    float: right;
    margin-right: 18px; }

  #footer > div {
    padding: 20px;
    background-position: 20px center; } }
@media (min-width: 600px) and (max-width: 767px) {
  .search h2 {
    top: 6px; } }
@media (max-width: 599px) {
  .search h2 {
    top: 0; } }
.languages {
  display: flex !important;
  background-color: rgba(200, 200, 200, 0.9);
  background-color: #e0deda;
  border-radius: 5px;
  padding: 5px 10px 5px 5px;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .languages h2 {
    display: none; }
  .languages a {
    margin-left: 5px; }

.locations .view-content {
  display: flex;
  justify-content: space-around;
  align-items: baseline; }

@media (min-width: 768px) {
  .sidebar-menu > ul > li > ul {
    display: none; }

  .login {
    position: absolute;
    right: 20px;
    top: 20px; }
    .login h2 {
      padding: 0px 12px;
      font-size: 18px;
      height: 34px; }
    .login form {
      top: 50px;
      right: 0px;
      width: 300px;
      border: solid 1px #ccc;
      padding: 20px; }

  div.donate-block-entry {
    margin-bottom: 24px;
    padding-bottom: 24px; }

  div#main-content div.field-collection-container, div#main-content div.toggle-content {
    margin-bottom: 225%;
    margin-bottom: 3rem;
    /*border:solid 1px #ccc; @include x-rem(padding,1.5);*/ }
  div#main-content div.field-type-field-collection {
    margin-bottom: 112.5%;
    margin-bottom: 1.5rem; }

  body.front div#main-content div.field-collection-container, body.front div#main-content div.toggle-content {
    margin-bottom: 0%;
    margin-bottom: 0rem; }
  body.front div#main-content div.field-type-field-collection {
    margin-bottom: 75%;
    margin-bottom: 1rem; }

  div.field-collection-container {
    margin-bottom: 0px;
    border: none; }

  div.field-collection-view {
    margin: 0px;
    padding: 0px;
    border: none; }

  div.two-column div.field-name-field-column-one, div.two-column div.field-name-field-column-two {
    float: left;
    width: 48%; }
  div.two-column div.field-name-field-column-one {
    margin-right: 1%; }
  div.two-column div.field-name-field-column-two {
    margin-left: 1%; }

  div.three-column div.field-name-field-column-one, div.three-column div.field-name-field-column-two, div.three-column div.field-name-field-column-three {
    float: left;
    width: 32%; }
  div.three-column div.field-name-field-column-one {
    margin-right: 1%; }
  div.three-column div.field-name-field-column-two {
    margin-left: 1%;
    margin-right: 1%; }
  div.three-column div.field-name-field-column-three {
    margin-left: 1%; }

  div.image-align-left div.field-name-field-image-left {
    float: left;
    margin-right: 2%; }

  div.image-align-right div.field-name-field-image-right {
    float: right;
    margin-left: 2%; }

  div.featured div.view-home-featured-blocks {
    display: table;
    border-collapse: separate;
    border-spacing: 30px 0; }
  div.featured div.view-content {
    display: table-row; }
  div.featured a.view-more {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 10px 0 0 0;
    padding: 8px 24px 8px 12px;
    color: #3a3a3a;
    line-height: 1;
    display: inline-block;
    background: #fff37b url(../images/arrow-more-small.png) no-repeat 90% center;
    margin: 0px 0px 10px 0;
    border-radius: 10px;
    /*float:right;*/ }

  div.featured-entry {
    /*float:left; */
    position: relative;
    width: 30.666%;
    margin-left: 4%;
    display: table-cell;
    padding-bottom: 30px; }
    div.featured-entry:before, div.featured-entry:after {
      content: " ";
      display: table; }
    div.featured-entry:after {
      clear: both; }
    div.featured-entry {
      *zoom: 1; }
    div.featured-entry:first-child {
      margin-left: 0; }

  div.region-slideshow:before, div.region-slideshow:after {
    content: " ";
    display: table; }
  div.region-slideshow:after {
    clear: both; }
  div.region-slideshow {
    *zoom: 1; }

  html {
    background: #222 url(../images/page-bg.jpg) no-repeat left top; }

  div#page {
    background: #f0eeea;
    background: rgba(240, 238, 234, 0.92);
    position: relative; }
    div#page .container-inner {
      /*margin-top:24px;*/ }

  body.one-sidebar.sidebar-first div#main-content {
    float: right; }

  #header {
    background-color: #fff; }

  a.logo {
    float: left; }

  div.sidebar-buttons {
    display: block; }

  div.region-slideshow div.sidebar-buttons {
    float: left;
    width: 23%; }

  div.slideshow {
    height: auto;
    float: right;
    width: 74%;
    margin-left: 3%; }

  div.select-trigger {
    display: none; }

  #footer {
    border: none; }
    #footer .locations {
      max-width: 50%;
      margin-left: auto;
      margin-right: auto;
      display: block; }
      #footer .locations:before, #footer .locations:after {
        content: " ";
        display: table; }
      #footer .locations:after {
        clear: both; }
      #footer .locations {
        *zoom: 1; }
    #footer .location {
      margin-top: 0px; }

  div.footer-contact {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .search h2 {
    top: 5px; }

  .social-icons {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translatey(-50%); } }
@media (min-width: 1024px) {
  .search h2 {
    display: none; }

  div#wrap {
    margin-top: 20px; }

  #header {
    z-index: 1001; }

  .login {
    right: 20px; }
    .login h2 {
      height: 36px;
      display: inline-block;
      cursor: pointer; }
    .login form {
      top: 50px;
      z-index: 1001; }

  div.featured-entry:hover div.title, div.featured-entry:hover div.description {
    cursor: pointer;
    color: #958808; }
  div.featured-entry:hover a.view-more {
    text-decoration: none;
    background-color: #f3de10; }

  div.donate-block-entry {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: none;
    /*float:left;*/
    width: 33%;
    /*margin-left:2%;*/
    padding: 15px; }
    div.donate-block-entry:first-child {
      margin-left: 0px; }

  div.view-donate-fund-blocks {
    display: table;
    border-collapse: separate;
    border-spacing: 10px 0; }
    div.view-donate-fund-blocks div.view-content {
      display: table-row; }
    div.view-donate-fund-blocks div.donate-block-entry {
      display: table-cell;
      position: relative;
      background-color: #fff;
      border-radius: 5px;
      padding-bottom: 50px; }
    div.view-donate-fund-blocks div.link {
      position: absolute;
      bottom: 15px;
      left: 15px; }

  div#wrap {
    margin-top: 30px; }

  div.sidebar-first {
    position: relative; }
    div.sidebar-first div.column-inner {
      /*padding-top: 250px;*/ }

  .sidebar-menu a {
    font-size: 18px; }

  div.sidebar-block-image {
    float: left;
    margin: 0px 12px 18px 0; }

  #wrap > div.page > div > * {
    padding: 0px; }

  div.sidebar-button a {
    transition: background-color .3s ease; }

  div.featured div.title {
    font-size: 112.5%;
    font-size: 1.5rem;
    line-height: 1.3; } }
@media (min-width: 1025px) {
  input[type="submit"],
  body.page-manage-sidebar-block .views-table .views-field-edit-node a {
    transition: background-color .3s ease; } }
@media (min-height: 769px) {
  html {
    overflow-y: scroll; } }
@media (min-width: 1350px) {
  div#wrap {
    margin-top: 50px; } }
@media (min-width: 1460px) {
  .back-to-top {
    right: -10px;
    bottom: -42px; } }

/*# sourceMappingURL=gorges-styles.css.map */
