﻿/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 
 PALETTE: Header blue #0076C0, Dark blue #2D8AC4, Dark blue button #055A90, Orange #F7931E, Lime #7BC143, Teal #00B6BD, Grey #74726A #E3E1DF
 */

/**
 * Wireframes.
 */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}
.lt-ie8 .with-wireframes #header,
.lt-ie8 .with-wireframes #main,
.lt-ie8 .with-wireframes #content,
.lt-ie8 .with-wireframes #navigation,
.lt-ie8 .with-wireframes .region-sidebar-first,
.lt-ie8 .with-wireframes .region-sidebar-second,
.lt-ie8 .with-wireframes #footer,
.lt-ie8 .with-wireframes .region-bottom {
  /* IE6/7 do not support the outline property. */
  border: 1px solid #ccc;
}

/**
 * Accessibility features.
 */

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

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

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}
body {
   background: url('../imgs/background.png') repeat;
   }
#main {
   background-color: #fff;
   border-bottom: 11px solid #F7931E;
   }
article {
   padding-bottom: 2.5em;
   }

/**
 * Branding header.
 */
.header {
   background-color: #0076C0;
   height: 135px;
   }

/* Wrapping link for logo. */
.header__logo {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
.header__site-link:link,
.header__site-link:visited {
  color: #000;
  text-decoration: none;
}
.header__site-link:hover,
.header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
.header__secondary-menu {
  float: right; /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
.header__region {
    margin-left: 265px;  
    margin-top: 31px;
    padding-right: 20px;
}
.header__region .block {
   float: right;
   }


/**
 * Navigation bar and user menu
 */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
}
#navigation .block {
  margin-bottom: 0;
}

/* Main menu and secondary menu links and menu block links. */
#navigation .links,
#navigation .menu,
#block-system-user-menu .menu {
  margin: 0;
  padding: 0;
  text-align: left; /* LTR */
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 1.286em;
  float: right;
  clear:right;
}
#navigation .menu {
    /*  float: right;
      clear:both;*/
      margin-top: 7px;
   }
#navigation .menu .menu {}

#navigation .links li,
#navigation .menu li,
#block-system-user-menu .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left; /* LTR */
  padding: 0 20px 0 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
#navigation .links li a,
#navigation .menu li a,
#block-system-user-menu .menu li a {
   text-decoration: none;
   color: #fff;
}
#navigation .links li a:hover,
#navigation .menu li a:hover,
#block-system-user-menu .menu li a:hover,
#navigation .links li a.active,
#navigation .menu li a.active,
#block-system-user-menu .menu li a.active {
   color:#F7931E;
}
#block-system-user-menu .menu {
   font-family: 'Open Sans', sans-serif;
   font-size: 0.929em;
    }

#navigation .links li a,
#navigation .menu li a {
   text-transform: uppercase;
   }
#block-superfish-1 { /*second level main menu */
    background-color: #055A90;
    left: 0;
    position: absolute;
    width: 100%;
    top: 134px;
    z-index: 10;
   }
/*superfish with admin menu turned on */
.admin-menu #block-superfish-1 { /*second level main menu */
   background-color: #055A90;
    left: 0;
    position: absolute;
    width: 100%;
    top: 155px;
    z-index: 10;
   }
#block-superfish-1 .menu {
   width: 1020px;
   margin: 0 auto;
   float: none;
}
#block-superfish-1 .menu li a,
#block-superfish-1 .menu li .nolink {
   font-family: 'Open Sans', sans-serif;
   font-size: 0.722em;
   text-transform: none;
   padding: 1em;
   }
#block-superfish-1 .menu li .nolink {
   color: #fff;
   }
.sf-menu.sf-horizontal.sf-shadow ul, .sf-menu.sf-vertical.sf-shadow ul, .sf-menu.sf-navbar.sf-shadow ul ul {
  /*  background-color: #055A90; */
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    background-image: none;
    padding: 0 8px 9px 0 !important;
    top: 38px;
}

#block-superfish-1 .menu li ul li {
   border-bottom: 1px dotted #044f7e;
   padding-right: 8px;
       background-color: #055A90;
   }


#block-superfish-2 .menu li ul li {
   border-bottom: 1px dotted #044f7e;
   padding-right: 8px;
