@import url("http://fonts.googleapis.com/css?family=Roboto:400,700,500,300");
@font-face {
  font-family: 'tyhuita';
  src: url("/wp-content/themes/sobercollege/fonts/tmhuita/ThrowMyHandsUpintheAir.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  /*border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;*/ }

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #FFFFFF; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }
  
  html strong, body strong, div strong, span strong, applet strong, object strong, iframe strong,
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, p strong, blockquote strong, pre strong,
  a strong, abbr strong, acronym strong, address strong, big strong, cite strong, code strong,
  del strong, dfn strong, em strong, font strong, ins strong, kbd strong, q strong, s strong, samp strong,
  small strong, strike strong, strong strong, sub strong, sup strong, tt strong, var strong,
  dl strong, dt strong, dd strong, ol strong, ul strong, li strong,
  fieldset strong, form strong, label strong, legend strong,
  table strong, caption strong, tbody strong, tfoot strong, thead strong, tr strong, th strong, td strong {
    font-weight: 500; }*/

/* sass/globals/__header.scss */
button.menu-toggle {
  display: none; }

header {
  clear: both;
  display: table;
  width: 100%; }

.header-logo {
  float: left;
  height: 110px;
  width: 20%; }
  .header-logo a {
    display: block;
    line-height: 110px;
    text-align: center; }
    .header-logo a img {
      margin-top: 40px; }

#menu-sober-nav li {
  background-color: #555555;
  border-right: 1px solid white;
  color: white;
  float: left;
  height: 110px;
  width: 12%; }
  #menu-sober-nav li a {
    color: white;
    display: inline-block;
    height: 110px;
    padding: 20px 20px 0;
    text-decoration: none;
    width: 100%;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #menu-sober-nav li a:hover {
      color: #555555; }
    #menu-sober-nav li a span {
      clear: both;
      display: block;
      font-family: "daniel", cursive;
      font-size: 16px;
      font-weight: 700;
      float: left; }
    #menu-sober-nav li a p {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 300;
      clear: both; }
      #menu-sober-nav li a p i {
        clear: both;
        display: block; }
  #menu-sober-nav li:nth-of-type(1) a:hover {
    background-color: #ffc801; }
  #menu-sober-nav li:nth-of-type(2) a:hover {
    background-color: #74bc00; }
  #menu-sober-nav li:nth-of-type(3) a:hover {
    background-color: #0277d4; }
  #menu-sober-nav li:nth-of-type(4) a:hover {
    background-color: #aff443; }
  #menu-sober-nav li:nth-of-type(5) a:hover {
    background-color: #4dadf9; }
  #menu-sober-nav li:nth-of-type(6) {
    border-right: none; }
    #menu-sober-nav li:nth-of-type(6) a:hover {
      background-color: #ffdf3f; }

#social-sidebar {
  background: #555555;
  border: 1px solid white;
  border-right: none;
  position: fixed;
  right: 0;
  z-index: 9999; }
  #social-sidebar a {
    color: #FFFFFF;
    display: block;
    font-size: 38px;
    position: relative;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 60px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #social-sidebar a.a-facebook:hover {
      background-color: #3b5998; }
      #social-sidebar a.a-facebook:hover i {
        color: white; }
    #social-sidebar a.a-facebook i {
      font-size: 28px; }
    #social-sidebar a.a-twitter:hover {
      background-color: #00aced; }
    #social-sidebar a.a-twitter i {
      font-size: 28px; }
    #social-sidebar a.a-pinterest:hover {
      background-color: #C92228; }
    #social-sidebar a.a-pinterest i {
      font-size: 28px; }

/* sass/globals/__footer.scss */
footer {
  background-color: #555555;
  clear: both;
  width: 100%; }

.footer-content {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center; }
  .footer-content small {
    color: #d5d5d5;
    clear: both;
    display: block;
    font-size: 10px;
    margin: 0 auto;
    margin-top: 20px; }
    .footer-content small a {
      color: inherit;
      font-size: inherit;
      text-decoration: underline; }

