/**
 * Theme Name:     UBC News 2017
 * Theme URI:      http://news.ubc.ca
 * Description:    News-focused child theme for the UBC CLF 7 theme
 * Author:         OpenRoad Communications with UBC
 * Author URI:     http://clf.ubc.ca
 * Template:       clf-basic-7.0.3
 * Version:        2.0.0
 */
/** Variables **/
/** Fixed Content with Center Alignment **/
body {
  color: #222222;
  background: #e8e8e8;
  font-family: "Whitney SSm A", "Whitney SSm B", Arial;
  font-size: 15px;
  line-height: 1.6em;
  font-style: normal; }

h1 {
  font-size: 33px; }

h3 {
  font-size: 22px;
  line-height: 40px; }

h1.archive-title,
h1.post-title {
  margin: 0 0 25px; }

h2 {
  font-size: 28px; }

h3.widget-title {
  margin: 10px 0 15px 0; }

a:link, a:visited, button {
  color: #007EA8;
  text-decoration: none; }

a:hover, a:focus, a:active {
  color: #0055b7;
  text-decoration: none; }

h4 a:link, h4 a:visited {
  color: #0055b7; }

h4 a:hover, h4 a:focus, h4 a:active {
  color: #007EA8; }

h5 {
  font-size: 12px;
  font-weight: 400;
  color: #007EA8;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

p {
  margin: 0 0 15px; }

.image-caption {
  margin: 0 0 15px; }

.wp-caption-text {
  margin: 10px 25px;
  font-style: italic; }

/** Navigation Menus **/
#ubc7-unit-menu {
  margin-bottom: 5px; }
  #ubc7-unit-menu .navbar-inner {
    background: #ececec;
    border-bottom: solid 1px #c5c5c5; }
  #ubc7-unit-menu .nav > li > a {
    font-size: 13px;
    padding: 10px 13px 11px; }
  #ubc7-unit-menu .nav > li.active > a,
  #ubc7-unit-menu .nav-collapse .nav > li > a:hover {
    background: #007EA8 !important;
    color: #fff;
    -webkit-box-shadow: inherit;
            box-shadow: inherit; }

#primary-secondary #searchbar #searchstr {
  padding: 15px 10px;
  margin: 0 0 20px;
  width: 90%; }

#primary-secondary #searchbar .clear {
  margin: 0 -20px -45px; }
  #primary-secondary #searchbar .clear .btn {
    padding: 18px;
    font-family: "Whitney SSm A", "Whitney SSm B", Arial;
    background-color: #007EA8;
    background-image: none;
    border: none;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
    #primary-secondary #searchbar .clear .btn:hover, #primary-secondary #searchbar .clear .btn:active {
      background-color: #00455c;
      border: none; }

#primary-secondary ul.nav-menu {
  margin: 0;
  padding: 25px 20px;
  background-color: #fff;
  margin-bottom: 75px;
  list-style: none; }
  @media (max-width: 767px) {
    #primary-secondary ul.nav-menu {
      margin: 0 -20px 50px; } }
  #primary-secondary ul.nav-menu li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #d7e0e7; }
    #primary-secondary ul.nav-menu li a {
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 13px; }
  #primary-secondary ul.nav-menu li:last-of-type {
    padding: 0;
    margin: 0;
    border-bottom: none; }
  #primary-secondary ul.nav-menu#feed-latest li a {
    font-size: 14px;
    text-transform: inherit; }

#primary-secondary .image-wrapper {
  margin: -25px -20px 0 -20px; }

#primary-secondary .box-content a {
  display: block;
  text-decoration: none;
  color: #222222; }

#primary-secondary .content > .column-link {
  margin: -25px -20px;
  padding: 25px 20px; }

.bottom-content .image-wrapper {
  margin: -25px -20px 0 -20px; }