padding-left: 8px;
background: #0076C0;
   }


#block-superfish-1 .menu li ul li a:hover {
   color: #56Afe7;
   }
/*Online course link*/
ul#superfish-1 > li.first a {
  background-color: #0076C0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 20px 6px 12px;
  margin-top: .5em;
}
ul#superfish-1 > li.first a:hover {
   background-color: #F7931E;
   color: #fff;
   }
ul#superfish-1 > li.first a:after {
    content: ">";
    padding-left: 6px;
    position: absolute;
}

#block-superfish-2 .menu li a,
#block-superfish-2 .menu li .nolink {
   
   padding: .25em;
   }

#block-superfish-2 .menu li .nolink {
   color: #fff;
   }



/**
 * Breadcrumb navigation.
 */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
.page__title,          /* The title of the page. */
.node__title,          /* Title of a piece of content when it is given in a list of content. */
.block__title,         /* Block title. */
.comments__title,      /* Comment section heading. */
.comments__form-title, /* Comment form heading. */
.comment__title {      /* Comment title. */
  margin: 0;
}
h1, h2 {
   font-family: 'Open Sans Condensed', sans-serif;
   }
.node__title {
  color: #F7931E;
  text-transform: uppercase;
  }
.front .page__title {
   font-size: 3em;
   font-family: 'Open Sans Condensed', sans-serif;
   }
h1#section-title {
   text-transform: uppercase;
   position: relative;
   margin-top: 0;
   margin-bottom: 0;
   }
h1#section-title:after {
            content: '';
            display: block;
            position: absolute;
            width: 2.5em;
            border-bottom: 5px solid #F7931E;
            bottom: -12px;
}
.section-subtitle {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: .643em;
    font-weight:normal;
    text-transform: none;
    padding-left: 1.5em;
    }
.pane-title {
   text-transform: uppercase;
   color: #F7931E;
   }
.front .pane-title, .page-teacher-resources .pane-title {
   color: #74726A;
   }
   
.front .second-row-left .panel-pane .pane-title {
    color: #fff;
    margin-top: 0;
}
.front .pane-title:after,
.page-teacher-resources .pane-title:after,
.sidebar .block-title:after {
    border-bottom: 5px solid #f7931e;
    bottom: -12px;
    content: "";
    display: block;
    position: absolute;
    width: 2.5em;
}
.front .pane-title,
.page-teacher-resources .pane-title,
.sidebar .block-title {
    /*margin-bottom: 0;
    margin-top: 0;*/
    position: relative;
    text-transform: uppercase;
    margin-bottom: 1.25em;
}
.section-teacher-resources .region-highlighted h2.block-title {
   color: #F7931E;
   text-transform: uppercase;
   font-size: 2em;
    }
 .section-teacher-resources h1.title {
    color: #f7931e;
    font-size: 1.125em;
    font-family: "Open Sans", sans-serif;
    clear: both;
    }

/**
 * Messages.
 */
.messages,
.messages--status,
.messages--warning,
.messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px; /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  *background-image: url('../../images/message-24-ok.png');
  background-position: 8px 8px; /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  *background-image: url('../../images/message-24-warning.png');
  border-color: #ed5;
}
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  *background-image: url('../../images/message-24-error.png');
  border-color: #ed541d;
}
.messages__list {
  margin: 0;
}
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
.messages--error p.error {
  color: #333;
}

/* System status report. */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */

/* Basic positioning styles shared by primary and secondary tabs. */
.tabs-primary,
.tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}
.tabs-primary__tab,
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left; /* LTR */
  margin: 0 3px;
}
a.tabs-primary__tab-link,
a.tabs-secondary__tab-link {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
.tabs-primary__tab,
.tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}
.is-active.tabs-primary__tab {
  border-bottom-color: white;
}
a.tabs-primary__tab-link,
a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}
a.tabs-primary__tab-link:hover,
a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}
a.tabs-primary__tab-link:active,
a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}
a.tabs-secondary__tab-link,
a.tabs-secondary__tab-link.is-active {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}
a.tabs-secondary__tab-link:hover,
a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}
a.tabs-secondary__tab-link:active,
a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */

/* List of links generated by theme_links(). */
.inline {
  display: inline;
  padding: 0;
}
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0; /* LTR */
}


/* The inline field label used by the Fences module. */
span.field-label {
  padding: 0 1em 0 0; /* LTR */
}

/**
 * "More" links.
 */
.more-link a, .comment-add a {
  background-color: #a4a195;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 24px 10px 14px;
}
.more-link a:hover, .comment-add a:hover {
   background-color: #0076c0;
   }
.comment-add a.active {
   color: #fff;
   }
.more-link a:after, .comment-add a:after {
    content: ">";
    padding-left: 6px;
    position: absolute;
}
div.more-link, li.comment-add {
   margin-top: 2.25em;
   margin-bottom: 2.25em;
   display: block;
   }
 
.more-help-link {
  text-align: right; /* LTR */
}
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  *background-image: url('../../images/help.png');
  background-position: 0 50%; /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px; /* LTR */
}
.read-more a {
   color: #F7931E;
   font-style: italic;
   font-family: Georgia, serif;
   font-size: .688em;
   text-decoration: none;
   }
.read-more a:hover {
   color: #0076c0;
   }

/**
 * Pager.
 */

/* A list of page numbers when more than 1 page of content is available. */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

.pager-item,     /* A list item containing a page number in the list of pages. */
.pager-first,    /* The first page's list item. */
.pager-previous, /* The previous page's list item. */
.pager-next,     /* The next page's list item. */
.pager-last,     /* The last page's list item. */
.pager-ellipsis, /* A concatenation of several list items using an ellipsis. */
.pager-current { /* The current page's list item. */
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */

/* Block wrapper. */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  *list-style-image: url('../../images/menu-leaf.png');
  list-style-type: square;
}
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  *list-style-image: url('../../images/menu-expanded.png');
  list-style-type: circle;
}
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC'); /* LTR */
  *list-style-image: url('../../images/menu-collapsed.png'); /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
a.active {
  color: #F7931E;
}

/**
 * Marker.
 */

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

/**
 * Unpublished note.
 */

/* The word "Unpublished" displayed underneath the content. */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}
.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  /* Otherwise these elements will appear below the "Unpublished" text. */
  position: relative;
}

/**
 * Comments.
 */

/* Wrapper for the list of comments and its title. */
.comments {
  margin: 1.5em 0;
}

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

/* Wrapper for a single comment. */
.comment {
  /* Comment's permalink wrapper. */
}
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px; /* LTR */
}

/**
 * Forms.
 */

/* Wrapper for a form element (or group of form elements) and its label. */
.form-item {
  margin: 1.5em 0;
}

/* Pack groups of checkboxes and radio buttons closer together. */
.form-checkboxes .form-item,
.form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/*Fivestar*/
form.fivestar-widget {
     }

/*Search*/
.form-item-search-block-form {
   background-color: white;
   padding: .33em;
   }
#block-search-form input.form-text {
    background: url("../imgs/Search-Icon.png") no-repeat scroll 96% center rgba(0, 0, 0, 0);
    border: none;
    font-size:.875em;
    color: #454545;
}


/* Form items in a table. */
tr.odd .form-item,
tr.even .form-item {
  margin: 0;
}

/* Highlight the form elements that caused a form submission error. */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

/* The descriptive help text (separate from the label). */
.form-item .description {
  font-size: 0.85em;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/* Password confirmation. */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
#user-login-form {
  text-align: left; /* LTR */
}
#edit-actions {
   margin-bottom: 1em;
   }


/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */

/* OpenID creates a new ul above the login form's links. */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
.openid-link,
.user-link {
  margin-top: 1.5em;
}
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px; /* LTR */
}
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
form th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}
form tbody {
  border-top: 1px solid #ccc;
}
form table ul {
  margin: 0;
}
thead {
   background-color: #E3E1DF;
   font-weight: bold;
   }
table tr.even, table tr.odd {
    background-color: transparent;
    border-bottom: 1px dashed #d4d3d2;
      padding: 0.1em 0.6em;
}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
  /* IE doesn't display borders on table rows. */
  border-bottom: 1px solid #ccc;
}

/* Markup generated by theme_tablesort_indicator(). */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
td.checkbox,
th.checkbox {
  text-align: center;
}

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

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */

/* Suggestion list. */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

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

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background-color: #0072b9;
  background-image: url('../../images/progress.gif');
}
/* ADDED FOR GET REAL*/

#footer {
   margin-top: 40px;
   margin-bottom: 40px;
   }
.footertext {
margin-left: 50%;
font-size: .688em;
   }
#footer .logos {
   float: left;
   }
#footer .logos img {
   padding: 0 .75em;
   vertical-align: top;
   }
#footer a {
   text-decoration: none;
   color: #74726a;
   font-weight: bold;
   }
#footer a:hover {
   color: #F7931E;
   }
.section-info {
   background-color: #E3E1DF;
   margin: -3em -40px 40px;
    padding: 40px;
   }
.section-teacher-resources .section-info {
   margin: -1em -40px 40px;
   }
.page-learn-more article {
   padding-bottom: 0;
   }
.page-learn-more .field-name-field-image {
   float: right;
   margin: -1.5em 0 1em 1em;
}
.page-learn-more .field-name-body {
   margin-right: 30%;
   padding-bottom: 2.5em;
   background: url('../imgs/separator.png') repeat-x left bottom;
      }
.page-learn-more h2.pane-title {
   border-bottom: 1px dashed #d4d3d2;
   width: 70%;
   margin-top: 0;
   padding-bottom: .5em;
   }
ul {
   list-style: none;
   padding-left: 8px;
    }
.field-name-body li:before {
   content: "›";
    margin-left: -8px;
    position: absolute;
    color: #F7931E;
}
.not-front .views-row {
   margin-bottom 2em;
   border-bottom: 1px dashed #d4d3d2;
   padding: .5em 0;
   }
a.learnmore {
   text-transform: uppercase;
   text-decoration: none;
    border-radius: 5px;
    color: white;
    padding: 12px 24px 12px 14px;
    font-weight: bold;
    font-size: 0.938em;
    margin-top: 10px;
    display: inline-block;
   }
a.learnmore:after {
    content: ">";
    padding-left: 6px;
    position: absolute;
}
a.learnmore:link, li.node-readmore a:visited, a.learnmore:visited {
    background-color: #F7931E;
}
a.learnmore:hover {
   background-color: #0076C0;
   }
 .views-field-title, .views-field-title a {
   color: #74726a;
   font-weight: bold;
   text-decoration: none;
    }
.views-field-title a:hover {
   color: #F7931E;
   }
.not-front .view-content {
   margin-bottom: 2.5em;
   }
/* TEACHER RESOURCES VIEWS */
.page-teacher-resources .panel-col-top {
   background: url('/sites/default/files/teacher-resources-photo.jpg')no-repeat left top;
   height: 236px;
   }
.page-teacher-resources .panel-col-top h1 {
   color: #fff;
   font-size: 2.125em;
   padding: 52px 0 0 20px;
   }
.page-teacher-resources .panel-col-top p a.learnmore {
   float: right;
   margin-right: 80px;
   margin-top: 0;
   }
.page-teacher-resources .panel-col-first, .page-teacher-resources .panel-col-last {
   margin-bottom: 2.5em;
   }
.page-teacher-resources .panel-col-bottom {
   background-color: #f1f0ef;
   margin-left: -40px;
   width: 103%;
   }
.page-teacher-resources .panel-col-bottom .inside {
   padding: 2.5em 0 0 40px;
    background: url('../imgs/separator.png') repeat-x left top;
   }
.page-teacher-resources .panel-col-first .inside {
    margin-right: 1.25em;
    }
.page-teacher-resources .panel-col-last .inside {
    margin-left: 1.25em;
    margin-right: 1.25em;
    }
.view-faqs {
   padding-bottom: 2.5em;
   }
.view-faqs table {
   width: 95%;
   margin-left: 3px;
   }
.faqquestion {
   padding: .5em 2.5em .5em 30px;
   width: 75%;
   min-height: 24px;
   vertical-align: top;
   }
.faq-closed {
      background: url('../imgs/faq-closed.png')no-repeat left .5em;
}
.faq-open {
   background: url('../imgs/faq-open.png')no-repeat left .5em;
   }
#content .view-faqs ul {
   padding-left: 10px;
   }

