@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
@font-face {
    font-family: Avenir Black;
    src: url(fonts/AvenirLTStd-Black.otf);
}
@font-face {
    font-family: Avenir Black Oblique;
    src: url(fonts/AvenirLTStd-BlackOblique.otf);
}
@font-face {
    font-family: Avenir Book;
    src: url(fonts/AvenirLTStd-Book.otf);
}
@font-face {
    font-family: Avenir Book Oblique;
    src: url(fonts/AvenirLTStd-BookOblique.otf);
}
@font-face {
    font-family: Avenir Heavy;
    src: url(fonts/AvenirLTStd-Heavy.otf);
}
@font-face {
    font-family: Avenir Heavy Oblique;
    src: url(fonts/AvenirLTStd-HeavyOblique.otf);
}
@font-face {
    font-family: Avenir Light;
    src: url(fonts/AvenirLTStd-Light.otf);
}
@font-face {
    font-family: Avenir Light Oblique;
    src: url(fonts/AvenirLTStd-LightOblique.otf);
}
@font-face {
    font-family: Avenir Medium;
    src: url(fonts/AvenirLTStd-Medium.otf);
}
@font-face {
    font-family: Avenir Medium Oblique;
    src: url(fonts/AvenirLTStd-MediumOblique.otf);
}
@font-face {
    font-family: Avenir Roman;
    src: url(fonts/AvenirLTStd-Roman.otf);
}
@font-face {
    font-family: Avenir Oblique;
    src: url(fonts/AvenirLTStd-Oblique.otf);
}
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet.

Remember to add things that won't make sense to print at
the bottom. Things like nav, ads, and forms shouldbe set
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

.top-bar, .top-bar ul {
  background-color: #fff;
}

.logo{
  background: transparent url('../images/west-carleton-logo.png');
  width: 402px;
  height: 76px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.4s ease-in-out;
}

header{
  -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:    0px 4px 13px 0px rgba(0, 0, 0, 0.3);
  box-shadow:         0px 4px 13px 0px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  z-index: 99999;
  background: white;
  top: 0;
}

.top-bar {
    padding: 2rem 0;
    transition: all 0.4s ease-in-out;
}

.footer{
  background-color: #133880;
  text-align: center;
  padding: 1rem 0;
}

.batching{
  color: #ce1443;
  font-size: 18px;
  line-height: 36px;
  font-family: Avenir Black;
  margin-left: 1rem;
}

#services ul:first-of-type{
  float:left;
}

#services ul:nth-child(3){
  margin-left: 10rem;
  float: left;
}

#services h4{
  clear: both;
  text-transform: uppercase;
  font-family: Avenir Book;
  font-size: 24px;
  line-height: 28px;
  color: white;
}

#services .red-text{
  color: #ce1443 !important;
  margin-top: 1.5rem;
  display: inline-block;
}

.footer p{
  margin: 0;
  color: white;
}

#hero-image{
  height: 642px;
  background-size: cover !important;
  position: relative;
  margin-top: 144px;
  background-position: left bottom !important;
}

@media(max-width: 420px){
  #hero-image{
    height: 350px;
  }
}

h1{
  position: absolute;
  top: 260px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-transform: uppercase;
  font-size: 90px;
  width: 100%;
  font-family: Avenir Roman;
  line-height: 81px;
}

h1 b{
  font-size: 100px;
  line-height: 91px;
}

.vertical-align{
  position: relative;
  display: flex;
  justify-content: center;
  padding: 5rem 0;
}

.red-line{
  background: #ce1443;
  height: 3px;
  width: 291px;
  display: block;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-transform: uppercase;
}
.footer p{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

#services{
  height: 537px;
  background: transparent url('../images/west-carleton-services.jpg');
  background-size: cover;
  background-position: bottom;
}

h2{
  text-transform: uppercase;
  font-size: 60px;
  color: #b1b1b1;
  line-height: 1;
  font-family: Avenir Black;
}

p, #content li{
  font-family: Avenir Roman;
  font-size: 18px;
  line-height: 28px;
  color: black;
}
header ul li:before{
  display: none;
}

ul{ list-style-type: none; margin-left: 0;}

li::before {
  content: "• ";
  color: #ce1443;
  margin-right: .5rem;
}

#desktop-menu{
  margin-top: 52px;
  transition: all 0.4s ease-in-out;
}
/*
#about p:nth-child(2){
  margin-bottom: 0;
}
*/
#services p, #services li{
  color: white;
}

