/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
/* line 5, ../scss/_reset.scss */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 26, ../scss/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 30, ../scss/_reset.scss */
body {
  line-height: 1;
}

/* line 33, ../scss/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 36, ../scss/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 39, ../scss/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 44, ../scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../scss/education-news/_blog_typography.scss */
a {
  color: #2a5476;
  text-decoration: none;
}

/* line 7, ../scss/education-news/_blog_typography.scss */
.fade, a, .nav-wrapper a,
.nav-wrapper .trigger, #logo a, #search .submit {
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  opacity: 1;
}
/* line 11, ../scss/education-news/_blog_typography.scss */
.fade:hover, a:hover,
.nav-wrapper .trigger:hover, #logo a:hover, #search .submit:hover {
  opacity: 0.7;
}

/* line 15, ../scss/education-news/_blog_typography.scss */
.heading, .heading-normal, .heading-small, #popular-news .heading-normal, #single #popular-news .heading-normal {
  color: #404040;
  font-family: "alternate-gothic-no-2-d", Impact, sans-serif;
  text-transform: uppercase;
}

/* line 20, ../scss/education-news/_blog_typography.scss */
.heading-normal {
  border-bottom: 2px solid #404040;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 4px;
}

/* line 27, ../scss/education-news/_blog_typography.scss */
.heading-small, #popular-news .heading-normal, #single #popular-news .heading-normal {
  border-bottom: 1px solid #404040;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  padding-bottom: 2px;
}

/* line 40, ../scss/education-news/_blog_typography.scss */
.link-list {
  font-size: 14px;
  line-height: 19px;
}
/* line 44, ../scss/education-news/_blog_typography.scss */
.link-list li {
  margin-bottom: 18px;
}

/* line 48, ../scss/education-news/_blog_typography.scss */
.tiny-text, article small, article .tags a, .btn, .more-news a, #pagination a, #pagination span, .wpcf7-form input[type=submit], #top-bar .misc-links, #social-twitter .tweet small, .wp-tag-cloud a, .faux-dropdown .select, .faux-dropdown ul a {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

/* line 58, ../scss/education-news/_blog_typography.scss */
article small {
  color: #404040;
  display: block;
  font-weight: bold;
}
/* line 64, ../scss/education-news/_blog_typography.scss */
article .read-more {
  color: #a8a8a8;
  font-size: 11px;
  text-decoration: underline;
  text-transform: uppercase;
}
/* line 72, ../scss/education-news/_blog_typography.scss */
article .tags {
  color: #33b6d3;
  margin: 10px 0 0;
}
/* line 76, ../scss/education-news/_blog_typography.scss */
article .tags a {
  color: #33b6d3;
}

/* line 83, ../scss/education-news/_blog_typography.scss */
.btn, .more-news a, #pagination a, #pagination span, .wpcf7-form input[type=submit] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: none;
  color: #fff;
  display: inline-block;
  line-height: 22px;
  margin-bottom: 30px;
  padding: 0 12px;
}
/* line 93, ../scss/education-news/_blog_typography.scss */
.btn.btn-blue, .more-news a, #pagination a, #pagination span.btn-blue, .wpcf7-form input[type=submit] {
  background: #2a5476;
}
/* line 96, ../scss/education-news/_blog_typography.scss */
.btn.btn-red, .more-news a.btn-red, #pagination a.btn-red, #pagination span.btn-red, .wpcf7-form input.btn-red[type=submit] {
  background: #ee4036;
}

/* line 104, ../scss/education-news/_blog_typography.scss */
#ci-widget h3 a {
  display: block;
  color: #d2b833;
  font-family: "lexia", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 30px;
  margin-top: -8px;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 0 #808080;
  text-transform: uppercase;
}
/* line 116, ../scss/education-news/_blog_typography.scss */
#ci-widget p {
  margin: 12px 0;
}

/* line 121, ../scss/education-news/_blog_typography.scss */
.category-heading, .search-heading {
  color: #a8a8a8;
  display: block;
  font-family: "alternate-gothic-no-2-d", Impact, sans-serif;
  font-size: 68px;
  line-height: 72px;
  margin-bottom: 12px;
  text-align: center;
  text-transform: uppercase;
}
/* line 131, ../scss/education-news/_blog_typography.scss */
.category-heading a, .search-heading a {
  color: #a8a8a8;
}
/* line 134, ../scss/education-news/_blog_typography.scss */
.category-heading small, .search-heading small {
  display: block;
  color: #404040;
  font-size: 21px;
  margin-bottom: 30px;
  position: relative;
}

/* line 142, ../scss/education-news/_blog_typography.scss */
.search-heading {
  margin-bottom: 25px;
}

/* line 1, ../scss/education-news/_blog_grid.scss */
.wrapper {
  padding: 0 15px;
  margin: 0 auto;
  overflow: hidden;
}

/* line 6, ../scss/education-news/_blog_grid.scss */
.row {
  box-sizing: border-box;
  margin-right: -15px;
  margin-left: -15px;
  display: block;
}