.view-faqs .faqanswer ul li {
   list-style: disc;
   }
.view-faqs .faqanswer {
   padding-right: 2.5em;
   margin-left: .5em;
   }
.view-faqs .views-field-field-vote, .view-faq .views-field-field-vote-1 {
   padding: .5em 0;
   vertical-align: top;
   }
.view-faqs .views-field-title { }
.view-get-real-blog  .views-row {
   background: url('../imgs/Post-Icon.png')no-repeat left 10px;
   min-height: 46px;
   padding-left: 50px;
   }
.panel-col-last .views-field-title,
.panel-col-first .views-field-title {
   padding-right: 1em;
   }

.panels-flexible-region-homepage-top_right p {
   margin: 0 0 0 0;
   }
.panels-flexible-region-homepage-top_right img {
   float: right;
   margin-top: -66px;
   margin-right: -10px;
   }
.region-sidebar-second .block {
   margin-bottom: 2.5em;
   }
.region-sidebar-second .block ul  {
   background: url('../imgs/separator.png') repeat-x left bottom;
   margin-bottom: 0;
   padding-bottom: 2.5em;
   }
 
/* Resources taxonomy and sidebar lists*/
.topic-summary {
float: left;
display: block;
width: 50%;
}
.topic-summary ul.first-column {
   padding-left: 8px;
   margin-top: .25em;
   }
.topic-summary ul.second-column {
  padding-left: 40px;
  margin-top: .25em;
  }
.region-sidebar-second ul li {
   list-style-type: none;
   }
.topic-summary ul li:before, 
.view-pp-forum ul li:before,
.region-sidebar-second ul li:before {
   content: "»";
    margin-left: -10px;
    position: absolute;
    color: #F7931E;
}
.topic-summary ul li a, .region-sidebar-second ul li a{
   text-decoration: none;
   color: #74726a;
   }
.topic-summary ul li a:hover, .region-sidebar-second ul li a:hover {
   color: #F7931E;
   }
.view-id-resources, .view-id-faqs {
   clear: both;
   }
.region-sidebar-second #block-views-nodequeue-1-block {
   background: url('../imgs/separator.png') repeat-x left bottom;
   margin-bottom: 0;
   padding-bottom: 1em;
   }
   
/***********************************************************
                    Homepage Second Row
***********************************************************/


/*Tabs  */

.ui-widget-header {
    background:transparent;
    border: none;

}
.ui-widget-content {
    background: transparent;
    border: none; 
}

.ui-tabs .ui-tabs-panel {
   padding: 1em 2.5em 2.5em;
   }

.ui-tabs .ui-tabs-nav li a {
   padding: 1.25em 1.25em 1em;
   }
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active {
   background-image: none;
   }
.ui-state-active a, 
.ui-state-active a:link, 
.ui-state-active a:visited, 
.ui-state-default a, 
.ui-state-default a:link, 
.ui-state-default a:visited {
   text-transform: uppercase;
   color: #fff;
   font-weight: bold;
   font-family: "Open Sans Condensed", sans-serif;
   font-size: 1.125em;
   }
.ui-tabs, 
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
   padding: 0;
   }


.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px;
}
#content .ui-tabs .ui-tabs-nav {
    padding: 0 0;
    }
.view-homepage-tabs {
   
   }
.view-homepage-tabs .view-content p {
   font-family: Georgia, serif;
   font-size: 1em;
   margin-bottom: 0;
   margin-top: 0;
   }
.view-homepage-tabs .field-content {
   margin-left: 315px;
   margin-right: 15px;
   text-align: center;
   color: #454545;
   }
.view-homepage-tabs .view-content a.learnmore {
   background: transparent;
   font-family: "Open Sans", sans-serif;
   font-weight: bold;
   font-size: .720em;
   margin-top: 0;
   }

.view-homepage-tabs .field-content h3 {
   font-family: "Open Sans", sans-serif;
   font-weight: bold;
   border-bottom: 1px dotted #c7c6c4;
   padding-bottom: .5em;
   padding-top: 1em;
   font-size: 1em;
   }
.view-homepage-tabs .view-content img {
   position:relative;
   top: 0;
   margin: 0 .5em 0 0;
   float: left:
   }
   
