/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     enterprise_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/*fonts*/
/*colors*/
/*layout */
/* Reset =================================================	================================ */
/* line 8, ../sass/partials/_global.scss */
* {
  margin: 0;
  padding: 0;
  zoom: 1;
}

/* line 11, ../sass/partials/_global.scss */
body {
  margin-bottom: 0px;
  min-width: 960px;
}

/* line 13, ../sass/partials/_global.scss */
img {
  border: 0;
  vertical-align: top;
}

/* line 15, ../sass/partials/_global.scss */
a {
  color: #027e9d;
  text-decoration: none;
}

/* line 16, ../sass/partials/_global.scss */
a:hover {
  text-decoration: underline;
  color: #5e5e5e;
}

/* line 17, ../sass/partials/_global.scss */
:focus {
  outline: 0;
}

/* text-sizes */
/* line 20, ../sass/partials/_global.scss */
h1 {
  font-size: 24px;
  font-family: robotoregular;
  font-weight: normal;
}

/* line 21, ../sass/partials/_global.scss */
h2 {
  font-size: 20px;
  font-family: robotoregular;
  font-weight: normal;
}

/* line 22, ../sass/partials/_global.scss */
h3 {
  font-size: 18px;
  font-family: robotoregular;
  font-weight: normal;
}

/* line 23, ../sass/partials/_global.scss */
h4 {
  font-size: 16px;
  font-family: robotoregular;
  font-weight: normal;
}

/* line 24, ../sass/partials/_global.scss */
h5 {
  font-size: 14px;
  font-family: robotoregular;
  font-weight: normal;
}

/* line 25, ../sass/partials/_global.scss */
h6 {
  font-size: 13px;
  font-family: robotoregular;
  font-weight: normal;
}

/* text-sizes */
/* line 29, ../sass/partials/_global.scss */
.font-largest {
  font-size: 16px;
}

/* line 30, ../sass/partials/_global.scss */
.font-larger {
  font-size: 15px;
}

/* line 31, ../sass/partials/_global.scss */
.font-large {
  font-size: 14px;
}

/* line 32, ../sass/partials/_global.scss */
.font-small {
  font-size: 12px;
}

/* line 33, ../sass/partials/_global.scss */
.font-smaller {
  font-size: 11px;
}

/* line 34, ../sass/partials/_global.scss */
.font-smallest {
  font-size: 10px;
}

/* line 35, ../sass/partials/_global.scss */
.subscription-title {
  font-size: 24px;
  font-family: robotoregular;
  font-weight: normal;
}

/* Forms */
/* line 38, ../sass/partials/_global.scss */
form {
  display: inline;
}

/* line 39, ../sass/partials/_global.scss */
fieldset {
  border: 0;
}

/* line 40, ../sass/partials/_global.scss */
legend {
  display: none;
}

/* Table */
/* line 43, ../sass/partials/_global.scss */
table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}

/* line 44, ../sass/partials/_global.scss */
caption, th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

/* Content */
/* line 47, ../sass/partials/_global.scss */
address {
  font-style: normal;
}

/* line 48, ../sass/partials/_global.scss */
cite {
  font-style: normal;
}

/* line 50, ../sass/partials/_global.scss */
q,
blockquote {
  quotes: none;
}

/* line 52, ../sass/partials/_global.scss */
q:before,
q:after {
  content: '';
}

/* Lists */
/* line 55, ../sass/partials/_global.scss */
ul, ol {
  list-style: none;
}

/* line 56, ../sass/partials/_global.scss */
ol.number {
  list-style: decimal outside;
  padding-left: 1.5em;
  margin: 0 0 10px;
}

/* line 57, ../sass/partials/_global.scss */
ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}

/* Tools */
/* line 61, ../sass/partials/_global.scss */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* line 62, ../sass/partials/_global.scss */
.nobr {
  white-space: nowrap !important;
}

/* line 63, ../sass/partials/_global.scss */
.wrap {
  white-space: normal !important;
}

/* line 64, ../sass/partials/_global.scss */
.a-left {
  text-align: left !important;
}

/* line 65, ../sass/partials/_global.scss */
.a-center {
  text-align: center !important;
}

/* line 66, ../sass/partials/_global.scss */
.a-right {
  text-align: right !important;
}

/* line 67, ../sass/partials/_global.scss */
.v-top {
  vertical-align: top;
}

/* line 68, ../sass/partials/_global.scss */
.v-middle {
  vertical-align: middle;
}

/* line 70, ../sass/partials/_global.scss */
.f-left,
.left {
  float: left !important;
}

/* line 72, ../sass/partials/_global.scss */
.f-right,
.right {
  float: right !important;
}

/* line 73, ../sass/partials/_global.scss */
.f-none {
  float: none !important;
}

/* line 74, ../sass/partials/_global.scss */
.f-fix {
  float: left;
  width: 100%;
}

/* line 75, ../sass/partials/_global.scss */
.no-display {
  display: none;
}

/* line 76, ../sass/partials/_global.scss */
.no-margin {
  margin: 0 !important;
}

/* line 77, ../sass/partials/_global.scss */
.no-padding {
  padding: 0 !important;
}

/* line 78, ../sass/partials/_global.scss */
.no-bg {
  background: none !important;
}

/* line 79, ../sass/partials/_global.scss */
.block-left {
  display: block;
  float: left;
}

/* line 80, ../sass/partials/_global.scss */
.block-right {
  display: block;
  float: right;
}

/* line 81, ../sass/partials/_global.scss */
.d-block {
  display: block;
}

/* line 82, ../sass/partials/_global.scss */
.d-inline {
  display: inline;
}

/* line 83, ../sass/partials/_global.scss */
.d-inline-block {
  display: inline-block;
}

/* line 84, ../sass/partials/_global.scss */
.d-none {
  display: none;
}

/* line 85, ../sass/partials/_global.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 86, ../sass/partials/_global.scss */
.p-relative {
  position: relative;
}

/* line 87, ../sass/partials/_global.scss */
.aui {
  behavior: url(/skin/frontend/enterprise/straighterline/PIE/PIE.php);
  z-index: 1;
  position: relative;
}

/* line 88, ../sass/partials/_global.scss */
.centered {
  margin: 0 auto;
}

/* line 89, ../sass/partials/_global.scss */
.pointer {
  cursor: pointer;
}

/* fonts */
/* line 92, ../sass/partials/_global.scss */
.ub-lt {
  font-family: robotoregular;
  font-weight: 100;
}

/* line 93, ../sass/partials/_global.scss */
.ub-lt-it {
  font-family: robotoregular;
  font-weight: 100;
  font-style: italic;
}

/* line 94, ../sass/partials/_global.scss */
.ub {
  font-family: robotoregular;
}

/* line 95, ../sass/partials/_global.scss */
.ub-it {
  font-family: robotoregular;
  font-style: italic;
  font-style: italic;
}

/* line 96, ../sass/partials/_global.scss */
.ub-med {
  font-family: robotoregular;
  font-weight: 500;
}

/* line 97, ../sass/partials/_global.scss */
.ub-med-it {
  font-family: robotoregular;
  font-weight: 500;
  font-style: italic;
}

/* line 98, ../sass/partials/_global.scss */
.ub-bld {
  font-family: robotoregular;
  font-weight: 900;
}

/* line 99, ../sass/partials/_global.scss */
.ub-bld-it {
  font-family: robotoregular;
  font-weight: 900;
  font-style: italic;
}

/* line 100, ../sass/partials/_global.scss */
.mus-100 {
  font-family: robotoregular;
}

/* line 101, ../sass/partials/_global.scss */
.mus-300 {
  font-family: robotoregular;
}

/* line 102, ../sass/partials/_global.scss */
.mus-500 {
  font-family: robotoregular;
  font-weight: 500;
}

/* line 103, ../sass/partials/_global.scss */
.mus-700 {
  font-family: robotoregular;
  font-weight: 900;
}

/* line 104, ../sass/partials/_global.scss */
.mus-900 {
  font-family: robotoregular;
  font-weight: 900;
}

/* line 105, ../sass/partials/_global.scss */
.roboto {
  font-family: robotoregular;
}

/* line 106, ../sass/partials/_global.scss */
.roboto-it {
  font-family: robotoitalic;
}

/* line 107, ../sass/partials/_global.scss */
.roboto-bold {
  font-family: robotobold;
}

/*margins and padding */
/* line 111, ../sass/partials/_global.scss */
.mar-t5 {
  margin-top: 5px;
}

/* line 112, ../sass/partials/_global.scss */
.mar-r5 {
  margin-right: 5px;
}

/* line 113, ../sass/partials/_global.scss */
.mar-b5 {
  margin-bottom: 5px;
}

/* line 114, ../sass/partials/_global.scss */
.mar-l5 {
  margin-left: 5px;
}

/* line 116, ../sass/partials/_global.scss */
.mar-t7 {
  margin-top: 7px;
}

/* line 118, ../sass/partials/_global.scss */
.mar-t10 {
  margin-top: 10px;
}

/* line 119, ../sass/partials/_global.scss */
.mar-r10 {
  margin-right: 10px;
}

/* line 120, ../sass/partials/_global.scss */
.mar-b10 {
  margin-bottom: 10px;
}

/* line 121, ../sass/partials/_global.scss */
.mar-l10 {
  margin-left: 10px;
}

/* line 123, ../sass/partials/_global.scss */
.mar-t15 {
  margin-top: 15px;
}

/* line 124, ../sass/partials/_global.scss */
.mar-r15 {
  margin-right: 15px;
}

/* line 125, ../sass/partials/_global.scss */
.mar-b15 {
  margin-bottom: 15px;
}

/* line 126, ../sass/partials/_global.scss */
.mar-l15 {
  margin-left: 15px;
}

/* line 128, ../sass/partials/_global.scss */
.mar-t20 {
  margin-top: 20px;
}

/* line 129, ../sass/partials/_global.scss */
.mar-r20 {
  margin-right: 20px;
}

/* line 130, ../sass/partials/_global.scss */
.mar-b20 {
  margin-bottom: 20px;
}

/* line 131, ../sass/partials/_global.scss */
.mar-l20 {
  margin-left: 20px;
}

/* line 133, ../sass/partials/_global.scss */
.mar-t25 {
  margin-top: 25px;
}

/* line 134, ../sass/partials/_global.scss */
.mar-r25 {
  margin-right: 25px;
}

/* line 135, ../sass/partials/_global.scss */
.mar-b25 {
  margin-bottom: 25px;
}

/* line 136, ../sass/partials/_global.scss */
.mar-l25 {
  margin-left: 25px;
}

/* line 138, ../sass/partials/_global.scss */
.mar-t30 {
  margin-top: 30px;
}

/* line 139, ../sass/partials/_global.scss */
.mar-r30 {
  margin-right: 30px;
}

/* line 140, ../sass/partials/_global.scss */
.mar-b30 {
  margin-bottom: 30px;
}

/* line 141, ../sass/partials/_global.scss */
.mar-l30 {
  margin-left: 30px;
}

/* line 143, ../sass/partials/_global.scss */
.mar-t40 {
  margin-top: 40px;
}

/* line 144, ../sass/partials/_global.scss */
.mar-r40 {
  margin-right: 40px;
}

/* line 145, ../sass/partials/_global.scss */
.mar-b40 {
  margin-bottom: 40px;
}

/* line 146, ../sass/partials/_global.scss */
.mar-l40 {
  margin-left: 40px;
}

/* line 148, ../sass/partials/_global.scss */
.pad-10 {
  padding: 10px;
}

/* line 149, ../sass/partials/_global.scss */
.pad-15 {
  padding: 15px;
}

/* line 150, ../sass/partials/_global.scss */
.pad-20 {
  padding: 20px;
}

/* line 151, ../sass/partials/_global.scss */
.pad-25 {
  padding: 25px;
}

/* line 152, ../sass/partials/_global.scss */
.pad-30 {
  padding: 30px;
}

/* line 153, ../sass/partials/_global.scss */
.pad-35 {
  padding: 35px;
}

/* line 154, ../sass/partials/_global.scss */
.pad-40 {
  padding: 40px;
}

/* line 155, ../sass/partials/_global.scss */
.pad-45 {
  padding: 45px;
}

/* line 156, ../sass/partials/_global.scss */
.pad-50 {
  padding: 50px;
}

/* line 158, ../sass/partials/_global.scss */
.pad-t20 {
  padding-top: 20px;
}

/* line 159, ../sass/partials/_global.scss */
.pad-t25 {
  padding-top: 25px;
}

/* line 161, ../sass/partials/_global.scss */
.underline {
  text-decoration: underline;
}

/* line 163, ../sass/partials/_global.scss */
.font-white {
  color: white;
}

/* line 164, ../sass/partials/_global.scss */
.font-red {
  color: #ab192d;
}

/* line 165, ../sass/partials/_global.scss */
.font-green {
  color: #cccccc;
}

/* line 166, ../sass/partials/_global.scss */
.font-ltblue {
  color: #40c7ee;
}

/* line 167, ../sass/partials/_global.scss */
.font-blue {
  color: #2da3c1;
}

/* line 168, ../sass/partials/_global.scss */
.font-dkblue {
  color: #027e9d;
}

/* line 169, ../sass/partials/_global.scss */
.font-xdkblue {
  color: #40236e;
}

/* line 170, ../sass/partials/_global.scss */
.font-xltgrey {
  color: #fefefe;
}

/* line 171, ../sass/partials/_global.scss */
.font-ltgrey {
  color: #e9e9e9;
}

/* line 172, ../sass/partials/_global.scss */
.font-grey {
  color: #5e5e5e;
}

/* line 173, ../sass/partials/_global.scss */
.font-dkgrey {
  color: #4c4c4c;
}

/* line 174, ../sass/partials/_global.scss */
.font-xdkgrey {
  color: #3a3a3a;
}

/* line 175, ../sass/partials/_global.scss */
.font-black {
  color: #101820;
}

/* line 177, ../sass/partials/_global.scss */
.font-10 {
  font-size: 10px;
}

/* line 178, ../sass/partials/_global.scss */
.font-11 {
  font-size: 11px;
}

/* line 179, ../sass/partials/_global.scss */
.font-12 {
  font-size: 12px;
}

/* line 180, ../sass/partials/_global.scss */
.font-13 {
  font-size: 13px;
}

/* line 181, ../sass/partials/_global.scss */
.font-14 {
  font-size: 14px;
}

/* line 182, ../sass/partials/_global.scss */
.font-15 {
  font-size: 15px;
}

/* line 183, ../sass/partials/_global.scss */
.font-16 {
  font-size: 16px;
}

/* line 184, ../sass/partials/_global.scss */
.font-17 {
  font-size: 17px;
}

/* line 185, ../sass/partials/_global.scss */
.font-18 {
  font-size: 18px;
}

/* line 186, ../sass/partials/_global.scss */
.font-19 {
  font-size: 19px;
}

/* line 187, ../sass/partials/_global.scss */
.font-20 {
  font-size: 20px;
}

/*content-boxes*/
/* line 192, ../sass/partials/_global.scss */
.SL-box, .SL-blue, .SL-red, .SL-green, .SL-gray, .messages li.error-msg,
.messages li.note-msg,
.messages li.notice-msg, .messages li.success-msg {
  -webkit-box-shadow: #cacaca 0px 1px 3px;
  -moz-box-shadow: #cacaca 0px 1px 3px;
  box-shadow: #cacaca 0px 1px 3px;
  padding: 5px 0;
  border: 1px solid #cccccc;
}

/* line 194, ../sass/partials/_global.scss */
.SL-blue.outline {
  -webkit-box-shadow: #cacaca 0px 1px 5px;
  -moz-box-shadow: #cacaca 0px 1px 5px;
  box-shadow: #cacaca 0px 1px 5px;
  outline: 1px solid #2da3c1;
}