/* line 13, ../scss/education-news/_blog_grid.scss */
.col, .article-primary img, .article-primary .copy, .article-secondary.is-cat, .article-standard img, .article-standard .copy, .article-popular img, .article-archive img, .article-archive .copy, .nav-wrapper ul {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

@media all and (min-width: 320px) {
  /* line 24, ../scss/education-news/_blog_grid.scss */
  .wrapper {
    width: 302px;
  }

  /* line 27, ../scss/education-news/_blog_grid.scss */
  .col-1 {
    width: 25.16667px;
  }

  /* line 30, ../scss/education-news/_blog_grid.scss */
  .col-2, .article-standard img, .article-standard.is-cat .copy, .article-standard.is-sidebar .copy, .article-popular.is-sidebar img, .article-archive img {
    width: 50.33333px;
  }

  /* line 33, ../scss/education-news/_blog_grid.scss */
  .col-3, .article-primary .copy, .article-primary.is-cat .copy, .article-standard .copy, .article-popular img {
    width: 75.5px;
  }

  /* line 36, ../scss/education-news/_blog_grid.scss */
  .col-4 {
    width: 100.66667px;
  }

  /* line 39, ../scss/education-news/_blog_grid.scss */
  .col-5, .article-primary img, .article-secondary.is-cat, .article-standard.no-image .copy {
    width: 125.83333px;
  }

  /* line 42, ../scss/education-news/_blog_grid.scss */
  .col-6 {
    width: 151px;
  }

  /* line 45, ../scss/education-news/_blog_grid.scss */
  .col-7, .article-primary.is-cat img {
    width: 176.16667px;
  }

  /* line 48, ../scss/education-news/_blog_grid.scss */
  .col-8, .article-primary.no-image .copy, .article-archive .copy {
    width: 201.33333px;
  }

  /* line 51, ../scss/education-news/_blog_grid.scss */
  .col-9 {
    width: 226.5px;
  }

  /* line 54, ../scss/education-news/_blog_grid.scss */
  .col-10 {
    width: 251.66667px;
  }

  /* line 57, ../scss/education-news/_blog_grid.scss */
  .col-11 {
    width: 276.83333px;
  }

  /* line 60, ../scss/education-news/_blog_grid.scss */
  .col-12, .nav-wrapper ul {
    width: 302px;
  }
}
@media all and (min-width: 480px) {
  /* line 65, ../scss/education-news/_blog_grid.scss */
  .wrapper {
    width: 462px;
  }

  /* line 68, ../scss/education-news/_blog_grid.scss */
  .col-1 {
    width: 38.5px;
  }

  /* line 71, ../scss/education-news/_blog_grid.scss */
  .col-2, .article-standard img, .article-standard.is-cat .copy, .article-standard.is-sidebar .copy, .article-popular.is-sidebar img, .article-archive img {
    width: 77px;
  }

  /* line 74, ../scss/education-news/_blog_grid.scss */
  .col-3, .article-primary .copy, .article-primary.is-cat .copy, .article-standard .copy, .article-popular img {
    width: 115.5px;
  }

  /* line 77, ../scss/education-news/_blog_grid.scss */
  .col-4 {
    width: 154px;
  }

  /* line 80, ../scss/education-news/_blog_grid.scss */
  .col-5, .article-primary img, .article-secondary.is-cat, .article-standard.no-image .copy {
    width: 192.5px;
  }

  /* line 83, ../scss/education-news/_blog_grid.scss */
  .col-6 {
    width: 231px;
  }

  /* line 86, ../scss/education-news/_blog_grid.scss */
  .col-7, .article-primary.is-cat img {
    width: 269.5px;
  }

  /* line 89, ../scss/education-news/_blog_grid.scss */
  .col-8, .article-primary.no-image .copy, .article-archive .copy {
    width: 308px;
  }

  /* line 92, ../scss/education-news/_blog_grid.scss */
  .col-9 {
    width: 346.5px;
  }

  /* line 95, ../scss/education-news/_blog_grid.scss */
  .col-10 {
    width: 385px;
  }

  /* line 98, ../scss/education-news/_blog_grid.scss */
  .col-11 {
    width: 423.5px;
  }

  /* line 101, ../scss/education-news/_blog_grid.scss */
  .col-12, .nav-wrapper ul {
    width: 462px;
  }
}
@media all and (min-width: 640px) {
  /* line 106, ../scss/education-news/_blog_grid.scss */
  .wrapper {
    width: 622px;
  }

  /* line 109, ../scss/education-news/_blog_grid.scss */
  .col-1 {
    width: 51.83333px;
  }

  /* line 112, ../scss/education-news/_blog_grid.scss */
  .col-2, .article-standard img, .article-standard.is-cat .copy, .article-standard.is-sidebar .copy, .article-popular.is-sidebar img, .article-archive img {
    width: 103.66667px;
  }

  /* line 115, ../scss/education-news/_blog_grid.scss */
  .col-3, .article-primary .copy, .article-primary.is-cat .copy, .article-standard .copy, .article-popular img {
    width: 155.5px;
  }

  /* line 118, ../scss/education-news/_blog_grid.scss */
  .col-4 {
    width: 207.33333px;
  }

  /* line 121, ../scss/education-news/_blog_grid.scss */
  .col-5, .article-primary img, .article-secondary.is-cat, .article-standard.no-image .copy {
    width: 259.16667px;
  }

  /* line 124, ../scss/education-news/_blog_grid.scss */
  .col-6 {
    width: 311px;
  }

  /* line 127, ../scss/education-news/_blog_grid.scss */
  .col-7, .article-primary.is-cat img {
    width: 362.83333px;
  }

  /* line 130, ../scss/education-news/_blog_grid.scss */
  .col-8, .article-primary.no-image .copy, .article-archive .copy {
    width: 414.66667px;
  }

  /* line 133, ../scss/education-news/_blog_grid.scss */
  .col-9 {
    width: 466.5px;
  }

  /* line 136, ../scss/education-news/_blog_grid.scss */
  .col-10 {
    width: 518.33333px;
  }

  /* line 139, ../scss/education-news/_blog_grid.scss */
  .col-11 {
    width: 570.16667px;
  }

  /* line 142, ../scss/education-news/_blog_grid.scss */
  .col-12, .nav-wrapper ul {
    width: 622px;
  }
}
@media all and (min-width: 768px) {
  /* line 147, ../scss/education-news/_blog_grid.scss */
  .wrapper {
    width: 750px;
  }

  /* line 150, ../scss/education-news/_blog_grid.scss */
  .col-1 {
    width: 62.5px;
  }

  /* line 153, ../scss/education-news/_blog_grid.scss */
  .col-2, .article-standard img, .article-standard.is-cat .copy, .article-standard.is-sidebar .copy, .article-popular.is-sidebar img, .article-archive img {
    width: 125px;
  }

  /* line 156, ../scss/education-news/_blog_grid.scss */
  .col-3, .article-primary .copy, .article-primary.is-cat .copy, .article-standard .copy, .article-popular img {
    width: 187.5px;
  }

  /* line 159, ../scss/education-news/_blog_grid.scss */
  .col-4 {
    width: 250px;
  }

  /* line 162, ../scss/education-news/_blog_grid.scss */
  .col-5, .article-primary img, .article-secondary.is-cat, .article-standard.no-image .copy {
    width: 312.5px;
  }

  /* line 165, ../scss/education-news/_blog_grid.scss */
  .col-6 {
    width: 375px;
  }

  /* line 168, ../scss/education-news/_blog_grid.scss */
  .col-7, .article-primary.is-cat img {
    width: 437.5px;
  }

  /* line 171, ../scss/education-news/_blog_grid.scss */
  .col-8, .article-primary.no-image .copy, .article-archive .copy {
    width: 500px;
  }

  /* line 174, ../scss/education-news/_blog_grid.scss */
  .col-9 {
    width: 562.5px;
  }

  /* line 177, ../scss/education-news/_blog_grid.scss */
  .col-10 {
    width: 625px;
  }

  /* line 180, ../scss/education-news/_blog_grid.scss */
  .col-11 {
    width: 687.5px;
  }

  /* line 183, ../scss/education-news/_blog_grid.scss */
  .col-12, .nav-wrapper ul {
    width: 750px;
  }
}
@media all and (min-width: 992px) {
  /* line 188, ../scss/education-news/_blog_grid.scss */
  .wrapper {
    width: 970px;
  }

  /* line 191, ../scss/education-news/_blog_grid.scss */
  .col-1 {
    width: 80.83333px;
  }

  /* line 194, ../scss/education-news/_blog_grid.scss */
  .col-2, .article-standard img, .article-standard.is-cat .copy, .article-standard.is-sidebar .copy, .article-popular.is-sidebar img, .article-archive img {
    width: 161.66667px;
  }

  /* line 197, ../scss/education-news/_blog_grid.scss */
  .col-3, .article-primary .copy, .article-primary.is-cat .copy, .article-standard .copy, .article-popular img {
    width: 242.5px;
  }

  /* line 200, ../scss/education-news/_blog_grid.scss */
  .col-4 {
    width: 323.33333px;
  }

  /* line 203, ../scss/education-news/_blog_grid.scss */
  .col-5, .article-primary img, .article-secondary.is-cat, .article-standard.no-image .copy {
    width: 404.16667px;
  }

  /* line 206, ../scss/education-news/_blog_grid.scss */
  .col-6 {
    width: 485px;
  }

  /* line 209, ../scss/education-news/_blog_grid.scss */
  .col-7, .article-primary.is-cat img {
    width: 565.83333px;
  }

  /* line 212, ../scss/education-news/_blog_grid.scss */
  .col-8, .article-primary.no-image .copy, .article-archive .copy {
    width: 646.66667px;
  }

  /* line 215, ../scss/education-news/_blog_grid.scss */
  .col-9 {
    width: 727.5px;
  }

  /* line 218, ../scss/education-news/_blog_grid.scss */
  .col-10 {
    width: 808.33333px;
  }

  /* line 221, ../scss/education-news/_blog_grid.scss */
  .col-11 {
    width: 889.16667px;
  }

  /* line 224, ../scss/education-news/_blog_grid.scss */
  .col-12, .nav-wrapper ul {
    width: 970px;
  }
}
@media all and (min-width: 1200px) {
  /* line 229, ../scss/education-news/_blog_grid.scss */
  .wrapper {
    width: 1170px;
  }

  /* line 232, ../scss/education-news/_blog_grid.scss */
  .col-1 {
    width: 97.5px;
  }

  /* line 235, ../scss/education-news/_blog_grid.scss */
  .col-2, .article-standard img, .article-standard.is-cat .copy, .article-standard.is-sidebar .copy, .article-popular.is-sidebar img, .article-archive img {
    width: 195px;
  }

  /* line 238, ../scss/education-news/_blog_grid.scss */
  .col-3, .article-primary .copy, .article-primary.is-cat .copy, .article-standard .copy, .article-popular img {
    width: 292.5px;
  }

  /* line 241, ../scss/education-news/_blog_grid.scss */
  .col-4 {
    width: 390px;
  }

  /* line 244, ../scss/education-news/_blog_grid.scss */
  .col-5, .article-primary img, .article-secondary.is-cat, .article-standard.no-image .copy {
    width: 487.5px;
  }

  /* line 247, ../scss/education-news/_blog_grid.scss */
  .col-6 {
    width: 585px;
  }

  /* line 250, ../scss/education-news/_blog_grid.scss */
  .col-7, .article-primary.is-cat img {
    width: 682.5px;
  }

  /* line 253, ../scss/education-news/_blog_grid.scss */
  .col-8, .article-primary.no-image .copy, .article-archive .copy {
    width: 780px;
  }

  /* line 256, ../scss/education-news/_blog_grid.scss */
  .col-9 {
    width: 877.5px;
  }

  /* line 259, ../scss/education-news/_blog_grid.scss */
  .col-10 {
    width: 975px;
  }

  /* line 262, ../scss/education-news/_blog_grid.scss */
  .col-11 {
    width: 1072.5px;
  }

  /* line 265, ../scss/education-news/_blog_grid.scss */
  .col-12, .nav-wrapper ul {
    width: 1170px;
  }
}
@media all and (min-width: 1400px) {
  /* line 270, ../scss/education-news/_blog_grid.scss */
  .wrapper {
    width: 1370px;
  }

  /* line 273, ../scss/education-news/_blog_grid.scss */
  .col-1 {
    width: 114.16667px;
  }

  /* line 276, ../scss/education-news/_blog_grid.scss */
  .col-2, .article-standard img, .article-standard.is-cat .copy, .article-standard.is-sidebar .copy, .article-popular.is-sidebar img, .article-archive img {
    width: 228.33333px;
  }

  /* line 279, ../scss/education-news/_blog_grid.scss */
  .col-3, .article-primary .copy, .article-primary.is-cat .copy, .article-standard .copy, .article-popular img {
    width: 342.5px;
  }

  /* line 282, ../scss/education-news/_blog_grid.scss */
  .col-4 {
    width: 456.66667px;
  }

  /* line 285, ../scss/education-news/_blog_grid.scss */
  .col-5, .article-primary img, .article-secondary.is-cat, .article-standard.no-image .copy {
    width: 570.83333px;
  }

  /* line 288, ../scss/education-news/_blog_grid.scss */
  .col-6 {
    width: 685px;
  }

  /* line 291, ../scss/education-news/_blog_grid.scss */
  .col-7, .article-primary.is-cat img {
    width: 799.16667px;
  }

  /* line 294, ../scss/education-news/_blog_grid.scss */
  .col-8, .article-primary.no-image .copy, .article-archive .copy {
    width: 913.33333px;
  }

  /* line 297, ../scss/education-news/_blog_grid.scss */
  .col-9 {
    width: 1027.5px;
  }

  /* line 300, ../scss/education-news/_blog_grid.scss */
  .col-10 {
    width: 1141.66667px;
  }

  /* line 303, ../scss/education-news/_blog_grid.scss */
  .col-11 {
    width: 1255.83333px;
  }

  /* line 306, ../scss/education-news/_blog_grid.scss */
  .col-12, .nav-wrapper ul {
    width: 1370px;
  }
}
/* line 310, ../scss/education-news/_blog_grid.scss */
hr {
  border: none;
  border-bottom: 1px dotted #c6c6c6;
  margin: 0 0 30px;
}
/* line 315, ../scss/education-news/_blog_grid.scss */
hr.-tight {
  margin: 20px 0;
}

/* line 328, ../scss/education-news/_blog_grid.scss */
.article-primary.no-image {
  margin-bottom: 35px;
}

/* line 352, ../scss/education-news/_blog_grid.scss */
.article-secondary.is-cat img, .article-secondary.is-cat copy {
  width: 100%;
}

/* line 377, ../scss/education-news/_blog_grid.scss */
.article-standard.is-sidebar {
  margin-bottom: 10px;
  padding-bottom: 3px;
}
/* line 384, ../scss/education-news/_blog_grid.scss */
.article-standard.is-sidebar .copy h2 {
  font-size: 14px;
}

/* line 392, ../scss/education-news/_blog_grid.scss */
.article-popular img {
  margin-bottom: 10px;
}

/* line 418, ../scss/education-news/_blog_grid.scss */
.home .col.categories, .home .article-primary img.categories, .article-primary .home img.categories, .home .article-primary .categories.copy, .article-primary .home .categories.copy, .home .categories.article-secondary.is-cat, .home .article-standard img.categories, .article-standard .home img.categories, .home .article-standard .categories.copy, .article-standard .home .categories.copy, .home .article-popular img.categories, .article-popular .home img.categories, .home .article-archive img.categories, .article-archive .home img.categories, .home .article-archive .categories.copy, .article-archive .home .categories.copy, .home .nav-wrapper ul.categories, .nav-wrapper .home ul.categories,
.home .col.sidebar,
.home .article-primary img.sidebar,
.article-primary .home img.sidebar,
.home .article-primary .sidebar.copy,
.article-primary .home .sidebar.copy,
.home .sidebar.article-secondary.is-cat,
.home .article-standard img.sidebar,
.article-standard .home img.sidebar,
.home .article-standard .sidebar.copy,
.article-standard .home .sidebar.copy,
.home .article-popular img.sidebar,
.article-popular .home img.sidebar,
.home .article-archive img.sidebar,
.article-archive .home img.sidebar,
.home .article-archive .sidebar.copy,
.article-archive .home .sidebar.copy,
.home .nav-wrapper ul.sidebar,
.nav-wrapper .home ul.sidebar {
  margin-top: 210px;
}
@media all and (max-width: 639px) {
  /* line 418, ../scss/education-news/_blog_grid.scss */
  .home .col.categories, .home .article-primary img.categories, .article-primary .home img.categories, .home .article-primary .categories.copy, .article-primary .home .categories.copy, .home .categories.article-secondary.is-cat, .home .article-standard img.categories, .article-standard .home img.categories, .home .article-standard .categories.copy, .article-standard .home .categories.copy, .home .article-popular img.categories, .article-popular .home img.categories, .home .article-archive img.categories, .article-archive .home img.categories, .home .article-archive .categories.copy, .article-archive .home .categories.copy, .home .nav-wrapper ul.categories, .nav-wrapper .home ul.categories,
  .home .col.sidebar,
  .home .article-primary img.sidebar,
  .article-primary .home img.sidebar,
  .home .article-primary .sidebar.copy,
  .article-primary .home .sidebar.copy,
  .home .sidebar.article-secondary.is-cat,
  .home .article-standard img.sidebar,
  .article-standard .home img.sidebar,
  .home .article-standard .sidebar.copy,
  .article-standard .home .sidebar.copy,
  .home .article-popular img.sidebar,
  .article-popular .home img.sidebar,
  .home .article-archive img.sidebar,
  .article-archive .home img.sidebar,
  .home .article-archive .sidebar.copy,
  .article-archive .home .sidebar.copy,
  .home .nav-wrapper ul.sidebar,
  .nav-wrapper .home ul.sidebar {
    margin-top: 0;
  }
}
/* line 426, ../scss/education-news/_blog_grid.scss */
.home #ci-widget {
  width: 426.66667px;
  position: absolute;
  top: 0;
  left: calc(100% + 15px);
  padding-bottom: 15px;
  border-bottom: 1px dotted #c6c6c6;
}
@media all and (max-width: 1399px) {
  /* line 426, ../scss/education-news/_blog_grid.scss */
  .home #ci-widget {
    width: 360px;
  }
}
@media all and (max-width: 1199px) {
  /* line 426, ../scss/education-news/_blog_grid.scss */
  .home #ci-widget {
    width: 293.33333px;
  }
}
@media all and (max-width: 991px) {
  /* line 426, ../scss/education-news/_blog_grid.scss */
  .home #ci-widget {
    width: 345px;
  }
}
@media all and (max-width: 767px) {
  /* line 426, ../scss/education-news/_blog_grid.scss */
  .home #ci-widget {
    width: 281px;
  }
}
@media all and (max-width: 639px) {
  /* line 426, ../scss/education-news/_blog_grid.scss */
  .home #ci-widget {
    position: relative;
    width: 100%;
    left: 0;
  }
}
/* line 451, ../scss/education-news/_blog_grid.scss */
.home #ci-widget h3 a {
  font-size: 30px;
  line-height: 30px;
  margin-top: 0;
}
/* line 457, ../scss/education-news/_blog_grid.scss */
.home .faux-dropdown .select {
  line-height: 32px;
}
/* line 460, ../scss/education-news/_blog_grid.scss */
.home .faux-dropdown .select:after {
  top: 9px;
  right: 12px;
}

