@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/**
 * Burger parts
 *
 * (---) top    -> &:before
 * [---] middle -> &
 * (---) bottom -> &:after
 */
/**
 * Burger
 */
/**
 * Select parts of the burger
 */
/**
 * Burger animations
 */
/*---------------------------- Placeholders---------------------------------*/
header, #top-news article, #honour, #honour ul, footer, footer .address, footer .copy {
  clear: both; }

header ul, nav ul, #news-bar .news-background, #breadcrumbs, #widget-bar #nav_menu-4 ul ul, #widget-bar #archives-6 ul ul, #widget-bar #text-10 ul, #widget-bar #single_category_posts_widget-3 ul, #widget-bar #single_category_posts_widget-2 ul, #honour ul, footer ul {
  list-style: none; }
  header ul a, nav ul a, #news-bar .news-background a, #breadcrumbs a, #widget-bar #nav_menu-4 ul ul a, #widget-bar #archives-6 ul ul a, #widget-bar #text-10 ul a, #widget-bar #single_category_posts_widget-3 ul a, #widget-bar #single_category_posts_widget-2 ul a, #honour ul a, footer ul a {
    text-decoration: none;
    display: inline-block; }
    header ul a:hover, nav ul a:hover, #news-bar .news-background a:hover, #breadcrumbs a:hover, #widget-bar #nav_menu-4 ul ul a:hover, #widget-bar #archives-6 ul ul a:hover, #widget-bar #text-10 ul a:hover, #widget-bar #single_category_posts_widget-3 ul a:hover, #widget-bar #single_category_posts_widget-2 ul a:hover, #honour ul a:hover, footer ul a:hover {
      text-decoration: underline; }

#main #widget-bar ul li:before {
    content: "";
}
#main #widget-bar #menu-membership-documents li a {
    color: #000;
    text-decoration: none;
}

body, figure, header ul, nav ul, #news-bar .news-text, #news-bar .news-background, #news-bar .news-background li, #honour ul li p, footer .address p, footer .copy p, footer .copy ul {
  padding: 0;
  margin: 0; }

main, #main, header input[type="submit"], #menu-social li a, #social-share a, #news-bar, #news-bar .news-text, #news-bar .news-background li, .top-stories, #top-news article, #top-news article p, #more-news article p, #honour, #honour ul li, footer, #menu-social-1 li a {
  overflow: hidden; }

/*------------------------------- Base Styles ------------------------------------*/
* {
  box-sizing: border-box; }

