.sf-menu,
.sf-menu * {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sf-menu {
  line-height: 1.0;
  z-index: 497;
}
.sf-menu ul {
  left: 0;
  position: absolute;
  top: -99999em;
  width: 12em;
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li {
  float: left;
  position: relative;
  z-index: 498;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  z-index: 499;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  left: 0;
  top: 2.5em;
}
.sf-menu li li:hover > ul,
.sf-menu li li.sfHover > ul {
  left: 12em;
  top: 0;
}
.sf-hidden {
  left: 0 !important;
  top: -99999em !important;
}
.sf-menu a.sf-with-ul {
  min-width: 1px;
}
.sf-sub-indicator {
  background: url('../edu/sites/all/libraries/superfish/images/arrows-ffffff.png') no-repeat -10px -100px;
  display: block;
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 0.75em;
  text-indent: -999em;
  top: 1.05em;
  width: 10px;
}
a > .sf-sub-indicator {
  top: 0.8em;
  background-position: 0 -100px;
}
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
}
.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu.sf-horizontal.sf-shadow ul,
.sf-menu.sf-vertical.sf-shadow ul,
.sf-menu.sf-navbar.sf-shadow ul ul {
  background: url('../edu/sites/all/libraries/superfish/images/shadow.png') no-repeat right bottom;
  padding: 0 8px 9px 0 !important;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.sf-shadow ul.sf-shadow-off {
  background: transparent;
}
.sf-menu.rtl,
.sf-menu.rtl li {
  float: right;
}
.sf-menu.rtl li:hover > ul,
.sf-menu.rtl li.sfHover > ul {
  left: auto;
  right: 0;
}
.sf-menu.rtl li li:hover > ul,
.sf-menu.rtl li li.sfHover > ul {
  left: auto;
  right: 12em;
}
.sf-menu.rtl ul {
  left: auto;
  right: 0;
}
.sf-menu.rtl .sf-sub-indicator {
  left: 0.75em;
  right: auto;
  background: url('../edu/sites/all/libraries/superfish/images/arrows-ffffff-rtl.png') no-repeat -10px -100px;
}
.sf-menu.rtl a > .sf-sub-indicator {
  top: 0.8em;
  background-position: -10px -100px;
}
.sf-menu.rtl a:focus > .sf-sub-indicator,
.sf-menu.rtl a:hover > .sf-sub-indicator,
.sf-menu.rtl a:active > .sf-sub-indicator,
.sf-menu.rtl li:hover > a > .sf-sub-indicator,
.sf-menu.rtl li.sfHover > a > .sf-sub-indicator {
  background-position: 0 -100px;
}
.sf-menu.rtl ul .sf-sub-indicator {
  background-position: 0 0;
}
.sf-menu.rtl ul a > .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu.rtl ul a:focus > .sf-sub-indicator,
.sf-menu.rtl ul a:hover > .sf-sub-indicator,
.sf-menu.rtl ul a:active > .sf-sub-indicator,
.sf-menu.rtl ul li:hover > a > .sf-sub-indicator,
.sf-menu.rtl ul li.sfHover > a > .sf-sub-indicator {
  background-position: 0 0;
}
.sf-menu.rtl.sf-horizontal.sf-shadow ul,
.sf-menu.rtl.sf-vertical.sf-shadow ul,
.sf-menu.rtl.sf-navbar.sf-shadow ul ul {
  background-position: bottom left;
  padding: 0 0 9px 8px !important;
  -webkit-border-radius: 8px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 8px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sf-vertical.rtl li:hover > ul,
.sf-vertical.rtl li.sfHover > ul {
  left: auto;
  right: 12em;
}
.sf-vertical.rtl .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-vertical.rtl a > .sf-sub-indicator {
  background-position: 0 0;
}
.sf-vertical.rtl a:focus > .sf-sub-indicator,
.sf-vertical.rtl a:hover > .sf-sub-indicator,
.sf-vertical.rtl a:active > .sf-sub-indicator,
.sf-vertical.rtl li:hover > a > .sf-sub-indicator,
.sf-vertical.rtl li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-navbar.rtl li li {
  float: right;
}
.sf-navbar.rtl ul .sf-sub-indicator {
  background-position: 0 -100px;
}
.sf-navbar.rtl ul a > .sf-sub-indicator {
  background-position: -10px -100px;
}
.sf-navbar.rtl ul a:focus > .sf-sub-indicator,
.sf-navbar.rtl ul a:hover > .sf-sub-indicator,
.sf-navbar.rtl ul a:active > .sf-sub-indicator,
.sf-navbar.rtl ul li:hover > a > .sf-sub-indicator,
.sf-navbar.rtl ul li.sfHover > a > .sf-sub-indicator {
  background-position: 0 -100px;
}
.sf-navbar.rtl ul ul .sf-sub-indicator {
  background-position:  0 0;
}
.sf-navbar.rtl ul ul a > .sf-sub-indicator {
  background-position:  -10px 0;
}
.sf-navbar.rtl ul ul a:focus > .sf-sub-indicator,
.sf-navbar.rtl ul ul a:hover > .sf-sub-indicator,
.sf-navbar.rtl ul ul a:active > .sf-sub-indicator,
.sf-navbar.rtl ul ul li:hover > a > .sf-sub-indicator,
.sf-navbar.rtl ul ul li.sfHover > a > .sf-sub-indicator {
  background-position: 0 0;
}
.sf-navbar.rtl li li:hover > ul,
.sf-navbar.rtl li li.sfHover > ul {
  left: auto;
  right: 0;
}
.sf-navbar.rtl li li li:hover > ul,
.sf-navbar.rtl li li li.sfHover > ul {
  left: auto;
  right: 12em;
}
.sf-navbar.rtl > li > ul {
  background: transparent;
  padding: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}html, body, div {
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0; 
  font-size: 100%; 
  vertical-align: baseline; 
  font: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0; 
  font-size: 100%; 
  vertical-align: baseline; 
  font: inherit; 
  font-weight: bold;
}

a, p, ul, ol, li, img, span, strong, em {
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0; 
  font-size: 100%; 
  vertical-align: baseline; 
  font: inherit;
}

table, tbody, tfoot, thead, tr, th, td {
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0; 
  font-size: 100%; 
  vertical-align: baseline; 
  font: inherit;
}

applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, caption, fieldset, form, label, legend {
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0; 
  font-size: 100%; 
  vertical-align: baseline; 
  font: inherit;
}

article, aside, figure, footer, header, hgroup, section {
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0;
  font-size: 100%; 
  vertical-align: baseline; 
  font: inherit;
}

canvas, details, embed, figcaption, menu, nav, output, ruby, summary, time, mark, audio, video {
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0; 
  font-size: 100%; 
  vertical-align: baseline; 
  font: inherit;
}

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

body {
  line-height: 1;
}

b,
strong {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}/**
 * This will display them grid elements as block rather than inline for mobile browsers 
 * (essentially anything smaller than the narrow grid size, and media query declares. 
 */
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, .grid-18, .grid-19,
.grid-20, .grid-21, .grid-22, .grid-23, .grid-24 {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

/* Grid panels inside blocks need their margins negated. */
.container-12 .block .omega-grid,
.container-16 .block .omega-grid,
.container-24 .block .omega-grid {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
/* Clearfix fix to prevent padding at bottom of page. FML */
.clearfix:after {
  font-size: 0;
}

/* Skip link styling */
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}

#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}

/* Give pagers and inline LI items simple styling without all the junk from core */
.inline li,
.tabs li,
.breadcrumb li {
  list-style: none;
  display: inline;
  margin-right: 0.5em;
}

.item-list li {
  list-style: none;
}

.pager li {
  display: inline;
  margin-right: 0.25em;
}

img {
  vertical-align: bottom;
}

.field-label-inline .field-label,
.field-label-inline .field-items,
.field-label-inline .field-item {
  display: inline;
}
/* UI Consistency */
::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input,
button,
select,
textarea {
  margin: 0;
  vertical-align: middle;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-radius: 11px;
  background: #ddd url(../edu/sites/all/themes/omega/omega/images/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px 4px;
  text-shadow: #fff 0 1px 1px;
  width: auto;
  *padding-top: 2px; /* IE7 */
  *padding-bottom: 0px; /* IE7 */
}

button {
  *padding-top: 1px; /* IE7 */
  *padding-bottom: 1px; /* IE7 */
}

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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  outline: 0;
  padding: 2px 3px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  height: 1.8em;
  *padding-top: 2px; /* IE7 */
  *padding-bottom: 1px; /* IE7 */
  *height: auto; /* IE7 */
}

/* Separate rule for Firefox. Cannot stack with WebKit's. */
input.placeholder_text,
textarea.placeholder_text,
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
}

::-webkit-input-placeholder {
  color: #888;
}

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  -moz-box-shadow: #06f 0 0 7px;
  -webkit-box-shadow: #06f 0 0 7px;
  box-shadow: #06f 0 0 7px;
  z-index: 1; /* For Opera */
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select[disabled],
textarea[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;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888;
  cursor: default;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url(../edu/sites/all/themes/omega/omega/images/select-arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  select[size],
  select[multiple] {
    background-image: none;
    padding: 0;
  }
}

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

/* IE6 */
.ie6-button,
* html button {
  background: #ddd url(../edu/sites/all/themes/omega/omega/images/button.png) repeat-x;
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6-input,
* html textarea,
* html select {
  background: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6-input-disabled,
.ie6-button-disabled {
  color: #888;
}

.ie6-input-disabled {
  background: #eee;
}body {
  font: 13px/1.5 Verdana, Helvetica, Arial, sans-serif;
}

a:link, a:visited {
  color: #0062A0;
  text-decoration: underline;
}

a:hover {
  color: #202124;
  text-decoration: none;
}

a:active {
  color: #202124;
  text-decoration: none;
  color: #000;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.05em;
  font-family: Georgia, 'Times New Roman', serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

/* Make site titles the same size if it's an H1 (home) or H2 (internal) */
h1.site-name,
h2.site-name {
  font-size: 36px;
}

/* Make it a bit smaller for block headers */
h2.block-title {
  font-size: 18px;
  margin: 0;	
}

h2.node-title {
  font-size: 28px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul ul,
ol ol {
  padding-top: 0.5em;
}

.node ol,
.node ul {
  padding-left: 1.2em;
}

.node ul.inline,
.node ol.inline {
  padding-left: 0;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol,
ul, pre, table, address, fieldset {
  margin-bottom: 20px;
}

dt, .admin h3 {
  font-size: 18px;
  margin: 0;
}

dd {
  padding-left: 10px;
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 20px;
}.logo-img {
  float: left;
  margin-right: 20px;
}

.site-name-slogan {
  float: left;
}

.site-name {
  margin-top: 20px;
}

.site-name a {
  text-decoration: none;
}

.site-name,
.site-slogan {
  margin-bottom: 0;
  line-height: 1em;
}

.site-slogan {
  font-weight: normal;
}.menu {
  margin: 0;
  padding: 0;
}

.menu li {
  list-style: none;  
}.form-actions input {
  margin-right: 0.5em;
}

.form-actions input:hover {
  background: #FFFFFF;
}

label {
  font-weight: bold;
}/* Pagers Positioning */
.item-list .pager {
  padding:0;
  margin: 0;
}

.item-list .pager li,
.item-list .pager ul li {
  margin: 0;
  padding: 0;
  float: left;
}

.item-list .pager {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 10px;
  text-align: left;
}

.pager li a {
  display: inline-block;
}

.pager li.pager-ellipsis,
.pager li.pager-current,
.pager li a {
  padding:4px 8px;
  text-decoration: none;
}

.pager li.pager-current {
  padding:4px 8px;
  font-weight: bold;
}

.pager li.pager-first a,
.pager li.pager-previous a,
.pager li.pager-next a,
.pager li.pager-last a {
  width: 50px;
  text-align:center;
  padding: 4px 0;
}

.pager li.pager-next {
  position: absolute;
  top: 0;
  right: 50px;
}

.pager li.pager-last,
.pager li.pager-next.last {
  position: absolute;
  top: 0;
  right: 0;
  border-right: 0;
}

/* Pagers color */
.pager li.pager-ellipsis,
.pager li.pager-current,
.pager li a {
  color:#1a1a1a;
}

.pager li {
  border-right: 1px solid;
  border-color: #ddd #bbb #999;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
}

.pager li.pager-current {
  background: #ddd url(../edu/sites/all/themes/omega/omega/images/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a1a1a), color-stop(1, #5a5a5a));
  background: -moz-linear-gradient(top center, #1a1a1a 0%, #5a5a5a 100%);
  color: #FFF;
  outline: 0;
}

.pager li.pager-next {
  border-left: 1px solid;
  border-color: #ddd #bbb #999;
}

.pager li a {
  background: #ddd url(../edu/sites/all/themes/omega/omega/images/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  cursor: pointer;
}

.pager li a:hover {
  background:#FFF;
  color:#454545;
}

/* Add default border radius to list items & links */
.pager {
  background:#ebebeb;
  border:1px solid;
  border-color: #ddd #bbb #999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.pager li.first,
.pager li.first a,
.pager li.first a:hover {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}

.pager li.pager-last,
.pager li.pager-last a,
.pager li.pager-last a:hover {
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}

table {
  border: 1px solid #CCC;
  width: 100%;
}

thead th, th {
  background: #f7f7f7;
  border-bottom: 1px solid #ccc;
  color: #333;
}

td, th {
  padding: 4px 8px;
  vertical-align: middle;
}

th a, th a:link, th a:visited {
  text-decoration: none;
}

th a {
  display: block;
}

th a img {
  margin: 0 0 0 5px;
}

th.active {
  background: #DDD;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

/* Odd & Even Styles */
tr.even td {
  background: #F1F5FA;
}

tr.odd td {
  background: #fff;
}

td.active {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

tr.even td.active {
  background: #e5e9ed;
}

tr.odd td.active {
  background: #f2f2f2;
}

tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
  background: #FFFEEE;
}

td ul.links {
  margin-bottom: 0;
}

.node-links ul li a,
.comment-links ul li a {
  text-transform: lowercase;
  display: block;
  float: left;
  text-decoration: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  margin: 0 0.5em 0.5em 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background: #ddd url(../edu/sites/all/themes/omega/omega/images/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 4px 10px 3px;
  text-shadow: #fff 0 1px 1px;
  width: auto;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 0px;
}

.node-links ul li a:hover,
.comment-links ul li a:hover {
  background: #FFF;
}

.tips,
.description {
  font-size: 10px;
  color: #6a6a6a;
}/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

/****************************************************************/
/* Global Resets and Fixes         TODO: COMMENT THIS           */
/****************************************************************/

/* Fix for box-specific divs not handling floated content well */
.boxes-box .boxes-box-content {
  display: table;
}

/* Fix for space added by box control area at bottom of boxes. */
.boxes-box-controls {
  display: none;
}

.no-left-margin, .no-left-margin-narrow, .no-left-margin-normal, .no-left-margin-wide {
  margin-left: 0 !important;
}

.no-right-margin, .no-right-margin-narrow, .no-right-margin-normal, .no-right-margin-wide {
  margin-right: 0 !important;
}

/****************************************************************/
/* Global Styling                                               */
/****************************************************************/

/* Default font settings for the page */
.content {
  font-family: 'helvetica', 'arial', 'sans-serif';
  color: #333;
}

/* Default header settings for the page */
h1, h2, h3, h4, h5, h6 {
  font-family: 'helvetica', 'arial', 'sans-serif';
	font-style: normal;
  font-weight: bolder;
}

/* Default page header styling */
section h1 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #000;
}

/* Default subheader styling */
section h2 {
  font-size: 14px;
  line-height: 22px;
}

/****************************************************************/
/* Generic Block/Box Styling                                    */
/****************************************************************/

.block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1.5em;
  padding: 1em;
}

.light-blue-block {
  background: none repeat scroll 0 0 #f0f9ff;
  border: 1px solid #3e9ce3;
  border-radius: 10px;
  color: #333;
}

.light-blue-block .block-title {
  margin-bottom: 0.5em;
  font-size: 18px;
  text-align: center;
}

.light-blue-block .block-inner p {
  font-size: 14px;
  line-height: 19px;
}

.light-blue-block .block-inner img {
  width: 98px;
  display: block;
  float: none;
  margin: 0 auto 1em auto;
}

/****************************************************************/
/* Button Styling                                               */
/****************************************************************/

.node-informational-page .field-name-field-link a,
.learn_more a,
form.commerce-add-to-cart .form-submit {
  border-radius: 5px;
  padding: 1em;
  border: 1px solid #333;
  font-weight: bold;
  font-family: arial;
  text-align: center;
  text-shadow: 1px 1px #113100;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 16px;
  line-height: 14px;
  margin: 5px auto 0 auto;
}

.learn_more a,
form.commerce-add-to-cart .form-submit {
  background-color: #8dd51a;
  background: -webkit-linear-gradient(#8dd51a,#499d04);
  background: -moz-linear-gradient(#8dd51a,#499d04);
  background: -ms-linear-gradient(#8dd51a,#499d04);
  background: -o-linear-gradient(#8dd51a,#499d04);
  background: linear-gradient(#8dd51a,#499d04);
  box-shadow: inset 0px 1px 0px #b9ee64,inset 0 -1px 2px #316a02;
  text-shadow: 1px 1px #113100;
-pie-background: linear-gradient(#8dd51a,#499d04);
}

.learn_more a:hover, .node-informational-page .field-name-field-link a:hover,
form.commerce-add-to-cart .form-submit:hover {
  background-color:#7cca14;
  background:-webkit-linear-gradient(#7cca14,#3e9503);
  background:-moz-linear-gradient(#7cca14,#3e9503);
  background:-ms-linear-gradient(#7cca14,#3e9503);
  background:-o-linear-gradient(#7cca14,#3e9503);
  background:linear-gradient(#7cca14,#3e9503);
  box-shadow:inset 0px 1px 0px #a8e35a,inset 0 -1px 2px #286201;
  -pie-background:linear-gradient(#7cca14,#3e9503);
}

.learn_more a:active,
form.commerce-add-to-cart .form-submit:active {
  background-color:#70c010;
  background:-webkit-linear-gradient(#499d04,#499d04);
  background:-moz-linear-gradient(#499d04,#499d04);
  background:-ms-linear-gradient(#499d04,#499d04);
  background:-o-linear-gradient(#499d04,#499d04);
  background:linear-gradient(#499d04,#499d04);
  box-shadow:inset 0px 2px 4px #254005;
  -pie-background:linear-gradient(#499d04,#499d04);
}

/****************************************************************/
/* Node Teaser styling                                          */
/****************************************************************/

h2.node-title a {
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.node-teaser {
  padding: 12px 0;
}

/* Undo the damage done by Omega... */
.node-links ul li a {
  border: none;
  text-transform: none;
  background: none;
  margin: 0;
  padding: 0;
}

.node ol,
.node ul {
  list-style-position: inside;
}

/****************************************************************/
/* Informational Page content type specific styling             */
/****************************************************************/

/* Informational page header style */
.node-informational-page h1 {
  margin-left: 20px;
}

/* Page header sub-text styling (body text) */
.node-informational-page .field-name-body {
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-left 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 10px solid #eee;
  font-size: 14px;
}

.node-informational-page .field-collection-view {
  padding-top: 0;
}

.node-informational-page h2 {
  text-align: center;
}

/* Styling for the image fields of the individual information blocks */
.node-informational-page .field-type-image {
  margin: 0 auto 0 auto;
  width: 113px;
}

/* Styling for the text (content) of the individual information blocks */
.node-informational-page .field-type-text-long {
  font-size: 14px;
  line-height: 22px;
  float: left;
}

.node-informational-page .field-name-field-link {
  clear: both;
}
.node-informational-page .field-name-field-link a {
  background-color: #f7941d;
  background: -webkit-linear-gradient(#f7941d,#d75305);
  background: -moz-linear-gradient(#f7941d,#d75305);
  background: -ms-linear-gradient(#f7941d,#d75305);
  background: -o-linear-gradient(#f7941d,#d75305);
  background: linear-gradient(#f7941d,#d75305);
  box-shadow: inset 0px 1px 0px #ffbb6a,inset 0 -1px 2px #a33f03;
  -pie-background: linear-gradient(#f7941d,#d75305);
}

.node-informational-page .field-name-field-link a:hover {
  background-color:#eb8016;
  background:-webkit-linear-gradient(#eb8016,#cc4504);
  background:-moz-linear-gradient(#eb8016,#cc4504);
  background:-ms-linear-gradient(#eb8016,#cc4504);
  background:-o-linear-gradient(#eb8016,#cc4504);
  background:linear-gradient(#eb8016,#cc4504);
  box-shadow:inset 0px 1px 0px #ffb164,inset 0 -1px 2px #993302;
  -pie-background:linear-gradient(#eb8016,#cc4504);
}

.node-informational-page .field-name-field-link a:active {
  background-color:#de7312;
  background:-webkit-linear-gradient(#d75305,#d75305);
  background:-moz-linear-gradient(#d75305,#d75305);
  background:-ms-linear-gradient(#d75305,#d75305);
  background:-o-linear-gradient(#d75305,#d75305);
  background:linear-gradient(#d75305,#d75305);
  box-shadow:inset 0px 2px 4px #5e3007;
  -pie-background:linear-gradient(#d75305,#d75305);
}

/****************************************************************/
/* Front page specific styling                                  */
/****************************************************************/

/* Hide the content title on front page. */
.front.page-node-40 #region-content h1 {
  display: none;
}

/* Styling for the header of the home page banner (topmost block) */
#block-boxes-home-page-banner .block-title {
  float: none;
  margin: 0;
  margin: 0 auto 0 auto;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

/* Styling for the subtext of the homepage banner */
#block-boxes-home-page-banner .content {
  float: none;
  margin: 0 auto 0 auto;
  color: #dfdfdf;
  font-size: 14px;
  text-align: center;
}

#block-boxes-home-page-banner {
  margin-bottom: 0;
  padding: 0;
  height: 200px;
  background: url(../edu/sites/all/themes/poplar_edu_new/images/home/green-buildings-bg.png) repeat-x;
}

#block-boxes-home-page-banner .block-inner {
  width: 100%;
  height: 200px;
  background: url(../edu/sites/all/themes/poplar_edu_new/images/home/green-buildings.jpg) no-repeat;
}

#block-boxes-home-page-banner .block-title {
  font-weight: bolder;
  font-size: 22px;
  width: 36%;
  color: rgb(51, 51, 51);
  padding-top: 20px;
}

#block-boxes-home-page-banner .content {
  padding-top: 10px;
  clear: both;
  font-weight: bolder;
  width: 36%;
  font-size: 18px;
}

#block-boxes-home-page-subbanner {
  margin-top: 1.5em;
}

/****************************************************************/
/* Landing Page Styling                                         */
/****************************************************************/

#block-boxes-project-experience-banner-left,
#block-boxes-project-experience-banner-right {
  width: 50%;
  float: left;
}

.node-type-landing-page #zone-banner-wrapper {
  background: #fff url(../edu/sites/all/themes/poplar_edu_new/images/landing_page/banner-bg-top.png) repeat-x;
  border: 1px solid #ccc;
  background-position: center top;
}

#zone-banner {
  width: 100%;
  background: url(../edu/sites/all/themes/poplar_edu_new/images/landing_page/banner-bg-bottom.png) repeat-x;
  background-position: center bottom;
}

#region-banner {
  margin: 0 auto 0 auto;
  float: none;
  display: block;
}

#block-boxes-project-experience-banner-left .block-title,
.field-name-field-subsections h2 {
  font-style: italic;
  font-size: 32px;
  font-weight: normal;
  font-family: georgia,serif;
  border-bottom: 1px solid #ddd;
  line-height: 38px;
}

#block-boxes-project-experience-banner-left .boxes-box-content {
  margin-top: 20px;
}

#block-boxes-project-experience-banner-left .content,
#block-boxes-project-experience-banner-left .h3,
#block-boxes-project-experience-banner-left p {
  font-size: 15px;
  color: rgb(98, 98, 98);
}

.field-name-field-bullet-points .field-collection-view {
  padding-left: 40px;
  background: url(../edu/sites/all/themes/poplar_edu_new/images/landing_page/bullet.png) no-repeat;
  background-position: 0 10px;
  width: 250px;
  float:left;
}

/****************************************************************/
/* Product Landing Page Styling                                 */
/****************************************************************/

.field-name-field-product-groups .field-name-field-product-group-title {
  font-size: 28px;
  font-weight: bold;
  text-decoration: underline;
  margin: 25px 0 5px;
}
.field-name-field-product-groups .field-collection-view {
  margin: 0;
  padding: 0;
}
.field-name-field-product-groups .field-label {
  width: inherit;
}

/****************************************************************/
/* Product Display Page Styling                                 */
/****************************************************************/

.node-type-course h1{
  font-size: 20px;
}

.field-name-commerce-price {
  font-size: 15px;
}
form.commerce-add-to-cart .form-submit {
  width: 100%;
  padding: .8em;
}

/* for layout strategy, see http://alistapart.com/article/holygrail */
.course-container {
  padding-right: 150px;
  padding-bottom: 50px;
  background: url(../edu/sites/all/themes/poplar_edu_new/images/bg-grad-fade.png) no-repeat 0 bottom;
  background-size: 100%;
}
.course-body-wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.course-body-inner {
  padding-right: 20px;
}
.add-to-cart {
  position: relative;
  float: left;
  width: 150px;
  margin-right: -150px;
}

.field-name-field-instant-access,
.field-name-field-instant-access .field-items,
.field-name-field-instant-access .field-item {
  padding-left: 40px;
}
.field-name-field-instant-access { background: url(../edu/sites/all/themes/poplar_edu_new/images/icon-clock.png) no-repeat 0 0; }
.field-name-field-instant-access .field-items { background: url(../edu/sites/all/themes/poplar_edu_new/images/icon-calendar.png) no-repeat 0 0; }
.field-name-field-instant-access .field-item {
  background: url(../edu/sites/all/themes/poplar_edu_new/images/icon-phone.png) no-repeat 0 0;
  min-height: 32px;
}

.field-name-field-better-value {
  padding: 10px;
  border: 1px solid #ccc;
}
.field-name-field-better-value .field-items {
  background: url(../edu/sites/all/themes/poplar_edu_new/images/icon-exclamation.png) no-repeat 0 0;
  padding: .5em 10px .5em 40px;
}


.field-name-field-instant-access,
.field-name-field-better-value {
  margin: 20px 0;
}
.field-name-field-instant-access p,
.field-name-field-better-value p {
  margin: 0;
}

.node-course .node-links ul li a {
  color: rgb(255, 140, 0);
  font-size: 16px;
}

.field-name-field-bonus-course select {
  max-width: 100%;
}

.term-icons {
  margin-top: 10px;
}
.term-icons img {
  float: left;
  height: 57px;
  width: 40px;
  margin-right: 10px;
  margin-top: 20px;
}
.term-icons.icon-count-1 img {
  float: right;
  margin-right: 0;
  margin-top: 10px;
  height: inherit;
}

/****************************************************************/
/* UNDOCUMENTED (LEGACY)           TODO: COMMENT THIS           */
/****************************************************************/

/* Set max image width. */
.block img {
  max-width: 100%;
}

/* Hide the navigation menus (shown for wider screens only). */
.navigation,
#block-superfish-1,
.user-menu-wrapper {
  display: none;
}

.logo-img {
  margin: 0 auto;
  margin-top: 2em;
  float: none;
  width: 195px;
}

.content-top {
  padding: 10px 15px;
}
.breadcrumb-wrapper {
  float: left;
  width: auto;
}
.user-menu-wrapper {
  float: right;
}


#block-superfish-1 {
  margin-bottom: 0;
  padding: 12px;
  float: left;
}
ul.sf-menu {
  float: left;
  margin: 0;
  padding: 0;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}
ul.sf-menu .sf-navbar {
  width: 100%;
}
ul.sf-menu ul {
  padding-left: 0;
}
ul.sf-menu a {
  color: #FFFFFF;
  padding: 0px 0px 0 10px;
}
ul.sf-menu li {
  margin-right: 15px;
  margin-left: 0;
}
ul.sf-menu li.last {
  margin-right: 0;
}
ul.sf-menu li a {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
}
ul.sf-menu a:hover {
  color: #9ac162;
}
ul.sf-menu .sf-sub-indicator {
  display: none;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  top: 1.8em;
}
ul.sf-menu li li {
  background: #999999;
}
ul.sf-menu li li a {
  text-transform: none;
}
ul.sf-menu li li:hover {
  background-color: #666;
}
ul.sf-menu li li .sf-sub-indicator {
  display: inline;
  top: .5em;
}
ul.sf-menu li li li {
  background: #999999;
}
ul.sf-menu li li a,
ul.sf-menu li li li a {
  padding: 5px 5px 5px 10px;
}

#zone-user {
  display: none;
}

#block-block-2 {
  float: left;
  width: 45%;
  margin-right: 10%;
  margin-bottom: 0;
}

#block-block-2 img.guarantee {
  width: 100%;
  height: auto;
  max-width: 100px;
}

#block-block-2 a {
  width: 100% !important;
}

#block-block-2 a img {
  width: 100%;
}

#block-block-2 p {
  margin-bottom: 0;
}

#block-block-4 {
  width: 45%;
  margin-left: 5%;
  margin-bottom: 0;
}

#block-menu-menu-mobile-menu {
  margin-bottom: 0;
  padding: 2em;
  color: #FFF;
}

#block-menu-menu-mobile-menu,
#block-menu-menu-mobile-menu li {
  text-align: center;
}

#block-menu-menu-mobile-menu a {
  color: #FFF;
  text-decoration: none;
}

#block-views-testimonials-slideshow-block {
  clear: both;
  margin-block: 0;
}

#block-menu-menu-mobile-menu h2.block-title {
  cursor: pointer;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 21px;
}

#block-menu-menu-mobile-menu .content {
  display: none;
  font-size: 21px;
}

#block-menu-menu-mobile-menu ul.menu li {
  list-style: none;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#commerce-cart-add-to-cart-form-28 .bundle-widgets {
  display: none;
}


.page-node-67 #block-views-d1e43d63aa3b33720345abb6cfd98958 {
  padding-top: 40px;
}

.page-node-67 #block-views-d1e43d63aa3b33720345abb6cfd98958 .block-title {
  color: #000000;
  padding: 0; 
  padding-left: 8px;
  background-color: #F1F5FA;
  border: 1px solid #CCC;
}

.module table {
  margin-bottom: 0;
  border: 0;
}

.module table td.module-title {
  width: 50%;
}

.module table td.module-title h5 {
  margin-bottom: 0;
}

.upid {
  margin-bottom: 80px;
}

div.video-js {
  //width: 640px;
  max-width: 100%;
}

#block-block-16, #block-block-17, #block-block-18, #block-block-19 {
  display: none;
}

#views_slideshow_cycle_teaser_section_client_logo-block {
  margin-left: auto;
  margin-right: auto;
}

.commerce-cart-add-to-cart-form-27 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.commerce-cart-add-to-cart-form-27 .product-price {
  //display: inline;
  float: left;
  background-color: #BFD785;
  margin-top: 1.15em;
  padding: 2em;
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
  font-size: 1.2em;
}

.commerce-cart-add-to-cart-form-27 input#edit-submit {
  background: none repeat scroll 0 0 #BFD785;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 2.10em;
  margin-top: 1.1em;
  font-size: 1.2em
}

.commerce-cart-add-to-cart-form-27 label {
  //display: inline;
  float: left;
  width: 14em;
}

.page-node-66 #block-system-main .field-name-field-description {
  clear: both;
}
.page-node-66 #block-system-main .field-name-field-description img {
  float: right;
  clear: right;
}
.page-node-66 form.commerce-add-to-cart .form-submit {
  width: inherit;
  float: left;
  margin-bottom: 20px;
}

.page-node-78 #block-system-main h2:after {
  clear: both;
}

.page-node-78 #block-system-main .course-top, .page-node-78 #block-system-main .course-bottom {
  display: none;
}

.page-node-78 #block-system-main .commerce-price-top, .page-node-78 #block-system-main .commerce-price-bottom {
  float: left;
  background-color: #BFD785;
  margin-top: 1.15em;
  padding: 1.95em;
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
  font-size: 1.2em;
  margin-bottom: 1em;
}

.page-node-78 #block-system-main .course-second input, .page-node-78 #block-system-main .course-fourth input {
  background: none repeat scroll 0 0 #BFD785;
  margin-top: 1.15em;
  margin-bottom: 1em;
  padding: 2em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 1.2em;
}

.page-node-78 #block-system-main img {
  float: right;
  max-width: 50%;
  margin-left: 10px;
}

.page-node-78 #block-system-main .field-name-field-description ul {
  list-style-position: inside;
}

#block-sharethis-sharethis-block {
  width: 195px;
  margin: 0 auto;
  padding: 0;
  margin-top: 20px;
}

.st_facebook_large .stButton .stLarge {
  background-image: url(../edu/sites/all/themes/poplar_edu_new/images/icons/facebook_small.png) !important;
  height: 29px;
  width: 29px;
  background-size: 29px;
}

.st_twitter_large .stButton .stLarge {
  background-image: url(../edu/sites/all/themes/poplar_edu_new/images/icons/twitter_small.png) !important;
  height: 29px;
  width: 29px;
  background-size: 29px;
}

.st_linkedin_large .stButton .stLarge {
  background-image: url(../edu/sites/all/themes/poplar_edu_new/images/icons/linkedin_small.png) !important;
  height: 29px;
  width: 29px;
  background-size: 29px;
}

.st_googleplus_large .stButton .stLarge {
  background-image: url(../edu/sites/all/themes/poplar_edu_new/images/icons/google-plus_small.png) !important;
  height: 29px;
  width: 29px;
  background-size: 29px;
}

.st_email_large .stButton .stLarge {
  background-image: url(../edu/sites/all/themes/poplar_edu_new/images/icons/email_small.png) !important;
  height: 29px;
  width: 29px;
  background-size: 29px;
}

.stButton .stLarge:hover {
  background-position: 0 !important;
}

/* paragraph of US green building council*/


.view-header .starting-quotes {
    color: #C0C0C0;
    font-family: Times New Roman;
    font-size: 10em;
    left: -0.1em;
    position: static;
    top: 0.5em;
    z-index: -50;
    line-height:22px;
    margin-left:-19px;
    float:left;
}

/* Custom Sharethis block */
#block-courses-mysharethis {
    margin: 20px auto 0;
    padding: 0;
    width: 195px;
}

.stfacebook_large .tButton .tLarge {
  background-image: url(../edu/sites/all/themes/poplar_edu_new/images/icons/facebook_small.png) !important;
  height: 29px;
  width: 29px;
  background-size: 29px;
}

.sttwitter_large .tButton .tLarge {
  background-image: url(../edu/sites/all/themes/poplar_edu_new/images/icons/twitter_small.png) !important;
  height: 29px;
  width: 29px;
  background-size: 29px;
}

.stlinkedin_large .tButton .tLarge {
  background-image: url(../edu/sites/all/themes/poplar_edu_new/images/icons/linkedin_small.png) !important;
  height: 29px;
  width: 29px;
  background-size: 29px;
}

.stgoogleplus_large .tButton .tLarge {
  background-image: url(../edu/sites/all/themes/poplar_edu_new/images/icons/google-plus_small.png) !important;
  height: 29px;
  width: 29px;
  background-size: 29px;
}

.stemail_large .tButton .tLarge {
  background-image: url(../edu/sites/all/themes/poplar_edu_new/images/icons/email_small.png) !important;
  height: 29px;
  width: 29px;
  background-size: 29px;
}
.tButton .tLarge {
    display: inline-block;
    height: 32px;
    position: relative;
    width: 32px;
}
.assign_div{
 float:right;
}
.assignto{
 float:left;
}
.withdraw-assign{
  float: right;
  padding-left: 10px;
}

div.ctools-sample-modal-content div.popups-title {
    background-color: #A0C073;
    border:none;
}
.save_exit_link {
 text-decoration:none !important;
 background: none repeat scroll 0 center transparent;
 color: #666699 !important;
 padding-left:10px;
 font-weight:bold;
 float:right;
}


span.take_form {
 float: left;
 padding-right: 10px;
 text-align: center;
 width: 100px;
}

#quiz_score_result_status {
 float: left;
 font-weight: bold;
 padding-right: 5px;
}

.commerce-price-top-most, .commerce-price-bottom-most { 
   display:none;
}

/** My Enrolled Courses button style*/
.page-user .modules .form-submit{
  background: none repeat scroll 0 0 #BFD785 !important;
  -moz-border-radius:6px ;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid;
  border-color: #ddd #bbb #999;
  display:inline-block;
  color:#333;
  padding:20px 20px;
  text-decoration:none;
  font-size: 1em;
  text-shadow: #fff 0 1px 1px;
}

.free-tools .free-tool {
  height: 70px;
}

.free-tools a.action-link {
  background-color: #BFD785;
  border-color: #DDDDDD #BBBBBB #999999;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-size: 1em;
  padding: 20px;
  text-decoration: none;
  text-shadow: 0 1px 1px #FFFFFF;
  font-weight: bold;
}

.free-tools h2.block-title {
  //color: #0A71B9;
}

.free-tools .description {
  color: #00B2D9;
}

/** Blog Page style*/

.node-blog h1.node-title {
 color: #514f26;
 font-size: 28px;
 float:left;
 margin-bottom:0px;
 width:67%;
}

.after-title {
 float:right;
 padding-top:10px;
}

.view-blogs-listing h2.node-title a, 
.view-blogs-listing h2.node-title a:hover {
  text-decoration: none;
  color: #008da9;
}

.node-type-blog .field-name-body {
  color: #828282;
  float:left;
  padding-top:40px;
}

.page-blogs-listing .field-name-body{
  color: #828282;
}

#comments h2.title{
 color: #555555;
 font-size: 20px;
}

#comments .form-item-subject label,
#comments .form-type-item label {
  color: #555555;
  float:left;
  width:12%;
  font-weight:normal;
}

