/*
Theme Name: CompassCare
Theme URI: http://compasscare.info
Author: Matt Olpinski
Author URI: http://mattolpinski.com/
*/

/* COLORS */

/* Dark Gray: #404040 */
/* Light Gray: #808080 */
/* Green: #31A7B5 */
/* Dark Green: #226870 */
/* Pink: #F58378 */
/* Cream: #F7F1EB; */

* {
  padding: 0;
  margin: 0;
}

.clearfix {
  clear: both;
}

h1.white {
  color: #FFF !important;
}

p.white {
  border-top: 1px solid #CCC !important;
  color: #CCC !important;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #404040;
  background: #FFF;
  min-width: 1200px;
  font-variant-ligatures: common-ligatures;
}

.inner {
  width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
}

/*  #cc-header STYLES  */

#cc-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.2s;
  background: rgba(255, 255, 255, 0.8);
}

#cc-header .inner {
  position: relative;
}

#cc-header #navigation {
  width: 100%;
  height: 100px;
}

#cc-header.sticking {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}


#cc-header.sticking #scrolling-nav {
  opacity: 1;
  background: #fff;
}

#cc-header #scrolling-nav {
  position: absolute;
  right: 40px;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s;
  height: 75px;
  padding-top: 25px;
  width: 800px;
  text-align: right;
  background: #FFF;
  display: none;
}

#cc-header #scrolling-nav .item {
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle;
}

#cc-header #scrolling-nav .call-text {
  text-transform: uppercase;
  color: #808080;
  font-size: 14px;
}

#cc-header #scrolling-nav .number {
  text-transform: none;
  color: #404040;
  margin-left: 5px;
}

#cc-header #scrolling-nav .appointment {
  text-decoration: none;
  color: #FFF;
  background: #F58378;
  border-radius: 30px;
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  width: 200px;
  transition: background 0.2s;
  font-size: 14px;
  text-align: center;
}

#cc-header #scrolling-nav .appointment:hover {
  background: #D16E64;
}

#cc-header #scrolling-nav #back-to-top {
  background: url(assets/back-to-top.svg) 0 0 no-repeat;
  height: 48px;
  width: 48px; 
  cursor: pointer;
}

#cc-header #navigation #logo {
  background: url(assets/logo.svg) 0 0 no-repeat;
  height: 20px;
  width: 180px;
  display: block;
  float: left;
  margin-top: 40px;
}

#cc-header #navigation ul {
  float: right;
  transition: opacity 0.2s;
  z-index: 5;
  list-style: none; 
}

#cc-header #navigation ul li {
  float: left;
  margin-left: 50px;
}

#cc-header #navigation ul li.current-menu-item a,
#cc-header #navigation ul li.current-page-ancestor a {
  border-bottom: 1px solid #404040;
  color: #404040;
}

#cc-header #navigation ul li a {
  text-decoration: none;
  color: #808080;
  text-transform: uppercase;
  display: block;
  line-height: 99px;
  font-size: 13px;
  font-weight: 400;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#cc-header #navigation ul li a:hover {
  border-bottom: 1px solid #404040;
  color: #404040;
}

#cc-header .search-button .search-icon {
  background: url(assets/icon_search.png) center no-repeat;
  width: 66px;
  height: 100px;
  float: right;
  margin-left: 30px;
}

#cc-header .search-button .search-icon.active {
  background: url(assets/icon_close.png) center no-repeat;
}

#cc-header #search {
  position: absolute;
  right: 80px;
  top: 0;
  width: 720px;
  height: 100px;
  margin-right: 40px;
  display: none;
}

#cc-header #search .search-field {
  height: 100px;
  background: none;
  border: none;
  width: 100%;
  font-size: 36px;
  color: #CCC;
  line-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  -webkit-appearance: none;
}

#cc-header #search .search-field:focus {
  outline: none;
  border: none;
}

#cc-header #search .search-submit,
#cc-header #search .screen-reader-text {
  display: none;
}