body {
  background: #ebebeb;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5em; }

h1, h2, h3, h4 {
  margin: 0;
  line-height: 1em; }

h1 {
  color: #4a6a09;
  font-size: 2.5em;
  padding: 25px 15px;
  min-height: 80px;
  position: relative;
  background: url("//mocreebec2.builtbysofa.com/wp-content/themes/mocreebectheme/img/heading-logo.png") no-repeat 90% 51%; }
  @media screen and (min-width: 700px) {
    h1 {
      padding: 25px 40px; } }

.heading {
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(-360deg, #ffffff 50%, #a47621);
  background-image: linear-gradient(90deg,#ffffff 50%, #a47621); }

h2 {
  color: #4a6a09;
  font-size: 2em;
  font-weight: 400;
  display: block;
  padding: 0;
  line-height: 1.4em; }

h3 {
  background: #a47621;
  color: white;
  padding: 5px; }
  h3 a {
    color: white;
    text-decoration: none; }

h4 {
  color: #4a6a09; }

figcaption {
  color: grey;
  font-style: italic;
  font-size: 0.7em;
  border-bottom: 1px solid #c2c2c2; }

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

a.read-more {
  color: #4a6a09;
  font-style: italic;
  text-decoration: none;
  word-break: keep-all;
  display: block; }
  a.read-more:hover {
    text-decoration: underline; }
  a.read-more:after {
    content: " >"; }

ul li:before {
  content: ''; }

#main ul {
  list-style: none; }
  #main ul li:before {
    content: "\2022";
    color: #4a6a09;
    position: relative;
    left: -40px;
    top: -0px;
    max-width: 0px;
    max-height: 0px;
    display: block; }

.sub-menu a {
  width: 100%; }

button {
  border: none;
  outline: none;
  background: transparent; }

header {
  max-width: 960px;
  margin: 0 auto; }

main, #main {
  background: #FFFFFF; }

footer {
  background: #4a6a09; }

#wrapper {
  box-shadow: 1px 1px 7px #484848;
  max-width: 960px;
  margin: 0 auto 40px; }

/*----------------------------- Content Styles ----------------------------------*/
/*
** Header
***************/
#logo {
  overflow: hidden;
  float: left;
  height: 100%;
  margin: 0;
  padding: 30px 0; }
  #logo img {
    height: 100%;
    width: auto;
    float: left; }

header {
  text-align: center;
  height: 175px;
  padding: 0 15px;
  position: relative; }
  @media screen and (min-width: 700px) {
    header {
      padding: 0 40px; } }
  @media screen and (min-width: 960px) {
    header {
      padding: 0; } }
  header ul {
    width: 50%;
    float: right;
    height: 116px;
    margin: 30px 0;
    position: relative; }
    @media screen and (min-width: 700px) {
      header ul {
        height: auto;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
        text-align: right; } }
    header ul li {
      text-align: right;
      height: 33%; }
      @media screen and (min-width: 700px) {
        header ul li {
          display: inline-block;
          padding: 0 10px;
          text-align: left;
          height: auto; } }
      header ul li a {
        color: #4a6a09; }
      header ul li:last-of-type {
        padding-right: 0; }
  header input[type="search"], header input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    margin-bottom: 30px;
    height: 40px;
    font-size: 1em;
    width: 125px; }
  header input[type="submit"] {
    width: 40px;
    text-indent: 80px;
    background: #4a6a09 url("//mocreebec2.builtbysofa.com/wp-content/themes/mocreebectheme/img/search.png") no-repeat center; }

/*
** Nav
***************/
#menuButton {
  /*Sass Burger*/
  text-align: center;
  display: block;
  height: 45px;
  background-color: transparent;
  z-index: 2;
  padding: 0 15px; }
  @media screen and (min-width: 700px) {
    #menuButton {
      padding: 0 40px; } }
  @media screen and (min-width: 960px) {
    #menuButton {
      display: none; } }
  #menuButton span {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px; }
    #menuButton span, #menuButton span:before, #menuButton span:after {
      display: block;
      width: 45px;
      height: 3px;
      background-color: #4a6a09;
      -webkit-transition-property: background-color, -webkit-transform;
      -moz-transition-property: background-color, -moz-transform;
      -o-transition-property: background-color, -o-transform;
      transition-property: background-color, transform;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    #menuButton span:before, #menuButton span:after {
      position: absolute;
      content: ""; }
    #menuButton span:before {
      top: -8px; }
    #menuButton span:after {
      top: 8px; }
    .is-active #menuButton span {
      background-color: transparent; }
    .is-active #menuButton span:before {
      -webkit-transform: translateY(8px) rotate(45deg);
      -moz-transform: translateY(8px) rotate(45deg);
      -ms-transform: translateY(8px) rotate(45deg);
      -o-transform: translateY(8px) rotate(45deg);
      transform: translateY(8px) rotate(45deg); }
    .is-active #menuButton span:after {
      -webkit-transform: translateY(-8px) rotate(-45deg);
      -moz-transform: translateY(-8px) rotate(-45deg);
      -ms-transform: translateY(-8px) rotate(-45deg);
      -o-transform: translateY(-8px) rotate(-45deg);
      transform: translateY(-8px) rotate(-45deg); }