/** Pagination **/
#content .pagination {
  padding: 15px 0 25px; }
  #content .pagination ul {
    -webkit-box-shadow: none;
            box-shadow: none; }
  #content .pagination ul > li > a,
  #content .pagination ul > li > span {
    background: none;
    border: none;
    color: #002145;
    font-weight: 600;
    padding: 8px 12px; }
  #content .pagination ul > li > a:hover,
  #content .pagination ul > .active > a,
  #content .pagination ul > .active > span,
  #content .pagination ul > li > span.current {
    background-color: #007EA8;
    border-color: inherit;
    border-radius: 0;
    color: #ffffff; }

/** Social Footer **/
#social-footer {
  background: #ffffff; }
  #social-footer a.social-footer-newsletter {
    padding: 25px 50px;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    color: #fff;
    background: #007EA8;
    text-decoration: none;
    float: left; }
    #social-footer a.social-footer-newsletter:hover {
      background: #00455c;
      color: #ffffff; }
  #social-footer a.social-footer-okanagan {
    color: #002145;
    font-size: 16px;
    line-height: 1;
    padding: 25px 50px 26px;
    margin: 0;
    display: inline-block;
    text-decoration: none;
    float: left; }
    #social-footer a.social-footer-okanagan i {
      color: #007EA8;
      margin-left: 10px; }
    #social-footer a.social-footer-okanagan:hover {
      background: #00455c;
      color: #ffffff; }

@media (max-width: 767px) {
  #social-footer {
    text-align: center;
    margin: 0 -20px 50px;
    padding-bottom: 25px; }
    #social-footer a.social-footer-newsletter,
    #social-footer a.social-footer-okanagan {
      float: none;
      display: block; } }

/** Post pages **/
.post-page-type .entry-media {
  margin: -25px -20px 20px -20px; }

.post-page-type .excerpt {
  font-size: 17px;
  margin-bottom: 30px; }

.post-page-type .sharing {
  float: right; }
  .post-page-type .sharing .sd-content ul li {
    margin: 0 0 10px;
    display: block; }
  @media (max-width: 767px) {
    .post-page-type .sharing {
      float: none; }
      .post-page-type .sharing .sd-content ul li {
        display: inline-block;
        margin: 0 10px 10px 0; } }

.post-page-type h5 {
  margin-bottom: 25px; }

.post-page-type .entry-title,
.post-page-type .entry-content,
.post-page-type .entry-meta {
  padding-right: 180px; }
  .post-page-type .entry-title .wp-caption:not(.alignnone):not(.aligncenter),
  .post-page-type .entry-content .wp-caption:not(.alignnone):not(.aligncenter),
  .post-page-type .entry-meta .wp-caption:not(.alignnone):not(.aligncenter) {
    float: right;
    margin-right: -190px; }
    @media (max-width: 767px) {
      .post-page-type .entry-title .wp-caption:not(.alignnone):not(.aligncenter),
      .post-page-type .entry-content .wp-caption:not(.alignnone):not(.aligncenter),
      .post-page-type .entry-meta .wp-caption:not(.alignnone):not(.aligncenter) {
        margin: 0;
        padding-left: 15px; } }
  .post-page-type .entry-title .before,
  .post-page-type .entry-content .before,
  .post-page-type .entry-meta .before {
    font-weight: 600; }
  @media (max-width: 767px) {
    .post-page-type .entry-title,
    .post-page-type .entry-content,
    .post-page-type .entry-meta {
      padding: 0; } }

.post-page-type .envira-gallery-wrap {
  width: inherit;
  margin-right: -180px; }
  @media (max-width: 767px) {
    .post-page-type .envira-gallery-wrap {
      margin: 0; } }

@media (min-width: 980px) {
  #contact-box {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px;
    padding-right: 180px; } }

/** Social Media icons **/
#ubc7-unit-social-icons a {
  margin-right: 20px;
  margin-top: 15px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #007EA8;
  text-align: center; }
  @media (min-width: 980px) and (max-width: 1199px) {
    #ubc7-unit-social-icons a {
      margin-right: 12px; } }
  #ubc7-unit-social-icons a:last-of-type {
    margin-right: 0; }
  #ubc7-unit-social-icons a:hover {
    background: #002145; }
  #ubc7-unit-social-icons a i {
    font-size: 20px;
    line-height: 40px; }
    #ubc7-unit-social-icons a i:before {
      color: #ffffff; }