/* line 469, ../scss/education-news/_blog_grid.scss */
#single img {
  width: 100%;
  height: auto;
}

@media all and (min-width: 1400px) {
  /* line 475, ../scss/education-news/_blog_grid.scss */
  .nav-wrapper .btn-career-index {
    width: 198.33333px;
  }
}
@media all and (max-width: 1399px) {
  /* line 480, ../scss/education-news/_blog_grid.scss */
  .nav-wrapper .btn-career-index {
    width: 165px;
  }

  /* line 486, ../scss/education-news/_blog_grid.scss */
  .article-standard.is-cat img {
    width: 146.25px;
  }
  /* line 489, ../scss/education-news/_blog_grid.scss */
  .article-standard.is-cat .copy {
    width: 243.75px;
  }
}
@media all and (max-width: 1199px) {
  /* line 495, ../scss/education-news/_blog_grid.scss */
  .nav-wrapper .btn-career-index {
    width: auto;
  }

  /* line 500, ../scss/education-news/_blog_grid.scss */
  .article-standard.is-cat img {
    width: 121.25px;
  }
  /* line 503, ../scss/education-news/_blog_grid.scss */
  .article-standard.is-cat .copy {
    width: 202.08333px;
  }
}
@media all and (max-width: 991px) {
  /* line 510, ../scss/education-news/_blog_grid.scss */
  .nav-wrapper .btn-career-index {
    width: 95px;
  }

  /* line 514, ../scss/education-news/_blog_grid.scss */
  .home .col-8, .home .article-primary.no-image .copy, .article-primary.no-image .home .copy, .home .article-archive .copy, .article-archive .home .copy {
    width: 375px;
  }

  /* line 517, ../scss/education-news/_blog_grid.scss */
  .home .categories.col-2, .home .article-standard img.categories, .article-standard .home img.categories, .home .article-standard.is-cat .categories.copy, .article-standard.is-cat .home .categories.copy, .home .article-standard.is-sidebar .categories.copy, .article-standard.is-sidebar .home .categories.copy, .home .article-popular.is-sidebar img.categories, .article-popular.is-sidebar .home img.categories, .home .article-archive img.categories, .article-archive .home img.categories,
  .sidebar.col-2,
  .article-standard img.sidebar,
  .article-standard.is-cat .sidebar.copy,
  .article-standard.is-sidebar .sidebar.copy,
  .article-popular.is-sidebar img.sidebar,
  .article-archive img.sidebar {
    width: 187.5px;
  }

  /* line 521, ../scss/education-news/_blog_grid.scss */
  .home .recent-news.col-5, .home .article-primary img.recent-news, .article-primary .home img.recent-news, .home .recent-news.article-secondary.is-cat, .home .article-standard.no-image .recent-news.copy, .article-standard.no-image .home .recent-news.copy {
    width: 187.5px;
  }

  /* line 524, ../scss/education-news/_blog_grid.scss */
  .sidebar img.col-2, .sidebar .article-standard img, .article-standard .sidebar img, .sidebar .article-standard.is-cat img.copy, .article-standard.is-cat .sidebar img.copy, .sidebar .article-standard.is-sidebar img.copy, .article-standard.is-sidebar .sidebar img.copy, .sidebar .article-popular.is-sidebar img, .article-popular.is-sidebar .sidebar img, .sidebar .article-archive img, .article-archive .sidebar img {
    width: 187.5px;
  }

  /* line 527, ../scss/education-news/_blog_grid.scss */
  .article-primary,
  .article-primary.is-cat {
    margin-bottom: 30px;
  }

  /* line 531, ../scss/education-news/_blog_grid.scss */
  .article-primary img,
  .article-primary .copy,
  .article-primary.is-cat img,
  .article-primary.is-cat .copy {
    width: 100%;
  }

  /* line 539, ../scss/education-news/_blog_grid.scss */
  .recent-news img {
    width: 100%;
  }
  /* line 542, ../scss/education-news/_blog_grid.scss */
  .recent-news .article-standard .copy h2 {
    font-size: 15px;
    line-height: 20px;
  }
  /* line 546, ../scss/education-news/_blog_grid.scss */
  .recent-news p,
  .recent-news small {
    display: none;
  }
  /* line 550, ../scss/education-news/_blog_grid.scss */
  .recent-news article {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  /* line 553, ../scss/education-news/_blog_grid.scss */
  .recent-news article .tags {
    margin-top: 0;
  }

  /* line 558, ../scss/education-news/_blog_grid.scss */
  .archive .col-10,
  .search .col-10,
  .single .col-10,
  .page .col-10 {
    width: 562.5px;
  }

  /* line 564, ../scss/education-news/_blog_grid.scss */
  .article-secondary.is-cat {
    width: 281.25px;
  }

  /* line 567, ../scss/education-news/_blog_grid.scss */
  .archive .col-4 {
    width: 187.5px;
  }

  /* line 572, ../scss/education-news/_blog_grid.scss */
  .article-standard.is-cat img, .article-standard.is-cat .copy {
    width: 187.5px;
  }
  /* line 575, ../scss/education-news/_blog_grid.scss */
  .article-standard.is-cat img {
    margin-bottom: 10px;
  }

  /* line 580, ../scss/education-news/_blog_grid.scss */
  .article-archive img {
    width: 187.5px;
  }
  /* line 583, ../scss/education-news/_blog_grid.scss */
  .article-archive .copy {
    width: 375px;
  }

  /* line 587, ../scss/education-news/_blog_grid.scss */
  #single .col-8, #single .article-primary.no-image .copy, .article-primary.no-image #single .copy, #single .article-archive .copy, .article-archive #single .copy {
    width: 375px;
  }

  /* line 590, ../scss/education-news/_blog_grid.scss */
  #single .col-2, #single .article-standard img, .article-standard #single img, #single .article-standard.is-cat .copy, .article-standard.is-cat #single .copy, #single .article-standard.is-sidebar .copy, .article-standard.is-sidebar #single .copy, #single .article-popular.is-sidebar img, .article-popular.is-sidebar #single img, #single .article-archive img, .article-archive #single img {
    width: 187.5px;
  }

  /* line 593, ../scss/education-news/_blog_grid.scss */
  .article-standard.is-sidebar .copy {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  /* line 601, ../scss/education-news/_blog_grid.scss */
  .home .col-8, .home .article-primary.no-image .copy, .article-primary.no-image .home .copy, .home .article-archive .copy, .article-archive .home .copy {
    width: 311px;
  }

  /* line 604, ../scss/education-news/_blog_grid.scss */
  .home .categories.col-2, .home .article-standard img.categories, .article-standard .home img.categories, .home .article-standard.is-cat .categories.copy, .article-standard.is-cat .home .categories.copy, .home .article-standard.is-sidebar .categories.copy, .article-standard.is-sidebar .home .categories.copy, .home .article-popular.is-sidebar img.categories, .article-popular.is-sidebar .home img.categories, .home .article-archive img.categories, .article-archive .home img.categories,
  .sidebar.col-2,
  .article-standard img.sidebar,
  .article-standard.is-cat .sidebar.copy,
  .article-standard.is-sidebar .sidebar.copy,
  .article-popular.is-sidebar img.sidebar,
  .article-archive img.sidebar {
    width: 155.5px;
  }

  /* line 608, ../scss/education-news/_blog_grid.scss */
  .home .recent-news.col-5, .home .article-primary img.recent-news, .article-primary .home img.recent-news, .home .recent-news.article-secondary.is-cat, .home .article-standard.no-image .recent-news.copy, .article-standard.no-image .home .recent-news.copy {
    width: 155.5px;
  }

  /* line 611, ../scss/education-news/_blog_grid.scss */
  .sidebar img.col-2, .sidebar .article-standard img, .article-standard .sidebar img, .sidebar .article-standard.is-cat img.copy, .article-standard.is-cat .sidebar img.copy, .sidebar .article-standard.is-sidebar img.copy, .article-standard.is-sidebar .sidebar img.copy, .sidebar .article-popular.is-sidebar img, .article-popular.is-sidebar .sidebar img, .sidebar .article-archive img, .article-archive .sidebar img {
    width: 155.5px;
  }

  /* line 614, ../scss/education-news/_blog_grid.scss */
  .archive .col-10,
  .search .col-10,
  .single .col-10,
  .page .col-10 {
    width: 466.5px;
  }

  /* line 620, ../scss/education-news/_blog_grid.scss */
  .article-secondary.is-cat {
    width: 233.25px;
  }

  /* line 623, ../scss/education-news/_blog_grid.scss */
  .archive .col-4 {
    width: 155.5px;
  }

  /* line 628, ../scss/education-news/_blog_grid.scss */
  .article-standard.is-cat img, .article-standard.is-cat .copy {
    width: 155.5px;
  }
  /* line 631, ../scss/education-news/_blog_grid.scss */
  .article-standard.is-cat img {
    margin-bottom: 10px;
  }
  /* line 634, ../scss/education-news/_blog_grid.scss */
  .article-standard.is-cat .copy h2 {
    font-size: 16px;
  }

  /* line 639, ../scss/education-news/_blog_grid.scss */
  .article-archive img {
    width: 155.5px;
  }
  /* line 642, ../scss/education-news/_blog_grid.scss */
  .article-archive .copy {
    width: 311px;
  }

  /* line 646, ../scss/education-news/_blog_grid.scss */
  #single .col-8, #single .article-primary.no-image .copy, .article-primary.no-image #single .copy, #single .article-archive .copy, .article-archive #single .copy {
    width: 311px;
  }

  /* line 649, ../scss/education-news/_blog_grid.scss */
  #single .col-2, #single .article-standard img, .article-standard #single img, #single .article-standard.is-cat .copy, .article-standard.is-cat #single .copy, #single .article-standard.is-sidebar .copy, .article-standard.is-sidebar #single .copy, #single .article-popular.is-sidebar img, .article-popular.is-sidebar #single img, #single .article-archive img, .article-archive #single img {
    width: 155.5px;
  }
}
@media all and (max-width: 639px) {
  /* line 657, ../scss/education-news/_blog_grid.scss */
  .mobile-wrapper,
  .home .categories.col-2,
  .home .article-standard img.categories,
  .article-standard .home img.categories,
  .home .article-standard.is-cat .categories.copy,
  .article-standard.is-cat .home .categories.copy,
  .home .article-standard.is-sidebar .categories.copy,
  .article-standard.is-sidebar .home .categories.copy,
  .home .article-popular.is-sidebar img.categories,
  .article-popular.is-sidebar .home img.categories,
  .home .article-archive img.categories,
  .article-archive .home img.categories {
    float: left;
    width: 308px;
  }

  /* line 662, ../scss/education-news/_blog_grid.scss */
  .sidebar.col-2, .article-standard img.sidebar, .article-standard.is-cat .sidebar.copy, .article-standard.is-sidebar .sidebar.copy, .article-popular.is-sidebar img.sidebar, .article-archive img.sidebar,
  .home .popular-news.col-3,
  .home .article-primary .popular-news.copy,
  .article-primary .home .popular-news.copy,
  .home .article-standard .popular-news.copy,
  .article-standard .home .popular-news.copy,
  .home .article-popular img.popular-news,
  .article-popular .home img.popular-news,
  .home .recent-news.col-5,
  .home .article-primary img.recent-news,
  .article-primary .home img.recent-news,
  .home .recent-news.article-secondary.is-cat,
  .home .article-standard.no-image .recent-news.copy,
  .article-standard.no-image .home .recent-news.copy {
    width: 154px;
  }

  /* line 667, ../scss/education-news/_blog_grid.scss */
  .sidebar img.col-2, .sidebar .article-standard img, .article-standard .sidebar img, .sidebar .article-standard.is-cat img.copy, .article-standard.is-cat .sidebar img.copy, .sidebar .article-standard.is-sidebar img.copy, .article-standard.is-sidebar .sidebar img.copy, .sidebar .article-popular.is-sidebar img, .article-popular.is-sidebar .sidebar img, .sidebar .article-archive img, .article-archive .sidebar img {
    width: 154px;
  }

  /* line 670, ../scss/education-news/_blog_grid.scss */
  .home .article-standard .copy {
    width: 100%;
  }

  /* line 673, ../scss/education-news/_blog_grid.scss */
  .home .popular-news img {
    width: 100%;
    box-sizing: content-box;
  }

  /* line 677, ../scss/education-news/_blog_grid.scss */
  .recent-news img {
    display: none;
  }

  /* line 680, ../scss/education-news/_blog_grid.scss */
  .archive .col-10,
  .article-secondary.is-cat,
  .archive .col-4,
  .search .col-10,
  .single .col-10,
  .page .col-10 {
    width: 308px;
  }

  /* line 690, ../scss/education-news/_blog_grid.scss */
  .archive .col-4 img {
    display: none;
  }
  /* line 693, ../scss/education-news/_blog_grid.scss */
  .archive .col-4 .copy {
    width: 100%;
  }

  /* line 697, ../scss/education-news/_blog_grid.scss */
  .archive .col-3.popular, .archive .article-primary .popular.copy, .article-primary .archive .popular.copy, .archive .article-standard .popular.copy, .article-standard .archive .popular.copy, .archive .article-popular img.popular, .article-popular .archive img.popular,
  .archive .col-3.short-standard,
  .archive .article-primary .short-standard.copy,
  .article-primary .archive .short-standard.copy,
  .archive .article-standard .short-standard.copy,
  .article-standard .archive .short-standard.copy,
  .archive .article-popular img.short-standard,
  .article-popular .archive img.short-standard {
    width: 154px;
    margin-top: 30px;
  }
  /* line 702, ../scss/education-news/_blog_grid.scss */
  .archive .col-3.popular img, .archive .article-primary .popular.copy img, .article-primary .archive .popular.copy img, .archive .article-standard .popular.copy img, .article-standard .archive .popular.copy img, .archive .article-popular img.popular img, .article-popular .archive img.popular img,
  .archive .col-3.short-standard img,
  .archive .article-primary .short-standard.copy img,
  .article-primary .archive .short-standard.copy img,
  .archive .article-standard .short-standard.copy img,
  .article-standard .archive .short-standard.copy img,
  .archive .article-popular img.short-standard img,
  .article-popular .archive img.short-standard img {
    width: 100%;
    padding: 0;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 711, ../scss/education-news/_blog_grid.scss */
  .article-archive img {
    width: 115.5px;
  }
  /* line 714, ../scss/education-news/_blog_grid.scss */
  .article-archive .copy {
    width: 192.5px;
    padding-left: 0;
  }
  /* line 718, ../scss/education-news/_blog_grid.scss */
  .article-archive .copy h2 {
    font-size: 16px;
    padding-bottom: 0;
  }

  /* line 724, ../scss/education-news/_blog_grid.scss */
  #pagination a {
    padding: 0 8px;
  }

  /* line 727, ../scss/education-news/_blog_grid.scss */
  #single .col-8, #single .article-primary.no-image .copy, .article-primary.no-image #single .copy, #single .article-archive .copy, .article-archive #single .copy,
  #single .col-2,
  #single .article-standard img,
  .article-standard #single img,
  #single .article-standard.is-cat .copy,
  .article-standard.is-cat #single .copy,
  #single .article-standard.is-sidebar .copy,
  .article-standard.is-sidebar #single .copy,
  #single .article-popular.is-sidebar img,
  .article-popular.is-sidebar #single img,
  #single .article-archive img,
  .article-archive #single img {
    width: 308px;
  }
}
@media all and (max-width: 479px) {
  /* line 735, ../scss/education-news/_blog_grid.scss */
  .wrapper {
    padding: 0;
  }

  /* line 738, ../scss/education-news/_blog_grid.scss */
  .home .col-8, .home .article-primary.no-image .copy, .article-primary.no-image .home .copy, .home .article-archive .copy, .article-archive .home .copy,
  .home .categories.col-2,
  .home .article-standard img.categories,
  .article-standard .home img.categories,
  .home .article-standard.is-cat .categories.copy,
  .article-standard.is-cat .home .categories.copy,
  .home .article-standard.is-sidebar .categories.copy,
  .article-standard.is-sidebar .home .categories.copy,
  .home .article-popular.is-sidebar img.categories,
  .article-popular.is-sidebar .home img.categories,
  .home .article-archive img.categories,
  .article-archive .home img.categories,
  .sidebar.col-2,
  .article-standard img.sidebar,
  .article-standard.is-cat .sidebar.copy,
  .article-standard.is-sidebar .sidebar.copy,
  .article-popular.is-sidebar img.sidebar,
  .article-archive img.sidebar,
  .home .popular-news.col-3,
  .home .article-primary .popular-news.copy,
  .article-primary .home .popular-news.copy,
  .home .article-standard .popular-news.copy,
  .article-standard .home .popular-news.copy,
  .home .article-popular img.popular-news,
  .article-popular .home img.popular-news,
  .home .recent-news.col-5,
  .home .article-primary img.recent-news,
  .article-primary .home img.recent-news,
  .home .recent-news.article-secondary.is-cat,
  .home .article-standard.no-image .recent-news.copy,
  .article-standard.no-image .home .recent-news.copy,
  .archive .col-10,
  .article-secondary.is-cat,
  .archive .col-3.popular,
  .archive .article-primary .popular.copy,
  .article-primary .archive .popular.copy,
  .archive .article-standard .popular.copy,
  .article-standard .archive .popular.copy,
  .archive .article-popular img.popular,
  .article-popular .archive img.popular,
  .archive .col-3.short-standard,
  .archive .article-primary .short-standard.copy,
  .article-primary .archive .short-standard.copy,
  .archive .article-standard .short-standard.copy,
  .article-standard .archive .short-standard.copy,
  .archive .article-popular img.short-standard,
  .article-popular .archive img.short-standard,
  .sidebar .article-popular.is-sidebar img {
    width: 302px;
  }

  /* line 751, ../scss/education-news/_blog_grid.scss */
  .article-archive img {
    width: 75.5px;
  }
  /* line 754, ../scss/education-news/_blog_grid.scss */
  .article-archive .copy {
    width: 226.5px;
  }

  /* line 758, ../scss/education-news/_blog_grid.scss */
  #single .col-2 img, #single .article-standard img img, .article-standard #single img img, #single .article-standard.is-cat .copy img, .article-standard.is-cat #single .copy img, #single .article-standard.is-sidebar .copy img, .article-standard.is-sidebar #single .copy img, #single .article-popular.is-sidebar img img, .article-popular.is-sidebar #single img img, #single .article-archive img img, .article-archive #single img img {
    margin-bottom: 30px;
  }
}
/* line 1, ../scss/education-news/_blog_forms.scss */
input[type="text"], input[type="email"] {
  border: 1px solid #c6c6c6;
  line-height: 22px;
  height: 22px;
  margin: 8px 0;
  padding: 0 3%;
  width: 94%;
}

