/*

SASS_STYLE.SCSS CONTENTS

This file is set up for mobile-first coding. See below for file structure:

- Variables and mixins
- General-  This is where global styles go, as well as styles that apply to content
- Header
- Main Menu
- Footer
- Interior Pages
    - Sidebar
    - Pagination
- Home
- Media Queries
    - Tablet Portrait (768px); corresponds with Bootstrap 'sm'
    - Tablet Landscape (992px); corresponds with Bootstrap 'md'
    - Desktop (1200px); corresponds with Bootstrap 'lg'

*/
/*
    = Variables and mixins  
*******************************************************************************************/
@font-face {
  font-family: Universe;
  src: url("../../fonts/univers-webfont.woff") format("woff"), url("../../fonts/univers-webfont.ttf") format("truetype"), url("../../fonts/univers-webfont.svg") format("svg");
  /* Legacy iOS */ }
/* Use this mixin when using webfonts that appear darker than in mockups (especially complex fonts) */
/* This is also useful when using light text against a dark background; this will make the text crisper and less fuzzy */
.project-feed-title, .home-news-title h3 {
  font-family: Universe, sans-serif !important;
  color: #333;
  text-transform: uppercase;
  font-size: 2.5vmax;
  font-weight: 400;
  margin-top: 0px; }

/*
    = General   
*******************************************************************************************/
html {
  overflow-x: hidden; }

.container {
  width: 100%;
  max-width: 1015px; }

body {
  font: Universe, sans-serif;
  overflow: hidden;
  padding-bottom: 0;
  color: #333;
  background-color: #111; }

li, a, p {
  font-family: Universe, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.wp-caption {
  padding: 5px;
  max-width: 100%;
  border: 1px solid #cdc1cf;
  background-color: #fdfdfd;
  -webkit-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.2); }
  .wp-caption img {
    width: 100%;
    height: auto; }
  .wp-caption .wp-caption-text {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
    color: #111; }

.alignleft {
  float: left;
  margin-right: 10px; }

.aligncenter {
  display: block;
  margin: 10px auto; }

.alignright {
  float: right;
  margin-left: 10px; }

input {
  -webkit-appearance: none;
  -moz-appearance: none; }

.maincontent a {
  color: #fa0030; }

.maincontent.lower a {
  color: #fa0030; }
.maincontent.lower em {
  font-style: italic; }
.maincontent.lower strong {
  font-weight: bold; }
.maincontent.lower p {
  font: normal normal normal 15px/150% Universe, sans-serif;
  margin-bottom: 15px;
  color: #111; }
.maincontent.lower blockquote, .maincontent.lower blockquote * {
  font: italic normal bold 18px/130% Universe, sans-serif;
  margin: 15px 0;
  color: #fa0030; }
.maincontent.lower h1, .maincontent.lower h2, .maincontent.lower h3, .maincontent.lower h4, .maincontent.lower h5, .maincontent.lower h6 {
  margin: 30px 0 15px;
  font-family: Universe, sans-serif !important;
  font-weight: 400;
  color: #000; }
.maincontent.lower h2 {
  font-size: 44px;
  text-transform: uppercase;
  font-family: Universe, sans-serif; }
.maincontent.lower h3 {
  font-size: 24px; }
.maincontent.lower h4 {
  font-size: 20px; }
.maincontent.lower h5 {
  font-size: 16px; }
.maincontent.lower h6 {
  font-size: 14px;
  text-transform: uppercase; }
.maincontent.lower > h2 {
  font-size: 40px; }
.maincontent.lower ul {
  font: normal normal normal 15px/150% Universe, sans-serif;
  margin-bottom: 15px;
  padding-left: 30px;
  list-style-type: square;
  color: #111; }
  .maincontent.lower ul ul {
    margin-bottom: 0;
    padding-left: 20px;
    list-style-type: disc; }
    .maincontent.lower ul ul ul {
      list-style-type: circle; }
.maincontent.lower ol {
  font: normal normal normal 15px/150% Universe, sans-serif;
  margin-bottom: 15px;
  padding-left: 30px;
  list-style-type: decimal;
  color: #111; }
  .maincontent.lower ol ul {
    margin-bottom: 0;
    padding-left: 20px;
    list-style-type: disc; }
    .maincontent.lower ol ul ul {
      list-style-type: circle; }
  .maincontent.lower ol ol {
    padding-left: 20px; }

.main-background {
  background-color: yellow !important; }

.main-body {
  background-color: #fff; }

/*
    = Header    
*******************************************************************************************/
.navbar-wrapper {
  position: relative !important;
  z-index: 999 !important; }

.navbar-wrapper .container {
  padding: 0; }

.navbar {
  margin-bottom: 0;
  border: none; }

.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

#search-2 {
  float: right; }

.hide-title {
  position: absolute;
  left: -9999px; }

#topleft {
  float: left;
  position: absolute;
  top: 0px;
  left: 10px; }
  #topleft .widget-title {
    color: #FFF;
    padding-top: 2px;
    font-size: 15px;
    font-family: Universe, sans-serif; }

.wpml-ls-legacy-dropdown {
  width: 80px; }

#lang_sel {
  z-index: 999;
  position: absolute;
  top: 15px;
  left: 90px; }
  #lang_sel li {
    width: auto; }
  #lang_sel ul ul {
    width: 0px; }
  #lang_sel a.lang_sel_sel, #lang_sel .icl-es a, #lang_sel .icl-en a {
    width: 80px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
    min-height: 30px;
    z-index: 999;
    padding-top: 2px;
    padding-bottom: 2px; }

#top-social-media {
  position: absolute;
  right: 20px;
  top: 15px; }
  #top-social-media a {
    color: white;
    font-size: 18px;
    padding: 0 3px; }
    #top-social-media a:hover {
      background: transparent; }
  #top-social-media .fa {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #top-social-media .fa:hover {
      opacity: 0.8; }
  #top-social-media .fa-facebook {
    background-color: #3B5998; }
  #top-social-media .fa-flickr {
    background-color: #ff0084; }
  #top-social-media .fa-twitter {
    background-color: #1DA1F2; }
  #top-social-media .fa-youtube {
    background-color: #bb0000; }
  #top-social-media .fa-instagram {
    background-color: #8a3ab9; }