#content .sharing a {
  background: #007EA8;
  border-radius: inherit; }
  #content .sharing a:before {
    color: #fff; }
  #content .sharing a:hover {
    background: #002145;
    opacity: 1; }

#content {
  margin-top: 30px; }
  #content.post-page-type {
    margin-top: -5px; }
    @media (min-width: 768px) {
      #content.post-page-type .post {
        min-height: 700px; } }

/** Bootstrap/CLF overrides **/
#ubc7-unit {
  -webkit-box-shadow: none;
          box-shadow: none; }

.breadcrumb,
#ubc7-unit-footer,
.ubc7-back-to-top,
h1 .icon-rss {
  display: none !important; }

.content {
  padding: 25px 20px;
  background-color: #fff;
  margin-bottom: 75px; }
  @media (max-width: 767px) {
    .content {
      margin: 0 -20px 50px; } }

#content.archive-feed .content {
  padding: 0; }
  #content.archive-feed .content .hentry {
    border-bottom: solid 1px #d7e0e7; }
  #content.archive-feed .content .row {
    margin: 0;
    padding: 20px; }
    #content.archive-feed .content .row h4 {
      margin-top: 0; }
    #content.archive-feed .content .row .byline {
      margin: 0; }
    #content.archive-feed .content .row .post-thumbnail {
      margin-bottom: 10px; }