/* ----- Inheritance ----- */
/* line 10, ../scss/education-news.scss */
.sprite, .social a, .nav-wrapper .btn-career-index:after, #search .submit, .comment-count:after, #single #post-tasks a:before, .faux-dropdown .select:after {
  background: url("../img/layout/education_news_sprite.png") 0 0 no-repeat;
  border: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  text-indent: -9999px;
}

/* ----- General ----- */
/* line 20, ../scss/education-news.scss */
body {
  color: #a8a8a8;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  line-height: 16px;
}

/* line 28, ../scss/education-news.scss */
.clear:before, .row:before, .col:before, .article-primary img:before, .article-primary .copy:before, .article-secondary.is-cat:before, .article-standard img:before, .article-standard .copy:before, .article-popular img:before, .article-archive img:before, .article-archive .copy:before, .nav-wrapper ul:before, .nav-wrapper:before,
.clear:after,
.row:after,
.col:after,
.article-primary img:after,
.article-primary .copy:after,
.article-secondary.is-cat:after,
.article-standard img:after,
.article-standard .copy:after,
.article-popular img:after,
.article-archive img:after,
.article-archive .copy:after,
.nav-wrapper ul:after,
.nav-wrapper:after {
  content: " ";
  display: table;
}

/* line 34, ../scss/education-news.scss */
.clear:after, .row:after, .col:after, .article-primary img:after, .article-primary .copy:after, .article-secondary.is-cat:after, .article-standard img:after, .article-standard .copy:after, .article-popular img:after, .article-archive img:after, .article-archive .copy:after, .nav-wrapper ul:after, .nav-wrapper:after {
  clear: both;
}