.footer-logo {
  display: block;
  margin: 0 auto;
  text-align: center; }
  .footer-logo a {
    display: inline-block; }

.footer-links {
  display: inline-block;
  margin-top: 20px; }
  .footer-links li {
    border-right: 1px solid white;
    float: left;
    padding: 5px 25px 5px; }
    .footer-links li a {
      color: white;
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      text-decoration: none; }
      .footer-links li a:hover {
        text-decoration: underline; }
    .footer-links li:last-of-type {
      padding-right: 0;
      border-right: none; }


/* sass/templates/__interior.scss */
body[class*=psimsint] #wrapper {
  padding: 0; }
  body[class*=psimsint] #wrapper .body-wrapper {
    width: 600px; }

.jumbotron {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 320px;
  height: 320px;
  position: relative; }
  .jumbotron .jumbotron-block {
    background-color: rgba(255, 200, 0, 0.8);
    position: absolute;
    bottom: 0;
    height: 30%;
    width: 100%; }
    .jumbotron .jumbotron-block .jumbotron-wrapper {
      display: block;
      margin: 0 auto;
      height: 100%;
      width: 600px; }

.jumbotron-wrapper {
  color: white;
  font-size: 26px; }
  .jumbotron-wrapper h3 {
    font-family: "daniel", cursive;
    font-size: inherit; }
  .jumbotron-wrapper span {
    font-family: "tyhuita", "daniel", cursive;
    font-size: 26px;
    line-height: 26px; }

#wrapper .inner-navigation {
  background-color: white;
  border-bottom: 1px solid #ffc801;
  margin-bottom: 30px;
  padding: 20px 0;
  position: relative;
  width: 100%; }
  #wrapper .inner-navigation ul {
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 600px; }
    #wrapper .inner-navigation ul li {
      border-bottom: 1px solid #ffc801;
      padding: 10px 0; }
      #wrapper .inner-navigation ul li:last-of-type {
        border-bottom: none;
        padding-bottom: 0; }
      #wrapper .inner-navigation ul li a {
        color: #ffc801;
        font-size: 20px;
        font-weight: 700;
        text-decoration: none;
        -moz-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
        #wrapper .inner-navigation ul li a:hover {
          color: #555555; }
        #wrapper .inner-navigation ul li a.active {
          color: #555555; }

#wrapper .interior {
  width: 600px; }
  #wrapper .interior h3 {
    margin: 20px 0;
    width: 100%;
    content: "";
    display: table; }
    #wrapper .interior h3 span {
      color: #ffc801;
      font-size: 20px;
      font-weight: 700; }
  #wrapper .interior p {
    line-height: 20px;
    margin-bottom: 18px; }
    #wrapper .interior p span {
      font-weight: 700; }
  #wrapper .interior a {
    color: #ffc801;
    text-decoration: underline;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    #wrapper .interior a.back-to-top {
      color: #555555 !important;
      font-weight: 500;
      float: right;
      text-decoration: none; }
      #wrapper .interior a.back-to-top:before {
        font-family: "FontAwesome";
        content: "\f106";
        padding-right: 8px; }
    #wrapper .interior a:hover {
      color: #555555; }
  #wrapper .interior ul {
    margin-bottom: 30px; }
    #wrapper .interior ul li {
      list-style-type: disc;
      margin-bottom: 18px;
      margin-left: 30px; }
  #wrapper .interior ol li {
    list-style: decimal;
    margin-bottom: 18px;
    margin-left: 30px; }