.post-thumbnail {
  position: relative;
  height: 100px;
  overflow: hidden; }
  .post-thumbnail.medium {
    height: inherit; }
  .post-thumbnail .thumbnail {
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.ubcnews-headlines-boxes {
  margin-top: 10px; }
  .ubcnews-headlines-boxes .nav-tabs {
    border: none; }
    .ubcnews-headlines-boxes .nav-tabs > li > a {
      font-size: 24px;
      font-weight: 600;
      color: #8a8a8a;
      background-color: inherit;
      border: none;
      padding: 0;
      margin-right: 60px; }
      @media (max-width: 767px) {
        .ubcnews-headlines-boxes .nav-tabs > li > a {
          font-size: 20px; } }
      .ubcnews-headlines-boxes .nav-tabs > li > a:hover {
        color: #222222; }
    .ubcnews-headlines-boxes .nav-tabs > .active > a,
    .ubcnews-headlines-boxes .nav-tabs > .active > a:hover,
    .ubcnews-headlines-boxes .nav-tabs > .active > a:active,
    .ubcnews-headlines-boxes .nav-tabs > .active > a:focus {
      background-color: inherit;
      border: none;
      color: #222222; }
  .ubcnews-headlines-boxes .tab-content {
    font-size: 14px; }
    @media (min-width: 768px) {
      .ubcnews-headlines-boxes .tab-content {
        height: 550px;
        overflow-x: auto;
        overflow-y: scroll; } }
    .ubcnews-headlines-boxes .tab-content .row {
      margin: 0; }
      .ubcnews-headlines-boxes .tab-content .row h4 {
        margin-top: 0; }
        .ubcnews-headlines-boxes .tab-content .row h4 a:link, .ubcnews-headlines-boxes .tab-content .row h4 a:visited {
          color: #007EA8; }
        .ubcnews-headlines-boxes .tab-content .row h4 a:hover, .ubcnews-headlines-boxes .tab-content .row h4 a:focus, .ubcnews-headlines-boxes .tab-content .row h4 a:active {
          color: #00455c; }
    .ubcnews-headlines-boxes .tab-content ul {
      margin: 0; }
      .ubcnews-headlines-boxes .tab-content ul li {
        list-style: none;
        margin-bottom: 10px; }
        .ubcnews-headlines-boxes .tab-content ul li.column-link {
          border-bottom: solid 1px #d7e0e7;
          margin: 0;
          padding: 20px 0; }
          @media (max-width: 767px) {
            .ubcnews-headlines-boxes .tab-content ul li.column-link {
              padding: 10px 0; }
              .ubcnews-headlines-boxes .tab-content ul li.column-link .span3 {
                display: none; }
              .ubcnews-headlines-boxes .tab-content ul li.column-link h4 {
                font-size: 14px;
                margin: 0; }
              .ubcnews-headlines-boxes .tab-content ul li.column-link .byline {
                margin: 0; } }
          .ubcnews-headlines-boxes .tab-content ul li.column-link:first-of-type {
            padding-top: 0; }
          .ubcnews-headlines-boxes .tab-content ul li.column-link:last-of-type {
            border-bottom: none; }
        .ubcnews-headlines-boxes .tab-content ul li .outlet {
          text-align: right;
          padding-right: 10px; }
        .ubcnews-headlines-boxes .tab-content ul li a {
          font-weight: 600; }

@media (max-width: 767px) {
  .ubcnews-headlines-boxes .nav-tabs > li {
    float: none; }
    .ubcnews-headlines-boxes .nav-tabs > li > a {
      line-height: 1.5em; }
  .ubcnews-headlines-boxes .tab-content ul li .outlet {
    text-align: inherit; } }

/** Front page styling **/
.front-features.content {
  padding: 0;
  margin-top: -35px; }

.front-features img {
  width: 100%; }

.front-features .row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 480px) {
    .front-features .row-flex {
      display: block; } }
  .front-features .row-flex .flex-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0; }
    @media (max-width: 480px) {
      .front-features .row-flex .flex-item h4, .front-features .row-flex .flex-item h5 {
        margin: 20px 20px 0; } }
    @media (min-width: 481px) {
      .front-features .row-flex .flex-item:nth-of-type(1) a {
        padding-right: 15px; }
        .front-features .row-flex .flex-item:nth-of-type(1) a h4, .front-features .row-flex .flex-item:nth-of-type(1) a h5 {
          margin-left: 20px; } }
    @media (min-width: 481px) {
      .front-features .row-flex .flex-item:nth-of-type(2) a {
        padding: 0 15px;
        border-left: solid 1px #d7e0e7;
        border-right: solid 1px #d7e0e7; } }
    @media (min-width: 481px) {
      .front-features .row-flex .flex-item:nth-of-type(3) a {
        padding-left: 15px; } }
    .front-features .row-flex .flex-item:nth-of-type(3) a h4, .front-features .row-flex .flex-item:nth-of-type(3) a h5 {
      margin-right: 20px; }
    .front-features .row-flex .flex-item .front-feature-secondary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      margin-bottom: 20px !important; }
    @media (min-width: 481px) {
      .front-features .row-flex .flex-item h4 {
        margin-bottom: 20px; }
      .front-features .row-flex .flex-item h5 {
        margin: auto 20px 20px 0; } }

.image-wrapper {
  position: relative; }

.front-feature-story {
  padding-bottom: 40px; }
  .front-feature-story .front-feature-headline {
    position: absolute;
    bottom: 0;
    padding: 25px 50px 0 20px;
    margin: 0;
    background: #ffffff;
    max-width: 70%; }
    @media (max-width: 767px) {
      .front-feature-story .front-feature-headline {
        position: relative;
        max-width: 100%; } }
  .front-feature-story p {
    padding: 0 20px;
    width: 70%;
    font-size: 16px;
    line-height: 1.5em; }
    @media (max-width: 767px) {
      .front-feature-story p {
        width: inherit; } }
  .front-feature-story h5 {
    padding: 0 20px; }

#feed-latest {
  font-size: 14px; }
  #feed-latest h5 {
    margin: 0;
    color: #222222; }
  #feed-latest a:link, #feed-latest a:visited {
    margin: 5px 0;
    color: #007EA8;
    font-weight: 600; }
  #feed-latest a:hover, #feed-latest a:active {
    color: #0055b7; }
  #feed-latest .archive-link {
    font-weight: 600;
    text-align: center; }

#mc_embed_signup label {
  font-size: 14px; }

#mc_embed_signup input.email {
  padding: 15px 10px;
  margin: 20px 0;
  width: 90%; }