/* ----- Header ----- */
/* line 39, ../scss/education-news.scss */
#top-bar {
  background: #404040;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 47, ../scss/education-news.scss */
#top-bar li {
  display: inline-block;
}
/* line 50, ../scss/education-news.scss */
#top-bar .misc-links {
  float: right;
}
/* line 54, ../scss/education-news.scss */
#top-bar .misc-links a {
  color: #fff;
  line-height: 30px;
  margin-left: 25px;
}

/* line 61, ../scss/education-news.scss */
.social {
  float: left;
  margin-top: 4px;
}
/* line 65, ../scss/education-news.scss */
.social a {
  height: 21px;
  width: 21px;
  margin-right: 3px;
}
/* line 71, ../scss/education-news.scss */
.social .rss {
  background-position: -381px -114px;
}
/* line 74, ../scss/education-news.scss */
.social .fb {
  background-position: -381px -93px;
}
/* line 77, ../scss/education-news.scss */
.social .twitter {
  background-position: -381px -72px;
}
/* line 80, ../scss/education-news.scss */
.social .google {
  background-position: -381px -135px;
}

/* line 84, ../scss/education-news.scss */
header.main {
  position: relative;
}
/* line 87, ../scss/education-news.scss */
header.main.big {
  margin: 70px 0 50px;
}
/* line 90, ../scss/education-news.scss */
header.main.small {
  margin: 105px 0 30px;
}
/* line 93, ../scss/education-news.scss */
header.main.small #logo {
  font-size: 40px;
  position: absolute;
  top: -45px;
  line-height: normal;
}
/* line 99, ../scss/education-news.scss */
header.main.small #search {
  top: -33px;
}
/* line 103, ../scss/education-news.scss */
header.main .date {
  border-top: 1px dotted #c6c6c6;
  line-height: 36px;
  position: absolute;
  top: 66px;
}