nav {
  background: #dfcfb2;
  padding: 0;
  position: relative;
  z-index: 10; }
  @media screen and (min-width: 960px) {
    nav {
      padding: 0 40px 0 30px;
      height: 50px; } }
  nav ul {
    line-height: 1em;
    position: relative;
    width: 100%;
    display: none; }
    .is-active nav ul {
      display: block; }
    @media screen and (min-width: 960px) {
      nav ul {
        display: block; } }
    @media screen and (min-width: 960px) {
      nav ul:first-of-type {
        position: absolute;
        width: auto; } }
    nav ul .sub-menu {
      min-width: 215px;
      position: relative; }
      @media screen and (min-width: 960px) {
        nav ul .sub-menu {
          position: absolute; } }
  nav li {
    padding: 0;
    margin: 0;
    height: 50px;
    background: #dfcfb2;
    -webkit-transition: background-color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: background-color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: background-color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    border-top: 1px solid #4a6a09; }
    @media screen and (min-width: 960px) {
      nav li {
        border: none;
        display: inline-block;
        float: left; }
        nav li li {
          float: none;
          height: 40px;
          line-height: 0.8em; } }
    nav li li {
      display: none; }
    nav li:hover {
      background-color: #4a6a09; }
      nav li:hover a {
        color: #dfcfb2;
        text-decoration: none !important; }
      nav li:hover li {
        display: block; }
        nav li:hover li a {
          color: #4a6a09; }
          nav li:hover li a:hover {
            color: #dfcfb2; }
  nav a {
    color: #4a6a09;
    display: inline-block;
    padding: 16px 10px; }

#menu-social {
  width: 100%;
  display: none;
  position: relative; }
  @media screen and (min-width: 960px) {
    #menu-social {
      width: 180px;
      position: absolute;
      top: 0;
      right: 40px;
      margin-right: -10px;
      display: block; } }
  #menu-social li {
    width: 33%;
    margin: 0 auto;
    display: inline-block;
    float: left; }
    @media screen and (min-width: 960px) {
      #menu-social li {
        width: 45px; } }
    #menu-social li:hover {
      background: #4a6a09; }
    #menu-social li a {
      color: white;
      text-indent: 200% !important;
      width: 100%;
      background: transparent url("//mocreebec2.builtbysofa.com/wp-content/themes/mocreebectheme/img/mocreebec-sprite-sheet.png") no-repeat;
      background-size: 25px; }
  #menu-social .facebook a {
    background-position: center 12px; }
  #menu-social .facebook:hover a {
    background-position: center -308px; }
  #menu-social .twitter a {
    background-position: center -28px; }
  #menu-social .twitter:hover a {
    background-position: center -350px; }
  #menu-social .linkedin a {
    background-position: center -64px;
    padding-right: 0; }
  #menu-social .linkedin:hover a {
    background-position: center -394px; }
  #menu-social .youtube a {
    background-position: center -451px;
    padding-right: 0; }
  #menu-social .youtube:hover a {
    background-position: center -512px; }

.share {
  border-top: 1px solid #c2c2c2;
  overflow: hidden;
  text-align: right; }
  .share > p {
    display: inline-block;
    margin-right: 15px; }

#social-share {
  padding: 5px 0;
  margin: 0;
  top: auto;
  right: auto;
  position: relative;
  overflow: hidden;
  clear: right;
  float: right;
  display: inline-block; }
  #social-share li {
    height: 30px !important;
    width: 30px;
    display: inline-block;
    float: left;
    overflow: hidden;
    margin-right: 5px; }
    #social-share li:hover {
      background: transparent; }
      #social-share li:hover a {
        -webkit-filter: grayscale(80%);
        filter: grayscale(80%); }
    #social-share li:before {
      content: '' !important; }
  #social-share a {
    display: inline-block;
    height: 100%;
    color: transparent;
    text-indent: 50px;
    width: 100%;
    background: transparent url("//mocreebec2.builtbysofa.com/wp-content/themes/mocreebectheme/img/share-sprite.png") no-repeat;
    background-size: 30px; }
  #social-share .print a {
    background-position: center -172px; }
  #social-share .email a {
    background-position: center -138px; }
  #social-share .facebook a {
    background-position: center -35px; }
  #social-share .twitter a {
    background-position: center 0; }
  #social-share .linkedin a {
    background-position: center -207px; }
  #social-share .google-plus a {
    background-position: center -103px; }