.pagination {
  content: "";
  display: table;
  border-bottom: 1px solid white;
  height: 80px;
  min-height: 80px;
  width: 100%; }
  .pagination .block-contain {
    height: 100%;
    padding: 20px;
    width: 350px;
    min-width: 350px; }
    .pagination .block-contain a {
      content: "";
      display: table;
      color: white;
      text-decoration: none;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .pagination .block-contain a .top-layer {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        margin-bottom: 5px; }
      .pagination .block-contain a:hover, .pagination .block-contain a:focus {
        color: #555555; }
      .pagination .block-contain a[href*="/301-"] {
        color: #555555; }
        .pagination .block-contain a[href*="/301-"]:hover {
          color: white; }
    .pagination .block-contain span {
      display: block;
      font-family: "tyhuita", "daniel", cursive;
      font-size: 24px;
      font-weight: 500;
      width: 100%; }
  .pagination .previous {
    background-color: lightgrey;
    float: left;
    height: 100%;
    width: 50%; }
    .pagination .previous .block-contain {
      float: right;
      text-align: left; }
      .pagination .previous .block-contain a {
        float: left; }
  .pagination .next {
    background-color: grey;
    float: right;
    height: 100%;
    width: 50%; }
    .pagination .next .block-contain {
      float: left;
      text-align: right; }
      .pagination .next .block-contain a {
        float: right; }

.postit {
  background: #ffc;
  color: #555555;
  display: block;
  font-family: "tyhuita", "daniel", cursive;
  font-size: 20px;
  font-weight: 500;
  height: 100%;
  padding: 20px;
  text-align: center;
  width: 30%;
  -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.4);
  -moz-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.4);
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.4);
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg); }
  .postit.left {
    float: left;
    margin: 10px 20px 20px 0;
    margin-left: -50px; }
  .postit.right {
    float: right;
    margin: 10px 0 20px 20px;
    margin-right: -50px; }

.imgsc {
  content: "";
  display: table;
  position: relative;
  margin: 10px 0 20px 0; }
  .imgsc img {
    position: relative;
    width: 514px;
    max-width: 514px;
    clear: both;
    margin-left: -50px;
    float: left;
    margin-right: 50px; }
  .imgsc .imgsc-content {
    position: absolute;
    float: right;
    width: 200px;
    right: -150px; }
  .imgsc .title {
    color: #555555;
    background-color: #ffc;
    font-weight: 400;
    display: block;
    padding: 10px;
    word-wrap: break-word; }
  .imgsc .credit {
    font-size: 12px;
    width: 200px;
    max-width: 200px;
    margin-top: 8px;
    padding-left: 10px;
    display: block;
    word-wrap: break-word; }
    .imgsc .credit strong {
      font-size: inherit;
      display: block; }

body.oneoone #menu-sober-nav li:nth-of-type(1) {
  background-color: #ffc801; }
  body.oneoone #menu-sober-nav li:nth-of-type(1) a {
    color: #555555; }

body.oneoone .postit {
  background-color: #ffc801; }

body.oneoone .imgsc .title {
  background-color: #ffc801; }

body.twooone #menu-sober-nav li:nth-of-type(2) {
  background-color: #74bc00; }
  body.twooone #menu-sober-nav li:nth-of-type(2) a {
    color: #555555; }

body.twooone .jumbotron .jumbotron-block {
  background-color: rgba(115, 188, 0, 0.8); }

body.twooone #wrapper .inner-navigation {
  border-bottom-color: #74bc00; }
  body.twooone #wrapper .inner-navigation ul li {
    border-bottom-color: #74bc00; }
    body.twooone #wrapper .inner-navigation ul li a {
      color: #74bc00; }
      body.twooone #wrapper .inner-navigation ul li a:hover {
        color: inherit; }

body.twooone #wrapper .interior h3 span {
  color: #74bc00; }

body.twooone #wrapper .interior a {
  color: #74bc00; }
  body.twooone #wrapper .interior a:hover {
    color: inherit; }