/* line 110, ../scss/education-news.scss */
.nav-wrapper {
  border-top: 1px dotted #c6c6c6;
  border-bottom: 1px dotted #c6c6c6;
  position: relative;
}
/* line 116, ../scss/education-news.scss */
.nav-wrapper ul {
  padding-left: 0;
}
/* line 121, ../scss/education-news.scss */
.nav-wrapper li {
  display: inline-block;
}
/* line 125, ../scss/education-news.scss */
.nav-wrapper a,
.nav-wrapper .trigger {
  display: block;
  color: #404040;
  line-height: 42px;
  padding: 2px 14px 0;
  font-family: "alternate-gothic-no-2-d", Impact, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 137, ../scss/education-news.scss */
.nav-wrapper .trigger {
  display: none;
}
/* line 140, ../scss/education-news.scss */
.nav-wrapper .trigger:after {
  content: '\FFEC';
  display: inline-block;
  margin: -1px 0 0 5px;
  float: right;
}
/* line 146, ../scss/education-news.scss */
.nav-wrapper .btn-career-index {
  position: absolute;
  right: 0;
  top: 4px;
  background: #e8d654;
  color: #fff;
  font-family: "lexia", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  text-shadow: 1px 1px 0 #d2b833;
  box-sizing: border-box;
}
/* line 159, ../scss/education-news.scss */
.nav-wrapper .btn-career-index:after {
  background-position: -406px -119px;
  content: ' ';
  margin: 0 0 0 10px;
  height: 11px;
  width: 6px;
}

/* line 169, ../scss/education-news.scss */
#logo {
  font-family: "alternate-gothic-no-2-d", Impact, sans-serif;
  font-size: 112px;
  line-height: 102px;
  text-align: center;
  text-transform: uppercase;
}
/* line 176, ../scss/education-news.scss */
#logo a {
  color: #33b6d3;
  text-shadow: 1px 1px 0 #2a5476;
}

/* line 182, ../scss/education-news.scss */
#search {
  position: absolute;
  top: 66px;
  right: 0;
}
/* line 187, ../scss/education-news.scss */
#search input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  line-height: 25px;
  height: 25px;
  margin: 0;
  padding: 0 10px;
  width: 100%;
}
/* line 198, ../scss/education-news.scss */
#search .submit {
  background-position: -506px -80px;
  position: absolute;
  right: 15px;
  top: 0;
  height: 25px;
  width: 25px;
}

/* line 213, ../scss/education-news.scss */
.article-primary img {
  margin-bottom: 30px;
}
/* line 218, ../scss/education-news.scss */
.article-primary .copy h1 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
/* line 223, ../scss/education-news.scss */
.article-primary .copy small {
  margin-bottom: 10px;
}
/* line 226, ../scss/education-news.scss */
.article-primary .copy p {
  line-height: 18px;
}

/* line 231, ../scss/education-news.scss */
.article-secondary {
  margin-bottom: 30px;
}
/* line 236, ../scss/education-news.scss */
.article-secondary .copy h2 {
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
  padding: 8px 0 4px;
}
/* line 242, ../scss/education-news.scss */
.article-secondary .copy .author {
  margin-bottom: 10px;
}
/* line 245, ../scss/education-news.scss */
.article-secondary .copy p {
  display: inline;
  line-height: 18px;
}

/* line 252, ../scss/education-news.scss */
.article-standard {
  border-bottom: 1px dotted #c6c6c6;
  padding: 0 0 20px;
  margin-bottom: 20px;
}
/* line 259, ../scss/education-news.scss */
.article-standard .copy h2 {
  font-size: 18px;
  line-height: 22px;
  padding: 8px 0;
}

/* line 266, ../scss/education-news.scss */
.article-popular {
  margin-bottom: 30px;
}
/* line 269, ../scss/education-news.scss */
.article-popular h2 {
  color: #2a5476;
  font-family: "alternate-gothic-no-2-d", Impact, sans-serif;
  font-size: 20px;
  line-height: 22px;
  padding-top: 5px;
  text-transform: uppercase;
}