#qt-homepage_tabs-ui-tabs1, #ui-id-1 {
   background-color: #7BC143;
   }
#qt-homepage_tabs-ui-tabs1 .view-content {
   background:  url('/sites/default/files/involving-parents.jpg') no-repeat top left, url('../imgs/Involving-Parents-Icon.png')no-repeat 78% 96%  #a1d37c;
   min-height: 249px;
  }
#qt-homepage_tabs-ui-tabs2 .view-content {
   background:  url('/sites/default/files/empowering-youth.jpg') no-repeat top left, url('../imgs/Empowering-Youth-Icon.png')no-repeat 78% 96% #f6b261;
   min-height: 249px;
  }
#qt-homepage_tabs-ui-tabs3 .view-content {
   background:  url('/sites/default/files/supporting-teachers.jpg') no-repeat top left, url('../imgs/Supporting-Teachers-Icon.png')no-repeat 78% 96% #4ACBD0;
   min-height: 249px;
  }
#qt-homepage_tabs-ui-tabs2, #ui-id-2 {
   background-color: #F7931E;
   }
#qt-homepage_tabs-ui-tabs3, #ui-id-3 {
    background-color: #00B6BD;
}
.front .panels-flexible-row.second-row {
   margin-left: -40px;
   margin-right: -40px;
   background-color: #0076C0;
   }
 
 .panels-flexible-homepage .panels-flexible-row {
    padding-top: 0;
    padding-bottom: 0;
    }
   
.panels-flexible-region-homepage-second_row_left {
    float: right;
    background-color: #fff;
 }
    
.front .second-row-left .panel-pane {
   padding: 1.25em 40px;
   color: #fff;
   }
.front .second-row-left .panel-pane p {
   margin-top: 2.5em;
   }
.front .second-row-left .panel-pane p a {
   color: #fff;
   }
.front .second-row-left .panel-pane li:before {
    color: #fff;
    content: "›";
    margin-left: -8px;
    position: absolute;
    } 


.front .second-row-right .panels-flexible-region-inside {
    padding-left: 1.25em;
    }
.front .second-row-left a.learnmore, 
.page-teacher-training a.learnmore {
    background-color: #055A90;
    margin-top: 24px;
     }
 .front .second-row-left a.learnmore:hover, 
 .page-teacher-training a.learnmore:hover {
    background-color: #F7931E;
    }
.front .panels-flexible-row-homepage-3 {
   background-color: #e3e1df;
   margin-left: -40px;
   margin-right: -40px;
   }
.panels-flexible-row-homepage-3-inside {
   background: url('../imgs/separator.png') repeat-x left bottom;
   }


/***********************************************************
                    Homepage SLIDESHOW
***********************************************************/

.flexslider {
    background-color: #e3e1df;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 0 0 0;
    position: relative;
    background: url('../imgs/Quote-Icon.png')no-repeat 20px top;
}
.view-slideshow {
   margin-top: 50px;
   margin-bottom: 50px;
   font-family: Georgia, serif;
   margin-left: 20px; 
   margin-right: 20px; 
   }
ul.slides {
   margin-left: 119px;
   margin-right: 119px;
   }
.view-slideshow .views-field-field-description p {
   font-size: 1.250em;
   margin-bottom: .5em;
   margin-top: 0;
   }
.view-slideshow .views-field-field-quote-attribute .field-content:before {
   content:"- "
   }
ul.flex-direction-nav {
    bottom: 50%;
    right: 0;
    position: absolute;
    width: 100px;
    z-index: 10;
}
.flexslider .flex-direction-nav a {
   background: url('../imgs/slider-circles.png')no-repeat center center; 
   height: 31px;
   width: 33px;
   }
.flex-direction-nav a:before {
    content: "";
    display: inline-block;
    font-family: "flexslider-icon";
    font-size: 20px;
    line-height: 1;
    color: #74726A;
    padding-top: 6px;
    
}
.flex-direction-nav a.flex-next:before {
   content: "";
   }
.flex-direction-nav .flex-next, 
.flex-direction-nav .flex-prev {
   text-align: center;
   line-height: 1;
}