#edit-comment-body label {
  color: #555555;
  font-weight:normal;
}

.field-collection-view {
  border: 0;
}

/* Custom Search Blocks */

.button-operator {
  margin: 13px 5px 0 12px;
  float: left;
  font-size: 14px;
}

fieldset.commerce_coupon .form-item-commerce-coupon-coupon-code,
fieldset.commerce_coupon input.submit {
  float: left;
}

fieldset.commerce_coupon input.form-submit {
  margin-top: 30px;
}
#commerce-checkout-form-checkout input.form-text,
#commerce-checkout-form-checkout select.form-select {
  width: 200px;
}

/* Event List Page */
.event-filter {
  margin-bottom: 10px;
}
.view-event-list td.views-field-title {
  width: 30%;
}
.view-event-list td.views-field-field-date {
  max-width: 150px;
}
.view-event-list h2 {
  margin-bottom: 0;
}
.js .view-event-list .event-description {
  display: none;
}
.view-event-list .event-description p {
  margin-bottom: 0;
}
.view-event-list .fn {
  font-weight: bold;
}

.node-type-course-list-page #block-system-main {
  margin-bottom: 0;
  padding-bottom: 0;
}

#block-poplaredu-search-poplaredu-search-gss-form .form-item {
  float: none !important;
  margin: 0;
}