/* line 278, ../scss/education-news.scss */
.article-archive h2 {
  font-size: 18px;
  line-height: 22px;
  padding: 8px 0;
}

/* line 283, ../scss/education-news.scss */
.comment-count {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: #ee4036;
  color: #fff;
  display: inline-block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
  margin-left: 4px;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
}
/* line 297, ../scss/education-news.scss */
.comment-count:after {
  background-position: -406px -103px;
  content: ' ';
  height: 5px;
  width: 5px;
  position: absolute;
  bottom: -4px;
  left: 0;
}

/* line 310, ../scss/education-news.scss */
.more-news a {
  margin-bottom: 0;
}

/* line 315, ../scss/education-news.scss */
#single {
  color: #404040;
  font-size: 14px;
  line-height: 22px;
}
/* line 320, ../scss/education-news.scss */
#single h1 {
  color: #2a5476;
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 20px;
}
/* line 326, ../scss/education-news.scss */
#single #social li {
  float: left;
  margin-bottom: 20px;
}
/* line 330, ../scss/education-news.scss */
#single #social li.twitter {
  margin: -2px 9px 0 4px;
}
/* line 334, ../scss/education-news.scss */
#single p {
  margin-bottom: 20px;
}
/* line 337, ../scss/education-news.scss */
#single a {
  color: #33b6d3;
}
/* line 340, ../scss/education-news.scss */
#single blockquote {
  border-left: 4px solid #33b6d3;
  padding: 0 20px;
  font-style: italic;
}
/* line 345, ../scss/education-news.scss */
#single #comments {
  margin-top: 40px;
}
/* line 348, ../scss/education-news.scss */
#single .date {
  border-bottom: 1px dotted #c6c6c6;
  font-weight: normal;
  line-height: 15px;
  padding: 12px 0;
}
/* line 354, ../scss/education-news.scss */
#single .author {
  border-bottom: 1px dotted #c6c6c6;
  padding: 15px 0;
}
/* line 358, ../scss/education-news.scss */
#single .author img {
  height: 40px;
  width: 40px;
  float: left;
  margin-right: 10px;
}
/* line 364, ../scss/education-news.scss */
#single .author a {
  color: #a8a8a8;
  font-weight: normal;
  text-decoration: underline;
}
/* line 370, ../scss/education-news.scss */
#single .tags {
  border-bottom: 1px dotted #c6c6c6;
  margin-top: 0;
  padding: 15px 0;
}
/* line 375, ../scss/education-news.scss */
#single .tags small {
  font-weight: normal;
  margin-bottom: 5px;
}
/* line 379, ../scss/education-news.scss */
#single .tags a {
  text-decoration: underline;
}
/* line 383, ../scss/education-news.scss */
#single #post-tasks {
  border-bottom: 1px dotted #c6c6c6;
  padding: 15px 0 10px;
  margin-bottom: 15px;
}
/* line 388, ../scss/education-news.scss */
#single #post-tasks a {
  display: block;
  color: #a8a8a8;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 5px;
  text-decoration: underline;
  text-transform: uppercase;
}
/* line 403, ../scss/education-news.scss */
#single #post-tasks a:before {
  background-position: -487px -79px;
  content: '';
  height: 20px;
  float: left;
  margin-right: 5px;
  width: 19px;
}
/* line 413, ../scss/education-news.scss */
#single #post-tasks a.email:before {
  background-position: -487px -99px;
}

/* line 428, ../scss/education-news.scss */
#social-twitter {
  color: #a8a8a8;
  margin-bottom: 30px;
}
/* line 432, ../scss/education-news.scss */
#social-twitter .btn-twitter {
  border-radius: 4px;
  border: 1px solid #c6c6c6;
  color: #404040;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 0 10px 0 34px;
  line-height: 32px;
  position: relative;
  font-size: 11px;
  font-weight: bold;
  background: -moz-linear-gradient(top, transparent 0%, rgba(214, 214, 214, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(214, 214, 214, 0.65) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(214, 214, 214, 0.65) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(214, 214, 214, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(214, 214, 214, 0.65) 100%);
  text-shadow: 0 1px 0 #fff;
}
/* line 451, ../scss/education-news.scss */
#social-twitter .btn-twitter img {
  height: 16px;
  position: absolute;
  top: 8px;
  left: 9px;
}
/* line 459, ../scss/education-news.scss */
#social-twitter .tweet {
  border-bottom: 1px solid #c6c6c6;
  margin-top: 12px;
  padding-bottom: 15px;
  position: relative;
}
/* line 465, ../scss/education-news.scss */
#social-twitter .tweet small {
  background: #fff;
  bottom: -11px;
  color: #404040;
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 15px;
  text-transform: none;
}
/* line 477, ../scss/education-news.scss */
#social-twitter a {
  color: #33b6d3;
}

/* line 481, ../scss/education-news.scss */
#social-facebook {
  margin-bottom: 20px;
}

/* line 484, ../scss/education-news.scss */
.fb-like-box,
.fb_iframe_widget span,
.fb_iframe_widget iframe {
  width: 100% !important;
  position: relative !important;
}

/* line 490, ../scss/education-news.scss */
.fb-like.fb_iframe_widget {
  display: none;
}

/* line 493, ../scss/education-news.scss */
#subscribe {
  border-bottom: 1px dotted #c6c6c6;
  padding: 15px 0 0;
  margin-bottom: 20px;
}
/* line 498, ../scss/education-news.scss */
#subscribe p {
  line-height: 16px;
}
/* line 501, ../scss/education-news.scss */
#subscribe .btn, #subscribe .more-news a, .more-news #subscribe a, #subscribe #pagination a, #pagination #subscribe a, #subscribe #pagination span, #pagination #subscribe span, #subscribe .wpcf7-form input[type=submit], .wpcf7-form #subscribe input[type=submit] {
  margin-bottom: 20px;
}

/* line 505, ../scss/education-news.scss */
.gutter {
  margin-bottom: 30px;
}

/* line 508, ../scss/education-news.scss */
#npe-review {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}

/* line 515, ../scss/education-news.scss */
.wp-tag-cloud a {
  color: #33b6d3;
  font-size: 10px;
}

/* line 521, ../scss/education-news.scss */
#ci-widget {
  margin: 0 0 45px;
}

/* line 524, ../scss/education-news.scss */
#related-posts,
#popular-news {
  margin: 30px 0;
}

/* line 530, ../scss/education-news.scss */
.faux-dropdown {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #c6c6c6;
  cursor: pointer;
  margin-bottom: 8px;
  position: relative;
}
/* line 537, ../scss/education-news.scss */
.faux-dropdown .select {
  display: block;
  color: #404040;
  line-height: 26px;
  padding: 0 10px;
  position: relative;
}
/* line 545, ../scss/education-news.scss */
.faux-dropdown .select:after {
  background-position: -406px -80px;
  content: '';
  height: 12px;
  width: 6px;
  position: absolute;
  right: 8px;
  top: 6px;
}
/* line 556, ../scss/education-news.scss */
.faux-dropdown ul {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #c6c6c6;
  max-height: 250px;
  left: -9999em;
  overflow-y: scroll;
  position: absolute;
}
/* line 565, ../scss/education-news.scss */
.faux-dropdown ul.active {
  left: auto;
  right: -1px;
  z-index: 999;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
/* line 572, ../scss/education-news.scss */
.faux-dropdown ul a {
  display: block;
  border-bottom: 1px dotted #c6c6c6;
  color: #33b6d3;
  line-height: 14px;
  padding: 8px 12px;
}

/* line 586, ../scss/education-news.scss */
#pagination a {
  line-height: 26px;
}
/* line 591, ../scss/education-news.scss */
#pagination span {
  color: #2a5476;
  font-weight: bold;
  font-size: 11px;
}
/* line 597, ../scss/education-news.scss */
#pagination span.dots {
  padding: 0 6px;
}

/* line 605, ../scss/education-news.scss */
footer.main {
  border-top: 1px dotted #c6c6c6;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 80px;
  padding: 15px 0 40px;
}
/* line 611, ../scss/education-news.scss */
footer.main small {
  display: block;
  text-align: right;
}
/* line 615, ../scss/education-news.scss */
footer.main small a {
  margin-right: 10px;
  color: #33b6d3;
}
/* line 620, ../scss/education-news.scss */
footer.main ul {
  margin-top: 30px;
}
/* line 623, ../scss/education-news.scss */
footer.main li {
  display: inline-block;
  width: 188px;
  margin-bottom: 5px;
}
/* line 628, ../scss/education-news.scss */
footer.main a {
  color: #a8a8a8;
}