/*  HOME STYLES  */

.home #hero {
  position: relative;
  background: #F1EBE5;
  overflow: hidden;
  height: 580px !important;
}

.home #hero .extended-bg {
  background: url(assets/extended-bg.png) 0 0 repeat-y;
  width: 1200px;
  position: absolute;
  top: 0;
  left: calc(50% - 1800px);
  z-index: 99;
  height: 100%;
}

.home #hero .gradient-overlay {
  background: url(assets/gradient-overlay.png) 0 0 repeat-y;
  width: 1200px;
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  z-index: 99;
  height: 100%;
}

.home #hero .bx-wrapper .bx-viewport {
  border: none !important;
  left: 0 !important;
  height: 580px !important;
}

.home #hero .bx-wrapper img {
  margin: 0 auto !important;
  width: 100% !important;
  min-width: 1200px;
  background-size: cover !important;
  -moz-background-size: cover !important;
}

.home #hero .text {
  position: absolute;
  top: 45%;
  left: calc(50% - 560px);
  z-index: 100;
}

.home #hero .text h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 48px;
  font-weight: 400;
}

.home #hero .text h1 span {
  color: #31A7B5;
  font-style: italic;
}

.home #hero .text p {
  width: 520px;
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
  color: #808080;
  
}

.home #quick-links {
  background: #31A7B5;
  height: 90px;
  width: 100%;
  position: relative;
  z-index: 200;
}

.home #quick-links .link {
  background: #31A7B5;
  float: left;
  width: 25%;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
  padding-top: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 90px;
  text-decoration: none;
  border-left: 1px solid #226870;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}

.home #quick-links .link.four {
  border-right: 1px solid #226870;
}

.home #quick-links .link .border {
  height: 5px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  background: #226870;
  z-index: -1;
  transition: top 0.2s;

}

.home #quick-links .link:hover .border {
  top: -5px;
}

.home #quick-links .link .icon {
  height: 25px;
  display: block;
  opacity: 0.5;
  margin-top: 8px;
  transition: opacity 0.2s;
}

.home #quick-links .link:hover .icon {
  opacity: 0.7;
}

.home #quick-links .abortion .icon {
  background: url(assets/icon_needle.svg) center no-repeat;
  background-size: 20%;
  -moz-background-size: 20%;
}

.home #quick-links .pregnancy .icon {
  background: url(assets/icon_plus.svg) center no-repeat;
  background-size: 7%;
  -moz-background-size: 7%;
}

.home #quick-links .stds .icon {
  background: url(assets/icon_std.svg) center no-repeat;
  background-size: 9%;
  -moz-background-size: 9%;
}

.home #quick-links .birth-control .icon {
  background: url(assets/icon_pill.svg) center no-repeat;
  background-size: 14%;
  -moz-background-size: 14%;
}

.home #core-values {
  width: 100%;
  background: #F7F1EB;
  padding: 80px 0;
}

.home #core-values .value {
  width: 33.333333333%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 30px;
}

.home #core-values .value .title {
  font-family: "Libre Baskerville";
  font-size: 26px;
  font-style: italic;
  color: #87817b;
  margin-bottom: 30px;
  font-weight: 400;
  display: block;
}

.home #core-values .value .rule {
  width: 100px;
  height: 3px;
  background: #CCC;
  margin: 0 auto;
  display: block;
}

.home #core-values .value p {
  line-height: 20px;
  font-size: 14px;
  color: #808080;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 30px;
}

.home #core-values .value a {
  text-decoration: none;
  color: #FFF;
  background: #404040;
  border-radius: 30px;
  padding: 0 25px;
  display: block;
  height: 50px;
  line-height: 50px;
  width: 200px;
  margin: 0 auto;
  transition: background 0.2s;
}

.home #core-values .value a:hover {
  background: #333;
}

.home #core-values .value a.pink {
  background: #F58378;
  transition: background 0.2s;
}

.home #core-values .value a.pink:hover{
  background: #d16e64;
}