main, #main {
  padding: 15px; }
  @media screen and (min-width: 700px) {
    main, #main {
      padding: 15px 40px; } }

/*
** Sections
***************/
.home h2 {
  color: #4a6a09;
  font-size: 1em;
  font-weight: 400;
  display: block;
  padding: 0;
  line-height: 1.9em; }

#news-bar {
  margin-bottom: 15px;
  display: none;
  width: 100%;
  height: 40px;
  position: relative;
  background-color: #ebebeb; }
  @media screen and (min-width: 700px) {
    #news-bar {
      display: block; } }
  #news-bar .news-text {
    list-style: none;
    height: 40px;
    position: relative;
    left: 0px;
    z-index: 2;
    pointer-events: none;
    top: 0; }
    #news-bar .news-text li {
      height: 40px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-in, top 0.6s ease-in;
      -moz-transition: opacity 0.2s ease-in, top 0.6s ease-in;
      transition: opacity 0.2s ease-in, top 0.6s ease-in;
      top: -105%; }
      #news-bar .news-text li a {
        color: #4a6a09;
        text-decoration: none;
        font-style: italic;
        pointer-events: all; }
        #news-bar .news-text li a:hover {
          text-decoration: underline; }
      #news-bar .news-text li.active {
        display: block;
        opacity: 1;
        top: 0; }
  #news-bar .news-background {
    background-color: #F15B26;
    height: 40px;
    padding-left: 175px;
    position: absolute;
    top: 0; }
    #news-bar .news-background li {
      display: inline-block;
      float: left; }
  #news-bar strong {
    color: white;
    display: inline-block;
    padding: 7px 15px;
    margin-right: 100px;
    width: 175px; }
  #news-bar .prev {
    border-left: 2px solid #FFF; }
  #news-bar .prev, #news-bar .next {
    margin: 0;
    background: #F15B26;
    text-decoration: none; }
    #news-bar .prev button, #news-bar .next button {
      color: #FFF;
      height: 40px;
      width: 40px; }
    #news-bar .prev:hover, #news-bar .next:hover {
      background-color: #ebebeb; }
      #news-bar .prev:hover button, #news-bar .next:hover button {
        color: #F15B26; }

#breadcrumbs {
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
  border-bottom: 2px solid #c2c2c2; }
  #breadcrumbs li {
    display: inline-block; }
    #breadcrumbs li:after {
      padding-left: 5px;
      content: '>';
      color: #4a6a09; }
    #breadcrumbs li:before {
      content: '' !important; }
  #breadcrumbs a {
    color: #4a6a09; }
    #breadcrumbs a:hover {
      text-decoration: underline; }

#news {
  width: 100%; }
  @media screen and (min-width: 700px) {
    #news {
      width: 60%;
      padding-right: 15px;
      float: left; } }
  @media screen and (min-width: 960px) {
    #news {
      width: 590px;
      float: left;
      padding-right: 15px; } }