/* line 634, ../scss/education-news.scss */
.ts-fab-wrapper {
  padding-bottom: 0 0 20px 0;
}
/* line 637, ../scss/education-news.scss */
.ts-fab-wrapper h4 {
  font-weight: normal;
}

/* line 645, ../scss/education-news.scss */
.page h1 {
  color: #2a5476;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 20px;
}
/* line 651, ../scss/education-news.scss */
.page .col-10 p {
  max-width: 800px;
  line-height: 21px;
  margin: 20px 0;
}
/* line 656, ../scss/education-news.scss */
.page .col-10 p.hero {
  font-size: 18px;
  line-height: 28px;
}
/* line 660, ../scss/education-news.scss */
.page .col-10 p.hero em {
  color: #33b6d3;
}
/* line 665, ../scss/education-news.scss */
.page a.highlight {
  font-size: 24px;
  color: #33b6d3;
}

/* line 670, ../scss/education-news.scss */
.wpcf7-form {
  max-width: 800px;
  margin: 30px 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 675, ../scss/education-news.scss */
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
  border-radius: 2px;
  padding: 6px 10px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #a8a8a8;
}
/* line 684, ../scss/education-news.scss */
.wpcf7-form p {
  color: #808080;
  font-weight: normal;
  margin: 0 0 10px;
}
/* line 693, ../scss/education-news.scss */
.wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  margin: 0px 0 15px;
}
/* line 697, ../scss/education-news.scss */
.wpcf7-form div.wpcf7-validation-errors {
  border: none;
  padding: 0;
  margin: 0;
  color: red;
}

/* ----- Media Queries ----- */
@media all and (max-width: 1399px) {
  /* line 709, ../scss/education-news.scss */
  .faux-dropdown ul.active {
    width: 360px;
  }
}
@media all and (max-width: 1199px) {
  /* line 716, ../scss/education-news.scss */
  header.main nav li.menu-item-type-custom a {
    font-size: 12px;
  }

  /* line 720, ../scss/education-news.scss */
  header.main nav a {
    padding: 2px 10px 0;
  }

  /* line 724, ../scss/education-news.scss */
  #social-twitter .btn-twitter span {
    display: none;
  }

  /* line 727, ../scss/education-news.scss */
  .fb-like-box.fb_iframe_widget {
    display: none;
  }

  /* line 730, ../scss/education-news.scss */
  .fb-like.fb_iframe_widget {
    display: block;
  }

  /* line 735, ../scss/education-news.scss */
  .article-standard.is-cat small {
    display: none;
  }
  /* line 738, ../scss/education-news.scss */
  .article-standard.is-cat .copy h2 {
    padding-top: 0;
  }

  /* line 742, ../scss/education-news.scss */
  .faux-dropdown ul.active {
    width: 291px;
  }
}
@media all and (max-width: 991px) {
  /* line 749, ../scss/education-news.scss */
  #logo {
    font-size: 72px;
    line-height: 72px;
  }

  /* line 755, ../scss/education-news.scss */
  header.main.big, header.main.small {
    margin-bottom: 80px;
  }
  /* line 759, ../scss/education-news.scss */
  header.main .date {
    width: 150px;
    top: 32px;
  }
  /* line 763, ../scss/education-news.scss */
  header.main .nav-wrapper .btn-career-index {
    right: auto;
    top: 55px;
    width: 184px;
    left: 50%;
    margin-left: -108px;
  }
  /* line 770, ../scss/education-news.scss */
  header.main .nav-wrapper .btn-career-index a {
    padding: 2px 10px 0;
  }

  /* line 775, ../scss/education-news.scss */
  #search {
    width: 170px;
    top: 36px;
  }

  /* line 779, ../scss/education-news.scss */
  .category-heading, .search-heading, .search-heading {
    font-size: 48px;
    line-height: 58px;
  }

  /* line 783, ../scss/education-news.scss */
  .faux-dropdown ul.active {
    width: 344px;
  }
}
@media all and (max-width: 767px) {
  /* line 790, ../scss/education-news.scss */
  #logo {
    text-align: left;
    font-size: 48px;
    line-height: 68px;
  }

  /* line 797, ../scss/education-news.scss */
  header.main.big, header.main.small {
    margin-bottom: 50px;
  }
  /* line 801, ../scss/education-news.scss */
  header.main .date {
    width: 200px;
    top: -10px;
    left: auto;
    right: 0;
    border-top: none;
    text-align: right;
  }
  /* line 811, ../scss/education-news.scss */
  header.main .nav-wrapper nav {
    position: absolute;
    display: none;
    background: #fff;
    border: 1px dotted #c6c6c6;
    z-index: 99;
    width: 100%;
  }
  /* line 819, ../scss/education-news.scss */
  header.main .nav-wrapper nav ul {
    width: 100%;
    padding: 0;
  }
  /* line 824, ../scss/education-news.scss */
  header.main .nav-wrapper nav li {
    display: block;
  }
  /* line 827, ../scss/education-news.scss */
  header.main .nav-wrapper nav li a {
    padding: 2px 14px 0;
    border-bottom: 1px dotted #c6c6c6;
  }
  /* line 831, ../scss/education-news.scss */
  header.main .nav-wrapper nav li:last-child a {
    border-bottom: none;
  }
  /* line 836, ../scss/education-news.scss */
  header.main .nav-wrapper .trigger {
    display: inline-block;
  }
  /* line 839, ../scss/education-news.scss */
  header.main .nav-wrapper .toggle {
    display: inline-block;
  }
  /* line 844, ../scss/education-news.scss */
  header.main .nav-wrapper .toggle:hover nav {
    display: block;
  }
  /* line 849, ../scss/education-news.scss */
  header.main .nav-wrapper .btn-career-index {
    right: 0;
    left: auto;
    margin-left: auto;
    top: 4px;
  }

  /* line 857, ../scss/education-news.scss */
  #search {
    width: 200px;
    top: 26px;
  }

  /* line 861, ../scss/education-news.scss */
  .faux-dropdown ul.active {
    width: 280px;
  }
}
@media all and (max-width: 639px) {
  /* line 868, ../scss/education-news.scss */
  #logo {
    font-size: 38px;
    line-height: 48px;
  }

  /* line 872, ../scss/education-news.scss */
  #search {
    top: 14px;
  }

  /* line 877, ../scss/education-news.scss */
  header.main .date {
    top: -20px;
  }

  /* line 881, ../scss/education-news.scss */
  .faux-dropdown ul.active {
    width: 430px;
  }

  /* line 884, ../scss/education-news.scss */
  #single h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media all and (max-width: 479px) {
  /* line 892, ../scss/education-news.scss */
  #top-bar .misc-links a {
    margin-left: 7px;
    font-size: 9px;
  }

  /* line 896, ../scss/education-news.scss */
  header.main.big,
  header.main.small {
    margin-top: 70px;
  }
  /* line 900, ../scss/education-news.scss */
  header.main.big #logo,
  header.main.small #logo {
    font-size: 52px;
    text-align: center;
    position: relative;
    top: auto;
  }
  /* line 906, ../scss/education-news.scss */
  header.main.big #search,
  header.main.small #search {
    width: 100%;
    right: 0;
    top: auto;
    bottom: -32px;
  }
  /* line 912, ../scss/education-news.scss */
  header.main.big .date,
  header.main.small .date {
    display: none;
  }
  /* line 917, ../scss/education-news.scss */
  header.main.big .nav-wrapper .btn-career-index,
  header.main.small .nav-wrapper .btn-career-index {
    width: 140px;
  }
  /* line 920, ../scss/education-news.scss */
  header.main.big .nav-wrapper .btn-career-index:after,
  header.main.small .nav-wrapper .btn-career-index:after {
    display: none;
  }
  /* line 924, ../scss/education-news.scss */
  header.main.big .nav-wrapper .trigger,
  header.main.small .nav-wrapper .trigger {
    padding: 2px 0 0;
  }
  /* line 927, ../scss/education-news.scss */
  header.main.big .nav-wrapper nav li a,
  header.main.small .nav-wrapper nav li a {
    line-height: 34px;
  }

  /* line 933, ../scss/education-news.scss */
  .faux-dropdown ul.active {
    width: 270px;
  }

  /* line 936, ../scss/education-news.scss */
  #single h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