.home #be-informed {
  padding: 80px 0;
}

.home #be-informed .icon,
.home #be-informed .text,
.home #be-informed .blog-posts {
  display: inline-block;
  vertical-align: middle;
}

.home #be-informed .icon {
  background: url(assets/icon_light_bulb.svg) 0 0 no-repeat;
  height: 180px;
  width: 180px;
}

.home #be-informed .text {
  margin-left: 70px;
}

.home #be-informed .text .logo {
  background: url(assets/logo.svg) 0 0 no-repeat;
  height: 30px;
  width: 270px;
  display: block;
}

.home #be-informed .text .title {
  display: block;
  font-size: 24px;
  font-weight: 900;
  color: #F58378;
  margin-top: 10px;
}

.home #be-informed .text p {
  color: #999;
  margin-top: 40px;
}

.home #be-informed .text .find-information {
  text-decoration: none;
  color: #404040;
  background-image: url(assets/icon_right_arrow.svg);
  background-position: 90% center;
  background-repeat: no-repeat;
  border-radius: 30px;
  padding: 15px 30px;
  display: block;
  background-size: 2.5%;
  -moz-background-size: 2.5%;
  line-height: 20px;
  height: 22px;
  width: 210px;
  margin-top: 20px;
  transition: background-color 0.2s;
  background-color: #F7F1EB;
}

.home #be-informed .text .find-information:hover {
  background: #dad2ca url(assets/icon_right_arrow.svg) 90% center no-repeat;
  background-size: 2.5%;
  -moz-background-size: 2.5%;
}

.home #be-informed .blog-posts {
  margin-left: 128px;
  width: 400px;
}

.home #be-informed .blog-posts .title {
  font-size: 36px;
  font-weight: 100;
  color: #808080;
  margin-bottom: 20px;
  display: block;
}

.home #be-informed .blog-posts ol {
  padding-left: 20px;
}

.home #be-informed .blog-posts ol li {
  margin-bottom: 20px;
}

.home #be-informed .blog-posts ol li a {
  color: #404040;
  text-decoration: none; 
}

.home #be-informed .blog-posts ol li a:hover {
  text-decoration: underline;
}

.home #testimonials {
  background: url(assets/pattern-bg.jpg) 0 0 repeat;
  padding: 80px 0;
  overflow: hidden;
  height: 280px;
  position: relative;
}

.home #testimonials .anchor {
  position: relative;
  height: 250px;
}

.home #testimonials .latest {
  font-size: 36px;
  font-family: "Libre Baskerville", serif;
  color: #FFF;
  line-height: 60px;
  width: 900px;
  font-weight: 400;
}

.home #testimonials .latest span {
  font-style: italic;
  font-weight: 400;
  color: #226870;
  margin-left: 20px;
}

.home #testimonials .latest .author span:before {
  content: "- ";
}

.home #testimonials .latest span {
  margin-left: 0;
}

.home #testimonials .more-reviews {
  text-decoration: none;
  color: #2a909c;
  background-color: #FFF;
  border-radius: 30px;
  padding: 10px 55px 12px 40px;
  background-image: url(assets/icon_right_arrow_green.svg);
  background-repeat: no-repeat;
  background-position: 89% center;
  background-size: 8%;
  -moz-background-size: 8%;
  margin-top: 30px;
  display: inline-block;
  transition: background-position 0.1s;
}

.home #testimonials .more-reviews:hover {
  background-position: 91% center;
}

.home #testimonials .icon {
  background: url(assets/icon_quotes.svg) 50% 50% no-repeat;
  position: absolute;
  top: -140%;
  height: 1000px;
  width: 1000px;
  display: block;
  right: -70%;
}

/*  INTERIOR STYLES  */

#hero-interior {
  height: 400px;
  overflow: hidden;
  background: url(assets/default-texture.jpg) 0 0 repeat;
}

#hero-interior .inner {
  position: relative;
}