body.twooone .postit {
  background-color: #74bc00; }

body.twooone .imgsc .title {
  background-color: #74bc00; }

body.threeoone #menu-sober-nav li:nth-of-type(3) {
  background-color: #0277d4; }
  body.threeoone #menu-sober-nav li:nth-of-type(3) a {
    color: white; }

body.threeoone .jumbotron .jumbotron-block {
  background-color: rgba(2, 120, 212, 0.8); }

body.threeoone #wrapper .inner-navigation {
  border-bottom-color: #0277d4; }
  body.threeoone #wrapper .inner-navigation ul li {
    border-bottom-color: #0277d4; }
    body.threeoone #wrapper .inner-navigation ul li a {
      color: #0277d4; }
      body.threeoone #wrapper .inner-navigation ul li a:hover {
        color: inherit; }

body.threeoone #wrapper .interior h3 span {
  color: #0277d4; }

body.threeoone #wrapper .interior a {
  color: #0277d4; }
  body.threeoone #wrapper .interior a:hover {
    color: inherit; }

body.threeoone .postit {
  background-color: #0277d4;
  color: white; }

body.threeoone .imgsc .title {
  background-color: #0277d4;
  color: white; }

body.fouroone #menu-sober-nav li:nth-of-type(4) {
  background-color: #aff443; }
  body.fouroone #menu-sober-nav li:nth-of-type(4) a {
    color: #555555; }

body.fouroone .jumbotron .jumbotron-block {
  background-color: rgba(175, 244, 66, 0.8); }

body.fouroone #wrapper .inner-navigation {
  border-bottom-color: #aff443; }
  body.fouroone #wrapper .inner-navigation ul li {
    border-bottom-color: #aff443; }
    body.fouroone #wrapper .inner-navigation ul li a {
      color: #aff443; }
      body.fouroone #wrapper .inner-navigation ul li a:hover {
        color: inherit; }

body.fouroone #wrapper .interior h3 span {
  color: #aff443; }

body.fouroone #wrapper .interior a {
  color: #aff443; }
  body.fouroone #wrapper .interior a:hover {
    color: inherit; }

body.fouroone .postit {
  background-color: #aff443; }

body.fouroone .imgsc .title {
  background-color: #aff443; }

body.fiveoone #menu-sober-nav li:nth-of-type(5) {
  background-color: #4dadf9; }
  body.fiveoone #menu-sober-nav li:nth-of-type(5) a {
    color: #555555; }

body.fiveoone .jumbotron .jumbotron-block {
  background-color: rgba(77, 173, 248, 0.8); }

body.fiveoone #wrapper .inner-navigation {
  border-bottom-color: #4dadf9; }
  body.fiveoone #wrapper .inner-navigation ul li {
    border-bottom-color: #4dadf9; }
    body.fiveoone #wrapper .inner-navigation ul li a {
      color: #4dadf9; }
      body.fiveoone #wrapper .inner-navigation ul li a:hover {
        color: inherit; }

body.fiveoone #wrapper .interior h3 span {
  color: #4dadf9; }

body.fiveoone #wrapper .interior a {
  color: #4dadf9; }
  body.fiveoone #wrapper .interior a:hover {
    color: inherit; }

body.fiveoone .postit {
  background-color: #4dadf9; }

body.fiveoone .imgsc .title {
  background-color: #4dadf9; }

body.sixoone #menu-sober-nav li:nth-of-type(6) {
  background-color: #ffdf3f; }
  body.sixoone #menu-sober-nav li:nth-of-type(6) a {
    color: #555555; }

body.sixoone .jumbotron .jumbotron-block {
  background-color: rgba(255, 222, 64, 0.8); }

body.sixoone #wrapper .body-wrapper h3 span {
  color: #ffdf3f; }

body.sixoone #wrapper .body-wrapper a {
  color: #ffdf3f; }
  body.sixoone #wrapper .body-wrapper a:hover {
    color: inherit; }

body.sixoone #wrapper .inner-navigation {
  border-bottom-color: #ffdf3f; }
  body.sixoone #wrapper .inner-navigation ul li {
    border-bottom-color: #ffdf3f; }
    body.sixoone #wrapper .inner-navigation ul li a {
      color: #ffdf3f; }
      body.sixoone #wrapper .inner-navigation ul li a:hover {
        color: inherit; }

