/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* line 17, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 22, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 40, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 66, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 88, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 93, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 98, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 1.41176em;
  line-height: 1.91667em;
}

/* The link around the name of the website. */
/* line 106, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 112, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 118, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 123, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 128, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 136, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 151, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 156, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 170, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 174, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 190, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 197, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.35294em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 212, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 221, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 231, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 234, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 239, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 245, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 250, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 255, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 265, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.35294em 0;
  padding: 0 2px;
  white-space: nowrap;
}
/* line 43, ../sass/_mixins.scss */
.tabs-primary:before, .tabs-secondary:before, .tabs-primary:after, .tabs-secondary:after {
  content: " ";
  display: table;
}
/* line 48, ../sass/_mixins.scss */
.tabs-primary:after, .tabs-secondary:after {
  clear: both;
}
/* line 53, ../sass/_mixins.scss */
.tabs-primary, .tabs-secondary {
  *zoom: 1;
}

/* line 275, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 279, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.35294em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 292, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 301, ../sass/components/_misc.scss */
.is-active.tabs-primary__tab {
  border-bottom-color: white;
}

/* line 307, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 317, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 321, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 345, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.35294em;
}

/* line 352, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.67647em 3px;
}

/* line 358, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 367, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 372, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 400, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 404, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 412, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 419, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 422, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 425, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 440, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 445, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 457, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 462, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 472, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.35294em;
}

/**
 * Menus.
 */
/* The active item in a Drupal menu. */
/* line 502, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 512, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 523, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 551, ../sass/components/_misc.scss */
.comments {
  margin: 1.35294em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 556, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 562, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 565, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 572, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 582, ../sass/components/_misc.scss */
.form-item {
  margin: 1.35294em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 587, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 594, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 601, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 606, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 613, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 619, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 624, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 630, ../sass/components/_misc.scss */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/* Password confirmation. */
/* line 636, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 641, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 653, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 660, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.35294em;
}

/* line 664, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 668, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.35294em 0;
}

/**
 * Drupal admin tables.
 */
/* line 676, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 681, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 684, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 689, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 694, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 709, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 715, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 720, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 731, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 742, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 751, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 758, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 770, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 773, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 776, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 785, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 794, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 797, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 803, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1392297342');
}

/* line 811, ../sass/components/_misc.scss */
table.styled table,
.styled table {
  width: 100%;
}
/* line 814, ../sass/components/_misc.scss */
table.styled tr:nth-child(odd),
.styled tr:nth-child(odd) {
  background-color: #F5F5F5;
}
/* line 817, ../sass/components/_misc.scss */
table.styled td, table.styled th,
.styled td,
.styled th {
  padding: 5px;
  width: 50%;
}
/* line 821, ../sass/components/_misc.scss */
table.styled thead tr,
.styled thead tr {
  background: #0E4064 !important;
  color: #fff;
}
/* line 825, ../sass/components/_misc.scss */
table.styled td:last-child,
.styled td:last-child {
  border-left: 1px solid #ddd;
}

/* line 482, social/*.png */
.social-sprite, #modalContent .ctools-modal-content .chosen-container .chosen-single div b:before,
#modalContent-2 .ctools-modal-content .chosen-container .chosen-single div b:before,
#modalContent-3 .ctools-modal-content .chosen-container .chosen-single div b:before, #modalContent .ctools-modal-content.left .link-wrap a:before,
#modalContent-2 .ctools-modal-content.left .link-wrap a:before, #modalContent .ctools-modal-content.left .registring-list li:before,
#modalContent-2 .ctools-modal-content.left .registring-list li:before, .resources-documents-panel .resources-title:after, .paginator-panel .navigation li.prev a:before, .paginator-panel .navigation li.next a:before, .experiences-full-items-panel .ico-add, #section-navigate li a:after, .preferences-panel .skills .column-1 .item-1:before, .preferences-panel .skills .column-1 .item-2:before, .preferences-panel .skills .column-1 .item-3:before, .preferences-panel .skills .column-1 .item-4:before, .preferences-panel .skills .column-2 li:before, .preferences-panel .skills .footer:after, .information-panel .categories .item-1 strong:after, .information-panel .categories .item-2 strong:after, .information-panel .categories .item-3 strong:after, .information-panel .categories .item-4 strong:after, .lifetime-panel .slider-nav-prev a, .lifetime-panel .slider-nav-next a, .lifetime-panel .slider-nav-prev a:before, .lifetime-panel .slider-nav-next a:before, .searching-college .pane-content .serch-mobile-form .form-item.search-submit-field:before,
.promo-main .searching-panel .form-item.submit-field:before, .searching-college .chosen-single b:before,
.promo-main .searching-panel .chosen-single b:before,
#search-menu .chosen-single b:before,
#search-menu .chosen-container .chosen-choices:after, .mobile-menu-button:before, .submit:after, .search-box .submit, .main-content-list ul li:before, .read-more:after, #search-menu .wrapper .navigation ul li a:after, .remove,
.favorites .flag, #logo:after, .add-favorite:before,
.pane-colleges-listing .flag-action:before,
.page-college a.flag:before, .subscribe-panel .facebook, .subscribe-panel .twitter, .subscribe-panel .gplus, .subscribe-panel .lin, .report-listing-page .subscribe-panel .facebook, .report-listing-page .subscribe-panel .twitter, .report-listing-page .subscribe-panel .gplus, .report-listing-page .subscribe-panel .lin, .breadcrumb li:after, .item.first:before, .item.second:before, .item.third:before, .go-top:before, #footer .footer-facebook, #footer .facebook, #footer .footer-twitter, #footer .twitter, #footer .footer-gplus, #footer .gplus, #footer .footer-lin, #footer .lin, .favorites .body .favorites-items .item .remove, .favorites .body .favorites-items .item .flag, .favorites .body .pane-content .item .remove, .favorites .body .pane-content .item .flag, .favorites .pane-inner .favorites-items .item .remove, .favorites .pane-inner .favorites-items .item .flag, .favorites .pane-inner .pane-content .item .remove, .favorites .pane-inner .pane-content .item .flag {
  background: url('../images/social-sa2dbd6ec53.png') no-repeat;
}

/* line 7, ../sass/components/_sprite.scss */
#modalContent .ctools-modal-content .chosen-container .chosen-single div b:before,
#modalContent-2 .ctools-modal-content .chosen-container .chosen-single div b:before,
#modalContent-3 .ctools-modal-content .chosen-container .chosen-single div b:before {
  background-position: 0 -2797px;
}

/* line 12, ../sass/components/_sprite.scss */
#modalContent .ctools-modal-content.left .link-wrap a:before,
#modalContent-2 .ctools-modal-content.left .link-wrap a:before {
  background-position: 0 -2740px;
}

/* line 17, ../sass/components/_sprite.scss */
#modalContent .ctools-modal-content.left .registring-list li:before,
#modalContent-2 .ctools-modal-content.left .registring-list li:before {
  background-position: 0 -1943px;
}

/* line 21, ../sass/components/_sprite.scss */
.resources-documents-panel .resources-title:after {
  background-position: 0 -783px;
}

/* line 25, ../sass/components/_sprite.scss */
.paginator-panel .navigation li.prev a:before {
  background-position: 0 -2705px;
}

/* line 29, ../sass/components/_sprite.scss */
.paginator-panel .navigation li.next a:before {
  background-position: 0 -2670px;
}

/* line 33, ../sass/components/_sprite.scss */
.experiences-full-items-panel .ico-add {
  background-position: 0 -1781px;
}

/* line 37, ../sass/components/_sprite.scss */
#section-navigate li a:after {
  background-position: 0 -2639px;
}

/* line 41, ../sass/components/_sprite.scss */
.preferences-panel .skills .column-1 .item-1:before {
  background-position: 0 -999px;
}

/* line 45, ../sass/components/_sprite.scss */
.preferences-panel .skills .column-1 .item-2:before {
  background-position: 0 -1109px;
}

/* line 49, ../sass/components/_sprite.scss */
.preferences-panel .skills .column-1 .item-3:before {
  background-position: 0 -660px;
}

/* line 53, ../sass/components/_sprite.scss */
.preferences-panel .skills .column-1 .item-4:before {
  background-position: 0 -604px;
}

/* line 57, ../sass/components/_sprite.scss */
.preferences-panel .skills .column-2 li:before {
  background-position: 0 -1283px;
}

/* line 61, ../sass/components/_sprite.scss */
.preferences-panel .skills .footer:after {
  background-position: 0 -1723px;
}

/* line 65, ../sass/components/_sprite.scss */
.information-panel .categories .item-1 strong:after {
  background-position: 0 -1676px;
}

/* line 69, ../sass/components/_sprite.scss */
.information-panel .categories .item-2 strong:after {
  background-position: 0 -1896px;
}

/* line 73, ../sass/components/_sprite.scss */
.information-panel .categories .item-3 strong:after {
  background-position: 0 -1629px;
}

/* line 77, ../sass/components/_sprite.scss */
.information-panel .categories .item-4 strong:after {
  background-position: 0 -1582px;
}

/* line 81, ../sass/components/_sprite.scss */
.lifetime-panel .slider-nav-prev a {
  background-position: 0 -145px;
}

/* line 85, ../sass/components/_sprite.scss */
.lifetime-panel .slider-nav-next a {
  background-position: 0 0;
}

/* line 89, ../sass/components/_sprite.scss */
.lifetime-panel .slider-nav-prev a:before {
  background-position: 0 -1339px;
}

/* line 93, ../sass/components/_sprite.scss */
.lifetime-panel .slider-nav-next a:before {
  background-position: 0 -1427px;
}

/* line 98, ../sass/components/_sprite.scss */
.searching-college .pane-content .serch-mobile-form .form-item.search-submit-field:before,
.promo-main .searching-panel .form-item.submit-field:before {
  background-position: 0 -1857px;
}

/* line 105, ../sass/components/_sprite.scss */
.searching-college .chosen-single b:before,
.promo-main .searching-panel .chosen-single b:before,
#search-menu .chosen-single b:before,
#search-menu .chosen-container .chosen-choices:after {
  background-position: 0 -2822px;
}

/* line 109, ../sass/components/_sprite.scss */
.mobile-menu-button:before {
  background-position: 0 -2871px;
}

/* line 113, ../sass/components/_sprite.scss */
.submit:after, .search-box .submit {
  background-position: 0 -2176px;
}
/* line 482, social/*.png */
.submit:after .social-sprite, .submit:after #modalContent .ctools-modal-content .chosen-container .chosen-single div b:before, #modalContent .ctools-modal-content .chosen-container .chosen-single div .submit:after b:before,
.submit:after #modalContent-2 .ctools-modal-content .chosen-container .chosen-single div b:before,
#modalContent-2 .ctools-modal-content .chosen-container .chosen-single div .submit:after b:before,
.submit:after #modalContent-3 .ctools-modal-content .chosen-container .chosen-single div b:before,
#modalContent-3 .ctools-modal-content .chosen-container .chosen-single div .submit:after b:before, .submit:after #modalContent .ctools-modal-content.left .link-wrap a:before, #modalContent .ctools-modal-content.left .link-wrap .submit:after a:before,
.submit:after #modalContent-2 .ctools-modal-content.left .link-wrap a:before,
#modalContent-2 .ctools-modal-content.left .link-wrap .submit:after a:before, .submit:after #modalContent .ctools-modal-content.left .registring-list li:before, #modalContent .ctools-modal-content.left .registring-list .submit:after li:before,
.submit:after #modalContent-2 .ctools-modal-content.left .registring-list li:before,
#modalContent-2 .ctools-modal-content.left .registring-list .submit:after li:before, .submit:after .resources-documents-panel .resources-title:after, .resources-documents-panel .submit:after .resources-title:after, .submit:after .paginator-panel .navigation li.prev a:before, .paginator-panel .navigation li.prev .submit:after a:before, .submit:after .paginator-panel .navigation li.next a:before, .paginator-panel .navigation li.next .submit:after a:before, .submit:after .experiences-full-items-panel .ico-add, .experiences-full-items-panel .submit:after .ico-add, .submit:after #section-navigate li a:after, #section-navigate li .submit:after a:after, .submit:after .preferences-panel .skills .column-1 .item-1:before, .preferences-panel .skills .column-1 .submit:after .item-1:before, .submit:after .preferences-panel .skills .column-1 .item-2:before, .preferences-panel .skills .column-1 .submit:after .item-2:before, .submit:after .preferences-panel .skills .column-1 .item-3:before, .preferences-panel .skills .column-1 .submit:after .item-3:before, .submit:after .preferences-panel .skills .column-1 .item-4:before, .preferences-panel .skills .column-1 .submit:after .item-4:before, .submit:after .preferences-panel .skills .column-2 li:before, .preferences-panel .skills .column-2 .submit:after li:before, .submit:after .preferences-panel .skills .footer:after, .preferences-panel .skills .submit:after .footer:after, .submit:after .information-panel .categories .item-1 strong:after, .information-panel .categories .item-1 .submit:after strong:after, .submit:after .information-panel .categories .item-2 strong:after, .information-panel .categories .item-2 .submit:after strong:after, .submit:after .information-panel .categories .item-3 strong:after, .information-panel .categories .item-3 .submit:after strong:after, .submit:after .information-panel .categories .item-4 strong:after, .information-panel .categories .item-4 .submit:after strong:after, .submit:after .lifetime-panel .slider-nav-prev a, .lifetime-panel .slider-nav-prev .submit:after a, .submit:after .lifetime-panel .slider-nav-next a, .lifetime-panel .slider-nav-next .submit:after a, .submit:after .lifetime-panel .slider-nav-prev a:before, .lifetime-panel .slider-nav-prev .submit:after a:before, .submit:after .lifetime-panel .slider-nav-next a:before, .lifetime-panel .slider-nav-next .submit:after a:before, .submit:after .searching-college .pane-content .serch-mobile-form .form-item.search-submit-field:before, .searching-college .pane-content .serch-mobile-form .submit:after .form-item.search-submit-field:before,
.submit:after .promo-main .searching-panel .form-item.submit-field:before,
.promo-main .searching-panel .submit:after .form-item.submit-field:before, .submit:after .searching-college .chosen-single b:before, .searching-college .chosen-single .submit:after b:before,
.submit:after .promo-main .searching-panel .chosen-single b:before,
.promo-main .searching-panel .chosen-single .submit:after b:before,
.submit:after #search-menu .chosen-single b:before,
#search-menu .chosen-single .submit:after b:before,
.submit:after #search-menu .chosen-container .chosen-choices:after,
#search-menu .chosen-container .submit:after .chosen-choices:after, .submit:after .mobile-menu-button:before, .submit:after .submit:after, .submit:after .search-box .submit, .search-box .submit:after .submit, .submit:after .main-content-list ul li:before, .main-content-list ul .submit:after li:before, .submit:after .read-more:after, .submit:after #search-menu .wrapper .navigation ul li a:after, #search-menu .wrapper .navigation ul li .submit:after a:after, .submit:after .remove,
.submit:after .favorites .flag,
.favorites .submit:after .flag, .submit:after #logo:after, .submit:after .add-favorite:before,
.submit:after .pane-colleges-listing .flag-action:before,
.pane-colleges-listing .submit:after .flag-action:before,
.submit:after .page-college a.flag:before,
.page-college .submit:after a.flag:before, .submit:after .subscribe-panel .facebook, .subscribe-panel .submit:after .facebook, .submit:after .subscribe-panel .twitter, .subscribe-panel .submit:after .twitter, .submit:after .subscribe-panel .gplus, .subscribe-panel .submit:after .gplus, .submit:after .subscribe-panel .lin, .subscribe-panel .submit:after .lin, .submit:after .breadcrumb li:after, .breadcrumb .submit:after li:after, .submit:after .item.first:before, .submit:after .item.second:before, .submit:after .item.third:before, .submit:after .go-top:before, .submit:after #footer .footer-facebook, #footer .submit:after .footer-facebook, .submit:after #footer .facebook, #footer .submit:after .facebook, .submit:after #footer .footer-twitter, #footer .submit:after .footer-twitter, .submit:after #footer .twitter, #footer .submit:after .twitter, .submit:after #footer .footer-gplus, #footer .submit:after .footer-gplus, .submit:after #footer .gplus, #footer .submit:after .gplus, .submit:after #footer .footer-lin, #footer .submit:after .footer-lin, .submit:after #footer .lin, #footer .submit:after .lin, .submit:after .favorites .body .favorites-items .item .remove, .favorites .body .favorites-items .item .submit:after .remove, .submit:after .favorites .body .favorites-items .item .flag, .favorites .body .favorites-items .item .submit:after .flag, .submit:after .favorites .body .pane-content .item .remove, .favorites .body .pane-content .item .submit:after .remove, .submit:after .favorites .body .pane-content .item .flag, .favorites .body .pane-content .item .submit:after .flag, .submit:after .favorites .pane-inner .favorites-items .item .remove, .favorites .pane-inner .favorites-items .item .submit:after .remove, .submit:after .favorites .pane-inner .favorites-items .item .flag, .favorites .pane-inner .favorites-items .item .submit:after .flag, .submit:after .favorites .pane-inner .pane-content .item .remove, .favorites .pane-inner .pane-content .item .submit:after .remove, .submit:after .favorites .pane-inner .pane-content .item .flag, .favorites .pane-inner .pane-content .item .submit:after .flag, .search-box .submit .social-sprite, .search-box .submit #modalContent .ctools-modal-content .chosen-container .chosen-single div b:before, #modalContent .ctools-modal-content .chosen-container .chosen-single div .search-box .submit b:before,
.search-box .submit #modalContent-2 .ctools-modal-content .chosen-container .chosen-single div b:before,
#modalContent-2 .ctools-modal-content .chosen-container .chosen-single div .search-box .submit b:before,
.search-box .submit #modalContent-3 .ctools-modal-content .chosen-container .chosen-single div b:before,
#modalContent-3 .ctools-modal-content .chosen-container .chosen-single div .search-box .submit b:before, .search-box .submit #modalContent .ctools-modal-content.left .link-wrap a:before, #modalContent .ctools-modal-content.left .link-wrap .search-box .submit a:before,
.search-box .submit #modalContent-2 .ctools-modal-content.left .link-wrap a:before,
#modalContent-2 .ctools-modal-content.left .link-wrap .search-box .submit a:before, .search-box .submit #modalContent .ctools-modal-content.left .registring-list li:before, #modalContent .ctools-modal-content.left .registring-list .search-box .submit li:before,
.search-box .submit #modalContent-2 .ctools-modal-content.left .registring-list li:before,
#modalContent-2 .ctools-modal-content.left .registring-list .search-box .submit li:before, .search-box .submit .resources-documents-panel .resources-title:after, .resources-documents-panel .search-box .submit .resources-title:after, .search-box .submit .paginator-panel .navigation li.prev a:before, .paginator-panel .navigation li.prev .search-box .submit a:before, .search-box .submit .paginator-panel .navigation li.next a:before, .paginator-panel .navigation li.next .search-box .submit a:before, .search-box .submit .experiences-full-items-panel .ico-add, .experiences-full-items-panel .search-box .submit .ico-add, .search-box .submit #section-navigate li a:after, #section-navigate li .search-box .submit a:after, .search-box .submit .preferences-panel .skills .column-1 .item-1:before, .preferences-panel .skills .column-1 .search-box .submit .item-1:before, .search-box .submit .preferences-panel .skills .column-1 .item-2:before, .preferences-panel .skills .column-1 .search-box .submit .item-2:before, .search-box .submit .preferences-panel .skills .column-1 .item-3:before, .preferences-panel .skills .column-1 .search-box .submit .item-3:before, .search-box .submit .preferences-panel .skills .column-1 .item-4:before, .preferences-panel .skills .column-1 .search-box .submit .item-4:before, .search-box .submit .preferences-panel .skills .column-2 li:before, .preferences-panel .skills .column-2 .search-box .submit li:before, .search-box .submit .preferences-panel .skills .footer:after, .preferences-panel .skills .search-box .submit .footer:after, .search-box .submit .information-panel .categories .item-1 strong:after, .information-panel .categories .item-1 .search-box .submit strong:after, .search-box .submit .information-panel .categories .item-2 strong:after, .information-panel .categories .item-2 .search-box .submit strong:after, .search-box .submit .information-panel .categories .item-3 strong:after, .information-panel .categories .item-3 .search-box .submit strong:after, .search-box .submit .information-panel .categories .item-4 strong:after, .information-panel .categories .item-4 .search-box .submit strong:after, .search-box .submit .lifetime-panel .slider-nav-prev a, .lifetime-panel .slider-nav-prev .search-box .submit a, .search-box .submit .lifetime-panel .slider-nav-next a, .lifetime-panel .slider-nav-next .search-box .submit a, .search-box .submit .lifetime-panel .slider-nav-prev a:before, .lifetime-panel .slider-nav-prev .search-box .submit a:before, .search-box .submit .lifetime-panel .slider-nav-next a:before, .lifetime-panel .slider-nav-next .search-box .submit a:before, .search-box .submit .searching-college .pane-content .serch-mobile-form .form-item.search-submit-field:before, .searching-college .pane-content .serch-mobile-form .search-box .submit .form-item.search-submit-field:before,
.search-box .submit .promo-main .searching-panel .form-item.submit-field:before,
.promo-main .searching-panel .search-box .submit .form-item.submit-field:before, .search-box .submit .searching-college .chosen-single b:before, .searching-college .chosen-single .search-box .submit b:before,
.search-box .submit .promo-main .searching-panel .chosen-single b:before,
.promo-main .searching-panel .chosen-single .search-box .submit b:before,
.search-box .submit #search-menu .chosen-single b:before,
#search-menu .chosen-single .search-box .submit b:before,
.search-box .submit #search-menu .chosen-container .chosen-choices:after,
#search-menu .chosen-container .search-box .submit .chosen-choices:after, .search-box .submit .mobile-menu-button:before, .search-box .submit .submit:after, .search-box .submit .submit, .search-box .submit .main-content-list ul li:before, .main-content-list ul .search-box .submit li:before, .search-box .submit .read-more:after, .search-box .submit #search-menu .wrapper .navigation ul li a:after, #search-menu .wrapper .navigation ul li .search-box .submit a:after, .search-box .submit .remove,
.search-box .submit .favorites .flag,
.favorites .search-box .submit .flag, .search-box .submit #logo:after, .search-box .submit .add-favorite:before,
.search-box .submit .pane-colleges-listing .flag-action:before,
.pane-colleges-listing .search-box .submit .flag-action:before,
.search-box .submit .page-college a.flag:before,
.page-college .search-box .submit a.flag:before, .search-box .submit .subscribe-panel .facebook, .subscribe-panel .search-box .submit .facebook, .search-box .submit .subscribe-panel .twitter, .subscribe-panel .search-box .submit .twitter, .search-box .submit .subscribe-panel .gplus, .subscribe-panel .search-box .submit .gplus, .search-box .submit .subscribe-panel .lin, .subscribe-panel .search-box .submit .lin, .search-box .submit .breadcrumb li:after, .breadcrumb .search-box .submit li:after, .search-box .submit .item.first:before, .search-box .submit .item.second:before, .search-box .submit .item.third:before, .search-box .submit .go-top:before, .search-box .submit #footer .footer-facebook, #footer .search-box .submit .footer-facebook, .search-box .submit #footer .facebook, #footer .search-box .submit .facebook, .search-box .submit #footer .footer-twitter, #footer .search-box .submit .footer-twitter, .search-box .submit #footer .twitter, #footer .search-box .submit .twitter, .search-box .submit #footer .footer-gplus, #footer .search-box .submit .footer-gplus, .search-box .submit #footer .gplus, #footer .search-box .submit .gplus, .search-box .submit #footer .footer-lin, #footer .search-box .submit .footer-lin, .search-box .submit #footer .lin, #footer .search-box .submit .lin, .search-box .submit .favorites .body .favorites-items .item .remove, .favorites .body .favorites-items .item .search-box .submit .remove, .search-box .submit .favorites .body .favorites-items .item .flag, .favorites .body .favorites-items .item .search-box .submit .flag, .search-box .submit .favorites .body .pane-content .item .remove, .favorites .body .pane-content .item .search-box .submit .remove, .search-box .submit .favorites .body .pane-content .item .flag, .favorites .body .pane-content .item .search-box .submit .flag, .search-box .submit .favorites .pane-inner .favorites-items .item .remove, .favorites .pane-inner .favorites-items .item .search-box .submit .remove, .search-box .submit .favorites .pane-inner .favorites-items .item .flag, .favorites .pane-inner .favorites-items .item .search-box .submit .flag, .search-box .submit .favorites .pane-inner .pane-content .item .remove, .favorites .pane-inner .pane-content .item .search-box .submit .remove, .search-box .submit .favorites .pane-inner .pane-content .item .flag, .favorites .pane-inner .pane-content .item .search-box .submit .flag {
  background: url('../images/social-sa2dbd6ec53.png') no-repeat;
}

/* line 117, ../sass/components/_sprite.scss */
.main-content-list ul li:before {
  background-position: 0 -2132px;
}

/* line 121, ../sass/components/_sprite.scss */
.read-more:after {
  background-position: 0 -2767px;
}

/* line 125, ../sass/components/_sprite.scss */
#search-menu .wrapper .navigation ul li a:after {
  background-position: 0 -2847px;
}

/* line 130, ../sass/components/_sprite.scss */
.remove,
.favorites .flag {
  background-position: 0 -2093px;
}

/* line 134, ../sass/components/_sprite.scss */
#logo:after {
  background-position: 0 -1982px;
}

/* line 140, ../sass/components/_sprite.scss */
.add-favorite:before,
.pane-colleges-listing .flag-action:before,
.page-college a.flag:before {
  background-position: 0 -2216px;
}

/* line 144, ../sass/components/_sprite.scss */
.subscribe-panel .facebook {
  background-position: 0 -716px;
}

/* line 148, ../sass/components/_sprite.scss */
.subscribe-panel .twitter {
  background-position: 0 -537px;
}

/* line 152, ../sass/components/_sprite.scss */
.subscribe-panel .gplus {
  background-position: 0 -290px;
}

/* line 156, ../sass/components/_sprite.scss */
.subscribe-panel .lin {
  background-position: 0 -411px;
}

/* line 160, ../sass/components/_sprite.scss */
.report-listing-page .subscribe-panel .facebook {
  background-position: 0 -1224px;
}

/* line 164, ../sass/components/_sprite.scss */
.report-listing-page .subscribe-panel .twitter {
  background-position: 0 -1165px;
}

/* line 168, ../sass/components/_sprite.scss */
.report-listing-page .subscribe-panel .gplus {
  background-position: 0 -478px;
}

/* line 172, ../sass/components/_sprite.scss */
.report-listing-page .subscribe-panel .lin {
  background-position: 0 -886px;
}

/* line 176, ../sass/components/_sprite.scss */
.breadcrumb li:after {
  background-position: 0 -2542px;
}

/* line 180, ../sass/components/_sprite.scss */
.item.first:before {
  background-position: 0 -2581px;
}

/* line 184, ../sass/components/_sprite.scss */
.item.second:before {
  background-position: 0 -2514px;
}

/* line 188, ../sass/components/_sprite.scss */
.item.third:before {
  background-position: 0 -2451px;
}

/* line 192, ../sass/components/_sprite.scss */
.go-top:before {
  background-position: 0 -2479px;
}

/* line 196, ../sass/components/_sprite.scss */
#footer .footer-facebook, #footer .facebook {
  background-position: 0 -1055px;
}

/* line 200, ../sass/components/_sprite.scss */
#footer .footer-twitter, #footer .twitter {
  background-position: 0 -945px;
}

/* line 204, ../sass/components/_sprite.scss */
#footer .footer-gplus, #footer .gplus {
  background-position: 0 -357px;
}

/* line 208, ../sass/components/_sprite.scss */
#footer .footer-lin, #footer .lin {
  background-position: 0 -832px;
}

/* Blocks */
/* line 2, ../sass/blocks/_header.scss */
.latest-news-page header,
.blog-page header {
  min-height: 138px;
  height: auto !important;
  height: 138px;
}

/* line 8, ../sass/blocks/_header.scss */
.not-logged-in header .navigation-panel .log-box {
  position: relative;
  margin-bottom: -15px;
  z-index: 5;
}

/* line 14, ../sass/blocks/_header.scss */
header {
  min-height: 111px;
  height: auto !important;
  height: 111px;
}
/* line 20, ../sass/blocks/_header.scss */
header .panel-logo {
  padding-left: 0;
}
/* line 23, ../sass/blocks/_header.scss */
header .panel-logo #logo {
  position: relative;
  display: inline-block;
  padding: 13px 57px 0 0;
  height: 91px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* line 31, ../sass/blocks/_header.scss */
header .panel-logo #logo:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 91px;
  content: "";
}
/* line 41, ../sass/blocks/_header.scss */
header .navigation-panel {
  padding-right: 0;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
header .navigation-panel:before, header .navigation-panel:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
header .navigation-panel:after {
  clear: both;
}
/* line 45, ../sass/blocks/_header.scss */
header .navigation-panel .mobile-menu-button {
  display: none;
}
/* line 49, ../sass/blocks/_header.scss */
header .navigation-panel .log-box {
  float: right;
  display: block;
  margin: 11px 0 0 10px;
}
/* line 54, ../sass/blocks/_header.scss */
header .navigation-panel .log-box .inner {
  float: right;
}
/* line 58, ../sass/blocks/_header.scss */
header .navigation-panel .log-box a {
  color: #76adca;
  font: 12px/29px "SourceSansProReg", sans-serif;
  text-decoration: none;
}
/* line 62, ../sass/blocks/_header.scss */
header .navigation-panel .log-box a.password-reset {
  display: inline-block;
  float: right;
  clear: both;
  width: 109px;
  text-align: center;
}
/* line 69, ../sass/blocks/_header.scss */
header .navigation-panel .log-box a.profile {
  font-size: 14px;
  position: relative;
  top: 2px;
}
/* line 76, ../sass/blocks/_header.scss */
header .navigation-panel .log-box a:hover {
  text-decoration: underline;
}
/* line 80, ../sass/blocks/_header.scss */
header .navigation-panel .log-box .login {
  display: inline-block;
  float: right;
  margin-left: 11px;
  padding: 6px 38px;
  background: #6FA226;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(50, 50, 50, 0.75), 0, 1px, 1px;
  -moz-box-shadow: rgba(50, 50, 50, 0.75), 0, 1px, 1px;
  box-shadow: rgba(50, 50, 50, 0.75), 0, 1px, 1px;
  color: #FFF;
  font: 13px/12px "SourceSansProBold", sans-serif;
  text-decoration: none !important;
}
/* line 93, ../sass/blocks/_header.scss */
header .navigation-panel .log-box .login:hover {
  background: #80BA2C;
}
/* line 98, ../sass/blocks/_header.scss */
header .navigation-panel .logout-box {
  float: right;
  display: block;
  margin-top: 11px;
  float: right;
}
/* line 105, ../sass/blocks/_header.scss */
header .navigation-panel .logout-box span {
  float: left;
  display: inline-block;
  padding-top: 2px;
  color: #000;
  margin-right: 5px;
}
/* line 113, ../sass/blocks/_header.scss */
header .navigation-panel .logout-box .logout {
  display: inline-block;
  margin-left: 11px;
  padding: 6px 38px;
  background: #c51b14;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(50, 50, 50, 0.75), 0, 1px, 1px;
  -moz-box-shadow: rgba(50, 50, 50, 0.75), 0, 1px, 1px;
  box-shadow: rgba(50, 50, 50, 0.75), 0, 1px, 1px;
  color: #FFF;
  font: 13px/12px "SourceSansProBold", sans-serif;
  text-decoration: none !important;
}
/* line 124, ../sass/blocks/_header.scss */
header .navigation-panel .logout-box .logout:hover {
  background: #dea71c;
}

/*------------------------------------------------------------------------*/
@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 138, ../sass/blocks/_header.scss */
  header .panel-logo #logo {
    display: inline-block;
    height: 91px;
  }
  /* line 142, ../sass/blocks/_header.scss */
  header .panel-logo #logo img {
    width: 95%;
  }
}
/*------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  /* line 154, ../sass/blocks/_header.scss */
  header #logo {
    display: inline-block;
    height: 78px;
    padding: 33px 10% 0 0;
  }
  /* line 159, ../sass/blocks/_header.scss */
  header #logo img {
    width: 95%;
  }
}
/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* line 168, ../sass/blocks/_header.scss */
  .blog-page header {
    min-height: 84px;
    height: auto !important;
    height: 88px;
    background: #fdfdfd;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e2e2e2));
    background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #e2e2e2 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd 0%, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #fdfdfd 0%, #e2e2e2 100%);
    background-image: linear-gradient(top, #fdfdfd 0%, #e2e2e2 100%);
  }

  /* line 181, ../sass/blocks/_header.scss */
  header .navigation-panel .log-box,
  header .navigation-panel .logout-box,
  header #main-menu .menu li.active a span:before,
  header #main-menu .menu li a:hover span:before,
  #main .panel-pane .body .description,
  header .panel-logo #logo img {
    display: none;
  }

  /* line 186, ../sass/blocks/_header.scss */
  header {
    min-height: 84px;
    height: auto !important;
    height: 88px;
    background: #fdfdfd;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e2e2e2));
    background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #e2e2e2 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd 0%, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #fdfdfd 0%, #e2e2e2 100%);
    background-image: linear-gradient(top, #fdfdfd 0%, #e2e2e2 100%);
  }
  /* line 195, ../sass/blocks/_header.scss */
  header .panel-logo #logo {
    background: none;
    padding: 0;
    margin-top: 13px;
    width: 180px;
    height: 57px;
    background: url(../images/logo_mobile.png) 0 0 no-repeat;
    -webkit-background-size: 100%, auto;
    -moz-background-size: 100%, auto;
    -o-background-size: 100%, auto;
    background-size: 100%, auto;
  }
  /* line 205, ../sass/blocks/_header.scss */
  header .panel-logo #logo:after {
    display: none;
  }
  /* line 213, ../sass/blocks/_header.scss */
  header .navigation-panel .mobile-menu-button {
    position: absolute;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
    top: 0;
    right: 0;
    margin-top: 21px;
    display: block;
    width: 55px;
    height: 45px;
    background: #215689;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 231, ../sass/blocks/_header.scss */
  header .navigation-panel .mobile-menu-button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -13px;
    width: 25px;
    height: 14px;
    content: "";
  }
}
/* line 3, ../sass/blocks/_main-menu.scss */
header #main-menu, header #mobile-menu-wrapper {
  float: right;
  display: block;
  width: 100%;
  clear: both;
  width: 100%;
}
/* line 10, ../sass/blocks/_main-menu.scss */
header #main-menu .menu, header #mobile-menu-wrapper .menu {
  margin: 10px 0 0;
  padding: 0;
  text-align: right;
}
/* line 15, ../sass/blocks/_main-menu.scss */
header #main-menu .menu li, header #mobile-menu-wrapper .menu li {
  list-style: none;
  float: left;
  display: inline-block;
  margin-left: 43px;
}
/* line 21, ../sass/blocks/_main-menu.scss */
header #main-menu .menu li a, header #mobile-menu-wrapper .menu li a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 0 5px 17px 10px;
  text-align: center;
  color: #ababab;
  font: 22px/22px "SourceSansProLight", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 33, ../sass/blocks/_main-menu.scss */
header #main-menu .menu li a span, header #mobile-menu-wrapper .menu li a span {
  display: inline-block;
  font-size: 0.8em;
  width: 100%;
  position: relative;
  font: 14px/19px "SourceSansProLight", sans-serif;
  display: block;
  color: #646464;
  text-transform: none;
}
/* line 44, ../sass/blocks/_main-menu.scss */
header #main-menu .menu li a span:before, header #mobile-menu-wrapper .menu li a span:before {
  position: absolute;
  left: 45%;
  bottom: -30px;
  border-top: 3px solid #c61911;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all, 0.2s, ease;
  -moz-transition: all, 0.2s, ease;
  -o-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
}
/* line 57, ../sass/blocks/_main-menu.scss */
header #main-menu .menu li a:hover, header #mobile-menu-wrapper .menu li a:hover {
  border-bottom: 5px solid #c61911;
  color: #4B819E;
  padding: 0 5px 12px 10px;
}
/* line 62, ../sass/blocks/_main-menu.scss */
header #main-menu .menu li a:hover span:before, header #mobile-menu-wrapper .menu li a:hover span:before {
  opacity: 1;
}
/* line 68, ../sass/blocks/_main-menu.scss */
header #main-menu .menu li:first-child, header #mobile-menu-wrapper .menu li:first-child {
  margin-left: 0;
}
/* line 73, ../sass/blocks/_main-menu.scss */
header #main-menu .menu li.active a,
header #main-menu .menu li.active-trail a, header #mobile-menu-wrapper .menu li.active a,
header #mobile-menu-wrapper .menu li.active-trail a {
  border-bottom: 5px solid #c61911;
  color: #4B819E;
}
/* line 77, ../sass/blocks/_main-menu.scss */
header #main-menu .menu li.active a span,
header #main-menu .menu li.active-trail a span, header #mobile-menu-wrapper .menu li.active a span,
header #mobile-menu-wrapper .menu li.active-trail a span {
  color: #4B819E;
}

/*------------------------------------------------------------------------*/
@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 93, ../sass/blocks/_main-menu.scss */
  header #main-menu .menu li, header #mobile-menu-wrapper .menu li {
    display: inline-block;
    margin-left: 1%;
  }
  /* line 98, ../sass/blocks/_main-menu.scss */
  header #main-menu .menu li:first-child, header #mobile-menu-wrapper .menu li:first-child {
    margin-left: 0;
  }
}
/*------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  /* line 112, ../sass/blocks/_main-menu.scss */
  header #main-menu .menu, header #mobile-menu-wrapper .menu {
    padding: 0;
  }
  /* line 115, ../sass/blocks/_main-menu.scss */
  header #main-menu .menu li, header #mobile-menu-wrapper .menu li {
    margin-left: 1%;
  }
  /* line 118, ../sass/blocks/_main-menu.scss */
  header #main-menu .menu li a, header #mobile-menu-wrapper .menu li a {
    padding: 0 5px 17px 5px;
    font: 20px/22px "SourceSansProLight", sans-serif;
  }
  /* line 122, ../sass/blocks/_main-menu.scss */
  header #main-menu .menu li a span, header #mobile-menu-wrapper .menu li a span {
    font: 11px/19px "SourceSansProLight", sans-serif;
  }
  /* line 128, ../sass/blocks/_main-menu.scss */
  header #main-menu .menu header #main-menu .menu > li:first-child, header #mobile-menu-wrapper .menu header #main-menu .menu > li:first-child {
    margin-left: 0;
  }
}
/*------------------------------------------------------------------------*/
@media screen and (min-width: 767px) {
  /* line 140, ../sass/blocks/_main-menu.scss */
  header #main-menu {
    display: block !important;
    height: 73px;
  }
}
/*------------------------------------------------------------------------*/
@media screen and (min-width: 960px) {
  /* line 150, ../sass/blocks/_main-menu.scss */
  header #main-menu {
    height: 73px;
  }
}
/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* line 4, ../sass/blocks/_main-mobile-menu.scss */
  header #main-menu, header #mobile-menu-wrapper {
    position: absolute !important;
    z-index: 100;
    top: 84px;
    left: 0;
    display: none;
    height: auto;
    width: 100%;
    background: #FFF;
  }
  /* line 14, ../sass/blocks/_main-mobile-menu.scss */
  header #main-menu #mobile-menu, header #mobile-menu-wrapper #mobile-menu {
    padding-left: 0;
    margin: 0;
  }
  /* line 19, ../sass/blocks/_main-mobile-menu.scss */
  header #main-menu .menu, header #mobile-menu-wrapper .menu {
    margin-top: 0;
    padding-left: 0;
  }
  /* line 22, ../sass/blocks/_main-mobile-menu.scss */
  header #main-menu .menu li, header #mobile-menu-wrapper .menu li {
    display: block;
    float: none;
    margin: 0;
  }
  /* line 27, ../sass/blocks/_main-mobile-menu.scss */
  header #main-menu .menu li a, header #mobile-menu-wrapper .menu li a {
    display: block;
    padding: 10px 0 10px 5px !important;
    text-align: left;
    color: #215689;
    font: 22px/22px "SourceSansProExtraLight", sans-serif;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    text-transform: none;
    border-bottom: 3px solid #e2e2e2;
    font-weight: bold;
  }
  /* line 40, ../sass/blocks/_main-mobile-menu.scss */
  header #main-menu .menu li a span, header #mobile-menu-wrapper .menu li a span {
    display: none;
  }
  /* line 45, ../sass/blocks/_main-mobile-menu.scss */
  header #main-menu .menu li a:hover, header #mobile-menu-wrapper .menu li a:hover {
    background: #71a527;
    border-bottom: 3px solid #e2e2e2;
    color: #fff;
  }
  /* line 49, ../sass/blocks/_main-mobile-menu.scss */
  header #main-menu .menu li a:hover span:before, header #mobile-menu-wrapper .menu li a:hover span:before {
    display: none;
  }
  /* line 53, ../sass/blocks/_main-mobile-menu.scss */
  header #main-menu .menu li.active a, header #mobile-menu-wrapper .menu li.active a {
    background: #71a527;
    border-bottom: 3px solid #e2e2e2;
    color: #fff;
  }
  /* line 60, ../sass/blocks/_main-mobile-menu.scss */
  header #main-menu .menu li a:hover span,
  header #main-menu .menu li.active a span, header #mobile-menu-wrapper .menu li a:hover span,
  header #mobile-menu-wrapper .menu li.active a span {
    color: #fff;
  }
}
/* line 4, ../sass/blocks/_promo.scss */
.promo.wide .container,
.promo-full.wide .container {
  max-width: none;
}
/* line 7, ../sass/blocks/_promo.scss */
.promo.wide .wrapper,
.promo-full.wide .wrapper {
  height: 300px;
}
/* line 11, ../sass/blocks/_promo.scss */
.promo .wrapper,
.promo-full .wrapper {
  height: 149px;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
/* line 15, ../sass/blocks/_promo.scss */
.promo .wrapper .title,
.promo-full .wrapper .title {
  display: inline-block;
  margin-top: 31px;
  padding: 17px 17px 19px 22px;
  font-size: 28px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.63);
}

/* line 28, ../sass/blocks/_promo.scss */
.page-college .promo .wrapper {
  position: relative;
  height: 299px;
  margin-right: 31px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
/* line 36, ../sass/blocks/_promo.scss */
.page-college .promo .wrapper .title {
  display: inline-block;
  margin-top: 31px;
  padding: 16px 59px 16px 47px;
  font: 28px/1em "SourceSansProReg", sans-serif;
  color: #fff;
  background: rgba(0, 0, 0, 0.63);
}
/* line 45, ../sass/blocks/_promo.scss */
.page-college .promo .wrapper .location {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1f5386;
  font: 15px/1em "SourceSansProLight", sans-serif;
  color: #fff;
}
/* line 43, ../sass/_mixins.scss */
.page-college .promo .wrapper .location:before, .page-college .promo .wrapper .location:after {
  content: " ";
  display: table;
}
/* line 48, ../sass/_mixins.scss */
.page-college .promo .wrapper .location:after {
  clear: both;
}
/* line 53, ../sass/_mixins.scss */
.page-college .promo .wrapper .location {
  *zoom: 1;
}
/* line 55, ../sass/blocks/_promo.scss */
.page-college .promo .wrapper .location ul {
  margin: 0;
  padding: 0;
}
/* line 59, ../sass/blocks/_promo.scss */
.page-college .promo .wrapper .location ul li {
  float: left;
  padding: 16px 55px 15px 19px;
  max-width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/ico_college_promo_location_item.png) 100% 0 no-repeat;
  font-size: 13px;
}
/* line 67, ../sass/blocks/_promo.scss */
.page-college .promo .wrapper .location ul li:first-child {
  padding-left: 30px;
  padding-right: 44px;
}
/* line 72, ../sass/blocks/_promo.scss */
.page-college .promo .wrapper .location ul li b {
  font-family: "SourceSansProSemiBold", sans-serif;
}
/* line 82, ../sass/blocks/_promo.scss */
.page-college .promo .pane-logo .wrap {
  height: 290px;
  padding: 11px 0 0;
  background: #f0f0f0;
}
/* line 88, ../sass/blocks/_promo.scss */
.page-college .promo .pane-logo .logo {
  display: table;
  width: 182px;
  margin: 0 auto 17px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.28);
}
/* line 95, ../sass/blocks/_promo.scss */
.page-college .promo .pane-logo .logo .inner {
  display: table-cell;
  height: 182px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  vertical-align: middle;
  text-align: center;
}
/* line 103, ../sass/blocks/_promo.scss */
.page-college .promo .pane-logo .logo .inner img {
  max-width: 182px;
  max-height: 182px;
}
/* line 110, ../sass/blocks/_promo.scss */
.page-college .promo .pane-logo .link-wrap {
  text-align: center;
}

@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 117, ../sass/blocks/_promo.scss */
  .page-college .promo .pane-logo .logo {
    width: 90%;
  }
}
@media screen and (max-width: 960px) {
  /* line 123, ../sass/blocks/_promo.scss */
  .page-college .promo .pane-logo .logo {
    width: 90%;
  }

  /* line 127, ../sass/blocks/_promo.scss */
  .page-college .promo .wrapper {
    margin-right: 0;
  }

  /* line 131, ../sass/blocks/_promo.scss */
  .promo .wrapper .location ul li {
    background: none !important;
    padding: 10px 19px 9px 19px !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 140, ../sass/blocks/_promo.scss */
  .promo-full .wrapper,
  .promo .wrapper,
  .promo-main .inner {
    height: 98px !important;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  /* line 146, ../sass/blocks/_promo.scss */
  .page-college .promo .wrapper {
    height: 300px !important;
  }
  /* line 149, ../sass/blocks/_promo.scss */
  .page-college .promo .wrapper .title {
    display: block;
    margin-top: 0;
  }

  /* line 156, ../sass/blocks/_promo.scss */
  .promo .wrapper .title,
  .promo-full .wrapper .title {
    margin-top: 0;
    padding: 15px 10px;
    font-size: 18px;
  }

  /* line 162, ../sass/blocks/_promo.scss */
  .page-college .promo .pane-logo .wrap {
    height: auto;
    padding: 11px 0 25px 0;
    background: #f0f0f0;
  }

  /* line 167, ../sass/blocks/_promo.scss */
  .promo .wrapper .location ul li {
    padding: 16px 15px 15px 10px !important;
  }
  /* line 169, ../sass/blocks/_promo.scss */
  .promo .wrapper .location ul li b {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  /* line 176, ../sass/blocks/_promo.scss */
  .promo .wrapper .location ul li {
    font-size: 9px !important;
  }
}
/* line 4, ../sass/blocks/_main.scss */
#main #page-title {
  text-decoration: none;
  font-size: 28px;
  line-height: 30px;
  color: #205774;
  font-weight: bold;
}
/* line 12, ../sass/blocks/_main.scss */
#main .date {
  color: #B1B2B3;
  font-size: 15px;
  line-height: 15px;
  margin-top: -25px;
}
/* line 22, ../sass/blocks/_main.scss */
#main .body .title-block,
#main .body .title-block p {
  color: #205774;
  font: 22px/29px "SourceSansProExtraLight", sans-serif;
}

/* line 5, ../sass/blocks/_main-content-list.scss */
#main .main-content-list ul {
  padding: 24px 0 0;
  margin: 0;
}
/* line 9, ../sass/blocks/_main-content-list.scss */
#main .main-content-list ul li {
  position: relative;
  margin: 0;
  padding: 28px 0 19px 6%;
  color: #363636;
  font: 20px/27px "SourceSansProReg", sans-serif;
  border-bottom: 1px solid #e9e9e9;
}
/* line 18, ../sass/blocks/_main-content-list.scss */
#main .main-content-list ul li:before {
  position: absolute;
  top: 28px;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
}

@media screen and (max-width: 767px) {
  /* line 31, ../sass/blocks/_main-content-list.scss */
  #main .main-content-list ul {
    padding-top: 10px;
  }

  /* line 35, ../sass/blocks/_main-content-list.scss */
  #main .main-content-list ul li {
    padding-left: 8%;
  }
}
@media screen and (max-width: 479px) {
  /* line 41, ../sass/blocks/_main-content-list.scss */
  #main .main-content-list ul li {
    padding-left: 10%;
  }
}
/* line 1, ../sass/blocks/_content-nav-menu.scss */
.content-navigation {
  position: relative;
  z-index: 99;
}
/* line 5, ../sass/blocks/_content-nav-menu.scss */
.content-navigation ul {
  height: 46px;
  padding: 0;
  margin: 24px 0 19px 0;
  display: inline-block;
  list-style-type: none;
  border-top: 5px solid #71a527;
}
/* line 13, ../sass/blocks/_content-nav-menu.scss */
.content-navigation ul li {
  float: left;
  border-left: 1px solid #fff;
  width: 132px;
  list-style: none !important;
}
/* line 19, ../sass/blocks/_content-nav-menu.scss */
.content-navigation ul li a {
  position: relative;
  display: block;
  padding: 16px 0 12px 0;
  background: #0E4064;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  text-align: center;
}
/* line 31, ../sass/blocks/_content-nav-menu.scss */
.content-navigation ul li a:hover {
  background: #71a527;
  padding: 16px 0 19px 0;
}
/* line 36, ../sass/blocks/_content-nav-menu.scss */
.content-navigation ul li a:before {
  position: absolute;
  left: 51%;
  bottom: 8px;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  opacity: 0;
}
/* line 48, ../sass/blocks/_content-nav-menu.scss */
.content-navigation ul li:first-child {
  border: 0 none;
}
/* line 53, ../sass/blocks/_content-nav-menu.scss */
.content-navigation ul li.active a,
.content-navigation ul li.active-trail a {
  background: #71a527;
  padding: 16px 0 19px 0;
  color: #fff !important;
}
/* line 61, ../sass/blocks/_content-nav-menu.scss */
.content-navigation ul li.active > a:before,
.content-navigation ul li.active-trail > a:before,
.content-navigation ul li a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media screen and (max-width: 960px) {
  /* line 68, ../sass/blocks/_content-nav-menu.scss */
  .content-navigation {
    width: 100%;
    height: auto;
  }
  /* line 71, ../sass/blocks/_content-nav-menu.scss */
  .content-navigation ul {
    padding: 0;
    margin: 29px 0 5px 0;
    width: 100%;
    list-style-type: none;
    border-top: 0 none;
  }
  /* line 78, ../sass/blocks/_content-nav-menu.scss */
  .content-navigation ul li {
    float: left;
    border-left: 0 none;
    margin-right: 1%;
    width: 13%;
  }
  /* line 84, ../sass/blocks/_content-nav-menu.scss */
  .content-navigation ul li a {
    position: relative;
    display: block;
    padding: 9px 0 7px 0;
    background: #0E4064;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
  }
  /* line 96, ../sass/blocks/_content-nav-menu.scss */
  .content-navigation ul li a:before {
    position: absolute;
    left: 45%;
    bottom: -8px;
    border-top: 9px solid #71a527;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    content: "";
    opacity: 0;
  }
  /* line 110, ../sass/blocks/_content-nav-menu.scss */
  .content-navigation ul li.active a,
  .content-navigation ul li.active-trail a,
  .content-navigation ul li a:hover {
    background: #71a527;
    padding: 9px 0 7px 0;
  }
  /* line 117, ../sass/blocks/_content-nav-menu.scss */
  .content-navigation ul li.active a:before,
  .content-navigation ul li.active-trail a:before,
  .content-navigation ul li a:hover:before {
    opacity: 1;
  }
}
@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 127, ../sass/blocks/_content-nav-menu.scss */
  .promo-column .content-navigation ul {
    width: 100%;
  }
  /* line 129, ../sass/blocks/_content-nav-menu.scss */
  .promo-column .content-navigation ul li {
    width: 25%;
    border: 0 none;
  }
  /* line 134, ../sass/blocks/_content-nav-menu.scss */
  .promo-column .content-navigation ul li:first-child a {
    border: 0 none;
  }
  /* line 138, ../sass/blocks/_content-nav-menu.scss */
  .promo-column .content-navigation ul li a {
    border-left: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  /* line 149, ../sass/blocks/_content-nav-menu.scss */
  .content-navigation ul {
    margin-top: 0;
  }
  /* line 152, ../sass/blocks/_content-nav-menu.scss */
  .content-navigation ul li {
    display: block;
    width: 100%;
    float: none;
  }
  /* line 157, ../sass/blocks/_content-nav-menu.scss */
  .content-navigation ul li a {
    display: block;
    text-align: left;
    padding: 10px 0 10px 30px;
    border-top: 1px solid #fff;
  }
  /* line 164, ../sass/blocks/_content-nav-menu.scss */
  .content-navigation ul li a:before {
    display: none;
  }
  /* line 168, ../sass/blocks/_content-nav-menu.scss */
  .content-navigation ul li a:hover {
    background: #71a527;
    padding: 10px 0 10px 30px;
  }
  /* line 175, ../sass/blocks/_content-nav-menu.scss */
  .content-navigation ul li.active a,
  .content-navigation ul li.active-trail a {
    padding: 10px 0 10px 30px;
    background: #71a527;
  }
}
/* line 1, ../sass/blocks/_breadcrumb.scss */
.pane-page-breadcrumb {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
/* line 5, ../sass/blocks/_breadcrumb.scss */
.pane-page-breadcrumb .breadcrumb ol {
  margin: 6px 0;
  padding: 0;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.pane-page-breadcrumb .breadcrumb ol:before, .pane-page-breadcrumb .breadcrumb ol:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.pane-page-breadcrumb .breadcrumb ol:after {
  clear: both;
}
/* line 10, ../sass/blocks/_breadcrumb.scss */
.pane-page-breadcrumb .breadcrumb ol li {
  position: relative;
  float: left;
  display: inline-block;
  margin-right: 10px;
  padding-right: 18px;
}
/* line 17, ../sass/blocks/_breadcrumb.scss */
.pane-page-breadcrumb .breadcrumb ol li a {
  font: 15px/27px "SourceSansProReg", sans-serif;
  color: #737373;
  text-decoration: none;
}
/* line 23, ../sass/blocks/_breadcrumb.scss */
.pane-page-breadcrumb .breadcrumb ol li a:hover {
  color: #71A026;
}
/* line 28, ../sass/blocks/_breadcrumb.scss */
.pane-page-breadcrumb .breadcrumb ol li:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  width: 9px;
  height: 19px;
  content: "";
}
/* line 38, ../sass/blocks/_breadcrumb.scss */
.pane-page-breadcrumb .breadcrumb ol li:last-child:after {
  background: none;
}
/* line 43, ../sass/blocks/_breadcrumb.scss */
.pane-page-breadcrumb .breadcrumb ol li:last-child a {
  color: #71a026;
}

@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 51, ../sass/blocks/_breadcrumb.scss */
  .pane-page-breadcrumb {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 58, ../sass/blocks/_breadcrumb.scss */
  .pane-page-breadcrumb {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  /* line 64, ../sass/blocks/_breadcrumb.scss */
  .pane-page-breadcrumb {
    display: none !important;
  }
}
/* line 3, ../sass/blocks/_reports-panel.scss */
.reports-panel .reports-box {
  padding-top: 48px;
  display: inline-block;
  width: 100%;
}
/* line 8, ../sass/blocks/_reports-panel.scss */
.reports-panel .reports-box .item {
  margin-bottom: 39px;
  overflow: hidden;
}
/* line 12, ../sass/blocks/_reports-panel.scss */
.reports-panel .reports-box .item .report-content {
  position: relative;
  display: block;
  height: auto !important;
}
/* line 17, ../sass/blocks/_reports-panel.scss */
.reports-panel .reports-box .item .report-content img {
  display: block;
}
/* line 21, ../sass/blocks/_reports-panel.scss */
.reports-panel .reports-box .item .report-content .description-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all, 0.2s, ease;
  -moz-transition: all, 0.2s, ease;
  -o-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
}
/* line 29, ../sass/blocks/_reports-panel.scss */
.reports-panel .reports-box .item .report-content .description-wrap .report-title {
  margin: 16px 10px 16px 20px;
  color: white;
  font-size: 19px;
  line-height: 22px;
}
/* line 37, ../sass/blocks/_reports-panel.scss */
.reports-panel .reports-box .item .report-content .description-wrap .description {
  display: none;
  margin: 27px 10px 31px 20px;
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-family: "SourceSansProLight", sans-serif;
  -webkit-transition: all, 0.5s, ease;
  -moz-transition: all, 0.5s, ease;
  -o-transition: all, 0.5s, ease;
  transition: all, 0.5s, ease;
}
/* line 48, ../sass/blocks/_reports-panel.scss */
.reports-panel .reports-box .item .report-content:hover .description-wrap .description {
  display: block;
}

@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 57, ../sass/blocks/_reports-panel.scss */
  .reports-panel .reports-box .item {
    margin-bottom: 15px;
  }

  /* line 61, ../sass/blocks/_reports-panel.scss */
  .reports-panel .reports-box .item .report-content {
    width: 100%;
    height: auto !important;
  }
  /* line 65, ../sass/blocks/_reports-panel.scss */
  .reports-panel .reports-box .item .report-content img {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  /* line 73, ../sass/blocks/_reports-panel.scss */
  .reports-panel .reports-box .item .report-content .report-title {
    margin: 10px 10px 15px 15px;
  }
  /* line 78, ../sass/blocks/_reports-panel.scss */
  .reports-panel .reports-box .item .report-content .description-wrap .description {
    margin: 0 10px 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  /* line 86, ../sass/blocks/_reports-panel.scss */
  .reports-panel .reports-box .item {
    margin-bottom: 15px;
  }

  /* line 90, ../sass/blocks/_reports-panel.scss */
  .reports-panel .reports-box .item .report-content {
    width: 100%;
    height: auto;
  }
  /* line 94, ../sass/blocks/_reports-panel.scss */
  .reports-panel .reports-box .item .report-content img {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  /* line 101, ../sass/blocks/_reports-panel.scss */
  .reports-panel .reports-box .item .report-content .description-wrap {
    width: 100%;
  }
}
/* line 1, ../sass/blocks/_resources-panel.scss */
.resources-panel {
  margin: 48px 0 33px 0;
}
/* line 7, ../sass/blocks/_resources-panel.scss */
.resources-panel.icon .pane-content ul li a {
  background: url("../images/note.png") 0 15px no-repeat;
  padding-left: 50px;
  min-height: 40px;
}
/* line 17, ../sass/blocks/_resources-panel.scss */
.resources-panel h2 {
  display: block;
  padding: 11px 0 8px 17px;
  background: #467c99;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  color: white !important;
  font-size: 26px;
  line-height: 30px;
  font-family: "SourceSansProReg", sans-serif;
  margin: 0 !important;
}
/* line 30, ../sass/blocks/_resources-panel.scss */
.resources-panel .pane-content {
  background: #f5f5f5;
}
/* line 33, ../sass/blocks/_resources-panel.scss */
.resources-panel .pane-content ul {
  padding: 0;
  margin: 0 11px;
}
/* line 37, ../sass/blocks/_resources-panel.scss */
.resources-panel .pane-content ul li {
  border-bottom: 1px solid #dedede;
}
/* line 40, ../sass/blocks/_resources-panel.scss */
.resources-panel .pane-content ul li:last-child {
  border: 0 none;
}
/* line 44, ../sass/blocks/_resources-panel.scss */
.resources-panel .pane-content ul li a {
  display: block;
  padding: 11px 0 14px 0;
  text-decoration: none;
  color: #4a4949;
  font-size: 15px;
  line-height: 20px;
  font-family: "SourceSansProReg", sans-serif;
}
/* line 53, ../sass/blocks/_resources-panel.scss */
.resources-panel .pane-content ul li a:hover {
  text-decoration: underline;
}
/* line 57, ../sass/blocks/_resources-panel.scss */
.resources-panel .pane-content ul li .title {
  font-size: 12px;
  position: relative;
  top: 12px;
  font-family: "SourceSansProReg", sans-serif;
}

/* line 1, ../sass/blocks/_searching-college.scss */
.searching-college {
  margin-left: -16px;
  background: url(../images/searching_college_bg.png) 0 0 repeat;
  border: 1px solid #013652;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 7, ../sass/blocks/_searching-college.scss */
.searching-college #edit-mark1, .searching-college #edit-mark2 {
  display: none;
}
/* line 10, ../sass/blocks/_searching-college.scss */
.searching-college .search-form {
  margin-bottom: 0;
}
/* line 14, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner {
  margin: 0 4%;
}
/* line 17, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .pane-title {
  color: white;
  font-size: 20px;
  line-height: 25px;
  margin: 14px 4% 22px 4%;
}
/* line 25, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .serch-mobile-form {
  display: none;
}
/* line 29, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .form-item {
  position: relative;
  margin: 11px 0;
  min-height: 35px;
  height: auto !important;
  height: 35px;
}
/* line 36, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .form-item:last-child {
  margin-bottom: 0;
}
/* line 40, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .form-item .chosen-select {
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
/* line 46, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .form-item .chosen-container-single .chosen-drop {
  margin-top: -6px;
  border: none;
}
/* line 51, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .form-item .chosen-container.chosen-container-single {
  width: 100% !important;
}
/* line 55, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .form-item .chosen-container-single .chosen-single {
  padding-left: 10%;
  border: 0 none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  height: 35px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  text-shadow: 0 1px 0 rgba(2, 2, 2, 0.2);
  font: 17px/35px "SourceSansProLight", sans-serif;
  color: #fff;
}
/* line 66, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .form-item .chosen-container-single .chosen-single div {
  width: 38px;
  height: 35px;
}
/* line 71, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .form-item .chosen-container-single .chosen-single div b {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 77, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .form-item .chosen-container-single .chosen-single div b:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -5px;
  width: 9px;
  height: 5px;
  content: "";
}
/* line 89, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .form-item .chosen-container-single .chosen-single span {
  margin-right: 38px;
}
/* line 96, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .form-item .chosen-container-single .chosen-search input[type=text] {
  background-color: #FFF;
  color: #ababab;
}
/* line 102, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .form-item .submit {
  width: 100%;
  margin: 12px 0;
  padding: 10px 0;
  border: 1px solid #132f3d;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  text-shadow: 0 -1px 0 rgba(2, 2, 2, 0.47);
  background: #538901;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #579001), color-stop(100%, #4c7e01));
  background-image: -webkit-linear-gradient(top, #579001 0%, #4c7e01 100%);
  background-image: -moz-linear-gradient(top, #579001 0%, #4c7e01 100%);
  background-image: -o-linear-gradient(top, #579001 0%, #4c7e01 100%);
  background-image: linear-gradient(top, #579001 0%, #4c7e01 100%);
  -webkit-box-shadow: #afd674 0 1px 1px inset;
  -moz-box-shadow: #afd674 0 1px 1px inset;
  box-shadow: #afd674 0 1px 1px inset;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(2, 2, 2, 0.47);
  font: 20px/23px "SourceSansProReg", sans-serif;
}
/* line 120, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .form-item.submit-field .description {
  display: none;
}
/* line 129, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .form-item-field-college-academic-interests-tid .chosen-container-single .chosen-default,
.searching-college .pane-inner .form-item-field-college-academic-interests-tid .chosen-container-single .chosen-single,
.searching-college .pane-inner .form-item-field-college-academic-interests-tid .chosen-container .chosen-drop {
  background: #2493bd;
  font-weight: bold;
}
/* line 135, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .form-item-field-college-academic-interests-tid .chosen-container .chosen-results li.highlighted,
.searching-college .pane-inner .form-item-field-college-academic-interests-tid .chosen-container-single .chosen-single div b {
  background: #0e4064 !important;
}
/* line 145, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .form-item-field-college-degree-type-tid .chosen-container-single .chosen-default,
.searching-college .pane-inner .form-item-field-college-degree-type-tid .chosen-container-single .chosen-single,
.searching-college .pane-inner .form-item-field-college-degree-type-tid .chosen-container .chosen-drop {
  background: #fcba18;
  font-weight: bold;
}
/* line 151, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .form-item-field-college-degree-type-tid .chosen-container .chosen-results li.highlighted,
.searching-college .pane-inner .form-item-field-college-degree-type-tid .chosen-container-single .chosen-single div b {
  background: #b37f00 !important;
}
/* line 161, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .form-item-field-college-class-options-tid .chosen-container-single .chosen-default,
.searching-college .pane-inner .form-item-field-college-class-options-tid .chosen-container-single .chosen-single,
.searching-college .pane-inner .form-item-field-college-class-options-tid .chosen-container .chosen-drop {
  background: #c41b0f;
  font-weight: bold;
}
/* line 167, ../sass/blocks/_searching-college.scss */
.searching-college .pane-inner .form-item-field-college-class-options-tid .chosen-container .chosen-results li.highlighted,
.searching-college .pane-inner .form-item-field-college-class-options-tid .chosen-container-single .chosen-single div b {
  background: #9b0a10 !important;
}

@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 176, ../sass/blocks/_searching-college.scss */
  .searching-college {
    margin-left: 0px;
  }
}
@media screen and (max-width: 960px) {
  /* line 182, ../sass/blocks/_searching-college.scss */
  .searching-college {
    margin-left: 0px;
  }
}
@media screen and (min-width: 767px) {
  /* line 188, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .form-item.submit-field {
    background: none !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 194, ../sass/blocks/_searching-college.scss */
  .searching-college {
    margin-left: 0;
    background: none;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  /* line 200, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner {
    margin: 0;
  }
  /* line 203, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .pane-title {
    display: none;
  }
  /* line 207, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .form-item {
    margin: 0 0 1px 0;
  }
  /* line 210, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .form-item .chosen-container-single .chosen-single {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 58px;
    font-size: 22px;
    line-height: 58px;
  }
  /* line 216, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .form-item .chosen-container-single .chosen-single div {
    width: 51px;
    height: 58px;
  }
  /* line 224, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .form-item.submit-field {
    padding: 50px 0 64px 0;
    background: !important;
    background-repeat: no-repeat;
    background-position: 50% 35%;
    text-align: center;
  }
  /* line 231, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .form-item.submit-field .submit {
    width: 53%;
    margin: 0;
    padding: 15px 0;
    border: 1px solid #132f3d;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 -1px 0 rgba(2, 2, 2, 0.47);
    background: #538901;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #579001), color-stop(100%, #4c7e01));
    background-image: -webkit-linear-gradient(top, #579001 0%, #4c7e01 100%);
    background-image: -moz-linear-gradient(top, #579001 0%, #4c7e01 100%);
    background-image: -o-linear-gradient(top, #579001 0%, #4c7e01 100%);
    background-image: linear-gradient(top, #579001 0%, #4c7e01 100%);
    -webkit-box-shadow: #afd674 0 1px 1px inset;
    -moz-box-shadow: #afd674 0 1px 1px inset;
    box-shadow: #afd674 0 1px 1px inset;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(2, 2, 2, 0.47);
    font: 28px/28px "SourceSansProReg", sans-serif;
  }
  /* line 246, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .form-item.submit-field a {
    text-decoration: none;
  }
  /* line 248, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .form-item.submit-field a:hover {
    text-decoration: underline;
  }
  /* line 253, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .form-item.submit-field .description {
    display: block;
    padding-top: 5px;
    width: 100%;
    color: #153B50;
    font: 19px/30px "SourceSansProLight", sans-serif;
  }
  /* line 262, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner #edit-mark1--2 {
    display: none;
  }
  /* line 266, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .serch-mobile-form {
    display: block;
    padding: 22px 0 16px 0;
    background: url(../images/searching_mobile_bg.png) 0 0 repeat;
    text-align: center;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .searching-college .pane-inner .serch-mobile-form:before, .searching-college .pane-inner .serch-mobile-form:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .searching-college .pane-inner .serch-mobile-form:after {
    clear: both;
  }
  /* line 273, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .serch-mobile-form .form-item {
    display: inline-block;
    width: 82%;
  }
  /* line 277, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .serch-mobile-form .form-item input[type="text"] {
    margin: 0;
    width: 100%;
    padding: 7px 3px 3px 25px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    border: 1px solid #021c2b;
    -webkit-box-shadow: #c2c2c2 0 3px 3px inset;
    -moz-box-shadow: #c2c2c2 0 3px 3px inset;
    box-shadow: #c2c2c2 0 3px 3px inset;
    color: #5f889e;
    font: 17px/2em "SourceSansProReg", sans-serif;
  }
  /* line 290, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .serch-mobile-form .form-item ::-webkit-input-placeholder {
    color: #5f889e;
    font: 17px/2em "SourceSansProReg", sans-serif;
  }
  /* line 295, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .serch-mobile-form .form-item :-moz-placeholder {
    color: #5f889e;
    font: 17px/2em "SourceSansProReg", sans-serif;
  }
  /* line 300, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .serch-mobile-form .form-item ::-moz-placeholder {
    color: #5f889e;
    font: 17px/2em "SourceSansProReg", sans-serif;
  }
  /* line 305, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .serch-mobile-form .form-item :-ms-input-placeholder {
    color: #5f889e;
    font: 17px/2em "SourceSansProReg", sans-serif;
  }
  /* line 311, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .serch-mobile-form .form-item.search-submit-field {
    position: relative;
    float: left;
    width: 14%;
  }
  /* line 316, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .serch-mobile-form .form-item.search-submit-field:before {
    position: absolute;
    top: 46%;
    left: 50%;
    margin: -10px 0 0 -10px;
    width: 19px;
    height: 19px;
    content: "";
  }
  /* line 326, ../sass/blocks/_searching-college.scss */
  .searching-college .pane-inner .serch-mobile-form .form-item.search-submit-field input[type="submit"] {
    width: 100%;
    height: 46px;
    -moz-border-radius-topright: 22px;
    -webkit-border-top-right-radius: 22px;
    border-top-right-radius: 22px;
    -moz-border-radius-bottomright: 22px;
    -webkit-border-bottom-right-radius: 22px;
    border-bottom-right-radius: 22px;
    border: 1px solid #021c2b;
    border-left: 0 none;
    background: #538901;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #81b630), color-stop(100%, #77ac2a));
    background-image: -webkit-linear-gradient(top, #81b630 0%, #77ac2a 100%);
    background-image: -moz-linear-gradient(top, #81b630 0%, #77ac2a 100%);
    background-image: -o-linear-gradient(top, #81b630 0%, #77ac2a 100%);
    background-image: linear-gradient(top, #81b630 0%, #77ac2a 100%);
    -webkit-box-shadow: #b2d27f 0 1px 1px inset;
    -moz-box-shadow: #b2d27f 0 1px 1px inset;
    box-shadow: #b2d27f 0 1px 1px inset;
    color: #FFF;
    display: none;
  }

  /* line 345, ../sass/blocks/_searching-college.scss */
  .searching-college .wrapper .form-item-field-college-academic-interests-tid .chosen-container-single .chosen-single div b {
    background-color: #0e4064;
  }

  /* line 349, ../sass/blocks/_searching-college.scss */
  .searching-college .wrapper .form-item-field-college-degree-type-tid .chosen-container-single .chosen-single div b {
    background-color: #87980c;
  }

  /* line 353, ../sass/blocks/_searching-college.scss */
  .searching-college .wrapper .form-item-field-college-class-options-tid .chosen-container-single .chosen-single div b {
    background-color: #bb8c04;
  }
}
/* line 3, ../sass/blocks/_footer.scss */
footer .go-top {
  position: absolute;
  top: -29px;
  right: 0;
  width: 60px;
  height: 29px;
  background: #255c79;
  -moz-border-radius-topleft: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 16, ../sass/blocks/_footer.scss */
footer .go-top:before {
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin-left: -13px;
  width: 25px;
  height: 13px;
  content: "";
}
/* line 26, ../sass/blocks/_footer.scss */
footer .go-top:hover {
  background-color: #2c6d8f;
}
/* line 30, ../sass/blocks/_footer.scss */
footer .iner-top {
  background: #255c79;
}
/* line 33, ../sass/blocks/_footer.scss */
footer .iner-top .content-list {
  padding: 19px 0 17px 0;
}
/* line 36, ../sass/blocks/_footer.scss */
footer .iner-top .content-list .item {
  padding: 22px 0 10px 0;
  border-left: 1px solid #45748d;
}
/* line 40, ../sass/blocks/_footer.scss */
footer .iner-top .content-list .item p {
  margin: 0 8%;
  color: #FFF;
  font: 17px/22px "SourceSansProReg", sans-serif;
  text-align: center;
}
/* line 48, ../sass/blocks/_footer.scss */
footer .iner-top .content-list .item:first-child {
  border: 0 none;
  margin-left: 0;
}
/* line 52, ../sass/blocks/_footer.scss */
footer .iner-top .content-list .item:first-child p {
  margin-left: 0;
}
/* line 57, ../sass/blocks/_footer.scss */
footer .iner-top .content-list .item:last-child p {
  margin-right: 0;
}
/* line 63, ../sass/blocks/_footer.scss */
footer .iner-top .content-list .item.first,
footer .iner-top .content-list .item.second,
footer .iner-top .content-list .item.third {
  position: relative;
}
/* line 69, ../sass/blocks/_footer.scss */
footer .iner-top .content-list .item.first:before,
footer .iner-top .content-list .item.second:before,
footer .iner-top .content-list .item.third:before {
  position: absolute;
  top: 0;
  left: 47%;
  width: 32px;
  height: 8px;
  content: "";
}
/* line 80, ../sass/blocks/_footer.scss */
footer .iner-bottom {
  padding: 11px 0;
  background: #153B50;
  color: #FFF;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
footer .iner-bottom .wrapper:before, footer .iner-bottom .wrapper:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
footer .iner-bottom .wrapper:after {
  clear: both;
}
/* line 88, ../sass/blocks/_footer.scss */
footer .iner-bottom .wrapper .item {
  display: inline-block;
  width: 33%;
  text-align: center;
}
/* line 95, ../sass/blocks/_footer.scss */
footer .iner-bottom .wrapper .copyright,
footer .iner-bottom .wrapper .contact {
  font: 15px/18px "SourceSansProLight", sans-serif;
  margin-top: 10px;
}
/* line 98, ../sass/blocks/_footer.scss */
footer .iner-bottom .wrapper .copyright p,
footer .iner-bottom .wrapper .contact p {
  margin: 0;
}
/* line 99, ../sass/blocks/_footer.scss */
footer .iner-bottom .wrapper .copyright a,
footer .iner-bottom .wrapper .contact a {
  color: #fff;
  text-decoration: none;
}
/* line 99, ../sass/blocks/_footer.scss */
footer .iner-bottom .wrapper .copyright a:hover,
footer .iner-bottom .wrapper .contact a:hover {
  text-decoration: underline;
}
/* line 106, ../sass/blocks/_footer.scss */
footer .iner-bottom .wrapper .copyright {
  float: left;
  text-align: left;
}
/* line 111, ../sass/blocks/_footer.scss */
footer .iner-bottom .wrapper .contact {
  float: right;
  text-align: right;
}
/* line 116, ../sass/blocks/_footer.scss */
footer .iner-bottom .wrapper .social, footer .iner-bottom .wrapper .menu {
  list-style-type: none;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
/* line 122, ../sass/blocks/_footer.scss */
footer .iner-bottom .wrapper .social li, footer .iner-bottom .wrapper .menu li {
  float: left;
  list-style: none;
}
/* line 126, ../sass/blocks/_footer.scss */
footer .iner-bottom .wrapper .social li a, footer .iner-bottom .wrapper .menu li a {
  display: inline-block;
  margin-left: 8px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-indent: -999px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
  border-radius: 34px;
}
/* line 136, ../sass/blocks/_footer.scss */
footer .iner-bottom .wrapper .social li a:hover, footer .iner-bottom .wrapper .menu li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* line 157, ../sass/blocks/_footer.scss */
  footer .iner-top,
  footer .iner-bottom .wrapper .copyright {
    display: none;
  }

  /* line 167, ../sass/blocks/_footer.scss */
  footer .iner-bottom .wrapper .item {
    width: auto;
    text-align: left;
  }
  /* line 171, ../sass/blocks/_footer.scss */
  footer .iner-bottom .wrapper .item .social, footer .iner-bottom .wrapper .item .menu {
    padding: 0;
  }
  /* line 176, ../sass/blocks/_footer.scss */
  footer .iner-bottom .wrapper .contact {
    float: right;
    font-size: 12px;
    text-align: right;
  }
}
/*------------------------------------------------------------------------*/
@media screen and (max-width: 479px) {
  /* line 188, ../sass/blocks/_footer.scss */
  footer .iner-bottom .wrapper .item {
    width: 100%;
    text-align: center;
  }

  /* line 193, ../sass/blocks/_footer.scss */
  footer .iner-bottom .contact {
    top: 0;
  }

  /* line 197, ../sass/blocks/_footer.scss */
  footer .iner-bottom .contact {
    float: none;
    margin-top: 0;
  }
}
/* line 1, ../sass/blocks/_section-nav.scss */
.section-navigate {
  position: fixed;
  display: none;
  top: 50%;
  left: 0;
  z-index: 9999;
}
/* line 8, ../sass/blocks/_section-nav.scss */
.section-navigate nav {
  width: 160px;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  padding: 21px 1px 24px 0;
  background: #01304a;
}
/* line 15, ../sass/blocks/_section-nav.scss */
.section-navigate ul.menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 20, ../sass/blocks/_section-nav.scss */
.section-navigate ul.menu li {
  margin: 1px 0 0;
  background: #265d7a;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 27, ../sass/blocks/_section-nav.scss */
.section-navigate ul.menu li a {
  position: relative;
  display: block;
  border-right: 1px solid #47768e;
  padding: 0 0 0 21px;
  font: 17px/40px "SourceSansProLight", sans-serif;
  color: #fff;
  text-decoration: none;
}
/* line 36, ../sass/blocks/_section-nav.scss */
.section-navigate ul.menu li a:hover {
  border: 0 none;
}
/* line 40, ../sass/blocks/_section-nav.scss */
.section-navigate ul.menu li a:after {
  display: none;
  position: absolute;
  top: 16px;
  right: 10px;
  width: 5px;
  height: 11px;
  content: '';
}
/* line 51, ../sass/blocks/_section-nav.scss */
.section-navigate ul.menu li:hover {
  background: #002032;
}
/* line 55, ../sass/blocks/_section-nav.scss */
.section-navigate ul.menu li:first-child {
  margin: 0;
}
/* line 60, ../sass/blocks/_section-nav.scss */
.section-navigate ul.menu li.active {
  background: #002032;
}
/* line 64, ../sass/blocks/_section-nav.scss */
.section-navigate ul.menu li.active a {
  border: 0 none;
}
/* line 67, ../sass/blocks/_section-nav.scss */
.section-navigate ul.menu li.active a:after {
  display: block;
}

@media all and (min-width: 1170px) {
  /* line 75, ../sass/blocks/_section-nav.scss */
  .section-navigate {
    display: block;
  }
}
/* line 1, ../sass/blocks/_facebook-widget.scss */
.facebook-widget-panel {
  margin: 24px 0 0;
}
/* line 4, ../sass/blocks/_facebook-widget.scss */
.facebook-widget-panel .pane-title {
  margin: 0 0 30px;
  font: 26px/30px "SourceSansProReg", sans-serif;
  color: #4a4949;
}
/* line 12, ../sass/blocks/_facebook-widget.scss */
.facebook-widget-panel .pane-content .item {
  margin: 0 0 22px;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 10px;
}
/* line 17, ../sass/blocks/_facebook-widget.scss */
.facebook-widget-panel .pane-content .item:last-child {
  margin: 0;
}
/* line 21, ../sass/blocks/_facebook-widget.scss */
.facebook-widget-panel .pane-content .item .avatar {
  float: left;
  margin: 0 12px 0 0;
}
/* line 25, ../sass/blocks/_facebook-widget.scss */
.facebook-widget-panel .pane-content .item .avatar .img {
  width: 44px;
}
/* line 30, ../sass/blocks/_facebook-widget.scss */
.facebook-widget-panel .pane-content .item .wrap-information {
  overflow: hidden;
}
/* line 33, ../sass/blocks/_facebook-widget.scss */
.facebook-widget-panel .pane-content .item .wrap-information h4 {
  margin: 0 0 5px;
  font: 14px/1em "SourceSansProSemiBold", sans-serif;
  color: #205774;
}
/* line 38, ../sass/blocks/_facebook-widget.scss */
.facebook-widget-panel .pane-content .item .wrap-information h4 a {
  color: #205774;
  text-decoration: none;
}
/* line 44, ../sass/blocks/_facebook-widget.scss */
.facebook-widget-panel .pane-content .item .wrap-information .information {
  font: 13px/16px "SourceSansProLight", sans-serif;
  color: #585858;
}
/* line 48, ../sass/blocks/_facebook-widget.scss */
.facebook-widget-panel .pane-content .item .wrap-information .information a {
  color: #585858;
  text-decoration: none;
}
/* line 54, ../sass/blocks/_facebook-widget.scss */
.facebook-widget-panel .pane-content .item .wrap-information ul.links {
  margin: 10px 0 0;
  padding: 0;
}
/* line 43, ../sass/_mixins.scss */
.facebook-widget-panel .pane-content .item .wrap-information ul.links:before, .facebook-widget-panel .pane-content .item .wrap-information ul.links:after {
  content: " ";
  display: table;
}
/* line 48, ../sass/_mixins.scss */
.facebook-widget-panel .pane-content .item .wrap-information ul.links:after {
  clear: both;
}
/* line 53, ../sass/_mixins.scss */
.facebook-widget-panel .pane-content .item .wrap-information ul.links {
  *zoom: 1;
}
/* line 59, ../sass/blocks/_facebook-widget.scss */
.facebook-widget-panel .pane-content .item .wrap-information ul.links li {
  float: left;
  margin: 0 0 0 4px;
  padding: 0 0 0 5px;
  background: url(../images/ico_footer_widget_link_item.gif) 0 50% no-repeat;
  font: 14px/1em "SourceSansProReg", sans-serif;
}
/* line 66, ../sass/blocks/_facebook-widget.scss */
.facebook-widget-panel .pane-content .item .wrap-information ul.links li:first-child {
  margin: 0;
}
/* line 70, ../sass/blocks/_facebook-widget.scss */
.facebook-widget-panel .pane-content .item .wrap-information ul.links li a {
  color: #6c82b2;
  text-decoration: none;
}

/* line 1, ../sass/blocks/_login-popup.scss */
div.ctools-modal-content {
  border: none;
  background: none;
  margin: 0;
}

/* line 6, ../sass/blocks/_login-popup.scss */
div.ctools-modal-content .modal-content {
  padding: 0;
}

/* line 9, ../sass/blocks/_login-popup.scss */
#cboxLoadedContent {
  margin-bottom: 0;
}

/* line 13, ../sass/blocks/_login-popup.scss */
#cboxLoadedContent {
  overflow: visible !important;
}

/* line 17, ../sass/blocks/_login-popup.scss */
#modalBackdrop {
  background-color: black;
  opacity: 0.32;
}

/* #modalContent .ctools-modal-content.cnt {
	min-height: 450px !important;
 	#modal-content {
		height: 450px !important;
	}
} */
/* line 28, ../sass/blocks/_login-popup.scss */
#modalContent {
  overflow: visible;
  z-index: 9999;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  max-width: 683px !important;
  background: #F8F8F8;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#modalContent:before, #modalContent:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#modalContent:after {
  clear: both;
}
/* line 38, ../sass/blocks/_login-popup.scss */
#modalContent div.checker input {
  width: 25px;
  height: 25px;
}
/* line 43, ../sass/blocks/_login-popup.scss */
#modalContent .messages, #modalContent .messages--status, #modalContent .messages--warning, #modalContent .messages--error {
  cursor: pointer;
  left: 20px;
  opacity: 0.85;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 8;
}
/* line 53, ../sass/blocks/_login-popup.scss */
#modalContent fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}
/* line 59, ../sass/blocks/_login-popup.scss */
#modalContent #ai-contact-form .ctools-modal-content {
  width: 100% !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
/* line 62, ../sass/blocks/_login-popup.scss */
#modalContent #ai-contact-form .ctools-modal-content .modal-content {
  overflow: visible;
  position: relative;
  top: 30px;
}
/* line 67, ../sass/blocks/_login-popup.scss */
#modalContent #ai-contact-form .ctools-modal-content .modal-content .modal-header .modal-title {
  display: block;
  margin-top: 15px;
}
/* line 73, ../sass/blocks/_login-popup.scss */
#modalContent #ai-contact-form .ctools-modal-content .form-item-location-delete-location {
  display: none;
}
/* line 76, ../sass/blocks/_login-popup.scss */
#modalContent #ai-contact-form .ctools-modal-content .form-item {
  float: left;
}
/* line 80, ../sass/blocks/_login-popup.scss */
#modalContent #ai-contact-form .ctools-modal-content .form-item-first-name,
#modalContent #ai-contact-form .ctools-modal-content .form-item-last-name {
  width: 47%;
}
/* line 88, ../sass/blocks/_login-popup.scss */
#modalContent #ai-contact-form .ctools-modal-content .form-item-mail,
#modalContent #ai-contact-form .ctools-modal-content .form-item-location-street,
#modalContent #ai-contact-form .ctools-modal-content .form-item-location-province,
#modalContent #ai-contact-form .ctools-modal-content .form-item-location-country,
#modalContent #ai-contact-form .ctools-modal-content .form-item-phone,
#modalContent #ai-contact-form .ctools-modal-content .form-item-subscription {
  width: 60%;
}
/* line 93, ../sass/blocks/_login-popup.scss */
#modalContent #ai-contact-form .ctools-modal-content .form-item-graduation-year,
#modalContent #ai-contact-form .ctools-modal-content .form-item-location-city,
#modalContent #ai-contact-form .ctools-modal-content .form-item-location-postal-code {
  width: 34%;
  padding: 0;
}
/* line 100, ../sass/blocks/_login-popup.scss */
#modalContent #ai-contact-form .ctools-modal-content .form-item-first-name,
#modalContent #ai-contact-form .ctools-modal-content .form-item-mail,
#modalContent #ai-contact-form .ctools-modal-content .form-item-location-street,
#modalContent #ai-contact-form .ctools-modal-content .form-item-location-province {
  margin-right: 6%;
}
/* line 103, ../sass/blocks/_login-popup.scss */
#modalContent #ai-contact-form .ctools-modal-content .black-label {
  clear: both;
  color: #a8a6a6;
  text-transform: uppercase;
  font: 12px/20px "SourceSansProReg", sans-serif;
  display: block;
  background: url("../images/form_line.png") 160px 8px no-repeat;
}
/* line 111, ../sass/blocks/_login-popup.scss */
#modalContent #ai-contact-form .ctools-modal-content .form-item-subscription label {
  color: #606060;
}
/* line 114, ../sass/blocks/_login-popup.scss */
#modalContent #ai-contact-form .ctools-modal-content .form-submit {
  clear: both;
  position: relative;
  top: 30px;
}
/* line 121, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content {
  float: left;
  width: 50%;
  min-height: 510px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 129, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .password-suggestions,
#modalContent .ctools-modal-content .password-strength,
#modalContent .ctools-modal-content div.password-confirm {
  display: none !important;
}
/* line 133, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .confirm-parent,
#modalContent .ctools-modal-content .password-parent {
  width: 100%;
}
/* line 137, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content input.password-confirm,
#modalContent .ctools-modal-content input.password-field {
  margin-bottom: 0;
}
/* line 142, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .form-type-textfield label,
#modalContent .ctools-modal-content .form-type-password label {
  display: none;
}
/* line 147, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.right {
  background-color: #ededed;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFEDEDED', endColorstr='#FFEDEDED');
  border-left: 1px solid #fff;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
/* line 154, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.right .modal-content {
  margin: 0 31px 0 25px;
  overflow: hidden;
}
/* line 159, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.right .form-item {
  margin: 10px 0;
}
/* line 163, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.right p, #modalContent .ctools-modal-content.right pre {
  margin: 10px 0;
  font-size: 15px;
}
/* line 168, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.right a {
  text-decoration: none;
  font-size: 13px;
  line-height: 18px;
  color: #6FA9C8;
}
/* line 173, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.right a:hover {
  text-decoration: underline;
}
/* line 177, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.right a.facebook-action-connect {
  display: block;
  width: 284px;
  height: 54px;
  overflow: hidden;
  text-indent: -999px;
  background: url("../images/login_with_fb.png") 0 0 no-repeat;
}
/* line 184, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.right a.facebook-action-connect:hover {
  opacity: 0.95;
}
/* line 188, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.right input[type="submit"] {
  float: right;
  display: inline-block;
  padding: 6px 38px;
  border: 0 none;
  background: #6FA226;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(50, 50, 50, 0.75), 0, 1px, 1px;
  -moz-box-shadow: rgba(50, 50, 50, 0.75), 0, 1px, 1px;
  box-shadow: rgba(50, 50, 50, 0.75), 0, 1px, 1px;
  color: #FFF;
  font: 13px/12px "SourceSansProBold", sans-serif;
}
/* line 198, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.right input[type="submit"]:hover {
  background: #80BA2C;
}
/* line 207, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.right span.label {
  display: block;
  margin-top: 70px;
  margin-bottom: 5px;
}
/* line 214, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.left {
  border-right: 1px solid #dbdbdb;
}
/* line 217, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.left .registring-list {
  margin: 10px 0;
}
/* line 219, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.left .registring-list li {
  position: relative;
  padding: 10px 0 11px 0;
  font-size: 15px;
  line-height: 18px;
  color: #4a4949;
}
/* line 226, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.left .registring-list li:before {
  position: absolute;
  top: 10px;
  left: -30px;
  width: 19px;
  height: 19px;
  content: '';
}
/* line 237, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.left .link-wrap {
  padding: 8px 0 6px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 242, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.left .link-wrap a {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  color: #6fa9c8;
  text-decoration: none;
  font-family: SourceSansProLight, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
}
/* line 255, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.left .link-wrap a:hover {
  text-decoration: underline;
}
/* line 259, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.left .link-wrap a:before {
  position: absolute;
  top: 50%;
  right: -21px;
  margin-top: -2px;
  width: 21px;
  height: 7px;
  content: '';
}
/* line 271, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.left .popup-logo {
  padding: 76px 0 0 0;
  text-align: center;
}
/* line 276, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content.left .modal-content {
  margin: 0 13px 0 20px;
}
/* line 281, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .modal-header {
  position: relative;
  padding: 29px 0 0 0;
  margin: 0 13px 0 20px;
  background: none;
}
/* line 287, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .modal-header .close {
  position: absolute;
  right: -4px;
  top: 10px;
  display: inline-block;
  padding: 2px 16px;
  border: 1px solid rgba(4, 4, 4, 0.29);
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #BCBCBC;
  font: 13px/18px "SourceSansProBold", sans-serif;
  color: #FFF;
  text-decoration: none;
}
/* line 300, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .modal-header .close:hover {
  opacity: 0.8;
  text-decoration: none;
}
/* line 306, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .modal-header .modal-title {
  font-size: 28px;
  color: #6fa9c8;
}
/* line 310, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .modal-header .modal-title strong {
  color: #72a727;
}
/* line 314, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .modal-header .modal-title i {
  font-weight: normal;
  font-style: normal;
  color: #606060;
}
/* line 322, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content #modal-content {
  width: auto !important;
  padding: 0;
  height: 510px !important;
  overflow: visible;
}
/* line 330, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content input[type="text"],
#modalContent .ctools-modal-content input[type="password"] {
  width: 100%;
  border: 1px solid #cdcdcd !important;
  padding-left: 10px;
}
/* line 337, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content input[type="text"]:focus,
#modalContent .ctools-modal-content input[type="password"]:focus {
  border: 1px solid #7bafcb !important;
  padding: 1px 1px 1px 10px;
}
/* line 344, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .location legend,
#modalContent .ctools-modal-content .form-type-select label,
#modalContent .ctools-modal-content .form-item-contact-me > label {
  display: none;
}
/* line 347, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .form-type-radio label {
  display: block !important;
  font-size: 15px;
  padding-right: 30px;
}
/* line 353, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .form-autocomplete {
  background-image: none !important;
}
/* line 356, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .radio > span {
  display: block;
  width: 25px;
}
/* line 359, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .radio > span input {
  opacity: 0;
  text-align: center;
  height: 25px;
  width: 25px;
}
/* line 374, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .form-item-location-city,
#modalContent .ctools-modal-content .form-item-location-province,
#modalContent .ctools-modal-content .form-item-location-postal-code,
#modalContent .ctools-modal-content .form-item-phone,
#modalContent .ctools-modal-content .form-item-year-born,
#modalContent .ctools-modal-content .form-item-location-country,
#modalContent .ctools-modal-content .form-item-location-phone,
#modalContent .ctools-modal-content .form-item-location-year-born {
  float: left;
  width: 133px;
  clear: none;
}
/* line 383, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .form-item-location-city,
#modalContent .ctools-modal-content .form-item-location-postal-code,
#modalContent .ctools-modal-content .form-item-year-born,
#modalContent .ctools-modal-content .form-item-location-phone {
  padding-right: 18px;
}
/* line 387, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .chosen-container {
  width: 100% !important;
}
/* line 390, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .chosen-container .chosen-single {
  width: auto;
  height: 25px;
  border: 1px solid #cdcdcd !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 0 0 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
  font-size: 17px;
  line-height: 25px;
  color: #bababa;
  text-shadow: none;
}
/* line 403, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .chosen-container .chosen-single div b {
  background: #fff !important;
  position: relative;
}
/* line 407, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .chosen-container .chosen-single div b:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 10px;
  height: 5px;
  content: "";
}
/* line 419, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .chosen-container .chosen-drop {
  border: 1px solid #cdcdcd !important;
}
/* line 423, ../sass/blocks/_login-popup.scss */
#modalContent .ctools-modal-content .chosen-container .chosen-results li.highlighted {
  background: #7bafcc;
}
/* line 432, ../sass/blocks/_login-popup.scss */
#modalContent .form-type-checkbox label {
  position: relative;
  top: 6px;
}
/* line 439, ../sass/blocks/_login-popup.scss */
#modalContent div.checker,
#modalContent div.radio {
  float: right;
  width: 25px;
  height: 25px;
  margin: 0;
  background: #fff;
  border: 1px solid #ccc;
}
/* line 448, ../sass/blocks/_login-popup.scss */
#modalContent div.checker span,
#modalContent div.radio span {
  width: 25px;
  height: 25px;
  background: url(../images/ico_search_nav_checkbox.gif) 0 -100px no-repeat;
}
/* line 454, ../sass/blocks/_login-popup.scss */
#modalContent div.checker span.checked,
#modalContent div.radio span.checked {
  background-position: 50% 50%;
}

/* line 1, ../sass/blocks/_content-form.scss */
.content-form {
  max-width: 500px;
}
/* line 4, ../sass/blocks/_content-form.scss */
.content-form h2 {
  font: 26px/30px "SourceSansProReg", sans-serif;
  margin-bottom: -10px;
  font-weight: normal;
  color: #205774;
}
/* line 11, ../sass/blocks/_content-form.scss */
.content-form .form-textarea,
.content-form .form-text {
  border: 1px solid #dbdbdb;
  background: none;
  width: 100%;
  padding: 0 8px;
  -webkit-box-sizing: boder-box;
  -moz-box-sizing: boder-box;
  box-sizing: boder-box;
}
/* line 18, ../sass/blocks/_content-form.scss */
.content-form .form-text {
  height: 33px;
}
/* line 21, ../sass/blocks/_content-form.scss */
.content-form .form-textarea {
  padding-top: 8px;
}
/* line 24, ../sass/blocks/_content-form.scss */
.content-form .chosen-container {
  width: 100% !important;
}
/* line 27, ../sass/blocks/_content-form.scss */
.content-form .form-submit {
  width: 173px;
  height: 33px;
  border: 1px solid rgba(0, 0, 0, 0.39);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
  -webkit-box-shadow: rgba(255, 255, 255, 0.32) 0 1px 1px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.32) 0 1px 1px inset;
  box-shadow: rgba(255, 255, 255, 0.32) 0 1px 1px inset;
  background: url(../images/bg_content_link_green.png) 0 0 repeat;
  font: 16px/31px "SourceSansProReg", sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.47);
}
/* line 40, ../sass/blocks/_content-form.scss */
.content-form .form-submit:hover {
  opacity: 0.8;
}

/* Home Page */
/* =HOME PAGE
============================================================================*/
/* line 5, ../sass/pages/home/_home-full.scss */
.page-home .grey-panel {
  border-bottom: 1px solid #d9d9d9;
  background: #f0f0f0;
}
/* line 10, ../sass/pages/home/_home-full.scss */
.page-home .pane-title {
  position: relative;
  margin: 0 0 43px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 21px;
  font: 50px/1em "SourceSansProLight", sans-serif;
  color: #606060;
  text-align: center;
}
/* line 20, ../sass/pages/home/_home-full.scss */
.page-home .pane-title:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: url(../images/bg_home_colleges_title_line.png) 50% 100% no-repeat;
  content: '';
}
/* line 30, ../sass/pages/home/_home-full.scss */
.page-home .pane-title strong {
  font-weight: normal;
  color: #6fa9c8;
}
/* line 35, ../sass/pages/home/_home-full.scss */
.page-home .home-searching-college {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 41, ../sass/pages/home/_home-full.scss */
  .section-navigate {
    display: none;
  }

  /* line 46, ../sass/pages/home/_home-full.scss */
  .view-members-button,
  .searching-panel {
    display: none;
  }

  /* line 50, ../sass/pages/home/_home-full.scss */
  .view-members-button {
    border: 0 none;
  }

  /* line 54, ../sass/pages/home/_home-full.scss */
  .home-searching-college {
    display: block !important;
  }
}
/* line 3, ../sass/pages/home/_home-promo.scss */
.promo-main .inner {
  height: 531px;
  background-position: 50% 50%;
  background-repeat: none;
}
/* line 9, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel {
  position: relative;
  float: right;
  width: 66.779661%;
  /* 788/1180 = 0,6677966101694915 */
  margin: 110px 33px 0 0;
}
/* line 15, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel:after {
  position: absolute;
  bottom: -120px;
  width: 822px;
  height: 88px;
  background: url(../images/bg_home_promo_search_shadow.png) 0 0 no-repeat;
  content: '';
}
/* line 24, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-title {
  margin: 0 0 28px;
  border: 0 none;
  padding: 0;
  font: 35px/1em "SourceSansProSemiBold", sans-serif;
  color: #01324c;
  text-align: center;
}
/* line 32, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-title:after {
  display: none;
}
/* line 37, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content {
  margin: 0;
}
/* line 40, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters {
  border: 1px solid;
  border-color: #012b42 #1e354f #322a34;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  padding: 31px 2.544529% 22px;
  /* 20/786 = 0,0254452926208651 */
  -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 1px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 1px inset;
  box-shadow: rgba(255, 255, 255, 0.3) 0 1px 1px inset;
  background: url(../images/searching_college_bg.png) 0 0 repeat;
}
/* line 43, ../sass/_mixins.scss */
.promo-main .searching-panel .pane-content .filters:before, .promo-main .searching-panel .pane-content .filters:after {
  content: " ";
  display: table;
}
/* line 48, ../sass/_mixins.scss */
.promo-main .searching-panel .pane-content .filters:after {
  clear: both;
}
/* line 53, ../sass/_mixins.scss */
.promo-main .searching-panel .pane-content .filters {
  *zoom: 1;
}
/* line 49, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item {
  position: relative;
  float: left;
  width: 30.748663%;
  /* 230/748 = 0,3074866310160428 */
  margin: 0 0 0 3.877005%;
  /* 29/748 = 0,0387700534759358 */
  min-height: 35px;
  height: auto !important;
  height: 35px;
}
/* line 58, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item:first-child {
  margin-left: 0;
}
/* line 62, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item .chosen-select {
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
/* line 68, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item .chosen-container-single .chosen-drop {
  margin-top: -6px;
  border: none;
}
/* line 73, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item .chosen-container.chosen-container-single {
  width: 100% !important;
}
/* line 77, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item .chosen-container-single .chosen-single {
  padding-left: 10%;
  border: 0 none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  height: 35px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  text-shadow: 0 1px 0 rgba(2, 2, 2, 0.2);
  font: 17px/35px "SourceSansProLight", sans-serif;
  color: #fff;
}
/* line 88, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item .chosen-container-single .chosen-single div {
  width: 38px;
  height: 35px;
}
/* line 93, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item .chosen-container-single .chosen-single div b {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 99, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item .chosen-container-single .chosen-single div b:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -5px;
  width: 9px;
  height: 5px;
  content: "";
}
/* line 111, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item .chosen-container-single .chosen-single span {
  margin-right: 38px;
}
/* line 118, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item .chosen-container-single .chosen-search input[type=text] {
  background-color: #FFF;
  color: #ababab;
}
/* line 124, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item .submit {
  width: 100%;
  margin: 12px 0;
  padding: 10px 0;
  border: 1px solid #132f3d;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  text-shadow: 0 -1px 0 rgba(2, 2, 2, 0.47);
  background: #538901;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #579001), color-stop(100%, #4c7e01));
  background-image: -webkit-linear-gradient(top, #579001 0%, #4c7e01 100%);
  background-image: -moz-linear-gradient(top, #579001 0%, #4c7e01 100%);
  background-image: -o-linear-gradient(top, #579001 0%, #4c7e01 100%);
  background-image: linear-gradient(top, #579001 0%, #4c7e01 100%);
  -webkit-box-shadow: #afd674 0 1px 1px inset;
  -moz-box-shadow: #afd674 0 1px 1px inset;
  box-shadow: #afd674 0 1px 1px inset;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(2, 2, 2, 0.47);
  font: 20px/23px "SourceSansProReg", sans-serif;
}
/* line 142, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item.submit-field .description {
  display: none;
}
/* line 151, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item-field-college-academic-interests-tid .chosen-container-single .chosen-default,
.promo-main .searching-panel .pane-content .filters .form-item-field-college-academic-interests-tid .chosen-container-single .chosen-single,
.promo-main .searching-panel .pane-content .filters .form-item-field-college-academic-interests-tid .chosen-container .chosen-drop {
  background: #2493bd;
  font-weight: bold;
}
/* line 157, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item-field-college-academic-interests-tid .chosen-container .chosen-results li.highlighted,
.promo-main .searching-panel .pane-content .filters .form-item-field-college-academic-interests-tid .chosen-container-single .chosen-single div b {
  background: #0e4064 !important;
}
/* line 166, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item-field-college-degree-type-tid .chosen-container-single .chosen-default,
.promo-main .searching-panel .pane-content .filters .form-item-field-college-degree-type-tid .chosen-container-single .chosen-single,
.promo-main .searching-panel .pane-content .filters .form-item-field-college-degree-type-tid .chosen-container .chosen-drop {
  background: #fcba18;
  font-weight: bold;
}
/* line 169, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item-field-college-degree-type-tid .chosen-container-single .chosen-default span,
.promo-main .searching-panel .pane-content .filters .form-item-field-college-degree-type-tid .chosen-container-single .chosen-single span,
.promo-main .searching-panel .pane-content .filters .form-item-field-college-degree-type-tid .chosen-container .chosen-drop span {
  color: #fff;
}
/* line 173, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item-field-college-degree-type-tid .chosen-container .chosen-results li.highlighted,
.promo-main .searching-panel .pane-content .filters .form-item-field-college-degree-type-tid .chosen-container-single .chosen-single div b {
  background: #b37f00 !important;
}
/* line 182, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item-field-college-class-options-tid .chosen-container-single .chosen-default,
.promo-main .searching-panel .pane-content .filters .form-item-field-college-class-options-tid .chosen-container-single .chosen-single,
.promo-main .searching-panel .pane-content .filters .form-item-field-college-class-options-tid .chosen-container .chosen-drop {
  background: #c41b0f;
  font-weight: bold;
}
/* line 188, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .filters .form-item-field-college-class-options-tid .chosen-container .chosen-results li.highlighted,
.promo-main .searching-panel .pane-content .filters .form-item-field-college-class-options-tid .chosen-container-single .chosen-single div b {
  background: #9b0a10 !important;
}
/* line 194, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .search {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  padding: 22px 2.791878% 20px;
  /* 22/788 = 0,0279187817258883 */
  background: url(../images/searching_mobile_bg.png) 0 0 repeat;
}
/* line 43, ../sass/_mixins.scss */
.promo-main .searching-panel .pane-content .search:before, .promo-main .searching-panel .pane-content .search:after {
  content: " ";
  display: table;
}
/* line 48, ../sass/_mixins.scss */
.promo-main .searching-panel .pane-content .search:after {
  clear: both;
}
/* line 53, ../sass/_mixins.scss */
.promo-main .searching-panel .pane-content .search {
  *zoom: 1;
}
/* line 200, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .search .form-item {
  float: left;
  width: 100%;
  margin: 0;
}
/* line 205, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .search .form-item input[type="text"] {
  margin: 0;
  width: 100%;
  height: 46px;
  padding: 7px 65px 3px 31px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  border: 1px solid #021c2b;
  -webkit-box-shadow: #c2c2c2 0 3px 3px inset, rgba(255, 255, 255, 0.2) 0 1px 1px;
  -moz-box-shadow: #c2c2c2 0 3px 3px inset, rgba(255, 255, 255, 0.2) 0 1px 1px;
  box-shadow: #c2c2c2 0 3px 3px inset, rgba(255, 255, 255, 0.2) 0 1px 1px;
  color: #5f889e;
  font: 17px/2em "SourceSansProReg", sans-serif;
  outline: none;
}
/* line 218, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .search .form-item ::-webkit-input-placeholder {
  color: #5f889e;
  font: 17px/2em "SourceSansProReg", sans-serif;
}
/* line 223, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .search .form-item :-moz-placeholder {
  color: #5f889e;
  font: 17px/2em "SourceSansProReg", sans-serif;
}
/* line 228, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .search .form-item ::-moz-placeholder {
  color: #5f889e;
  font: 17px/2em "SourceSansProReg", sans-serif;
}
/* line 233, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .search .form-item :-ms-input-placeholder {
  color: #5f889e;
  font: 17px/2em "SourceSansProReg", sans-serif;
}
/* line 239, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .search .form-item.submit-field {
  position: relative;
  float: left;
  width: 56px;
  height: 44px;
  margin: 1px 0 0 -57px;
  border-left: 1px solid #b1b1b1;
  -webkit-border-radius: 0 22px 22px 0;
  -moz-border-radius: 0 22px 22px 0;
  -ms-border-radius: 0 22px 22px 0;
  -o-border-radius: 0 22px 22px 0;
  border-radius: 0 22px 22px 0;
  background: #79ad2b;
  -webkit-box-shadow: rgba(255, 255, 255, 0.39) -1px 1px 1px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.39) -1px 1px 1px inset;
  box-shadow: rgba(255, 255, 255, 0.39) -1px 1px 1px inset;
  z-index: 2;
}
/* line 251, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .search .form-item.submit-field:before {
  position: absolute;
  top: 12px;
  left: 17px;
  width: 19px;
  height: 19px;
  content: "";
  z-index: 2;
}
/* line 262, ../sass/pages/home/_home-promo.scss */
.promo-main .searching-panel .pane-content .search .form-item.submit-field button,
.promo-main .searching-panel .pane-content .search .form-item.submit-field .form-submit {
  position: relative;
  width: 100%;
  height: 44px;
  -webkit-border-radius: 0 22px 22px 0;
  -moz-border-radius: 0 22px 22px 0;
  -ms-border-radius: 0 22px 22px 0;
  -o-border-radius: 0 22px 22px 0;
  border-radius: 0 22px 22px 0;
  border: 0 none;
  background: none;
  color: #FFF;
  outline: none;
  overflow: hidden;
  text-indent: -999px;
  z-index: 3;
}

@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 282, ../sass/pages/home/_home-promo.scss */
  .promo-main .searching-panel:after {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  /* line 288, ../sass/pages/home/_home-promo.scss */
  .promo-main .searching-panel:after {
    display: none;
  }
}
@media all and (min-width: 767px) and (max-width: 960px) {
  /* line 294, ../sass/pages/home/_home-promo.scss */
  .front .promo-main .inner {
    background-position: 34% 50%;
  }
}
@media all and (max-width: 767px) {
  /* line 300, ../sass/pages/home/_home-promo.scss */
  .front .promo-main .inner {
    background-position: 50% 20%;
  }
}
/* line 1, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel {
  padding: 45px 0 87px;
}
/* line 4, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .pane-title {
  margin-bottom: 39px;
}
/* line 10, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts > .group {
  margin: 0 0 18px;
}
/* line 16, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner {
  position: relative;
  height: 524px;
  background: #f3f3f3;
  -webkit-border-radius: 0 27px 27px 0;
  -moz-border-radius: 0 27px 27px 0;
  -ms-border-radius: 0 27px 27px 0;
  -o-border-radius: 0 27px 27px 0;
  border-radius: 0 27px 27px 0;
}
/* line 22, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner h3 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 38px 43px 0 85px;
  font: 27px/1em "SourceSansProReg", sans-serif;
  color: #363636;
}
/* line 32, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar {
  position: relative;
  margin: 0 0 0 138px;
  height: 412px;
}
/* line 37, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar .bar {
  position: absolute;
  bottom: 0;
  left: 202px;
  width: 202px;
}
/* line 43, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar .bar h4 {
  margin: 0 0 16px;
  font: 17px/1em "SourceSansProReg", sans-serif;
  color: #565656;
  text-align: center;
}
/* line 50, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar .bar .wrap-info {
  position: relative;
  -webkit-border-radius: 0 12px 0 0;
  -moz-border-radius: 0 12px 0 0;
  -ms-border-radius: 0 12px 0 0;
  -o-border-radius: 0 12px 0 0;
  border-radius: 0 12px 0 0;
}
/* line 54, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar .bar .wrap-info .info {
  position: absolute;
  width: 154px;
  height: 155px;
  padding: 0 10px 0 0;
  font: 71px/155px "SourceSansProBold", sans-serif;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 64, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar .bar .wrap-info .info sup {
  position: absolute;
  top: 47px;
  font: 29px/29px "SourceSansProLight", sans-serif;
  vertical-align: top;
}
/* line 73, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar .bar:first-child {
  left: 0;
}
/* line 76, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar .bar:first-child .wrap-info {
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -ms-border-radius: 12px 12px 0 0;
  -o-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
}
/* line 81, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar .bar.blue .wrap-info {
  height: 262px;
  background: url(../images/bg_home_preferences_facts_bar_blue.png) 0 0 repeat;
}
/* line 85, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar .bar.blue .wrap-info .info {
  bottom: 41px;
  left: 24px;
  background: url(../images/bg_home_preferences_facts_circle_blue.png) 0 0 repeat;
}
/* line 94, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar .bar.yellow h4 {
  margin-bottom: 16px;
}
/* line 98, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar .bar.yellow .wrap-info {
  height: 213px;
  background: url(../images/bg_home_preferences_facts_bar_yellow.png) 0 0 repeat;
}
/* line 102, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar .bar.yellow .wrap-info .info {
  bottom: 27px;
  left: 26px;
  background: url(../images/bg_home_preferences_facts_circle_yellow.png) 0 0 repeat;
}
/* line 112, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar .bar.green h4 {
  margin-bottom: 16px;
}
/* line 116, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar .bar.green .wrap-info {
  height: 166px;
  background: url(../images/bg_home_preferences_facts_bar_green.png) 0 0 repeat;
}
/* line 120, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar .bar.green .wrap-info .info {
  bottom: 5px;
  left: 24px;
  background: url(../images/bg_home_preferences_facts_circle_green.png) 0 0 repeat;
}
/* line 130, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar .bar.red h4 {
  margin-bottom: 16px;
}
/* line 134, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar .bar.red .wrap-info {
  height: 90px;
  background: url(../images/bg_home_preferences_facts_bar_red.png) 0 0 repeat;
}
/* line 138, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar .bar.red .wrap-info .info {
  bottom: 6px;
  left: 63px;
  width: 77px;
  height: 77px;
  padding-right: 5px;
  background: url(../images/bg_home_preferences_facts_circle_red.png) 0 0 repeat;
  font: 35px/77px "SourceSansProBold", sans-serif;
}
/* line 147, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar .bar.red .wrap-info .info sup {
  top: 25px;
  font: 14px/14px "SourceSansProLight", sans-serif;
}
/* line 157, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .wrap-bar:before {
  position: absolute;
  bottom: 0;
  left: -62px;
  width: 62px;
  height: 27px;
  background: url(../images/bg_home_preferences_facts_shadow.png) 0 0 no-repeat;
  content: '';
}
/* line 168, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner .link {
  display: inline-block;
  margin: 9px 0 0 138px;
  color: #4b819e;
  font: 17px/1em "SourceSansProReg", sans-serif;
  text-decoration: none;
}
/* line 176, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block .inner small.notice {
  display: block;
  margin: 15px 30px 0;
  font: italic 15px/20px "SourceSansProLight", sans-serif;
  color: #666;
  text-align: center;
}
/* line 185, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block:first-child .inner {
  -webkit-border-radius: 27px 0 0 27px;
  -moz-border-radius: 27px 0 0 27px;
  -ms-border-radius: 27px 0 0 27px;
  -o-border-radius: 27px 0 0 27px;
  border-radius: 27px 0 0 27px;
}
/* line 188, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block:first-child .inner h3 {
  padding-left: 45px;
}
/* line 194, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block:first-child .wrap-bar {
  margin: 0 0 0 99px !important;
}
/* line 198, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts .block:first-child .link {
  margin-left: 100px !important;
}
/* line 204, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts small.description {
  display: block;
  font: italic 17px/1em "SourceSansProReg", sans-serif;
  color: #999;
  text-align: center;
}
/* line 209, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts small.description a {
  color: #999;
  text-decoration: none;
}
/* line 212, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .facts small.description a:hover {
  color: #4b819e;
}
/* line 219, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills {
  padding: 62px 0 0;
}
/* line 222, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills h2 {
  position: relative;
  margin: 0 0 42px;
  background: #225976;
  font: 37px/111px "SourceSansProLight", sans-serif;
  color: #fff;
  text-align: center;
  padding: 0;
}
/* line 231, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills h2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 111px;
  background: url(../images/bg_home_preferences_skils_title_left.png) 0 0 no-repeat;
  content: '';
}
/* line 241, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills h2:after {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 57px;
  height: 111px;
  background: url(../images/bg_home_preferences_skils_title_right.png) 0 0 no-repeat;
  content: '';
}
/* line 253, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills .wrap-column {
  position: relative;
  display: table;
  width: 100%;
  z-index: 3;
}
/* line 260, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills .column {
  width: 50%;
  display: table-cell;
  padding: 0 0 29px;
}
/* line 265, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills .column h3 {
  position: relative;
  margin: 10px 0 23px;
  font: 30px/1em "SourceSansProReg", sans-serif;
  color: #2b627f;
  text-align: center;
}
/* line 275, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills .column-1 {
  border-right: 1px solid #d9d9d9;
}
/* line 278, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills .column-1 ul {
  margin: 0 50px 0 80px;
  padding: 0;
}
/* line 282, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills .column-1 ul li {
  position: relative;
  border-top: 1px solid #d9d9d9;
  padding: 10px 0 11px 17px;
  font: 22px/29px "SourceSansProLight", sans-serif;
  color: #4a4949;
}
/* line 289, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills .column-1 ul li:before {
  position: absolute;
  top: 9px;
  left: -57px;
  width: 36px;
  height: 36px;
  content: '';
}
/* line 301, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills .column-2 ul {
  margin: 0 50px 0 129px;
  padding: 0;
}
/* line 305, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills .column-2 ul li {
  position: relative;
  border-top: 1px solid #d9d9d9;
  padding: 10px 0 11px 12px;
  background: #f5f5f5;
  font: 22px/29px "SourceSansProSemiBold", sans-serif;
  color: #4a4949;
}
/* line 313, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills .column-2 ul li:before {
  position: absolute;
  top: 9px;
  left: -57px;
  width: 36px;
  height: 36px;
  content: '';
}
/* line 324, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills .footer {
  position: relative;
  display: table;
  width: 100%;
  margin: -11px 0 10px;
  border-top: 1px solid #598298;
  font: italic 14px/1em "SourceSansProReg", sans-serif;
  color: #9b9b9b;
}
/* line 332, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills .footer a {
  color: #9b9b9b;
  text-decoration: none;
}
/* line 335, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills .footer a:hover {
  color: #4b819e;
}
/* line 338, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills .footer .column {
  display: table-cell;
  width: 50%;
  padding-top: 15px;
}
/* line 344, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills .footer .footer-column-1 {
  padding-left: 79px;
}
/* line 348, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills .footer .footer-column-2 {
  padding-left: 130px;
}
/* line 352, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills .footer:after {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 75px;
  height: 38px;
  margin-left: -38px;
  content: '';
  z-index: 2;
}
/* line 364, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills h3.other-title {
  margin: 0;
  font: 37px/39px "SourceSansProLight", sans-serif;
  color: #225976;
  text-align: center;
}

@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 375, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block:first-child .wrap-bar,
  .preferences-panel .facts .block .inner .wrap-bar {
    margin: 0 0 0 80px !important;
  }

  /* line 379, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner .wrap-bar .bar {
    width: 180px;
    left: 180px;
  }

  /* line 385, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner .wrap-bar .bar.blue .wrap-info .info,
  .preferences-panel .facts .block .inner .wrap-bar .bar.yellow .wrap-info .info {
    left: 13px;
  }

  /* line 389, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner .wrap-bar .bar.green .wrap-info .info {
    left: 15px;
  }

  /* line 393, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner .wrap-bar .bar.red .wrap-info .info {
    left: 44px;
  }
}
@media screen and (max-width: 960px) {
  /* line 399, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block:first-child .wrap-bar {
    margin: 0 0 0 78px !important;
  }

  /* line 403, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner .wrap-bar .bar.blue .wrap-info {
    height: 158px;
    width: 122px;
  }

  /* line 408, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner .wrap-bar .bar.blue .wrap-info .info {
    bottom: 23px;
    left: 14px;
    width: 95px;
    height: 95px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  /* line 419, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner .wrap-bar .bar .wrap-info .info {
    font: 43px/96px "SourceSansProBold", sans-serif;
  }

  /* line 423, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner .wrap-bar .bar .wrap-info .info sup {
    position: absolute;
    top: 26px;
    font: 17px/29px "SourceSansProLight", sans-serif;
    vertical-align: top;
  }

  /* line 430, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner .wrap-bar .bar {
    position: absolute;
    bottom: 0;
    left: 122px;
    width: 123px;
  }

  /* line 437, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner .wrap-bar .bar.yellow .wrap-info {
    height: 129px;
  }

  /* line 441, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner .wrap-bar .bar.yellow .wrap-info .info {
    bottom: 13px;
    left: 14px;
    width: 95px;
    height: 95px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  /* line 452, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner .wrap-bar {
    margin: 0 0 0 80px !important;
  }

  /* line 456, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner h3 {
    padding: 30px 15px 0 24px;
  }

  /* line 460, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner .wrap-bar .bar.green .wrap-info .info {
    bottom: 5px;
    left: 14px;
    width: 95px;
    height: 95px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  /* line 471, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner .wrap-bar .bar.green .wrap-info {
    height: 104px;
  }

  /* line 475, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner .wrap-bar .bar.red .wrap-info {
    height: 54px;
  }

  /* line 479, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner .wrap-bar .bar.red .wrap-info .info {
    bottom: 5px;
    left: 39px;
    width: 46px;
    height: 46px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  /* line 489, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner .wrap-bar .bar.red .wrap-info .info strong {
    position: absolute;
    top: -15px;
    font-size: 21px;
    left: 7px;
  }
  /* line 495, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner .wrap-bar .bar.red .wrap-info .info strong sup {
    top: 30px;
  }

  /* line 501, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel .facts .block .inner .wrap-bar {
    height: 338px;
  }
}
/* line 506, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills .column-1 ul {
  margin: 0 10px 0 60px;
}

/* line 510, ../sass/pages/home/_preferences-panel.scss */
.preferences-panel .skills .column-2 ul {
  margin: 0 0px 0 72px;
}

@media screen and (max-width: 767px) {
  /* line 515, ../sass/pages/home/_preferences-panel.scss */
  .preferences-panel {
    display: none;
  }
}
/* line 1, ../sass/pages/home/_members-panel.scss */
.members-panel {
  position: relative;
  border-top: 1px solid #34281f;
}
/* line 5, ../sass/pages/home/_members-panel.scss */
.members-panel .wrap-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 6px solid #255c79;
  background: #012f48;
  z-index: 999;
}
/* line 14, ../sass/pages/home/_members-panel.scss */
.members-panel .wrap-container .container {
  position: relative;
}
/* line 17, ../sass/pages/home/_members-panel.scss */
.members-panel .wrap-container .container .wrap-member-list {
  display: none;
}
/* line 21, ../sass/pages/home/_members-panel.scss */
.members-panel .wrap-container .container .view-members-button {
  position: absolute;
  top: -54px;
  right: 0;
  border: 1px solid #34281f;
  border-bottom: 0 none;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  background: #255c79;
  color: #fff;
  text-decoration: none;
}
/* line 32, ../sass/pages/home/_members-panel.scss */
.members-panel .wrap-container .container .view-members-button span {
  display: block;
  border: 1px solid #3c6d87;
  border-bottom: 0 none;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  padding: 5px 55px 0 45px;
  font: 21px/40px "SourceSansProLight", sans-serif;
}
/* line 40, ../sass/pages/home/_members-panel.scss */
.members-panel .wrap-container .container .view-members-button span b {
  font-family: "SourceSansProSemiBold", sans-serif;
  font-weight: normal;
}
/* line 45, ../sass/pages/home/_members-panel.scss */
.members-panel .wrap-container .container .view-members-button span:after {
  position: absolute;
  top: 21px;
  right: 19px;
  width: 10px;
  height: 5px;
  background: url(../images/ico_members_button_arrow.png) 0 0 no-repeat;
  content: '';
}
/* line 55, ../sass/pages/home/_members-panel.scss */
.members-panel .wrap-container .container .view-members-button:hover {
  background: #2493bd !important;
  border: 1px solid #2493bd;
  border-bottom: 0;
}
/* line 59, ../sass/pages/home/_members-panel.scss */
.members-panel .wrap-container .container .view-members-button:hover span {
  border: 1px solid #2493bd !important;
}
/* line 65, ../sass/pages/home/_members-panel.scss */
.members-panel .wrap-container .container .view-members-button.active {
  background: #012f48;
}
/* line 69, ../sass/pages/home/_members-panel.scss */
.members-panel .wrap-container .container .view-members-button.active span {
  border-color: #012f48;
  padding-bottom: 6px;
}
/* line 76, ../sass/pages/home/_members-panel.scss */
.members-panel .member-list {
  display: table;
  width: 100%;
  padding: 20px 0 40px;
}
/* line 81, ../sass/pages/home/_members-panel.scss */
.members-panel .member-list .group {
  display: table-cell;
  width: 15%;
  padding-right: 15px;
}
/* line 86, ../sass/pages/home/_members-panel.scss */
.members-panel .member-list .group ul {
  padding: 0;
  margin: 0;
}
/* line 90, ../sass/pages/home/_members-panel.scss */
.members-panel .member-list .group ul li {
  padding-left: 13px;
  background: url("../images/white_arrow.png") 0 6px no-repeat;
}
/* line 94, ../sass/pages/home/_members-panel.scss */
.members-panel .member-list .group ul li a {
  font: 15px/24px "SourceSansProLight", sans-serif;
  color: #fff;
  text-decoration: none;
}
/* line 100, ../sass/pages/home/_members-panel.scss */
.members-panel .member-list .group ul li a:hover {
  color: #2493bd;
}

@media screen and (max-width: 767px) {
  /* line 111, ../sass/pages/home/_members-panel.scss */
  .members-panel {
    display: none;
  }
}
/* line 1, ../sass/pages/home/_lifetime-panel.scss */
.lifetime-panel {
  padding: 76px 0 114px;
}
/* line 4, ../sass/pages/home/_lifetime-panel.scss */
.lifetime-panel .content {
  position: relative;
  height: 100%;
  padding: 35px 0 0;
}
/* line 9, ../sass/pages/home/_lifetime-panel.scss */
.lifetime-panel .content .item {
  text-align: center;
}
/* line 11, ../sass/pages/home/_lifetime-panel.scss */
.lifetime-panel .content .item a {
  text-decoration: none;
  display: inline-block;
}
/* line 15, ../sass/pages/home/_lifetime-panel.scss */
.lifetime-panel .content .item a:hover img {
  opacity: 0.9;
}
/* line 16, ../sass/pages/home/_lifetime-panel.scss */
.lifetime-panel .content .item a:hover h4 {
  color: #2493bd;
}
/* line 24, ../sass/pages/home/_lifetime-panel.scss */
.lifetime-panel .content .item img {
  width: 236px;
  margin: 0 auto;
  border: 8px solid #fff;
  opacity: 1;
  -webkit-border-radius: 126px;
  -moz-border-radius: 126px;
  -ms-border-radius: 126px;
  -o-border-radius: 126px;
  border-radius: 126px;
  -webkit-box-shadow: rgba(2, 2, 2, 0.14) 0 0 3px;
  -moz-box-shadow: rgba(2, 2, 2, 0.14) 0 0 3px;
  box-shadow: rgba(2, 2, 2, 0.14) 0 0 3px;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 36, ../sass/pages/home/_lifetime-panel.scss */
.lifetime-panel .content .item h4 {
  margin: 29px 0 15px;
  font: 24px/30px "SourceSansProReg", sans-serif;
  color: #205774;
}
/* line 42, ../sass/pages/home/_lifetime-panel.scss */
.lifetime-panel .content .item .description {
  padding: 0 0 19px;
  font: 17px/23px "SourceSansProLight", sans-serif;
  color: #4a4949;
}
/* line 48, ../sass/pages/home/_lifetime-panel.scss */
.lifetime-panel .content .item em {
  display: block;
  font: italic 14px/17px "SourceSansProReg", sans-serif;
  color: #9b9b9b;
}
/* line 55, ../sass/pages/home/_lifetime-panel.scss */
.lifetime-panel .content .bx-wrapper .bx-viewport {
  left: auto;
  border: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
/* line 61, ../sass/pages/home/_lifetime-panel.scss */
.lifetime-panel .content .bx-wrapper .bx-viewport .bxslider {
  margin: 0;
}
/* line 66, ../sass/pages/home/_lifetime-panel.scss */
.lifetime-panel .content .slider-nav {
  position: relative;
  height: 100%;
}
/* line 71, ../sass/pages/home/_lifetime-panel.scss */
.lifetime-panel .content .slider-nav a {
  display: block;
  position: absolute;
  top: 168px;
  width: 39px;
  height: 125px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  overflow: hidden;
  text-indent: -999px;
  opacity: 1;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 84, ../sass/pages/home/_lifetime-panel.scss */
.lifetime-panel .content .slider-nav a:hover {
  opacity: 0.9;
}
/* line 87, ../sass/pages/home/_lifetime-panel.scss */
.lifetime-panel .content .slider-nav a:before {
  position: absolute;
  left: 10px;
  top: 28px;
  width: 17px;
  height: 68px;
  content: '';
}
/* line 96, ../sass/pages/home/_lifetime-panel.scss */
.lifetime-panel .content .slider-nav-prev a {
  left: 0;
}
/* line 100, ../sass/pages/home/_lifetime-panel.scss */
.lifetime-panel .content .slider-nav-next a {
  right: 0;
}

@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 107, ../sass/pages/home/_lifetime-panel.scss */
  .lifetime-panel .content .slider li .item {
    margin: 0 0 0 2.333% !important;
  }

  /* line 111, ../sass/pages/home/_lifetime-panel.scss */
  .lifetime-panel .content .item img {
    width: 204px;
    -webkit-border-radius: 110px;
    -moz-border-radius: 110px;
    -ms-border-radius: 110px;
    -o-border-radius: 110px;
    border-radius: 110px;
  }
}
@media screen and (max-width: 960px) {
  /* line 118, ../sass/pages/home/_lifetime-panel.scss */
  .lifetime-panel .content .item:nth-child(3) {
    display: none;
  }

  /* line 123, ../sass/pages/home/_lifetime-panel.scss */
  .lifetime-panel .content .item img {
    width: 236px;
    -webkit-border-radius: 126px;
    -moz-border-radius: 126px;
    -ms-border-radius: 126px;
    -o-border-radius: 126px;
    border-radius: 126px;
  }
}
@media screen and (max-width: 767px) {
  /* line 130, ../sass/pages/home/_lifetime-panel.scss */
  .lifetime-panel {
    display: none;
  }
}
/* line 1, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel {
  padding: 84px 0 112px;
}
/* line 6, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row {
  margin: 44px 0 0;
}
/* line 9, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .item {
  text-align: center;
}
/* line 14, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .item > a,
.network-members-panel .content .row .item .wrap {
  display: block;
  position: relative;
  height: 266px;
  margin: 0 10px;
  border: 1px solid rgba(2, 3, 3, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 0 0;
  -webkit-box-shadow: white 0 0 1px 1px inset;
  -moz-box-shadow: white 0 0 1px 1px inset;
  box-shadow: white 0 0 1px 1px inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f0f0f0;
  text-decoration: none;
}
/* line 27, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .item > a img,
.network-members-panel .content .row .item .wrap img {
  border: 8px solid rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
}
/* line 32, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .item > a .title,
.network-members-panel .content .row .item .wrap .title {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  height: 86px;
  background: url(../images/bg_home_network_members_item_title.png) 0 0 repeat;
  overflow: hidden;
}
/* line 41, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .item > a .title:before,
.network-members-panel .content .row .item .wrap .title:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: url(../images/bg_home_network_members_item_title_top.png) 0 0 repeat-x;
  content: '';
}
/* line 52, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .item > a h4,
.network-members-panel .content .row .item .wrap h4 {
  margin: 13px 0 0;
  font: 15px/18px "SourceSansProBold", sans-serif;
  color: #ffffff;
}
/* line 58, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .item > a strong,
.network-members-panel .content .row .item .wrap strong {
  display: block;
  font: 15px/18px "SourceSansProReg", sans-serif;
  color: #4dadd7;
}
/* line 64, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .item > a em,
.network-members-panel .content .row .item .wrap em {
  display: block;
  font: italic 12px/14px "SourceSansProReg", sans-serif;
  color: #fff;
}
/* line 73, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row:first-child {
  margin: 0;
}
/* line 78, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .alumnae-network .wrap .thumbnail {
  display: block;
}
/* line 79, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .alumnae-network .wrap .logo {
  display: none;
}
/* line 80, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .alumnae-network .wrap > strong {
  display: none;
}
/* line 84, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .alumnae-network .wrap .thumbnail {
  display: block;
}
/* line 85, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .alumnae-network .wrap .logo {
  display: none;
}
/* line 86, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .alumnae-network .wrap > strong {
  display: none;
}
/* line 91, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .college > a,
.network-members-panel .content .row .college .wrap {
  padding-top: 24px;
}
/* line 94, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .college > a .thumbnail,
.network-members-panel .content .row .college > a .title,
.network-members-panel .content .row .college .wrap .thumbnail,
.network-members-panel .content .row .college .wrap .title {
  display: none;
}
/* line 95, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .college > a .logo,
.network-members-panel .content .row .college .wrap .logo {
  display: block;
}
/* line 97, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .college > a img,
.network-members-panel .content .row .college .wrap img {
  margin: 0 0 18px;
  border: 0 none;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  -ms-border-radius: 75px;
  -o-border-radius: 75px;
  border-radius: 75px;
}
/* line 103, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .college > a strong,
.network-members-panel .content .row .college .wrap strong {
  padding: 0 0 0;
  color: #1d79a0;
}
/* line 106, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .college > a strong a,
.network-members-panel .content .row .college .wrap strong a {
  color: #1d79a0;
  text-decoration: none;
}
/* line 109, ../sass/pages/home/_network-members-panel.scss */
.network-members-panel .content .row .college > a strong a:hover,
.network-members-panel .content .row .college .wrap strong a:hover {
  text-decoration: underline;
}

@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 121, ../sass/pages/home/_network-members-panel.scss */
  .network-members-panel .content .row .item > a .title,
  .network-members-panel .content .row .item .wrap .title {
    height: 102px;
  }

  /* line 126, ../sass/pages/home/_network-members-panel.scss */
  .network-members-panel .content .row .item > a img,
  .network-members-panel .content .row .item .wrap img {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  /* line 133, ../sass/pages/home/_network-members-panel.scss */
  .network-members-panel .content .row .item:nth-child(4),
  .network-members-panel .content .row .item:nth-child(5) {
    display: none;
  }

  /* line 137, ../sass/pages/home/_network-members-panel.scss */
  .network-members-panel .content .row .item {
    margin-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  /* line 143, ../sass/pages/home/_network-members-panel.scss */
  .network-members-panel {
    display: none;
  }
}
/* line 1, ../sass/pages/home/_information-panel.scss */
.information-panel {
  padding: 76px 0 86px;
}
/* line 8, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px 0 0;
  overflow: hidden;
}
/* line 16, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-1 figure {
  height: 503px;
}
/* line 19, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-1 figure img {
  height: 369px;
  margin: 0 0 7px;
}
/* line 24, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-1 figure figcaption {
  font: 36px/1em "SourceSansProLight", sans-serif;
}
/* line 27, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-1 figure figcaption a {
  height: 127px;
  padding: 0 0 0 47px;
  background: #245b78;
}
/* line 31, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-1 figure figcaption a:hover {
  background: #002032;
}
/* line 39, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-2 .top {
  margin: 0 0 7px;
}
/* line 42, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-2 .top img {
  height: 202px;
  margin: 0 0 7px;
}
/* line 47, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-2 .top figcaption {
  font: 24px/1em "SourceSansProLight", sans-serif;
}
/* line 50, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-2 .top figcaption a {
  height: 69px;
  padding: 0 0 0 52px;
  background: #7aac2f;
}
/* line 54, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-2 .top figcaption a:hover {
  background: #002032;
}
/* line 61, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-2 .bottom img {
  float: left;
  height: 218px;
}
/* line 66, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-2 .bottom figcaption {
  float: left;
  width: 209px;
  margin: 0 0 0 7px;
  font: 31px/29px "SourceSansProLight", sans-serif;
  text-align: center;
}
/* line 73, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-2 .bottom figcaption a {
  height: 218px;
  background: #c51b14;
}
/* line 76, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-2 .bottom figcaption a:hover {
  background: #002032;
}
/* line 82, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-3 {
  padding: 0;
}
/* line 85, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-3 figure {
  height: 503px;
}
/* line 88, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-3 figure img {
  height: 334px;
}
/* line 92, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-3 figure figcaption {
  margin: 0 0 7px;
  font: 28px/29px "SourceSansProLight", sans-serif;
}
/* line 96, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-3 figure figcaption a {
  height: 162px;
  padding: 0 0 0 19px;
  background: #fab60c;
}
/* line 100, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items .group-3 figure figcaption a:hover {
  background: #002032;
}
/* line 108, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items figure img {
  display: block;
}
/* line 112, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items figure figcaption {
  display: table;
  width: 100%;
}
/* line 116, ../sass/pages/home/_information-panel.scss */
.information-panel .content .items figure figcaption a {
  display: table-cell;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
/* line 126, ../sass/pages/home/_information-panel.scss */
.information-panel .content .link {
  padding: 18px 5px 0 0;
  font: italic 14px/1em "SourceSansProLight", sans-serif;
  color: #9b9b9b;
  text-align: right;
}
/* line 132, ../sass/pages/home/_information-panel.scss */
.information-panel .content .link a {
  color: #245b78;
  text-decoration: none;
}
/* line 138, ../sass/pages/home/_information-panel.scss */
.information-panel .content .categories {
  margin: 44px 0 0;
}
/* line 141, ../sass/pages/home/_information-panel.scss */
.information-panel .content .categories ul {
  margin: 0;
  padding: 0;
}
/* line 147, ../sass/pages/home/_information-panel.scss */
.information-panel .content .categories ul li a {
  display: block;
  position: relative;
  height: 112px;
}
/* line 152, ../sass/pages/home/_information-panel.scss */
.information-panel .content .categories ul li a:hover strong {
  background: black;
  padding: 3px 5px 5px 20px;
}
/* line 158, ../sass/pages/home/_information-panel.scss */
.information-panel .content .categories ul li a img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 162, ../sass/pages/home/_information-panel.scss */
.information-panel .content .categories ul li a strong {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 0 0 20px;
  background: rgba(0, 0, 0, 0.79);
  font: 26px/35px "SourceSansProLight", sans-serif;
  color: #fff;
}
/* line 173, ../sass/pages/home/_information-panel.scss */
.information-panel .content .categories ul li a strong:after {
  position: absolute;
  top: 5px;
  right: 13px;
  width: 27px;
  height: 27px;
  content: '';
}

@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 190, ../sass/pages/home/_information-panel.scss */
  .information-panel .content .items .group-2 .bottom figcaption {
    float: none;
    width: auto;
    padding: 0 0 0 7px;
    font: 31px/29px "SourceSansProLight", sans-serif;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  /* line 200, ../sass/pages/home/_information-panel.scss */
  .information-panel .content .items .group-2 .bottom figcaption {
    float: none;
    width: auto;
    padding: 0 0 0 7px;
    font: 31px/29px "SourceSansProLight", sans-serif;
    text-align: center;
  }

  /* line 208, ../sass/pages/home/_information-panel.scss */
  .information-panel .categories ul li {
    width: 47.79661%;
  }

  /* line 212, ../sass/pages/home/_information-panel.scss */
  .information-panel .categories ul li:nth-child(5) {
    display: none;
  }

  /* line 216, ../sass/pages/home/_information-panel.scss */
  .information-panel .content .categories ul li a {
    height: auto;
  }

  /* line 220, ../sass/pages/home/_information-panel.scss */
  .information-panel .content .categories ul li a img {
    width: 100%;
  }

  /* line 225, ../sass/pages/home/_information-panel.scss */
  .information-panel .categories ul li:nth-child(2),
  .information-panel .categories ul li:nth-child(4) {
    margin-right: 0;
    margin-left: 2.937853%;
  }
}
@media screen and (max-width: 767px) {
  /* line 232, ../sass/pages/home/_information-panel.scss */
  .information-panel {
    display: none;
  }
}
@media all and (min-width: 767px) and (max-width: 1171px) {
  /* line 239, ../sass/pages/home/_information-panel.scss */
  .information-panel figure {
    overflow: hidden;
  }
  /* line 241, ../sass/pages/home/_information-panel.scss */
  .information-panel figure img {
    max-width: none;
    width: auto;
  }
}
/* line 1, ../sass/pages/home/_colleges-panel.scss */
.colleges-panel {
  padding: 64px 0 0px;
}
/* line 4, ../sass/pages/home/_colleges-panel.scss */
.colleges-panel.three .pane-title {
  margin: 0 0 15px;
  font: 20px/1em "SourceSansProSemiBold", sans-serif;
  color: #4a4949;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 5px;
}
/* line 13, ../sass/pages/home/_colleges-panel.scss */
.colleges-panel.three .content {
  background: none;
}
/* line 16, ../sass/pages/home/_colleges-panel.scss */
.colleges-panel.three .wrap-search-button {
  display: none !important;
}
/* line 21, ../sass/pages/home/_colleges-panel.scss */
.colleges-panel .content {
  padding-bottom: 15px;
  background: url(../images/bg_home_colleges_content.jpg) 50% 0 no-repeat;
}
/* line 25, ../sass/pages/home/_colleges-panel.scss */
.colleges-panel .content ul {
  padding: 0;
  margin: 0;
}
/* line 29, ../sass/pages/home/_colleges-panel.scss */
.colleges-panel .content ul li {
  padding-left: 13px;
  background: url("../images/blue_arrow_11.png") 0 9px no-repeat;
}
/* line 33, ../sass/pages/home/_colleges-panel.scss */
.colleges-panel .content ul li a {
  font: 21px/29px "SourceSansProLight", sans-serif;
  color: #153b50;
  text-decoration: none;
  word-wrap: normal;
}
/* line 40, ../sass/pages/home/_colleges-panel.scss */
.colleges-panel .content ul li a:hover {
  text-decoration: none;
  color: #4dadd7;
}
/* line 48, ../sass/pages/home/_colleges-panel.scss */
.colleges-panel .wrap-search-button {
  text-align: center;
}
/* line 51, ../sass/pages/home/_colleges-panel.scss */
.colleges-panel .wrap-search-button a {
  width: 141px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 0 52px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.35) 0 1px 1px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.35) 0 1px 1px inset;
  box-shadow: rgba(255, 255, 255, 0.35) 0 1px 1px inset;
  background: url(../images/bg_home_colleges_search_button.png) 0 0 repeat-x;
  font: 28px/57px "SourceSansProReg", sans-serif;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(2, 2, 2, 0.47);
  opacity: 1;
}
/* line 64, ../sass/pages/home/_colleges-panel.scss */
.colleges-panel .wrap-search-button a:hover {
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  /* line 72, ../sass/pages/home/_colleges-panel.scss */
  .colleges-panel {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  /* line 78, ../sass/pages/home/_colleges-panel.scss */
  .colleges-panel .content {
    min-height: 401px;
  }
}
/* About Page */
/* line 3, ../sass/pages/about/_about-full.scss */
.page-about #main {
  padding-top: 0;
  /* SideBar
  --------------------------------------------------------------*/
}
/* line 10, ../sass/pages/about/_about-full.scss */
.page-about #main .body ul {
  padding: 14px 0 2px 0;
  list-style-type: none;
}
/* line 14, ../sass/pages/about/_about-full.scss */
.page-about #main .body ul li {
  position: relative;
  margin-bottom: 8px;
  padding: 0 0 0 3%;
  min-height: 25px;
  height: auto !important;
  color: #4A4949;
  font: 17px/23px "SourceSansProReg", sans-serif;
  background: url(../images/ico_content_list_marker_mobile2.png) 0 5px no-repeat;
}
/* line 26, ../sass/pages/about/_about-full.scss */
.page-about #main .body h3 {
  color: #205774;
  font: 20px/27px "SourceSansProExtraLight", sans-serif;
  font-weight: normal;
}
/* line 34, ../sass/pages/about/_about-full.scss */
.page-about #main .body .description p {
  font: 17px/23px "SourceSansProLight", sans-serif;
  color: #4a4949;
  margin-bottom: 10px;
}
/* line 46, ../sass/pages/about/_about-full.scss */
.page-about #main aside .sidebar {
  padding-left: 5px;
}
/* line 51, ../sass/pages/about/_about-full.scss */
.page-about .content-navigation ul {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  /* line 60, ../sass/pages/about/_about-full.scss */
  .page-about #main .body ul {
    margin: 0;
  }
  /* line 63, ../sass/pages/about/_about-full.scss */
  .page-about #main .body ul li {
    margin: 0;
    padding: 5px 0 5px 5%;
    background: url(../images/ico_content_list_marker_mobile2.png) 0 10px no-repeat;
    border-bottom: 1px solid #e9e9e9;
  }

  /* line 73, ../sass/pages/about/_about-full.scss */
  .page-about #page > .page-inner > .container {
    padding: 0;
  }
}
@media screen and (max-width: 479px) {
  /* line 80, ../sass/pages/about/_about-full.scss */
  #main .body > ul > li {
    padding: 15px 0 27px 9.7%;
    background: url(../images/ico_content_list_marker_mobile.jpg) 0 20px no-repeat;
  }
}
/* line 1, ../sass/pages/about/_news-panel.scss */
.news-panel {
  background: #F0F0F0;
  margin: 30px 0 0;
  padding-top: 12px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 22px;
}
/* line 8, ../sass/pages/about/_news-panel.scss */
.news-panel .pane-title {
  color: #4a4949;
  font: 20px/30px "SourceSansProSemiBold", sans-serif;
  margin: 0px 0 0 15px;
}
/* line 16, ../sass/pages/about/_news-panel.scss */
.news-panel .item-list ul {
  list-style-type: none;
  padding: 0 16px;
  margin: 15px 0;
}
/* line 21, ../sass/pages/about/_news-panel.scss */
.news-panel .item-list ul li {
  margin-bottom: 20px;
}
/* line 24, ../sass/pages/about/_news-panel.scss */
.news-panel .item-list ul li .description {
  display: block;
  color: #4A4949;
  font: 17px/23px "SourceSansProReg";
  text-decoration: none;
}
/* line 30, ../sass/pages/about/_news-panel.scss */
.news-panel .item-list ul li .description .title {
  display: block;
  color: #7C8996;
  font-size: 14px;
  line-height: 23px;
  font-weight: normal;
}
/* line 37, ../sass/pages/about/_news-panel.scss */
.news-panel .item-list ul li .description .title b {
  color: #1F5386;
  font-weight: normal;
}
/* line 44, ../sass/pages/about/_news-panel.scss */
.news-panel .item-list ul li a {
  text-decoration: none;
}
/* line 46, ../sass/pages/about/_news-panel.scss */
.news-panel .item-list ul li a:hover {
  text-decoration: underline;
}
/* line 52, ../sass/pages/about/_news-panel.scss */
.news-panel .item-list ul ul li:last-child {
  margin-bottom: 10px;
}

/* Blog Page */
/* =BLOG PAGE
============================================================================*/
/* line 5, ../sass/pages/blog/_blog-full.scss */
.blog-full #main,
.blog-page #main {
  padding-top: 0;
}
/* line 7, ../sass/pages/blog/_blog-full.scss */
.blog-full #main .pane-page-breadcrumb,
.blog-page #main .pane-page-breadcrumb {
  margin-top: 28px;
  float: left;
  width: 100%;
}
/* line 13, ../sass/pages/blog/_blog-full.scss */
.blog-full .field-label,
.blog-page .field-label {
  font-family: "SourceSansProReg", sans-serif;
}

/* line 21, ../sass/pages/blog/_blog-full.scss */
.blog-page #main .view-blog {
  padding-top: 25px;
}
/* line 24, ../sass/pages/blog/_blog-full.scss */
.blog-page #main .view-blog .body {
  padding-top: 11px;
}
/* line 27, ../sass/pages/blog/_blog-full.scss */
.blog-page #main .view-blog .body p {
  margin: 20px 0;
  font: 17px/23px "SourceSansProLight", sans-serif;
  color: #4a4949;
}

/* line 38, ../sass/pages/blog/_blog-full.scss */
.blog-full .pane-node-field-source,
.blog-full .pane-node-field-news-tags {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: 50%;
  padding-left: 0;
  padding-right: 10px;
  margin-right: 10px;
  margin-right: 0;
  float: left;
}
/* line 42, ../sass/pages/blog/_blog-full.scss */
.blog-full .pane-node-field-source a,
.blog-full .pane-node-field-news-tags a {
  text-decoration: none;
}
/* line 44, ../sass/pages/blog/_blog-full.scss */
.blog-full .pane-node-field-source a:hover,
.blog-full .pane-node-field-news-tags a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  /* line 49, ../sass/pages/blog/_blog-full.scss */
  .blog-page .promo .container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 56, ../sass/pages/blog/_blog-full.scss */
  .blog-page #main .view-blog {
    padding-top: 0;
  }

  /* line 60, ../sass/pages/blog/_blog-full.scss */
  .blog-page #main .view-blog .body {
    padding: 0;
  }

  /* line 64, ../sass/pages/blog/_blog-full.scss */
  .blog-page #main .view-blog .body p {
    margin: 10px 0;
  }

  /* line 68, ../sass/pages/blog/_blog-full.scss */
  .blog-page #main .view-blog .title-blog a {
    font-size: 18px;
    line-height: 14px;
  }

  /* line 74, ../sass/pages/blog/_blog-full.scss */
  .blog-page #main #content,
  .blog-full #main #content {
    padding: 0 !important;
  }
}
@media screen and (max-width: 479px) {
  /* line 81, ../sass/pages/blog/_blog-full.scss */
  .blog-page #main .view-blog {
    padding-top: 0;
  }
}
/* line 1, ../sass/pages/blog/_subscribe-panel.scss */
.subscribe-panel {
  margin-top: 19px;
  padding: 10px 0 34px 0;
  background: #F0F0F0;
  text-align: center;
}
/* line 7, ../sass/pages/blog/_subscribe-panel.scss */
.subscribe-panel .pane-title {
  font: 20px/30px "SourceSansProLight", sans-serif;
  margin: 0;
}
/* line 11, ../sass/pages/blog/_subscribe-panel.scss */
.subscribe-panel .pane-title b {
  font: 20px/30px "SourceSansProSemiBold", sans-serif;
  font-weight: normal;
}
/* line 17, ../sass/pages/blog/_subscribe-panel.scss */
.subscribe-panel .pane-content {
  display: inline-block;
  width: 100%;
  text-align: center;
}
/* line 22, ../sass/pages/blog/_subscribe-panel.scss */
.subscribe-panel .pane-content .menu {
  margin: 9px auto 0 auto;
  padding: 0 5px;
  display: inline-block;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.subscribe-panel .pane-content .menu:before, .subscribe-panel .pane-content .menu:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.subscribe-panel .pane-content .menu:after {
  clear: both;
}
/* line 28, ../sass/pages/blog/_subscribe-panel.scss */
.subscribe-panel .pane-content .menu li {
  float: left;
}
/* line 31, ../sass/pages/blog/_subscribe-panel.scss */
.subscribe-panel .pane-content .menu li a {
  display: block;
  width: 47px;
  height: 47px;
  margin-left: 5px;
  overflow: hidden;
  text-indent: -999px;
}
/* line 39, ../sass/pages/blog/_subscribe-panel.scss */
.subscribe-panel .pane-content .menu li a:first-child a {
  margin-left: 0;
}
/* line 44, ../sass/pages/blog/_subscribe-panel.scss */
.subscribe-panel .pane-content .menu li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

/* line 52, ../sass/pages/blog/_subscribe-panel.scss */
.report-listing-page .subscribe-panel {
  padding-bottom: 29px;
}
/* line 55, ../sass/pages/blog/_subscribe-panel.scss */
.report-listing-page .subscribe-panel .pane-title {
  font-size: 18px;
}
/* line 58, ../sass/pages/blog/_subscribe-panel.scss */
.report-listing-page .subscribe-panel .pane-title b {
  font-size: 18px;
}
/* line 64, ../sass/pages/blog/_subscribe-panel.scss */
.report-listing-page .subscribe-panel .pane-content .menu li a {
  display: block;
  width: 38px;
  height: 39px;
  margin-left: 10px;
}
/* line 71, ../sass/pages/blog/_subscribe-panel.scss */
.report-listing-page .subscribe-panel .pane-content .menu li:first-child {
  margin-left: 0;
}

@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 83, ../sass/pages/blog/_subscribe-panel.scss */
  .subscribe-panel .pane-content .menu li a.facebook,
  .subscribe-panel .pane-content .menu li a.twitter,
  .subscribe-panel .pane-content .menu li a.gplus,
  .subscribe-panel .pane-content .menu li a.lin {
    margin: 0 10px 10px 0;
  }
  /* line 87, ../sass/pages/blog/_subscribe-panel.scss */
  .subscribe-panel .pane-content .menu li:first-child a {
    margin-left: 0;
  }

  /* line 97, ../sass/pages/blog/_subscribe-panel.scss */
  .report-listing-page .subscribe-panel .pane-content .menu li a.facebook,
  .report-listing-page .subscribe-panel .pane-content .menu li a.twitter,
  .report-listing-page .subscribe-panel .pane-content .menu li a.gplus,
  .report-listing-page .subscribe-panel .pane-content .menu li a.lin {
    margin: 0 5px 10px 0;
  }
  /* line 101, ../sass/pages/blog/_subscribe-panel.scss */
  .report-listing-page .subscribe-panel .pane-content .menu li:first-child a {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  /* line 113, ../sass/pages/blog/_subscribe-panel.scss */
  .subscribe-panel .pane-content .menu li a.facebook,
  .subscribe-panel .pane-content .menu li a.twitter,
  .subscribe-panel .pane-content .menu li a.gplus,
  .subscribe-panel .pane-content .menu li a.lin {
    margin: 0 5px 5px 0;
  }
  /* line 117, ../sass/pages/blog/_subscribe-panel.scss */
  .subscribe-panel .pane-content .menu li:first-child a {
    margin-left: 0;
  }

  /* line 127, ../sass/pages/blog/_subscribe-panel.scss */
  .report-listing-page .subscribe-panel .pane-content .menu li a.facebook,
  .report-listing-page .subscribe-panel .pane-content .menu li a.twitter,
  .report-listing-page .subscribe-panel .pane-content .menu li a.gplus,
  .report-listing-page .subscribe-panel .pane-content .menu li a.lin {
    margin: 0 5px 10px 0;
  }
  /* line 131, ../sass/pages/blog/_subscribe-panel.scss */
  .report-listing-page .subscribe-panel .pane-content .menu li:first-child a {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 138, ../sass/pages/blog/_subscribe-panel.scss */
  .subscribe-panel {
    margin: 10px 0;
    padding: 25px 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .subscribe-panel:before, .subscribe-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .subscribe-panel:after {
    clear: both;
  }
  /* line 143, ../sass/pages/blog/_subscribe-panel.scss */
  .subscribe-panel .pane-title {
    float: left;
    display: inline-block;
    margin-left: 10px;
    width: 30%;
    text-align: left;
  }
  /* line 150, ../sass/pages/blog/_subscribe-panel.scss */
  .subscribe-panel .pane-title b {
    display: block;
  }
  /* line 155, ../sass/pages/blog/_subscribe-panel.scss */
  .subscribe-panel .pane-content {
    float: right;
    margin-right: 10px;
    width: 48%;
  }

  /* line 167, ../sass/pages/blog/_subscribe-panel.scss */
  .report-listing-page .subscribe-panel .pane-content .menu li a.facebook,
  .report-listing-page .subscribe-panel .pane-content .menu li a.twitter,
  .report-listing-page .subscribe-panel .pane-content .menu li a.gplus,
  .report-listing-page .subscribe-panel .pane-content .menu li a.lin {
    margin: 0 5px 5px 0;
  }
  /* line 171, ../sass/pages/blog/_subscribe-panel.scss */
  .report-listing-page .subscribe-panel .pane-content .menu li:first-child a {
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  /* line 178, ../sass/pages/blog/_subscribe-panel.scss */
  .subscribe-panel .pane-title {
    float: none;
    display: inline-block;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  /* line 185, ../sass/pages/blog/_subscribe-panel.scss */
  .subscribe-panel .pane-title b {
    display: inline-block;
  }

  /* line 190, ../sass/pages/blog/_subscribe-panel.scss */
  .subscribe-panel .pane-content {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  /* line 196, ../sass/pages/blog/_subscribe-panel.scss */
  .report-listing-page .subscribe-panel {
    display: none;
  }
}
/* line 1, ../sass/pages/blog/_banner-panel.scss */
.banner-panel {
  margin-top: 39px;
}
/* line 4, ../sass/pages/blog/_banner-panel.scss */
.banner-panel img {
  width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 767px) {
  /* line 12, ../sass/pages/blog/_banner-panel.scss */
  .banner-panel {
    margin-top: 10px;
  }
}
/* line 1, ../sass/pages/blog/_categories-panel.scss */
.categories-panel {
  margin-top: 30px;
}
/* line 4, ../sass/pages/blog/_categories-panel.scss */
.categories-panel .pane-title {
  font: 26px/30px "SourceSansProReg", sans-serif;
  color: #4A4949;
}
/* line 9, ../sass/pages/blog/_categories-panel.scss */
.categories-panel .item-list ul {
  padding: 0;
  margin: 0 0;
}
/* line 13, ../sass/pages/blog/_categories-panel.scss */
.categories-panel .item-list ul li {
  display: block;
  border-top: 1px solid #dedede;
}
/* line 17, ../sass/pages/blog/_categories-panel.scss */
.categories-panel .item-list ul li a {
  padding: 10px 0;
  display: block;
  font: 15px/20px "SourceSansProReg", sans-serif;
  color: #4A4949;
  text-decoration: none;
}
/* line 25, ../sass/pages/blog/_categories-panel.scss */
.categories-panel .item-list ul li a:hover {
  padding-left: 15px;
  background: #F0F0F0;
}
/* line 32, ../sass/pages/blog/_categories-panel.scss */
.categories-panel .item-list ul li:last-child {
  border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 767px) {
  /* line 39, ../sass/pages/blog/_categories-panel.scss */
  .categories-panel {
    margin: 10px -10px 0 -10px;
  }

  /* line 43, ../sass/pages/blog/_categories-panel.scss */
  .categories-panel .pane-title {
    margin-left: 10px;
  }

  /* line 47, ../sass/pages/blog/_categories-panel.scss */
  .categories-panel .item-list ul li a {
    padding: 10px 0 10px 10px;
  }
}
/* Search Listing Page */
/* line 1, ../sass/pages/search-listing/_search-menu.scss */
#navigate-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

/* line 13, ../sass/pages/search-listing/_search-menu.scss */
#search-menu {
  position: relative;
  border-top: 1px solid #012b42;
  -webkit-box-shadow: #3a718e 0 1px 1px inset;
  -moz-box-shadow: #3a718e 0 1px 1px inset;
  box-shadow: #3a718e 0 1px 1px inset;
  background: #1f5386;
  z-index: 999;
}
/* line 20, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .search-form {
  margin-bottom: 14px;
}
/* line 21, ../sass/pages/search-listing/_search-menu.scss */
#search-menu #edit-mark2, #search-menu #edit-mark1 {
  display: none;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#search-menu .wrapper:before, #search-menu .wrapper:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#search-menu .wrapper:after {
  clear: both;
}
/* line 26, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .search-box {
  float: left;
  width: 23%;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#search-menu .wrapper .search-box .search-form:before, #search-menu .wrapper .search-box .search-form:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#search-menu .wrapper .search-box .search-form:after {
  clear: both;
}
/* line 33, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .search-box .search-form .form-item,
#search-menu .wrapper .search-box .search-form .form-actions {
  margin: 14px 0 0;
  float: left;
}
/* line 38, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .search-box .search-form .form-search, #search-menu .wrapper .search-box .search-form .form-type-textfield {
  width: 80%;
}
/* line 42, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .search-box .search-form .input {
  float: left;
  padding: 3px 22px 3px 22px;
  width: 100%;
  border: 0 none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  color: #a8a8a8;
  font: 17px/1.4em "SourceSansProReg", sans-serif;
  outline: none;
}
/* line 53, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .search-box .search-form ::-webkit-input-placeholder {
  color: #a8a8a8;
  font: 17px/1.5em "SourceSansProReg", sans-serif;
}
/* line 58, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .search-box .search-form :-moz-placeholder {
  color: #a8a8a8;
  font: 17px/1.5em "SourceSansProReg", sans-serif;
}
/* line 63, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .search-box .search-form ::-moz-placeholder {
  color: #a8a8a8;
  font: 17px/1.5em "SourceSansProReg", sans-serif;
}
/* line 68, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .search-box .search-form :-ms-input-placeholder {
  color: #a8a8a8;
  font: 17px/1.5em "SourceSansProReg", sans-serif;
}
/* line 73, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .search-box .search-form .submit {
  position: relative;
  display: inline-block;
  margin: 4px 0 0 8px;
  border: 0 none;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -999px;
}
/* line 86, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation {
  float: left;
  width: 77%;
}
/* line 92, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul,
#search-menu .wrapper .navigation form > div > ul,
#search-menu .wrapper .navigation > ul {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  background: url(../images/search_menu_item.png) 0 50% no-repeat;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#search-menu .wrapper .navigation form > ul:before, #search-menu .wrapper .navigation form > ul:after,
#search-menu .wrapper .navigation form > div > ul:before,
#search-menu .wrapper .navigation form > div > ul:after,
#search-menu .wrapper .navigation > ul:before,
#search-menu .wrapper .navigation > ul:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#search-menu .wrapper .navigation form > ul:after,
#search-menu .wrapper .navigation form > div > ul:after,
#search-menu .wrapper .navigation > ul:after {
  clear: both;
}
/* line 100, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li,
#search-menu .wrapper .navigation form > div > ul > li,
#search-menu .wrapper .navigation > ul > li {
  display: block;
  float: left;
  padding-right: 1px;
  background: url(../images/search_menu_item.png) 100% 50% no-repeat;
}
/* line 107, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li:hover, #search-menu .wrapper .navigation form > ul > li.active,
#search-menu .wrapper .navigation form > div > ul > li:hover,
#search-menu .wrapper .navigation form > div > ul > li.active,
#search-menu .wrapper .navigation > ul > li:hover,
#search-menu .wrapper .navigation > ul > li.active {
  background: #0C335B;
}
/* line 115, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li > a,
#search-menu .wrapper .navigation form > div > ul > li > a,
#search-menu .wrapper .navigation > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 20px 41px 21px 27px;
  text-decoration: none;
  color: #FFF;
  font: 17px/17px "SourceSansProSemiBold", sans-serif;
  text-shadow: 0 1px 0 rgba(2, 2, 2, 0.2);
  text-align: center;
}
/* line 125, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li > a:after,
#search-menu .wrapper .navigation form > div > ul > li > a:after,
#search-menu .wrapper .navigation > ul > li > a:after {
  position: absolute;
  top: 47%;
  right: 13%;
  width: 8px;
  height: 4px;
  content: "";
}
/* line 135, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav,
#search-menu .wrapper .navigation > ul > li .sub-nav {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -ms-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
  padding: 15px 16px 16px;
  background: #0c335b;
}
/* line 145, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .image,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .image,
#search-menu .wrapper .navigation > ul > li .sub-nav .image {
  float: left;
  border-right: 1px solid #3a597a;
  padding: 0 18px 0 0;
}
/* line 150, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .image img,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .image img,
#search-menu .wrapper .navigation > ul > li .sub-nav .image img {
  display: block;
  max-width: 220px;
  max-height: 118px;
}
/* line 157, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form {
  margin: 0 0 0 239px;
}
/* line 43, ../sass/_mixins.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .column:before, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .column:after,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .column:before,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .column:after,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .column:before,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .column:after {
  content: " ";
  display: table;
}
/* line 48, ../sass/_mixins.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .column:after,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .column:after,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .column:after {
  clear: both;
}
/* line 53, ../sass/_mixins.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .column,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .column,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .column {
  *zoom: 1;
}
/* line 164, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form label,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form label,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form label {
  font: 17px/1em "SourceSansProReg", sans-serif;
  color: #fff;
}
/* line 169, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form div.checker,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form div.checker,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form div.checker {
  float: left;
  width: 29px;
  height: 29px;
  margin: 0;
  background: #fff;
  margin-right: 10px;
  margin-top: 3px;
}
/* line 178, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form div.checker input,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form div.checker input,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form div.checker input {
  width: 29px;
  height: 29px;
}
/* line 183, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form div.checker span,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form div.checker span,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form div.checker span {
  width: 29px;
  height: 29px;
  background: url(../images/ico_search_nav_checkbox.gif) 0 -100px no-repeat;
}
/* line 189, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form div.checker span.checked,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form div.checker span.checked,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form div.checker span.checked {
  background-position: 50% 50%;
}
/* line 194, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .form-item,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .form-item,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-item {
  display: inline-block;
  margin: 0 0 13px;
}
/* line 200, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .form-item:last-child,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .form-item:last-child,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-item:last-child {
  margin-bottom: 0;
}
/* line 205, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .form-text,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .form-text,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-text {
  width: 190px;
  height: 32px;
  border: 1px solid;
  border-color: #f9fafb #f0f2f5;
  padding: 0 14px;
  background: #fff;
  font: 17px/32px "SourceSansProReg", sans-serif;
  color: #818181;
}
/* line 215, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .form-text ::-webkit-input-placeholder,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .form-text ::-webkit-input-placeholder,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-text ::-webkit-input-placeholder {
  color: #a8a8a8;
  font: 17px/2em "SourceSansProReg", sans-serif;
}
/* line 220, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .form-text :-moz-placeholder,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .form-text :-moz-placeholder,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-text :-moz-placeholder {
  color: #a8a8a8;
  font: 17px/2em "SourceSansProReg", sans-serif;
}
/* line 225, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .form-text ::-moz-placeholder,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .form-text ::-moz-placeholder,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-text ::-moz-placeholder {
  color: #a8a8a8;
  font: 17px/2em "SourceSansProReg", sans-serif;
}
/* line 230, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .form-text :-ms-input-placeholder,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .form-text :-ms-input-placeholder,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-text :-ms-input-placeholder {
  color: #a8a8a8;
  font: 17px/2em "SourceSansProReg", sans-serif;
}
/* line 236, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .chosen-select,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .chosen-select,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .chosen-select {
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
/* line 242, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .chosen-container,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .chosen-container,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .chosen-container {
  width: auto !important;
}
/* line 245, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .chosen-container .chosen-single,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .chosen-container .chosen-single,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .chosen-container .chosen-single {
  width: 174px;
  height: 30px;
  border: 1px solid;
  border-color: #f9fafb #f0f2f5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 0 0 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
  font: 17px/32px "SourceSansProReg", sans-serif;
  color: #818181;
  text-shadow: none;
}
/* line 258, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .chosen-container .chosen-single div,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .chosen-container .chosen-single div,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .chosen-container .chosen-single div {
  width: 34px;
  height: 30px;
  background: #226ab0;
}
/* line 263, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .chosen-container .chosen-single div b,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .chosen-container .chosen-single div b,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .chosen-container .chosen-single div b {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: none !important;
}
/* line 270, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .chosen-container .chosen-single div b:before,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .chosen-container .chosen-single div b:before,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .chosen-container .chosen-single div b:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -5px;
  width: 9px;
  height: 5px;
  content: "";
}
/* line 282, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .chosen-container .chosen-single span,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .chosen-container .chosen-single span,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .chosen-container .chosen-single span {
  margin-right: 40px;
}
/* line 287, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .chosen-container .chosen-drop,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .chosen-container .chosen-drop,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .chosen-container .chosen-drop {
  margin-top: -1px;
  border: 1px solid;
  border-color: #fff #f0f2f5 #f9fafb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 294, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .chosen-container .chosen-drop ul,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .chosen-container .chosen-drop ul,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .chosen-container .chosen-drop ul {
  margin: 0;
  padding: 0;
}
/* line 298, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .chosen-container .chosen-drop ul li,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .chosen-container .chosen-drop ul li,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .chosen-container .chosen-drop ul li {
  border-top: 1px solid #eee;
  padding: 5px 5px 4px 15px;
  font: 17px/1em "SourceSansProReg", sans-serif;
  color: #818181;
}
/* line 304, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .chosen-container .chosen-drop ul li:hover,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .chosen-container .chosen-drop ul li:hover,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .chosen-container .chosen-drop ul li:hover {
  background: #bcd5ee;
  color: #fff;
}
/* line 310, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .chosen-container .chosen-drop ul li.result-selected, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .chosen-container .chosen-drop ul li.highlighted,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .chosen-container .chosen-drop ul li.result-selected,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .chosen-container .chosen-drop ul li.highlighted,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .chosen-container .chosen-drop ul li.result-selected,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .chosen-container .chosen-drop ul li.highlighted {
  background: #bcd5ee;
  color: #fff;
}
/* line 319, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .form-submit,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .form-submit,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-submit {
  width: 173px;
  height: 33px;
  border: 1px solid rgba(0, 0, 0, 0.39);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
  -webkit-box-shadow: rgba(255, 255, 255, 0.32) 0 1px 1px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.32) 0 1px 1px inset;
  box-shadow: rgba(255, 255, 255, 0.32) 0 1px 1px inset;
  background: url(../images/bg_content_link_green.png) 0 0 repeat;
  font: 16px/31px "SourceSansProReg", sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.47);
}
/* line 334, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form .column,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form .column,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .column {
  min-height: 118px;
  float: left;
}
/* line 341, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.location .column,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.location .column,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.location .column {
  min-height: 101px;
  padding-top: 17px;
}
/* line 346, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.location .first-column,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.location .first-column,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.location .first-column {
  width: 365px;
  border-right: 1px solid #3a597a;
}
/* line 350, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.location .first-column label,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.location .first-column label,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.location .first-column label {
  float: left;
  width: 89px;
  margin-right: 27px;
  padding-top: 8px;
  text-align: right;
}
/* line 359, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.location .first-column .form-text,
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.location .first-column .chosen-container,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.location .first-column .form-text,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.location .first-column .chosen-container,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.location .first-column .form-text,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.location .first-column .chosen-container {
  float: left;
}
/* line 364, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.location .second-column,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.location .second-column,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.location .second-column {
  width: 230px;
}
/* line 367, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.location .second-column label,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.location .second-column label,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.location .second-column label {
  float: left;
  width: 39px;
  margin-right: 19px;
  padding-top: 8px;
  text-align: right;
}
/* line 375, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.location .second-column .chosen-container,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.location .second-column .chosen-container,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.location .second-column .chosen-container {
  float: left;
}
/* line 378, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.location .second-column .chosen-container .chosen-single,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.location .second-column .chosen-container .chosen-single,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.location .second-column .chosen-container .chosen-single {
  width: 154px;
}
/* line 383, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.location .second-column .form-submit,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.location .second-column .form-submit,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.location .second-column .form-submit {
  margin: 5px 0 0 58px;
}
/* line 392, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.academic-interest p, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.athletics p,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.academic-interest p,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.athletics p,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.academic-interest p,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.athletics p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: -15px;
}
/* line 401, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.academic-interest .form-item-field-college-areas-of-study-tid label,
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.academic-interest .form-item-field-college-graduate-programs-tid label, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.athletics .form-item-field-college-areas-of-study-tid label,
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.athletics .form-item-field-college-graduate-programs-tid label,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.academic-interest .form-item-field-college-areas-of-study-tid label,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.academic-interest .form-item-field-college-graduate-programs-tid label,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.athletics .form-item-field-college-areas-of-study-tid label,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.athletics .form-item-field-college-graduate-programs-tid label,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.academic-interest .form-item-field-college-areas-of-study-tid label,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.academic-interest .form-item-field-college-graduate-programs-tid label,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.athletics .form-item-field-college-areas-of-study-tid label,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.athletics .form-item-field-college-graduate-programs-tid label {
  display: none !important;
}
/* line 406, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.academic-interest .column, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.athletics .column,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.academic-interest .column,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.athletics .column,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.academic-interest .column,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.athletics .column {
  float: none;
  min-height: 113px;
}
/* line 411, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.academic-interest .first-column, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.athletics .first-column,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.academic-interest .first-column,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.athletics .first-column,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.academic-interest .first-column,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.athletics .first-column {
  padding: 5px 15px 0 22px;
}
/* line 414, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.academic-interest .first-column label, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.athletics .first-column label,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.academic-interest .first-column label,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.athletics .first-column label,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.academic-interest .first-column label,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.athletics .first-column label {
  display: block;
  padding: 0 0 9px;
}
/* line 419, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container {
  position: relative;
  float: left;
  margin: 0 0 0 31px;
}
/* line 424, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container:first-of-type, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container:first-of-type,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container:first-of-type,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container:first-of-type,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container:first-of-type,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container:first-of-type {
  margin: 0;
}
/* line 428, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container:after, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container:after,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container:after,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container:after,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container:after,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container:after {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 34px;
  height: 32px;
  background: #226ab0;
  content: '';
}
/* line 444, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container input[type=text], #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container input[type=text],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container input[type=text],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container input[type=text],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container input[type=text],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container input[type=text] {
  width: 170px;
  height: 30px;
  border: 1px solid;
  border-color: #f9fafb #f0f2f5;
  padding: 0 14px;
  background: #fff;
  font: 17px/32px "SourceSansProReg", sans-serif;
  color: #818181;
  width: 100% !important;
}
/* line 456, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container li.search-choice, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container li.search-choice,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container li.search-choice,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container li.search-choice,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container li.search-choice,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container li.search-choice {
  margin: 3px;
  border: 1px solid #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 3px 20px 3px 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #76adca;
  font: 17px/1em "SourceSansProReg", sans-serif;
  color: #fff;
}
/* line 467, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container .chosen-choices, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container .chosen-choices,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container .chosen-choices,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container .chosen-choices,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container .chosen-choices,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container .chosen-choices {
  position: relative;
  width: 575px;
  border: 1px solid;
  border-color: #f9fafb #f0f2f5;
  background-color: #fff !important;
}
/* line 474, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container .chosen-choices:after, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container .chosen-choices:after,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container .chosen-choices:after,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container .chosen-choices:after,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container .chosen-choices:after,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container .chosen-choices:after {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 12px;
  width: 9px;
  height: 5px;
  content: '';
}
/* line 485, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container .search-choice-close, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container .search-choice-close,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container .search-choice-close,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container .search-choice-close,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.academic-interest .first-column .chosen-container .search-choice-close,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.athletics .first-column .chosen-container .search-choice-close {
  top: 6px;
}
/* line 491, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.academic-interest .form-submit, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.athletics .form-submit,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.academic-interest .form-submit,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.athletics .form-submit,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.academic-interest .form-submit,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.athletics .form-submit {
  float: right;
  margin: 3px 0 0 0;
}
/* line 499, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.degree-type, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.degree-type,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation {
  float: none;
  overflow: hidden;
}
/* line 43, ../sass/_mixins.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.degree-type:before, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.degree-type:after, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings:before, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings:after, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation:before, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation:after,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.degree-type:before,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.degree-type:after,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings:before,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings:after,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation:before,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation:after,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type:before,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type:after,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings:before,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings:after,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation:before,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation:after {
  content: " ";
  display: table;
}
/* line 48, ../sass/_mixins.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.degree-type:after, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings:after, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation:after,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.degree-type:after,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings:after,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation:after,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type:after,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings:after,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation:after {
  clear: both;
}
/* line 53, ../sass/_mixins.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.degree-type, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.degree-type,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation {
  *zoom: 1;
}
/* line 504, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.degree-type .column, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings .column, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation .column,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.degree-type .column,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings .column,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation .column,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type .column,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings .column,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation .column {
  float: none;
  min-height: 108px;
}
/* line 509, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.degree-type .first-column, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings .first-column, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation .first-column,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.degree-type .first-column,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings .first-column,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation .first-column,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type .first-column,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings .first-column,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation .first-column {
  padding: 10px 15px 0 21px;
}
/* line 512, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.degree-type .first-column .form-item, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings .first-column .form-item, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation .first-column .form-item,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.degree-type .first-column .form-item,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings .first-column .form-item,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation .first-column .form-item,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type .first-column .form-item,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings .first-column .form-item,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation .first-column .form-item {
  float: left;
  margin: 0 0 0 23px;
}
/* line 515, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.degree-type .first-column .form-item.form-item-field-college-degree-type-tid-178, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings .first-column .form-item.form-item-field-college-degree-type-tid-178, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation .first-column .form-item.form-item-field-college-degree-type-tid-178,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.degree-type .first-column .form-item.form-item-field-college-degree-type-tid-178,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings .first-column .form-item.form-item-field-college-degree-type-tid-178,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation .first-column .form-item.form-item-field-college-degree-type-tid-178,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type .first-column .form-item.form-item-field-college-degree-type-tid-178,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings .first-column .form-item.form-item-field-college-degree-type-tid-178,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation .first-column .form-item.form-item-field-college-degree-type-tid-178 {
  margin: 0;
}
/* line 517, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.degree-type .first-column .form-item:first-child, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings .first-column .form-item:first-child, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation .first-column .form-item:first-child,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.degree-type .first-column .form-item:first-child,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings .first-column .form-item:first-child,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation .first-column .form-item:first-child,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type .first-column .form-item:first-child,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings .first-column .form-item:first-child,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation .first-column .form-item:first-child {
  margin-left: 0;
}
/* line 522, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.degree-type .first-column label, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings .first-column label, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation .first-column label,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.degree-type .first-column label,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings .first-column label,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation .first-column label,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type .first-column label,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings .first-column label,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation .first-column label {
  display: block;
  padding: 5px 0 10px;
  padding-top: 0;
  min-width: 125px;
}
/* line 533, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.degree-type .first-column label[for=edit-field-college-degree-type-tid-301],
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.degree-type .first-column label[for=edit-field-college-settings-tid-181],
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.degree-type .first-column label[for=edit-field-college-settings-tid-302],
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.degree-type .first-column label[for=edit-field-college-affiliation-tid-351],
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.degree-type .first-column label[for=edit-field-college-affiliation-tid-227],
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.degree-type .first-column label[for=edit-field-college-affiliation-tid-182], #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings .first-column label[for=edit-field-college-degree-type-tid-301],
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings .first-column label[for=edit-field-college-settings-tid-181],
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings .first-column label[for=edit-field-college-settings-tid-302],
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings .first-column label[for=edit-field-college-affiliation-tid-351],
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings .first-column label[for=edit-field-college-affiliation-tid-227],
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings .first-column label[for=edit-field-college-affiliation-tid-182], #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation .first-column label[for=edit-field-college-degree-type-tid-301],
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation .first-column label[for=edit-field-college-settings-tid-181],
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation .first-column label[for=edit-field-college-settings-tid-302],
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation .first-column label[for=edit-field-college-affiliation-tid-351],
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation .first-column label[for=edit-field-college-affiliation-tid-227],
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation .first-column label[for=edit-field-college-affiliation-tid-182],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.degree-type .first-column label[for=edit-field-college-degree-type-tid-301],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.degree-type .first-column label[for=edit-field-college-settings-tid-181],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.degree-type .first-column label[for=edit-field-college-settings-tid-302],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.degree-type .first-column label[for=edit-field-college-affiliation-tid-351],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.degree-type .first-column label[for=edit-field-college-affiliation-tid-227],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.degree-type .first-column label[for=edit-field-college-affiliation-tid-182],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings .first-column label[for=edit-field-college-degree-type-tid-301],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings .first-column label[for=edit-field-college-settings-tid-181],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings .first-column label[for=edit-field-college-settings-tid-302],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings .first-column label[for=edit-field-college-affiliation-tid-351],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings .first-column label[for=edit-field-college-affiliation-tid-227],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings .first-column label[for=edit-field-college-affiliation-tid-182],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation .first-column label[for=edit-field-college-degree-type-tid-301],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation .first-column label[for=edit-field-college-settings-tid-181],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation .first-column label[for=edit-field-college-settings-tid-302],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation .first-column label[for=edit-field-college-affiliation-tid-351],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation .first-column label[for=edit-field-college-affiliation-tid-227],
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation .first-column label[for=edit-field-college-affiliation-tid-182],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type .first-column label[for=edit-field-college-degree-type-tid-301],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type .first-column label[for=edit-field-college-settings-tid-181],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type .first-column label[for=edit-field-college-settings-tid-302],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type .first-column label[for=edit-field-college-affiliation-tid-351],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type .first-column label[for=edit-field-college-affiliation-tid-227],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type .first-column label[for=edit-field-college-affiliation-tid-182],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings .first-column label[for=edit-field-college-degree-type-tid-301],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings .first-column label[for=edit-field-college-settings-tid-181],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings .first-column label[for=edit-field-college-settings-tid-302],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings .first-column label[for=edit-field-college-affiliation-tid-351],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings .first-column label[for=edit-field-college-affiliation-tid-227],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings .first-column label[for=edit-field-college-affiliation-tid-182],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation .first-column label[for=edit-field-college-degree-type-tid-301],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation .first-column label[for=edit-field-college-settings-tid-181],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation .first-column label[for=edit-field-college-settings-tid-302],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation .first-column label[for=edit-field-college-affiliation-tid-351],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation .first-column label[for=edit-field-college-affiliation-tid-227],
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation .first-column label[for=edit-field-college-affiliation-tid-182] {
  padding-top: 9px;
}
/* line 538, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.degree-type .form-submit, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings .form-submit, #search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation .form-submit,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.degree-type .form-submit,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings .form-submit,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation .form-submit,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type .form-submit,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings .form-submit,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation .form-submit {
  float: right;
  clear: left;
  margin: 5px 0 0 0;
}
/* line 547, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings .first-column label,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings .first-column label,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings .first-column label {
  min-width: 140px;
}
/* line 550, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.settings .first-column .form-submit,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.settings .first-column .form-submit,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.settings .first-column .form-submit {
  margin-top: 30px;
}
/* line 557, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation .first-column .form-item-field-college-affiliation-tid-182,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation .first-column .form-item-field-college-affiliation-tid-182,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation .first-column .form-item-field-college-affiliation-tid-182 {
  margin-left: 0;
  clear: both;
}
/* line 561, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation .first-column label,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation .first-column label,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation .first-column label {
  min-width: 131px;
}
/* line 564, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation .first-column .form-submit,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation .first-column .form-submit,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation .first-column .form-submit {
  margin-top: 0;
}
/* line 570, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.degree-type .form-submit,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.degree-type .form-submit,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type .form-submit {
  position: absolute;
  right: 30px;
  bottom: 15px;
}
/* line 580, ../sass/pages/search-listing/_search-menu.scss */
#search-menu .wrapper .navigation form > ul > li .sub-nav .wrap-form.affiliation .first-column .form-submit,
#search-menu .wrapper .navigation form > div > ul > li .sub-nav .wrap-form.affiliation .first-column .form-submit,
#search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.affiliation .first-column .form-submit {
  margin-top: 15px;
}

@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 593, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper {
    padding: 0 10px;
  }
  /* line 597, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .search-box .search-form .input {
    width: 94%;
  }
  /* line 601, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .search-box .search-form .submit {
    margin-left: 0;
  }
  /* line 606, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .search-box .search-form .form-item,
  #search-menu .wrapper .search-box .search-form .form-actions {
    margin: 14px 0 0;
    float: left;
  }
  /* line 615, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li > a,
  #search-menu .wrapper .navigation > form > div > ul > li > a,
  #search-menu .wrapper .navigation > ul > li > a {
    padding: 22px 25px 21px 13px;
  }
  /* line 617, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li > a:after,
  #search-menu .wrapper .navigation > form > div > ul > li > a:after,
  #search-menu .wrapper .navigation > ul > li > a:after {
    right: 8%;
  }
  /* line 620, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav,
  #search-menu .wrapper .navigation > ul > li .sub-nav {
    padding: 12px;
  }
  /* line 623, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .image,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .image,
  #search-menu .wrapper .navigation > ul > li .sub-nav .image {
    display: none;
  }
  /* line 625, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form {
    margin: 0;
  }
  /* line 628, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form .form-item,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form .form-item,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-item {
    display: block;
  }
  /* line 43, ../sass/_mixins.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form .form-item:before, #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form .form-item:after,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form .form-item:before,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form .form-item:after,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-item:before,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-item:after {
    content: " ";
    display: table;
  }
  /* line 48, ../sass/_mixins.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form .form-item:after,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form .form-item:after,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-item:after {
    clear: both;
  }
  /* line 53, ../sass/_mixins.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form .form-item,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form .form-item,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-item {
    *zoom: 1;
  }
  /* line 633, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form .column,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form .column,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 638, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form .chosen-container-multi,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form .chosen-container-multi,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .chosen-container-multi {
    width: 100% !important;
  }
  /* line 642, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form .chosen-choices,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form .chosen-choices,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .chosen-choices {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
  }
}
@media screen and (max-width: 960px) {
  /* line 656, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .search-box .search-form .input {
    width: 94%;
  }
  /* line 660, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .search-box .search-form .submit {
    margin-left: 0;
  }
  /* line 668, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li > a,
  #search-menu .wrapper .navigation > form > div > ul > li > a,
  #search-menu .wrapper .navigation > ul > li > a {
    padding: 20px 9px 21px 3px;
  }
  /* line 671, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li > a:after,
  #search-menu .wrapper .navigation > form > div > ul > li > a:after,
  #search-menu .wrapper .navigation > ul > li > a:after {
    right: 1%;
  }
  /* line 676, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav,
  #search-menu .wrapper .navigation > ul > li .sub-nav {
    padding: 12px;
  }
  /* line 679, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .image,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .image,
  #search-menu .wrapper .navigation > ul > li .sub-nav .image {
    display: none;
  }
  /* line 683, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form {
    margin: 0;
  }
  /* line 43, ../sass/_mixins.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form:before, #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form:after,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form:before,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form:after,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form:before,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form:after {
    content: " ";
    display: table;
  }
  /* line 48, ../sass/_mixins.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form:after,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form:after,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form:after {
    clear: both;
  }
  /* line 53, ../sass/_mixins.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form {
    *zoom: 1;
  }
  /* line 687, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form .form-item,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form .form-item,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-item {
    display: block;
  }
  /* line 43, ../sass/_mixins.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form .form-item:before, #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form .form-item:after,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form .form-item:before,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form .form-item:after,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-item:before,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-item:after {
    content: " ";
    display: table;
  }
  /* line 48, ../sass/_mixins.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form .form-item:after,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form .form-item:after,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-item:after {
    clear: both;
  }
  /* line 53, ../sass/_mixins.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form .form-item,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form .form-item,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-item {
    *zoom: 1;
  }
  /* line 692, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form .form-submit,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form .form-submit,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-submit {
    float: right;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 698, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form .form-text,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form .form-text,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .form-text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 703, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form .column,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form .column,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 708, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form.location .column,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form.location .column,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.location .column {
    width: 50% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 712, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form.location .column.first-column,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form.location .column.first-column,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.location .column.first-column {
    padding: 0 10px 0 0 !important;
  }
  /* line 716, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form.location .column.second-column,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form.location .column.second-column,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.location .column.second-column {
    padding: 0 0 0 10px !important;
  }
  /* line 720, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form.location .column label,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form.location .column label,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.location .column label {
    display: block;
    float: none;
    width: auto !important;
    padding: 0 0 8px;
    text-align: left;
  }
  /* line 728, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form.location .column .chosen-container,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form.location .column .chosen-container,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.location .column .chosen-container {
    width: 100% !important;
  }
  /* line 731, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form.location .column .chosen-container .chosen-single,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form.location .column .chosen-container .chosen-single,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.location .column .chosen-container .chosen-single {
    width: auto !important;
  }
  /* line 736, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form.location .column .form-submit,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form.location .column .form-submit,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.location .column .form-submit {
    margin-top: 24px !important;
  }
  /* line 742, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form.degree-type .form-item,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form.degree-type .form-item,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type .form-item {
    margin-left: 10px !important;
  }
  /* line 745, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form.degree-type .form-item:first-child,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form.degree-type .form-item:first-child,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form.degree-type .form-item:first-child {
    margin-left: 0 !important;
  }
  /* line 751, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form .chosen-container-multi,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form .chosen-container-multi,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .chosen-container-multi {
    width: 100% !important;
  }
  /* line 755, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu .wrapper .navigation > form > ul > li .sub-nav .wrap-form .chosen-choices,
  #search-menu .wrapper .navigation > form > div > ul > li .sub-nav .wrap-form .chosen-choices,
  #search-menu .wrapper .navigation > ul > li .sub-nav .wrap-form .chosen-choices {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 766, ../sass/pages/search-listing/_search-menu.scss */
  #navigate-mask {
    display: none !important;
  }

  /* line 770, ../sass/pages/search-listing/_search-menu.scss */
  #search-menu {
    display: none;
  }
}
/* line 2, ../sass/pages/search-listing/_favorites.scss */
.favorites.margin-bottom {
  margin-bottom: 30px;
}
/* line 5, ../sass/pages/search-listing/_favorites.scss */
.favorites h3 {
  margin: 0;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.favorites .body:before, .favorites .body:after, .favorites .pane-inner:before, .favorites .pane-inner:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.favorites .body:after, .favorites .pane-inner:after {
  clear: both;
}
/* line 10, ../sass/pages/search-listing/_favorites.scss */
.favorites .body .panel-title, .favorites .body .pane-title, .favorites .pane-inner .panel-title, .favorites .pane-inner .pane-title {
  float: left;
  max-width: 187px;
  padding: 9px 22px 8px 22px;
  background: #538901;
  color: #FFF;
  font: 16px/30px "SourceSansProReg", sans-serif;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid #fff;
}
/* line 21, ../sass/pages/search-listing/_favorites.scss */
.favorites .body .favorites-items, .favorites .body .pane-content, .favorites .pane-inner .favorites-items, .favorites .pane-inner .pane-content {
  margin-left: 126px;
  padding-top: 9px;
  background: #F3F3F3;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.favorites .body .favorites-items:before, .favorites .body .favorites-items:after, .favorites .body .pane-content:before, .favorites .body .pane-content:after, .favorites .pane-inner .favorites-items:before, .favorites .pane-inner .favorites-items:after, .favorites .pane-inner .pane-content:before, .favorites .pane-inner .pane-content:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.favorites .body .favorites-items:after, .favorites .body .pane-content:after, .favorites .pane-inner .favorites-items:after, .favorites .pane-inner .pane-content:after {
  clear: both;
}
/* line 29, ../sass/pages/search-listing/_favorites.scss */
.favorites .body .favorites-items .item, .favorites .body .pane-content .item, .favorites .pane-inner .favorites-items .item, .favorites .pane-inner .pane-content .item {
  float: left;
  padding: 0px 8px 2px 20px;
  margin: 0 0 9px 14px;
  background: #FFF;
  color: #FFF;
  font: 14px/18px "SourceSansProReg", sans-serif;
  border: 1px solid #4c494b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 -1px 0 rgba(2, 2, 2, 0.47);
  background: #95347D;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #932e7a), color-stop(100%, #922c79));
  background-image: -webkit-linear-gradient(top, #932e7a 0%, #922c79 100%);
  background-image: -moz-linear-gradient(top, #932e7a 0%, #922c79 100%);
  background-image: -o-linear-gradient(top, #932e7a 0%, #922c79 100%);
  background-image: linear-gradient(top, #932e7a 0%, #922c79 100%);
  -webkit-box-shadow: #c375b0 0 1px 1px inset;
  -moz-box-shadow: #c375b0 0 1px 1px inset;
  box-shadow: #c375b0 0 1px 1px inset;
}
/* line 42, ../sass/pages/search-listing/_favorites.scss */
.favorites .body .favorites-items .item a.title, .favorites .body .pane-content .item a.title, .favorites .pane-inner .favorites-items .item a.title, .favorites .pane-inner .pane-content .item a.title {
  color: #fff;
  text-decoration: none;
}
/* line 45, ../sass/pages/search-listing/_favorites.scss */
.favorites .body .favorites-items .item a.title:hover, .favorites .body .pane-content .item a.title:hover, .favorites .pane-inner .favorites-items .item a.title:hover, .favorites .pane-inner .pane-content .item a.title:hover {
  text-decoration: underline;
}
/* line 50, ../sass/pages/search-listing/_favorites.scss */
.favorites .body .favorites-items .item .remove, .favorites .body .favorites-items .item .flag, .favorites .body .pane-content .item .remove, .favorites .body .pane-content .item .flag, .favorites .pane-inner .favorites-items .item .remove, .favorites .pane-inner .favorites-items .item .flag, .favorites .pane-inner .pane-content .item .remove, .favorites .pane-inner .pane-content .item .flag {
  position: relative;
  top: 3px;
  margin: 0 0 0 9px;
  display: inline-block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -999px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-position: 0 -2093px;
}
/* line 64, ../sass/pages/search-listing/_favorites.scss */
.favorites .body .favorites-items .item .remove:before, .favorites .body .favorites-items .item .flag:before, .favorites .body .pane-content .item .remove:before, .favorites .body .pane-content .item .flag:before, .favorites .pane-inner .favorites-items .item .remove:before, .favorites .pane-inner .favorites-items .item .flag:before, .favorites .pane-inner .pane-content .item .remove:before, .favorites .pane-inner .pane-content .item .flag:before {
  display: none;
}
/* line 69, ../sass/pages/search-listing/_favorites.scss */
.favorites .body .favorites-items .item .remove:hover, .favorites .body .favorites-items .item .flag:hover, .favorites .body .pane-content .item .remove:hover, .favorites .body .pane-content .item .flag:hover, .favorites .pane-inner .favorites-items .item .remove:hover, .favorites .pane-inner .favorites-items .item .flag:hover, .favorites .pane-inner .pane-content .item .remove:hover, .favorites .pane-inner .pane-content .item .flag:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

@media screen and (max-width: 960px) {
  /* line 78, ../sass/pages/search-listing/_favorites.scss */
  .favorites {
    display: none;
  }
}
/* line 3, ../sass/pages/search-listing/_search-listing-full.scss */
.search-list-page #main {
  padding-top: 0;
}
/* line 7, ../sass/pages/search-listing/_search-listing-full.scss */
.search-list-page #content {
  padding-bottom: 60px;
}
/* line 10, ../sass/pages/search-listing/_search-listing-full.scss */
.search-list-page #content .view-header {
  width: 100%;
  display: inline-block;
}
/* line 15, ../sass/pages/search-listing/_search-listing-full.scss */
.search-list-page #content h2.title-page {
  margin: 35px 0 10px 0;
  color: #205774;
  font: 35px/35px "SourceSansProLight", sans-serif;
  float: left;
}
/* line 22, ../sass/pages/search-listing/_search-listing-full.scss */
.search-list-page #content h4.sub-title {
  margin-top: 16px;
  color: #363636;
  font: 20px/27px "SourceSansProReg", sans-serif;
}
/* line 28, ../sass/pages/search-listing/_search-listing-full.scss */
.search-list-page .view-colleges-listing .view-header > p {
  float: right;
  color: #848284;
  margin-bottom: 0;
  margin-top: 40px;
  font-size: 18px;
}
/* line 34, ../sass/pages/search-listing/_search-listing-full.scss */
.search-list-page .view-colleges-listing .view-header > p .blue {
  color: #214177;
}
/* line 37, ../sass/pages/search-listing/_search-listing-full.scss */
.search-list-page .view-colleges-listing .view-header > p .fav-button {
  display: inline-block;
  position: relative;
  top: -2px;
  margin: 10px 8px 0 8px;
  padding: 5px 20px 2px 25px;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 -1px 0 rgba(175, 173, 173, 0.47);
  background: #d4d4d4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d4d4d4), color-stop(100%, #d4d4d4));
  background-image: -webkit-linear-gradient(top, #d4d4d4 0%, #d4d4d4 100%);
  background-image: -moz-linear-gradient(top, #d4d4d4 0%, #d4d4d4 100%);
  background-image: -o-linear-gradient(top, #d4d4d4 0%, #d4d4d4 100%);
  background-image: linear-gradient(top, #d4d4d4 0%, #d4d4d4 100%);
  -webkit-box-shadow: gainsboro 0 1px 1px inset;
  -moz-box-shadow: gainsboro 0 1px 1px inset;
  box-shadow: gainsboro 0 1px 1px inset;
  color: #FFF;
  font: 11px/11px "SourceSansProReg", sans-serif;
  text-decoration: none;
  white-space: nowrap;
}
/* line 53, ../sass/pages/search-listing/_search-listing-full.scss */
.search-list-page .view-colleges-listing .view-header > p .fav-button:before {
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -10px;
  width: 19px;
  height: 19px;
  content: "";
  background: url("../images/social/add_favorite_small.png") 0 5px no-repeat;
}

@media screen and (max-width: 767px) {
  /* line 70, ../sass/pages/search-listing/_search-listing-full.scss */
  .search-list-page .view-header .sub-title,
  .search-list-page .view-header > p {
    display: none;
  }
}
/* line 1, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item {
  margin-bottom: 37px;
  padding-top: 12px;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.search-list-item:before, .search-list-item:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.search-list-item:after {
  clear: both;
}
/* line 6, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .flag-throbber {
  display: none;
}
/* line 12, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-head .head-panel {
  padding: 12px 0 15px 0;
  background: #F0F0F0;
  min-height: 216px;
  height: auto !important;
  height: 216px;
  border-bottom: 1px solid  #d7d7d7;
  text-align: center;
}
/* line 21, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-head .head-panel .list-logo {
  margin: 0 23px;
}
/* line 23, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-head .head-panel .list-logo a {
  background: #fff;
  line-height: 0;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(2, 2, 2, 0.28);
  -moz-box-shadow: 0 0 3px rgba(2, 2, 2, 0.28);
  box-shadow: 0 0 3px rgba(2, 2, 2, 0.28);
}
/* line 33, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-head .head-panel .list-logo img {
  display: inline-block;
}
/* line 39, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-head .head-panel .link-wrap {
  text-align: center;
  padding: 0 10%;
}
/* line 44, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-head .head-panel .link-wrap .add-favorite,
.search-list-item .list-head .head-panel .link-wrap a.flag {
  position: relative;
  display: block;
  margin: 10px auto 0 auto;
  padding: 7px 0 6px 0;
  background: #FFF;
  border: 1px solid #4c494b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 -1px 0 rgba(2, 2, 2, 0.47);
  background: #95347D;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #932e7a), color-stop(100%, #922c79));
  background-image: -webkit-linear-gradient(top, #932e7a 0%, #922c79 100%);
  background-image: -moz-linear-gradient(top, #932e7a 0%, #922c79 100%);
  background-image: -o-linear-gradient(top, #932e7a 0%, #922c79 100%);
  background-image: linear-gradient(top, #932e7a 0%, #922c79 100%);
  -webkit-box-shadow: #c375b0 0 1px 1px inset;
  -moz-box-shadow: #c375b0 0 1px 1px inset;
  box-shadow: #c375b0 0 1px 1px inset;
  color: #FFF;
  font: 16px/18px "SourceSansProReg", sans-serif;
  text-decoration: none;
  white-space: nowrap;
}
/* line 63, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-head .head-panel .link-wrap .add-favorite:before,
.search-list-item .list-head .head-panel .link-wrap a.flag:before {
  position: absolute;
  top: 50%;
  left: 4%;
  margin-top: -10px;
  width: 19px;
  height: 19px;
  content: "";
}
/* line 74, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-head .head-panel .link-wrap .add-favorite:hover,
.search-list-item .list-head .head-panel .link-wrap a.flag:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #af3b93), color-stop(100%, #a23086));
  background-image: -webkit-linear-gradient(top, #af3b93 0%, #a23086 100%);
  background-image: -moz-linear-gradient(top, #af3b93 0%, #a23086 100%);
  background-image: -o-linear-gradient(top, #af3b93 0%, #a23086 100%);
  background-image: linear-gradient(top, #af3b93 0%, #a23086 100%);
}
/* line 78, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-head .head-panel .link-wrap .view-profile {
  position: relative;
  display: block;
  margin: 10px auto 0 auto;
  padding: 7px 8px 6px 5px;
  background: #FFF;
  border: 1px solid #4c494b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 -1px 0 rgba(2, 2, 2, 0.47);
  background: #538901;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #579001), color-stop(100%, #4c7e01));
  background-image: -webkit-linear-gradient(top, #579001 0%, #4c7e01 100%);
  background-image: -moz-linear-gradient(top, #579001 0%, #4c7e01 100%);
  background-image: -o-linear-gradient(top, #579001 0%, #4c7e01 100%);
  background-image: linear-gradient(top, #579001 0%, #4c7e01 100%);
  -webkit-box-shadow: #afd674 0 1px 1px inset;
  -moz-box-shadow: #afd674 0 1px 1px inset;
  box-shadow: #afd674 0 1px 1px inset;
  color: #FFF;
  font: 16px/18px "SourceSansProReg", sans-serif;
  text-decoration: none;
}
/* line 95, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-head .head-panel .link-wrap .view-profile:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #64a502), color-stop(100%, #5e9b02));
  background-image: -webkit-linear-gradient(top, #64a502 0%, #5e9b02 100%);
  background-image: -moz-linear-gradient(top, #64a502 0%, #5e9b02 100%);
  background-image: -o-linear-gradient(top, #64a502 0%, #5e9b02 100%);
  background-image: linear-gradient(top, #64a502 0%, #5e9b02 100%);
}
/* line 102, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-body {
  border-bottom: 1px solid  #d7d7d7;
  background: #F0F0F0;
  min-height: 243px;
  height: auto !important;
  height: 243px;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.search-list-item .list-body:before, .search-list-item .list-body:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.search-list-item .list-body:after {
  clear: both;
}
/* line 110, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-body .body-panel {
  height: 100%;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.search-list-item .list-body .body-panel:before, .search-list-item .list-body .body-panel:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.search-list-item .list-body .body-panel:after {
  clear: both;
}
/* line 116, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-body .body-panel .list-description .wrap {
  margin-left: 13px;
}
/* line 119, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-body .body-panel .list-description .wrap .title {
  color: #4A4949;
  font: 26px/30px "SourceSansProReg", sans-serif;
  margin-bottom: 0;
}
/* line 123, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-body .body-panel .list-description .wrap .title a {
  text-decoration: none;
  color: #205774;
}
/* line 127, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-body .body-panel .list-description .wrap .title a:hover {
  color: #2493bd;
}
/* line 132, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-body .body-panel .list-description .wrap p {
  margin: 10px 0;
  font: 17px/23px "SourceSansProReg", sans-serif;
  color: #4A4949;
}
/* line 139, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-body .body-panel .list-description .wrap .add-favorite,
.search-list-item .list-body .body-panel .list-description .wrap a.flag {
  position: relative;
  display: none;
  margin: 10px auto 10px auto;
  padding: 7px 0 4px 0;
  background: #FFF;
  border: 1px solid #4c494b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 -1px 0 rgba(2, 2, 2, 0.47);
  background: #95347D;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #932e7a), color-stop(100%, #922c79));
  background-image: -webkit-linear-gradient(top, #932e7a 0%, #922c79 100%);
  background-image: -moz-linear-gradient(top, #932e7a 0%, #922c79 100%);
  background-image: -o-linear-gradient(top, #932e7a 0%, #922c79 100%);
  background-image: linear-gradient(top, #932e7a 0%, #922c79 100%);
  -webkit-box-shadow: #c375b0 0 1px 1px inset;
  -moz-box-shadow: #c375b0 0 1px 1px inset;
  box-shadow: #c375b0 0 1px 1px inset;
  color: #FFF;
  font: 16px/20px "SourceSansProReg", sans-serif;
  text-decoration: none;
  white-space: nowrap;
}
/* line 157, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-body .body-panel .list-description .wrap .add-favorite:before {
  position: absolute;
  top: 50%;
  left: 4%;
  margin-top: -10px;
  width: 19px;
  height: 19px;
  content: "";
}
/* line 167, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-body .body-panel .list-description .wrap .add-favorite:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #af3b93), color-stop(100%, #a23086));
  background-image: -webkit-linear-gradient(top, #af3b93 0%, #a23086 100%);
  background-image: -moz-linear-gradient(top, #af3b93 0%, #a23086 100%);
  background-image: -o-linear-gradient(top, #af3b93 0%, #a23086 100%);
  background-image: linear-gradient(top, #af3b93 0%, #a23086 100%);
}
/* line 171, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-body .body-panel .list-description .wrap .view-profile {
  position: relative;
  display: none;
  margin: 10px auto 10px auto;
  padding: 7px 8px 4px 5px;
  background: #FFF;
  border: 1px solid #4c494b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 -1px 0 rgba(2, 2, 2, 0.47);
  background: #538901;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #579001), color-stop(100%, #4c7e01));
  background-image: -webkit-linear-gradient(top, #579001 0%, #4c7e01 100%);
  background-image: -moz-linear-gradient(top, #579001 0%, #4c7e01 100%);
  background-image: -o-linear-gradient(top, #579001 0%, #4c7e01 100%);
  background-image: linear-gradient(top, #579001 0%, #4c7e01 100%);
  -webkit-box-shadow: #afd674 0 1px 1px inset;
  -moz-box-shadow: #afd674 0 1px 1px inset;
  box-shadow: #afd674 0 1px 1px inset;
  color: #FFF;
  font: 16px/20px "SourceSansProReg", sans-serif;
  text-decoration: none;
}
/* line 188, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-body .body-panel .list-description .wrap .view-profile:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #64a502), color-stop(100%, #5e9b02));
  background-image: -webkit-linear-gradient(top, #64a502 0%, #5e9b02 100%);
  background-image: -moz-linear-gradient(top, #64a502 0%, #5e9b02 100%);
  background-image: -o-linear-gradient(top, #64a502 0%, #5e9b02 100%);
  background-image: linear-gradient(top, #64a502 0%, #5e9b02 100%);
}
/* line 195, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-body .body-panel .list-image {
  height: 100%;
}
/* line 198, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-body .body-panel .list-image .wrap {
  position: relative;
  height: 242px;
  overflow: hidden;
}
/* line 203, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-body .body-panel .list-image .wrap img {
  display: inline-block;
  max-width: none;
  width: 301px !important;
}
/* line 209, ../sass/pages/search-listing/_search-list-item.scss */
.search-list-item .list-body .body-panel .list-image .wrap .description {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  background-color: #1f5386;
  color: #FFF;
  font: 20px/36px "SourceSansProLight", sans-serif;
  text-align: center;
}

@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 229, ../sass/pages/search-listing/_search-list-item.scss */
  .search-list-item .list-head .head-panel .link-wrap .add-favorite,
  .search-list-item .list-head .head-panel .link-wrap a.flag {
    padding-left: 16%;
  }
}
@media screen and (max-width: 960px) {
  /* line 235, ../sass/pages/search-listing/_search-list-item.scss */
  .search-list-item .list-body .body-panel .list-image .wrap img {
    width: auto;
    height: 100%;
  }

  /* line 241, ../sass/pages/search-listing/_search-list-item.scss */
  .search-list-item .list-head .head-panel .link-wrap .add-favorite,
  .search-list-item .list-head .head-panel .link-wrap a.flag {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* line 254, ../sass/pages/search-listing/_search-list-item.scss */
  .search-list-item .list-head {
    display: none;
  }
  /* line 258, ../sass/pages/search-listing/_search-list-item.scss */
  .search-list-item .list-image {
    display: none;
  }

  /* line 263, ../sass/pages/search-listing/_search-list-item.scss */
  #page.search-list #content h2.title-page {
    font-size: 30px;
  }

  /* line 269, ../sass/pages/search-listing/_search-list-item.scss */
  .search-list-item .list-body .body-panel .list-description .wrap .add-favorite,
  .search-list-item .list-body .body-panel .list-description .wrap a.flag,
  .search-list-item .list-body .body-panel .list-description .wrap .view-profile {
    display: inline-block;
    width: 41%;
    text-align: center;
  }

  /* line 275, ../sass/pages/search-listing/_search-list-item.scss */
  .search-list-item .list-body .body-panel .list-description .wrap .add-favorite {
    float: left;
    margin-right: 20px;
  }

  /* line 280, ../sass/pages/search-listing/_search-list-item.scss */
  .search-list-item .flag {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  /* line 289, ../sass/pages/search-listing/_search-list-item.scss */
  .search-list-item .list-body .body-panel .list-description .wrap .add-favorite,
  .search-list-item .list-body .body-panel .list-description .wrap a.flag,
  .search-list-item .list-body .body-panel .list-description .wrap .view-profile {
    float: none;
    display: block;
    width: 70%;
    margin: 10px auto;
    padding: 7px 0 6px 0;
  }
}
/* Latest News Page */
/* line 2, ../sass/pages/latest-news/_latest-news-full.scss */
.section-news .container #main #content {
  padding-right: 40px;
}

/* line 8, ../sass/pages/latest-news/_latest-news-full.scss */
.node-type-news-article .field-name-field-thumbnail {
  margin-top: 38px;
}

@media screen and (max-width: 960px) {
  /* line 16, ../sass/pages/latest-news/_latest-news-full.scss */
  .latest-news-page .promo .wrapper {
    height: 245px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  /* line 26, ../sass/pages/latest-news/_latest-news-full.scss */
  .latest-news-page .promo .wrapper {
    height: 145px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media screen and (min-width: 960px) {
  /* line 34, ../sass/pages/latest-news/_latest-news-full.scss */
  .node-type-news-article .container #main #content {
    padding-right: 50px;
  }
}
/* line 1, ../sass/pages/latest-news/_topic-item.scss */
#main {
  padding-top: 18px;
}
/* line 4, ../sass/pages/latest-news/_topic-item.scss */
#main .topic-item {
  margin-top: 38px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dedede;
}
/* line 9, ../sass/pages/latest-news/_topic-item.scss */
#main .topic-item .title {
  color: #205774;
  font-size: 28px;
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
}
/* line 17, ../sass/pages/latest-news/_topic-item.scss */
#main .topic-item .title:hover {
  color: #2493bd;
}
/* line 21, ../sass/pages/latest-news/_topic-item.scss */
#main .topic-item .message {
  display: table;
}
/* line 23, ../sass/pages/latest-news/_topic-item.scss */
#main .topic-item .message p {
  color: #4a4949;
  font-size: 17px;
  line-height: 23px;
  font-family: "SourceSansProReg", sans-serif;
  margin-top: 0;
}
/* line 31, ../sass/pages/latest-news/_topic-item.scss */
#main .topic-item .field-type-image {
  float: left;
  max-width: 250px;
  padding-right: 30px;
  margin-top: 5px;
}
/* line 36, ../sass/pages/latest-news/_topic-item.scss */
#main .topic-item .field-type-image:hover {
  opacity: 0.9;
}
/* line 40, ../sass/pages/latest-news/_topic-item.scss */
#main .topic-item .wrap {
  clear: both;
  padding-top: 6px;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#main .topic-item .wrap:before, #main .topic-item .wrap:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#main .topic-item .wrap:after {
  clear: both;
}
/* line 45, ../sass/pages/latest-news/_topic-item.scss */
#main .topic-item .wrap .read-more {
  float: left;
  position: relative;
  display: inline-block;
  color: #4b819e;
  font-size: 17px;
  line-height: 23px;
  font-family: "SourceSansProSemiBold", sans-serif;
  text-decoration: none;
}
/* line 55, ../sass/pages/latest-news/_topic-item.scss */
#main .topic-item .wrap .read-more:after {
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -5px;
  width: 5px;
  height: 10px;
  content: "";
}
/* line 66, ../sass/pages/latest-news/_topic-item.scss */
#main .topic-item .wrap .read-more:hover {
  text-decoration: underline;
}
/* line 71, ../sass/pages/latest-news/_topic-item.scss */
#main .topic-item .wrap .topic-num {
  float: right;
  display: inline-block;
  color: #4b819e;
  font-size: 17px;
  line-height: 23px;
  font-family: "SourceSansProSemiBold", sans-serif;
}
/* line 78, ../sass/pages/latest-news/_topic-item.scss */
#main .topic-item .wrap .topic-num a, #main .topic-item .wrap .topic-num a:visited {
  color: #4b819e;
  text-decoration: none;
}
/* line 82, ../sass/pages/latest-news/_topic-item.scss */
#main .topic-item .wrap .topic-num a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 479px) {
  /* line 91, ../sass/pages/latest-news/_topic-item.scss */
  #main .topic-item .message {
    clear: both;
  }
}
/* History Page */
/* line 3, ../sass/pages/history/_history-full.scss */
.history-page #main {
  padding: 0 0 129px 0;
}
/* line 9, ../sass/pages/history/_history-full.scss */
.history-page #main .body .title-block,
.history-page #main .body .title-block p {
  color: #205774;
  font: 29px/29px "SourceSansProExtraLight", sans-serif;
  margin: 17px 0 0;
}

@media screen and (max-width: 479px) {
  /* line 19, ../sass/pages/history/_history-full.scss */
  .history-page #main .body .title-block p {
    font: 26px/29px "SourceSansProExtraLight", sans-serif;
  }
}
/* Report Listing Page */
/* line 3, ../sass/pages/report-listing/_report-listing-full.scss */
.report-listing-page .promo-full .wrapper {
  height: 249px;
  background-position: 0 0;
}
/* line 8, ../sass/pages/report-listing/_report-listing-full.scss */
.report-listing-page .promo-panel {
  margin-bottom: 18px;
}
/* line 12, ../sass/pages/report-listing/_report-listing-full.scss */
.report-listing-page .content-navigation ul {
  margin: 0;
}

@media screen and (min-width: 767px) and (max-width: 1171px) {
  /* line 20, ../sass/pages/report-listing/_report-listing-full.scss */
  .report-listing-page .promo-panel .container {
    padding: 0;
  }
  /* line 24, ../sass/pages/report-listing/_report-listing-full.scss */
  .report-listing-page .field-name-field-summary {
    font-size: 11px;
  }
  /* line 27, ../sass/pages/report-listing/_report-listing-full.scss */
  .report-listing-page .report-title {
    font-size: 15px;
  }
}
/* College Page */
/* line 3, ../sass/pages/college/_college-full.scss */
.page-college h1.title-page {
  margin: 25px 0 24px;
  font: 35px/1em "SourceSansProLight", sans-serif;
  color: #205774;
}
/* line 9, ../sass/pages/college/_college-full.scss */
.page-college #main {
  padding-top: 23px;
}
/* line 13, ../sass/pages/college/_college-full.scss */
.page-college #content {
  font: 17px/23px "SourceSansProReg", sans-serif;
  margin-top: 21px;
}
/* line 17, ../sass/pages/college/_college-full.scss */
.page-college #content p {
  margin-top: 0;
}
/* line 20, ../sass/pages/college/_college-full.scss */
.page-college #content .information-text,
.page-college #content .panel-pane {
  margin-bottom: 21px;
}
/* line 23, ../sass/pages/college/_college-full.scss */
.page-college #content .information-text h2,
.page-college #content .panel-pane h2 {
  margin: 0 0 15px;
  font: 20px/1em "SourceSansProSemiBold", sans-serif;
  color: #4a4949;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 5px;
}
/* line 31, ../sass/pages/college/_college-full.scss */
.page-college #content .information-text .text,
.page-college #content .panel-pane .text {
  font: 17px/23px "SourceSansProLight", sans-serif;
  color: #4a4949;
}
/* line 37, ../sass/pages/college/_college-full.scss */
.page-college #content .twitter-widget-panel {
  margin-bottom: 25px;
}
/* line 40, ../sass/pages/college/_college-full.scss */
.page-college #content .twitter-widget-panel .pane-content {
  display: table;
  width: 100%;
}
/* line 44, ../sass/pages/college/_college-full.scss */
.page-college #content .twitter-widget-panel .pane-content .tweet-label {
  display: table-cell;
  width: 138px;
  height: 94px;
  border-bottom: 1px solid #79919e;
  background: #8da9b8;
  text-align: center;
  vertical-align: middle;
}
/* line 53, ../sass/pages/college/_college-full.scss */
.page-college #content .twitter-widget-panel .pane-content .tweet-label span {
  display: block;
  padding: 42px 0 0;
  background: url(../images/ico_content_twitter_widget.png) 50% 0 no-repeat;
  font: 11.5px/1em "SourceSansProReg", sans-serif;
  color: #fff;
}
/* line 62, ../sass/pages/college/_college-full.scss */
.page-college #content .twitter-widget-panel .pane-content .tweet {
  display: table-cell;
  border-bottom: 1px solid #cecece;
  background: #f0f0f0;
  vertical-align: top;
}
/* line 68, ../sass/pages/college/_college-full.scss */
.page-college #content .twitter-widget-panel .pane-content .tweet > ul {
  margin: 0;
  padding: 15px 0 9px 39px;
}
/* line 43, ../sass/_mixins.scss */
.page-college #content .twitter-widget-panel .pane-content .tweet > ul:before, .page-college #content .twitter-widget-panel .pane-content .tweet > ul:after {
  content: " ";
  display: table;
}
/* line 48, ../sass/_mixins.scss */
.page-college #content .twitter-widget-panel .pane-content .tweet > ul:after {
  clear: both;
}
/* line 53, ../sass/_mixins.scss */
.page-college #content .twitter-widget-panel .pane-content .tweet > ul {
  *zoom: 1;
}
/* line 73, ../sass/pages/college/_college-full.scss */
.page-college #content .twitter-widget-panel .pane-content .tweet > ul li {
  float: left;
  font: italic 14px/18px "SourceSansProLight", sans-serif;
  color: #4a4949;
}
/* line 78, ../sass/pages/college/_college-full.scss */
.page-college #content .twitter-widget-panel .pane-content .tweet > ul li a {
  color: #4a4949;
  text-decoration: underline;
}
/* line 83, ../sass/pages/college/_college-full.scss */
.page-college #content .twitter-widget-panel .pane-content .tweet > ul li span:last-child {
  display: block;
  font-size: 12px;
  font-style: normal;
  color: #245b78;
}
/* line 95, ../sass/pages/college/_college-full.scss */
.page-college #content .info {
  margin-bottom: 28px;
}
/* line 98, ../sass/pages/college/_college-full.scss */
.page-college #content .info h3 {
  margin: 0 0 13px;
  font: 20px/1em "SourceSansProSemiBold", sans-serif;
  color: #4a4949;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 5px;
}
/* line 107, ../sass/pages/college/_college-full.scss */
.page-college #content .info .view-row-content,
.page-college #content .info .pane-content {
  font: 16px/23px "SourceSansProReg", sans-serif;
  color: #4a4949;
}
/* line 111, ../sass/pages/college/_college-full.scss */
.page-college #content .info .view-row-content ul,
.page-college #content .info .pane-content ul {
  margin: 0;
  padding: 0;
}
/* line 116, ../sass/pages/college/_college-full.scss */
.page-college #content .info .view-row-content p,
.page-college #content .info .pane-content p {
  margin: 0;
}
/* line 119, ../sass/pages/college/_college-full.scss */
.page-college #content .info .view-row-content .field-type-taxonomy-term-reference, .page-college #content .info .view-row-content li,
.page-college #content .info .pane-content .field-type-taxonomy-term-reference,
.page-college #content .info .pane-content li {
  padding-left: 15px;
  background: url("../images/blue_arrow_11.png") 0 6px no-repeat;
}
/* line 130, ../sass/pages/college/_college-full.scss */
.page-college #content .info.contact-phones b,
.page-college #content .info.contact-phones strong {
  display: inline-block;
  min-width: 50px;
  font-family: "SourceSansProSemiBold", sans-serif;
  font-weight: normal;
}
/* line 137, ../sass/pages/college/_college-full.scss */
.page-college #content .info.contact-phones a {
  color: #255c79;
  text-decoration: none;
}
/* line 144, ../sass/pages/college/_college-full.scss */
.page-college #content .contact-map,
.page-college #content .pane-node-field-location.map {
  margin-bottom: 50px;
}
/* line 148, ../sass/pages/college/_college-full.scss */
.page-college #content .contact-map .flexible-container,
.page-college #content .contact-map .field-type-location,
.page-college #content .pane-node-field-location.map .flexible-container,
.page-college #content .pane-node-field-location.map .field-type-location {
  position: relative;
  padding-bottom: 30.5%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 158, ../sass/pages/college/_college-full.scss */
.page-college #content .contact-map .flexible-container iframe,
.page-college #content .contact-map .flexible-container object,
.page-college #content .contact-map .flexible-container embed,
.page-college #content .contact-map .flexible-container .gmap-gmap,
.page-college #content .contact-map .field-type-location iframe,
.page-college #content .contact-map .field-type-location object,
.page-college #content .contact-map .field-type-location embed,
.page-college #content .contact-map .field-type-location .gmap-gmap,
.page-college #content .pane-node-field-location.map .flexible-container iframe,
.page-college #content .pane-node-field-location.map .flexible-container object,
.page-college #content .pane-node-field-location.map .flexible-container embed,
.page-college #content .pane-node-field-location.map .flexible-container .gmap-gmap,
.page-college #content .pane-node-field-location.map .field-type-location iframe,
.page-college #content .pane-node-field-location.map .field-type-location object,
.page-college #content .pane-node-field-location.map .field-type-location embed,
.page-college #content .pane-node-field-location.map .field-type-location .gmap-gmap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* line 176, ../sass/pages/college/_college-full.scss */
.page-college a.link,
.page-college a.flag-link-normal {
  position: relative;
  display: inline-block;
  width: 171px;
  margin-top: 9px;
  border: 1px solid rgba(0, 0, 0, 0.55);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.32) 0 1px 1px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.32) 0 1px 1px inset;
  box-shadow: rgba(255, 255, 255, 0.32) 0 1px 1px inset;
  background-repeat: repeat;
  background-position: 0 0;
  font: 16px/31px "SourceSansProReg", sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.47);
}
/* line 191, ../sass/pages/college/_college-full.scss */
.page-college a.link:hover,
.page-college a.flag-link-normal:hover {
  opacity: 0.9;
}
/* line 195, ../sass/pages/college/_college-full.scss */
.page-college a.link:first-child,
.page-college a.flag-link-normal:first-child {
  margin-top: 0;
}
/* line 199, ../sass/pages/college/_college-full.scss */
.page-college a.link.blue,
.page-college a.flag-link-normal.blue {
  background-image: url(../images/bg_content_link_blue.png);
}
/* line 202, ../sass/pages/college/_college-full.scss */
.page-college a.link.light-blue,
.page-college a.flag-link-normal.light-blue {
  background: #2493bd;
}
/* line 205, ../sass/pages/college/_college-full.scss */
.page-college a.link.green,
.page-college a.flag-link-normal.green {
  border-color: rgba(0, 0, 0, 0.39);
  background-image: url(../images/bg_content_link_green.png);
}
/* line 210, ../sass/pages/college/_college-full.scss */
.page-college a.link.contact,
.page-college a.flag-link-normal.contact {
  border-color: rgba(0, 0, 0, 0.39);
  background-image: url(../images/bg_content_link_green_dark.png);
  margin-top: 9px;
}
/* line 216, ../sass/pages/college/_college-full.scss */
.page-college a.link.orange,
.page-college a.flag-link-normal.orange {
  border-color: rgba(0, 0, 0, 0.39);
  background-image: url(../images/bg_content_link_orange.png);
}
/* line 221, ../sass/pages/college/_college-full.scss */
.page-college a.link.flag,
.page-college a.flag-link-normal.flag {
  padding: 0 0 0 40px;
  width: 172px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../images/bg_content_link_purple.png);
  text-align: left;
}
/* line 228, ../sass/pages/college/_college-full.scss */
.page-college a.link.flag:before,
.page-college a.flag-link-normal.flag:before {
  position: absolute;
  top: 7px;
  left: 8px;
  width: 19px;
  height: 19px;
  content: '';
}
/* line 239, ../sass/pages/college/_college-full.scss */
.page-college #content a.link.contact.ctools-use-modal {
  background-image: url(../images/bg_content_link_green_dark.png);
}

@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 250, ../sass/pages/college/_college-full.scss */
  .page-college a.link.flag,
  .page-college a.flag-link-normal.flag,
  .page-college a.link,
  .page-college a.flag-link-normal {
    width: 155px;
  }
}
@media screen and (max-width: 960px) {
  /* line 259, ../sass/pages/college/_college-full.scss */
  .page-college a.link.flag,
  .page-college a.flag-link-normal.flag,
  .page-college a.link,
  .page-college a.flag-link-normal {
    width: 155px;
  }

  /* line 263, ../sass/pages/college/_college-full.scss */
  .page-college #content .twitter-widget-panel .pane-content .tweet > ul {
    margin: 0;
    padding: 15px 0 9px 20px;
  }

  /* line 268, ../sass/pages/college/_college-full.scss */
  .page-college .container #main .twitter-widget-panel .tweet > ul li {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 274, ../sass/pages/college/_college-full.scss */
  .page-college .flag {
    display: none !important;
  }

  /* line 277, ../sass/pages/college/_college-full.scss */
  .page-college .contact {
    display: none !important;
  }
}
/*  Experiences Detail Page */
/* line 3, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
.experiences-detail-page #content {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}
/* line 8, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
.experiences-detail-page .search-list-item {
  margin-top: 5px;
}

/* line 15, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
.node-type-event .experiences-detail-item-panel .wrapper .field-name-field-thumbnail {
  max-width: 226px;
  overflow: hidden;
}

/* line 24, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
.experiences-detail-item-panel .wrapper {
  margin-top: 53px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.experiences-detail-item-panel .wrapper:before, .experiences-detail-item-panel .wrapper:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.experiences-detail-item-panel .wrapper:after {
  clear: both;
}
/* line 31, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
.experiences-detail-item-panel .wrapper .logo-column img, .experiences-detail-item-panel .wrapper .field-name-field-thumbnail img {
  width: 90%;
  border: 8px solid #fff;
  -webkit-border-radius: 126px;
  -moz-border-radius: 126px;
  -ms-border-radius: 126px;
  -o-border-radius: 126px;
  border-radius: 126px;
  -webkit-box-shadow: 0 0 3px rgba(2, 2, 2, 0.14);
  -moz-box-shadow: 0 0 3px rgba(2, 2, 2, 0.14);
  box-shadow: 0 0 3px rgba(2, 2, 2, 0.14);
}
/* line 37, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
.experiences-detail-item-panel .wrapper .logo-column .info-field, .experiences-detail-item-panel .wrapper .field-name-field-thumbnail .info-field {
  text-align: center;
  font-family: "SourceSansProReg", sans-serif;
  color: #000;
  padding-left: 25px;
}
/* line 42, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
.experiences-detail-item-panel .wrapper .logo-column .info-field.first, .experiences-detail-item-panel .wrapper .field-name-field-thumbnail .info-field.first {
  margin-top: 30px;
}
/* line 45, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
.experiences-detail-item-panel .wrapper .logo-column .info-field .field-label, .experiences-detail-item-panel .wrapper .field-name-field-thumbnail .info-field .field-label {
  font-weight: bold;
  display: inline-block;
  width: 85px;
  padding-right: 10px;
  margin-bottom: 10px;
}
/* line 53, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
.experiences-detail-item-panel .wrapper .logo-column a, .experiences-detail-item-panel .wrapper .field-name-field-thumbnail a {
  text-decoration: none;
  color: #000;
}
/* line 63, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
.experiences-detail-item-panel .wrapper .description-column .wrap {
  margin-left: -35px;
  padding-right: 30px;
}
/* line 67, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
.experiences-detail-item-panel .wrapper .description-column .wrap .title-description {
  margin: 3px 0 0 0;
  font: 24px/30px "SourceSansProReg", sans-serif;
  color: #205774;
}
/* line 74, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
.experiences-detail-item-panel .wrapper .description-column .wrap .description p {
  margin: 8px 0;
  font-family: "SourceSansProReg", sans-serif;
}
/* line 80, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
.experiences-detail-item-panel .wrapper .description-column .wrap em {
  display: block;
  margin: 20px 0 20px;
  font: italic 14px/17px "SourceSansProReg", sans-serif;
  color: #4a4949;
}
/* line 87, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
.experiences-detail-item-panel .wrapper .description-column .wrap .tag-list {
  list-style: none;
  padding: 0;
  margin-top: 23px;
}
/* line 92, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
.experiences-detail-item-panel .wrapper .description-column .wrap .tag-list li, .experiences-detail-item-panel .wrapper .description-column .wrap .tag-list .field {
  float: left;
}
/* line 95, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
.experiences-detail-item-panel .wrapper .description-column .wrap .tag-list li a, .experiences-detail-item-panel .wrapper .description-column .wrap .tag-list .field a {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #d5d5d5;
  text-decoration: none;
  font: 15px/16px "SourceSansProSemiBold", sans-serif;
  color: #4b819e;
}
/* line 103, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
.experiences-detail-item-panel .wrapper .description-column .wrap .tag-list li a:hover, .experiences-detail-item-panel .wrapper .description-column .wrap .tag-list .field a:hover {
  text-decoration: underline;
}
/* line 109, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
.experiences-detail-item-panel .wrapper .description-column .wrap .tag-list li:first-child a, .experiences-detail-item-panel .wrapper .description-column .wrap .tag-list .field:first-child a {
  padding-left: 0;
  border: 0 none;
}
/* line 120, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
.experiences-detail-item-panel .wrapper .searching-column .wrap {
  margin-top: -21px;
}

@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 129, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
  .experiences-detail-item-panel .wrapper .description-column .wrap {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  /* line 135, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
  .experiences-detail-item-panel .wrapper .description-column .wrap {
    margin-left: 0;
  }

  /* line 138, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
  .experiences-detail-page .page-inner > .container {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 146, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
  .experiences-detail-item-panel .logo-column .wrap {
    text-align: center;
    float: none;
    margin: 0 auto;
    max-width: 226px;
  }
  /* line 153, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
  .experiences-detail-item-panel .searching-college .pane-inner .form-item.submit-field {
    background: none !important;
    padding: 25px 0 55px 0;
  }
  /* line 158, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
  .experiences-detail-item-panel .searching-college .pane-inner .form-item.submit-field .description {
    display: none;
  }
  /* line 162, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
  .experiences-detail-item-panel .searching-college .pane-inner .serch-mobile-form {
    display: none;
  }
  /* line 166, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
  .experiences-detail-item-panel .wrapper .searching-column .wrap {
    margin: 0 -10px;
  }
  /* line 170, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
  .experiences-detail-item-panel .searching-college .pane-inner .pane-title {
    display: block;
    padding: 16px 0;
    background: url(../images/searching_college_bg.png) 0 0 repeat;
    margin: 0;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  /* line 179, ../sass/pages/experiences-detail/_experiences-detail-item.scss */
  .experiences-detail-item-panel .wrapper .description-column .wrap .tag-list {
    padding-bottom: 50px;
  }
}
/* line 2, ../sass/pages/events/events-full.scss */
.view-events-google-map .gmap {
  width: 100% !important;
}

/* line 7, ../sass/pages/events/events-full.scss */
.view-events-location {
  font: 17px/23px "SourceSansProReg", sans-serif;
}
/* line 10, ../sass/pages/events/events-full.scss */
.view-events-location em {
  clear: both;
  display: block;
}
/* line 15, ../sass/pages/events/events-full.scss */
.view-events-location em.additional.first {
  margin-top: 10px;
}
/* line 16, ../sass/pages/events/events-full.scss */
.view-events-location em.additional.last {
  margin-bottom: 10px;
}
/* line 17, ../sass/pages/events/events-full.scss */
.view-events-location em.additional.time {
  margin-top: 25px;
}
/* line 18, ../sass/pages/events/events-full.scss */
.view-events-location em.additional span.label {
  display: inline-block;
  width: 39%;
  float: left;
}
/* line 23, ../sass/pages/events/events-full.scss */
.view-events-location em.additional span.value {
  display: table;
  width: 61%;
}
/* line 27, ../sass/pages/events/events-full.scss */
.view-events-location em.additional.open-to .value {
  line-height: 15px;
  padding-top: 5px;
}
/* line 33, ../sass/pages/events/events-full.scss */
.view-events-location h3 {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  color: #205774;
  margin-top: 6px;
}
/* line 40, ../sass/pages/events/events-full.scss */
.view-events-location .location {
  margin-top: 25px;
}

/* line 45, ../sass/pages/events/events-full.scss */
.node-type-event a.link.green {
  position: relative;
  display: inline-block;
  width: 171px;
  margin-top: 9px;
  border: 1px solid rgba(0, 0, 0, 0.55);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.32) 0 1px 1px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.32) 0 1px 1px inset;
  box-shadow: rgba(255, 255, 255, 0.32) 0 1px 1px inset;
  background-repeat: repeat;
  background-position: 0 0;
  font: 16px/31px "SourceSansProReg", sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.47);
  border-color: rgba(0, 0, 0, 0.39);
  background-image: url(../images/bg_content_link_green.png);
}
/* line 62, ../sass/pages/events/events-full.scss */
.node-type-event a.link.green:hover {
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  /* line 67, ../sass/pages/events/events-full.scss */
  .view-events-location {
    padding-right: 0px;
  }
  /* line 71, ../sass/pages/events/events-full.scss */
  .view-events-location em.additional span.label {
    width: auto;
    float: none;
    display: inline-block;
  }
  /* line 76, ../sass/pages/events/events-full.scss */
  .view-events-location em.additional span.value {
    display: inline-block;
    width: auto;
  }
  /* line 82, ../sass/pages/events/events-full.scss */
  .view-events-location .location {
    margin-bottom: 40px;
  }

  /* line 86, ../sass/pages/events/events-full.scss */
  .node-type-event .experiences-detail-item-panel .wrapper .field-name-field-thumbnail {
    margin: 40px auto 0 auto;
  }
}
/*  Experiences Full Page */
/* line 1, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel {
  padding: 41px 0 41px 0;
}
/* line 3, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .group-item {
  width: 100%;
  float: left;
}
/* line 7, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .view-content .group-item > h3 {
  text-align: center;
  clear: both;
  display: block;
  width: 100%;
}
/* line 12, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .view-content .group-item > h3 span {
  color: #fff;
  background: #1d4b7f;
  text-transform: uppercase;
  padding: 7px 30px;
  font-size: 16px;
}
/* line 24, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box {
  padding: 21px 0 0;
}
/* line 43, ../sass/_mixins.scss */
.experiences-full-items-panel .wrapper .box:before, .experiences-full-items-panel .wrapper .box:after {
  content: " ";
  display: table;
}
/* line 48, ../sass/_mixins.scss */
.experiences-full-items-panel .wrapper .box:after {
  clear: both;
}
/* line 53, ../sass/_mixins.scss */
.experiences-full-items-panel .wrapper .box {
  *zoom: 1;
}
/* line 28, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box .item-wrap {
  padding: 21px 0 0;
  border-top: 1px solid #dfdfdf;
}
/* line 32, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box .item-wrap .item-info {
  display: block;
  padding: 15px 10px 24px 0;
  text-decoration: none;
}
/* line 43, ../sass/_mixins.scss */
.experiences-full-items-panel .wrapper .box .item-wrap .item-info:before, .experiences-full-items-panel .wrapper .box .item-wrap .item-info:after {
  content: " ";
  display: table;
}
/* line 48, ../sass/_mixins.scss */
.experiences-full-items-panel .wrapper .box .item-wrap .item-info:after {
  clear: both;
}
/* line 53, ../sass/_mixins.scss */
.experiences-full-items-panel .wrapper .box .item-wrap .item-info {
  *zoom: 1;
}
/* line 38, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box .item-wrap .item-info .group-1 {
  text-align: right;
}
/* line 40, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box .item-wrap .item-info .group-1 .image {
  position: relative;
  display: inline-block;
  margin-right: 4px;
}
/* line 46, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box .item-wrap .item-info .group-1 .image .logo,
.experiences-full-items-panel .wrapper .box .item-wrap .item-info .group-1 .image img {
  display: block;
  width: 170px;
  border: 8px solid #fff;
  -webkit-border-radius: 93px;
  -moz-border-radius: 93px;
  -ms-border-radius: 93px;
  -o-border-radius: 93px;
  border-radius: 93px;
  -webkit-box-shadow: 0 0 3px rgba(2, 2, 2, 0.14);
  -moz-box-shadow: 0 0 3px rgba(2, 2, 2, 0.14);
  box-shadow: 0 0 3px rgba(2, 2, 2, 0.14);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 55, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box .item-wrap .item-info .group-1 .image .ico-add {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
  width: 56px;
  height: 56px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 70, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box .item-wrap .item-info .group-2 .wrap {
  margin-left: 8px;
}
/* line 73, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box .item-wrap .item-info .group-2 .wrap .title {
  margin: 13px 0 0;
  font: 24px/30px "SourceSansProReg", sans-serif;
  color: #4a4949;
}
/* line 79, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box .item-wrap .item-info .group-2 .wrap em {
  display: block;
  margin: 2px 0 0;
  font: italic 14px/17px "SourceSansProReg", sans-serif;
  color: #4a4949;
}
/* line 86, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box .item-wrap .item-info .group-2 .wrap .description {
  margin: 14px 0;
  color: #4a4949;
  font-family: "SourceSansProReg", sans-serif;
}
/* line 94, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box .item-wrap .item-info:hover {
  background: #F4F4F4;
}
/* line 99, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box .item-wrap .item-info:hover .group-1 .logo,
.experiences-full-items-panel .wrapper .box .item-wrap .item-info:hover .group-1 img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 103, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box .item-wrap .item-info:hover .group-1 .ico-add {
  opacity: 1;
}
/* line 109, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box .item-wrap .item-info:hover .group-2 .title {
  color: #23588A;
}
/* line 119, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box.border,
.experiences-full-items-panel .wrapper .box.views-row-even {
  border-left: 1px solid #dfdfdf;
}
/* line 125, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box.first,
.experiences-full-items-panel .wrapper .box.views-row-first,
.experiences-full-items-panel .wrapper .box.views-row-2 {
  padding-top: 0;
}
/* line 127, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box.first .item-wrap,
.experiences-full-items-panel .wrapper .box.views-row-first .item-wrap,
.experiences-full-items-panel .wrapper .box.views-row-2 .item-wrap {
  border-top: 0 none;
}
/* line 133, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box.last,
.experiences-full-items-panel .wrapper .box.views-row-last {
  padding-bottom: 0;
}
/* line 135, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box.last .item-wrap,
.experiences-full-items-panel .wrapper .box.views-row-last .item-wrap {
  border-bottom: 1px solid #dfdfdf;
}
/* line 141, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box.item-left,
.experiences-full-items-panel .wrapper .views-row-odd {
  padding-right: 2%;
  clear: both;
}
/* line 147, ../sass/pages/experiences-full/_experiences-full-items.scss */
.experiences-full-items-panel .wrapper .box.item-right,
.experiences-full-items-panel .wrapper .views-row-even {
  padding-left: 2%;
}

@media screen and (max-width: 960px) {
  /* line 154, ../sass/pages/experiences-full/_experiences-full-items.scss */
  .experiences-full-items-panel {
    padding: 20px 0 0;
    margin: 0 -10px;
  }
  /* line 159, ../sass/pages/experiences-full/_experiences-full-items.scss */
  .experiences-full-items-panel .wrapper .box {
    padding: 0;
  }
  /* line 165, ../sass/pages/experiences-full/_experiences-full-items.scss */
  .experiences-full-items-panel .wrapper .box.item-left, .experiences-full-items-panel .wrapper .box.item-right, .experiences-full-items-panel .wrapper .box.views-row-odd, .experiences-full-items-panel .wrapper .box.views-row-even {
    padding: 0;
  }
  /* line 171, ../sass/pages/experiences-full/_experiences-full-items.scss */
  .experiences-full-items-panel .wrapper .box.first.item-right, .experiences-full-items-panel .wrapper .box.views-row-first.views-row-even, .experiences-full-items-panel .wrapper .box.box.views-row-2 {
    border-top: 1px solid #dfdfdf;
  }
  /* line 177, ../sass/pages/experiences-full/_experiences-full-items.scss */
  .experiences-full-items-panel .wrapper .box.border, .experiences-full-items-panel .wrapper .box.views-row-even {
    border-left: 0 none;
  }
  /* line 183, ../sass/pages/experiences-full/_experiences-full-items.scss */
  .experiences-full-items-panel .wrapper .box.last .item-wrap, .experiences-full-items-panel .wrapper .box.views-row-last .item-wrap {
    border-bottom: 0 none;
  }
  /* line 190, ../sass/pages/experiences-full/_experiences-full-items.scss */
  .experiences-full-items-panel .wrapper .box.last.item-right .item-wrap, .experiences-full-items-panel .wrapper .box.views-row-last.views-row-even .item-wrap {
    border-bottom: 1px solid #dfdfdf;
  }
  /* line 195, ../sass/pages/experiences-full/_experiences-full-items.scss */
  .experiences-full-items-panel .wrapper .box .item-wrap {
    margin-bottom: 20px;
  }
  /* line 199, ../sass/pages/experiences-full/_experiences-full-items.scss */
  .experiences-full-items-panel .wrapper .box .item-wrap .item-info .group-1 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  /* line 211, ../sass/pages/experiences-full/_experiences-full-items.scss */
  .experiences-full-items-panel .wrapper .box .item-wrap .item-info .group-1 .image {
    margin: 0 15px 0 10px;
  }
}
@media screen and (min-width: 479px) and (max-width: 767px) {
  /* line 216, ../sass/pages/experiences-full/_experiences-full-items.scss */
  .experiences-full-items-panel .box .item-wrap .group-1 {
    width: 40% !important;
  }

  /* line 219, ../sass/pages/experiences-full/_experiences-full-items.scss */
  .experiences-full-items-panel .box .item-wrap .group-2 {
    width: 60% !important;
  }
}
/* Reports Detail */
/* line 3, ../sass/pages/reports-detail/_reports-detail-full.scss */
.reports-detail-page .reports-detail-panel {
  padding-top: 34px;
  padding-bottom: 50px;
}
/* line 9, ../sass/pages/reports-detail/_reports-detail-full.scss */
.reports-detail-page .reports-detail-panel .left-sidebar .wrapper {
  margin-right: 35px;
}
/* line 12, ../sass/pages/reports-detail/_reports-detail-full.scss */
.reports-detail-page .reports-detail-panel .left-sidebar .wrapper .reports-panel .reports-box {
  padding-top: 0;
}
/* line 15, ../sass/pages/reports-detail/_reports-detail-full.scss */
.reports-detail-page .reports-detail-panel .left-sidebar .wrapper .reports-panel .reports-box .item {
  margin-bottom: 0;
}
/* line 20, ../sass/pages/reports-detail/_reports-detail-full.scss */
.reports-detail-page .reports-detail-panel .left-sidebar .wrapper .link-box {
  padding-top: 28px;
  text-align: center;
}
/* line 24, ../sass/pages/reports-detail/_reports-detail-full.scss */
.reports-detail-page .reports-detail-panel .left-sidebar .wrapper .link-box .view-all {
  display: inline-block;
  padding: 6px 11%;
  border: 1px solid #132f3d;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background: #538901;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #437b9d), color-stop(100%, #3f7492));
  background-image: -webkit-linear-gradient(top, #437b9d 0%, #3f7492 100%);
  background-image: -moz-linear-gradient(top, #437b9d 0%, #3f7492 100%);
  background-image: -o-linear-gradient(top, #437b9d 0%, #3f7492 100%);
  background-image: linear-gradient(top, #437b9d 0%, #3f7492 100%);
  -webkit-box-shadow: #78a0b8 0 1px 1px inset;
  -moz-box-shadow: #78a0b8 0 1px 1px inset;
  box-shadow: #78a0b8 0 1px 1px inset;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(2, 2, 2, 0.47);
  font: 16px/18px "SourceSansProBold", sans-serif;
  text-decoration: none;
}
/* line 43, ../sass/pages/reports-detail/_reports-detail-full.scss */
.reports-detail-page .reports-detail-panel .report-panel-pane .report-item {
  border-bottom: 1px solid #cfdde5;
  padding-right: 10%;
  margin-bottom: 20px;
}
/* line 49, ../sass/pages/reports-detail/_reports-detail-full.scss */
.reports-detail-page .reports-detail-panel .report-panel-pane .report-item .report-title,
.reports-detail-page .reports-detail-panel .report-panel-pane .report-item .pane-title {
  margin: 0;
  font: 26px/30px "SourceSansProReg", sans-serif;
}
/* line 54, ../sass/pages/reports-detail/_reports-detail-full.scss */
.reports-detail-page .reports-detail-panel .report-panel-pane .report-item p {
  margin: 15px 0;
  font-size: 20px;
  line-height: 27px;
  color: #363636;
  font-family: "SourceSansProReg", sans-serif;
}

@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 67, ../sass/pages/reports-detail/_reports-detail-full.scss */
  .reports-detail-page .reports-detail-panel .left-sidebar .wrapper {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  /* line 73, ../sass/pages/reports-detail/_reports-detail-full.scss */
  .reports-detail-page .reports-detail-panel .left-sidebar .wrapper {
    margin-right: 0;
  }

  /* line 77, ../sass/pages/reports-detail/_reports-detail-full.scss */
  .reports-detail-page .reports-detail-panel .report-panel-pane .report-item {
    padding-right: 0;
  }

  /* line 81, ../sass/pages/reports-detail/_reports-detail-full.scss */
  .reports-detail-panel .sidebars.left-sidebar {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  /* line 87, ../sass/pages/reports-detail/_reports-detail-full.scss */
  .reports-detail-page .reports-detail-panel .left-sidebar .wrapper .link-box {
    clear: both;
  }
}
/* line 1, ../sass/pages/reports-detail/_downloading-panel.scss */
.downloading-panel {
  background: #f0f0f0;
  margin-top: 10px;
}
/* line 5, ../sass/pages/reports-detail/_downloading-panel.scss */
.downloading-panel .wrap {
  margin-left: 16px;
  padding: 19px 0;
}
/* line 9, ../sass/pages/reports-detail/_downloading-panel.scss */
.downloading-panel .wrap .box-button {
  margin-bottom: 17px;
  text-align: center;
}
/* line 13, ../sass/pages/reports-detail/_downloading-panel.scss */
.downloading-panel .wrap .box-button .button {
  display: inline-block;
  padding: 6px 11%;
  border: 1px solid #132f3d;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background: #538901;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #579001), color-stop(100%, #4c7e01));
  background-image: -webkit-linear-gradient(top, #579001 0%, #4c7e01 100%);
  background-image: -moz-linear-gradient(top, #579001 0%, #4c7e01 100%);
  background-image: -o-linear-gradient(top, #579001 0%, #4c7e01 100%);
  background-image: linear-gradient(top, #579001 0%, #4c7e01 100%);
  -webkit-box-shadow: #afd674 0 1px 1px inset;
  -moz-box-shadow: #afd674 0 1px 1px inset;
  box-shadow: #afd674 0 1px 1px inset;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(2, 2, 2, 0.47);
  font: 16px/18px "SourceSansProBold", sans-serif;
  text-decoration: none;
}
/* line 28, ../sass/pages/reports-detail/_downloading-panel.scss */
.downloading-panel .wrap .title-panel {
  font: 14px/23px "SourceSansProLight", sans-serif;
  margin: 0;
}
/* line 32, ../sass/pages/reports-detail/_downloading-panel.scss */
.downloading-panel .wrap .title-panel:first-child {
  margin-top: 5px;
}
/* line 36, ../sass/pages/reports-detail/_downloading-panel.scss */
.downloading-panel .wrap .title-panel b {
  display: inline-block;
  width: 21%;
}
/* line 42, ../sass/pages/reports-detail/_downloading-panel.scss */
.downloading-panel .wrap .downloading-list, .downloading-panel .wrap ul {
  padding: 0;
  margin: 0;
}
/* line 46, ../sass/pages/reports-detail/_downloading-panel.scss */
.downloading-panel .wrap .downloading-list li, .downloading-panel .wrap .downloading-list .field-name-field-report-topics, .downloading-panel .wrap ul li, .downloading-panel .wrap ul .field-name-field-report-topics {
  border-top: 1px solid #dedede;
  margin-right: 9%;
  margin-bottom: 4px;
}
/* line 51, ../sass/pages/reports-detail/_downloading-panel.scss */
.downloading-panel .wrap .downloading-list li:first-child, .downloading-panel .wrap .downloading-list .field-name-field-report-topics:first-child, .downloading-panel .wrap ul li:first-child, .downloading-panel .wrap ul .field-name-field-report-topics:first-child {
  border: 0 none;
}
/* line 55, ../sass/pages/reports-detail/_downloading-panel.scss */
.downloading-panel .wrap .downloading-list li a, .downloading-panel .wrap .downloading-list .field-name-field-report-topics a, .downloading-panel .wrap ul li a, .downloading-panel .wrap ul .field-name-field-report-topics a {
  display: block;
  padding: 3px 0 6px 0;
  font: 14px/23px "SourceSansProLight", sans-serif;
  color: #4b819e;
  text-decoration: none;
}
/* line 62, ../sass/pages/reports-detail/_downloading-panel.scss */
.downloading-panel .wrap .downloading-list li a:hover, .downloading-panel .wrap .downloading-list .field-name-field-report-topics a:hover, .downloading-panel .wrap ul li a:hover, .downloading-panel .wrap ul .field-name-field-report-topics a:hover {
  text-decoration: underline;
}

/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.paginator-panel .wrap:before, .paginator-panel .wrap:after, .paginator-panel .pane-content:before, .paginator-panel .pane-content:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.paginator-panel .wrap:after, .paginator-panel .pane-content:after {
  clear: both;
}
/* line 6, ../sass/pages/reports-detail/_paginator-panel.scss */
.paginator-panel .wrap ul, .paginator-panel .pane-content ul {
  padding: 0;
}
/* line 9, ../sass/pages/reports-detail/_paginator-panel.scss */
.paginator-panel .wrap ul li, .paginator-panel .pane-content ul li {
  border: 1px solid #467c99;
  float: left;
}
/* line 13, ../sass/pages/reports-detail/_paginator-panel.scss */
.paginator-panel .wrap ul li a, .paginator-panel .pane-content ul li a {
  display: block;
  text-decoration: none;
}
/* line 20, ../sass/pages/reports-detail/_paginator-panel.scss */
.paginator-panel .wrap .navigation, .paginator-panel .pane-content .navigation {
  float: left;
}
/* line 23, ../sass/pages/reports-detail/_paginator-panel.scss */
.paginator-panel .wrap .navigation li, .paginator-panel .pane-content .navigation li {
  margin-left: 5px;
}
/* line 26, ../sass/pages/reports-detail/_paginator-panel.scss */
.paginator-panel .wrap .navigation li a, .paginator-panel .pane-content .navigation li a {
  padding: 5px 15px;
  overflow: hidden;
  text-indent: -999px;
  width: 8px;
}
/* line 33, ../sass/pages/reports-detail/_paginator-panel.scss */
.paginator-panel .wrap .navigation li.prev a, .paginator-panel .pane-content .navigation li.prev a {
  position: relative;
}
/* line 36, ../sass/pages/reports-detail/_paginator-panel.scss */
.paginator-panel .wrap .navigation li.prev a:before, .paginator-panel .pane-content .navigation li.prev a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -4px;
  width: 7px;
  height: 15px;
  content: "";
}
/* line 47, ../sass/pages/reports-detail/_paginator-panel.scss */
.paginator-panel .wrap .navigation li.next a, .paginator-panel .pane-content .navigation li.next a {
  position: relative;
}
/* line 50, ../sass/pages/reports-detail/_paginator-panel.scss */
.paginator-panel .wrap .navigation li.next a:before, .paginator-panel .pane-content .navigation li.next a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -4px;
  width: 7px;
  height: 15px;
  content: "";
}
/* line 63, ../sass/pages/reports-detail/_paginator-panel.scss */
.paginator-panel .wrap .pages-list, .paginator-panel .pane-content .pages-list {
  float: right;
}
/* line 66, ../sass/pages/reports-detail/_paginator-panel.scss */
.paginator-panel .wrap .pages-list li, .paginator-panel .pane-content .pages-list li {
  margin-right: 5px;
}
/* line 69, ../sass/pages/reports-detail/_paginator-panel.scss */
.paginator-panel .wrap .pages-list li.active, .paginator-panel .pane-content .pages-list li.active {
  padding: 4px 12px;
  background: #467c99;
  color: #FFF;
}
/* line 75, ../sass/pages/reports-detail/_paginator-panel.scss */
.paginator-panel .wrap .pages-list li a, .paginator-panel .pane-content .pages-list li a {
  padding: 4px 12px;
}
/* line 79, ../sass/pages/reports-detail/_paginator-panel.scss */
.paginator-panel .wrap .pages-list li a:hover, .paginator-panel .wrap .pages-list li a:active, .paginator-panel .pane-content .pages-list li a:hover, .paginator-panel .pane-content .pages-list li a:active {
  background: #467c99;
  color: #FFF;
}

/* Parents Page */
/* line 3, ../sass/pages/parents/_parents-full.scss */
.parents-page .content-panel .content-list h2 {
  font: 26px/30px "SourceSansProReg", sans-serif;
  margin-bottom: -10px;
  font-weight: normal;
  color: #205774;
}
/* line 10, ../sass/pages/parents/_parents-full.scss */
.parents-page .content-navigation ul {
  margin: 0;
}
/* line 14, ../sass/pages/parents/_parents-full.scss */
.parents-page .content-navigation + .promo-full {
  margin-top: -12px;
}
/* line 18, ../sass/pages/parents/_parents-full.scss */
.parents-page .promo-full .wrapper {
  height: 249px;
  background-position-x: left;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.parents-page .promo-panel:before, .parents-page .promo-panel:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.parents-page .promo-panel:after {
  clear: both;
}
/* line 27, ../sass/pages/parents/_parents-full.scss */
.parents-page .content-panel {
  padding-bottom: 120px;
}
/* line 31, ../sass/pages/parents/_parents-full.scss */
.parents-page .pane-page-breadcrumb {
  margin-top: 18px;
}

@media screen and (min-width: 767px) and (max-width: 1171px) {
  /* line 40, ../sass/pages/parents/_parents-full.scss */
  .parents-page .promo-panel .container,
  .parents-page .promo-panel .searching-column {
    padding: 0;
  }
  /* line 44, ../sass/pages/parents/_parents-full.scss */
  .parents-page .container #main #content {
    padding-left: 0;
  }
  /* line 47, ../sass/pages/parents/_parents-full.scss */
  .parents-page .container #main aside.sidebars {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 54, ../sass/pages/parents/_parents-full.scss */
  .parents-page .container {
    padding: 0;
  }

  /* line 62, ../sass/pages/parents/_parents-full.scss */
  .parents-page .content-navigation + .promo-full {
    margin-top: 0;
  }

  /* line 66, ../sass/pages/parents/_parents-full.scss */
  .parents-page .searching-college .pane-inner .serch-mobile-form {
    display: none;
  }

  /* line 70, ../sass/pages/parents/_parents-full.scss */
  .parents-page .searching-college .pane-inner .pane-title {
    display: block;
    padding: 16px 0;
    background: url(../images/searching_college_bg.png) 0 0 repeat;
    margin: 0;
    border-bottom: 1px solid #fff;
    text-align: center;
  }

  /* line 79, ../sass/pages/parents/_parents-full.scss */
  .parents-page .searching-college .pane-inner .form-item.submit-field {
    background: none !important;
    padding: 25px 0 10px 0;
  }
}
/* line 3, ../sass/pages/parents/_content-panel.scss */
.content-panel .body h2 {
  font: 26px/30px "SourceSansProReg", sans-serif;
  margin-bottom: -10px;
  font-weight: normal;
  color: #205774;
}
/* line 13, ../sass/pages/parents/_content-panel.scss */
.content-panel .title-block,
.content-panel .title-block p,
.content-panel h4 {
  color: #205774;
  font: 17px/23px "SourceSansProReg";
  margin-bottom: 0;
}
/* line 19, ../sass/pages/parents/_content-panel.scss */
.content-panel p {
  font: 17px/23px "SourceSansProReg", sans-serif;
  color: #4A4949;
}
/* line 24, ../sass/pages/parents/_content-panel.scss */
.content-panel .content-list ul {
  padding: 0 0 2px 0;
  list-style-type: none;
  margin: 0;
}
/* line 29, ../sass/pages/parents/_content-panel.scss */
.content-panel .content-list ul li {
  position: relative;
  margin-bottom: 8px;
  padding: 0 0 0 3%;
  min-height: 25px;
  height: auto !important;
  height: 52px;
  color: #4A4949;
  font: 17px/23px "SourceSansProReg", sans-serif;
  background: url(../images/ico_content_list_marker_mobile2.png) 0 5px no-repeat;
}
/* line 40, ../sass/pages/parents/_content-panel.scss */
.content-panel .content-list ul li:last-child {
  margin-bottom: 0;
}
/* line 47, ../sass/pages/parents/_content-panel.scss */
.content-panel .description-block p {
  font: 17px/23px "SourceSansProLight", sans-serif;
  color: #4a4949;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  /* line 57, ../sass/pages/parents/_content-panel.scss */
  .content-panel .title-block,
  .content-panel .title-block p {
    margin: 10px 0;
  }

  /* line 61, ../sass/pages/parents/_content-panel.scss */
  .content-panel .content-list ul li {
    padding: 0 0 0 6%;
    margin-bottom: 10px;
  }

  /* line 66, ../sass/pages/parents/_content-panel.scss */
  .content-panel .description-block p {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  /* line 72, ../sass/pages/parents/_content-panel.scss */
  .content-panel .content-list ul li {
    padding: 0 0 0 5%;
  }
}
@media all and (min-width: 961px) {
  /* line 79, ../sass/pages/parents/_content-panel.scss */
  .parents-page .container #main #content {
    padding-right: 50px;
  }
}
/* line 1, ../sass/pages/parents/_related-articles-panel.scss */
.related-articles-panel {
  padding-top: 40px;
}
/* line 5, ../sass/pages/parents/_related-articles-panel.scss */
.related-articles-panel .panel-title,
.related-articles-panel .pane-title {
  margin: 16px 0 12px 0;
  font: 26px/30px "SourceSansProReg", sans-serif;
  color: #4a4949;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.related-articles-panel .box:before, .related-articles-panel .box:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.related-articles-panel .box:after {
  clear: both;
}
/* line 16, ../sass/pages/parents/_related-articles-panel.scss */
.related-articles-panel .box .articles-list-panel ul {
  padding: 0;
  margin: 0;
}
/* line 20, ../sass/pages/parents/_related-articles-panel.scss */
.related-articles-panel .box .articles-list-panel ul li {
  border-top: 1px solid #dedede;
}
/* line 23, ../sass/pages/parents/_related-articles-panel.scss */
.related-articles-panel .box .articles-list-panel ul li:last-child {
  border-bottom: 1px solid #dedede;
}
/* line 27, ../sass/pages/parents/_related-articles-panel.scss */
.related-articles-panel .box .articles-list-panel ul li a {
  display: block;
  padding: 12px 0;
  font: 17px/23px "SourceSansProReg", sans-serif;
  color: #4a4949;
  text-decoration: none;
}
/* line 34, ../sass/pages/parents/_related-articles-panel.scss */
.related-articles-panel .box .articles-list-panel ul li a:hover {
  text-decoration: underline;
}
/* line 44, ../sass/pages/parents/_related-articles-panel.scss */
.related-articles-panel .box .author-item-panel .item-info {
  display: block;
  padding: 22px 10px 15px 0;
  background: #f0f0f0;
  border: 1px solid  #dbdbdb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: white 0 0 1px 1px inset;
  -moz-box-shadow: white 0 0 1px 1px inset;
  box-shadow: white 0 0 1px 1px inset;
  text-decoration: none;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.related-articles-panel .box .author-item-panel .item-info:before, .related-articles-panel .box .author-item-panel .item-info:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.related-articles-panel .box .author-item-panel .item-info:after {
  clear: both;
}
/* line 55, ../sass/pages/parents/_related-articles-panel.scss */
.related-articles-panel .box .author-item-panel .item-info .group-1 img {
  display: inline-block;
  border: 8px solid #dadada;
  -webkit-border-radius: 88px;
  -moz-border-radius: 88px;
  -ms-border-radius: 88px;
  -o-border-radius: 88px;
  border-radius: 88px;
}
/* line 61, ../sass/pages/parents/_related-articles-panel.scss */
.related-articles-panel .box .author-item-panel .item-info .group-2 {
  text-align: center;
}
/* line 64, ../sass/pages/parents/_related-articles-panel.scss */
.related-articles-panel .box .author-item-panel .item-info .group-2 .title {
  margin: 16px 0 9px 0;
  font: 19px/23px "SourceSansProLight", sans-serif;
  color: #245b78;
}
/* line 70, ../sass/pages/parents/_related-articles-panel.scss */
.related-articles-panel .box .author-item-panel .item-info .group-2 b {
  display: block;
  font: 15px/18px "SourceSansProBold", sans-serif;
  color: #626262;
}
/* line 76, ../sass/pages/parents/_related-articles-panel.scss */
.related-articles-panel .box .author-item-panel .item-info .group-2 em {
  display: block;
  font: italic 15px/18px "SourceSansProLight", sans-serif;
  color: #626262;
}

@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 88, ../sass/pages/parents/_related-articles-panel.scss */
  .related-articles-panel .box .author-item-panel .item-info .group-1 img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  /* line 94, ../sass/pages/parents/_related-articles-panel.scss */
  .articles-list-panel {
    margin-bottom: 20px;
  }

  /* line 98, ../sass/pages/parents/_related-articles-panel.scss */
  .related-articles-panel {
    padding-top: 10px;
  }
}
/* line 3, ../sass/pages/parents/_resources-documents-panel.scss */
.resources-documents-panel .resources-title,
.resources-documents-panel .pane-title {
  position: relative;
  margin: 21px 0 16px 0;
  padding-right: 31px;
  font: 26px/30px "SourceSansProReg", sans-serif;
}
/* line 9, ../sass/pages/parents/_resources-documents-panel.scss */
.resources-documents-panel .resources-title:after,
.resources-documents-panel .pane-title:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  width: 29px;
  height: 29px;
  content: "";
}
/* line 20, ../sass/pages/parents/_resources-documents-panel.scss */
.resources-documents-panel ul {
  padding: 0;
  margin: 0;
}
/* line 24, ../sass/pages/parents/_resources-documents-panel.scss */
.resources-documents-panel ul li {
  border-top: 1px solid #dedede;
}
/* line 27, ../sass/pages/parents/_resources-documents-panel.scss */
.resources-documents-panel ul li:last-child {
  border-bottom: 1px solid #dedede;
}
/* line 31, ../sass/pages/parents/_resources-documents-panel.scss */
.resources-documents-panel ul li a {
  display: block;
  padding: 12px 0;
  font: 15px/20px "SourceSansProReg", sans-serif;
  color: #4a4949;
  text-decoration: none;
  padding-left: 45px;
  min-height: 35px;
  background: url("../images/note.png") 0 15px no-repeat;
}
/* line 41, ../sass/pages/parents/_resources-documents-panel.scss */
.resources-documents-panel ul li a:hover {
  text-decoration: underline;
}

/* line 1, ../sass/pages/parents/_question-panel.scss */
.question-panel {
  margin-top: 46px;
  background: #f5f5f5;
}
/* line 5, ../sass/pages/parents/_question-panel.scss */
.question-panel .wrap,
.question-panel .pane-inner {
  margin: 0 10px;
  padding: 10px 0;
}
/* line 9, ../sass/pages/parents/_question-panel.scss */
.question-panel .wrap .pane-title,
.question-panel .pane-inner .pane-title {
  font: 20px/32px "SourceSansProSemiBold", sans-serif;
  margin: 0;
}
/* line 14, ../sass/pages/parents/_question-panel.scss */
.question-panel .wrap .pane-content p,
.question-panel .pane-inner .pane-content p {
  font-size: 17px;
  line-height: 23px;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  /* line 23, ../sass/pages/parents/_question-panel.scss */
  .question-panel {
    margin-top: 20px;
  }
}
/* HTML element (SMACSS base) rules */
/* Correct `block` display not defined in IE 8/9. */
/* line 33, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 40, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 52, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _base.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
@font-face {
  font-family: 'SourceSansProReg';
  src: url("fonts/sourcesanspro-reg.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-reg.ttf") format("truetype"), url("fonts/sourcesanspro-reg.woff") format("woff"), url("fonts/sourcesanspro-reg.svg#sourcesanspro-reg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansProLight';
  src: url("fonts/sourcesanspro-light.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-light.ttf") format("truetype"), url("fonts/sourcesanspro-light.woff") format("woff"), url("fonts/sourcesanspro-light.svg#sourcesanspro-light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansProBold';
  src: url("fonts/sourcesanspro-bold.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-bold.ttf") format("truetype"), url("fonts/sourcesanspro-bold.woff") format("woff"), url("fonts/sourcesanspro-bold.svg#sourcesanspro-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansProSemiBold';
  src: url("fonts/sourcesanspro-semibold.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-semibold.ttf") format("truetype"), url("fonts/sourcesanspro-semibold.woff") format("woff"), url("fonts/sourcesanspro-semibold.svg#sourcesanspro-semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansProExtraLight';
  src: url("fonts/sourcesanspro-extralight.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-extralight.ttf") format("truetype"), url("fonts/sourcesanspro-extralight.woff") format("woff"), url("fonts/sourcesanspro-extralight.svg#sourcesanspro-extralight") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 156, ../sass/_normalize.scss */
html {
  font-family: "SourceSansProLight", sans-serif;
  /* 1 */
  font-size: 106.25%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.35294em;
}

/* Remove default margin. */
/* line 176, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 23px;
  font-family: "SourceSansProLight", sans-serif;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* line 190, ../sass/_normalize.scss */
a {
  color: #4b819e;
}

/* line 194, ../sass/_normalize.scss */
a:link {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 208, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 214, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 230, ../sass/_normalize.scss */
p,
pre {
  margin: 1.35294em 0;
}

/* line 233, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.35294em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 242, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 1.41176em;
  line-height: 1.91667em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.95833em;
  margin-bottom: 0.95833em;
}

/* line 250, ../sass/_normalize.scss */
h2 {
  font-size: 1.05882em;
  line-height: 1.27778em;
  margin-top: 1.27778em;
  margin-bottom: 1.27778em;
}

/* line 255, ../sass/_normalize.scss */
h3 {
  font-size: 0.82588em;
  line-height: 1.63818em;
  margin-top: 1.63818em;
  margin-bottom: 1.63818em;
}

/* line 260, ../sass/_normalize.scss */
h4 {
  font-size: 0.70588em;
  line-height: 1.91667em;
  margin-top: 1.91667em;
  margin-bottom: 1.91667em;
}

/* line 265, ../sass/_normalize.scss */
h5 {
  font-size: 0.58588em;
  line-height: 2.30924em;
  margin-top: 2.30924em;
  margin-bottom: 2.30924em;
}

/* line 270, ../sass/_normalize.scss */
h6 {
  font-size: 0.47294em;
  line-height: 2.8607em;
  margin-top: 2.8607em;
  margin-bottom: 2.8607em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 277, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 283, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
/* line 288, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 293, ../sass/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.35294em 0;
}

/* Address styling not present in IE 8/9. */
/* line 302, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 313, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.35294em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 322, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 334, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 339, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 345, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 351, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 354, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 364, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.35294em 0;
}

/* line 371, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 376, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 383, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 401, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 422, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 427, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 443, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-style: solid;
  border-top-width: 0.05882em;
  padding-top: 0.41471em;
  border-bottom-style: solid;
  border-bottom-width: 0.05882em;
  padding-bottom: 0.82059em;
  border-left-style: solid;
  border-left-width: 0.05882em;
  padding-left: 0.82059em;
  border-right-style: solid;
  border-right-width: 0.05882em;
  padding-right: 0.82059em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 458, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 476, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 493, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 504, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 520, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 532, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 543, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 557, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 567, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
/* line 573, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 582, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 588, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 596, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.35294em;
  margin-bottom: 1.35294em;
}

/* line 60, ../sass/_mixins.scss */
html,
body {
  height: 100%;
}
/* line 63, ../sass/_mixins.scss */
html #page,
body #page {
  height: 100%;
}
/* line 66, ../sass/_mixins.scss */
html #page .page-inner,
body #page .page-inner {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -202px;
  /* the bottom margin is the negative value of the footer's height */
}
/* line 72, ../sass/_mixins.scss */
html #page .page-inner .pane-page-content,
body #page .page-inner .pane-page-content {
  padding-bottom: 240px;
  /* .pane-page-content must be the same height as footer */
}
/* line 77, ../sass/_mixins.scss */
html #page footer,
body #page footer {
  height: 202px;
}
/* line 82, ../sass/_mixins.scss */
html.page-front #page .page-inner .pane-page-content,
body.page-front #page .page-inner .pane-page-content {
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  /* line 89, ../sass/_mixins.scss */
  .page-inner {
    min-height: 0 !important;
    margin: 0 !important;
  }
  /* line 93, ../sass/_mixins.scss */
  .page-inner .pane-page-content {
    padding-bottom: 0 !important;
  }

  /* line 98, ../sass/_mixins.scss */
  footer {
    height: auto !important;
  }
}
/* Layout rules */
@media all and (min-width: 1171px) {
  /* line 4, ../sass/layouts/_responsive.scss */
  .container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container:before, .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container:after {
    clear: both;
  }
  /* line 10, ../sass/layouts/_responsive.scss */
  .container .panel-logo {
    float: left;
    width: 26.66667%;
    margin-left: 0%;
    margin-right: -26.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 15, ../sass/layouts/_responsive.scss */
  .container .navigation-panel {
    float: left;
    width: 73.33333%;
    margin-left: 26.66667%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container #main:before, .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container #main:after {
    clear: both;
  }
  /* line 24, ../sass/layouts/_responsive.scss */
  .container #main #content {
    float: left;
    width: 73.33333%;
    margin-left: 0%;
    margin-right: -73.33333%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 29, ../sass/layouts/_responsive.scss */
  .container #main aside.sidebars {
    float: left;
    width: 26.66667%;
    margin-left: 73.33333%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container .content-list:before, .container .content-list:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container .content-list:after {
    clear: both;
  }
  /* line 38, ../sass/layouts/_responsive.scss */
  .container .content-list .item.first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 43, ../sass/layouts/_responsive.scss */
  .container .content-list .item.second {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 47, ../sass/layouts/_responsive.scss */
  .container .content-list .item.third {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }

  /* line 57, ../sass/layouts/_responsive.scss */
  .search-list-page .container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container:before, .search-list-page .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container:after {
    clear: both;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main:before, .search-list-page .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main:after {
    clear: both;
  }
  /* line 66, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main #content .search-list-item:before, .search-list-page .container #main #content .search-list-item:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main #content .search-list-item:after {
    clear: both;
  }
  /* line 74, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content .search-list-item .list-head {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 79, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content .search-list-item .list-body {
    float: left;
    width: 80%;
    margin-left: 20%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main #content .search-list-item .list-body:before, .search-list-page .container #main #content .search-list-item .list-body:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main #content .search-list-item .list-body:after {
    clear: both;
  }
  /* line 84, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content .search-list-item .list-body .list-description {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 90, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content .search-list-item .list-body .list-image {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }

  /* line 103, ../sass/layouts/_responsive.scss */
  .history-page .container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .history-page .container:before, .history-page .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .history-page .container:after {
    clear: both;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .history-page .container #main:before, .history-page .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .history-page .container #main:after {
    clear: both;
  }
  /* line 112, ../sass/layouts/_responsive.scss */
  .history-page .container #main #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 117, ../sass/layouts/_responsive.scss */
  .history-page .container #main aside.sidebars {
    float: left;
    width: 26.66667%;
    margin-left: 73.33333%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }

  /* line 127, ../sass/layouts/_responsive.scss */
  .latest-news-page .container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .latest-news-page .container:before, .latest-news-page .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .latest-news-page .container:after {
    clear: both;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .latest-news-page .container #main:before, .latest-news-page .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .latest-news-page .container #main:after {
    clear: both;
  }
  /* line 136, ../sass/layouts/_responsive.scss */
  .latest-news-page .container #main #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 141, ../sass/layouts/_responsive.scss */
  .latest-news-page .container #main aside.sidebars {
    float: left;
    width: 26.66667%;
    margin-left: 73.33333%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }

  /* line 151, ../sass/layouts/_responsive.scss */
  .report-listing-page .container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container:before, .report-listing-page .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container:after {
    clear: both;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main:before, .report-listing-page .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main:after {
    clear: both;
  }
  /* line 161, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main .promo-panel {
    padding: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main .promo-panel:before, .report-listing-page .container #main .promo-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main .promo-panel:after {
    clear: both;
  }
  /* line 165, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main .promo-panel .promo-column {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 170, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main .promo-panel .searching-column {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }
  /* line 176, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main #content {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main #content:before, .report-listing-page .container #main #content:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main #content:after {
    clear: both;
  }
  /* line 181, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main #content .item.row-item-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
  }
  /* line 186, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main #content .item {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 190, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main #content .item.row-item-last {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 195, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main aside.sidebars {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .preferences-panel .group:before, .preferences-panel .group:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .preferences-panel .group:after {
    clear: both;
  }
  /* line 207, ../sass/layouts/_responsive.scss */
  .preferences-panel .group .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 50%;
    padding-left: 0;
    padding-right: 10px;
    margin-right: 10px;
    float: left;
    padding: 0 0 0 10px;
    margin: 0;
  }
  /* line 213, ../sass/layouts/_responsive.scss */
  .preferences-panel .group .block:first-child {
    padding: 0 10px 0 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .lifetime-panel .content:before, .lifetime-panel .content:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .lifetime-panel .content:after {
    clear: both;
  }
  /* line 222, ../sass/layouts/_responsive.scss */
  .lifetime-panel .content .slider-nav-prev {
    float: left;
    width: 6.66667%;
    margin-left: 0%;
    margin-right: -6.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 226, ../sass/layouts/_responsive.scss */
  .lifetime-panel .content .slider {
    float: left;
    width: 86.66667%;
    margin-left: 6.66667%;
    margin-right: -93.33333%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .lifetime-panel .content .slider li:before, .lifetime-panel .content .slider li:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .lifetime-panel .content .slider li:after {
    clear: both;
  }
  /* line 232, ../sass/layouts/_responsive.scss */
  .lifetime-panel .content .slider li .item {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 30.76923%;
    padding-left: 0;
    padding-right: 13.84615px;
    margin-right: -13.84615px;
    float: left;
    padding: 0 20px;
    margin: 0 0 0 3.33333%;
  }
  /* line 238, ../sass/layouts/_responsive.scss */
  .lifetime-panel .content .slider li .item:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  /* line 243, ../sass/layouts/_responsive.scss */
  .lifetime-panel .content .slider li .item:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  /* line 251, ../sass/layouts/_responsive.scss */
  .lifetime-panel .content .slider-nav-next {
    float: left;
    width: 6.66667%;
    margin-left: 93.33333%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .network-members-panel .row:before, .network-members-panel .row:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .network-members-panel .row:after {
    clear: both;
  }
  /* line 259, ../sass/layouts/_responsive.scss */
  .network-members-panel .row .item {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 20%;
    padding-left: 0;
    padding-right: 16px;
    margin-right: -16px;
    float: left;
    margin-left: 20px;
  }
  /* line 264, ../sass/layouts/_responsive.scss */
  .network-members-panel .row .item:first-child {
    margin-left: 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .information-panel .items:before, .information-panel .items:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .information-panel .items:after {
    clear: both;
  }
  /* line 274, ../sass/layouts/_responsive.scss */
  .information-panel .items .group {
    float: left;
  }
  /* line 278, ../sass/layouts/_responsive.scss */
  .information-panel .items .group-1 {
    width: 48.983051%;
    /* 578/1180 = 0,4898305084745763 */
  }
  /* line 282, ../sass/layouts/_responsive.scss */
  .information-panel .items .group-2 {
    width: 33.559322%;
    /* 396/1180 = 0,3355932203389831 */
  }
  /* line 286, ../sass/layouts/_responsive.scss */
  .information-panel .items .group-3 {
    width: 17.457627%;
    /* 206/1180 = 0,1745762711864407 */
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .information-panel .categories ul:before, .information-panel .categories ul:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .information-panel .categories ul:after {
    clear: both;
  }
  /* line 294, ../sass/layouts/_responsive.scss */
  .information-panel .categories ul li {
    float: left;
    width: 22.796610%;
    /* 269/1180 = 0,2279661016949153 */
    margin-right: 0;
    margin-left: 2.937853%;
    /* 35/1180 = 0,0293785310734463 */
    padding: 0;
  }
  /* line 301, ../sass/layouts/_responsive.scss */
  .information-panel .categories ul li:first-child {
    margin-left: 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .colleges-panel .content:before, .colleges-panel .content:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .colleges-panel .content:after {
    clear: both;
  }
  /* line 315, ../sass/layouts/_responsive.scss */
  .colleges-panel .content .column-1 {
    float: left;
    width: 23.07692%;
    margin-left: 0%;
    margin-right: -23.07692%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 315, ../sass/layouts/_responsive.scss */
  .colleges-panel .content .column-2 {
    float: left;
    width: 23.07692%;
    margin-left: 23.07692%;
    margin-right: -46.15385%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 315, ../sass/layouts/_responsive.scss */
  .colleges-panel .content .column-3 {
    float: left;
    width: 30.76923%;
    margin-left: 46.15385%;
    margin-right: -76.92308%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 315, ../sass/layouts/_responsive.scss */
  .colleges-panel .content .column-4 {
    float: left;
    width: 23.07692%;
    margin-left: 76.92308%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 329, ../sass/layouts/_responsive.scss */
  .colleges-panel.three .content .column-1 {
    float: left;
    width: 30.76923%;
    margin-left: 0%;
    margin-right: -30.76923%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 329, ../sass/layouts/_responsive.scss */
  .colleges-panel.three .content .column-2 {
    float: left;
    width: 30.76923%;
    margin-left: 30.76923%;
    margin-right: -61.53846%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 329, ../sass/layouts/_responsive.scss */
  .colleges-panel.three .content .column-3 {
    float: left;
    width: 38.46154%;
    margin-left: 61.53846%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  /* line 348, ../sass/layouts/_responsive.scss */
  .page-college .promo .pane-image {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 353, ../sass/layouts/_responsive.scss */
  .page-college .promo .pane-logo {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }
  /* line 361, ../sass/layouts/_responsive.scss */
  .page-college .container #main #content {
    float: left;
    width: 73.33333%;
    margin-left: 0%;
    margin-right: -73.33333%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 366, ../sass/layouts/_responsive.scss */
  .page-college .container #main aside.sidebars {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .twitter-widget-panel .tweet > ul:before, .page-college .container #main .twitter-widget-panel .tweet > ul:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .twitter-widget-panel .tweet > ul:after {
    clear: both;
  }
  /* line 376, ../sass/layouts/_responsive.scss */
  .page-college .container #main .twitter-widget-panel .tweet > ul li {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 33.33333%;
    padding-left: 0;
    padding-right: 13.33333px;
    margin-right: -13.33333px;
    float: left;
    margin: 0;
    padding: 0 40px 0 0;
  }
  /* line 385, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row {
    margin-right: -6.66667%;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .view-row:before, .page-college .container #main .view-row:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .view-row:after {
    clear: both;
  }
  /* line 389, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row.information-text {
    margin-right: 0;
  }
  /* line 393, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row .info {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 25%;
    padding-left: 0;
    padding-right: 15px;
    margin-right: -15px;
    float: left;
    margin-right: 0;
  }
  /* line 398, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row .info.areas-of-study {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 75%;
    padding-left: 0;
    padding-right: 5px;
    margin-right: 15px;
    margin-right: 0;
  }
  /* line 402, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row .info.areas-of-study ul {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 33.33333%;
    padding-left: 0;
    padding-right: 13.33333px;
    margin-right: -13.33333px;
    float: left;
    margin-right: 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-detail-item-panel:before, .experiences-detail-item-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-detail-item-panel:after {
    clear: both;
  }
  /* line 416, ../sass/layouts/_responsive.scss */
  .experiences-detail-item-panel .logo-column {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 421, ../sass/layouts/_responsive.scss */
  .experiences-detail-item-panel .description-column {
    float: left;
    width: 53.33333%;
    margin-left: 26.66667%;
    margin-right: -80%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 425, ../sass/layouts/_responsive.scss */
  .experiences-detail-item-panel .searching-column {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }

  /* line 432, ../sass/layouts/_responsive.scss */
  .node-type-event .experiences-detail-item-panel .description-column {
    float: left;
    width: 46.66667%;
    margin-left: 33.33333%;
    margin-right: -80%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel:before, .experiences-full-items-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel:after {
    clear: both;
  }
  /* line 440, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 50%;
    padding-left: 0;
    padding-right: 10px;
    margin-right: -10px;
    float: left;
    margin: 0;
    padding: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel .box .item-wrap:before, .experiences-full-items-panel .box .item-wrap:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel .box .item-wrap:after {
    clear: both;
  }
  /* line 450, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box .item-wrap .group {
    float: left;
  }
  /* line 454, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box .item-wrap .group-1 {
    width: 42.933810%;
    /* 240/559 = 0,4293381037567084 */
  }
  /* line 458, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box .item-wrap .group-2 {
    width: 57.06619%;
    /* 42.933810-100 = 57.06619 */
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .reports-detail-panel:before, .reports-detail-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .reports-detail-panel:after {
    clear: both;
  }
  /* line 469, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .sidebars.left-sidebar {
    float: left;
    width: 26.66667%;
    margin-left: 0%;
    margin-right: -26.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0;
    padding-left: 0;
  }
  /* line 475, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .report-panel-pane {
    float: left;
    width: 53.33333%;
    margin-left: 26.66667%;
    margin-right: -80%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 479, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .sidebars.right-sidebar {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .parents-panel:before, .parents-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .parents-panel:after {
    clear: both;
  }
  /* line 489, ../sass/layouts/_responsive.scss */
  .parents-panel .promo-column {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0;
    padding-left: 0;
  }
  /* line 495, ../sass/layouts/_responsive.scss */
  .parents-panel .searching-column {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 500, ../sass/layouts/_responsive.scss */
  .parents-panel .pane-page-breadcrumb {
    clear: left;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .parents-panel .content-panel:before, .parents-panel .content-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .parents-panel .content-panel:after {
    clear: both;
  }
  /* line 507, ../sass/layouts/_responsive.scss */
  .parents-panel .content-panel .listing-panel {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0;
    padding-left: 0;
  }
  /* line 513, ../sass/layouts/_responsive.scss */
  .parents-panel .content-panel aside.sidebars {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 519, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 523, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .articles-list-panel {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 528, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .author-item-panel {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }
  /* line 532, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .author-item-panel .group {
    float: left;
  }
  /* line 536, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .author-item-panel .group-1 {
    width: 43.8053%;
    text-align: center;
  }
  /* line 541, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .author-item-panel .group-2 {
    width: 56.1947%;
    text-align: center;
  }
}
@media all and (min-width: 961px) and (max-width: 1170px) {
  /* line 555, ../sass/layouts/_responsive.scss */
  .container {
    position: relative;
    max-width: none;
    width: auto;
    padding: 0 10px;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container:before, .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container:after {
    clear: both;
  }
  /* line 562, ../sass/layouts/_responsive.scss */
  .container .panel-logo {
    float: left;
    width: 26.66667%;
    margin-left: 0%;
    margin-right: -26.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 567, ../sass/layouts/_responsive.scss */
  .container .navigation-panel {
    float: left;
    width: 73.33333%;
    margin-left: 26.66667%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container #main:before, .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container #main:after {
    clear: both;
  }
  /* line 575, ../sass/layouts/_responsive.scss */
  .container #main #content {
    float: left;
    width: 73.33333%;
    margin-left: 0%;
    margin-right: -73.33333%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 579, ../sass/layouts/_responsive.scss */
  .container #main aside.sidebars {
    float: left;
    width: 26.66667%;
    margin-left: 73.33333%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container .content-list:before, .container .content-list:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container .content-list:after {
    clear: both;
  }
  /* line 587, ../sass/layouts/_responsive.scss */
  .container .content-list .item.first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 591, ../sass/layouts/_responsive.scss */
  .container .content-list .item.second {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 595, ../sass/layouts/_responsive.scss */
  .container .content-list .item.third {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  /* line 604, ../sass/layouts/_responsive.scss */
  .search-list-page .container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container:before, .search-list-page .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container:after {
    clear: both;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main:before, .search-list-page .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main:after {
    clear: both;
  }
  /* line 613, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main #content .search-list-item:before, .search-list-page .container #main #content .search-list-item:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main #content .search-list-item:after {
    clear: both;
  }
  /* line 619, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content .search-list-item .list-head {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 624, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content .search-list-item .list-body {
    float: left;
    width: 80%;
    margin-left: 20%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main #content .search-list-item .list-body:before, .search-list-page .container #main #content .search-list-item .list-body:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main #content .search-list-item .list-body:after {
    clear: both;
  }
  /* line 629, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content .search-list-item .list-body .list-description {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 635, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content .search-list-item .list-body .list-image {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }

  /* line 648, ../sass/layouts/_responsive.scss */
  .history-page .container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .history-page .container:before, .history-page .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .history-page .container:after {
    clear: both;
  }
  /* line 654, ../sass/layouts/_responsive.scss */
  .history-page .container #main {
    padding-right: 10px;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .history-page .container #main:before, .history-page .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .history-page .container #main:after {
    clear: both;
  }
  /* line 658, ../sass/layouts/_responsive.scss */
  .history-page .container #main #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 662, ../sass/layouts/_responsive.scss */
  .history-page .container #main aside.sidebars {
    float: left;
    width: 26.66667%;
    margin-left: 73.33333%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }

  /* line 672, ../sass/layouts/_responsive.scss */
  .latest-news-page .container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .latest-news-page .container:before, .latest-news-page .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .latest-news-page .container:after {
    clear: both;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .latest-news-page .container #main:before, .latest-news-page .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .latest-news-page .container #main:after {
    clear: both;
  }
  /* line 683, ../sass/layouts/_responsive.scss */
  .latest-news-page .container #main #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 688, ../sass/layouts/_responsive.scss */
  .latest-news-page .container #main aside.sidebars {
    float: left;
    width: 26.66667%;
    margin-left: 73.33333%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }

  /* line 698, ../sass/layouts/_responsive.scss */
  .report-listing-page .container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container:before, .report-listing-page .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container:after {
    clear: both;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main:before, .report-listing-page .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main:after {
    clear: both;
  }
  /* line 708, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main .promo-panel {
    padding: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main .promo-panel:before, .report-listing-page .container #main .promo-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main .promo-panel:after {
    clear: both;
  }
  /* line 712, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main .promo-panel .promo-column {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 717, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main .promo-panel .searching-column {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }
  /* line 723, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main #content {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main #content:before, .report-listing-page .container #main #content:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main #content:after {
    clear: both;
  }
  /* line 728, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main #content .item.row-item-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
  }
  /* line 733, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main #content .item {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 737, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main #content .item.row-item-last {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 742, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main aside.sidebars {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-detail-item-panel:before, .experiences-detail-item-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-detail-item-panel:after {
    clear: both;
  }
  /* line 754, ../sass/layouts/_responsive.scss */
  .experiences-detail-item-panel .logo-column {
    float: left;
    width: 26.66667%;
    margin-left: 0%;
    margin-right: -26.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 759, ../sass/layouts/_responsive.scss */
  .experiences-detail-item-panel .description-column {
    float: left;
    width: 53.33333%;
    margin-left: 26.66667%;
    margin-right: -80%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 763, ../sass/layouts/_responsive.scss */
  .experiences-detail-item-panel .searching-column {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel:before, .experiences-full-items-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel:after {
    clear: both;
  }
  /* line 773, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 50%;
    padding-left: 0;
    padding-right: 10px;
    margin-right: -10px;
    float: left;
    margin: 0;
    padding: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel .box .item-wrap:before, .experiences-full-items-panel .box .item-wrap:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel .box .item-wrap:after {
    clear: both;
  }
  /* line 783, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box .item-wrap .group {
    float: left;
  }
  /* line 787, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box .item-wrap .group-1 {
    width: 42.933810%;
    /* 240/559 = 0,4293381037567084 */
  }
  /* line 791, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box .item-wrap .group-2 {
    width: 57.06619%;
    /* 42.933810-100 = 57.06619 */
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .preferences-panel .group:before, .preferences-panel .group:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .preferences-panel .group:after {
    clear: both;
  }
  /* line 802, ../sass/layouts/_responsive.scss */
  .preferences-panel .group .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 50%;
    padding-left: 0;
    padding-right: 10px;
    margin-right: 10px;
    float: left;
    padding: 0 0 0 10px;
    margin: 0;
  }
  /* line 808, ../sass/layouts/_responsive.scss */
  .preferences-panel .group .block:first-child {
    padding: 0 10px 0 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .lifetime-panel .content:before, .lifetime-panel .content:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .lifetime-panel .content:after {
    clear: both;
  }
  /* line 817, ../sass/layouts/_responsive.scss */
  .lifetime-panel .content .slider-nav-prev {
    float: left;
    width: 6.66667%;
    margin-left: 0%;
    margin-right: -6.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 821, ../sass/layouts/_responsive.scss */
  .lifetime-panel .content .slider {
    float: left;
    width: 86.66667%;
    margin-left: 6.66667%;
    margin-right: -93.33333%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .lifetime-panel .content .slider li:before, .lifetime-panel .content .slider li:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .lifetime-panel .content .slider li:after {
    clear: both;
  }
  /* line 827, ../sass/layouts/_responsive.scss */
  .lifetime-panel .content .slider li .item {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 30.76923%;
    padding-left: 0;
    padding-right: 13.84615px;
    margin-right: -13.84615px;
    float: left;
    padding: 0 20px;
    margin: 0 0 0 3.33333%;
  }
  /* line 833, ../sass/layouts/_responsive.scss */
  .lifetime-panel .content .slider li .item:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  /* line 838, ../sass/layouts/_responsive.scss */
  .lifetime-panel .content .slider li .item:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  /* line 846, ../sass/layouts/_responsive.scss */
  .lifetime-panel .content .slider-nav-next {
    float: left;
    width: 6.66667%;
    margin-left: 93.33333%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .network-members-panel .row:before, .network-members-panel .row:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .network-members-panel .row:after {
    clear: both;
  }
  /* line 854, ../sass/layouts/_responsive.scss */
  .network-members-panel .row .item {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 20%;
    padding-left: 0;
    padding-right: 16px;
    margin-right: -16px;
    float: left;
    margin-left: 20px;
  }
  /* line 859, ../sass/layouts/_responsive.scss */
  .network-members-panel .row .item:first-child {
    margin-left: 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .information-panel .items:before, .information-panel .items:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .information-panel .items:after {
    clear: both;
  }
  /* line 869, ../sass/layouts/_responsive.scss */
  .information-panel .items .group {
    float: left;
  }
  /* line 873, ../sass/layouts/_responsive.scss */
  .information-panel .items .group-1 {
    width: 48.983051%;
    /* 578/1180 = 0,4898305084745763 */
  }
  /* line 877, ../sass/layouts/_responsive.scss */
  .information-panel .items .group-2 {
    width: 33.559322%;
    /* 396/1180 = 0,3355932203389831 */
  }
  /* line 881, ../sass/layouts/_responsive.scss */
  .information-panel .items .group-3 {
    width: 17.457627%;
    /* 206/1180 = 0,1745762711864407 */
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .information-panel .categories ul:before, .information-panel .categories ul:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .information-panel .categories ul:after {
    clear: both;
  }
  /* line 889, ../sass/layouts/_responsive.scss */
  .information-panel .categories ul li {
    float: left;
    width: 22.796610%;
    /* 269/1180 = 0,2279661016949153 */
    margin-right: 0;
    margin-left: 2.937853%;
    /* 35/1180 = 0,0293785310734463 */
    padding: 0;
  }
  /* line 896, ../sass/layouts/_responsive.scss */
  .information-panel .categories ul li:first-child {
    margin-left: 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .colleges-panel:before, .colleges-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .colleges-panel:after {
    clear: both;
  }
  /* line 910, ../sass/layouts/_responsive.scss */
  .colleges-panel .content .column-1 {
    float: left;
    width: 23.07692%;
    margin-left: 0%;
    margin-right: -23.07692%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 910, ../sass/layouts/_responsive.scss */
  .colleges-panel .content .column-2 {
    float: left;
    width: 23.07692%;
    margin-left: 23.07692%;
    margin-right: -46.15385%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 910, ../sass/layouts/_responsive.scss */
  .colleges-panel .content .column-3 {
    float: left;
    width: 30.76923%;
    margin-left: 46.15385%;
    margin-right: -76.92308%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 910, ../sass/layouts/_responsive.scss */
  .colleges-panel .content .column-4 {
    float: left;
    width: 23.07692%;
    margin-left: 76.92308%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 921, ../sass/layouts/_responsive.scss */
  .colleges-panel.three .content {
    display: inline-block;
  }
  /* line 924, ../sass/layouts/_responsive.scss */
  .colleges-panel.three .content .column-1 {
    float: left;
    width: 30.76923%;
    margin-left: 0%;
    margin-right: -30.76923%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 924, ../sass/layouts/_responsive.scss */
  .colleges-panel.three .content .column-2 {
    float: left;
    width: 30.76923%;
    margin-left: 30.76923%;
    margin-right: -61.53846%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 924, ../sass/layouts/_responsive.scss */
  .colleges-panel.three .content .column-3 {
    float: left;
    width: 38.46154%;
    margin-left: 61.53846%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  /* line 943, ../sass/layouts/_responsive.scss */
  .page-college .promo .pane-image {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 948, ../sass/layouts/_responsive.scss */
  .page-college .promo .pane-logo {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }
  /* line 956, ../sass/layouts/_responsive.scss */
  .page-college .container #main #content {
    float: left;
    width: 73.33333%;
    margin-left: 0%;
    margin-right: -73.33333%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 961, ../sass/layouts/_responsive.scss */
  .page-college .container #main aside.sidebars {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .twitter-widget-panel .tweet > ul:before, .page-college .container #main .twitter-widget-panel .tweet > ul:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .twitter-widget-panel .tweet > ul:after {
    clear: both;
  }
  /* line 971, ../sass/layouts/_responsive.scss */
  .page-college .container #main .twitter-widget-panel .tweet > ul li {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 33.33333%;
    padding-left: 0;
    padding-right: 13.33333px;
    margin-right: -13.33333px;
    float: left;
    margin: 0;
    padding: 0 40px 0 0;
  }
  /* line 980, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row {
    margin-right: -6.66667%;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .view-row:before, .page-college .container #main .view-row:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .view-row:after {
    clear: both;
  }
  /* line 984, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row.information-text {
    margin-right: 0;
  }
  /* line 988, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row .info {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 25%;
    padding-left: 0;
    padding-right: 15px;
    margin-right: -15px;
    float: left;
    margin-right: 0;
  }
  /* line 993, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row .info.areas-of-study {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 75%;
    padding-left: 0;
    padding-right: 5px;
    margin-right: 15px;
    margin-right: 0;
  }
  /* line 997, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row .info.areas-of-study ul {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 33.33333%;
    padding-left: 0;
    padding-right: 13.33333px;
    margin-right: -13.33333px;
    float: left;
    margin-right: 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .reports-detail-panel:before, .reports-detail-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .reports-detail-panel:after {
    clear: both;
  }
  /* line 1012, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .sidebars.left-sidebar {
    float: left;
    width: 26.66667%;
    margin-left: 0%;
    margin-right: -26.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0;
    padding-left: 0;
  }
  /* line 1018, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .report-panel-pane {
    float: left;
    width: 53.33333%;
    margin-left: 26.66667%;
    margin-right: -80%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1022, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .sidebars.right-sidebar {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .parents-panel:before, .parents-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .parents-panel:after {
    clear: both;
  }
  /* line 1032, ../sass/layouts/_responsive.scss */
  .parents-panel .promo-column {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0;
    padding-left: 0;
  }
  /* line 1038, ../sass/layouts/_responsive.scss */
  .parents-panel .searching-column {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 1043, ../sass/layouts/_responsive.scss */
  .parents-panel .pane-page-breadcrumb {
    clear: left;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .parents-panel .content-panel:before, .parents-panel .content-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .parents-panel .content-panel:after {
    clear: both;
  }
  /* line 1050, ../sass/layouts/_responsive.scss */
  .parents-panel .content-panel .listing-panel {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0;
    padding-left: 0;
  }
  /* line 1056, ../sass/layouts/_responsive.scss */
  .parents-panel .content-panel aside.sidebars {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 1062, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1066, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .articles-list-panel {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 1071, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .author-item-panel {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }
  /* line 1075, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .author-item-panel .group {
    float: left;
  }
  /* line 1079, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .author-item-panel .group-1 {
    width: 43.8053%;
    text-align: center;
  }
  /* line 1084, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .author-item-panel .group-2 {
    width: 56.1947%;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  /* line 1097, ../sass/layouts/_responsive.scss */
  .container {
    position: relative;
    padding: 0 10px;
    position: relative;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container:before, .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container:after {
    clear: both;
  }
  /* line 1104, ../sass/layouts/_responsive.scss */
  .container .panel-logo {
    float: left;
    width: 31.25%;
    margin-left: 0%;
    margin-right: -31.25%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 1109, ../sass/layouts/_responsive.scss */
  .container .navigation-panel {
    float: left;
    width: 68.75%;
    margin-left: 31.25%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container #main:before, .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container #main:after {
    clear: both;
  }
  /* line 1117, ../sass/layouts/_responsive.scss */
  .container #main #content {
    float: left;
    width: 68.75%;
    margin-left: 0%;
    margin-right: -68.75%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1121, ../sass/layouts/_responsive.scss */
  .container #main aside.sidebars {
    float: left;
    width: 31.25%;
    margin-left: 68.75%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container .content-list:before, .container .content-list:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container .content-list:after {
    clear: both;
  }
  /* line 1129, ../sass/layouts/_responsive.scss */
  .container .content-list .item.first {
    float: left;
    width: 31.25%;
    margin-left: 0%;
    margin-right: -31.25%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1133, ../sass/layouts/_responsive.scss */
  .container .content-list .item.second {
    float: left;
    width: 31.25%;
    margin-left: 31.25%;
    margin-right: -62.5%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1137, ../sass/layouts/_responsive.scss */
  .container .content-list .item.third {
    float: left;
    width: 31.25%;
    margin-left: 62.5%;
    margin-right: -93.75%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  /* line 1146, ../sass/layouts/_responsive.scss */
  .search-list-page .container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container:before, .search-list-page .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container:after {
    clear: both;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main:before, .search-list-page .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main:after {
    clear: both;
  }
  /* line 1155, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main #content .search-list-item:before, .search-list-page .container #main #content .search-list-item:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main #content .search-list-item:after {
    clear: both;
  }
  /* line 1163, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content .search-list-item .list-head {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 1168, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content .search-list-item .list-body {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main #content .search-list-item .list-body:before, .search-list-page .container #main #content .search-list-item .list-body:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main #content .search-list-item .list-body:after {
    clear: both;
  }
  /* line 1173, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content .search-list-item .list-body .list-description {
    float: left;
    width: 56.25%;
    margin-left: 0%;
    margin-right: -56.25%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 1179, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content .search-list-item .list-body .list-image {
    float: left;
    width: 43.75%;
    margin-left: 56.25%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }

  /* line 1192, ../sass/layouts/_responsive.scss */
  .history-page .container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .history-page .container:before, .history-page .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .history-page .container:after {
    clear: both;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .history-page .container #main:before, .history-page .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .history-page .container #main:after {
    clear: both;
  }
  /* line 1202, ../sass/layouts/_responsive.scss */
  .history-page .container #main #content {
    float: left;
    width: 62.5%;
    margin-left: 0%;
    margin-right: -62.5%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1206, ../sass/layouts/_responsive.scss */
  .history-page .container #main aside.sidebars {
    float: left;
    width: 31.25%;
    margin-left: 68.75%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }

  /* line 1216, ../sass/layouts/_responsive.scss */
  .latest-news-page .container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .latest-news-page .container:before, .latest-news-page .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .latest-news-page .container:after {
    clear: both;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .latest-news-page .container #main:before, .latest-news-page .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .latest-news-page .container #main:after {
    clear: both;
  }
  /* line 1226, ../sass/layouts/_responsive.scss */
  .latest-news-page .container #main #content {
    float: left;
    width: 62.5%;
    margin-left: 0%;
    margin-right: -62.5%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1230, ../sass/layouts/_responsive.scss */
  .latest-news-page .container #main aside.sidebars {
    float: left;
    width: 31.25%;
    margin-left: 68.75%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }

  /* line 1240, ../sass/layouts/_responsive.scss */
  .report-listing-page .container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container:before, .report-listing-page .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container:after {
    clear: both;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main:before, .report-listing-page .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main:after {
    clear: both;
  }
  /* line 1250, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main .promo-panel {
    padding: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main .promo-panel:before, .report-listing-page .container #main .promo-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main .promo-panel:after {
    clear: both;
  }
  /* line 1254, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main .promo-panel .promo-column {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 1259, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main .promo-panel .searching-column {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }
  /* line 1265, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main #content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1270, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main #content .item.row-item-first {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
  }
  /* line 1275, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main #content .item {
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -50%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1279, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main #content .item.row-item-last {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1284, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main aside.sidebars {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel:before, .experiences-full-items-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel:after {
    clear: both;
  }
  /* line 1297, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
    margin-right: 0px;
    float: left;
    margin: 0;
    padding: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel .box .item-wrap:before, .experiences-full-items-panel .box .item-wrap:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel .box .item-wrap:after {
    clear: both;
  }
  /* line 1307, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box .item-wrap .group {
    float: left;
  }
  /* line 1311, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box .item-wrap .group-1 {
    width: 31.290743%;
  }
  /* line 1315, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box .item-wrap .group-2 {
    width: 68.709257%;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-detail-item-panel:before, .experiences-detail-item-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-detail-item-panel:after {
    clear: both;
  }
  /* line 1326, ../sass/layouts/_responsive.scss */
  .experiences-detail-item-panel .logo-column {
    float: left;
    width: 31.25%;
    margin-left: 0%;
    margin-right: -31.25%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 1331, ../sass/layouts/_responsive.scss */
  .experiences-detail-item-panel .description-column {
    float: left;
    width: 43.75%;
    margin-left: 31.25%;
    margin-right: -75%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1335, ../sass/layouts/_responsive.scss */
  .experiences-detail-item-panel .searching-column {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }

  /* line 1347, ../sass/layouts/_responsive.scss */
  .page-college .promo .pane-image {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 1352, ../sass/layouts/_responsive.scss */
  .page-college .promo .pane-logo {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }
  /* line 1360, ../sass/layouts/_responsive.scss */
  .page-college .container #main #content {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 1365, ../sass/layouts/_responsive.scss */
  .page-college .container #main aside.sidebars {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .twitter-widget-panel .tweet > ul:before, .page-college .container #main .twitter-widget-panel .tweet > ul:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .twitter-widget-panel .tweet > ul:after {
    clear: both;
  }
  /* line 1375, ../sass/layouts/_responsive.scss */
  .page-college .container #main .twitter-widget-panel .tweet > ul li {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 50%;
    padding-left: 0;
    padding-right: 10px;
    margin-right: -10px;
    float: left;
    margin: 0;
    padding: 0 40px 0 0;
  }
  /* line 1381, ../sass/layouts/_responsive.scss */
  .page-college .container #main .twitter-widget-panel .tweet > ul li:nth-child(3) {
    display: none;
  }
  /* line 1389, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row {
    margin-right: -37.5%;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .view-row:before, .page-college .container #main .view-row:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .view-row:after {
    clear: both;
  }
  /* line 1394, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row.information-text {
    margin-right: 0;
  }
  /* line 1398, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row .info {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 25%;
    padding-left: 0;
    padding-right: 15px;
    margin-right: -15px;
    float: left;
    margin-right: 0;
  }
  /* line 1403, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row .info.areas-of-study {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 75%;
    padding-left: 0;
    padding-right: 5px;
    margin-right: 15px;
    margin-right: 0;
  }
  /* line 1407, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row .info.areas-of-study ul {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 33.33333%;
    padding-left: 0;
    padding-right: 13.33333px;
    margin-right: -13.33333px;
    float: left;
    margin-right: 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .reports-detail-panel:before, .reports-detail-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .reports-detail-panel:after {
    clear: both;
  }
  /* line 1422, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .report-panel-pane {
    float: right;
    width: 68.75%;
    margin-right: 31.25%;
    margin-left: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-right: 0;
  }
  /* line 1427, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .sidebars.left-sidebar {
    float: left;
    width: 31.25%;
    margin-left: 0%;
    margin-right: -31.25%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0;
    padding-left: 0;
  }
  /* line 1434, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .sidebars.right-sidebar {
    clear: left;
    float: left;
    width: 31.25%;
    margin-left: 0%;
    margin-right: -31.25%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0;
    padding-left: 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .parents-panel:before, .parents-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .parents-panel:after {
    clear: both;
  }
  /* line 1446, ../sass/layouts/_responsive.scss */
  .parents-panel .promo-column {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0;
    padding-left: 0;
  }
  /* line 1452, ../sass/layouts/_responsive.scss */
  .parents-panel .searching-column {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 1457, ../sass/layouts/_responsive.scss */
  .parents-panel .pane-page-breadcrumb {
    clear: left;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .parents-panel .content-panel:before, .parents-panel .content-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .parents-panel .content-panel:after {
    clear: both;
  }
  /* line 1464, ../sass/layouts/_responsive.scss */
  .parents-panel .content-panel .listing-panel {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0;
    padding-left: 0;
  }
  /* line 1470, ../sass/layouts/_responsive.scss */
  .parents-panel .content-panel aside.sidebars {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 1476, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1480, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .articles-list-panel {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 1485, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .author-item-panel {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1488, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .author-item-panel .group {
    float: none;
  }
  /* line 1492, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .author-item-panel .group-1 {
    width: auto;
    text-align: center;
  }
  /* line 1497, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .author-item-panel .group-2 {
    width: auto;
    text-align: center;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .preferences-panel .group:before, .preferences-panel .group:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .preferences-panel .group:after {
    clear: both;
  }
  /* line 1510, ../sass/layouts/_responsive.scss */
  .preferences-panel .group .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 50%;
    padding-left: 0;
    padding-right: 10px;
    margin-right: 10px;
    float: left;
    padding: 0 0 0 10px;
    margin: 0;
  }
  /* line 1516, ../sass/layouts/_responsive.scss */
  .preferences-panel .group .block:first-child {
    padding: 0 10px 0 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .lifetime-panel .content:before, .lifetime-panel .content:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .lifetime-panel .content:after {
    clear: both;
  }
  /* line 1525, ../sass/layouts/_responsive.scss */
  .lifetime-panel .content .slider-nav-prev {
    float: left;
    width: 8.33333%;
    margin-left: 0%;
    margin-right: -8.33333%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1529, ../sass/layouts/_responsive.scss */
  .lifetime-panel .content .slider {
    float: left;
    width: 83.33333%;
    margin-left: 8.33333%;
    margin-right: -91.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .lifetime-panel .content .slider li:before, .lifetime-panel .content .slider li:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .lifetime-panel .content .slider li:after {
    clear: both;
  }
  /* line 1535, ../sass/layouts/_responsive.scss */
  .lifetime-panel .content .slider li .item {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 50%;
    padding-left: 0;
    padding-right: 10px;
    margin-right: -10px;
    float: left;
    padding: 0 20px;
    margin: 0;
  }
  /* line 1542, ../sass/layouts/_responsive.scss */
  .lifetime-panel .content .slider li .item:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  /* line 1547, ../sass/layouts/_responsive.scss */
  .lifetime-panel .content .slider li .item:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  /* line 1555, ../sass/layouts/_responsive.scss */
  .lifetime-panel .content .slider-nav-next {
    float: left;
    width: 8.33333%;
    margin-left: 91.66667%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .network-members-panel .row:before, .network-members-panel .row:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .network-members-panel .row:after {
    clear: both;
  }
  /* line 1563, ../sass/layouts/_responsive.scss */
  .network-members-panel .row .item {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 33.33333%;
    padding-left: 0;
    padding-right: 13.33333px;
    margin-right: -13.33333px;
    float: left;
    margin-left: 20px;
  }
  /* line 1568, ../sass/layouts/_responsive.scss */
  .network-members-panel .row .item:first-child {
    margin-left: 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .information-panel .items:before, .information-panel .items:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .information-panel .items:after {
    clear: both;
  }
  /* line 1578, ../sass/layouts/_responsive.scss */
  .information-panel .items .group {
    float: left;
  }
  /* line 1582, ../sass/layouts/_responsive.scss */
  .information-panel .items .group-1 {
    width: 57.7574%;
    /* 578/1180 = 0,4898305084745763 */
  }
  /* line 1586, ../sass/layouts/_responsive.scss */
  .information-panel .items .group-2 {
    width: 42.2426%;
    /* 396/1180 = 0,3355932203389831 */
  }
  /* line 1590, ../sass/layouts/_responsive.scss */
  .information-panel .items .group-3 {
    display: none;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .information-panel .categories ul:before, .information-panel .categories ul:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .information-panel .categories ul:after {
    clear: both;
  }
  /* line 1598, ../sass/layouts/_responsive.scss */
  .information-panel .categories ul li {
    float: left;
    width: 47%;
    margin-right: 2.937853%;
    padding: 0;
    margin-bottom: 20px;
  }
  /* line 1605, ../sass/layouts/_responsive.scss */
  .information-panel .categories ul li:first-child {
    margin-left: 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .colleges-panel .content:before, .colleges-panel .content:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .colleges-panel .content:after {
    clear: both;
  }
  /* line 1618, ../sass/layouts/_responsive.scss */
  .colleges-panel .content .column-1 {
    float: left;
    width: 23.07692%;
    margin-left: 0%;
    margin-right: -23.07692%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1618, ../sass/layouts/_responsive.scss */
  .colleges-panel .content .column-2 {
    float: left;
    width: 23.07692%;
    margin-left: 23.07692%;
    margin-right: -46.15385%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1618, ../sass/layouts/_responsive.scss */
  .colleges-panel .content .column-3 {
    float: left;
    width: 30.76923%;
    margin-left: 46.15385%;
    margin-right: -76.92308%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1618, ../sass/layouts/_responsive.scss */
  .colleges-panel .content .column-4 {
    float: left;
    width: 23.07692%;
    margin-left: 76.92308%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1631, ../sass/layouts/_responsive.scss */
  .colleges-panel.three .content .column-1 {
    float: left;
    width: 30.76923%;
    margin-left: 0%;
    margin-right: -30.76923%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1631, ../sass/layouts/_responsive.scss */
  .colleges-panel.three .content .column-2 {
    float: left;
    width: 30.76923%;
    margin-left: 30.76923%;
    margin-right: -61.53846%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1631, ../sass/layouts/_responsive.scss */
  .colleges-panel.three .content .column-3 {
    float: left;
    width: 38.46154%;
    margin-left: 61.53846%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
@media screen and (max-width: 767px) {
  /* line 1648, ../sass/layouts/_responsive.scss */
  .container {
    position: relative;
    padding: 0 10px;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container:before, .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container:after {
    clear: both;
  }
  /* line 1653, ../sass/layouts/_responsive.scss */
  .container .panel-logo {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container #main:before, .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .container #main:after {
    clear: both;
  }
  /* line 1661, ../sass/layouts/_responsive.scss */
  .container #main #content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1665, ../sass/layouts/_responsive.scss */
  .container #main aside.sidebars {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  /* line 1675, ../sass/layouts/_responsive.scss */
  .search-list-page .container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container:before, .search-list-page .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container:after {
    clear: both;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main:before, .search-list-page .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main:after {
    clear: both;
  }
  /* line 1684, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main #content .search-list-item:before, .search-list-page .container #main #content .search-list-item:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main #content .search-list-item:after {
    clear: both;
  }
  /* line 1690, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content .search-list-item .list-head {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 1695, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content .search-list-item .list-body {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main #content .search-list-item .list-body:before, .search-list-page .container #main #content .search-list-item .list-body:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .search-list-page .container #main #content .search-list-item .list-body:after {
    clear: both;
  }
  /* line 1699, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content .search-list-item .list-body .list-description {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
  }
  /* line 1705, ../sass/layouts/_responsive.scss */
  .search-list-page .container #main #content .search-list-item .list-body .list-image {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 0;
  }

  /* line 1718, ../sass/layouts/_responsive.scss */
  .history-page .container {
    position: relative;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .history-page .container:before, .history-page .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .history-page .container:after {
    clear: both;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .history-page .container #main:before, .history-page .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .history-page .container #main:after {
    clear: both;
  }
  /* line 1728, ../sass/layouts/_responsive.scss */
  .history-page .container #main #content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1732, ../sass/layouts/_responsive.scss */
  .history-page .container #main aside.sidebars {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  /* line 1742, ../sass/layouts/_responsive.scss */
  .latest-news-page .container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .latest-news-page .container:before, .latest-news-page .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .latest-news-page .container:after {
    clear: both;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .latest-news-page .container #main:before, .latest-news-page .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .latest-news-page .container #main:after {
    clear: both;
  }
  /* line 1752, ../sass/layouts/_responsive.scss */
  .latest-news-page .container #main #content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1756, ../sass/layouts/_responsive.scss */
  .latest-news-page .container #main aside.sidebars {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  /* line 1766, ../sass/layouts/_responsive.scss */
  .report-listing-page .container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container:before, .report-listing-page .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container:after {
    clear: both;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main:before, .report-listing-page .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main:after {
    clear: both;
  }
  /* line 1776, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main .promo-panel {
    padding: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main .promo-panel:before, .report-listing-page .container #main .promo-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main .promo-panel:after {
    clear: both;
  }
  /* line 1780, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main .promo-panel .promo-column {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 1785, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main .promo-panel .searching-column {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 1792, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main #content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
  }
  /* line 1800, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main #content .reports-box .item.row-item-first,
  .report-listing-page .container #main #content .reports-box .item.row-item-last {
    clear: none;
  }
  /* line 1804, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main #content .reports-box .item:nth-child(2n) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1808, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main #content .reports-box .item:nth-child(2n+1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
  }
  /* line 1815, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main aside.sidebars {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel:before, .experiences-full-items-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel:after {
    clear: both;
  }
  /* line 1828, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
    margin-right: 0px;
    float: left;
    margin: 0;
    padding: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel .box .item-wrap:before, .experiences-full-items-panel .box .item-wrap:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel .box .item-wrap:after {
    clear: both;
  }
  /* line 1838, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box .item-wrap .group {
    float: left;
  }
  /* line 1842, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box .item-wrap .group-1 {
    width: 31.290743%;
  }
  /* line 1846, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box .item-wrap .group-2 {
    width: 68.709257%;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-detail-item-panel:before, .experiences-detail-item-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-detail-item-panel:after {
    clear: both;
  }
  /* line 1857, ../sass/layouts/_responsive.scss */
  .experiences-detail-item-panel .logo-column {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 1862, ../sass/layouts/_responsive.scss */
  .experiences-detail-item-panel .description-column {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 0;
  }
  /* line 1868, ../sass/layouts/_responsive.scss */
  .experiences-detail-item-panel .searching-column {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 0;
  }

  /* line 1880, ../sass/layouts/_responsive.scss */
  .page-college .promo .pane-image {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 1885, ../sass/layouts/_responsive.scss */
  .page-college .promo .pane-logo {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 0;
  }
  /* line 1894, ../sass/layouts/_responsive.scss */
  .page-college .container #main #content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1898, ../sass/layouts/_responsive.scss */
  .page-college .container #main .pane-page-breadcrumb {
    display: none;
  }
  /* line 1902, ../sass/layouts/_responsive.scss */
  .page-college .container #main aside.sidebars {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .twitter-widget-panel .tweet > ul:before, .page-college .container #main .twitter-widget-panel .tweet > ul:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .twitter-widget-panel .tweet > ul:after {
    clear: both;
  }
  /* line 1912, ../sass/layouts/_responsive.scss */
  .page-college .container #main .twitter-widget-panel .tweet > ul li {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
    margin-right: 0px;
    float: left;
    margin: 0;
    padding: 0 30px 0 0;
  }
  /* line 1919, ../sass/layouts/_responsive.scss */
  .page-college .container #main .twitter-widget-panel .tweet > ul li:nth-child(2), .page-college .container #main .twitter-widget-panel .tweet > ul li:nth-child(3) {
    display: none;
  }
  /* line 1926, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
    margin-right: 0px;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .view-row:before, .page-college .container #main .view-row:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .view-row:after {
    clear: both;
  }
  /* line 1930, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row.information-text {
    margin-right: 0;
  }
  /* line 1934, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row .info {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 50%;
    padding-left: 0;
    padding-right: 10px;
    margin-right: -10px;
    float: left;
    margin-right: 0;
  }
  /* line 1939, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row .info.areas-of-study {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
    margin-right: 20px;
    margin-right: 0;
    clear: left;
  }
  /* line 1944, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row .info.areas-of-study ul {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 50%;
    padding-left: 0;
    padding-right: 10px;
    margin-right: -10px;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .reports-detail-panel:before, .reports-detail-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .reports-detail-panel:after {
    clear: both;
  }
  /* line 1960, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .report-panel-pane {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-right: 0;
    padding: 0;
  }
  /* line 1966, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .sidebars.left-sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    margin-left: 0;
    padding: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .reports-detail-panel .sidebars.left-sidebar:before, .reports-detail-panel .sidebars.left-sidebar:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .reports-detail-panel .sidebars.left-sidebar:after {
    clear: both;
  }
  /* line 1974, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .sidebars.left-sidebar .reports-panel,
  .reports-detail-panel .sidebars.left-sidebar .downloading-panel {
    width: 49%;
    float: left;
    margin-top: 0;
  }
  /* line 1980, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .sidebars.left-sidebar .reports-panel {
    margin-right: 1%;
  }
  /* line 1984, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .sidebars.left-sidebar .downloading-panel {
    margin-left: 1%;
  }
  /* line 1989, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .sidebars.right-sidebar {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0;
    padding: 0;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .parents-panel:before, .parents-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .parents-panel:after {
    clear: both;
  }
  /* line 2001, ../sass/layouts/_responsive.scss */
  .parents-panel .promo-column {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 2006, ../sass/layouts/_responsive.scss */
  .parents-panel .searching-column {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    clear: left;
  }
  /* line 2012, ../sass/layouts/_responsive.scss */
  .parents-panel .pane-page-breadcrumb {
    clear: left;
    display: none;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .parents-panel .content-panel:before, .parents-panel .content-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .parents-panel .content-panel:after {
    clear: both;
  }
  /* line 2020, ../sass/layouts/_responsive.scss */
  .parents-panel .content-panel .listing-panel {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 2024, ../sass/layouts/_responsive.scss */
  .parents-panel .content-panel aside.sidebars {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
  }
  /* line 2030, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 2034, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .articles-list-panel {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 2039, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .author-item-panel {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 0;
  }
  /* line 2044, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .author-item-panel .group {
    float: none;
  }
  /* line 2048, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .author-item-panel .group-1 {
    width: auto;
    text-align: center;
  }
  /* line 2053, ../sass/layouts/_responsive.scss */
  .parents-panel .related-articles-panel .author-item-panel .group-2 {
    width: auto;
    text-align: center;
  }

  /* General*/
  /* line 2063, ../sass/layouts/_responsive.scss */
  .panel-pane .container {
    padding: 0;
  }

  /* line 2069, ../sass/layouts/_responsive.scss */
  .container #main {
    padding: 0 0 30px 0;
  }
  /* line 2074, ../sass/layouts/_responsive.scss */
  .container #main .body .title-block p {
    margin-bottom: 0;
  }
  /* line 2081, ../sass/layouts/_responsive.scss */
  .container #main .pane-page-content .view-content,
  .container #main aside .sidebar,
  .container #main #page.blog #main {
    padding: 0;
  }
}
@media screen and (max-width: 479px) {
  /* line 2092, ../sass/layouts/_responsive.scss */
  .report-listing-page .container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container:before, .report-listing-page .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container:after {
    clear: both;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main:before, .report-listing-page .container #main:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main:after {
    clear: both;
  }
  /* line 2102, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main .promo-panel {
    padding: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main .promo-panel:before, .report-listing-page .container #main .promo-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .report-listing-page .container #main .promo-panel:after {
    clear: both;
  }
  /* line 2106, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main .promo-panel .promo-column {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 2111, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main .promo-panel .searching-column {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 2118, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main #content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
  }
  /* line 2129, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main #content .reports-box .item.row-item-first,
  .report-listing-page .container #main #content .reports-box .item.row-item-last,
  .report-listing-page .container #main #content .reports-box .item:nth-child(2n+1),
  .report-listing-page .container #main #content .reports-box .item:nth-child(2n),
  .report-listing-page .container #main #content .reports-box .item {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
  }
  /* line 2136, ../sass/layouts/_responsive.scss */
  .report-listing-page .container #main aside.sidebars {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel:before, .experiences-full-items-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel:after {
    clear: both;
  }
  /* line 2149, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
    margin-right: 0px;
    float: left;
    margin: 0;
    padding: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel .box .item-wrap:before, .experiences-full-items-panel .box .item-wrap:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .experiences-full-items-panel .box .item-wrap:after {
    clear: both;
  }
  /* line 2159, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box .item-wrap .group {
    float: left;
  }
  /* line 2163, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box .item-wrap .group-1 {
    width: 100%;
  }
  /* line 2167, ../sass/layouts/_responsive.scss */
  .experiences-full-items-panel .box .item-wrap .group-2 {
    width: 100%;
  }

  /* line 2179, ../sass/layouts/_responsive.scss */
  .page-college .promo .pane-image {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
  /* line 2184, ../sass/layouts/_responsive.scss */
  .page-college .promo .pane-logo {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    padding: 0;
  }
  /* line 2193, ../sass/layouts/_responsive.scss */
  .page-college .container #main #content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 2197, ../sass/layouts/_responsive.scss */
  .page-college .container #main aside.sidebars {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    display: none;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .twitter-widget-panel .tweet > ul:before, .page-college .container #main .twitter-widget-panel .tweet > ul:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .twitter-widget-panel .tweet > ul:after {
    clear: both;
  }
  /* line 2208, ../sass/layouts/_responsive.scss */
  .page-college .container #main .twitter-widget-panel .tweet > ul li {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
    margin-right: 0px;
    float: left;
    margin: 0;
    padding: 0 30px 0 0;
  }
  /* line 2217, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
    margin-right: 0px;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .view-row:before, .page-college .container #main .view-row:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .page-college .container #main .view-row:after {
    clear: both;
  }
  /* line 2221, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row.information-text {
    margin-right: 0;
  }
  /* line 2225, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row .info {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
    margin-right: 0px;
    float: left;
    margin-right: 0;
  }
  /* line 2230, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row .info.areas-of-study {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
    margin-right: 20px;
    margin-right: 0;
    clear: left;
  }
  /* line 2235, ../sass/layouts/_responsive.scss */
  .page-college .container #main .view-row .info.areas-of-study ul {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
    margin-right: 0px;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .reports-detail-panel:before, .reports-detail-panel:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .reports-detail-panel:after {
    clear: both;
  }
  /* line 2251, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .report-panel-pane {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-right: 0;
    padding: 0;
  }
  /* line 2257, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .sidebars.left-sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    margin-left: 0;
    padding: 0;
  }
  /* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .reports-detail-panel .sidebars.left-sidebar:before, .reports-detail-panel .sidebars.left-sidebar:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .reports-detail-panel .sidebars.left-sidebar:after {
    clear: both;
  }
  /* line 2265, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .sidebars.left-sidebar .reports-panel,
  .reports-detail-panel .sidebars.left-sidebar .downloading-panel {
    width: auto;
    float: none;
    margin-top: 0;
  }
  /* line 2271, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .sidebars.left-sidebar .reports-panel {
    margin-right: 0;
  }
  /* line 2275, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .sidebars.left-sidebar .downloading-panel {
    margin-left: 0;
  }
  /* line 2280, ../sass/layouts/_responsive.scss */
  .reports-detail-panel .sidebars.right-sidebar {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0;
    padding: 0;
  }
}
/* Component (SMACSS module) rules */
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
/* line 109, ../sass/styles.scss */
.content-navigation + .promo-full {
  margin-top: -12px;
}