#hero-interior .text {
  position: absolute;
  top: 175px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

#hero-interior .text h1 {
  font-size: 56px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}

#hero-interior .text p {
  font-style: italic;
  width: 500px;
  border-top: 1px solid #404040;
  padding: 20px 20px 0;
  margin: 20px auto 0;
  line-height: 24px;
  font-size: 17px;
  color: #666666;
}

#hero-interior img {
  width: 100%;
  opacity: 0.7;
  min-width: 1200px;
}

#main-content {
  width: 1120px;
  margin: 0 auto;
  display: table;
  padding: 0 40px;
}

#main-content #sidebar,
#main-content #right-column {
  display: table-cell;
}

/*  SIDEBAR STYLES  */

#main-content #sidebar {
  background: #F7F1EB;
  width: 240px;
  position: relative;
  text-align: right;
}

#main-content #sidebar #page-tree {
  margin-bottom: 50px;
}

#main-content #sidebar #menu-sidebar-menu li a {
  text-decoration: none;
  color: #FFF;
  padding: 15px 30px 15px 0px;
  display: block;
  background: #31A7B5;
  text-transform: uppercase;
  margin-bottom: 1px;
}

#main-content #sidebar #menu-sidebar-menu li ul {
  list-style: none;
  display: none;
}

#main-content #sidebar #menu-sidebar-menu li.current-menu-item > ul,
#main-content #sidebar #menu-sidebar-menu li.current-menu-parent > ul,
#main-content #sidebar #menu-sidebar-menu li.current-menu-ancestor > ul {
  display: block;
}

#main-content #sidebar #menu-sidebar-menu li ul li.current_page_item,
#main-content #sidebar #menu-sidebar-menu li ul li.current_page_parent {
  background: #ebe5df;
}

#main-content #sidebar #menu-sidebar-menu li ul li.current_page_item a,
#main-content #sidebar #menu-sidebar-menu li ul li.current_page_parent a {
  font-weight: 700;
  text-transform: none;
}

#main-content #sidebar #menu-sidebar-menu li ul li.current_page_item a:hover,
#main-content #sidebar #menu-sidebar-menu li ul li.current_page_parent a:hover {
  text-decoration: none;
}

#main-content #sidebar #menu-sidebar-menu li ul li a {
  text-decoration: none;
  color: #404040;
  padding: 15px 30px 15px 0px;
  display: block;
  background: none;
  text-transform: none;
}

#main-content #sidebar #menu-sidebar-menu li ul li a:hover {
  text-decoration: underline;
}

#main-content #sidebar #menu-sidebar-menu li ul li ul {
  display: none;
}

#main-content #sidebar #menu-sidebar-menu li ul li.current_page_item ul,
#main-content #sidebar #menu-sidebar-menu li ul li.current_page_parent ul {
  display: block;
  padding-bottom: 10px;
}

#main-content #sidebar #menu-sidebar-menu li ul li.current_page_item ul li a,
#main-content #sidebar #menu-sidebar-menu li ul li.current_page_parent ul li a {
    font-size: 14px;
    color: #999591;
    padding: 10px 30px 10px 0px;
    font-weight: 300;
}

#main-content #sidebar #menu-sidebar-menu li ul li.current_page_item ul li a:hover,
#main-content #sidebar #menu-sidebar-menu li ul li.current_page_parent ul li a:hover {
  color: #404040;
}

#main-content #sidebar #menu-sidebar-menu li ul li.current_page_item ul li.current_page_item a,
#main-content #sidebar #menu-sidebar-menu li ul li.current_page_parent ul li.current_page_item a {
  border-right: 8px solid #404040;
  padding: 5px 22px 5px 0px;
  color: #404040;
}

#main-content #sidebar .extended-bg {
  background: #F7F1EB;
  width: 2000px;
  position: absolute;
  top: 0;
  left: -2000px;
  height: 100%;
}