body.sixoone .postit {
  background-color: #ffdf3f; }

body.sixoone .imgsc .title {
  background-color: #ffdf3f; }

/* sass/responsive/__mobile.scss */
@media only screen and (max-width: 40em) {
  header {
    background-color: white;
    border-bottom: 1px solid #ECECEC;
    position: relative; }
    header button {
      height: 110px;
      width: 20%;
      margin: 0 auto; }
      header button.menu-toggle {
        background-color: transparent;
        border: none;
        color: #555555;
        font-size: 36px;
        display: block;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      header button.active {
        color: #0277d4;
        outline: none; }
  .header-logo {
    width: 75%; }
    .header-logo a {
      line-height: normal; }
  #menu-sober-nav {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #menu-sober-nav.menu {
      display: none; }
    #menu-sober-nav.expand {
      display: block;
      position: absolute;
      z-index: 999; }
    #menu-sober-nav li {
      border-right: none;
      border-bottom: 1px solid white;
      height: auto;
      width: 100%; }
      #menu-sober-nav li a {
        height: auto;
        padding: 10px; }
        #menu-sober-nav li a span {
          margin-right: 8px; }
        #menu-sober-nav li a p {
          clear: none;
          line-height: 30px;
          padding-left: 10px; }
          #menu-sober-nav li a p i {
            display: inline-block;
            width: 4px; }
  #social-sidebar {
    border: none;
    border-top: 1px solid white;
    right: 0;
    left: 0;
    bottom: 0; }
    #social-sidebar ul {
      margin: 0 auto;
      width: 180px; }
      #social-sidebar ul li {
        float: left; }
  .body-content {
    padding: 40px 20px; }
    .body-content .content-wrapper {
      width: 100%; }
      .body-content .content-wrapper.home h1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 50px; }
        .body-content .content-wrapper.home h1 span {
          font-size: 35px;
          line-height: 45px; }
      .body-content .content-wrapper.home .stick-notes li {
        min-height: 265px;
        height: 265px;
        margin: 0 0 40px;
        width: 100%; }
        .body-content .content-wrapper.home .stick-notes li h2 {
          font-size: 20px; }
        .body-content .content-wrapper.home .stick-notes li p {
          font-size: 28px; }
        .body-content .content-wrapper.home .stick-notes li .sticky {
          height: 90%;
          margin: 0 auto;
          padding: 30px;
          width: 85%;
          background-size: 100px 130px; }
    .body-content .jumbotron {
      min-height: 180px;
      height: 180px; }
      .body-content .jumbotron .jumbotron-block {
        height: 50%; }
        .body-content .jumbotron .jumbotron-block .jumbotron-wrapper {
          height: auto;
          line-height: 20px;
          width: 80%;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          .body-content .jumbotron .jumbotron-block .jumbotron-wrapper h3 {
            font-size: 18px; }
          .body-content .jumbotron .jumbotron-block .jumbotron-wrapper span {
            font-size: 18px; }
  #wrapper .inner-navigation ul {
    width: 80%; }
    #wrapper .inner-navigation ul li a {
      font-size: 16px;
      font-weight: 500; }
  #wrapper .interior {
    width: 80%; }
    #wrapper .interior p, #wrapper .interior li {
      line-height: 20px; }
    #wrapper .interior ol li, #wrapper .interior ul li {
      margin-left: 0;
      padding-left: 0; }
    #wrapper .interior ul li {
      list-style-type: disc; }
    #wrapper .interior h3 {
      margin-top: 40px; }
      #wrapper .interior h3 span {
        font-size: 18px;
        display: block;
        float: left;
        width: 70%; }
    #wrapper .interior a.back-to-top {
      color: #555555 !important;
      font-weight: 500;
      float: right;
      text-decoration: none;
      font-size: 12px;
      display: block;
      text-align: right;
      line-height: 22px; }
  #wrapper .postit {
    display: inline-block;
    float: none;
    margin: 20px 0 40px 0;
    padding: 10%;
    width: 100%; }
  #wrapper .imgsc img {
    height: 125px;
    max-height: 125px;
    margin: 0;
    width: 100%;
    max-width: 100%; }
  #wrapper .imgsc .imgsc-content {
    display: inline-block;
    float: none;
    position: relative;
    right: 0;
    width: 100%; }
  #wrapper .imgsc .title {
    font-size: 12px;
    font-weight: 500;
    float: left;
    width: 50%; }
  #wrapper .imgsc .credit {
    font-size: 10px;
    float: left;
    padding: 0 10px;
    max-width: 50%; }
    #wrapper .imgsc .credit strong {
      display: none; }
  .pagination .previous .block-contain, .pagination .next .block-contain {
    width: 100%;
    min-width: 100%;
    max-height: 110px;
    min-height: 110px;
    height: 110px;
    content: "";
    display: table; }
    .pagination .previous .block-contain span, .pagination .next .block-contain span {
      font-size: 16px;
      font-weight: 500; }
  .footer-content {
    padding: 20px 0 70px;
    width: 100%; }
    .footer-content small {
      margin-top: 10px;
      margin-bottom: 10px; }
    .footer-content .footer-links li {
      border-right: none;
      padding: 0 10px 10px;
      width: 50%; } }