div.branding-data {
  float: left;
}

#zone-branding div.block, #zone-branding section.block {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  vertical-align: middle;
  margin-left: 25px;
}

#zone-branding div.block:first-child {
  margin-left: 0;
}

form#poplaredu-search-gss-form {
  position: relative;
}

input#edit-keyword {
  width: 225px;
  border-color: #bfbfbf;
}

header form#poplaredu-search-gss-form button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: #bfbfbf;
  color: #fff;
  border-radius: 0;
  text-shadow: none;
  padding: 4px 6px;
}

div#block-block-13 .content {
  color: #009041;
  font-size: 18px;
  font-weight: lighter;
  font-family: 'Ubuntu', Arial, sans-serif;
}

header h2.block-title {
  display: none;
}

#zone-branding section.block li {
  background: #9ac45e;
  border-radius: 5px;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#zone-branding section.block li.has-children,
#zone-branding section.block li.has-children a{
  background: #009241;
  padding-right: 4px;
}

#zone-branding section.block li a {
  text-decoration: none;
  color: #fff;
  background: #9ac45e;
  font-weight: lighter;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 18px;
}

header #zone-branding p {
  margin-bottom: 0;
}

#zone-branding div.block:nth-child(2) a {
  color: #bfbfbf;
  margin-right: 5px;
  font-size: 18px;
}