#main-content #right-column {
  padding: 60px 0 60px 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#main-content #wide-column {
  padding: 60px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#sidebar .title {
  text-decoration: none;
  color: #FFF;
  padding: 15px 30px 15px 0px;
  display: block;
  background: #31A7B5;
}

#main-content #sidebar ul li.active {
  background: none;
}

#main-content #sidebar ul#page-tree {
  margin-top: 0;
}

#main-content #sidebar ul li a {
  padding: 8px 22px 8px 0px;
  color: #404040;
  font-size: 14px;
  display: block;
  text-decoration: none;
}

#main-content #sidebar ul li.active a,
#main-content #sidebar ul#page-tree li.active a {
  border-right: 8px solid #226870;
  padding: 8px 22px 8px 0px;
  color: #404040;
}

.post {
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: 1px solid #B2B2B2;
}

.post .post-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  text-decoration: none;
  color: #404040;
  display: block;
}

.post a.post-title:hover {
  text-decoration: underline;
}

.post .post-meta,
.entry-header .entry-meta {
  font-size: 14px;
  margin-bottom: 15px;
}

.post .post-meta .post-date,
.entry-header .entry-meta a {
  color: #808080;
}

.entry-header .entry-meta a {
  text-decoration: none;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #808080;
}

.entry-header .entry-meta span:last-child a {
  border-right: none;
}

.entry-header .entry-meta .edit-link {
  display: none;
}

.entry-header .entry-meta a:hover {
  text-decoration: none;
}

.post .post-meta .post-date .divider {
  border-left: 1px solid #808080;
  margin-left: 10px;
  padding-left: 5px;
}

.post .post-meta .post-author,
.entry-header .entry-meta .byline a {
  color: #31a7b5;
}

.post .post-content {
  margin-bottom: 15px;
}

.post .post-content .post-image,
.post .post-content .post-excerpt {
  float: left;
}

.post .post-content .post-image {
  width: 370px;
  height: 270px;
  margin-right: 40px;
  background: #EEE;
  overflow: hidden;
}

.post .post-content .post-image img {
  max-width: 450px;
  max-height: 300px;
}

.post .post-content .post-excerpt {
  width: 410px;
  font-weight: 300;
  line-height: 24px;
  color: #808080;
}

.post .post-content {
  font-weight: 300;
  line-height: 24px;
  color: #808080;
}

.post .post-content .post-excerpt p:first-child {
  display: none;
}

.blog-post-listing #richtext .post .post-content .post-excerpt a.read-more {
  font-size: 14px;
  font-weight: 300;
  color: #FFF;
  padding: 5px 30px 6px;
  background: #31A7B5;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 400;
  margin-top: 20px;
  display: inline-block;
  transition: background 0.2s;
}

.blog-post-listing #richtext .post .post-content .post-excerpt a.read-more:hover {
  background: #226870;
}

.post .post-organization {
  font-size: 14px;
}

.post .post-organization .categories {
  margin-bottom: 5px;
}

.post .post-organization a {
  text-decoration: none;
  color: #31A7B5;
}

.page-template-page-templatesblog-php #main-content #sidebar ul li a {
  display: block;
  text-decoration: none;
  color: #404040;
}

#main-content #sidebar ul li a:hover {
  text-decoration: underline;
}

/*  GLOBAL STYLES  */

#page-title {
  font-size: 40px;
  font-weight: 300;
  color: #666;
  margin-bottom: 20px;
}

#richtext h1 {
  font-size: 30px;
  color: #31A7B5;
  font-weight: 300;
  margin-bottom: 15px;
}

#richtext h2 {
  font-size: 26px;
  color: #31A7B5;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#richtext h3 {
  font-size: 24px;
  color: #404040;
  font-weight: 300;
  margin-bottom: 10px;
}

#richtext h4 {
  font-size: 22px;
  color: #404040;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#richtext h5 {
  font-size: 20px;
  color: #404040;
  font-weight: 300;
  margin-bottom: 10px;
}