/* sass/responsive/__mobile.scss */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  header {
    position: relative; }
  .header-logo {
    width: 25%; }
    .header-logo a {
      line-height: normal; }
      .header-logo a img {
        height: 25px;
        width: 150px; }
  #menu-sober-nav {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #menu-sober-nav li {
      width: 12.5%; }
      #menu-sober-nav li a {
        padding: 12px 10px; }
        #menu-sober-nav li a p {
          font-size: 13px;
          font-weight: 300;
          line-height: 16px; }
  #social-sidebar {
    right: 0;
    left: 0;
    bottom: 0; }
    #social-sidebar ul {
      margin: 0 auto;
      width: 180px; }
      #social-sidebar ul li {
        float: left; }
  .body-content {
    padding: 40px 20px; }
    .body-content .content-wrapper {
      width: 100%; }
      .body-content .content-wrapper h1 {
        padding: 0 60px; }
        .body-content .content-wrapper h1 span {
          line-height: 85px; }
      .body-content .content-wrapper .stick-notes li {
        min-height: 265px;
        height: 265px;
        margin: 0 auto;
        margin-bottom: 40px;
        width: 50%; }
        .body-content .content-wrapper .stick-notes li h2 {
          font-size: 20px; }
        .body-content .content-wrapper .stick-notes li p {
          font-size: 28px; }
        .body-content .content-wrapper .stick-notes li .sticky {
          height: 90%;
          margin: 0 auto;
          padding: 30px;
          width: 80%;
          background-size: 100px 130px; }
  #wrapper .jumbotron .jumbotron-block .jumbotron-wrapper {
    width: 80%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #wrapper .inner-navigation ul {
    width: 80%; }
    #wrapper .inner-navigation ul li a {
      font-weight: 500; }
  #wrapper .interior {
    width: 80%; }
  .imgsc {
    width: 100%; }
    .imgsc img {
      margin-left: 0;
      width: 80%;
      max-width: 80%; }
    .imgsc .imgsc-content {
      float: left;
      width: 20%;
      max-width: 20%;
      min-width: 20%;
      right: 0; }
      .imgsc .imgsc-content .credit {
        font-size: 12px;
        font-weight: 300;
        width: auto; }
  .pagination .block-contain {
    width: 90%; }
  .footer-content {
    padding: 20px 0 75px;
    width: 100%; }
  .footer-links li {
    padding: 5px 6px; } }