.feature {
  background-color: #4a6a09;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  height: 40px; }
  .feature h2 {
    color: #FFF;
    padding: 5px 15px; }
  .feature button {
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px; }
    .feature button:first-of-type {
      right: 40px; }
    .feature button:hover {
      color: #4a6a09;
      background-color: #ebebeb; }

.top-stories {
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 650px; }
  @media screen and (min-width: 700px) {
    .top-stories {
      width: 575px;
      height: 600px; } }
  .top-stories article {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in, left 0.6s ease-in;
    -moz-transition: opacity 0.5s ease-in, left 0.6s ease-in;
    transition: opacity 0.5s ease-in, left 0.6s ease-in;
    left: 0;
    background-color: #FFF;
    width: 100%;
    max-width: 100%; }
    @media screen and (min-width: 700px) {
      .top-stories article {
        width: 575px; } }
    .top-stories article.active {
      display: block;
      opacity: 1;
      left: 0;
      z-index: 5; }
    .top-stories article.prevSlide {
      opacity: 0;
      left: -105%; }
    .top-stories article.nextSlide {
      opacity: 0;
      left: 105%; }
    .top-stories article:first-of-type {
      position: relative; }
  .top-stories figure {
    max-height: 370px;
    overflow: hidden; }
  .top-stories img {
    width: 100%; }
  .top-stories h4 a {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #4a6a09;
    text-decoration: none; }
    .top-stories h4 a:hover {
      text-decoration: underline; }

#top-news {
  width: 100%; }
  @media screen and (min-width: 960px) {
    #top-news {
      width: 370px;
      float: left;
      padding-right: 15px; } }
  #top-news h4 {
    padding-bottom: 10px; }
    #top-news h4 a {
      font-size: 1.2em;
      line-height: 1.2em;
      color: #4a6a09;
      text-decoration: none; }
      #top-news h4 a:hover {
        text-decoration: underline; }
  #top-news article {
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    padding: 15px 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
    #top-news article figure, #top-news article p {
      width: 50%;
      float: left;
      margin: 0; }
    #top-news article figure {
      padding-right: 15px;
      max-height: 128px;
      overflow: hidden; }
    #top-news article figcaption {
      display: none; }
    #top-news article p {
      max-height: 120px;
      position: relative;
      text-align: left;
      word-wrap: break-word; }
      #top-news article p a {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #FFF;
        width: 100%; }
    #top-news article:first-of-type {
      border-top: 1px solid #c2c2c2; }

.page-template-departments h2, .postid-886 h2, .category h2 {
  color: #4a6a09;
  font-size: 2em;
  font-weight: 400;
  display: block;
  padding: 0;
  line-height: 1.4em; }
.page-template-departments #top-news, .postid-886 #top-news, .category #top-news {
  width: 100%; }
  @media screen and (min-width: 960px) {
    .page-template-departments #top-news, .postid-886 #top-news, .category #top-news {
      width: 575px;
      float: left;
      padding-right: 15px;
      border-right: 1px solid #c2c2c2; } }
  .page-template-departments #top-news article figure, .postid-886 #top-news article figure, .category #top-news article figure {
    max-height: 200px; }
.page-template-departments .feature h3, .postid-886 .feature h3, .category .feature h3 {
  background-color: #4a6a09;
  line-height: 1.5em; }

.overview {
  border-top: 2px solid #c2c2c2;
  padding: 15px 0; }
  .overview h4 {
    font-size: 1.2em;
    margin: 0; }
  .overview .h-card {
    padding: 1.5em 0;
    border-top: 1px solid #c2c2c2; }
    .overview .h-card:first-of-type {
      border: none; }
  .overview p {
    margin: 0.4em 0;
    font-weight: bold; }
    .overview p .p-tel, .overview p .u-email {
      font-weight: normal; }

#more-news {
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  display: none;
  /*
  ul{
      @extend %nav-styles;
      @extend %padding-margin-zero;
  }
  li{
      @include hyphens(auto);
      border-bottom: 1px solid $light-grey;  
      padding: $mobile-gutter 0;
      text-align: left;
      word-break: break-all; //fit contents better
  }*/ }
  @media screen and (min-width: 960px) {
    #more-news {
      width: 205px;
      float: left;
      padding: 0 15px;
      display: block; } }
  #more-news h3 {
    background: #4a6a09; }
  #more-news article {
    border-bottom: 1px solid #ebebeb; }
    #more-news article p {
      max-height: 120px;
      position: relative; }
      #more-news article p a {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #FFF;
        width: 100%; }
  #more-news figure, #more-news h4 {
    display: none; }