.brand {
  background-color: #FFF;
  margin-top: 65px; }
  .brand img {
    padding-left: 15px; }

.navbar-header {
  position: relative;
  margin-top: 12%;
  margin-left: 15px; }

.navbar-toggle {
  background-color: #FFF !important;
  border: 1px solid #333; }
  .navbar-toggle .icon-bar {
    background-color: #333 !important;
    margin-left: 70px;
    margin-top: 3px; }

.inner-menu-text {
  font-family: Universe, sans-serif;
  font-weight: 700;
  float: left;
  margin-right: 60px;
  display: inline-block; }

/*
    = Slider    
*******************************************************************************************/
.flex-viewport, .flexslider {
  max-width: 666px; }

.home .flexslider {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
  border: 0; }
  .home .flexslider h3, .home .flexslider h4 {
    margin: 10px 20px; }
  .home .flexslider h3 {
    font-size: 36px;
    text-transform: uppercase; }
  .home .flexslider h4 {
    margin-bottom: 20px; }
  .home .flexslider .slide-caption {
    padding: 0; }

.flex-direction-nav a:before {
  color: rgba(250, 0, 48, 0.5); }

/*
    = Main Menu 
*******************************************************************************************/
.menu-collapser {
  display: none !important; }

.navbar-toggle {
  background-color: #333; }
  .navbar-toggle .icon-bar {
    background-color: #e5e5e5; }

ul.slimmenu {
  display: block !important;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #111; }
  ul.slimmenu li {
    position: relative;
    display: inline-block;
    background-color: #111; }
    ul.slimmenu li a {
      font-size: 17px;
      font-weight: 700;
      display: block;
      padding: 12px 64px 12px 16px;
      -webkit-transition: background-color .25s ease-out;
      transition: background-color .25s ease-out;
      text-transform: uppercase;
      color: #fff;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }
      ul.slimmenu li a:hover {
        text-decoration: none;
        color: #333;
        background-color: #bbb; }
    ul.slimmenu li .sub-collapser {
      position: absolute;
      z-index: 999;
      top: 0;
      right: 0;
      width: 48px;
      height: 100%;
      cursor: pointer;
      text-align: center;
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075); }
      ul.slimmenu li .sub-collapser:before {
        display: inline-block;
        height: 100%;
        margin-right: -.25em;
        content: '';
        vertical-align: middle; }
      ul.slimmenu li .sub-collapser > i {
        font-size: 18px;
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
        color: #333; }
    ul.slimmenu li > ul {
      position: absolute;
      z-index: 999;
      top: 100%;
      left: 0;
      display: none;
      width: 100%; }
      ul.slimmenu li > ul > li ul {
        position: absolute;
        z-index: 999;
        top: 0;
        left: 100%;
        display: none;
        width: 100%; }
  ul.slimmenu > li {
    margin-right: -5px; }
    ul.slimmenu > li:first-child {
      border-left: 0; }
    ul.slimmenu > li:last-child {
      margin-right: 0; }
  ul.slimmenu ul {
    margin: 0;
    list-style-type: none; }
    ul.slimmenu ul li {
      background-color: #bbb; }
  ul.slimmenu.collapsed li {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
    ul.slimmenu.collapsed li a {
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 1px solid rgba(0, 0, 0, 0.075); }
    ul.slimmenu.collapsed li .sub-collapser {
      height: 40px; }
    ul.slimmenu.collapsed li > ul {
      position: static;
      display: none; }

ul.sub-menu li a:hover {
  background-color: #fa0030;
  color: #FFF; }

.collapse-button {
  display: none; }

.navbar-collapse {
  max-height: 100%; }

/*
    = Footer    
*******************************************************************************************/
footer {
  text-align: center;
  padding-top: 50px;
  color: #fff;
  background-color: #111; }
  footer .textwidget {
    margin-top: 20px; }
  footer p {
    margin-bottom: 0.25em; }

#menu-footer-menu, #menu-footer-menu-spanish {
  margin: 20px auto; }
  #menu-footer-menu li, #menu-footer-menu-spanish li {
    display: block;
    margin-right: 10px;
    list-style: none;
    text-align: right; }
    #menu-footer-menu li a, #menu-footer-menu-spanish li a {
      color: #fff; }

.bottom-logo {
  float: right;
  margin-left: 5px; }

.social-footer {
  position: relative;
  background: #131313;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#727272), to(#131313));
  background: linear-gradient(to bottom, #727272 0%, #131313 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#131313',GradientType=0 );
  /* IE6-9 */ }
  .social-footer .widget-title {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: left top 0;
            transform-origin: left top 0;
    vertical-align: bottom;
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    bottom: -35px; }
  .social-footer #text-2,
  .social-footer #custom_html-3 {
    background: url(../../images/header_facebook.png) left top no-repeat; }
  .social-footer #text-3 {
    background: url(../../images/header_flickr.png) left top no-repeat; }
  .social-footer #text-4 {
    top: 0;
    background: url(../../images/header_twitter.png) left top no-repeat; }
  .social-footer .textwidget {
    position: relative;
    left: 15px;
    margin: 20px; }

/*
    = Interior pages    
*******************************************************************************************/
.page-title {
  font-size: 44px;
  text-transform: uppercase;
  font-family: Universe, sans-serif; }

.maincontent.lower {
  padding-bottom: 50px; }

.container-normal .row.maincontent {
  background-color: #fff; }

.search-results .post {
  margin: 20px 0; }

#breadcrumbs {
  overflow: hidden;
  padding-left: 0px;
  margin: 10px 0;
  list-style: none; }
  #breadcrumbs li {
    float: left;
    margin-right: 15px; }
  #breadcrumbs .separator {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    bottom: 3px;
    color: #999; }

.archive .entry-title {
  margin-top: 0px !important; }

.archive-row {
  margin-bottom: 20px; }
  .archive-row img {
    float: right;
    padding: 0 15px; }

.navigation {
  margin-bottom: 7rem !important; }

.error404 .page-title {
  background: #FFF; }

.project-feed-title {
  line-height: 2.6vmax;
  margin-bottom: 10px; }

.project-feed-single {
  margin-top: 20px;
  margin-bottom: 10px;
  height: auto;
  min-height: 200px;
  border-bottom: 1px solid #e5e5e5; }

.project-feed-thumb {
  float: left;
  padding: 0 10px 15px 0px; }

.project-feed-text {
  margin-bottom: 60px; }

#crm-container .label {
  color: #333; }

blockquote {
  margin: 15px 10px 15px 0px !important;
  padding: 10px 15px 10px 0px;
  border-top: 1px solid #999;
  border-bottom: 3px solid #999;
  border-left: 0px;
  width: 35%;
  float: left; }
  blockquote p {
    color: #000 !important;
    font: normal normal 400 22px/150% Universe,sans-serif !important; }

/* Staff/board/members
****************************************************/
.person-meta {
  font-weight: 700; }

.person-index li {
  list-style: none; }

#ppl-links a {
  color: #111; }

.page-id-1549 .staff-thumb img {
  width: 225px;
  position: absolute;
  clip: rect(0px, 225px, 199px, 0px);
  padding: 0 15px 15px 0; }
.page-id-1549 .person-photo {
  display: block;
  height: 209px; }
.page-id-1549 .person-info {
  height: 245px; }

.page-id-1551 .person-info {
  min-height: 50px; }

/* Sidebar
****************************************************/
#secondary a {
  color: #000; }
#secondary h3.widget-title {
  margin-top: 0; }
#secondary aside {
  margin-bottom: 20px;
  padding: 10px; }
  #secondary aside ul {
    list-style: none; }
#secondary li {
  list-style: none; }

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

#secondary a {
  color: #333;
  font-family: Universe, sans-serif; }

#secondary .current-menu-parent, #secondary .current_page_item {
  text-transform: uppercase;
  color: #333;
  font-size: 40px;
  line-height: 45px; }
  #secondary .current-menu-parent a:hover, #secondary .current_page_item a:hover {
    color: #000;
    text-decoration: none;
    background-color: #FFF; }

#secondary .sub-menu {
  padding-left: 0px !important; }
  #secondary .sub-menu ul {
    padding-left: 20px !important; }
  #secondary .sub-menu a {
    text-transform: initial;
    font-size: 24px;
    line-height: 40px;
    padding-left: 0px !important; }
    #secondary .sub-menu a:after {
      content: "";
      display: block;
      height: 1px;
      width: 100%;
      margin: 1px;
      background: #e5e5e5; }
    #secondary .sub-menu a:hover {
      color: #000;
      text-decoration: none;
      background-color: #FFF; }
      #secondary .sub-menu a:hover:after {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        margin: 1px;
        background: #999; }