/***********************************************************
        Homepage TEACHER RESOURCES AND ADVOCATE ROWS
***********************************************************/

  
.panels-flexible-region-homepage-third_row .panel-pane {
  background: url('/sites/default/files/Teacher-Resources-Photo-home.jpg') no-repeat 31% 10px; 
   }
.panels-flexible-region-homepage-fifth_row .panel-pane {
  background: url('/sites/default/files/advocate-photo.jpg') no-repeat 31% 10px; 
   }
.panels-flexible-region-homepage-fifth_row div.learnmore-button  {
    margin-left: 24%;
    margin-top: -90px;   
}
.panels-flexible-region-homepage-third_row a.learnmore {
   float: right;
   background-color: #055A90;
   }
.panels-flexible-region-homepage-fifth_row .pane-title,
.panels-flexible-region-homepage-third_row .pane-title {
   width: 10%;
   line-height: normal;
   position:absolute;
   margin-top: 0;
   }
.advocatetext, 
.resourcestext {
   margin-left: 490px;
   }
.advocatetext p,
.resourcestext p {
   margin-top: 1.75em;
   }
.advocatetext h3,
.resourcestext h3 {
   padding-bottom: .5em;
   padding-top: 2.5em;
   }

/* Action Steps*/

div.action-steps {
    float:right;
    margin-top: -50px;
    height: 175px;
   }

div.action-steps p {
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display:inline;
}
div.action-steps p a {
   color: white;
   text-decoration: none;
   text-transform: uppercase;
    min-height: 175px;
    min-width: 175px;
    display: block;
    background: url('../imgs/Action-Steps-Sprite.png') no-repeat 0 0;
    padding: 60px 0;
   }
div.action-steps p a:hover {
   background: url('../imgs/Action-Steps-Sprite.png') no-repeat -177px 0;
    min-height: 175px;
    min-width: 175px;
    display: block;
    padding: 60px 0;

}
div.action-steps p a:after {
   content: "→" ;
   font-size: 4em;
   display: block;
   color:  #055A90;
   font-weight: bold;
   }
div.action-steps p a:hover:after {
    color: #fff;
    }
/*Teacher Training */

.page-teacher-training .panels-flexible-region-inside-first {
   padding-right: 2.5em;
   }
div.top {
   float: right;
   font-style: italic;
   padding-bottom: 1.25em;
   margin-right: 11.5%;
   margin-top: -1em
   }
div.top a {
    color: #F7931E;
    text-decoration: none;
    display:block;
    padding-left: 30px;
    background: url('../imgs/Top-Button-Active.png')no-repeat top left;
    }
div.top a:hover {
   color: #055A90;
   padding-left: 30px;
    background: url('../imgs/Top-Button-Hover.png')no-repeat top left;
    }
 .page-teacher-training .note {
    float: right;
    font-family: Georgia, serif;
    font-style:italic;
    position: relative;
    margin-top: 50px;
    }
.page-teacher-training .note:before {
    border-top: 5px solid #f7931e;
    top: -12px;
    content: "";
    display: block;
    position: absolute;
    width: 70px;
}

/***********
RESPONSIVE
************/

@media all and (min-width: 480px) and (max-width: 959px) {

#navigation .menu {
    /*  float: right;
      clear:both;*/
      margin-top: 0;
   }
#block-system-user-menu, #block-search-form {
margin-bottom: .5em;
 }
#block-superfish-1 .menu li a, #block-superfish-1 .menu li .nolink {
    font-size: 0.622em;
    padding: 1em .5em;
  }
 h2, h3 {
    word-wrap: normal;
    }
/* QuickTabs */

.view-homepage-tabs .field-content {
   margin-left: 0;
   margin-right: 15px;
   }
   
#qt-homepage_tabs-ui-tabs1 .view-content,
#qt-homepage_tabs-ui-tabs2 .view-content,
#qt-homepage_tabs-ui-tabs3 .view-content {
   padding-top: 249px;
  }
.ui-tabs .ui-tabs-nav li {
   white-space: normal;
   width: 30%;
 }
.advocatetext, 
.resourcestext {
   margin-left: 22%;
   padding-top: 130px;
   }
.panels-flexible-region-homepage-fifth_row div.learnmore-button  {
    margin-left: 22%;
    margin-top: 0;
    
  }
}