#widget-bar {
  width: 100%; }
  @media screen and (min-width: 700px) {
    #widget-bar {
      width: 40%;
      float: left;
      padding-left: 15px; } }
  @media screen and (min-width: 960px) {
    #widget-bar {
      width: 290px;
      float: left;
      padding-left: 15px; } }
  #widget-bar #menu-main-1 li:before, #widget-bar #text-10 li:before, #widget-bar #menu-constitution-by-law li:before {
    content: '' !important; }
  #widget-bar #nav_menu-4 ul, #widget-bar #archives-6 ul {
    padding: 0;
    margin: 0; }
    #widget-bar #nav_menu-4 ul ul, #widget-bar #archives-6 ul ul {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 10px;
      -moz-column-gap: 10px;
      column-gap: 10px;
      -webkit-column-width: 50%;
      -moz-column-width: 50%;
      column-width: 50%; }
      @media screen and (min-width: 700px) {
        #widget-bar #nav_menu-4 ul ul, #widget-bar #archives-6 ul ul {
          -webkit-column-count: 2;
          -moz-column-count: 2;
          column-count: 2; } }
  #widget-bar #nav_menu-4 li, #widget-bar #archives-6 li {
    display: none; }
  #widget-bar #nav_menu-4 .departments, #widget-bar #archives-6 .departments {
    display: block; }
    #widget-bar #nav_menu-4 .departments a, #widget-bar #archives-6 .departments a {
      display: none; }
    #widget-bar #nav_menu-4 .departments li, #widget-bar #archives-6 .departments li {
      display: inline-block;
      padding: 5px 5px 5px 10px;
      width: 100%; }
      #widget-bar #nav_menu-4 .departments li a, #widget-bar #archives-6 .departments li a {
        display: block;
        width: 100%; }
  #widget-bar #nav_menu-4 a, #widget-bar #archives-6 a {
    color: #000; }
  #widget-bar div {
    background: #f1ebde;
    margin: 15px 0; }
    #widget-bar div:first-of-type {
      margin-top: 0; }
    #widget-bar div ul, #widget-bar div form {
      padding: 5px 10px;
      margin: 0; }
  #widget-bar .ad {
    min-height: 250px;
    text-align: center; }
  #widget-bar #text-9 label, #widget-bar #text-9 input, #widget-bar #text-11 label, #widget-bar #text-11 input {
    margin: 5px 0; }
  #widget-bar #text-9 label, #widget-bar #text-11 label {
    float: left;
    height: 23px;
    width: -webkit-calc(100% - 145px);
    width: calc(100% - 145px);
    color: #000; }
  #widget-bar #text-9 input, #widget-bar #text-11 input {
    width: 145px;
    height: 24px; }
  #widget-bar #text-9 input[type="submit"], #widget-bar #text-11 input[type="submit"] {
    border: 2px solid #8CA4D5;
    outline: none;
    border-radius: 0;
    background-color: #FFF;
    color: #8CA4D5;
    width: 100%;
    padding: 0;
    font-size: 1em; }
    #widget-bar #text-9 input[type="submit"]:hover, #widget-bar #text-11 input[type="submit"]:hover {
      background-color: #8CA4D5;
      color: #FFF; }
  #widget-bar #menu-constitution-by-law li {
    padding: 5px 0; }
  #widget-bar #menu-constitution-by-law a {
    color: #000;
    text-decoration: none; }
    #widget-bar #menu-constitution-by-law a:hover {
      text-decoration: underline; }
  #widget-bar #text-10 li a, #widget-bar #single_category_posts_widget-3 li a, #widget-bar #single_category_posts_widget-2 li a {
    color: #000; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,  .video-container object,   .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%; }

#woeid-1025 {
  position: relative;
  padding: 15px;
  height: 225px; }

.alfie-wp-weather-object {
  padding-top: 0 !important; }

.alfie-temperature {
  color: #000;
  font-size: 4em !important;
  font-weight: 700 !important;
  line-height: 1em !important;
  text-align: left;
  padding-bottom: 0 !important; }