#menu-main-menu-1, #menu-main-menu-es-1 {
  padding-left: 0px !important; }

#secondary img {
  margin-top: 30px; }

/* Pagination
****************************************************/
.navigation {
  margin-top: 42px;
  margin-top: 3rem;
  margin-bottom: 70px;
  margin-bottom: 5rem; }
  .navigation li {
    display: inline; }
  .navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
    padding: 12px;
    padding: .75rem;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px #b6b6b6;
            box-shadow: 1px 1px 1px #b6b6b6; }
  .navigation li a:hover, .navigation li.active a {
    color: #fff;
    background-color: #333; }

/*
    = Home  
*******************************************************************************************/
.mainpage .maincontent {
  background-color: #fff; }

a.learnmore {
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  background-color: #333; }

.custom_libink_banner {
  height: 142px;
  margin: 0 auto;
  color: #fff;
  background: url(../../images/bg_home_liberation_ink.jpg) no-repeat #b00019; }

.libink_footer {
  margin-top: 35px;
  margin-bottom: -13%; }

.libink_logo {
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
  width: 47%;
  top: -68%;
  right: -22%; }

.libink_text a {
  font-size: 22px;
  line-height: 140%;
  display: block;
  float: left;
  width: 230px;
  margin: 25px 15px;
  text-transform: uppercase;
  color: #fff !important; }

.libink_prod_shots {
  position: relative;
  bottom: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  list-style: none; }
  .libink_prod_shots li {
    margin: 0 5px; }

#lib-ink-1, #lib-ink-2, #lib-ink-3 {
  display: none; }

.take-action {
  margin-top: 20px;
  padding: 1px 15px;
  margin-bottom: 30px;
  background: #1a1a1a url(../../images/take_action_bottom.jpg) bottom repeat-x; }
  .take-action h3 {
    color: #fa0030;
    font-size: 47px;
    font-family: Universe, sans-serif;
    text-transform: uppercase; }
  .take-action ul {
    padding-left: 5px; }
  .take-action li {
    list-style: none;
    text-transform: uppercase; }
    .take-action li a {
      color: #FFF;
      font-size: 23px;
      line-height: 32px; }
      .take-action li a:after {
        content: '\00a0\00bb'; }

#menu-take-action-spanish li a {
  font-size: 22px;
  line-height: 32px; }

.nav-tabs li a, .nav-tabs li h3 {
  color: #999;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.42857143;
  position: relative;
  display: block;
  margin-top: 0;
  margin-right: 2px;
  margin-bottom: 0;
  border: 0px;
  border-radius: 0;
  text-align: center;
  font-family: Universe, sans-serif;
  border: 0;
  margin-right: 0; }

#player {
  padding: 0 15px 15px 0 !important; }

.nav-tabs {
  border: 0; }

.nav-tabs li {
  background: #131313;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#131313), to(#727272));
  background: linear-gradient(to bottom, #131313 0%, #727272 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#727272',GradientType=0 );
  /* IE6-9 */
  width: 33.3%; }
  .nav-tabs li:not(:first-child) {
    border-left: 1px solid #FFF; }
  .nav-tabs li.focus a {
    border: 0; }
  .nav-tabs li.active a, .nav-tabs li.active h3 {
    background-color: #fa0030 !important;
    color: #FFF !important;
    border: 0; }
    .nav-tabs li.active a:after, .nav-tabs li.active h3:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(250, 0, 48, 0);
      border-top-color: #fa0030;
      border-width: 10px;
      margin-left: -10px; }

.nav-tabs > li.active > a:hover {
  border: 0; }

.nav-tabs > li.active > a:focus {
  border: 0; }

.tab-content {
  background-color: #FFF;
  padding: 20px 15px 15px; }

.tab-wrapper {
  background-color: #e5e5e5;
  padding: 10px;
  margin-bottom: 40px; }

.latest-news {
  margin-top: 20px; }
  .latest-news a {
    color: #000; }
  .latest-news .latest-news-text .wp-caption {
    display: none; }

.home-news-title h3 {
  margin: 15px 0; }

.latest-news-title, .latest-newspaper-title {
  text-transform: uppercase;
  font-family: Universe, sans-serif;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px; }

.latest-news-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0;
  font-weight: 700;
  color: black; }

.latest-news-text, .latest-newspaper-text, .tab-content .textwidget {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: Universe, sans-serif; }

.latest-news-text {
  margin-bottom: 1.5em; }

.latest-newspaper-text .read-more {
  color: white;
  background-color: #333;
  padding: 3px 5px;
  display: inline-block;
  margin-top: 5px; }
  .latest-newspaper-text .read-more:hover {
    background-color: #fa0030;
    text-decoration: none; }

.term-description {
  padding: 20px 0;
  font-size: 1.1em; }

.tab-pane#three aside:last-child h3.widget-title {
  display: none; }
.tab-pane#three .more-details {
  display: inline-block;
  padding: 10px;
  background-color: #fa0030;
  border-radius: 4px;
  color: white;
  margin-top: 2em; }
  .tab-pane#three .more-details:hover {
    background-color: #92001e; }

/*
    = Media Queries 
********************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
@media (min-width: 768px) {
  /* Tablet Portrait */
  /* 768px general ***********************************/
  /* 768px header ************************************/
  .navbar-header {
    margin-top: 0px; }

  .brand {
    background-color: transparent;
    margin-top: 40px; }
    .brand img {
      padding-left: 0px; }

  /* 768px main menu *********************************/
  #menu-main-menu, #menu-main-menu-es {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    #menu-main-menu li, #menu-main-menu-es li {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }

  .take-action h3 {
    font-size: 35px; }
  .take-action li a {
    font-size: 20px;
    line-height: 34px; }

  ul.slimmenu {
    display: inline-block;
    text-align: center; }
    ul.slimmenu li a {
      padding: 12px 16px; }
    ul.slimmenu li > ul {
      left: -40px;
      text-align: left; }
      ul.slimmenu li > ul > li ul {
        left: 82%; }
    ul.slimmenu li ul.sub-menu {
      width: 260px; }
      ul.slimmenu li ul.sub-menu li a {
        width: 220px; }
    ul.slimmenu li .sub-collapser {
      display: none; }

  #top-social-media {
    left: 180px;
    right: inherit; }

  #text-5 {
    position: absolute;
    right: 15px;
    top: 15px; }

  #search-2 {
    position: absolute;
    right: 140px;
    top: 15px; }

  #search-2 input[type=text] {
    border: 0px;
    height: 30px;
    padding: 5px;
    font-family: Universe, sans-serif;
    font-size: 15px; }

  #search-2 input[type=submit] {
    background: -webkit-gradient(linear, left top, right top, color-stop(37%, transparent), color-stop(64%, transparent), to(rgba(0, 0, 0, 0.65))), url("../../images/searchButton.gif") no-repeat;
    background: linear-gradient(to right, transparent 37%, transparent 64%, rgba(0, 0, 0, 0.65) 100%), url("../../images/searchButton.gif") no-repeat;
    border: 0;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -29px; }

  .btn-danger {
    background-color: #fa0030 !important;
    border: 0px !important;
    color: #fff;
    font-size: 1em;
    font-weight: bold !important;
    height: 30px;
    padding-top: 5px; }

  /* 768px footer ************************************/
  .bottom-logo {
    margin-top: 20px;
    margin-right: -15px; }

  .libink_footer {
    margin-bottom: -100px; }

  /* 768px interior pages / sidebar / pagination *****/
  /* 768px home **************************************/
  .libink_logo {
    position: relative;
    right: initial;
    top: initial;
    width: initial; }

  #lib-ink-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .latest-news {
    margin-top: 0px; }

  .home .flexslider h3 {
    font-size: 48px; }
  .home .flexslider h4 {
    font-size: 18px; } }
/**********************************************************************/
@media (min-width: 992px) {
  /* Tablet Landscape */
  /* 992px general ***********************************/
  /* 992px header ************************************/
  /* 992px main menu *********************************/
  /* 992px footer ************************************/
  /* 992px interior pages / sidebar / pagination *****/
  /* 992px home **************************************/
  .take-action {
    height: 361px; }
    .take-action h3 {
      font-size: 45px; }
    .take-action li a {
      font-size: 26px;
      line-height: 40px; }

  #lib-ink-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .social-footer .col-md-4 {
    height: 265px; } }
/**********************************************************************/
@media (min-width: 1200px) {
  /* Desktop */
  /* 1200px general ***********************************/
  /* 1200px header ************************************/
  /* 1200px main menu *********************************/
  /* 1200px footer ************************************/
  /* 1200px interior pages / sidebar / pagination *****/
  /* 1200px home **************************************/
  #lib-ink-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

/*# sourceMappingURL=sass_style.css.map */