#mc_embed_signup .clear {
  margin: 0 -20px -45px; }
  #mc_embed_signup .clear .btn {
    padding: 18px;
    font-family: "Whitney SSm A", "Whitney SSm B", Arial;
    background-color: #007EA8;
    background-image: none;
    border: none;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
    #mc_embed_signup .clear .btn:hover, #mc_embed_signup .clear .btn:active {
      background-color: #00455c;
      border: none; }

.frontpage-archive .column-link {
  margin: -25px -20px;
  padding: 25px 20px; }
  .frontpage-archive .column-link .row {
    margin: 0; }
    .frontpage-archive .column-link .row i {
      font-size: 24px; }
    .frontpage-archive .column-link .row h4 {
      margin-top: 0; }

.video-icon {
  height: 44px;
  width: 44px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #007EA8; }
  .video-icon i {
    color: #ffffff;
    font-size: 24px;
    padding: 10px 12px 10px 14px; }

.ubcnews-spotlight .video-icon {
  height: 88px;
  width: 88px; }
  .ubcnews-spotlight .video-icon i {
    color: #ffffff;
    font-size: 48px;
    padding: 20px 24px 10px 28px; }

#twitter_timeline-2 {
  margin: 0 0 75px; }
  #twitter_timeline-2 .widget-wrap {
    background: #ffffff; }

@media (max-width: 767px) {
  #custom_html-2,
  #twitter_timeline-2 {
    display: none; } }

/* Full column links */
a.column-link {
  z-index: 100;
  color: inherit;
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  a.column-link .image-wrapper {
    overflow: hidden; }
    a.column-link .image-wrapper.medium {
      height: 160px; }
  a.column-link .overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  a.column-link img,
  a.column-link .post-thumbnail.medium {
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  a.column-link .hover-underline {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0, #88cbe4));
    background-image: linear-gradient(180deg, transparent 65%, #88cbe4 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background-size 400ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  a.column-link:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  a.column-link:hover .hover-underline {
    background-size: 100% 100%; }
  a.column-link:hover .overlay {
    cursor: pointer;
    display: block;
    text-decoration: none; }
  a.column-link:hover .post-thumbnail.medium {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  a.column-link.no-scale:hover img {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.entry-content #mc_embed_signup_scroll {
  margin-bottom: 40px; }
  .entry-content #mc_embed_signup_scroll .indicates-required {
    margin-bottom: 10px; }
  .entry-content #mc_embed_signup_scroll .mc-field-group {
    margin-bottom: 10px; }
  .entry-content #mc_embed_signup_scroll label {
    font-weight: 600; }
  .entry-content #mc_embed_signup_scroll input.email {
    margin-top: 0; }
  .entry-content #mc_embed_signup_scroll ul {
    margin: 0;
    list-style: none; }
    .entry-content #mc_embed_signup_scroll ul label {
      display: inline-block;
      margin: 0 0 10px 10px;
      font-weight: 400; }
  .entry-content #mc_embed_signup_scroll .clear {
    margin: 0; }
  .entry-content #mc_embed_signup_scroll .button {
    width: 270px; }

.gform_wrapper ul {
  list-style: none;
  margin: 20px 0; }
  .gform_wrapper ul label {
    font-weight: 600; }
  .gform_wrapper ul input,
  .gform_wrapper ul textarea {
    padding: 15px 10px;
    margin: 0 0 20px;
    width: 90%; }

.gform_wrapper .gform_button {
  width: 270px;
  padding: 18px;
  font-family: "Whitney SSm A", "Whitney SSm B", Arial;
  font-size: 17.5px;
  color: #fff;
  background-color: #007EA8;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .gform_wrapper .gform_button:hover, .gform_wrapper .gform_button:active {
    background-color: #00455c;
    border: none; }

/* Media Contacts */
.contacts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -180px; }
  @media (max-width: 767px) {
    .contacts-wrapper {
      margin-right: 0; } }
  .contacts-wrapper .contacts-item {
    width: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .contacts-wrapper .contacts-item {
        width: 100%; } }
    .contacts-wrapper .contacts-item .image-wrap {
      min-width: 150px;
      margin-right: 20px; }
      @media (max-width: 480px) {
        .contacts-wrapper .contacts-item .image-wrap {
          width: 100px;
          min-width: 100px; } }

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