.alfie-description {
  color: #000;
  margin: 0 !important;
  text-align: left;
  font-size: 1em !important;
  font-weight: 400 !important; }

.alfie-range {
  color: #000;
  margin: 5px 0 !important;
  padding-bottom: 15px;
  border-bottom: 1px solid #4a6a09;
  text-align: left;
  font-size: 1em !important;
  font-weight: 400 !important; }

.alfie-city {
  font-size: 1.5em !important;
  color: #000;
  position: absolute;
  top: 170px;
  left: 0;
  text-align: left; }

.alfie-wind, .alfie-humidity, .alfie-visibility, .alfie-sunrise, .alfie-sunset {
  display: none; }

.condition-main-image {
  position: absolute;
  top: -10px;
  right: 0;
  left: auto !important;
  z-index: 999 !important; }
  @media screen and (min-width: 700px) {
    .condition-main-image {
      right: -75px; } }

#downloads {
  width: 100%;
  float: right;
  padding: 0; }
  @media screen and (min-width: 700px) {
    #downloads {
      width: 40%;
      padding-left: 15px; } }
  @media screen and (min-width: 960px) {
    #downloads {
      width: 290px; } }
  #downloads h3 {
    background-color: #8CA4D5; }
  #downloads ul {
    background-color: #E1E9FF;
    margin: 0;
    padding: 5px 10px 5px 30px; }
  #downloads li:before {
    left: -20px !important; }
  #downloads a {
    color: #000;
    text-decoration: none; }
    #downloads a:hover {
      text-decoration: underline; }

.all-downloads a {
  color: #000; }

#single_category_posts_widget-3 ul, #single_category_posts_widget-2 ul {
  padding: 5px 10px 5px 30px !important; }
#single_category_posts_widget-3 li, #single_category_posts_widget-2 li {
  padding-bottom: 8px; }
#single_category_posts_widget-3 li:before, #single_category_posts_widget-2 li:before {
  left: -20px !important;
  content: "\2022" !important; }

#honour {
  width: 100%; }
  #honour h3 {
    background: #4a6a09; }
  #honour ul {
    margin: 0;
    padding: 15px 0; }
    #honour ul li {
      width: 100%;
      min-height: 208px;
      padding: 10px 0; }
      #honour ul li:before {
        content: ''; }
      @media screen and (min-width: 700px) {
        #honour ul li {
          width: 50%;
          float: left; } }
      @media screen and (min-width: 960px) {
        #honour ul li {
          width: 440px; } }
      #honour ul li figure {
        width: 150px;
        float: left; }
        #honour ul li figure img {
          width: 100%; }
      #honour ul li div {
        float: left;
        width: -webkit-calc(100% - 150px);
        width: calc(100% - 150px);
        padding: 0 15px; }
      #honour ul li h4 a {
        font-size: 1.3em;
        margin: 0 0 5px;
        color: #4a6a09; }
        #honour ul li h4 a:hover {
          text-decoration: underline; }

.category-in-honour .entry img {
  width: 250px;
  padding: 8px 8px 8px 0;
  float: left; }

/*-------------
--Newsletter---
-------------*/
.category-newsletter .item {
  max-width: 550px;
  margin: 0 auto;
  text-align: justify; }
  .category-newsletter .item h1, .category-newsletter .item h2, .category-newsletter .item h3, .category-newsletter .item h4 {
    text-align: left; }

#newsletter-link {
  float: left;
  width: 100%; }
  #newsletter-link h3 {
    margin-top: 15px;
    background-color: #4a6a09; }
    #newsletter-link h3 a {
      color: #FFF;
      text-decoration: none; }
      #newsletter-link h3 a:hover {
        text-decoration: underline; }
  #newsletter-link img {
    margin: 5px 0; }

/*-------------
--Article---
-------------*/
#news.article {
  margin-bottom: 25px; }
  #news.article h4 {
    font-size: 1.9em;
    padding: 5px 0 15px;
    line-height: 1.4em; }