#richtext h6 {
  font-size: 18px;
  color: #808080;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#richtext p {
  color: #404040;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  -ms-word-break: break-all;
   /* Non standard for webkit */
   word-break: break-word;
   word-wrap: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
}

#richtext a {
  color: #31A7B5;
  text-decoration: none;
  font-weight: 400;
  -ms-word-break: break-all;
   /* Non standard for webkit */
   word-break: break-word;
   word-wrap: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
}

#richtext a:hover {
  text-decoration: underline;
}

#richtext hr {
  height: 1px;
  width: 100%;
  background: #999;
  border: none;
  margin-bottom: 15px;
  margin-bottom: 15px;
}

#richtext ul,
#richtext ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

#richtext ul li,
#richtext ol li {
  margin-bottom: 5px;
  color: #404040;
}

#richtext ul li ul,
#richtext ol li ol {
  margin-top: 10px;
}

#richtext blockquote {
  padding: 40px 100px;
  margin: 30px auto;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-style: italic;
  line-height: 30px;
  font-size: 22px;
  text-align: center;
  font-weight: 300;
}

#richtext img {
  max-width: 900px;
  margin-bottom: 20px;
}

.category #richtext img,
.tag #richtext img,
.archive #richtext img,
.search #richtext img {
  display: none;
}

#richtext .interpreter {
  margin-bottom: -12px;
  margin-right: 5px;
}

#nav-posts .prev a,
#nav-posts .next a {
  text-decoration: none;
  color: #404040;
}

#nav-posts .prev a:hover,
#nav-posts .next a:hover {
  text-decoration: underline;
}

#nav-posts .prev {
  float: left;
}

#nav-posts .next {
  float: right;
}

#footer .main {
  background: url(assets/footer-bg.jpg) center no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  width: 100%;
  height: 520px;
  padding: 80px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#footer .title {
  display: block;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 100;
  background-image: url(assets/flourish_left.svg), url(assets/flourish_right.svg);
  background-position: 0 50%, 100% 50%;
  background-repeat: no-repeat;
  background-size: 8%;
  -moz-background-size: 8%;
  margin-bottom: 100px;
}

#footer .title span {
  font-weight: 700;
}

#footer .column {
  width: 220px;
  float: left;
  margin-right: 20px;
  text-align: center;
  height: 200px;
  position: relative;
}

#footer .column .label {
  display: block;
  color: #808080;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}

#footer .column .rule {
  height: 3px;
  background: #808080;
  width: 100px;
  margin: 20px auto;
  display: block;
}

#footer .column .button {
  background: #FFF;
  width: 210px;
  border-radius: 30px;
  line-height: 42px;
  height: 45px;
  position: absolute;
  text-decoration: none;
  bottom: 0;
  color: #404040;
  font-size: 14px;
  transition: background 0.2s;
}

#footer .column .button:hover {
  text-decoration: none;
  background: #CCC;
}

#footer .column .button.pink {
  background: #F58378;
  color: #FFF;
  transition: background 0.2s;
}

#footer .column .button.pink:hover {
  background: #D16E64;
}

#footer .column p {
  color: #FFF;
}

#footer .column a {
  color: #FFF;
  text-decoration: none;
  display: block;
}

#footer .column a:hover {
  text-decoration: underline;
}

#footer #map {
  background: url(assets/map.jpg) 0 0 no-repeat;
  width: 330px;
  height: 180px;
  float: left;
  border: 10px solid #FFF;
  margin-left: 40px;
  position: relative;
}

#footer #map:hover .wrapper {
  opacity: 1;
}

#footer #map .wrapper {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
}

#footer #map .wrapper span {
  display: block;
  width: 160px;
  color: #333;
  text-align: center;
  margin: 65px auto;
  background: #FFF;
  border-radius: 30px;
  padding: 12px 20px 14px;
  line-height: 24px;
}

#footer .bottom {
  padding: 20px 0;
  background: #262626;
}

#footer .bottom p {
  font-size: 12px;
  color: #555;
}