/* line 195, ../sass/partials/_global.scss */
.SL-red {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefaf7), color-stop(100%, #faefef));
  background-image: -webkit-linear-gradient(#fefaf7, #faefef);
  background-image: -moz-linear-gradient(#fefaf7, #faefef);
  background-image: -o-linear-gradient(#fefaf7, #faefef);
  background-image: linear-gradient(#fefaf7, #faefef);
  border-color: #e09c9c;
}

/* line 196, ../sass/partials/_global.scss */
.SL-red.outline {
  -webkit-box-shadow: #cacaca 0px 1px 5px;
  -moz-box-shadow: #cacaca 0px 1px 5px;
  box-shadow: #cacaca 0px 1px 5px;
  outline: 1px solid #ab192d;
}

/* line 197, ../sass/partials/_global.scss */
.SL-green {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -moz-linear-gradient(#ffffff, #ffffff);
  background-image: -o-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(#ffffff, #ffffff);
  border-color: #cccccc;
}

/* line 198, ../sass/partials/_global.scss */
.SL-green.outline {
  -webkit-box-shadow: #cacaca 0px 1px 5px;
  -moz-box-shadow: #cacaca 0px 1px 5px;
  box-shadow: #cacaca 0px 1px 5px;
  outline: 1px solid #cccccc;
}

/* line 199, ../sass/partials/_global.scss */
.SL-gray {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f6f6f6));
  background-image: -webkit-linear-gradient(#fcfcfc, #f6f6f6);
  background-image: -moz-linear-gradient(#fcfcfc, #f6f6f6);
  background-image: -o-linear-gradient(#fcfcfc, #f6f6f6);
  background-image: linear-gradient(#fcfcfc, #f6f6f6);
  border-color: #d7d7d7;
}

/* line 200, ../sass/partials/_global.scss */
.SL-gray.outline {
  -webkit-box-shadow: #cacaca 0px 1px 5px;
  -moz-box-shadow: #cacaca 0px 1px 5px;
  box-shadow: #cacaca 0px 1px 5px;
  outline: 1px solid #c9c9c9;
}

/* line 202, ../sass/partials/_global.scss */
.bg-gray {
  background-color: #e8e8e8;
}

/* line 204, ../sass/partials/_global.scss */
.browser-ie .SL-green {
  behavior: url(/skin/frontend/enterprise/straighterline/PIE/PIE.php);
  z-index: 1;
  position: relative;
  -pie-background: linear-gradient(#fefefa, #fbfcf3);
}

/* line 205, ../sass/partials/_global.scss */
.browser-ie .SL-blue {
  behavior: url(/skin/frontend/enterprise/straighterline/PIE/PIE.php);
  z-index: 1;
  position: relative;
  -pie-background: linear-gradient(#fbfefe, #f2f9fb);
}

/* line 206, ../sass/partials/_global.scss */
.browser-ie .SL-red {
  behavior: url(/skin/frontend/enterprise/straighterline/PIE/PIE.php);
  z-index: 1;
  position: relative;
  -pie-background: linear-gradient(#fefaf7, #faefef);
}

/* line 207, ../sass/partials/_global.scss */
.browser-ie .SL-gray {
  behavior: url(/skin/frontend/enterprise/straighterline/PIE/PIE.php);
  z-index: 1;
  position: relative;
  -pie-background: linear-gradient(#fcfcfc, #f6f6f6);
}

/* line 210, ../sass/partials/_global.scss */
.SL-plain {
  -webkit-box-shadow: #cacaca 0px 1px 3px;
  -moz-box-shadow: #cacaca 0px 1px 3px;
  box-shadow: #cacaca 0px 1px 3px;
  border: 1px solid #c9c9c9;
  background: white;
}

/*horizontal rules*/
/* line 214, ../sass/partials/_global.scss */
hr.hr-gray {
  height: 2px;
  background: url(../images/gui/hr-grey-bg.gif) 0 0 repeat-x transparent;
  border: 0px;
  margin: 30px 0;
}

/* line 215, ../sass/partials/_global.scss */
hr.hr-green {
  height: 2px;
  background: url(../images/gui/hr-green-bg.gif) 0 0 repeat-x transparent;
  border: 0px;
  margin: 30px 0;
}

/* line 216, ../sass/partials/_global.scss */
hr.half {
  margin: 15px 0;
}

/* line 217, ../sass/partials/_global.scss */
hr.half-top {
  margin: 15px 0 30px;
}

/* line 218, ../sass/partials/_global.scss */
hr.half-bottom {
  margin: 30px 0 15px;
}

/* line 219, ../sass/partials/_global.scss */
hr.more {
  margin: 45px 0px;
}

/* CMS images with border and drop shadow */
/* line 222, ../sass/partials/_global.scss */
img.SL-cms-img {
  -webkit-box-shadow: #d4d4d4 1px 1px 3px;
  -moz-box-shadow: #d4d4d4 1px 1px 3px;
  box-shadow: #d4d4d4 1px 1px 3px;
  border: 1px solid #c6c6c6;
}

/* line 223, ../sass/partials/_global.scss */
img.SL-border-img {
  border: 3px solid #ccd2b7;
}

/* ======================================================================================= */
/* Layout ================================================================================ */
/* line 232, ../sass/partials/_global.scss */
.wrapper {
  padding-top: 41px;
}

/* line 233, ../sass/partials/_global.scss */
.main {
  width: 960px;
  margin: 5px auto 0px;
}

/* line 234, ../sass/partials/_global.scss */
.sidebar {
  min-height: 350px;
}

/* line 236, ../sass/partials/_global.scss */
.full-width .header-spacer {
  margin-bottom: 77px;
}

/* Base Columns */
/* line 240, ../sass/partials/_global.scss */
.col-left {
  float: left;
  width: 180px;
  padding: 0 0 0;
  margin: 0 0 -1px;
}

/* line 241, ../sass/partials/_global.scss */
.col-main {
  float: left;
  width: 760px;
  padding: 0 0 20px;
}

/* line 242, ../sass/partials/_global.scss */
.col-right {
  float: right;
  width: 180px;
  padding: 0 0 0;
  margin: 0 0 -1px;
}

/* 1 Column Layout */
/* line 245, ../sass/partials/_global.scss */
.col1-layout {
  background-position: -1000px 0;
}

/* line 246, ../sass/partials/_global.scss */
.col1-layout .col-main {
  float: none;
  width: auto;
}

/* line 247, ../sass/partials/_global.scss */
.col1-layout .breadcrumbs {
  margin-bottom: 0 !important;
}

/* 2 Columns Layout */
/* line 250, ../sass/partials/_global.scss */
.col2-left-layout {
  background-position: -573px 0;
}

/* line 251, ../sass/partials/_global.scss */
.col2-left-layout .col-main {
  float: right;
}

/* line 252, ../sass/partials/_global.scss */
.col2-right-layout {
  background-position: 573px 0;
}

/* 3 Columns Layout */
/* line 256, ../sass/partials/_global.scss */
.col3-layout {
  background-position: 0 0;
}

/* line 257, ../sass/partials/_global.scss */
.col3-layout .col-main {
  width: 532px;
  margin-left: 1px;
  display: inline;
}

/* line 258, ../sass/partials/_global.scss */
.col3-layout .col-wrapper {
  float: left;
  width: 755px;
}

/* line 259, ../sass/partials/_global.scss */
.col3-layout .col-wrapper .col-main {
  float: right;
}

/* Content Columns */
/* line 262, ../sass/partials/_global.scss */
.col2-set .col-1 {
  float: left;
  width: 49%;
}

/* line 263, ../sass/partials/_global.scss */
.col2-set .col-2 {
  float: right;
  width: 49%;
}

/* line 264, ../sass/partials/_global.scss */
.col2-set .narrow {
  width: 33%;
}

/* line 265, ../sass/partials/_global.scss */
.col2-set .wide {
  width: 65%;
}

/* line 267, ../sass/partials/_global.scss */
.col3-set .col-1 {
  float: left;
  width: 32%;
}

/* line 268, ../sass/partials/_global.scss */
.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}

/* line 269, ../sass/partials/_global.scss */
.col3-set .col-3 {
  float: right;
  width: 32%;
}

/* line 271, ../sass/partials/_global.scss */
.col4-set .col-1 {
  float: left;
  width: 23.5%;
}

/* line 272, ../sass/partials/_global.scss */
.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}

/* line 273, ../sass/partials/_global.scss */
.col4-set .col-3 {
  float: left;
  width: 23.5%;
}

/* line 274, ../sass/partials/_global.scss */
.col4-set .col-4 {
  float: right;
  width: 23.5%;
}

/* line 277, ../sass/partials/_global.scss */
.col5-set .col-1 {
  float: left;
  width: 19%;
}

/* line 278, ../sass/partials/_global.scss */
.col5-set .col-2 {
  float: left;
  width: 19%;
  margin: 0 1%;
}

/* line 279, ../sass/partials/_global.scss */
.col5-set .col-3 {
  float: left;
  width: 19%;
}

/* line 280, ../sass/partials/_global.scss */
.col5-set .col-4 {
  float: left;
  width: 19%;
  margin: 0 1%;
}

/* line 281, ../sass/partials/_global.scss */
.col5-set .col-5 {
  float: right;
  width: 19%;
}

/* ======================================================================================= */
/* Global Messages */
/* line 286, ../sass/partials/_global.scss */
.message-wrapper {
  width: 960px;
  margin: 0 auto;
}

/* line 287, ../sass/partials/_global.scss */
.messages {
  width: 100%;
  overflow: hidden;
  text-align: left;
  margin-top: 10px;
  padding-top: 15px;
}

/* line 288, ../sass/partials/_global.scss */
.messages li {
  margin: 0 0 10px;
  padding: 0;
  word-wrap: break-word;
}

/* line 289, ../sass/partials/_global.scss */
.messages ul {
  padding: 10px 17px 18px;
  margin: 0 0 -11px;
  background-position: 35px 100%;
  background-repeat: no-repeat;
  position: relative;
}

/* line 290, ../sass/partials/_global.scss */
.messages ul li {
  margin: 0;
  padding: 0 0 3px;
}

/* line 291, ../sass/partials/_global.scss */
.messages a {
  text-decoration: underline;
}

/* line 292, ../sass/partials/_global.scss */
.messages a:hover {
  text-decoration: none;
}

/* line 295, ../sass/partials/_global.scss */
.messages li.error-msg,
.messages li.note-msg,
.messages li.notice-msg {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fceee6), color-stop(100%, #f2d5d3));
  background-image: -webkit-linear-gradient(#fceee6, #f2d5d3);
  background-image: -moz-linear-gradient(#fceee6, #f2d5d3);
  background-image: -o-linear-gradient(#fceee6, #f2d5d3);
  background-image: linear-gradient(#fceee6, #f2d5d3);
  -webkit-box-shadow: #cacaca 0px 1px 5px;
  -moz-box-shadow: #cacaca 0px 1px 5px;
  box-shadow: #cacaca 0px 1px 5px;
  border-color: #e09c9c;
  font-family: robotobold;
  margin-bottom: 13px;
}

/* line 296, ../sass/partials/_global.scss */
.messages a {
  color: #2da3c1;
}

/* line 298, ../sass/partials/_global.scss */
.messages li.success-msg {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6fae9), color-stop(100%, #e1efb1));
  background-image: -webkit-linear-gradient(#f6fae9, #e1efb1);
  background-image: -moz-linear-gradient(#f6fae9, #e1efb1);
  background-image: -o-linear-gradient(#f6fae9, #e1efb1);
  background-image: linear-gradient(#f6fae9, #e1efb1);
  -webkit-box-shadow: #cacaca 0px 1px 5px;
  -moz-box-shadow: #cacaca 0px 1px 5px;
  box-shadow: #cacaca 0px 1px 5px;
  border-color: #c3dc76;
  font-family: robotobold;
  margin-bottom: 13px;
}

/* std class reset */
/* line 302, ../sass/partials/_global.scss */
.std .messages {
  margin-top: 0;
}

/* line 303, ../sass/partials/_global.scss */
.std .messages {
  width: auto;
  list-style: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

/* line 304, ../sass/partials/_global.scss */
.std .messages ul {
  list-style: none !important;
  padding-left: 17px !important;
  margin: 0 0 -11px !important;
}

/* BreadCrumbs */
/* line 307, ../sass/partials/_global.scss */
.breadcrumbs {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

/* line 308, ../sass/partials/_global.scss */
.breadcrumbs li {
  display: inline;
  font-size: 11px;
  color: #4c4c4c;
}

/* line 309, ../sass/partials/_global.scss */
.breadcrumbs a {
  color: #2da3c1;
  text-decoration: none;
}

/* line 310, ../sass/partials/_global.scss */
.breadcrumbs a:hover {
  text-decoration: underline;
}

/* line 311, ../sass/partials/_global.scss */
.cms-page-view .breadcrumbs .col-1 {
  display: block;
}

/* line 312, ../sass/partials/_global.scss */
.fb-like.col-2 {
  width: 8%;
}

/* Page Heading */
/* line 315, ../sass/partials/_global.scss */
.page-title {
  margin: 0 auto 30px;
}
/* line 316, ../sass/partials/_global.scss */
.page-title h1 {
  margin-top: 0px;
}

/* line 320, ../sass/partials/_global.scss */
.subtitle {
  clear: both;
  padding: 10px 0;
  font-size: 18px;
  color: #d12c01;
}

/* line 323, ../sass/partials/_global.scss */
.sub-title {
  font-size: 16px;
  font-weight: normal;
  color: #5e5e5e;
  line-height: 19px;
  margin: 0 0 10px;
}

/* line 324, ../sass/partials/_global.scss */
.sub-title .separator {
  font-weight: normal;
}

/* line 325, ../sass/partials/_global.scss */
.sub-title a {
  font-size: 11px;
  font-weight: normal;
  text-transform: lowercase;
}

/* line 326, ../sass/partials/_global.scss */
.section-title {
  font-size: 14px;
  font-weight: normal;
  color: #151515;
  margin: 0 0 5px;
}

/* Pager */
/* line 329, ../sass/partials/_global.scss */
.pager {
  margin: 5px 0;
  font-size: 11px;
  padding: 3px 20px;
}

/* line 330, ../sass/partials/_global.scss */
.pager p {
  margin: 0 !important;
}

/* line 331, ../sass/partials/_global.scss */
.pager select {
  width: 50px;
  margin: 0 5px;
  background: url(../images/gui/small_select_bg.gif) 86% 50% no-repeat white;
  padding: 7px;
}

/* line 332, ../sass/partials/_global.scss */
.pager .amount {
  display: none;
}

/* line 333, ../sass/partials/_global.scss */
.pager .amount strong {
  font-weight: normal;
}

/* line 334, ../sass/partials/_global.scss */
.pager .limiter {
  float: right;
  line-height: 20px;
}

/* line 335, ../sass/partials/_global.scss */
.pager .pages {
  margin: 0 135px;
  text-align: center;
  color: #333;
  line-height: 20px;
}

/* line 336, ../sass/partials/_global.scss */
.pager .pages a {
  color: #8c8c8c;
  text-decoration: underline;
}

/* line 337, ../sass/partials/_global.scss */
.pager .pages a:hover {
  color: #8c8c8c;
  text-decoration: none;
}

/* line 339, ../sass/partials/_global.scss */
.pager .pages ol,
.pager .pages li {
  display: inline;
  padding: 0 2px;
}

/* line 340, ../sass/partials/_global.scss */
.pager .pages .current {
  font-weight: bold;
}

/* line 342, ../sass/partials/_global.scss */
.pager .pages .i-previous,
.pager .pages .i-next {
  text-decoration: none !important;
  vertical-align: middle;
}

/* line 343, ../sass/partials/_global.scss */
.pager-only {
  clear: both;
}

/* line 344, ../sass/partials/_global.scss */
.pager-only .pages {
  margin: 0;
}

/* Sorter */
/* line 347, ../sass/partials/_global.scss */
.sort-by {
  float: right;
  position: relative;
  z-index: 100;
}

/* line 348, ../sass/partials/_global.scss */
.sort-by .sort-select {
  width: 177px;
  border: 1px solid #c6c6c6;
  padding: 11px 14px;
  font-family: robotoregular;
  color: #5e5e5e;
  font-size: 12px;
  background: url(../images/gui/select_bg.png) 95% 50% no-repeat white;
}

/* line 349, ../sass/partials/_global.scss */
.sort-by .sort-options {
  position: absolute;
  left: 0px;
  padding: 5px 11px 10px;
  border: 1px solid #edeeed;
  border-top: 0;
  background: url(../images/gui/nav_over.gif) bottom left repeat-x white;
  width: 183px;
}

/* line 350, ../sass/partials/_global.scss */
.sort-by ol a {
  display: block;
  font: 12px/1.2 robotoregular;
  padding: 8px 4px;
  text-decoration: none !important;
  color: #222222;
}

/* line 351, ../sass/partials/_global.scss */
.sort-by ol strong {
  display: block;
  font: 12px/1.2 robotoregular;
  padding: 8px 4px;
  text-decoration: none !important;
  color: #2da3c1;
}

/* line 352, ../sass/partials/_global.scss */
.sort-by ol a:hover {
  color: #2da3c1;
}

/* Toolbar */
/* line 357, ../sass/partials/_global.scss */
.toolbar {
  margin-top: -1px;
}

/* line 358, ../sass/partials/_global.scss */
.toolbar .pager {
  margin: 0 0 0;
  border-width: 1px 0;
}

/* line 359, ../sass/partials/_global.scss */
.toolbar-bottom {
  /*display:none;*/
}

/* Data Table */
/* line 362, ../sass/partials/_global.scss */
.table-caption {
  border: 1px solid #ddd;
  border-bottom: 0;
  margin: -1px 0 0;
  background: white url(../images/bkg_block-title.gif) 0 100% repeat-x;
  font: 14px/1.25 Arial, Helvetica, sans-serif;
  padding: 3px 7px 4px;
  color: #444;
}

/* line 363, ../sass/partials/_global.scss */
.table-caption a {
  font-size: 11px;
  text-transform: lowercase;
}

/* line 364, ../sass/partials/_global.scss */
.data-table {
  -webkit-box-shadow: #d4d4d4 1px 1px 3px;
  -moz-box-shadow: #d4d4d4 1px 1px 3px;
  box-shadow: #d4d4d4 1px 1px 3px;
  border: 1px solid #c6c6c6;
  border-bottom: 0;
  width: 100%;
  border-collapse: separate;
}

/* line 365, ../sass/partials/_global.scss */
.data-table th {
  padding: 10px 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 366, ../sass/partials/_global.scss */
.data-table td {
  padding: 5px 12px;
  font-size: 12px;
}

/* line 367, ../sass/partials/_global.scss */
.data-table thead {
  background: #ffffff;
  font-size: 11px;
}

/* line 368, ../sass/partials/_global.scss */
.data-table tfoot {
  background-color: #ededed;
}

/* line 369, ../sass/partials/_global.scss */
.data-table tfoot td {
  padding: 5px 12px;
}

/* line 370, ../sass/partials/_global.scss */
.data-table tfoot th {
  border: none;
  text-transform: none;
}

/* line 372, ../sass/partials/_global.scss */
.data-table tr.last th,
.data-table tr.last td {
  border-bottom: 1px solid #c6c6c6;
}

/* line 374, ../sass/partials/_global.scss */
.data-table tr:last-child td,
.data-table tr:last-child th {
  border-bottom: 1px solid #c6c6c6;
}

/* line 376, ../sass/partials/_global.scss */
.data-table tbody tr:nth-child(odd),
.data-table tr.odd {
  background-color: #ffffff;
}

/* line 378, ../sass/partials/_global.scss */
.data-table tbody tr:nth-child(even),
.data-table tr.even {
  background-color: #fafafa;
}

/* line 379, ../sass/partials/_global.scss */
.data-table tr.odd td {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

/* line 380, ../sass/partials/_global.scss */
.data-table tr.even {
  background-color: #f5f5f5;
}

/* line 381, ../sass/partials/_global.scss */
.data-table tr.even td {
  border-top: 1px solid #ffffff;
}

/* line 382, ../sass/partials/_global.scss */
.data-table tr.first td {
  border-top: 0px;
}

/* line 383, ../sass/partials/_global.scss */
.data-table th .tax-flag {
  white-space: nowrap;
  font-weight: normal;
}

/* line 385, ../sass/partials/_global.scss */
.data-table td.label,
.data-table th.label {
  text-transform: none;
  border-color: #fff;
  background-color: #f7f7f7;
}

/* line 386, ../sass/partials/_global.scss */
.data-table td.value {
  float: none !important;
}

/* line 387, ../sass/partials/_global.scss */
.data-table td.t-border {
  border-top: 1px solid #C6C6C6;
}

/* line 388, ../sass/partials/_global.scss */
.data-table td.r-border {
  border-right: 1px solid #C6C6C6;
}

/* line 389, ../sass/partials/_global.scss */
.data-table td.b-border {
  border-bottom: 1px solid #C6C6C6;
}

/* line 390, ../sass/partials/_global.scss */
.data-table td.l-border {
  border-left: 1px solid #C6C6C6;
}

/*padding-table*/
/* line 394, ../sass/partials/_global.scss */
.padding-table {
  width: 100%;
  border-collapse: separate;
  padding: 10px 10px 0;
}

/* line 395, ../sass/partials/_global.scss */
.padding-table th {
  padding: 6px 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 396, ../sass/partials/_global.scss */
.padding-table td {
  padding: 5px 12px;
  font-size: 12px;
}

/* line 397, ../sass/partials/_global.scss */
.padding-table thead {
  background: #ffffff;
  font-size: 11px;
}

/* line 398, ../sass/partials/_global.scss */
.padding-table tfoot {
  background-color: #ededed;
}

/* line 399, ../sass/partials/_global.scss */
.padding-table tfoot td {
  padding: 5px 12px;
}

/* line 400, ../sass/partials/_global.scss */
.padding-table tfoot th {
  border: none;
  text-transform: none;
}

/* line 402, ../sass/partials/_global.scss */
.padding-table tr.last th,
.padding-table tr.last td {
  border-bottom: 1px solid #c6c6c6;
}

/* line 404, ../sass/partials/_global.scss */
.padding-table tr:last-child td,
.padding-table tr:last-child th {
  border-bottom: 1px solid #c6c6c6;
}

/* line 407, ../sass/partials/_global.scss */
.padding-table tbody tr:nth-child(odd),
.padding-table tbody tr:nth-child(even),
.padding-table tr.even td {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

/* line 408, ../sass/partials/_global.scss */
.padding-table tr.odd td {
  border-top: 1px solid #ffffff;
}

/* line 409, ../sass/partials/_global.scss */
.padding-table tr.even {
  background-color: #ffffff;
}

/* line 410, ../sass/partials/_global.scss */
.padding-table tr.odd {
  background-color: #fafafa;
}

/* Links */
/* line 415, ../sass/partials/_global.scss */
ul.links,
ul.links li {
  display: inline;
}

/* line 416, ../sass/partials/_global.scss */
ul.links li .separator {
  margin: 0 2px 0 5px;
  font-size: 10px;
  color: #8f8f8f;
}

/* line 417, ../sass/partials/_global.scss */
ul.links li.last .separator {
  display: none;
}

/* line 419, ../sass/partials/_global.scss */
.data-table .btn-remove {
  display: block;
  margin: 0 auto;
  width: 13px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_remove.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
  cursor: pointer;
}

/* Rating */
/* line 424, ../sass/partials/_global.scss */
.no-rating {
  margin: 0;
}

/* line 426, ../sass/partials/_global.scss */
.ratings {
  line-height: 13px;
  margin: 0px 0px 7px;
}

/* line 427, ../sass/partials/_global.scss */
.rating-label {
  line-height: 13px;
  margin: 0px 20px 7px 0;
  float: left;
}

/* line 428, ../sass/partials/_global.scss */
.ratings strong {
  float: left;
  margin: 1px 3px 0 0;
}

/* line 429, ../sass/partials/_global.scss */
.ratings .rating-links {
  margin: 0;
}

/* line 430, ../sass/partials/_global.scss */
.ratings .rating-links .separator {
  margin: 0 2px;
}

/* line 433, ../sass/partials/_global.scss */
.rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(../images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}

/* line 434, ../sass/partials/_global.scss */
.rating-box .rating {
  float: left;
  height: 13px;
  background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}

/* line 435, ../sass/partials/_global.scss */
.ratings .rating-box {
  float: left;
  margin-right: 3px;
}

/* line 439, ../sass/partials/_global.scss */
.ratings-table th,
.ratings-table td {
  font-size: 12px;
  line-height: 1.15;
  padding: 3px 0;
}

/* line 440, ../sass/partials/_global.scss */
.ratings-table th {
  width: 102px;
  padding-right: 8px;
}

/* line 442, ../sass/partials/_global.scss */
.review-summary-table.data-table {
  box-shadow: none;
  border: 0;
  margin-bottom: 20px;
}

/* line 443, ../sass/partials/_global.scss */
.review-summary-table.data-table thead {
  background: transparent;
}

/* line 445, ../sass/partials/_global.scss */
.review-summary-table.data-table tr.last th,
.review-summary-table.data-table tr.last td {
  border-bottom: 0px;
}

/* line 447, ../sass/partials/_global.scss */
.review-summary-table.data-table tr:last-child td,
.review-summary-table.data-table tr:last-child th {
  border-bottom: 0px;
}

/* line 449, ../sass/partials/_global.scss */
.review-summary-table.data-table tbody tr:nth-child(odd),
.review-summary-table.data-table tr.odd {
  background-color: transparent;
}

/* line 451, ../sass/partials/_global.scss */
.review-summary-table.data-table tbody tr:nth-child(even),
.review-summary-table.data-table tr.even {
  background-color: transparent;
}

/* line 452, ../sass/partials/_global.scss */
.review-summary-table.data-table tr.odd td {
  border-top: 0px;
  border-bottom: 0px;
}

/* line 453, ../sass/partials/_global.scss */
.review-summary-table.data-table tr.even {
  background-color: transparent;
}

/* line 454, ../sass/partials/_global.scss */
.review-summary-table.data-table tr.even td {
  border-top: 0px;
}

/* line 455, ../sass/partials/_global.scss */
.review-summary-table.data-table tr.first td {
  border-top: 0px;
}

/* line 457, ../sass/partials/_global.scss */
.review-summary-table.data-table td.label,
.review-summary-table.data-table th.label {
  background-color: transparent;
  font-size: 14px;
}

/* line 459, ../sass/partials/_global.scss */
.review-text {
  width: 553px;
}

/* line 460, ../sass/partials/_global.scss */
.review-label {
  width: 71px;
}

/*tabs*/
/*jQuery Tabs*/
/* line 467, ../sass/partials/_global.scss */
.ui-tabs {
  position: relative;
  background-color: #cccccc;
  zoom: 1;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
/* line 468, ../sass/partials/_global.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0 0 25px;
  padding: 0px;
  background-color: #cccccc;
  border-top: 4px solid #cccccc;
  height: 14px;
}

/* line 469, ../sass/partials/_global.scss */
.ui-tabs .ui-tabs-nav li {
  background-color: #cccccc;
  z-index: 2;
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  border-bottom: 0 !important;
  padding: 0 18px;
  line-height: 34px;
  white-space: nowrap;
  font-size: 11px;
  font-family: robotoregular;
}

/* line 470, ../sass/partials/_global.scss */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0;
  text-decoration: none;
  border-bottom: 0px;
  color: #5e5e5e;
}

/* line 471, ../sass/partials/_global.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
  background-color: #fff;
}

/* line 472, ../sass/partials/_global.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

/* line 473, ../sass/partials/_global.scss */
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/* line 475, ../sass/partials/_global.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  padding: 30px 25px;
}

/* line 476, ../sass/partials/_global.scss */
.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/* line 477, ../sass/partials/_global.scss */
.ui-tabs .tab-container {
  background: #fff;
}

/* line 479, ../sass/partials/_global.scss */
.ui-tabs .tab-header {
  font-family: roboto;
  margin-bottom: 20px;
}
/* line 479, ../sass/partials/_global.scss */
.ui-tabs .pad-r20 {
  padding-right: 20px;
}

/* SAML Login */
/* line 483, ../sass/partials/_global.scss */
.saml_login .main {
  padding-top: 60px;
}

/* line 484, ../sass/partials/_global.scss */
.saml_login .SL-plain {
  padding: 25px;
}

/* line 485, ../sass/partials/_global.scss */
.saml_login .form-list label {
  float: none;
}

/*std styles - global styles for all cms pages*/
/* line 489, ../sass/partials/_global.scss */
.std p {
  margin-bottom: 30px;
}

/* line 490, ../sass/partials/_global.scss */
.std .content-subtitle {
  margin-bottom: 25px;
  font-family: robotoregular;
}

/* line 491, ../sass/partials/_global.scss */
.std .bold-header {
  margin-bottom: 0px;
  font-family: robotobold;
}

/*create a professor account*/
/* line 495, ../sass/partials/_global.scss */
.professor-create-set .col-1 {
  width: 670px;
}
/* line 495, ../sass/partials/_global.scss */
.professor-create-set .col-2 {
  width: 232px;
}

/*compare popup */
/* line 500, ../sass/partials/_global.scss */
.catalog-product-compare-index {
  padding: 20px 30px 0 40px;
}
/* line 500, ../sass/partials/_global.scss */
.catalog-product-compare-index .compare-wrapper {
  position: relative;
  width: 206px;
  margin-right: 22px;
  padding: 40px 30px 20px;
  float: left;
}
/* line 500, ../sass/partials/_global.scss */
.catalog-product-compare-index .compare-wrapper ul.attr-list {
  margin: 25px 0;
}
/* line 500, ../sass/partials/_global.scss */
.catalog-product-compare-index .compare-wrapper ul.attr-list li {
  margin-top: 15px;
}
/* line 500, ../sass/partials/_global.scss */
.catalog-product-compare-index .compare-wrapper h1 {
  line-height: 25px;
}
/* line 500, ../sass/partials/_global.scss */
.catalog-product-compare-index .compare-wrapper .flag {
  right: -7px;
  top: 6px;
}
/* line 500, ../sass/partials/_global.scss */
.catalog-product-compare-index .compare-wrapper .compare-price {
  font-size: 24px;
  font-family: robotobold;
}

/*Tim's Styles */
/* line 505, ../sass/partials/_global.scss */
.partner-college-wrap {
  width: 760px;
}

/* line 506, ../sass/partials/_global.scss */
.prev {
  float: left;
  cursor: pointer;
  position: absolute;
  top: 92px;
}

/* line 507, ../sass/partials/_global.scss */
.next {
  float: right;
  cursor: pointer;
  position: absolute;
  top: 92px;
  left: 744px;
}

/* line 508, ../sass/partials/_global.scss */
.partner-college-carousel {
  margin: 0 auto;
  width: 720px;
  overflow: hidden;
}

/* line 509, ../sass/partials/_global.scss */
ul.partners1 li {
  text-align: center;
  height: 180px !important;
}

/* line 510, ../sass/partials/_global.scss */
ul.partners2 li {
  text-align: center;
  height: 180px !important;
}

/* line 511, ../sass/partials/_global.scss */
.cat-description p {
  margin-bottom: 20px;
}

/* line 512, ../sass/partials/_global.scss */
.font-orange {
  color: #ffcc00;
}

/* line 513, ../sass/partials/_global.scss */
.rss-link {
  line-height: 30px;
}

/*Partner Colleges Matrix */
/* line 517, ../sass/partials/_global.scss */
ul.partner-list {
  list-style-type: none;
  padding-left: 0px;
}
/* line 518, ../sass/partials/_global.scss */
ul.partner-list li.partner-box {
  height: 160px;
  width: 170px;
  background: none no-repeat scroll 0 0 #f8f8f8;
  margin: 0 20px 20px 0;
  line-height: 130%;
  display: inline-block;
  float: left;
  -webkit-box-shadow: #cacaca 0px 1px 3px;
  -moz-box-shadow: #cacaca 0px 1px 3px;
  box-shadow: #cacaca 0px 1px 3px;
  text-align: center;
  margin: 0 12px 14px 0;
  vertical-align: top;
  line-height: 110%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(100%, #f7f7f7));
  background-image: -webkit-linear-gradient(white, #f7f7f7);
  background-image: -moz-linear-gradient(white, #f7f7f7);
  background-image: -o-linear-gradient(white, #f7f7f7);
  background-image: linear-gradient(#ffffff, #f7f7f7);
  position: relative;
}
/* line 519, ../sass/partials/_global.scss */
ul.partner-list li.partner-box a {
  height: 158px;
  padding: 0;
  display: block;
  text-decoration: none !important;
  color: #5e5e5e;
  border: 1px solid transparent;
}
/* line 520, ../sass/partials/_global.scss */
ul.partner-list li.partner-box a:hover {
  background-color: #007299;
  border: 1px solid #007299;
  text-decoration: none !important;
  color: #fff;
  -webkit-box-shadow: #999999 0px 1px 3px;
  -moz-box-shadow: #999999 0px 1px 3px;
  box-shadow: #999999 0px 1px 3px;
}
/* line 521, ../sass/partials/_global.scss */
ul.partner-list li.partner-box a span {
  margin-top: 6px;
  display: block;
  font-size: 0.9em;
  padding: 0px 5px;
}

/* line 525, ../sass/partials/_global.scss */
.partner-logo-box {
  height: 114px !important;
  margin-bottom: 5px;
  margin-top: 0;
  border-bottom: 1px solid #e4e4e4;
  background: #FFF;
  text-align: center;
}
/* line 526, ../sass/partials/_global.scss */
.partner-logo-box img {
  margin-top: 22px;
  width: 120px !important;
}

/*Order print page*/
/* line 534, ../sass/partials/_global.scss */
.sales-order-print {
  width: 960px;
  margin: 0 auto;
}
/* line 534, ../sass/partials/_global.scss */
.sales-order-print h2 {
  margin-top: 20px;
}
/* line 534, ../sass/partials/_global.scss */
.sales-order-print .order-row {
  margin-top: 10px;
  padding: 10px;
}
/* line 534, ../sass/partials/_global.scss */
.sales-order-print .buttons-set {
  margin-top: 25px;
}

/* line 535, ../sass/partials/_global.scss */
.sales-order-print .totals {
  float: right;
  margin-top: 25px;
}
/* line 535, ../sass/partials/_global.scss */
.sales-order-print .totals td {
  width: 150px;
  padding: 5px 0;
}

/* line 536, ../sass/partials/_global.scss */
.sales-order-print .order-totals {
  display: none;
}

/* line 537, ../sass/partials/_global.scss */
.sales-order-print td.second {
  width: 75px;
}

/* line 540, ../sass/partials/_global.scss */
.large-title {
  font-size: 24px;
  font-family: robotoregular;
  font-weight: normal;
}

/* Tool Tip */
/* line 543, ../sass/partials/_global.scss */
a.tooltip {
  outline: none;
}

/* line 544, ../sass/partials/_global.scss */
a.tooltip p {
  margin-bottom: 5px;
}

/* line 545, ../sass/partials/_global.scss */
a.tooltip:hover {
  text-decoration: none;
}

/* line 546, ../sass/partials/_global.scss */
a.tooltip span {
  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: -22px;
  margin-left: -10px;
  width: 250px;
  line-height: 16px;
}

/* line 547, ../sass/partials/_global.scss */
a.tooltip:hover span {
  display: inline;
  position: absolute;
  color: #666666;
  border: 1px solid #dceaa1;
  background: #fbfcf3;
}

/* line 549, ../sass/partials/_global.scss */
.tooltip-callout {
  z-index: 20;
  position: absolute;
  top: 20px;
  border: 0;
  left: -12px;
}

/* line 551, ../sass/partials/_global.scss */
a.tooltip span {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 2px 2px 8px #666;
  -webkit-box-shadow: 2px 2px 8px #666;
  box-shadow: 2px 2px 8px #666;
}

/* line 552, ../sass/partials/_global.scss */
.checkoutmy {
  background-color: #EDEDED !important;
}

/* line 553, ../sass/partials/_global.scss */
.mar-b20-new {
  margin-bottom: 3px;
}

/* line 554, ../sass/partials/_global.scss */
.course-manuf {
  margin-bottom: 10px;
}

/* line 555, ../sass/partials/_global.scss */
.mar-t20-new {
  padding-top: 7px;
  padding-bottom: 9px;
}

/* FLAG GLOBALS */
/* line 558, ../sass/partials/_global.scss */
.flag {
  position: relative;
  background-color: #999;
  *height: 24px;
  *width: 98px;
}

/* line 564, ../sass/partials/_global.scss */
.flag-content {
  color: #fff;
  text-shadow: -1px -1px 0px rgba(51, 51, 51, 0.35);
  font-size: 12px;
  background: inherit;
  min-width: 70px;
  font-family: robotobold;
  margin: 0;
  text-transform: uppercase;
  line-height: 150%;
  height: 20px;
  *line-height: 130%;
}

@-moz-document url-prefix() {
  /* line 578, ../sass/partials/_global.scss */
  .flag-content {
    height: 19px;
    line-height: 140%;
  }
}

/* LEFT ALIGNED FLAG */
/* line 582, ../sass/partials/_global.scss */
.flag-content.left {
  padding-left: 8px;
  text-align: left;
}

/* line 586, ../sass/partials/_global.scss */
.flag.left:after, .flag.left:before {
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: #999;
}

/* line 592, ../sass/partials/_global.scss */
.flag.left:before {
  position: relative;
  border-left-color: transparent !important;
  left: 8px;
  top: 20px;
  border-width: 4px 4px;
  border-style: solid;
  border-color: #333 #333 transparent transparent;
  *border: none !important;
}

@-moz-document url-prefix() {
  /* line 603, ../sass/partials/_global.scss */
  .flag.left:before {
    top: 19px;
  }
}

/* line 605, ../sass/partials/_global.scss */
.flag.left:after {
  border-right-color: transparent !important;
}

/* RIGHT ALIGNED FLAG */
/* line 610, ../sass/partials/_global.scss */
.flag-content.right {
  padding-right: 8px;
  text-align: right;
}

/* line 614, ../sass/partials/_global.scss */
.flag.right:after, .flag.right:before {
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: #999;
}

/* line 620, ../sass/partials/_global.scss */
.flag.right:before {
  position: relative;
  border-right-color: transparent !important;
  right: 8px;
  top: 20px;
  border-width: 4px 4px;
  border-style: solid;
  border-color: #333 transparent transparent #333;
  *border: none !important;
}

@-moz-document url-prefix() {
  /* line 631, ../sass/partials/_global.scss */
  .flag.right:before {
    top: 19px;
  }
}

/* line 633, ../sass/partials/_global.scss */
.flag.right:after {
  border-left-color: transparent !important;
}

/* FLAG COLORS */
/* line 639, ../sass/partials/_global.scss */
.flag.popular {
  background-color: #ecb82e !important;
}

/* IE7 Fallback */
/* line 641, ../sass/partials/_global.scss */
.flag.left.popular {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 0;
  *background-repeat: no-repeat;
}

/* line 646, ../sass/partials/_global.scss */
.flag.right.popular {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -120px;
  *background-repeat: no-repeat;
}

/* line 651, ../sass/partials/_global.scss */
.flag.right.popular:after {
  border-color: #ecb82e;
  *border: none !important;
}

/* line 652, ../sass/partials/_global.scss */
.flag.left.popular:after {
  border-color: #ecb82e;
  *border: none !important;
}

/* line 655, ../sass/partials/_global.scss */
.flag.sale {
  background-color: #ec6a20 !important;
}

/* IE7 Fallback */
/* line 657, ../sass/partials/_global.scss */
.flag.left.sale {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -24px;
  *background-repeat: no-repeat;
}

/* line 662, ../sass/partials/_global.scss */
.flag.right.sale {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -144px;
  *background-repeat: no-repeat;
}

/* line 667, ../sass/partials/_global.scss */
.flag.right.sale:after {
  border-color: #ec6a20;
  *border: none !important;
}

/* line 668, ../sass/partials/_global.scss */
.flag.left.sale:after {
  border-color: #ec6a20;
  *border: none !important;
}

/* line 671, ../sass/partials/_global.scss */
.flag.professor {
  background-color: #64001c !important;
}

/* IE7 Fallback */
/* line 673, ../sass/partials/_global.scss */
.flag.left.professor {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -48px;
  *background-repeat: no-repeat;
}

/* line 678, ../sass/partials/_global.scss */
.flag.right.professor {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -168px;
  *background-repeat: no-repeat;
}

/* line 683, ../sass/partials/_global.scss */
.flag.right.professor:after {
  border-color: #64001c;
  *border: none !important;
}

/* line 684, ../sass/partials/_global.scss */
.flag.left.professor:after {
  border-color: #64001c;
  *border: none !important;
}

/* line 687, ../sass/partials/_global.scss */
.flag.new {
  background-color: #2f7ebf !important;
}

/* IE7 Fallback */
/* line 689, ../sass/partials/_global.scss */
.flag.left.new {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -72px;
  *background-repeat: no-repeat;
}

/* line 694, ../sass/partials/_global.scss */
.flag.right.new {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -192px;
  *background-repeat: no-repeat;
}

/* line 699, ../sass/partials/_global.scss */
.flag.right.new:after {
  border-color: #2f7ebf;
  *border: none !important;
}

/* line 700, ../sass/partials/_global.scss */
.flag.left.new:after {
  border-color: #2f7ebf;
  *border: none !important;
}

/* line 703, ../sass/partials/_global.scss */
.flag.updated {
  background-color: #108c95 !important;
}

/* IE7 Fallback */
/* line 705, ../sass/partials/_global.scss */
.flag.left.updated {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -96px;
  *background-repeat: no-repeat;
}

/* line 710, ../sass/partials/_global.scss */
.flag.right.updated {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -216px;
  *background-repeat: no-repeat;
}

/* line 715, ../sass/partials/_global.scss */
.flag.right.updated:after {
  border-color: #108c95;
  *border: none !important;
}

/* line 716, ../sass/partials/_global.scss */
.flag.left.updated:after {
  border-color: #108c95;
  *border: none !important;
}

/* line 719, ../sass/partials/_global.scss */
.price-as-configured {
  margin: none;
}

/* line 720, ../sass/partials/_global.scss */
.full-product-price {
  font-size: 24px;
  font-family: roboto;
}

/* line 721, ../sass/partials/_global.scss */
.membership {
  font-family: roboto;
  font-size: 12px;
}

/* line 722, ../sass/partials/_global.scss */
.price-box {
  font-size: 24px;
  color: #5e5e5e;
  font-family: robotobold;
  line-height: 24px;
}

/* line 723, ../sass/partials/_global.scss */
.course-includes-list {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #afc966;
}

/* line 724, ../sass/partials/_global.scss */
.course-includes-title {
  font-family: roboto;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 14px;
}

/* line 726, ../sass/partials/_global.scss */
.back-to-top {
  bottom: 100px;
  text-align: center;
  font-size: 10px;
  width: 35px;
  cursor: pointer;
  position: fixed;
  right: 5%;
}

@media only screen and (max-width: 1150px) {
  /* line 729, ../sass/partials/_global.scss */
  .back-to-top {
    right: 1%;
  }
}
/* =============================================
 	IfByPhone STYLES
  ============================================== */
/* line 738, ../sass/partials/_global.scss */
.ifbyphone-wrapper a {
  cursor: default !important;
  color: inherit !important;
}
/* line 739, ../sass/partials/_global.scss */
.ifbyphone-wrapper a:hover {
  text-decoration: none;
}

/*embedded straighterline fonts ========================================================= */
/*Ubuntu Light*/
@font-face {
  font-family: 'ubuntu_lightregular';
  src: url("../fonts/ubuntu-l-webfont.eot");
  src: url("../fonts/ubuntu-l-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-l-webfont.woff") format("woff"), url("../fonts/ubuntu-l-webfont.ttf") format("truetype"), url("../fonts/ubuntu-l-webfont.svg#ubuntu_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Ubuntu Light Italic*/
@font-face {
  font-family: 'ubuntu_lightitalic';
  src: url("../fonts/ubuntu-li-webfont.eot");
  src: url("../fonts/ubuntu-li-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-li-webfont.woff") format("woff"), url("../fonts/ubuntu-li-webfont.ttf") format("truetype"), url("../fonts/ubuntu-li-webfont.svg#ubuntu_lightitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Ubuntu Regular*/
@font-face {
  font-family: 'ubunturegular';
  src: url("../fonts/ubuntu-r-webfont.eot");
  src: url("../fonts/ubuntu-r-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-r-webfont.woff") format("woff"), url("../fonts/ubuntu-r-webfont.ttf") format("truetype"), url("../fonts/ubuntu-r-webfont.svg#ubunturegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Ubuntu Regular Italic*/
@font-face {
  font-family: 'ubuntuitalic';
  src: url("../fonts/ubuntu-ri-webfont.eot");
  src: url("../fonts/ubuntu-ri-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-ri-webfont.woff") format("woff"), url("../fonts/ubuntu-ri-webfont.ttf") format("truetype"), url("../fonts/ubuntu-ri-webfont.svg#ubuntuitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Ubuntu Medium*/
@font-face {
  font-family: 'ubuntu_lightbold';
  src: url("../fonts/ubuntu-m-webfont.eot");
  src: url("../fonts/ubuntu-m-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-m-webfont.woff") format("woff"), url("../fonts/ubuntu-m-webfont.ttf") format("truetype"), url("../fonts/ubuntu-m-webfont.svg#ubuntu_lightbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Ubuntu Medium Italic*/
@font-face {
  font-family: 'ubuntu_lightbold_italic';
  src: url("../fonts/ubuntu-mi-webfont.eot");
  src: url("../fonts/ubuntu-mi-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-mi-webfont.woff") format("woff"), url("../fonts/ubuntu-mi-webfont.ttf") format("truetype"), url("../fonts/ubuntu-mi-webfont.svg#ubuntu_lightbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Ubuntu Bold*/
@font-face {
  font-family: 'ubuntubold';
  src: url("../fonts/ubuntu-b-webfont.eot");
  src: url("../fonts/ubuntu-b-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-b-webfont.woff") format("woff"), url("../fonts/ubuntu-b-webfont.ttf") format("truetype"), url("../fonts/ubuntu-b-webfont.svg#ubuntubold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Ubuntu Bold Italic*/
@font-face {
  font-family: 'ubuntubold_italic';
  src: url("../fonts/ubuntu-bi-webfont.eot");
  src: url("../fonts/ubuntu-bi-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-bi-webfont.woff") format("woff"), url("../fonts/ubuntu-bi-webfont.ttf") format("truetype"), url("../fonts/ubuntu-bi-webfont.svg#ubuntubold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Museo Slab 100*/
@font-face {
  font-family: 'museo_slab_100regular';
  src: url("../fonts/museo_slab_100-webfont.eot");
  src: url("../fonts/museo_slab_100-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_100-webfont.woff") format("woff"), url("../fonts/museo_slab_100-webfont.ttf") format("truetype"), url("../fonts/museo_slab_100-webfont.svg#museo_slab_100regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Museo Slab 300*/
@font-face {
  font-family: 'museo_slab_300regular';
  src: url("../fonts/museo_slab_300-webfont.eot");
  src: url("../fonts/museo_slab_300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_300-webfont.woff") format("woff"), url("../fonts/museo_slab_300-webfont.ttf") format("truetype"), url("../fonts/museo_slab_300-webfont.svg#museo_slab_300regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Museo Slab 500*/
@font-face {
  font-family: 'museo_slab_500regular';
  src: url("../fonts/museo_slab_500-webfont.eot");
  src: url("../fonts/museo_slab_500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_500-webfont.woff") format("woff"), url("../fonts/museo_slab_500-webfont.ttf") format("truetype"), url("../fonts/museo_slab_500-webfont.svg#museo_slab_500regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Museo Slab 700*/
@font-face {
  font-family: 'museo_slab_700regular';
  src: url("../fonts/museo_slab_700-webfont.eot");
  src: url("../fonts/museo_slab_700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_700-webfont.woff") format("woff"), url("../fonts/museo_slab_700-webfont.ttf") format("truetype"), url("../fonts/museo_slab_700-webfont.svg#museo_slab_700regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Museo Slab 900*/
@font-face {
  font-family: 'museo_slab_900regular';
  src: url("../fonts/museo_slab_900-webfont.eot");
  src: url("../fonts/museo_slab_900-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_900-webfont.woff") format("woff"), url("../fonts/museo_slab_900-webfont.ttf") format("truetype"), url("../fonts/museo_slab_900-webfont.svg#museo_slab_900regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Roboto Regular */
@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/roboto-regular-webfont.eot");
  src: url("../fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.ttf") format("truetype"), url("../fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Roboto Italic*/
@font-face {
  font-family: 'robotoitalic';
  src: url("../fonts/roboto-italic-webfont.eot");
  src: url("../fonts/roboto-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-italic-webfont.woff") format("woff"), url("../fonts/roboto-italic-webfont.ttf") format("truetype"), url("../fonts/roboto-italic-webfont.svg#robotoitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

/*fonts*/
/*colors*/
/*layout */
/* Global Styles ========================================================================= */
/* line 7, ../sass/partials/_forms.scss */
::-moz-focus-inner {
  border: 0;
}

/* line 11, ../sass/partials/_forms.scss */
input[type="search"]::-webkit-search-decoration {
  display: none;
}

/* line 18, ../sass/partials/_forms.scss */
input,
button,
select,
textarea {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  margin: 0;
  vertical-align: middle;
}

/* line 30, ../sass/partials/_forms.scss */
button[disabled],
input[type="reset"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled] {
  color: #888;
}

/* line 49, ../sass/partials/_forms.scss */
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #cccccc;
  color: #5e5e5e;
  outline: 0;
  padding: 10px 5px;
  font-size: 14px;
  font-family: robotoregular;
  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

/*
	Separate rule for Firefox.
	Cannot stack with WebKit's.
*/
/* line 79, ../sass/partials/_forms.scss */
input.placeholder_text,
textarea.placeholder_text {
  color: #888;
}

/* line 83, ../sass/partials/_forms.scss */
::-webkit-input-placeholder {
  color: #888;
}

/* line 101, ../sass/partials/_forms.scss */
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee;
  color: #888;
}

/* line 108, ../sass/partials/_forms.scss */
textarea,
select[multiple] {
  height: auto;
}

/* line 113, ../sass/partials/_forms.scss */
select[multiple],
.is_webkit select[multiple] {
  background-image: none;
  padding: 0;
}

/* line 118, ../sass/partials/_forms.scss */
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
}

/* line 124, ../sass/partials/_forms.scss */
optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

/* line 130, ../sass/partials/_forms.scss */
input:focus {
  outline: none;
}

/* line 131, ../sass/partials/_forms.scss */
input.input-small {
  width: 90px !important;
}

/* line 133, ../sass/partials/_forms.scss */
select {
  width: 204px;
  border: 1px solid #c6c6c6;
  padding: 11px 14px;
  font-family: robotoregular;
  color: #5e5e5e;
  font-size: 12px;
  background: url(../images/gui/select_bg.png) 95% 50% no-repeat white;
}

/* line 134, ../sass/partials/_forms.scss */
.browser-ie select {
  background-image: none;
  padding: 11px 5px;
}

/* line 137, ../sass/partials/_forms.scss */
.form-list select.month, .form-list select.year {
  width: 150px;
  margin-right: 20px;
}

/* Fieldset */
/* line 144, ../sass/partials/_forms.scss */
.fieldset {
  font-size: 12px;
  margin: 0 0 16px;
  clear: left;
}

/* line 145, ../sass/partials/_forms.scss */
.fieldset p {
  margin: 0 0 1.5em;
}

/* line 146, ../sass/partials/_forms.scss */
.fieldset h2.legend {
  margin: 0 0 1.5em;
  color: #5e5e5e;
  font-size: 14px;
  font-family: roboto;
}

/* Form lists */
/* line 151, ../sass/partials/_forms.scss */
.form-list li {
  margin: 0 0 9px;
  vertical-align: top;
}

/* line 152, ../sass/partials/_forms.scss */
.form-list label {
  float: left;
  padding: 2px 15px 0 0;
  font-size: 13px;
  color: #4c4c4c;
}

/* line 153, ../sass/partials/_forms.scss */
.form-list .value {
  float: left;
  padding: 2px 0 0;
}

/* line 154, ../sass/partials/_forms.scss */
.form-list .note {
  clear: both;
  font-size: 11px;
}

/* line 155, ../sass/partials/_forms.scss */
.form-list span.label {
  font-weight: normal;
}

/* line 156, ../sass/partials/_forms.scss */
.form-list .input-box {
  float: left;
  clear: left;
}

/* line 157, ../sass/partials/_forms.scss */
.form-list .input-box a {
  font-size: 11px;
  margin-top: 4px;
}

/* line 158, ../sass/partials/_forms.scss */
.form-list input.input-text {
  width: 300px;
}

/* line 159, ../sass/partials/_forms.scss */
.form-list textarea {
  float: left;
  width: 374px;
  vertical-align: top;
}

/* line 160, ../sass/partials/_forms.scss */
.form-list textarea {
  width: 550px;
  height: 140px;
}

/* line 161, ../sass/partials/_forms.scss */
.form-list select {
  vertical-align: top;
  width: 300px;
}

/* line 163, ../sass/partials/_forms.scss */
ul.add-row,
.form-list li.add-row {
  background: url(../images/bkg_dots.gif) repeat-x 0 0;
  margin-top: 15px;
}

/* line 165, ../sass/partials/_forms.scss */
ul.add-row .btn-remove,
.form-list li.add-row .btn-remove {
  font-size: 0;
  line-height: 0;
  padding: 5px 5px 0 0;
  margin: 0;
  text-align: right;
}

/* line 166, ../sass/partials/_forms.scss */
.form-list .range input.input-text {
  float: none;
  width: 64px;
  vertical-align: middle;
}

/* line 167, ../sass/partials/_forms.scss */
.form-list .control {
  position: relative;
  vertical-align: top;
  z-index: 1;
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
}

/* row with checkbox or radio button */
/* line 168, ../sass/partials/_forms.scss */
.form-list .control label {
  line-height: 17px;
  padding-top: 0px;
}

/* line 169, ../sass/partials/_forms.scss */
.form-list .control .input-box {
  margin-right: 5px;
}

/* line 171, ../sass/partials/_forms.scss */
.form-alt label {
  float: none;
  display: inline;
  width: auto;
}

/* line 172, ../sass/partials/_forms.scss */
.form-alt li {
  margin: 0 0 5px;
  line-height: 16px;
}

/* line 173, ../sass/partials/_forms.scss */
.form-alt select {
  width: 650px;
  background-position: 98% 50%;
}

/* line 174, ../sass/partials/_forms.scss */
.form-alt .input-box {
  width: 496px;
  margin-top: 5px;
  padding-bottom: 11px;
}

/* line 175, ../sass/partials/_forms.scss */
.form-alt .input-text {
  width: 480px;
}

/* line 177, ../sass/partials/_forms.scss */
.form-list-narrow label {
  width: 105px;
}

/* line 178, ../sass/partials/_forms.scss */
.form-list-narrow select {
  width: 290px;
}

/* line 180, ../sass/partials/_forms.scss */
.form-list-narrow input.input-text,
.form-list-narrow textarea {
  width: 285px;
}

/* line 181, ../sass/partials/_forms.scss */
.form-list-narrow .wide {
  width: auto;
}

/* line 182, ../sass/partials/_forms.scss */
.form-list-narrow .add-field .input-box {
  margin-left: 120px;
}

/* line 183, ../sass/partials/_forms.scss */
.form-list-narrow .control .input-box {
  margin-left: 120px;
}

/* line 185, ../sass/partials/_forms.scss */
.inner-form {
  margin: 10px 0 5px;
  padding: 10px 0 0;
  border: 1px dashed #d1d1d1;
  border-width: 1px;
  background: #f7f7f7;
}

/* line 186, ../sass/partials/_forms.scss */
.inner-form .form-alt label {
  padding-left: 5px;
}

/* Date Of Birth */
/* line 189, ../sass/partials/_forms.scss */
.form-list .customer-dob label {
  float: none;
  width: auto;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
  color: #777;
}

/* line 190, ../sass/partials/_forms.scss */
.form-list .customer-dob .input-box {
  float: left;
  width: auto;
  margin-right: 8px;
}

/* line 191, ../sass/partials/_forms.scss */
.form-list .customer-dob .input-box .validation-advice {
  display: none !important;
}

/* line 192, ../sass/partials/_forms.scss */
.form-list .customer-dob input.input-text {
  float: none;
  display: block;
  margin-bottom: 2px;
}

/* line 195, ../sass/partials/_forms.scss */
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year {
  float: left;
  margin-right: 8px;
  padding-right: 0 !important;
  background: none !important;
}

/* line 198, ../sass/partials/_forms.scss */
.form-list .customer-dob .dob-day .validation-advice,
.form-list .customer-dob .dob-month .validation-advice,
.form-list .customer-dob .dob-year .validation-advice {
  display: none;
}

/* line 199, ../sass/partials/_forms.scss */
.form-list .customer-dob .dob-day input.input-text {
  width: 104px;
}

/* line 200, ../sass/partials/_forms.scss */
.form-list .customer-dob .dob-month input.input-text {
  width: 104px;
}

/* line 201, ../sass/partials/_forms.scss */
.form-list .customer-dob .dob-year {
  margin-right: 0;
}

/* line 202, ../sass/partials/_forms.scss */
.form-list .customer-dob .dob-year input.input-text {
  width: 138px;
}

/* Combination of fields */
/* line 205, ../sass/partials/_forms.scss */
.form-list li.fields {
  margin: 0;
}

/* line 206, ../sass/partials/_forms.scss */
.form-list li.fields .field {
  clear: left;
  padding: 0 0 9px;
}

/* Buttons */
/* line 209, ../sass/partials/_forms.scss */
.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 228, ../sass/partials/_forms.scss */
.button:hover {
  color: #333333;
  text-decoration: none;
}

/* line 232, ../sass/partials/_forms.scss */
.button:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 240, ../sass/partials/_forms.scss */
.button.blue {
  color: white;
  background-color: #007299;
  border-color: #005f80;
}

/* line 246, ../sass/partials/_forms.scss */
.button.blue:hover {
  color: white;
  background-color: #004c66;
  border-color: #003142;
}

/* line 252, ../sass/partials/_forms.scss */
.button.red {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 258, ../sass/partials/_forms.scss */
.button.red:hover {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 265, ../sass/partials/_forms.scss */
.button.gray {
  color: white;
  background-color: #323e48;
  border-color: #283139;
}

/* line 271, ../sass/partials/_forms.scss */
.button.gray:hover {
  color: white;
  background-color: #1d242a;
  border-color: #0e1215;
}

/* line 278, ../sass/partials/_forms.scss */
.button.gray-disabled {
  color: white;
  background-color: #e7e7e7;
  border-color: #0e1215;
}

/* line 286, ../sass/partials/_forms.scss */
.button.trial {
  outline: 1px solid #93b40d;
  border: 1px solid #d8efd7;
  background: #e6f0ba;
  background: -webkit-gradient(linear, left top, left bottom, from(#fef9e8), to(#e6f0ba));
  background: -webkit-linear-gradient(top, #fef9e8, #e6f0ba);
  background: -moz-linear-gradient(top, #fef9e8, #e6f0ba);
  background: -ms-linear-gradient(top, #fef9e8, #e6f0ba);
  background: -o-linear-gradient(top, #fef9e8, #e6f0ba);
  background-image: -ms-linear-gradient(top, #fef9e8 0%, #e6f0ba 100%);
  padding: 12px 100px;
  text-shadow: none;
  color: #5e5e5e;
  font-size: 14px;
  font-family: robotobold;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}

/* line 305, ../sass/partials/_forms.scss */
.button.trial:hover {
  text-shadow: none;
  background: #e6f0ba;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6f0ba), to(#fef9e8));
  background: -webkit-linear-gradient(top, #e6f0ba, #fef9e8);
  background: -moz-linear-gradient(top, #e6f0ba, #fef9e8);
  background: -ms-linear-gradient(top, #e6f0ba, #fef9e8);
  background: -o-linear-gradient(top, #e6f0ba, #fef9e8);
  background-image: -ms-linear-gradient(top, #e6f0ba 0%, #fef9e8 100%);
}

/* line 315, ../sass/partials/_forms.scss */
.button.trial:active {
  text-shadow: none;
  background: #e6f0ba;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6f0ba), to(#fef9e8));
  background: -webkit-linear-gradient(top, #e6f0ba, #fef9e8);
  background: -moz-linear-gradient(top, #e6f0ba, #fef9e8);
  background: -ms-linear-gradient(top, #e6f0ba, #fef9e8);
  background: -o-linear-gradient(top, #e6f0ba, #fef9e8);
  background-image: -ms-linear-gradient(top, #e6f0ba 0%, #fef9e8 100%);
}

/* line 326, ../sass/partials/_forms.scss */
.button.add-to-cart {
  font-size: 16px;
  padding: 10px 0px;
  width: 150px;
}

/* line 328, ../sass/partials/_forms.scss */
.button.view-detail {
  padding: 4px 0px;
  font-size: 14px;
  width: 150px;
}

/* line 330, ../sass/partials/_forms.scss */
.button.coming-soon {
  font-size: 14px;
  width: 150px;
}

/* line 332, ../sass/partials/_forms.scss */
.button.lead-form {
  font-size: 16px;
  font-family: roboto;
  color: #FFF;
  padding: 6px !important;
  width: 100%;
}

/* line 333, ../sass/partials/_forms.scss */
.button.lead-form a {
  color: #FFF !important;
}

/* line 334, ../sass/partials/_forms.scss */
.button.lead-form a:hover {
  text-decoration: none !important;
}

/* line 336, ../sass/partials/_forms.scss */
.promo-apply {
  padding: 10px;
  margin-left: 5px;
  border: 1px solid #2da3c1 !important;
  box-shadow: inset 0 0 2px #FFF;
  font-size: 13px;
}

/* line 337, ../sass/partials/_forms.scss */
.promo-remove {
  padding: 10px;
  margin-left: 5px;
  border: 1px solid #ccc !important;
  box-shadow: inset 0 0 2px #FFF;
  font-size: 13px;
}

/* line 339, ../sass/partials/_forms.scss */
.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none !important;
}

/* line 344, ../sass/partials/_forms.scss */
button.link,
button.link:hover,
button.link:active {
  background: none;
  border: 0px;
  padding: 0px;
  outline: 0px;
  color: #027e9d;
  font-size: 13px;
  font-family: robotoregular;
  text-shadow: none;
}

/* line 345, ../sass/partials/_forms.scss */
button.link:hover {
  color: #5e5e5e;
  text-decoration: underline;
}

/* line 346, ../sass/partials/_forms.scss */
button.link.large-text {
  font-size: 16px;
}

/* line 348, ../sass/partials/_forms.scss */
button.extra-padding {
  padding: 12px 50px;
}

/* line 350, ../sass/partials/_forms.scss */
button.social-signin, button.facebook-button, button.google-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 0;
  color: #ffffff;
  font-size: 14px;
  font-family: robotobold;
  outline: 0px;
  border: 0px;
  cursor: pointer;
  width: 214px;
}

/* line 351, ../sass/partials/_forms.scss */
button.facebook-button {
  background-color: #3b5998;
}
/* line 351, ../sass/partials/_forms.scss */
button.facebook-button span {
  background: url(../images/icons/icons.png) 0px -730px no-repeat;
  padding: 5px 0 5px 25px;
}

/* line 352, ../sass/partials/_forms.scss */
button.google-button {
  background-color: #2d2d2d;
}
/* line 352, ../sass/partials/_forms.scss */
button.google-button span {
  background: url(../images/icons/icons.png) 0px -770px no-repeat;
  padding: 0px 0 5px 31px;
}

/* line 356, ../sass/partials/_forms.scss */
a.button:hover {
  text-decoration: none;
  color: #ffffff;
}

/* Overrides for 3columns */
/* line 358, ../sass/partials/_forms.scss */
.col3-layout .form-list .note {
  padding-left: 165px;
  width: 280px;
}

/* line 360, ../sass/partials/_forms.scss */
.col3-layout .form-buttons p.back-link,
.col3-layout .form-list label {
  width: 150px;
}

/* line 362, ../sass/partials/_forms.scss */
.col3-layout .form-list input.input-text,
.col3-layout .form-list textarea {
  width: 274px;
}

/* line 363, ../sass/partials/_forms.scss */
.col3-layout .form-list select {
  width: 280px;
}

/* line 364, ../sass/partials/_forms.scss */
.col3-layout .form-list .control .input-box {
  margin-left: 165px;
}

/* line 365, ../sass/partials/_forms.scss */
.col3-layout .form-list .customer-dob .dob-day input.input-text {
  width: 74px;
}

/* line 366, ../sass/partials/_forms.scss */
.col3-layout .form-list .customer-dob .dob-month input.input-text {
  width: 74px;
}

/* line 367, ../sass/partials/_forms.scss */
.col3-layout .form-list .customer-dob .dob-year {
  margin-right: 0;
}

/* line 368, ../sass/partials/_forms.scss */
.col3-layout .form-list .customer-dob .dob-year input.input-text {
  width: 98px;
}

/* line 370, ../sass/partials/_forms.scss */
.col3-layout p.required,
.col3-layout .form-buttons {
  width: 445px;
}

/* Tooltip */
/* line 373, ../sass/partials/_forms.scss */
.tool-tip {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 5px;
  position: absolute;
  z-index: 9999;
}

/* line 374, ../sass/partials/_forms.scss */
.tool-tip .btn-close {
  text-align: right;
}

/* line 375, ../sass/partials/_forms.scss */
.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}

/* line 376, ../sass/partials/_forms.scss */
.tool-tip .tool-tip-content {
  padding: 5px;
}

/*Login Form*/
/* line 380, ../sass/partials/_forms.scss */
.account-login {
  padding: 23px 27px;
}
/* line 380, ../sass/partials/_forms.scss */
.account-login legend {
  font-size: 13px;
}
/* line 381, ../sass/partials/_forms.scss */
.account-login .col-2 {
  width: 40%;
}
/* line 382, ../sass/partials/_forms.scss */
.account-login .sep-or {
  position: absolute;
  left: 50%;
}

/*Customer Account Create */
/* line 386, ../sass/partials/_forms.scss */
.customer-account-create .widget.widget-banner {
  margin-bottom: 20px;
}
/* line 386, ../sass/partials/_forms.scss */
.customer-account-create .form-list .control {
  float: none;
  margin-top: 15px;
}

/* line 387, ../sass/partials/_forms.scss */
.account-create #undecided_93 {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}

/*career goals*/
/* line 390, ../sass/partials/_forms.scss */
.webforms-fields-undecided .input-box ul {
  margin-top: -12px;
  margin-left: -8px;
}
/* line 390, ../sass/partials/_forms.scss */
.webforms-fields-undecided .input-box input {
  margin-top: 3px;
}
/* line 390, ../sass/partials/_forms.scss */
.webforms-fields-undecided .input-box label {
  padding-left: 4px;
}

/* line 391, ../sass/partials/_forms.scss */
select.dob-month {
  width: 122px !important;
}

/* line 392, ../sass/partials/_forms.scss */
select.dob-day {
  width: 69px !important;
}

/* line 393, ../sass/partials/_forms.scss */
select.dob-year {
  width: 89px !important;
}

/* line 394, ../sass/partials/_forms.scss */
body.cms-customer-account-interstitial select.dob-month {
  width: 122px !important;
}

/* line 395, ../sass/partials/_forms.scss */
body.cms-customer-account-interstitial select.dob-day {
  width: 67px !important;
}

/* line 396, ../sass/partials/_forms.scss */
body.cms-customer-account-interstitial select.dob-year {
  width: 87px !important;
}

/* line 397, ../sass/partials/_forms.scss */
.webforms-fields-dob_month {
  margin-right: 10px;
  float: left;
  clear: none !important;
}

/* line 398, ../sass/partials/_forms.scss */
.webforms-fields-dob_day {
  margin-right: 10px;
  float: left;
  clear: none !important;
}

/* line 399, ../sass/partials/_forms.scss */
.webforms-fields-dob_year {
  float: left;
  clear: none !important;
}

/* line 400, ../sass/partials/_forms.scss */
.skip-this-step {
  margin: -30px 0px 40px 250px;
}

/* line 402, ../sass/partials/_forms.scss */
.autocomplete {
  -webkit-box-shadow: #d4d4d4 1px 1px 3px;
  -moz-box-shadow: #d4d4d4 1px 1px 3px;
  box-shadow: #d4d4d4 1px 1px 3px;
  background: #ffffff;
  z-index: 9999;
}
/* line 402, ../sass/partials/_forms.scss */
.autocomplete li {
  padding: 7px 5px 7px 10px;
  border-top: 1px solid #efefef;
  font-family: robotoregular;
  margin: 0px !important;
}
/* line 402, ../sass/partials/_forms.scss */
.autocomplete li:hover {
  color: #2da3c1;
  background-color: #e9e9e9;
}

/*submit success story*/
/* line 406, ../sass/partials/_forms.scss */
.webforms-submit-success-story .webforms-fields-city label {
  width: 300px;
}

/* line 407, ../sass/partials/_forms.scss */
.webforms-submit-success-story .webforms-fields-state label {
  width: 300px;
}

/* line 408, ../sass/partials/_forms.scss */
.webforms-submit-success-story button {
  float: right;
  margin-right: 115px;
}

/* line 411, ../sass/partials/_forms.scss */
.webforms-fields-comment {
  float: none !important;
  display: block;
}

/* line 412, ../sass/partials/_forms.scss */
.address-button {
  float: left;
  clear: left;
}

/* line 414, ../sass/partials/_forms.scss */
.dollar-input {
  background: url(../images/gui/dollar_sign.jpg) 1% 50% no-repeat;
  padding-left: 13px !important;
}

/* line 415, ../sass/partials/_forms.scss */
input.input-text.validation-failed.dollar-input {
  background: url(../images/gui/error_dollar_sign.jpg) 1% 50% no-repeat #fff7f5 !important;
  padding-left: 13px !important;
}

/*review-form*/
/* line 420, ../sass/partials/_forms.scss */
.ratings-special-div.validation-error {
  background-image: none !important;
}

/* line 421, ../sass/partials/_forms.scss */
.no-professor .ratings-special-div .validation-advice {
  margin-top: -20px;
}

/* Zoho lead forms */
/* line 424, ../sass/partials/_forms.scss */
.lead-form-container {
  -moz-box-shadow: 0 0 15px #333;
  -webkit-box-shadow: 0 0 15px #333;
  box-shadow: 0 0 15px #333;
  background-color: #d4d1e3;
  color: #564f7d;
  width: 300px;
  z-index: 300;
}

/* line 425, ../sass/partials/_forms.scss */
.hp-form-wrapper {
  background-color: #fff;
  padding: 10px 0px;
  text-align: center;
  width: 100%;
}

/* line 426, ../sass/partials/_forms.scss */
.hp-btn-wrapper {
  padding: 11px 13px 14px 13px;
  color: #444;
}

/* line 427, ../sass/partials/_forms.scss */
.form-wrapper {
  float: left;
  clear: left;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
}

/* line 428, ../sass/partials/_forms.scss */
.form-left {
  width: 48%;
  float: left;
  text-align: left;
  border-right: 1px dotted #1590b0;
}

/* line 429, ../sass/partials/_forms.scss */
.form-right {
  width: 48%;
  float: right;
  text-align: right;
  line-height: 110%;
}

/* line 431, ../sass/partials/_forms.scss */
.hp-form {
  width: 100%;
  text-align: left;
}

/* line 432, ../sass/partials/_forms.scss */
.hp-form-label {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  margin-top: 10px;
}

/* line 433, ../sass/partials/_forms.scss */
.hp-form-field {
  display: block;
  width: 100%;
  padding: 7px 5px !important;
  box-shadow: inset 1px 1px 3px #666;
  -moz-box-shadow: inset 1px 1px 3px #666;
  -webkit-box-shadow: inset 1px 1px 3px #666;
  border: none;
  font-family: robotoregular !important;
}

/* line 434, ../sass/partials/_forms.scss */
.hp-form-field.phone {
  width: 50% !important;
}

/* line 437, ../sass/partials/_forms.scss */
.short-form .short-fields-wrapper {
  width: 48%;
}

/* line 438, ../sass/partials/_forms.scss */
.short-form .short-fields-wrapper.left {
  float: left;
}

/* line 439, ../sass/partials/_forms.scss */
.short-form .short-fields-wrapper.right {
  float: right;
}

/* line 440, ../sass/partials/_forms.scss */
.short-form .hp-form .hp-form-label {
  display: none !important;
}

/* line 441, ../sass/partials/_forms.scss */
.short-form .hp-form .hp-form-field {
  margin: 10px 0 2px 0;
}

/* line 442, ../sass/partials/_forms.scss */
.short-form .hp-form .hp-form-field.short-field.left {
  float: left;
}

/* line 443, ../sass/partials/_forms.scss */
.short-form .hp-form .hp-form-field.short-field.right {
  float: right;
}

/* line 444, ../sass/partials/_forms.scss */
.short-form ::-webkit-input-placeholder {
  color: #7f7f7f !important;
  font-size: 12px !important;
  font-family: robotoregular;
}

/* line 445, ../sass/partials/_forms.scss */
.short-form :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #7f7f7f !important;
  font-size: 13px !important;
  opacity: 1;
  font-family: robotoregular;
}

/* line 446, ../sass/partials/_forms.scss */
.short-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #7f7f7f !important;
  font-size: 13px !important;
  opacity: 1;
  font-family: robotoregular;
}

/* line 447, ../sass/partials/_forms.scss */
.short-form :-ms-input-placeholder {
  font-style: italic;
  color: #7f7f7f !important;
  font-size: 13px !important;
  font-family: robotoregular;
}

/* line 448, ../sass/partials/_forms.scss */
.short-form .submit-btn {
  margin-top: 10px;
  font-family: robotoregular;
  font-size: 16px;
  padding: 12px 15px;
}

/* line 450, ../sass/partials/_forms.scss */
.long-form .short-fields-wrapper {
  width: 100%;
}

/* line 451, ../sass/partials/_forms.scss */
.long-form .short-fields-wrapper.left {
  float: none;
}

/* line 452, ../sass/partials/_forms.scss */
.long-form .short-fields-wrapper.right {
  float: none;
}

/* line 453, ../sass/partials/_forms.scss */
.long-form .hp-form .hp-form-field.short-field.left {
  float: none;
}

/* line 454, ../sass/partials/_forms.scss */
.long-form .hp-form .hp-form-field.short-field.right {
  float: none;
}

/* line 455, ../sass/partials/_forms.scss */
.long-form ::-webkit-input-placeholder {
  color: #fff !important;
}

/* line 456, ../sass/partials/_forms.scss */
.long-form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}

/* line 457, ../sass/partials/_forms.scss */
.long-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}

/* line 458, ../sass/partials/_forms.scss */
.long-form :-ms-input-placeholder {
  color: #fff !important;
}

/* line 459, ../sass/partials/_forms.scss */
.long-form .submit-btn {
  margin-top: 15px;
  font-family: robotoregular;
  font-size: 16px;
  padding: 12px 15px;
}

/* line 461, ../sass/partials/_forms.scss */
.hp_validation_message {
  font-size: 11px !important;
  padding: 3px 0 0 !important;
  color: #d91a00 !important;
}

/* line 462, ../sass/partials/_forms.scss */
.hp-validation-failed {
  border: 1px solid #f47d4e !important;
  background-color: #fff7f5 !important;
}

/*New Pricing Button Layout*/
/* line 466, ../sass/partials/_forms.scss */
.button-container-catalog {
  overflow: hidden;
  margin-right: 25px;
  float: none;
}

/* line 467, ../sass/partials/_forms.scss */
.button-container-catalog .button-container-multi-column-1 {
  float: right;
  margin-left: 0px;
  width: 150px;
}

/* line 468, ../sass/partials/_forms.scss */
.button-container-catalog .button-container-multi-column-2 {
  overflow: hidden;
  float: left;
  margin-right: 18px;
  width: 150px;
}

/* line 469, ../sass/partials/_forms.scss */
.button-container-catalog .button-container-multi-column-border {
  height: 125px;
  width: 1px;
  border-right: 1px solid #e9efc7;
  float: left;
}

/* line 470, ../sass/partials/_forms.scss */
.button-container-catalog .button-container-multi-column-border span {
  display: none;
}

/* line 471, ../sass/partials/_forms.scss */
.button-container-catalog .button-container-multi-column-border-right {
  height: 125px;
  width: 1px;
  border-right: 1px solid #ccc;
  float: left;
  margin-left: 158px;
}

/* line 473, ../sass/partials/_forms.scss */
.button-container-product {
  overflow: hidden;
  margin-right: 0px;
  float: none;
}

/* line 474, ../sass/partials/_forms.scss */
.button-container-product .button-container-multi-column-1 {
  float: left;
  margin-left: 0px;
  width: 152px;
  padding: 18px 18px 8px 18px;
  border: 1px solid #cedf9f;
  background-color: #f5f9e7;
}

/* line 475, ../sass/partials/_forms.scss */
.button-container-product .button-container-multi-column-2 {
  overflow: visible;
  float: left;
  margin-right: 0px;
  width: 152px;
  padding: 18px 18px 8px 18px;
  border: 1px solid #cedf9f;
  background-color: #f5f9e7;
}

/* line 476, ../sass/partials/_forms.scss */
.button-container-product .button-container-multi-column-border {
  padding: 10px 0;
  text-align: center;
  display: inline-block;
}

/* line 477, ../sass/partials/_forms.scss */
.button-container-product .button-container-multi-column-border span {
  text-align: center;
  margin-left: 80px;
}

/* line 478, ../sass/partials/_forms.scss */
.button-container-product .button-container-multi-column-border-right {
  display: none;
}

/* line 479, ../sass/partials/_forms.scss */
.button-container-product .price-box {
  font-size: 32px;
}

/* line 482, ../sass/partials/_forms.scss */
.cancel-link {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 25px 45px 25px 0px;
}

/* line 483, ../sass/partials/_forms.scss */
.cancel-link a {
  color: #393939;
  font-family: robotobold;
  text-decoration: underline;
  text-shadow: 1px 1px 0px #FFF;
}

/*	----- style override for webform "Career Goals" form ID 10 -----	*/
/* line 488, ../sass/partials/_forms.scss */
form#webform_10 li.wide {
  display: inline-block;
}

/*	----- style override for webform "ACE Transfer" form ID 4 -----	*/
/* line 495, ../sass/partials/_forms.scss */
form#webform_4 .webforms-fields-comment {
  margin-bottom: 0 !important;
}

/* line 499, ../sass/partials/_forms.scss */
form#webform_4 label[for="field_146"],
form#webform_4 label[htmlFor="field_146"] {
  display: none;
}

/* line 503, ../sass/partials/_forms.scss */
form#webform_4 div.input-box input[type="checkbox"] {
  margin-right: 5px;
}

/* line 507, ../sass/partials/_forms.scss */
form#webform_4 label.undecided-field {
  line-height: 100%;
  /* fix checkbox in-line alignment! */
}

/* line 514, ../sass/partials/_forms.scss */
form.webforms-degree-plan-request .webforms-fields-optin_selector input[type="checkbox"] {
  margin: 2px 5px 0 0;
}
/* line 515, ../sass/partials/_forms.scss */
form.webforms-degree-plan-request .webforms-fields-optin_selector label {
  display: none;
}
/* line 517, ../sass/partials/_forms.scss */
form.webforms-degree-plan-request .webforms-fields-optin_selector ul input {
  display: inline !important;
}
/* line 518, ../sass/partials/_forms.scss */
form.webforms-degree-plan-request .webforms-fields-optin_selector ul label {
  display: inline !important;
  float: none;
  line-height: 16px;
}

/*Icons================================================================================================================================================================================================================================================*/
/* line 3, ../sass/partials/_icons.scss */
.icon, .icon-social, .icon-facebook, .icon-google, .icon-twitter, .icon-youtube, .icon-linkedin, .icon-facebook-white, .icon-google-white, .icon-chat, .icon-colleges, .icon-courses, .icon-employers, .icon-myline, .icon-online, .icon-paths, .icon-professor, .icon-phone, .icon-blue-right, .icon-savings-gray, .icon-search, .icon-submit, .icon-tests, .icon-works, .icon-close, .icon-guarantee, .icon-back, .icon-savings-blue-large, .icon-like, .icon-savings-blue-small, .icon-cohortbased, .icon-selfpaced, .icon-college, .icon-college-prep, .icon-english, .icon-humanities, .icon-mathematics, .icon-science, .icon-business, .icon-chat-gray, .icon-plus, .icon-languages, .icon-technology {
  background-image: url(../images/icons/icons.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0px 0px;
  padding-left: 23px;
}

/* line 4, ../sass/partials/_icons.scss */
.icon-social, .icon-facebook, .icon-google, .icon-twitter, .icon-youtube, .icon-linkedin, .icon-facebook-white, .icon-google-white {
  height: 30px;
  width: 30px;
  display: block;
  padding-left: 0px;
}

/* line 5, ../sass/partials/_icons.scss */
.icon-chat {
  background-position: 0px 0px;
  padding-bottom: 1px;
}

/* line 6, ../sass/partials/_icons.scss */
.icon-colleges {
  background-position: 0px -30px;
}

/* line 7, ../sass/partials/_icons.scss */
.icon-courses {
  background-position: 0px -60px;
}

/* line 8, ../sass/partials/_icons.scss */
.icon-employers {
  background-position: 0px -90px;
}

/* line 9, ../sass/partials/_icons.scss */
.icon-myline {
  background-position: 0px -120px;
}

/* line 10, ../sass/partials/_icons.scss */
.icon-online {
  background-position: 46px -151px;
  padding-top: 29px;
  height: 0px;
}

/* line 11, ../sass/partials/_icons.scss */
.icon-paths {
  background-position: 0px -180px;
}

/* line 12, ../sass/partials/_icons.scss */
.icon-professor {
  background-position: 0px -210px;
}

/* line 13, ../sass/partials/_icons.scss */
.icon-phone {
  background-position: 0px -240px;
}

/* line 14, ../sass/partials/_icons.scss */
.icon-blue-right {
  background-position: 0px -270px;
}

/* line 15, ../sass/partials/_icons.scss */
.icon-savings-gray {
  background-position: 0px -300px;
  padding-bottom: 6px;
}

/* line 16, ../sass/partials/_icons.scss */
.icon-search {
  background-position: 0px -330px;
  padding-bottom: 4px;
}

/* line 17, ../sass/partials/_icons.scss */
.icon-submit {
  background-position: 0px -360px;
}

/* line 18, ../sass/partials/_icons.scss */
.icon-tests {
  background-position: 0px -390px;
}

/* line 19, ../sass/partials/_icons.scss */
.icon-works {
  background-position: 0px -420px;
}

/* line 20, ../sass/partials/_icons.scss */
.icon-close {
  background-position: 0px -450px;
  padding-bottom: 4px;
}

/* line 21, ../sass/partials/_icons.scss */
.icon-guarantee {
  background-position: 0px -480px;
  padding-left: 50px;
}

/* line 22, ../sass/partials/_icons.scss */
.icon-facebook {
  background-position: 0px -530px;
}

/* line 23, ../sass/partials/_icons.scss */
.icon-google {
  background-position: 0px -570px;
}

/* line 24, ../sass/partials/_icons.scss */
.icon-twitter {
  background-position: 0px -610px;
}

/* line 25, ../sass/partials/_icons.scss */
.icon-youtube {
  background-position: 0px -650px;
}

/* line 26, ../sass/partials/_icons.scss */
.icon-linkedin {
  background-position: 0px -690px;
}

/* line 27, ../sass/partials/_icons.scss */
.icon-facebook-white {
  background-position: 0px -730px;
}

/* line 28, ../sass/partials/_icons.scss */
.icon-google-white {
  background-position: 0px -770px;
}

/* line 29, ../sass/partials/_icons.scss */
.icon-back {
  background-position: 0px -796px;
  padding-left: 10px;
}

/* line 30, ../sass/partials/_icons.scss */
.icon-savings-blue-large {
  background-position: 0px -820px;
  padding-left: 31px;
  height: 25px;
  line-height: 25px;
}

/* line 31, ../sass/partials/_icons.scss */
.icon-like {
  background-position: 1px -860px;
  padding-left: 29px;
  height: 23px;
  line-height: 21px;
}

/* line 32, ../sass/partials/_icons.scss */
.icon-savings-blue-small {
  background-position: 0px -900px;
}

/* line 33, ../sass/partials/_icons.scss */
.icon-cohortbased {
  background-position: 0px -940px;
}

/* line 34, ../sass/partials/_icons.scss */
.icon-tests {
  background-position: 0px -990px;
}

/* line 35, ../sass/partials/_icons.scss */
.icon-selfpaced {
  background-position: 0px -1040px;
}

/* line 36, ../sass/partials/_icons.scss */
.icon-college {
  background-position: 0px -1090px;
  padding-left: 28px;
}

/* line 37, ../sass/partials/_icons.scss */
.icon-college-prep {
  background-position: 0px -1090px;
  padding-left: 28px;
}

/* line 38, ../sass/partials/_icons.scss */
.icon-english {
  background-position: 0px -1130px;
  padding-left: 28px;
}

/* line 39, ../sass/partials/_icons.scss */
.icon-humanities {
  background-position: 0px -1170px;
}

/* line 40, ../sass/partials/_icons.scss */
.icon-mathematics {
  background-position: 0px -1210px;
  padding-left: 25px;
}

/* line 41, ../sass/partials/_icons.scss */
.icon-science {
  background-position: 0px -1250px;
}

/* line 42, ../sass/partials/_icons.scss */
.icon-business {
  background-position: 0px -1290px;
  padding-left: 30px;
}

/* line 43, ../sass/partials/_icons.scss */
.icon-chat-gray {
  background-position: 0px -1330px;
  padding-left: 30px;
  padding-bottom: 7px;
}

/* line 44, ../sass/partials/_icons.scss */
.icon-plus {
  background-position: 0px -1370px;
  padding-left: 18px;
  padding-bottom: 7px;
}

/* line 45, ../sass/partials/_icons.scss */
.icon-languages {
  background-position: 0px -1400px;
  padding-left: 25px;
}

/* line 46, ../sass/partials/_icons.scss */
.icon-technology {
  background-position: 0px -1475px;
  padding-left: 25px;
}

/* line 48, ../sass/partials/_icons.scss */
.icon-blue, .icon-college-blue, .icon-college-prep-blue, .icon-english-blue, .icon-humanities-blue, .icon-mathematics-blue, .icon-science-blue, .icon-business-blue, .icon-languages-blue, .icon-technology-blue {
  background-image: url(../images/icons/icons-blue.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0px 0px;
  padding-left: 35px;
}

/* line 49, ../sass/partials/_icons.scss */
.icon-college-blue {
  background-position: 0px -199px;
}

/* line 50, ../sass/partials/_icons.scss */
.icon-college-prep-blue {
  background-position: 0px -199px;
}

/* line 51, ../sass/partials/_icons.scss */
.icon-english-blue {
  background-position: 0px 0px;
}

/* line 52, ../sass/partials/_icons.scss */
.icon-humanities-blue {
  background-position: 0px -41px;
}

/* line 53, ../sass/partials/_icons.scss */
.icon-mathematics-blue {
  background-position: 0px -80px;
}

/* line 54, ../sass/partials/_icons.scss */
.icon-science-blue {
  background-position: 0px -120px;
}

/* line 55, ../sass/partials/_icons.scss */
.icon-business-blue {
  background-position: 0px -160px;
}

/* line 56, ../sass/partials/_icons.scss */
.icon-languages-blue {
  background-position: 0px -232px;
}

/* line 57, ../sass/partials/_icons.scss */
.icon-technology-blue {
  background-position: 0px -270px;
}

/*Flags================================================================================================================================================================================================================================================*/
/*
.flag{background-repeat: no-repeat;background-color: transparent;background-position: 0px 0px;font-size: 12px; font-family: 'ubuntubold';color:#f9f8f2;position:absolute;}
.coming-soon-flag{@extend .flag;background-image: url(../images/gui/ribbon_soon_bg.png);padding: 4px 0 15px 16px;width: 94px;text-align: left;}
.new-flag{@extend .flag;background-image: url(../images/gui/ribbon_new_bg.png);padding: 4px 0 15px 19px;width: 43px;text-align: left;}
.popular-flag{@extend .flag;background-image: url(../images/gui/ribbon_popular_bg.png);padding: 2px 0 15px 14px;width: 69px;text-align: left;}
*/
/* line 71, ../sass/partials/_icons.scss */
.flag {
  position: relative;
  background-color: #999;
  *height: 24px;
  *width: 98px;
}

/* line 77, ../sass/partials/_icons.scss */
.flag-content {
  color: #fff;
  text-shadow: -1px -1px 0px rgba(51, 51, 51, 0.35);
  font-size: 12px;
  background: inherit;
  min-width: 70px;
  font-family: robotobold;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  line-height: 160%;
  height: 20px;
  *line-height: 150%;
}

@-moz-document url-prefix() {
  /* line 92, ../sass/partials/_icons.scss */
  .flag-content {
    height: 19px;
  }
}

/* LEFT ALIGNED FLAG */
/* line 96, ../sass/partials/_icons.scss */
.flag-wrapper-left {
  position: absolute;
  top: -10px;
  left: -37px;
  *left: -26px;
}

/* line 97, ../sass/partials/_icons.scss */
.flag-thumbnail-wrapper {
  position: absolute;
  top: -15px;
  left: -22px;
}

/* line 99, ../sass/partials/_icons.scss */
.flag-content.flag-left {
  padding-left: 8px;
  text-align: left;
  float: left;
}

/* line 104, ../sass/partials/_icons.scss */
.flag.flag-left:after, .flag.flag-left:before {
  content: "";
  float: left;
  border-width: 10px;
  border-style: solid;
  border-color: #999;
}

/* line 111, ../sass/partials/_icons.scss */
.flag.flag-left:before {
  position: relative;
  border-left-color: transparent !important;
  left: 8px;
  top: 20px;
  border-width: 4px 4px;
  border-style: solid;
  border-color: #333 #333 transparent transparent;
  *border: none !important;
}

@-moz-document url-prefix() {
  /* line 122, ../sass/partials/_icons.scss */
  .flag.flag-left:before {
    top: 19px;
  }
}

/* line 124, ../sass/partials/_icons.scss */
.flag.flag-left:after {
  border-right-color: transparent !important;
}

/* RIGHT ALIGNED FLAG */
/* line 129, ../sass/partials/_icons.scss */
.flag-wrapper-right {
  position: absolute;
  top: -10px;
  right: -37px;
  *right: -26px;
}

/* line 131, ../sass/partials/_icons.scss */
.flag-content.flag-right {
  padding-right: 8px;
  text-align: right;
  float: right;
}

/* line 136, ../sass/partials/_icons.scss */
.flag.flag-right:after, .flag.flag-right:before {
  content: "";
  float: right;
  border-width: 10px;
  border-style: solid;
  border-color: #999;
}

/* line 143, ../sass/partials/_icons.scss */
.flag.flag-right:before {
  position: relative;
  border-right-color: transparent !important;
  right: 8px;
  top: 20px;
  border-width: 4px 4px;
  border-style: solid;
  border-color: #333 transparent transparent #333;
  *border: none !important;
}

@-moz-document url-prefix() {
  /* line 154, ../sass/partials/_icons.scss */
  .flag.flag-right:before {
    top: 19px;
  }
}

/* line 156, ../sass/partials/_icons.scss */
.flag.flag-right:after {
  border-left-color: transparent !important;
}

/* FLAG COLORS */
/* line 162, ../sass/partials/_icons.scss */
.flag.popular {
  background-color: #ecb82e !important;
}

/* IE7 Fallback */
/* line 164, ../sass/partials/_icons.scss */
.flag.flag-left.popular {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 0;
  *background-repeat: no-repeat;
}

/* line 169, ../sass/partials/_icons.scss */
.flag.flag-right.popular {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -120px;
  *background-repeat: no-repeat;
}

/* line 174, ../sass/partials/_icons.scss */
.flag.flag-right.popular:after {
  border-color: #ecb82e;
  *border: none !important;
}

/* line 175, ../sass/partials/_icons.scss */
.flag.flag-left.popular:after {
  border-color: #ecb82e;
  *border: none !important;
}

/* line 178, ../sass/partials/_icons.scss */
.flag.sale {
  background-color: #ec6a20 !important;
}

/* IE7 Fallback */
/* line 180, ../sass/partials/_icons.scss */
.flag.flag-left.sale {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -24px;
  *background-repeat: no-repeat;
}

/* line 185, ../sass/partials/_icons.scss */
.flag.flag-right.sale {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -144px;
  *background-repeat: no-repeat;
}

/* line 190, ../sass/partials/_icons.scss */
.flag.flag-right.sale:after {
  border-color: #ec6a20;
  *border: none !important;
}

/* line 191, ../sass/partials/_icons.scss */
.flag.flag-left.sale:after {
  border-color: #ec6a20;
  *border: none !important;
}

/* line 194, ../sass/partials/_icons.scss */
.flag.professor {
  background-color: #64001c !important;
}

/* IE7 Fallback */
/* line 196, ../sass/partials/_icons.scss */
.flag.flag-left.professor {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -48px;
  *background-repeat: no-repeat;
}

/* line 201, ../sass/partials/_icons.scss */
.flag.flag-right.professor {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -168px;
  *background-repeat: no-repeat;
}

/* line 206, ../sass/partials/_icons.scss */
.flag.flag-right.professor:after {
  border-color: #64001c;
  *border: none !important;
}

/* line 207, ../sass/partials/_icons.scss */
.flag.flag-left.professor:after {
  border-color: #64001c;
  *border: none !important;
}

/* line 210, ../sass/partials/_icons.scss */
.flag.new {
  background-color: #2f7ebf !important;
}

/* IE7 Fallback */
/* line 212, ../sass/partials/_icons.scss */
.flag.flag-left.new {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -72px;
  *background-repeat: no-repeat;
}

/* line 217, ../sass/partials/_icons.scss */
.flag.flag-right.new {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -192px;
  *background-repeat: no-repeat;
}

/* line 222, ../sass/partials/_icons.scss */
.flag.flag-right.new:after {
  border-color: #2f7ebf;
  *border: none !important;
}

/* line 223, ../sass/partials/_icons.scss */
.flag.flag-left.new:after {
  border-color: #2f7ebf;
  *border: none !important;
}

/* line 226, ../sass/partials/_icons.scss */
.flag.updated {
  background-color: #108c95 !important;
}

/* IE7 Fallback */
/* line 228, ../sass/partials/_icons.scss */
.flag.flag-left.updated {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -96px;
  *background-repeat: no-repeat;
}

/* line 233, ../sass/partials/_icons.scss */
.flag.flag-right.updated {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -216px;
  *background-repeat: no-repeat;
}

/* line 238, ../sass/partials/_icons.scss */
.flag.flag-right.updated:after {
  border-color: #108c95;
  *border: none !important;
}

/* line 239, ../sass/partials/_icons.scss */
.flag.flag-left.updated:after {
  border-color: #108c95;
  *border: none !important;
}

/* line 242, ../sass/partials/_icons.scss */
.flag.coming-soon {
  background-color: #999 !important;
  *width: 118px;
}

/* IE7 Fallback */
/* line 244, ../sass/partials/_icons.scss */
.flag.flag-left.coming-soon {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -240px;
  *background-repeat: no-repeat;
}

/* line 249, ../sass/partials/_icons.scss */
.flag.flag-right.coming-soon {
  *background-color: transparent !important;
  *background-image: url(../images/flags.png);
  *background-position: 0 -264px;
  *background-repeat: no-repeat;
}

/* line 254, ../sass/partials/_icons.scss */
.flag.flag-right.coming-soon:after {
  border-color: #999;
  *border: none !important;
}

/* line 255, ../sass/partials/_icons.scss */
.flag.flag-left.coming-soon:after {
  border-color: #999;
  *border: none !important;
}

/* Sidebar =============================================================================== */
/* line 2, ../sass/partials/_sidebar.scss */
.sidebar .callout {
  display: block;
  margin: 10px 0;
}

/* Generic Block */
/* line 6, ../sass/partials/_sidebar.scss */
.block .block-title {
  font-size: 18px;
  font-style: italic;
}

/* line 7, ../sass/partials/_sidebar.scss */
.block .block-content {
  margin-top: 5px;
}

/* line 8, ../sass/partials/_sidebar.scss */
.sidebar .block .btn-remove {
  color: #222;
  margin-right: 3px;
}

/* line 9, ../sass/partials/_sidebar.scss */
.sidebar .block .btn-remove a {
  color: #222 !important;
  text-decoration: none !important;
}

/* line 10, ../sass/partials/_sidebar.scss */
.sidebar .block .actions {
  margin: 8px 0 0;
  text-align: right;
}

/* line 11, ../sass/partials/_sidebar.scss */
.sidebar .block .actions a {
  float: left;
  color: #999;
  margin-top: 3px;
}

/* line 12, ../sass/partials/_sidebar.scss */
.sidebar .block .actions button.button {
  float: right;
}

/* line 15, ../sass/partials/_sidebar.scss */
.sidebar .block li a.btn-previous,
.sidebar .block li a.btn-remove {
  float: right;
  width: 13px;
  height: 0;
  padding-top: 12px;
  margin-top: 3px;
  overflow: hidden;
  background: url(../images/btn_remove.gif) no-repeat 0 0;
}

/* line 16, ../sass/partials/_sidebar.scss */
.sidebar .block li a.btn-previous {
  background: url(../images/bkg_icon-back.png) no-repeat 0 0;
}

/* Block: Layered Navigation */
/* line 21, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav {
  background: none;
}

/* line 22, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav .block-title {
  padding: 26px 17px 12px;
  /* border-bottom:1px solid #d1d1d1; */
}

/* line 23, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav .block-title h2 {
  font-size: 18px;
  color: #111;
}

/* line 24, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav .block-subtitle {
  display: none;
}

/* line 25, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav .block-content {
  padding: 0;
}

/* line 26, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav dl {
  padding: 10px 14px 17px 17px;
}

/* line 27, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav dt {
  margin: 2px 0 0;
  font-weight: bold;
  font-size: 12px;
  color: #222;
}

/* line 28, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav dd {
  margin: 0 0 13px;
  color: #666;
}

/* line 29, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav dd.last {
  margin: 0;
}

/* line 30, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav dd li {
  margin: 2px 0;
}

/* line 31, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav dd a {
  color: #222;
  text-decoration: none;
}

/* line 32, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav dd a:hover {
  text-decoration: underline;
}

/* line 33, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav .currently {
  border: 1px solid #d1d1d1;
  border-width: 1px 0;
  padding: 10px 10px 10px 17px;
  margin-bottom: -1px;
  background: #f4f4f4 url(../images/bkg_currently.gif) repeat-x 0 -20px;
}

/* line 34, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav .currently .block-subtitle {
  display: block;
  margin-bottom: 5px;
}

/* line 35, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav .currently li {
  padding: 5px 26px 5px 0;
  color: #444;
  position: relative;
  z-index: 1;
}

/* line 36, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav .currently li .btn-remove {
  position: absolute;
  right: -7px;
  top: 4px;
}

/* line 37, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav .currently li .btn-previous {
  position: absolute;
  right: 12px;
  top: 4px;
}

/* line 38, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav .currently .label {
  font-weight: bold;
  color: #d33911;
  font-size: 12px;
  display: inline-block;
}

/* line 39, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav .currently .value {
  display: inline-block;
}

/* line 40, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav .actions {
  text-align: right;
  padding: 5px 7px;
  margin: 1px 0 -1px;
  background: #f4f4f4;
  border-bottom: 1px solid #d1d1d1;
}

/* line 41, ../sass/partials/_sidebar.scss */
.sidebar .block-layered-nav .actions a {
  float: none;
}

/* line 44, ../sass/partials/_sidebar.scss */
.block-products .mini-products-list .product-details {
  margin-left: 65px;
}

/* Block: List */
/* line 49, ../sass/partials/_sidebar.scss */
.block-list li.item {
  padding-bottom: 5px;
}

/*Sidebar Navigation Styles*/
/* line 53, ../sass/partials/_sidebar.scss */
.sidebar .block-navigation {
  padding: 12px 20px;
  margin-bottom: 15px;
}
/* line 53, ../sass/partials/_sidebar.scss */
.sidebar .block-navigation li {
  margin-bottom: 10px;
}
/* line 53, ../sass/partials/_sidebar.scss */
.sidebar .block-navigation a {
  color: #5e5e5e;
}
/* line 53, ../sass/partials/_sidebar.scss */
.sidebar .block-navigation a.active {
  color: #027e9d;
  cursor: default;
}
/* line 53, ../sass/partials/_sidebar.scss */
.sidebar .block-navigation a.active:hover {
  text-decoration: none;
}
/* line 53, ../sass/partials/_sidebar.scss */
.sidebar .block-navigation .link-header {
  margin-top: 35px;
}

/* ======================================================================================= */
/*fonts*/
/*colors*/
/*layout */
/* line 4, ../sass/partials/_spiff.scss */
.widget-static-block p {
  margin-bottom: 0px;
}

/*Home Page Spiffs*/
/* line 7, ../sass/partials/_spiff.scss */
.spiff-link-wrapper {
  color: #5e5e5e;
}

/* line 8, ../sass/partials/_spiff.scss */
.spiff-link-wrapper:hover {
  color: #2da3c1;
  text-decoration: none !important;
}

/* line 9, ../sass/partials/_spiff.scss */
.spiff-home-course {
  -webkit-box-shadow: #cacaca 0px 1px 5px;
  -moz-box-shadow: #cacaca 0px 1px 5px;
  box-shadow: #cacaca 0px 1px 5px;
  outline: 1px solid #cccccc;
  border-top: 4px solid #dceaa1;
  border-bottom: 4px solid #dceaa1;
  height: 295px;
  width: 308px;
  position: relative;
}
/* line 9, ../sass/partials/_spiff.scss */
.spiff-home-course .content-top {
  margin: 70px 0 20px 20px;
}
/* line 9, ../sass/partials/_spiff.scss */
.spiff-home-course .content-bottom {
  margin-left: 20px;
}
/* line 9, ../sass/partials/_spiff.scss */
.spiff-home-course .icon-online {
  position: absolute;
  right: 30px;
  bottom: 25px;
}

/* line 10, ../sass/partials/_spiff.scss */
.spiff-home-course:hover {
  -webkit-box-shadow: #a1a1a1 1px 1px 6px;
  -moz-box-shadow: #a1a1a1 1px 1px 6px;
  box-shadow: #a1a1a1 1px 1px 6px;
  opacity: 0.8;
}

/*Course Categories*/
/* line 14, ../sass/partials/_spiff.scss */
.business {
  background: url(../images/spiff/home-business-spiff.jpg) 0 0 no-repeat transparent;
}

/* line 15, ../sass/partials/_spiff.scss */
.college-prep {
  background: url(../images/spiff/home-collegeprep-spiff.jpg) 0 0 no-repeat transparent;
}

/* line 16, ../sass/partials/_spiff.scss */
.english {
  background: url(../images/spiff/home-english-spiff.jpg) 0 0 no-repeat transparent;
}

/* line 17, ../sass/partials/_spiff.scss */
.foreign-languages {
  background: url(../images/spiff/home-foreignlanguages-spiff.jpg) 0 0 no-repeat transparent;
}

/* line 18, ../sass/partials/_spiff.scss */
.humanities {
  background: url(../images/spiff/home-humanities-spiff.jpg) 0 0 no-repeat transparent;
}

/* line 19, ../sass/partials/_spiff.scss */
.mathematics {
  background: url(../images/spiff/home-mathematics-spiff.jpg) 0 0 no-repeat transparent;
}

/* line 20, ../sass/partials/_spiff.scss */
.science {
  background: url(../images/spiff/home-science-spiff.jpg) 0 0 no-repeat transparent;
}

/*Custom Demo SPIFFS*/
/* line 24, ../sass/partials/_spiff.scss */
.spiff-home-algebra {
  background: url(../images/spiff/home-algebra-spiff.jpg) 0 0 no-repeat transparent;
  height: 295px;
  width: 308px;
  position: relative;
}
/* line 24, ../sass/partials/_spiff.scss */
.spiff-home-algebra .content-top {
  margin: 70px 0 20px 20px;
}
/* line 24, ../sass/partials/_spiff.scss */
.spiff-home-algebra .content-bottom {
  margin-left: 20px;
}
/* line 24, ../sass/partials/_spiff.scss */
.spiff-home-algebra .icon-online {
  position: absolute;
  right: 30px;
  bottom: 25px;
}

/* line 26, ../sass/partials/_spiff.scss */
.spiff-link-wrapper:hover .spiff-home-algebra {
  -webkit-box-shadow: #a1a1a1 1px 1px 6px;
  -moz-box-shadow: #a1a1a1 1px 1px 6px;
  box-shadow: #a1a1a1 1px 1px 6px;
  opacity: 0.8;
}

/* line 27, ../sass/partials/_spiff.scss */
.spiff-home-business {
  background: url(../images/spiff/home-business-spiff.jpg) 0 0 no-repeat transparent;
  height: 295px;
  width: 308px;
  position: relative;
}
/* line 27, ../sass/partials/_spiff.scss */
.spiff-home-business .content-top {
  width: 165px;
  margin: 70px 0 18px 20px;
}
/* line 27, ../sass/partials/_spiff.scss */
.spiff-home-business .content-top h1 {
  line-height: 26px;
}
/* line 27, ../sass/partials/_spiff.scss */
.spiff-home-business .content-bottom {
  margin-left: 20px;
}
/* line 27, ../sass/partials/_spiff.scss */
.spiff-home-business .icon-online {
  position: absolute;
  right: 30px;
  bottom: 25px;
}

/* line 29, ../sass/partials/_spiff.scss */
.spiff-link-wrapper:hover .spiff-home-business {
  -webkit-box-shadow: #a1a1a1 1px 1px 6px;
  -moz-box-shadow: #a1a1a1 1px 1px 6px;
  box-shadow: #a1a1a1 1px 1px 6px;
  opacity: 0.8;
}

/* Category SPIFF banners */
/* line 33, ../sass/partials/_spiff.scss */
.catalog-category-view .widget-banner-inline {
  display: inline;
  float: left;
}
/* line 33, ../sass/partials/_spiff.scss */
.catalog-category-view .widget-banner-inline ul {
  display: inline;
}
/* line 33, ../sass/partials/_spiff.scss */
.catalog-category-view .widget-banner-inline li {
  display: inline;
}

/* line 34, ../sass/partials/_spiff.scss */
.category-spiff-wrapper.col4-set .col-1 {
  width: 310px;
}
/* line 34, ../sass/partials/_spiff.scss */
.category-spiff-wrapper.col4-set .col-2 {
  width: 195px;
}
/* line 34, ../sass/partials/_spiff.scss */
.category-spiff-wrapper.col4-set .col-3 {
  width: 202px;
}
/* line 34, ../sass/partials/_spiff.scss */
.category-spiff-wrapper.col4-set .col-4 {
  width: 202px;
}

/* line 35, ../sass/partials/_spiff.scss */
.wgu-credit-spiff {
  height: 146px;
  overflow: hidden;
  width: 310px;
}
/* line 35, ../sass/partials/_spiff.scss */
.wgu-credit-spiff .col-1 {
  width: 132px !important;
  padding: 14px 0;
}
/* line 35, ../sass/partials/_spiff.scss */
.wgu-credit-spiff .col-2 {
  width: 164px !important;
  padding-top: 25px;
}

/* line 36, ../sass/partials/_spiff.scss */
.spiff-free-course {
  height: 146px;
  overflow: hidden;
  width: 200px;
}
/* line 36, ../sass/partials/_spiff.scss */
.spiff-free-course h1 {
  line-height: 22px;
}

/* line 37, ../sass/partials/_spiff.scss */
.spiff-subscriptions {
  height: 146px;
  overflow: hidden;
  padding: 0 9px;
  width: 182px;
}
/* line 37, ../sass/partials/_spiff.scss */
.spiff-subscriptions .popular {
  padding-top: 5px;
  color: #027e9d;
}
/* line 37, ../sass/partials/_spiff.scss */
.spiff-subscriptions .col2-set {
  margin-bottom: 13px;
}
/* line 37, ../sass/partials/_spiff.scss */
.spiff-subscriptions .col-1 {
  width: 106px !important;
  font-size: 15px;
  color: #027e9d;
  font-family: robotobold;
}
/* line 37, ../sass/partials/_spiff.scss */
.spiff-subscriptions .col-2 {
  width: 68px !important;
  font-size: 11px;
  font-family: robotobold;
}
/* line 37, ../sass/partials/_spiff.scss */
.spiff-subscriptions .col-2 .positioned {
  position: relative;
  padding-left: 25px;
  line-height: 11px;
}
/* line 37, ../sass/partials/_spiff.scss */
.spiff-subscriptions .col-2 .positioned .icon-savings-gray {
  position: absolute;
  left: 1px;
  height: 15px;
  top: 0px;
}

/* line 38, ../sass/partials/_spiff.scss */
.spiff-wgu-transfer {
  height: 146px;
  overflow: hidden;
  padding: 0 15px;
  width: 170px;
}
/* line 38, ../sass/partials/_spiff.scss */
.spiff-wgu-transfer .display-number {
  font-size: 65px;
  text-align: center;
  line-height: 64px;
  color: #9d9d9d;
}

/* line 39, ../sass/partials/_spiff.scss */
.spiff-82-complete {
  height: 146px;
  overflow: hidden;
  padding: 0 14px;
  width: 171px;
  margin-right: 0px;
}
/* line 39, ../sass/partials/_spiff.scss */
.spiff-82-complete .display-number {
  font-size: 65px;
  text-align: center;
  line-height: 64px;
  color: #9d9d9d;
}

/* line 40, ../sass/partials/_spiff.scss */
.spiff-get-started {
  width: 470px;
  height: 240px;
  overflow: hidden;
  margin-right: 20px;
}
/* line 40, ../sass/partials/_spiff.scss */
.spiff-get-started .padding-wrapper {
  margin: 16px 20px 20px;
}

/* line 41, ../sass/partials/_spiff.scss */
.spiff-become-professor {
  width: 470px;
  height: 240px;
  overflow: hidden;
}
/* line 41, ../sass/partials/_spiff.scss */
.spiff-become-professor .padding-wrapper {
  margin: 16px 20px 20px;
}
/* line 41, ../sass/partials/_spiff.scss */
.spiff-become-professor .col-1 {
  width: 170px;
}
/* line 41, ../sass/partials/_spiff.scss */
.spiff-become-professor .col-2 {
  width: 250px;
}

/* line 42, ../sass/partials/_spiff.scss */
.spiff-rockstar-professor a:hover {
  text-decoration: none;
}

/*Press release spiffs*/
/* line 46, ../sass/partials/_spiff.scss */
.press-release-set {
  margin: 1px 0 25px;
}
/* line 46, ../sass/partials/_spiff.scss */
.press-release-set .col-1 {
  width: 310px;
}
/* line 46, ../sass/partials/_spiff.scss */
.press-release-set .col-2 {
  width: 215px;
}
/* line 46, ../sass/partials/_spiff.scss */
.press-release-set .col-3 {
  width: 202px;
  float: left;
}
/* line 46, ../sass/partials/_spiff.scss */
.press-release-set p {
  margin-bottom: 0px;
}

/*fonts*/
/*colors*/
/*layout */
/* Student Stories Slider */
/* line 5, ../sass/partials/_widgets.scss */
.student-stories #slider {
  overflow: hidden;
}

/* line 6, ../sass/partials/_widgets.scss */
.student-stories {
  overflow: hidden;
  height: 359px;
  position: relative;
}

/* line 7, ../sass/partials/_widgets.scss */
.student-stories h5 {
  text-align: center;
  font-family: robotobold;
  font-size: 12px;
  margin: 3px 0 0 0;
}

/* line 8, ../sass/partials/_widgets.scss */
.student-stories .stories-wrap {
  padding: 10px 17px 0 17px;
  overflow: hidden;
}

/* line 9, ../sass/partials/_widgets.scss */
.student-stories .slider-wrapper {
  width: 200px;
}

/* line 10, ../sass/partials/_widgets.scss */
.student-stories .slider-wrapper p {
  margin-top: 10px;
  font-size: 12px;
}

/* line 11, ../sass/partials/_widgets.scss */
.student-stories .slider-wrapper ul li {
  float: left;
  width: 230px;
}

/* line 12, ../sass/partials/_widgets.scss */
.student-stories .slider-wrapper ul li img {
  width: 100%;
  height: 122px;
}

/* line 13, ../sass/partials/_widgets.scss */
.student-stories ul li img {
  margin-top: 5px;
}

/* line 14, ../sass/partials/_widgets.scss */
.student-stories #prevBtn {
  position: absolute;
  top: 219px;
  left: 20px;
}
/* line 14, ../sass/partials/_widgets.scss */
.student-stories #prevBtn a:link {
  width: 12px;
  height: 13px;
  display: block;
  background: url(../images/arrows.png) no-repeat 0 0;
  text-indent: -99999px;
}

/* line 15, ../sass/partials/_widgets.scss */
.student-stories #nextBtn {
  position: absolute;
  top: 219px;
  right: 20px;
}
/* line 15, ../sass/partials/_widgets.scss */
.student-stories #nextBtn a:link {
  width: 12px;
  height: 13px;
  display: block;
  background: url(../images/arrows.png) no-repeat -13px 0;
  text-indent: -99999px;
}

/* line 16, ../sass/partials/_widgets.scss */
.student-stories .story-submit {
  display: block;
  width: 120px;
  height: 18px;
  padding: 0 0 0 25px;
  font-family: robotobold;
  font-size: 11px;
  color: #5e5e5e;
}

/* line 17, ../sass/partials/_widgets.scss */
.std .student-stories p {
  margin-bottom: 0px;
}

/*subscription popup*/
/* line 22, ../sass/partials/_widgets.scss */
.subscription-title {
  font-size: 24px;
  font-family: roboto;
  font-weight: normal;
  margin-bottom: 25px;
}

/* line 23, ../sass/partials/_widgets.scss */
.benefits-bg {
  background: #e5f3f6;
  padding: 5px 25px;
}

/* line 24, ../sass/partials/_widgets.scss */
.subscription-wrapper {
  padding-bottom: 30px;
  background: #fff;
}
/* line 24, ../sass/partials/_widgets.scss */
.subscription-wrapper .btn-cart {
  margin-top: 30px;
  line-height: 10px;
  padding: 15px;
}
/* line 24, ../sass/partials/_widgets.scss */
.subscription-wrapper .popup-set {
  margin-bottom: 60px;
}
/* line 25, ../sass/partials/_widgets.scss */
.subscription-wrapper .membership-wrapper {
  width: 670px;
}
/* line 26, ../sass/partials/_widgets.scss */
.subscription-wrapper .membership-left {
  width: 360px;
}
/* line 27, ../sass/partials/_widgets.scss */
.subscription-wrapper .membership-right {
  width: 270px;
}
/* line 28, ../sass/partials/_widgets.scss */
.subscription-wrapper .info-block-wrapper {
  width: 900px;
}
/* line 29, ../sass/partials/_widgets.scss */
.subscription-wrapper .info-block {
  width: 440px;
  margin-top: 25px;
}
/* line 30, ../sass/partials/_widgets.scss */
.subscription-wrapper .info-block-left {
  width: 340px;
  margin-top: 25px;
}
/* line 31, ../sass/partials/_widgets.scss */
.subscription-wrapper .info-block-center {
  width: 280px;
  margin-top: 25px;
}
/* line 32, ../sass/partials/_widgets.scss */
.subscription-wrapper .info-block-right {
  width: 238px;
  margin-top: 25px;
}
/* line 33, ../sass/partials/_widgets.scss */
.subscription-wrapper .subscription-block {
  position: relative;
  width: 269px;
  padding: 20px 0 0 20px;
  border-top: 4px solid #a8dae6;
  border-bottom: 4px solid #a8dae6;
}
/* line 33, ../sass/partials/_widgets.scss */
.subscription-wrapper .subscription-block ul {
  margin-top: 10px;
}
/* line 33, ../sass/partials/_widgets.scss */
.subscription-wrapper .subscription-block li span {
  font-size: 13px;
}
/* line 33, ../sass/partials/_widgets.scss */
.subscription-wrapper li {
  color: #5e5e5e;
  margin-bottom: 10px;
}
/* line 33, ../sass/partials/_widgets.scss */
.subscription-wrapper li span {
  color: #5e5e5e;
  font-size: 13px;
}
/* line 33, ../sass/partials/_widgets.scss */
.subscription-wrapper .actions {
  position: absolute;
  bottom: 0px;
  font-size: 16px;
  width: 350px;
}

/* line 36, ../sass/partials/_widgets.scss */
.subscription-wrapper .modal-header i.fa-times {
  display: none;
}

/* Advanced UI Elements */
/* line 37, ../sass/styles.scss */
.aui {
  behavior: url(/skin/frontend/straighterline/default/PIE/PIE.php);
  z-index: 1;
  position: relative;
}

/* Clears ================================================================================ */
/* line 122, ../sass/styles.scss */
ul.child-category-list:after,
.compare-outer-wrapper:after,
.MyLineToggleWrapper:after,
.upper-wrapper:after,
.child-category-wrapper:after,
.get-started:after,
.sort-options ol:after,
.category-spiff-wrapper:after,
.breadcrumbs:after,
.account-login .form-list:after,
.social-wrapper ul:after,
.wishlist-management .table-caption:after,
.product-options dt:after,
#bundleProduct:after,
.events-slider:after,
.product-image-popup .nav:after,
.gift-item:after,
.block-content:after,
.block-list li.item:after,
.block-poll li:after,
.currently li:after,
.order-info:after,
.top-cart .actions:after,
.header .quick-access:after,
.product-view .box-related li.item:after,
.bundle-summary .product:after,
.collateral-tabs:after,
.block-cart .block-content .item:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header-panel:after,
#nav:after,
.main:after,
.footer-before-container:after,
.footer-container:after,
.facebook-login:after,
.googleconnect-login:after,
.footer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col5-set:after,
.review-totals:after,
.search-autocomplete li:after,
.block li.item:after,
.block .actions:after,
.mini-products-list li:after,
.cms-index-index .block-featured li.item:after,
.title-buttons:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.products-grid:after,
.products-list li.item:after,
.product-view:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add-tags:after,
.product-options .options-list li:after,
.options-container-small .product-options:after,
.product-options-bottom:after,
.product-review:after,
.box-collateral:after,
.box-collateral .box-content:after,
.collateral-tabs .tab-content:after,
.account-login:after,
.cart .cart-collaterals:after,
.cart:after,
.opc .step-title:after,
.checkout-progress:after,
.form-list li:after,
.form-list li.fields .field:after,
.clearfix:after,
.buttons-set:after,
.buttons-set2:after,
.page-print .print-head:after,
.new-product-spotlight .more-new .item:after,
.addresses-list .col-2 li:after,
.product-view .product-shop:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

/* line 123, ../sass/styles.scss */
.right-new {
  clear: right !important;
  float: right !important;
}

/* line 124, ../sass/styles.scss */
.newmar-b15 {
  float: right;
  margin-bottom: 15px;
  margin-top: 12px;
}

/* line 125, ../sass/styles.scss */
.paypalnew {
  margin-top: 10px;
}

/* line 126, ../sass/styles.scss */
.button-stable {
  float: right;
}

/* line 127, ../sass/styles.scss */
.span-stable {
  float: right;
}

/* line 128, ../sass/styles.scss */
.sidebar .block-navigation a:hover {
  text-decoration: none !important;
  color: #2DA3C1;
}

/* line 129, ../sass/styles.scss */
.sidebar .block-navigation strong {
  font-weight: normal;
  color: #2DA3C1;
}

/* ======================================================================================= */