.item h4 a {
  color: #4a6a09;
  font-size: 1.2em;
  text-decoration: none; }
  .item h4 a:hover {
    text-decoration: underline; }

/*-------------
-- Contact ---
-------------*/
.wpcf7-form {
  width: 300px; }
  .wpcf7-form input, .wpcf7-form textarea {
    width: 300px;
    border: 1px solid #4a6a09;
    padding: 5px; }
  .wpcf7-form input[type="submit"] {
    border-radius: 0;
    color: #FFF;
    background-color: #4a6a09;
    width: 115px;
    float: right; }
  .wpcf7-form input[type="radio"] {
    width: 10px; }

/*-------------
-- Archive ---
-------------*/
.archive .item {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb; }

/*-------------
--Footer---
-------------*/
#map {
  height: 250px;
  background-color: #abb19f; }

footer > div {
  width: 100%;
  padding: 15px; }
  @media screen and (min-width: 700px) {
    footer > div {
      width: 33%;
      float: left;
      padding: 15px 40px; } }
  footer > div h3 {
    padding: 0;
    background: transparent; }
  footer > div p {
    color: #FFFFFF; }
    footer > div p a {
      color: #FFFFFF;
      text-decoration: none; }
footer .departmentsdiv li {
  display: none; }
footer .departmentsdiv .departments {
  display: block; }
  footer .departmentsdiv .departments a {
    display: none; }
  footer .departmentsdiv .departments li {
    display: block; }
    footer .departmentsdiv .departments li a {
      display: block; }
footer ul {
  padding: 0 0 15px; }
  footer ul a {
    color: #FFFFFF; }
footer .social {
  width: 25%;
  position: relative; }
footer .address {
  width: 100%;
  background-color: #a47621; }
footer .copy {
  width: 100%;
  background-color: #F15B26; }
  footer .copy p {
    width: 100%; }
    @media screen and (min-width: 700px) {
      footer .copy p {
        width: 50%;
        float: left; } }
  footer .copy ul {
    width: 100%; }
    @media screen and (min-width: 700px) {
      footer .copy ul {
        width: 50%;
        float: right;
        text-align: right; } }
    footer .copy ul li {
      display: inline-block;
      width: 100%;
      padding-left: 0; }
      @media screen and (min-width: 700px) {
        footer .copy ul li {
          width: auto;
          padding-left: 20px; } }

.single-attachment .article-image {
  display: none; }

#menu-social-1 {
  margin: 15px 0 5px;
  padding: 0;
  overflow: hidden; }
  #menu-social-1 li {
    width: 40px;
    margin: 0 auto;
    display: inline-block;
    float: left; }
    #menu-social-1 li a {
      color: white;
      height: 30px;
      text-indent: 200% !important;
      width: 100%;
      background: transparent url("//mocreebec2.builtbysofa.com/wp-content/themes/mocreebectheme/img/mocreebec-sprite-sheet.png") no-repeat;
      background-size: 25px; }
  #menu-social-1 .facebook a {
    background-position: left -180px; }
  #menu-social-1 .facebook:hover a {
    background-position: left -317px; }
  #menu-social-1 .twitter a {
    background-position: left -234px; }
  #menu-social-1 .twitter:hover a {
    background-position: left -362px; }
  #menu-social-1 .linkedin a {
    background-position: left -269px;
    padding-right: 0; }
  #menu-social-1 .linkedin:hover a {
    background-position: left -403px; }
  #menu-social-1 .youtube a {
    background-position: left -581px;
    padding-right: 0; }
  #menu-social-1 .youtube:hover a {
    background-position: left -519px; }

#single_category_posts_widget-2 ul li {
  display: block; }

#menu-additional {
  margin: 0;
  padding: 10px 0 5px; }
  #menu-additional li {
    display: block; }

#decisionmakerapp {
	border: 15px solid black;
	border-radius: 20px;
	margin: 0 auto;
	display: block;
}