#footer .bottom .interpreter,
#footer .bottom .facebook,
#footer .bottom .twitter,
#footer .bottom .youtube,
#footer .bottom .donate {
  float: right;
  display: block;
  margin-left: 10px;
}

#footer .bottom .interpreter {
  position:relative;
  z-index:24;
  background: url(assets/interpreter.png) 0 0 no-repeat;
  height: 25px;
  width: 25px;
  background-size: 100%;
  -moz-background-size: 100%;
  transition: opacity 0.2s;
}

#footer .bottom .interpreter span {
  display: none;
}

#footer .bottom .facebook {
  background: url(assets/facebook.png) 0 0 no-repeat;
  height: 25px;
  width: 25px;
  background-size: 100%;
  -moz-background-size: 100%;
  transition: opacity 0.2s;
}

#footer .bottom .twitter {
  background: url(assets/twitter.png) 0 0 no-repeat;
  height: 25px;
  width: 25px;
  background-size: 100%;
  -moz-background-size: 100%;
  transition: opacity 0.2s;
}

#footer .bottom .youtube {
  background: url(assets/youtube.png) 0 0 no-repeat;
  height: 25px;
  width: 25px;
  background-size: 100%;
  -moz-background-size: 100%;
  transition: opacity 0.2s;
}

#footer .bottom .interpreter:hover {
  opacity: 0.7;
  z-index: 25;
}

#footer .bottom .interpreter:hover span{
  display: block;
  position: absolute;
  color: #FFF;
  background: #404040;
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  width: 300px;
  text-align: center;
  text-decoration: none;
  top: -40px;
  left: -240px;
  font-size: 14px;
  font-weight: 275;
  transition: all 0.2s;
}

#footer .bottom .facebook:hover,
#footer .bottom .twitter:hover,
#footer .bottom .youtube:hover {
  opacity: 0.7;
}

#footer .bottom .donate {
  color: #FFF;
  background: #31A7B5;
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  width: 100px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  margin-right: 20px;
  font-weight: 300;
  transition: all 0.2s;
}

#footer .bottom .donate:hover {
  background: #404040;
  color: #FFF;
}

#footer .disclaimer {
  background: #1a1a1a;
  padding: 20px 0;
}

#footer .disclaimer p {
  color: #4c4c4c;
  font-size: 12px;
}

#footer .disclaimer span {
  font-weight: 700;
  color: #FFF;
}

#footer .disclaimer a {
  color: #4C4C4C;
  text-decoration: none;
}

#footer .disclaimer a:hover {
  text-decoration: underline;
}

.collapseomatic {
    background-image: url(your_down_arrow_image_here.png) !important;
}
.colomat-close {
    background-image: url(iour_up_arrow_image_here.png) !important;
}


@media (max-width: 1199px) {

    body {
      font-family: 'Lato', sans-serif;
      font-size: 16px;
      color: #404040;
      background: #FFF;
      min-width: 960px;
      font-variant-ligatures: common-ligatures;
    }

    .inner {
      width: 960px;
      margin: 0 auto;
      padding: 0 40px;
    }

    #main-content {
        width: 960px;
    }

    #cc-header #scrolling-nav {
        width: 700px;
    }

    #cc-header #search {
        width: 640px;
    }

    .home #hero .text {
        left: calc(50% - 480px);
    }

    .home #be-informed .icon {
        width: 140px;
        height: 140px;
    }

    .home #be-informed .text {
        margin-left: 30px;
    }

    .home #be-informed .blog-posts {
        margin-left: 50px;
    }

    .home #testimonials .latest {
        width: 700px;
        font-size: 30px;
        line-height: 48px;
    }

    .home #testimonials .icon {
        right: -82%;
    }

    .post .post-content .post-excerpt {
        width: 320px;
    }

    .post .post-content .post-image {
        width: 300px;
    }

    #footer .column,
    #footer .column .button {
        width: 190px;
    }

    #footer #map {
        width: 270px;
    }

}