#services ul{
  margin-bottom: 1.7rem;
}

b{font-family: Avenir Heavy !important;}

#desktop-menu li a{
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #b1b1b1;
  padding: 0 3.5rem;
  font-family: Avenir Black;
  transition: all 0.4s ease-in-out;
}

.left-services{
  width: 410px;
}

#services p{
  margin-bottom: 0;
}

.left-services p, .left-services ul{
  max-width: 81%;
}

#desktop-menu li a:hover, #desktop-menu li a:focus, #desktop-menu li a:active{
  color: #ce1443;
}

.red-text, .red-text:hover, .red-text:active, .red-text:focus{
  color: #ce1443;
  font-size: 24px;
  line-height: 28px;
  font-family: Avenir Medium;
  display: inline-block;
  margin-top: .5rem;
}

#contact h4{
  font-family: Avenir Black;
  font-size: 22px;
  line-height: 36px;
  margin: 0;
  color: black;
}
#contact .fax, #contact a{
  font-family: Avenir Roman;
  color: black;
  font-size: 18px;
  line-height: 36px;
  margin: 0;
}

.icon-location{
  width: 20px;
  height: 25px;
  display: inline-block;
  margin-right: 1rem;
  background: transparent url('../images/icon-location.png') no-repeat;
  vertical-align: middle;
}

.icon-mail{
  width: 20px;
  height: 14px;
  margin-right: 1rem;
  display: inline-block;
  background: transparent url('../images/icon-mail.png') no-repeat;
  vertical-align: middle;
}

.icon-tel{
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  display: inline-block;
  background: transparent url('../images/icon-phone.png') no-repeat;
  vertical-align: middle;
}

.icon-fax{
  font-family: Avenir Black;
  font-size: 20px;
  width: 20px;
  display: inline-block;
  line-height: 36px;
  margin-right: 1rem;
  color: #ce1443;
}

#top-bar-menu-mobile{display: none;}

@media(max-width: 1400px){
  h1{font-size: 80px;}
  h1 b{font-size: 90px;}
  #desktop-menu li a{padding: 0 1.5rem;}
}


@media(max-width: 768px){
  .red-line{top: 140px;}
  h1{top: 180px;}
  #top-bar-menu{display: none;}
  #desktop-menu li a{
    padding: 0 1rem;
  }
  #services ul:first-of-type{
    float: none;
  }
  h2{
    line-height: 1;
  }
  #services ul:nth-child(3) {
    margin-left: 0rem;
    float: left;
  }
  #hero-image{margin-top: 66px;}
  .vertical-align{display: block; padding: 0;}
  #services{height: auto; background-position: right;}
  #services, #contact, #about{padding: 3rem 0;}
  #services h2, #contact h2, #about h2{font-size: 40px;}
  #desktop-menu{margin-top: 0; display: inline-block; text-align: center;}
  #desktop-menu li{display: inline-block; padding: 0.7rem 0;}
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background: black;
    width: 30px;
  }
  .hamburger{padding: 13px 10px 0 10px; float:right;}
  .hamburger-box{width: 30px;}
  .title-bar{background: white;}
  .logo{
    width: 209px;
    height: 50px;
    float: left;
    display: block;
  }
  .active-menu{
    color: #ce1443 !important;
  }
  .batching{
    margin-left: 2.2rem;
    display: inline-block;
  }
  .new-phone{
    margin-left: 2.2rem !important;
    display: inline-block;
  }
}

@media(max-width: 600px){
  .first{padding-left: 2.3rem;display: block;}
  .icon-location{float: left;}
  #services ul:first-of-type{margin-bottom: 0;}
  #desktop-menu li a{
    padding: 1rem 0;
  }
  ul li{
    text-indent: -1.25em;
    padding-left: 1.25em;
  }
  .red-line{width: 190px; top: 60px;}
  h1{font-size: 40px; line-height: 1; top: 25%;}
  h1 b{font-size: 50px; line-height: 1;}
  #desktop-menu{margin-top: 0; display: block; text-align: center;}
  #desktop-menu li{display: inline; padding: 0.7rem 0;}
}

@media(max-width: 320px){
  .new-phone{
    margin-left: 1.7rem !important;
  }
  .red-line{top: 30px;}
  h1{top: 15%;}
}