#zone-branding section#block-menu-block-1,
#zone-branding div#block-block-13 {
  margin-top: 28px;
}

#zone-branding section.block li.has-children a {
  font-size: 0;
}

#zone-branding section.block li.has-children a:before {
  content: '\f07a';
  font-family: FontAwesome;
  font-size: 18px;
}

ul.sf-menu li a {
  color: #666;
  font-weight: lighter;
  padding: 0 0 0 10px;
}

ul.sf-menu li li a {
  color: #fff;
}

div#zone-menu {
  position: relative;
}

div#region-menu {
  position: absolute;
  width: auto;
  right: 0;
  margin: 0;
  top: -55px;
}

.region-inner.region-footer-second-inner > div.block:not(:last-child), .region-inner.region-footer-second-inner > section.block:not(:last-child) {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

.region-inner.region-footer-second-inner > .block:nth-child(3) h2.block-title {
  display: none;
}

.region-footer-second-inner ul.menu li a {
  color: #666;
  text-decoration: none;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 12px;
}

.region-footer-second-inner ul.menu li {
  list-style: none;
  line-height: 13px;
  height: 13px;
  margin: 0 0 5px 0;
  padding: 0;
}

.region-footer-second-inner h2.block-title {
  font-family: 'Ubuntu', Arial, sans-serif;
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 20px;
}

.region-footer-second-inner a i,
.region-footer-second-inner a i:hover {
  color: #bfbfbf;
  font-size: 18px;
  padding-right: 10px
}

body.front .block {
  margin-bottom: 0;
  padding: 0;
}

body {
    background: #fff !important;
}

.home-hero-container {
  font-family: 'Ubuntu', Arial, sans-serif;
}

.home-hero-left {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}

.home-hero-right {
  display: inline-block;
  width: 69%;
}

.right-content {
  width: 75%;
  margin: auto;
}

.home-hero-container h3 {
  color: #666;
  font-size: 24px;
  font-weight: lighter;
  font-family: 'Ubuntu', Arial, sans-serif;
}

.home-hero-container p {
    font-weight: lighter;
    font-size: 12px;
}

a.start-here {
    color: #fff;
    text-transform: uppercase;
    font-weight: lighter;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 7px 28px;
    font-size: 10px;
    background: #ef8517;
}

.left-top-content {
    padding-bottom: 15px;
}

.left-bottom-content {
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

a.newsletter-subscribe {
    color: #eee;
    background: #009142;
    font-size: 11px;
    font-weight: lighter;
    padding: 5px 25px;
    border-radius: 4px;
}

.testimonials {
    background: #9AC460;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
}

.testimonials-inner {
    max-width: 1024px;
    margin: auto;
}

.council-logo {
    display: inline-block;
}

.carousel-container {
    display: inline-block;
    max-width: 70%;
  padding-left: 150px;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
  margin-top: 20px;
  margin-left: 4%;
  padding-top: 20px;
}

.carousel-container:after {
    content: '';
    display: block;
    height: 105px;
    width: 150px;
    background-image: url(../sites/default/themes/greenner/images/quotes.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonials .owl-prev {
    position: absolute;
    top: 14%;
    left: -170px;
    color: transparent;
    background-image: url(../sites/default/themes/greenner/images/quote_left.png);
    height: 50px;
    width: 30px;
}

.testimonials .owl-next {
    position: absolute;
    top: 5%;
    right: -29px;
    color: transparent;
    background-image: url(../sites/default/themes/greenner/images/quote_right.png);
    height: 50px;
    width: 30px;
}

.home-products {
    padding: 50px 0;
    background: #f5f5f5;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
}

.home-products-container {
    max-width: 1024px;
    margin: auto;
    text-align: center;
}

.home-products .item-container {
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 5px;
    max-width: 18%;
    padding: 30px 5px;
    vertical-align: top;
}

.home-products .item-title {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 33px;
    line-height: normal;
}

.home-products .item-image {
    margin: 0 0 10px 0;
}

.home-products .item-container img {
    max-height: 98px;
    margin: auto;
    display: block;
}

.home-products .item-description {
    color: #888;
    font-size: 12px;
    font-weight: lighter;
    min-height: 110px;
    font-family: Arial, sans-serif;
    line-height: normal;
    text-align: left;
}

.home-products .learn_more {
  display: block;
  float: none;
  width: auto;
  text-align: center;
}

.home-products a.learn_more-button {
    float: none;
    display: inline-block;
    color: #fff;
    text-shadow: 1px 1px 3px #666;
    padding: 5px 10px;
    border: 1px solid #666;
    border-radius: 5px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

.our-customers-work-for {
    margin-left: calc(-50vw + 50%);
    width: 100vw;
}

.company-container {
    max-width: 1100px;
    margin: 50px auto;
}

.company-container h3 {
    color: #666;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    font-family: 'Ubuntu', Arial, sans-serif;
}

.company-logos {
  text-align: center;
}

.company-logos img {
    max-height: 68px;
    margin-bottom: 5px;
}

.home-bottom {
    background: #666;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    color: #fff;
}

.home-bottom-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 25px 0;
}

.home-bottom-container > div {
    display: inline-block;
    width: 32%;
    vertical-align: top;
}

.bottom-block-icon {
    text-align: center;
    height: 50px;
    width: 50px;
    margin: 0 auto 12px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.bottom-block-icon i.fa-tree {
    margin-top: 12px;
}

.bottom-block-icon i {
    font-size: 26px;
}

.home-bottom h3 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-align: center;
}

.home-bottom p {
    color: #fff;
    font-size: 10px;
}

.bottom-block-one p:first-child {
    margin: 15px auto;
    max-width: 140px;
}

.home-bottom a, 
.home-bottom p {
    color: #fff;
    font-size: 10px;
    text-decoration: none;
}

.bottom-block-one p {
    margin: 0 auto;
    max-width: 140px;
}

.bottom-block-one p:last-child {
    margin: 15px auto;
    max-width: 100%;
    text-align: center;
}

.home-bottom a.submit-article {
    background: #9ac460;
    color: #333;
    padding: 5px 15px;
}

.bottom-block-icon i.fa-paper-plane {
    margin-top: 12px;
    margin-left: -3px;
}

.bottom-block-two p {
    margin: 15px auto;
    max-width: 170px;
}

.bottom-block-two p:last-child {
    text-align: center;
}

.home-bottom a.bottom-subscribe {
    padding: 5px 20px;
    border: 1px solid #eee;
}

.bottom-block-icon i.fa-phone {
    margin-top: 13px;
}

.home-bottom p.phone-number {
    text-align: center;
    font-size: 18px;
    font-weight: lighter;
    font-family: 'Ubuntu', Arial, sans-serif;
}

.region-inner.region-footer-second-inner {
    padding-top: 25px;
}

div#block-block-45 {
    display: none;
}

#zone-branding #block-poplaredu-search-poplaredu-search-gss-form {
  margin-left: 0;
}

.navigation,
#block-superfish-1,
.user-menu-wrapper {
  display: block;
}

.home-hero-container {
    font-family: 'Ubuntu', Arial, sans-serif;
    background-image: url(../sites/default/themes/greenner/images/home_video_background.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position-x: 35%;
    padding-top: 47px;
    background-position-y: 100%;
}

body.front .breadcrumb-wrapper {
    display: none;
}

.home-bottom {
    background-image: url(../sites/default/themes/greenner/images/home_bottom_background.png);
}

@media screen and (max-width: 1024px) {
  .navigation, #block-superfish-1, .user-menu-wrapper {
    display: none;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    background-color: #fff;
    position: relative;
    z-index: 2;
    top: 55px;
  }

  .home-hero-container {
    background-image: url(https://www.poplarnetwork.com/edu/sites/all/A.libraries%2C%2C_superfish%2C%2C_css%2C%2C_superfish.css%2C%2Cqoq3i5e%2Bthemes%2C%2C_omega%2C%2C_alpha%2C%2C_css%2C%2C_alpha-reset.css%2C%2Cqoq3i5e%2Bthemes%2C%2C_omega%2C%2C_alpha%2C%2C_css%2C%2C_alpha-mobile.css%2C%2Cqoq3i5e%2Bthemes%2C%2C_omega%2C%2C_alpha%2C%2C_css%2C%2C_alpha-alpha.css%2C%2Cqoq3i5e%2Bthemes%2C%2C_omega%2C%2C_omega%2C%2C_css%2C%2C_formalize.css%2C%2Cqoq3i5e%2Bthemes%2C%2C_omega%2C%2C_omega%2C%2C_css%2C%2C_omega-text.css%2C%2Cqoq3i5e%2Bthemes%2C%2C_omega%2C%2C_omega%2C%2C_css%2C%2C_omega-branding.css%2C%2Cqoq3i5e%2Bthemes%2C%2C_omega%2C%2C_omega%2C%2C_css%2C%2C_omega-menu.css%2C%2Cqoq3i5e%2Bthemes%2C%2C_omega%2C%2C_omega%2C%2C_css%2C%2C_omega-forms.css%2C%2Cqoq3i5e%2Bthemes%2C%2C_omega%2C%2C_omega%2C%2C_css%2C%2C_omega-visuals.css%2C%2Cqoq3i5e%2Bthemes%2C%2C_poplar_edu_new%2C%2C_css%2C%2C_global.css%2C%2Cqoq3i5e%2CMcc.o2kUjdu0CL.css.pagespeed.cf.4gcTc5Y4Fj.css);
    padding-top: 0;
  }

  .home-hero-left {
    width: 100%;
    text-align: center;
    padding-top: 47px;
    padding-bottom: 47px;
    position: relative;
    z-index: 1;
  }

  .home-hero-left:after {
    content: "";
    background-image: url(../sites/default/themes/greenner/images/home_video_background.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position-x: center;
    background-position-y: 100%;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }

  div#region-branding {
      position: relative;
  }

  #zone-branding div#block-block-13 {
      position: absolute;
      right: 0;
      top: 0;
      margin-top: 10px;
  }

  #zone-branding div#block-poplaredu-search-poplaredu-search-gss-form {
      position: absolute;
      right: 160px;
      top: 0;
      margin-top: 10px;
  }

  #zone-branding section#block-menu-block-1 {
      position: absolute;
      right: 160px;
      top: 20px;        
  }

  #zone-branding #block-block-42 {
      position:absolute;
      right: 0;
      top: 20px;
  }

  div#block-block-45 {
      display: block;
      position: absolute;
      right: 370px;
  }

  .mobile-menu,
  .mobile-search {
      font-size: 28px;
      color: #bfbfbf;
  }

  .mobile-search {
      display: none;
  }

  ul#superfish-1 {
    display: block !important;
    float: none;
    width: 100%;
    text-align: center;
  }

  ul.sf-menu li {
    float: none;
    font-size: 16px;
    margin-bottom: 10px;
  }

  ul.sf-menu li.sf-depth-2 {
    display: none !important;
  }

  select#superfish-1-select {
    display: none !important;
  }

  .home-hero-container p {
    margin: 15px 0;
  }

  .home-hero-left {
      width: 100%;
      text-align: center;
  }

  .home-hero-right {
      width: 100%;
  }

  .council-logo {
      width: 100%;
      text-align: center;
  }

  .council-logo img {
      max-height: 95px;
  }

  .carousel-container {
      max-width: 65%;
    display: block;
    margin: 0 5% 0 28%;
    padding: 0 0 70px 0;
  }

  .carousel-container:after {
    top: -15px;
    left: -145px;
  }

  .home-products .item-container {
      min-width: 28%;
      margin-bottom: 15px;
  }

  .region-inner.region-footer-second-inner > div.block:not(:last-child), 
  .region-inner.region-footer-second-inner > section.block:not(:last-child) {
    width: 20%;
    margin: 0 0 0 25px;
  } 
}

@media screen and (max-width: 672px) {
  div#block-block-45 {
    right: 0;
    width: 85px
  }

  #zone-branding div.block,
  #zone-branding section.block {
      display: none;
  }

  .mobile-search,
  .mobile-menu {
      display: inline-block;
  }

  .mobile-menu {
      margin-left: 20px;
  }

  #zone-branding div#block-poplaredu-search-poplaredu-search-gss-form {
    right: 0;
    top: 90px;
    z-index: 999999999;
  }

  #zone-branding div#block-block-13 {
    top: 120px;
    z-index: 999999999;
  }

  #zone-branding section#block-menu-block-1 {
    top: 130px;
    margin: 0;
    right: 140px;
    text-align: center;
    width: 100px;
    z-index: 999999999;
  }

  #zone-branding #block-block-42 {
    top: 133px;
    z-index: 999999999;
  }

  #zone-branding section#block-menu-block-1 ul.menu {
      text-align: center;
  }

  #zone-branding section#block-menu-block-1 ul.menu li {
      margin-bottom: 5px
  }

  header#section-header {
      background: #fff;
  }

  #block-superfish-1 {
    top: 150px;
  }

  .left-top-content.invisible {
    visibility: hidden;
  }

  .home-products .item-container {
      min-width: 45%;
  }

  .home-bottom-container > div {
      min-width: 95%;
  }

  .home-bottom-container > div:not(:last-child) {
      margin-bottom: 20px;
  }

  .region-inner.region-footer-second-inner > div.block:not(:last-child), 
  .region-inner.region-footer-second-inner > section.block:not(:last-child) {
      width: 49%;
  }

  .region-inner.region-footer-second-inner > section#block-block-38 {
      margin-top: 20px;
      width: 100%;
      text-align: center;
  }

  .region-inner.region-footer-second-inner > div.block:first-child {
      width: 100%
  }

  .region-footer-second-inner ul.menu li {
      height: auto;
  }

  .region-inner.region-footer-second-inner > div.block:not(:last-child), 
  .region-inner.region-footer-second-inner > section.block:not(:last-child) {
      margin: 0;
  }

  .carousel-container {
    max-width: 75%;
    margin: auto;
  }

  .carousel-container:after {
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.4;
  }

  .testimonials .owl-next {
    top: 25%;
  }

  .testimonials .owl-prev {
    left: -29px;
    top: 25%;
  }
}