/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    background-color: white!important;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   HTMLCenter defaults
   ========================================================================== */

/*
 * Footer always at bottom
 */

/*
*   wrapper's width
*/

.header-wrap, .content-wrap, .footer-wrap {
    min-width: 1020px;   /* customizable according to "div.c-align" width */
}

/*
* Center align
*/

.c-align {
    width:960px;
    margin:0 auto;
}

/*
* Logo as a header
*/

.logo {
    background:url(../img/logo.png) 0 0 no-repeat;
    position:absolute;
    width:365px;
    height:119px;
    margin:0;
    padding:0;
    top: 39px;
    left: 0;
  margin-left: -20px;
}
h1.logo a {
    display:block;
    height:109px;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */
body {
    font-family: Arial;
 
}

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


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

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

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

@font-face {
  font-family: 'Conv_HelveticaNeueLTStd-Cn';
  src: url('../fonts/HelveticaNeueLTStd-Cn.eot');
  src: local('☺'), 
  url('../fonts/HelveticaNeueLTStd-Cn.woff') format('woff'), 
  url('../fonts/HelveticaNeueLTStd-Cn.ttf') format('truetype'), 
  url('../fonts/HelveticaNeueLTStd-Cn.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  color: #969a9b;
  line-height:1.4;
  margin:0;
  font-weight: normal;
}
h1 { 
  font-size:60px;
  font-family: 'KorolevCondensedBold';
  color: #6EB844;
}

h2 { 
  font-size:35px;
  font-family: 'KorolevCondensedMedium';
}

h3, h4 { 
  font-size:18px;
  font-family: 'KorolevCondensedBold';
}
.content,
.content p {
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#666666;
}

input[type="text"]:focus {
    outline: none;
}

ul {
    list-style-type: none;
}


a {
    text-decoration: none;
  color: #0A869C; /**Dark blue link color on grey**/
  color: #F79C1E;
}



td {
  vertical-align: top;
}

a:hover {
    text-decoration: underline;
}

.header-wrap {
    background: url("../img/header-bg-top-line.gif") 0 0 repeat-x #fff;
    min-height: 145px;
   /** height: 165px;**/
}


.header-wrap .c-align {
    position: relative;
}

/***If logged in***/
BODY.logged-in div.header-wrap{
    min-height: 135px;
    height: 151px;
    margin-top: -25px;
    background: none;
}


.top-nav {
    position: absolute;
    right: 0;
    margin: 0;
}

.top-nav li {
    float: left;
    border-right: 2px solid #b2b3b3;
    border-left: 2px solid #b2b3b3;
    padding: 0 15px 0 16px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  line-height:30px;
}

.top-nav li a {
    display: block;
    background: url("../img/top-nav-arrow.png") right center no-repeat;
    font-family: KorolevCondensedMedium;
    font-size: 15px;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    padding-right: 16px;
    height: 30px;
    letter-spacing: .3px;
}
.top-nav li.cart{
    background: url("../img/top-nav-cart-icon.png") 9px 6px no-repeat #009891;
    border-right: none;
}

.top-nav li.cart a{
    background: none;
    padding-right: 0px;
    padding-left: 23px;
}

.top-nav li a:hover {
  color:#fbce8a;
  text-decoration:none;
}

.top-nav .academy {
    padding-right: 19px;
    padding-left: 18px;
    border-left: 2px solid #b2b3b3;
}

.top-nav .academy a {
    padding-right: 16px;
}

.utility-nav {
    position: absolute;
    right: -3px;
    top: 58px;
}

.utility-nav .search-field {
    float: left;
    width: 290px;
}

.utility-nav .actions-panel li {
    float: left;
  margin-left:30px;
}

.utility-nav .actions-panel li a {
    font-family: Arial;
    font-size: 14px;
    color: #fabd67;
}

.utility-nav .search-field {
    background: #ebecec;
    border-radius: 5px;
}

.utility-nav .search-field input {
    font-family: Arial;
    font-size: 12px;
    color: #b3b9bd;
    background: none;
    border: none;
    float: left;
}

.main-nav {
    position: absolute;
    right: 370px;

    top: 81px;
    z-index: 110;
}

.main-nav .first-step {
    float: left;
    margin-left: 6px;
    position:relative;
}

.main-nav .first-step > a {
    padding: 10px 14px 10px;
    border-radius: 5px;
    display: block;
    margin: 0;
}

.main-nav .active > a{
    background: url("../img/active.png") center 34px no-repeat;
    padding: 10px 2px 10px;
    margin: 0 12px 0;
    color: #919ba0;
}

.main-nav .first-step:hover > a {
    color: #919ba0;
    background: #dee1e2;
    box-shadow: 0 0 5px #d6d6d6;
    text-decoration: none;
    padding: 10px 14px 10px;
    margin: 0;
}

.main-nav .drop-cont-wrap > a {
    /*padding: 10px 14px 15px;*/
}

.main-nav .drop-cont-wrap:hover > a {
    box-shadow: 0 0 6px #d6d6d6;
}

.main-nav > li > a {
    font-family: KorolevCondensedBold;
    font-size: 17px;
    color: #00b8d1;
    text-transform: uppercase;
    word-spacing: 2px;
  letter-spacing: 1px;
}

.region-menu-main {
  position: absolute;
    right: -5px;
    top: 83px;
    z-index: 110;
}
.region-menu-main .menu > li {
    float: left;
    margin-left: 6px;
    position:relative;
  list-style-type:none;
  list-style-image:none;
  padding:0;
}
.region-menu-main .menu > li > a {
    padding: 10px 10px 10px;
    border-radius: 5px;
    display: block;
    margin: 0;
  letter-spacing:1px;
}
.region-menu-main .menu > li.active-trail > a {
    background: url("../img/active.png") center 34px no-repeat;
    padding: 10px 2px 10px;
    margin: 0 12px 0;
    color: #919ba0;
}
.region-menu-main .menu > li.active-trail:hover > a {
  padding: 10px 14px 10px;
}
/*
.region-menu-main .menu > li.active-trail > a {
  background: url("../img/active.png") center bottom no-repeat;
  padding: 10px 2px 10px;
}
  */
.region-menu-main .menu > li:hover > a {
    color: #919ba0;
    background: #dee1e2;
    box-shadow: 0 0 5px #d6d6d6;
    text-decoration: none;
    padding: 10px 10px 10px;
    margin: 0;
}
.region-menu-main .menu > li:last-child:hover > a {
    box-shadow: 0 0 6px #d6d6d6;
}
.region-menu-main .menu li a {
    font-family: KorolevCondensedBold;
    font-size: 17px;
    color: #00b8d1;
    text-transform: uppercase;
    word-spacing: 0px;
}
.region-menu-main .menu .menu {
    position: absolute;
    min-width: 175px;
    max-width: 230px;
    background: #dee1e2;
    margin: -4px 0 0 0;
    padding: 8px 20px 8px 11px;
    box-shadow: 0 3px 5px #d6d6d6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  display: none;
  overflow: hidden;
}
.region-menu-main .menu .menu li {
    padding: 2px 12px 0;
    border-radius: 3px;
    background: url("../img/drop-menu-border.gif") 0 0 repeat-x;
  float:none;
  line-height:34px;
}
.region-menu-main .menu .menu > li.active-trail > a {
  background:none;
  margin:0;
}
.region-menu-main .menu .menu > li.active-trail:hover > a {
  padding:0;
}
.region-menu-main .menu .menu li:first-child {
    background: none;
}
.region-menu-main .menu .menu li a {
    font-family: KorolevCondensedMedium;
    font-size: 18px;
    color: #00b8d1;
    display: block;
  padding:0;
  background:none;
  box-shadow:none;
  letter-spacing:normal;
}
.region-menu-main .menu .menu li:last-child a {
  background:none;
  box-shadow:none;
}
.region-menu-main .menu .menu li:hover {
    background: #fff;
}
.region-menu-main .menu .menu li:hover a {
    color: #919ba0;
    text-decoration: none;
}
.region-menu-main .menu .menu li:hover .img-wrap .menu-img {
    z-index: 2;
}
.region-menu-main .menu .menu {
    display: none;
  right: 0;
  border-top-right-radius: 0;
    border-top-left-radius: 5px;
}
.region-menu-main .menu li:hover .menu {
    display: block;
}
.region-menu-main .menu > li.first .menu {
    left: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 0;
}



.utility-nav .actions-panel {
    margin: 4px 30px 0 0;
    padding: 0;
  float: left;
}

.utility-nav .search-field .button {
    background: url("../img/search-button.png") center center no-repeat;
    width: 31px;
    height: 31px;
    float: right;
    margin-right: 2px;
}
.utility-nav .search-field .button:hover {
  background-image:url(../img/search-button-hover.png);
}
  

.utility-nav .search-field .text-field {
    padding: 8px 0 7px 13px;
    width: 240px;
}
/*
.utility-nav .actions-panel .login {
    margin-left: 89px;
}

.utility-nav .actions-panel .cart {
    margin-left: 27px;
}
*/
/**.main-nav .products .drop-menu {
  min-height: 150px;
  padding-bottom:8px;
  width: 440px;
}**/

.main-nav .programs {
    margin-left: 0px;
}
.main-nav .programs .drop-menu {
  min-height: 150px;
  padding-bottom:8px;
  width: 440px;
}
.main-nav .programs .drop-menu .img-wrap {
  
  
}
.main-nav .stem-central {
    margin-left: 3px;
}

.main-nav .drop-menu {
    position: absolute;
    width: 347px;
    /*min-height: 160px;*/
    background: #dee1e2;
    margin: -4px 0 0 0;
    padding: 8px 20px 20px 11px;
    box-shadow: 0 3px 5px #d6d6d6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  overflow: hidden;
}

.main-nav .drop-menu .img-wrap {
    padding: 2px 9px 1px 10px;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 8px;
    right: 9px;
    border-radius: 5px;
}

.main-nav .drop-menu .menu-img {
    z-index: 1;
    position: relative;
}

.main-nav .drop-menu .menu-img.default-image{
    z-index: 2;
}

.main-nav .first-step .drop-menu li {
    padding: 2px 12px 0;
    border-radius: 3px;
    background: url("../img/drop-menu-border.gif") 0 0 repeat-x;
  line-height: 34px;
}

.main-nav .first-step .drop-menu li:first-child {
    background: none;
}

.main-nav .first-step .drop-menu li a {
    font-family: KorolevCondensedMedium;
    font-size: 18px;
    color: #00b8d1;
    display: block;

}

.main-nav .first-step .drop-menu li:hover {
    background: #fff;
}

.main-nav .first-step .drop-menu li:hover a {
    color: #919ba0;
    text-decoration: none;
}

.main-nav .first-step .drop-menu li:hover .img-wrap .menu-img {
    z-index: 3;
}

.main-nav .drop-menu {
    display: none;
}

.main-nav .first-step:hover .drop-menu{
    display: block;
  min-height: 150px;
  padding-bottom: 8px;
  width: 440px;
}


.main-nav .right-item .drop-menu {
    right: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 5px ;
}

.slider-block .c-align {
    width: 1020px;
}

.slider-block .c-align .slider-wrap {
    position: relative;
}

.home-page-slider .slider {
    position: absolute;
}

.home-page-slider .slider .playbtn-cont{
    display: block;
    width: 128px;
    height: 92px;
    border-radius: 20px;
    background-color: #333;
    opacity: .7;
    
    position: absolute;
    top: 130px;
    left: 325px;
}

.home-page-slider .slider .playbtn-cont .playbtn{

    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 31px solid #fff;
    position: absolute;
    top: 14px;
    left: 54px;
}

.home-page-slider .slider .playbtn-cont .btn-txt{
    position: absolute;
    top: 63px;
    left: 25px;
    color: #fff;
    text-transform: inherit;   
}

.home-page-slider .slider .vid-title{
    position: absolute;
    top: 8px;
    left: 15px;
    color: #fff;
    font-size: 16px;
    opacity: .9;
}

.home-page-slider .slider .playbtn-cont:hover{
    opacity: .75;
}

.home-page-slider .slider .playbtn-cont:hover .playbtn{
    border-left-color: #f79c1e;
}

.home-page-slider .slider .playbtn-cont:hover .btn-txt{
    color: #f79c1e;
}

.home-page-slider .headline {
    position: absolute;
    font-size: 85px;
    font-family: KorolevCondensedBold;
    color: #fff;
    text-shadow: 0 0 25px rgba(0,0,0,0.75);
    line-height: 75px;
    display: block;
    top: 67px;
    left: 25px;
    text-transform: uppercase;
    letter-spacing: -2px;
}

.home-page-slider .green-bg-block {
    position: absolute;
    width: 281px;
    height: 370px;
    right: 0;
    background: url("../img/green-opacity.png") 0 0 repeat-y;
}

.home-page-slider .sub-title {
    position: absolute;
    display: block;
    background: url("../img/sub-title-bg.gif") 0 0 no-repeat #01acc7;
    color: #fff;
    height: 41px;
    top: 299px;
    left: 29px;
    font-size: 18px;
    font-family: 'Conv_HelveticaNeueLTStd-Cn';
    padding: 0px 17px 0px 52px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 44px;
}

.home-page-slider .sub-title > span {
    display: inline-block;
    padding-top: 4px;
}

.home-page-slider .pagination {
    position: absolute;
}

.slider-wrap .slider .slide {
    float: left;
    height: 370px;
    width: 1020px;
  
}

.home-page-slider .slider .slide {
    position: relative;
}
.home-page-slider .slider .slide img {
  /*border-radius:8px 0 0 8px;*/
}

.home-page-slider .slider .slide .slide-info {
    position: absolute;
    right: 24px;
    top: 27px;
    width: 230px;
    min-height: 200px;
    z-index: 100;
}

.home-page-slider .slider .slide .slide-info .title {
    font-family: KorolevCondensedBold;
    font-size: 28px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    line-height: 28px;
}

.home-page-slider .slider .slide .slide-info .text {
    font-family: 'Conv_HelveticaNeueLTStd-Cn';
    font-size: 17px;
    color: #fff;
    display: block;
    margin: 11px 0 20px;
    line-height: 25px;
}

/**.orange-button-wrap > a,**/
.orange-button {
  /**height:32px;*/
    font-family: KorolevCondensedMedium;
    font-size: 18px;
    color: #fff;
    border-radius: 7px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
  height: 35px;
  line-height: 18px; 
  padding: 8px 28px 7px 20px;
  text-transform: uppercase;
    z-index: 1000;
  text-shadow:1px 1px 1px rgba(0,0,0,0.4);
  /**For Safari 5.1.7+***/
  background: url("../img/top-nav-arrow.png") no-repeat;
  background-color: #f89c1b;
  /**Remove background-position: right 8px center 0;**/
  background-position-x: 90%;
  background-position-y: 50%;
  background: url("../img/top-nav-arrow.png") right 8px center no-repeat #f89c1b;
  /**End backup bg**/
}

.btn-secondary {
  background: #fff;
  border: 1px solid #c8c8c8;
  color: #F79C1E;
  font-family: 'KorolevCondensedMedium';
  text-shadow: none;
  text-shadow: none;
  padding: 8px 20px 7px 20px;
}
.btn-secondary:hover {
  border: 1px solid #c8c8c8;
  color: #DF4626;
  font-family: 'KorolevCondensedMedium';
  text-shadow: none;
  background: url("../img/top-nav-arrow.png") no-repeat;
  background-color: #fff;
  /**Remove background-position: right 8px center 0;**/
  background-position-x: 90%;
  background-position-y: 50%;
  background: url("../img/top-nav-arrow.png") right 8px center no-repeat #fff !important;
  cursor: pointer;
}

.home-page-slider {
    margin-top: 25px;
    position: relative;
    height: 370px;
}
.caroufredsel_wrapper {
  border-radius:8px;
}

.pagination {
    position: absolute;
    right: 173px;
    top: 323px;
    z-index: 100;
}

.pagination {
    text-align: center;
}

.pagination a {
    background: url(../img/paginator.png) -18px 0 no-repeat transparent;
    width: 12px;
    height: 12px;
    margin: 0 8px 0 0;
    display: inline-block;
}
.pagination a:hover {
  background: url(../img/paginator.png) right 0 no-repeat transparent;
}

.products-slider .pagination a {
    background: url(../img/paginator-2.png) -18px 0 no-repeat transparent;
}
.products-slider .pagination a:hover {
  background: url(../img/paginator-2.png) right 0 no-repeat transparent;
}

.pagination a.selected {
    background-position: 0 0;
    cursor: default;
}

.pagination a span {
    display: none;
}

.content-wrap {
    background: url("../img/content-bg.gif") repeat;
}

.front .info-block {
    float: left;
    width: 448px;
    background: #fff;
    padding: 7px;
  border-radius:5px;
  height: 219px;
  position: relative;
}

.front .content-wrap .block-a {
    margin-right: 36px;
}

.block-offer{
  float: right;
  margin-right: 0px;
  }

.head-block {
  margin-bottom:15px;
}

.block-title {
    text-transform: uppercase;
    font-size: 20px;
    font-family: KorolevCondensedMedium;
    color: #fff;
    height: 39px;
    padding: 0 0 0 24px;
  line-height: 39px;
}

.book-catalog .block-title.gray {
    padding-left: 12px;
}

.block-title {
    position: relative;
}

.block-title .arrow {
    position: absolute;
    top: 39px;
    left: 21px;
  width: 17px;
  height: 11px;
}
.block-title.red .arrow {
  background:url(../img/red-arrow.png) no-repeat;
}
.block-title.purple .arrow {
  background:url(../img/purple-arrow.png) no-repeat;
}
.block-title.light-purple .arrow {
  background:url(../img/light-purple-arrow.png) no-repeat;
}
.block-title.green .arrow {
  background:url(../img/green-arrow.png) no-repeat;
}

.red {
    background: url("../img/red-ornatment.gif") right center no-repeat #e04317;
}

.purple {
    background: url("../img/purple-ornament.gif") right center no-repeat #6075b3;
}

.dark-blue {
    background: #01869b;
}

.light-purple {
    background: url("../img/light-purple-ornament.gif") right center no-repeat #009891;
}

.green {
    background: url("../img/green-ornament.gif") right center no-repeat #6eb82e;
}

.info-block .block-content .title {
    color: #01acc7;
    font-size: 18px;
    font-family: Arial;
    display: block;
    line-height: 22px;
}

.info-block .block-content .title:hover{
}

.view-all,
.view-all > a {
    color: #f89c1b;
    margin-left: 3.5px;
    font-size: 15px;
}

.stars {
    background: url("../img/stars.gif") no-repeat;
    width: 70px;
    height: 11px;
    display: block;
    margin: 5px 0px 0px;
}

.info-block .block-content .text {
    color: #666;
    font-size: 12px;
}

.info-block .block-content {
    float: left;
}

.info-block .info-img-wrap {
    float: right;
}

.info-block .block-content {
    width: 240px;
    padding: 16px 0 10px 23px;
}

.front .content-wrap .c-align {
    padding: 40px 0 40px;
    width: 1020px;
    margin-top: 40px;
}

.block-b .info-img-wrap {
    margin: -59px 54px 0 0;
    position: relative;
}

.block-b .block-content {
    width: 190px;
}

.block-b .block-content .text {
    font-size: 14px;
    margin: 4px 0 4px;
}

.front .block-a .view-all {
    display: block;
    float: left;
    margin: 10px 0 0 16px;
}

.front .block-b .view-all {
    display: block;
    float: left;
    margin: 35px 0 0 16px;
}

.front .info-block .orange-button-wrap {
    position: absolute;
    left: 30px;
    bottom: 19px;
}

.front .block-a .orange-button-wrap {
    margin: 9px 0 0 0;
}

.front .block-b .orange-button-wrap {
    margin: 33px 0 0 0;
}

.small-block-center {
    width: 960px;
    margin: 0 auto;
}

body.node-type-news ul.pager{
  display: none;
  }
  
.news-block .twitter-block, .news-block .events, .news-block .news {
    float: left;
    min-height: 433px;
}

.news-block .events, .news-block .news {
    width: 381px;
    padding: 0 6px 0 6px;
}

.news-block .twitter-block {
    width: 231px;
    height: 100%;
}

.news-block .news {
    background: url("../img/news-border.gif") right top repeat-y;
    padding: 0 9px 0 6px;
}

.news-block .list .img-wrap {
    float: left;
    width: 100px;
    height: 80px;
    border-radius: 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.news-block .list .img-wrap img,
.news-block .list-recent-photos img {
  border-radius: 5px;
}

.news-block .list .text {
    margin-left: 117px;
}

.news-block .list .text .title{
    color: #fff;
    font-size: 16px;
    font-family: Arial;
    display: block;
    line-height: 20px;
}
.news-block .list .text a .title:hover {
  text-decoration:underline;
}

.news-block .list .text .subtitle{
    color: #333;
    font-size: 12px;
    display: block;
    margin: 2px 0 2px;
}

.news-block .see-all {
    color: #fcddae;
    font-size: 14px;
    margin: 15px 24px 10px;
    display: block;
}

.news-block .twitter-block .block-title {
    color: #01869b;
    background: url("../img/twitter-bird.png") 25px 9px no-repeat;
    padding: 5px 0 0 54px;
}

.news-block .twitter-block .list {
    color: #666;
    font-size: 12px;
    font-family: Arial;
}

.news-block .news .list li, .news-block .events .list li {
    border-bottom: 1px solid #4ec5d8;
    padding: 15px 0 15px 0;
    
    padding: 30px 0 3px 0;
    height: 125px;
}

.news-block .news .list li a:hover, .news-block .events .list li a:hover {
    text-decoration: none;
}

.news-block .twitter-block .list li {
    margin-bottom: 17px;
}

.news-block .twitter-block .list {
    padding: 0 64px 0 10px;
    word-wrap: break-word;
    line-height: 18px;
}

.news-block {
    margin: 40px 0 0;
    background: url('../img/gray-ornament-wide.gif') right top repeat-y #01acc7;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.news-block .block-title {
    margin: 6px 0 0 0;
}

.news-block .list {
    margin: 4px 0 0 0;
    padding: 0 27px 0 25px;
}

.twitt-link {
    color: #f89c1b;
}

.news-block .twitter-block {
}

.news-block .twitter-block .follow-button {
    display: block;
    background: url("../img/follow-button.gif") 0 0 no-repeat;
    width: 135px;
    height: 20px;
    margin: 20px 0 0 23px;
}

.footer-wrap {
    background: #919ba0;
}

.footer-wrap .title {
    color: #fff;
    font-size: 18px;
    font-family: KorolevCondensedMedium;
    text-transform: uppercase;
    display: block;
    word-spacing: 2px;
}

.block-c, .block-d {
    float: left;
}

.block-c {
    background: url("../img/footer-border.gif") right 0 repeat-y;
    width: 365px;
}

.block-c .explore a {
    color: #fff;
    font-family: Arial;
    font-size: 12px;
}

.block-c .explore .list {
    width: 100%;
}

.block-c .explore td {
    padding: 5px 0 5px 0;
}

.block-c .explore .list {
    width: 100%;
}

.block-c .sponsor{
    background: #a6b0b5;
    border-radius: 7px;
    padding: 13px 0 18px 19px;
    margin: 17px 0 0 -5px;
    width: 322px;
}

.block-c .sponsor .text {
    color: #333;
    font-size: 14px;
    font-family: Arial;
}

.block-c .sponsor a {
    color: #fcddae;
    font-size: 14px;
    font-family: Arial;
    margin-left: 5px;
}

.block-c .rights {
    margin: 27px 0 0 0;
    padding: 0;
}

.block-c .rights li {
    font-size: 12px;
    font-family: Arial;
    color: #444;
    float: left;
    margin-right: 12px;
}

.block-c .rights li a {
    color: #fcddae;
    padding-left: 10px;
    display: block;
    background: url("../img/rights-border.gif") left top repeat-y;
    line-height: 13px;
}

.block-d {
    padding-left: 31px;
}

.block-d .social {
    margin-top: 31px;

    padding-top: 15px;
    border-top: 1px solid #a6b0b5;
}

.block-d .social .list li {
    width: 50%;
    float: left;
    margin-bottom: 7px;
}

.block-d .social .list .facebook a {
    background: url("../img/facebook.gif") 0 center no-repeat;
}

.block-d .social .list .youtube a {
    background: url("../img/youtube.gif") 0 center no-repeat;
}
/***Replacement for vimeo link**/
.block-d .social .list .flickr a {
    background: url("../img/flickr.gif") 0 center no-repeat;
}

.block-d .social .list .pinterest a {
    background: url("../img/pinterest.gif") 0 center no-repeat;
}

.block-d .social .list .linkedin a {
    background: url("../img/linkedin.gif") 0 center no-repeat;
}

.block-d .social .list .twitter a {
    background: url("../img/twitter.gif") 0 center no-repeat;
}

.block-d .social .list .google a {
    background: url("../img/google.gif") 0 center no-repeat;
}

.block-d .social .list .blog-rss a {
    background: url("../img/rss-blog.gif") 0 center no-repeat;
}

.block-d .social .list a {
    color: #fff;
    font-size: 11px;
    font-family: Arial;
    padding:5px 0 0 30px;
    height: 20px;
    display: block;
}

.block-d .social .list {
    padding: 0;
    margin: 0;
    width: 218px;
    float: left;
}

.block-d .stay-connected .text {
    color: #333;
    font-size: 12px;
    font-family: Arial;
    display: block;
    margin: 15px 0 9px;
}
.content .form-item {
  margin: 0 0 10px 0;

}

.content .item-list ul li {
  margin: 0 0 0.25em 0;
}
.content .item-list ul li a {
  color: #fabd67;
}

.item-list .pager li {
  padding: 0.1em;
}

li.pager-current.first, li.pager-current, li.pager-current.last{

  background-color: #929292;
  padding: 6px 8px!important;
  border-radius: 4px;
  border: 1px solid #B4B4B4;
  padding: 5px 12px;
  -webkit-box-shadow: inset 2px 1px 2px 1px rgba(153, 153, 153, .3);
  box-shadow: inset 2px 1px 2px 1px rgba(153, 153, 153, .3);
  background-color: #dedede;
  color: #F79C1E;
  }
  
li.pager-item a, li.pager-first.first a, li.pager-next a, li.pager-previous a, li.pager-last.last a{
  border: 1px solid #c0c0c0;
  padding: 6px 8px!important;
  border-radius: 4px;
  color: #666!important;
  font-weight: bold;
  }

li.pager-item a:hover, li.pager-next a:hover, li.pager-previous a:hover, li.pager-last.last a:hover, li.pager-first.first a:hover
{
  border: 1px solid #c0c0c0;
  padding: 6px 8px!important;
  border-radius: 4px;
  text-decoration: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    transition: all 0s;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
  }

.content .form-submit {
  border: none;
  margin-left: 5px;
  padding-right: 21px;
  height: 32px;
  font-family: KorolevCondensedMedium;
  font-size: 18px;
  color: #fff;
  padding: 3px 22px 0px 15px;
  border-radius: 6px;
  background: url("../img/top-nav-arrow.png") right 8px center no-repeat #f89c1b;
  background-color: #f89c1b;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  
  /**For Safari 5.1.7+***/
  background: url("../img/top-nav-arrow.png") no-repeat;
  background-color: #f89c1b;
  /**Remove background-position: right 8px center 0;**/
  background-position-x: 90%;
  background-position-y: 50%;
  background: url("../img/top-nav-arrow.png") right 8px center no-repeat #f89c1b;
  /**End backup bg**/
  
  
}
.content .form-submit:hover {
  text-decoration:none;
  /**FOR SAFARI BUG 5 + **/
  background: url("../img/top-nav-arrow.png") no-repeat;
  background-color: #e55925;
  background-position: right 8px center 0;
  background-position-x: 90%;
  background-position-y: 50%;
  background: url("../img/top-nav-arrow.png") right 8px center no-repeat #e55925;
  
}

.block-d .mail-field .field {
    display: block;
    width: 183px;
    height: 32px;
    padding: 8px 13px;
    border-radius: 5px;
    border: none;
    color: #333;
    font-size: 12px;
    font-family: Arial;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    background-color: #fff;
}

.block-d .mail-field .orange-button {
    border: none;
    float: left;
    margin-left: 5px;
    padding-right: 21px;
    height: 32px;
  text-shadow:1px 1px 1px rgba(0,0,0,0.4);
}

.follow-us {
    float: right;
    padding: 0;
    margin: 64px 0 0 -15px;
}

.follow-us a {
    display: block;
    height: 20px;
    float: left;
}

.follow-us .like-us a {
    background: url("../img/like-button.png") no-repeat;
    width: 47px;
}

.follow-us a {
    background: url("../img/follow-us.png") no-repeat;
    width: 58px;
}

.follow-us .number {
    display: block;
    float: left;
    margin-left: 10px;
    font-size: 11px;
    color: #666;
    position: relative;
    border:1px solid #ccc;
    background: #f9f9f9;
    padding: 1px 7px 1px 0px;
}

.follow-us li {
    margin-bottom: 15px;
}

.follow-us .number img {
    position: relative;
    left: -6px;
}


.not-front .page-content .information-block .follow-us {
    margin: 43px 0 0;
    float: none;
}

.not-front .page-content .information-block .follow-us li {
    float: left;
    margin: 0 0 0 6px;
}

.not-front .page-content .information-block .follow-us .like-us a {
    background: url("../img/facebook-like.gif")no-repeat;
}

.not-front .page-content .information-block .follow-us a {
    background: url("../img/twitt.gif") no-repeat;
}

.not-front .page-content .information-block .follow-us .number {
    border:none;
    border-radius: 2px;

    margin-left: 4px;
    padding-left: 1px;
}

.not-front .page-content .information-block .follow-us .number img {
    position: relative;
    left: -3px;
    float: none;
}

.site-footer {
    padding-top: 34px;
    min-height: 280px;
    position: relative;
}

.site-footer .circle-button {
    position: absolute;
    right: 139px;
    bottom: 85px;
    z-index: 50;
    background: url("../img/circle-link.gif") no-repeat;
    width: 129px;
    height: 130px;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
}

.site-footer .circle-button:hover {
    background: url("../img/circle-link-active.gif") no-repeat;
}

.site-footer .girl-img {
    position: absolute;
    right: -33px;
    bottom: 0;
    z-index: 100;
    background: url("../img/girl.png") no-repeat;
    width: 221px;
    height: 280px;
}

.banner-block {
    width: 210px;
    float: left;
    padding: 5px 0 10px;
    border-radius: 7px;
}

.banner-block .big {
    height: 46px;
    font-size: 18px;
    margin: 0 5px 0 5px;
    line-height: 18px;
    padding-top: 10px;
}

.banner-block .big .arrow {
    top: 48px;
}

.banner-block .block-1 {
    background: url("../img/banner-border.png") 0 bottom repeat-x;
  padding-bottom: 25px;
}

.banner-block .block-1 .list,
.banner-block .sidebar-archive-block .views-summary {
    margin: 0;
    padding: 13px 29px 16px 30px;
}

.banner-block .block-1 .list li,
.banner-block .sidebar-archive-block .views-summary li {
    padding: 6px 0 7px 0;
    border-bottom: 1px solid #4ec5d8;
  margin:0;
  color: #fff;
}

.banner-block .block-1 .list li:last-child,
.banner-block .sidebar-archive-block .views-summary li:last-child  {
    border: none;
}

.banner-block .block-1 .list a,
.banner-block .sidebar-archive-block .views-summary a {
    color: #fff;
    font-size: 16px;
}

.banner-block .block-1 .list li.active a,
.banner-block .block-1 .list li a.active {
    color: #333;
}


.banner-block .block-1 .list a:hover {
    color: #333;
    text-decoration: none;
}

.banner-block .block-2 {
    padding: 0 19px 0 26px;
}

.banner-block .block-2 .title {
    text-transform: uppercase;
    font-size: 32px;
    font-family: KorolevCondensedBold;
    color: #fff;
    line-height: 32px;
    background: url("../img/comp-bg.png") right center no-repeat;
    display: block;
    margin: 27px 0 0;
    height: 89px;
    padding: 10px 0 0 4px;
}

.banner-block .block-2 .text {
    font-size: 14px;
    font-family: Arial;
    color:#fff;
    line-height: 19px;
    display: block;
    margin: 2px 0 13px;
}

.banner-block .block-2 .orange-button-wrap {
    margin: 5px 0 18px;
}

.banner-block .block-2 .orange-button {
    background: url("../img/top-nav-arrow.png") right 8px center no-repeat #fff;
    background-color: #fff;
    color: #f89c1b;
    float: none;
  text-shadow: none;
}

.banner-block .block-2 .orange-button:hover {
    color: #e55925;
}

.banner-block .upcoming-classes {
    color: #ffe7c3;
    display: block;
    font-size: 14px;
    margin: 20px 28px 0 28px;
    border-top: 1px solid #4ec5d8;
    padding-top: 12px;
    word-spacing: 2px;
}
.region-sidebar-first .block {
  margin: 0 0 20px 0;
}
.region-sidebar-first .block .content {
  color:#ffffff;
  /*padding:15px 20px 0 20px;*/
} 
.region-sidebar-first .block .content .item-list ul li a,
.region-sidebar-first .block .content .item-list ul li a {
  color:#ffffff;
}
.region-sidebar-first .block .content .item-list ul {
  margin: 0 0 0 0;
}
.region-sidebar-first .block .content .form-submit {
  margin-left:0px;
}
.region-sidebar-first .block .content .form-text {
  width:130px;
}

.region-sidebar-first .menu {
  margin: 0;
    padding: 13px 29px 16px 30px;
  list-style-type:none;
}
.region-sidebar-first .menu {
    margin: 0;
    padding: 13px 29px 16px 30px;
}
.region-sidebar-first .menu li {
    padding: 6px 0 7px 0;
    border-bottom: 1px solid #4ec5d8;
  margin:0;
}
.region-sidebar-first .menu li.leaf {
  list-style-type:none;
  list-style-image:none;
}
.region-sidebar-first .menu li:last-child {
    border: none;
}
.region-sidebar-first .menu a {
    color: #fff;
    font-size: 16px;
}
.region-sidebar-first .menu li.active-trail a, .region-sidebar-first .menu li.active-trail li.leaf.active-trail a {
color: #333;
}

.region-sidebar-first .menu li.active-trail li.leaf a {
color: #fff;
}

.region-sidebar-first .menu a:hover {
    color: #333;
    text-decoration: none;
}

.region-sidebar-first li {
    line-height: 18px;
    margin-bottom: 6px;
}

.banner-block .region-sidebar-first li a{
    display: block;
}

.banner-block .region-sidebar-first ul {
padding-left: 28px;
}

.not-front .content-wrap .c-align {
    margin-top: 19px;
    padding-top: 41px;
    width: 990px;
}

.bread-crumbs {
    margin: 7px 0 0 0;
    padding: 0;
}

.bread-crumbs .crumb a {
    color: #01acc7;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
}

.bread-crumbs .border {
    background: url("../img/bread-crumbs.png") no-repeat;
    width: 10px;
    height: 10px;
}

.bread-crumbs .start-item {
    font-weight: bold;
}

.bread-crumbs .border {
    margin: 4px 0 0 9px;
}

.bread-crumbs li {
    float: left;
    color: #333333;
    font-size: 12px;
    font-family: Arial;
  font-weight:bold;
  
}

.page-content {
    width: 740px;
    float: left;
    margin-left: 37px;
}

.page-content.full-width {
  width:980px;
  margin: 0px;
}

.page-content .content {
    background: #fff;
    border-radius: 7px;
    padding: 25px 30px;
    /*margin-top: 22px;*/
}

.page-content .content .subtitle .text {
    margin: 0;
    width: 510px;
    display: block;
    float: left;
    font-size: 18px;
    font-family: Arial;
    color: #666;
    line-height: 28px;
    padding-bottom: 21px;
}


.page-content .content .orange-button-wrap {
    float: right;
}

.page-content .content .online-academy {
    color: #f89c1b;
    font-size: 14px;
    font-family: Arial;
}

.page-content .content .subtitle .orange-button-wrap {
    float: right;
    margin-top: 75px;
}

.page-content .content .subtitle {
    border-bottom: 1px solid #ebecec;
    margin-bottom: 8px;
}

.page-content .head-block .page-title {
    color: #6eb82e;
    font-size: 60px;
    font-family: KorolevCondensedBold, sans-serif;
    line-height: 60px;
    margin-top: -7px;
    text-transform: uppercase;
    letter-spacing: -1px;
    width: 810px;
}

.page-content .head-block .page-title.account-settings{
    width: 690px;
    word-wrap: break-word;
    word-break: break-word;
}

.page-content .head-block .action-bar {
    float: right;
    margin: 0;
}

.page-content .head-block .action-bar li {
    float: left;
    margin-right: 7px;
}

.page-content .head-block .action-bar li a {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 1px;
}

.page-content .head-block .action-bar .fb a {
    background: url("../img/facebook-color.gif") center center no-repeat;
}

.page-content .head-block .action-bar .tw a {
    background: url("../img/twitter-color.gif") center center no-repeat;
}

.page-content .head-block .action-bar .in a {
    background: url("../img/in-color.gif") center center no-repeat;
}

.page-content .head-block .action-bar .print a {
    background: url("../img/printer.png") center center no-repeat;
}

.page-content .head-block .action-bar .mail-to a {
    background: url("../img/mail-to.gif") center center no-repeat;
}

.page-content .head-block .action-bar .plus a {
    background: url("../img/plus.gif") center center no-repeat;
}

.page-content .head-block .action-bar .lable {
    display: block;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    float: left;
    background: #fff;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    padding: 0 6px;
}

.page-content .head-block .action-bar .lable img {
    position: absolute;
    left: -4px;
    top: 4px;
}

.page-content .content .right-img .img-wrap {
    float: right;
    margin-left: 25px;
}

.page-content .content .left-img .img-wrap {
    float: left;
    margin-right: 25px;
}

.page-content .content .article-block {
    padding: 15px 0 0;
}

.page-content .content .title {
    text-transform: uppercase;
    color: #969a9b;
    font-size: 35px;
    line-height: 35px;
    font-family: KorolevCondensedMedium;
    margin-top: 15px;
    display: block;
}

.page-content .content .article-block .text {
    font-size: 14px;
    color: #666;
    font-family: Arial;
    margin-bottom: 5px;
}

.page-content .content .links-block {
    margin: 15px 0 5px;
}

.full-width table.full-width {
  width: 980px;
  margin-left: 0px;
}

.same-height {
    margin-bottom: 35px;
}
.same-height tbody {
  border:none;
}

.same-height .banner-block-wrap {
    background: #01acc7;
    border-radius: 7px;
    vertical-align: top;
}

.wide-page-content {
    width: auto;
    float: none;
    margin: 1px 0 0 0;
}

.page-content .column-1 {
    float: left;
    width: 740px;
    margin-bottom: 35px;
}

.page-content .no-padding {
    padding: 0;
}

.article-page .intro-text {
    font-size: 14px;
    color: #666;
    font-family: Arial;
    margin: 14px 0 0;
}

.page-content .column-1 .article-page {
    padding: 15px 30px;
}

body.logged-in .article-page #addComment{
    display: none;
}

.page-content .information-block {
    background-color: #01acc7;
    border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.page-content .information-block .info {
    font-family: KorolevCondensedMedium;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    line-height: 30px;
}

.page-content .information-block .info .number {
    font-size: 24px;
}

.page-content .information-block .border {
    border-bottom: 1px solid #3fc0d5;
    padding-bottom: 17px;
    margin-bottom: 14px;
}

.page-content .information-block .topics-list {
    margin: 0;
    padding: 0;
  display: none;
}

.page-content .information-block .topics-list li{
    color: #fbce8a;
    float: left;
  display; none;
}

.page-content .information-block a {
    color: #fbce8a;
    font-size: 14px;
    font-family: Arial;
}

.page-content .information-block img {
    float: left;
    border-top-left-radius: 5px;
}

.page-content .information-block .text-panel {
    float: left;
    width: 199px;
    padding: 16px 20px 20px;
}

.page-content .article-block .right-position {
    float: right;
    margin: -25px 0 0 5px;
}

.page-content .article-block .list {
    list-style-image: url("../img/list-marker.png");
    margin: 34px 0 0 0;
    padding: 0 0 0 55px;
}

.page-content .article-block .list li {
    margin-bottom: 10px;
}

.page-content .comments-block {
    background: url("../img/page-cont-border.jpg") left top repeat-x;
    padding: 10px 0 0 0;
}

.page-content .comments-block .orange-button-wrap {
    float: right;
    margin: 14px 2px 0;
}

.page-content .comments-block .title {
    display: inline-block;
    /*float: left;*/
}

.page-content .comments-block .comments-list {
    background-color: #ebecec;
    padding: 0 24px 10px 24px;
}

.page-content .comments-block .comments-list li {
    /* border-top: 1px solid #fff; */
    padding-top: 15px;
}

.page-content .comments-block .comments-list .autor {
    display: block;
    color: #999;
    font-size: 14px;
}

.page-content .comments-block .comments-list .comment-title {
    display: block;
    color: #333;
    font-size: 14px;
}

.page-content .comments-block .comments-list .text {
    display: block;
    color: #666;
    font-size: 14px;
}

.page-content .comments-block .head-block {
    position: relative;
}

.page-content .comments-block .head-block .flag {
    position: absolute;
    top:0;
    right: 0;
    display: block;
    width: 16px;
    height: 13px;
    background: url("../img/flag.png")0 0 no-repeat;
}
.page-content .comments-block .head-block .flag:hover {
  background-image:url(../img/flag-hover.png);
}
.comment .head-block {
  margin-bottom: 10px;
}
.comment .username {
  color: #999;
  text-decoration:none;
}
.comment .field-name-comment-body {
  color:#666;
  font-size:14px;
  margin-bottom:15px;
}
.page-content .comment .links li {
  padding:0 20px 0 0;
  border-top:none;
}
.page-content .comment .links li a {
  color:#f89c1b;
  font-size:12px;
}
.comment .comment_forbidden {
  display:none;
}
#comments .orange-button {
  border:none;
  padding: 8px 23px 5px 18px;
  height: 32px;
}
}
.comment-form {
  margin-top:10px;
  display:none;
}
.comment-text span.new {
  display:none;
}
.node-blog-post .first-comment .invite {
  font-size:18px;
}
.node-blog-post .first-comment .orange-button-wrap {
  margin-left:0;
  float:none;
}
.comment-form .form-submit {
  margin-left:0px;
}


.page-content .column-2 {
    float: right;
    width: 210px;
    margin: 0 0 35px;
    background: #fff;
    border-radius: 5px;
}

.page-content .column-2 .block-title {
    margin: 5px;
}

.page-content .column-2 .story {
    padding: 0;
}
.page-content .column-2 .story img {
  border-radius:5px;
}
.page-content .column-2 .story p {
    color: #666;
    font-size: 12px;
    margin: 5px 0 3px;
}

.page-content .column-2 .story a {
    color:#f89c1b;
    font-size: 12px;
}

.page-content .column-2 .story li {
    background: url("../img/page-cont-border.jpg") left top repeat-x;
    padding: 15px 20px 10px 30px;
  font-size: 12px;
  color: #525252;
}

.page-content .column-2 .story li:first-child {
    background: none;
}

.orange-button-wrap > a:hover,
.orange-button:hover {

  text-decoration:none;
  /**FOR SAFARI BUG 5 + **/
  background: url("../img/top-nav-arrow.png") no-repeat;
  background-color: #e55925;
  background-position: right 8px center 0;
  background-position-x: 90%;
  background-position-y: 50%;
  background: url("../img/top-nav-arrow.png") right 8px center no-repeat #e55925;
}


.slider-block .connect-banner {
    position: relative;
    height: 280px;
    z-index: 0;
    margin-top: 20px;
}

.connect-banner .banner-img {
    position: absolute;
    top:0;
    left: 0;
    z-index: -1;
}
.connect-banner .img1 {
    position: absolute;
    top:0;
    left: 0;
    z-index: -1;
}
.connect-banner .img1 img {
  border-radius:6px 0 0 6px;  
}
.connect-banner .img2 {
    position: absolute;
    top:0;
    right: 0;
    z-index: -1;
}
.connect-banner .img2 img {
  border-radius:0 6px 6px 0;  
}

.connect-banner .green-bg-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 710px;
    height: 100%;
    background: url("../img/green-opacity-pixel.png") repeat;
  border-radius:6px 0 0 6px;
}


.connect-banner .green-bg-block .title, 
.connect-banner .green-bg-block .subtitle, 
.connect-banner .green-bg-block .text {
    /*text-shadow: 0 0 2px #d3e1c7;*/
    display: block;
    color: #fff;
}

.connect-banner .green-bg-block .title {
    font-family: KorolevCondensedBold;
    color:#fff;
    text-transform: uppercase;
    font-size: 75px;
    line-height: 75px;
    margin: 22px 0 0 28px;
    letter-spacing: -1px;
}

.connect-banner .green-bg-block .subtitle {
    font-family: KorolevCondensedBold;
    color:#fff;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 35px;
    margin: 16px 0 0 32px;
    letter-spacing: -1px;
    word-spacing: 2px;
}

.connect-banner .green-bg-block .text {
    font-family: Arial;
    font-size: 16px;
    line-height: 18px;
    margin: 7px 0 17px 32px;
}

.connect-banner .green-bg-block .orange-button,
.connect-banner .green-bg-block .orange-button-wrap a {
    background-color: #fff;
    color: #f89c1b;
    cursor: pointer;
  text-shadow:none;
}

.green-bg-block .orange-button-wrap a{
     margin-left: 30px;
  }

.connect-banner .green-bg-block .orange-button:hover,
.connect-banner .green-bg-block .orange-button-wrap a:hover {
    color: #e55925;
}

.connect-banner .ornament {
    height: 100%;
    position: absolute;
    right: 0;
    width: 34px;
    background: url("../img/opacity-ornament.png")0 0 repeat-y;
}

.not-front .connect-page .c-align {
    width: 1020px;
    padding-bottom: 40px;
}

.connect-page .news-block .column-1,
.connect-page .news-block .column-2 {
    float: left;
    width: 381px;
    padding: 0 6px 0 6px;
}

.connect-page .news-block .column-1 {
    background: url("../img/news-border.gif") right top repeat-y;
    padding: 0 9px 0 6px;
}

.connect-page .news-block .column-2 {
    background: url("../img/news-border.gif") left top repeat-y;
    margin-left: -3px;
    padding-left: 9px;
}

.connect-page .news-block .twitter-block {
    float: right;
}

.connect-page .news-block .info-block {
    margin-bottom: 23px;
}

.connect-page .news-block > .list {
    margin-top: 20px;
    padding: 0 15px 0 20px;
}

.connect-page .news-block .list li {
    border-bottom: 1px solid #4ec5d8;
    padding: 16px 0 11px;
}

.connect-page .news-block .list li:first-child {
    margin-top: 0;
    padding-top: 0;
}

.connect-page .twitter-block .list li {
    border-bottom: 1px solid #e4e4e4;
}

.not-front .connect-page .c-align {
    padding-top: 1px;
    margin-top: 39px;
}

.connect-page .show-more {
    color: #ffe7c3;
    font-size: 14px;
    margin: 10px 0 12px 26px;
    display: block;
}

.connect-page .news-block .video-wrap .video-text {
    color: #333;
    font-size: 12px;
    line-height: 13px;
}

.connect-page .news-block .photo-text {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-top: 6px;
}

.connect-page .news-block .bg-img {
    position: absolute;
    right: 23px;
    top: 8px;
}

.list-recent-photos .field-item {
  font-size: 14px;
  color: #fff;
}

.connect-page .news-block .twitter-block .social-list{
    padding: 0;
}

.connect-page  .news-block .twitter-block .block-title {
    background: none;
    padding: 0;
    line-height: 20px;
    margin-bottom: 10px;
}

.connect-page  .news-block .twitter-block .twitter-lable {
    background: url("../img/twitter-bird.png") 0 0 no-repeat;
    margin: 24px 0 0 0;
    padding-left: 30px;
}

.connect-page  .news-block .twitter-block .fb-lable {
    background: url("../img/facebook-logo.gif") 8px 0 no-repeat;
    padding: 0 0 0 30px;
    margin: 28px 0 0 0;
}

.connect-page .news-block .twitter-block .list {
    margin: 0;
    padding:  0;
}

.connect-page .news-block .twitter-block .list li {
    margin: 0;
    padding: 0;
}

.connect-page .news-block .twitter-block .orange-button-wrap {
    margin: 9px 0 0;
}

.connect-page .news-block .twitter-block .list li:first-child {
    margin: 10px 0 0 0;
    padding: 0;
}

.connect-page .news-block .twitter-block .social-list > li {
    margin-bottom: 17px;
    margin-top: 16px;
    padding: 0 40px 0 20px;
}

.connect-page .news-block .twitter-block .social-list .list li {
    margin: 0 0 0 0;
    padding: 0 0 26px 0;
}

.connect-page  .news-block .twitter-block .follow-button {
    margin: 10px 0 0 0;
}

.connect-page .news-block .twitter-block .fb-like {
    background: url("../img/like-bg.gif")0 0 no-repeat;
    width: 98px;
    height: 61px;
    position: relative;
    float: left;
    margin-left: 12px;
}

.connect-page .news-block .twitter-block .fb-like .like-butt {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/fb-like.gif");
    width: 50px;
    height: 24px;
}

.connect-page .news-block .twitter-block .site-lable {
    float: left;
    margin-left: 14px;
}

.connect-page .news-block .twitter-block .fb-plugin-wrap {
    margin-left: 5px;
}

.connect-page .news-block {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.connect-page .news-block .block-title {
    margin-bottom: 19px;
}

.banner-block .block-title {
    margin: 0px 5px 0 5px;
}

.product-category-page .banner-block .block-2 .title {
    background: url("../img/usa.png") 0 0 no-repeat;
    height: 100px;
    width: 195px;
    padding: 26px 0 0 16px;
}

.product-category-page .banner-block .block-2 {
    padding-left: 10px;
}

.product-category-page .banner-block .block-2 .text {
    padding-left: 21px;
}

.product-category-page .banner-block .block-2 .orange-button-wrap {
    margin-left: 15px;
}

.page-content .head-block .intro {
    display: block;
    color: #666;
    font-size: 14px;
}

.product-category-page .page-content .content .orange-button-wrap {
    position: absolute;
    right: 26px;
    bottom: 35px;
    float: none;
}

.content .catalog > li {
    position: relative;
    background: url("../img/page-cont-border.jpg") left bottom repeat-x;
    padding: 0 25px 29px;
    margin-bottom: 21px;
}
.content .catalog > li:last-child {
  background:none;
  margin-bottom:0px;
}


.content .catalog {
    margin: 0;
    padding: 0;
}

.view-id-events .catalog .img-wrap {
    min-width: 220px;
    text-align: center;
}

.content .catalog .img-wrap {
    float: left;
}
.content .catalog .img-wrap img {
  border-radius:5px;
}

.view-display-id-products_list .catalog .img-wrap img {
  border-radius:0px;
}

.content .catalog .info-panel {
    float: left;
    width: 360px;
    margin-left: 23px;
}
.content .catalog .info-panel a {
  color:#f89c1b;
  font-size: 14px;
}

.content .catalog .info-panel .product-title,
.content .catalog .info-panel .product-title a {
    display: block;
    color: #01acc7;
    font-size: 18px; 
  font-family: KorolevCondensedMedium;
  font-size: 21px;
}

.content .catalog .info-panel .autor {
    font-size: 14px;
    color: #666;
    display: block;
}

.content .catalog .info-panel .description {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}
.content .catalog .info-panel .description a {
  color: #f89c1b;
}

.content .catalog .info {
    padding: 0;
    margin: 22px 0 0 0;
}

.content .catalog .info li {
    float: left;
    color: #666;
    font-size: 12px;
    margin-right: 15px;
  line-height: 19px;
}

.content .catalog .peek-inside {
    background: url("../img/book.gif") left center no-repeat;
    padding-left: 20px;
}

.content .catalog .peek-inside a{
    color: #df4316;
    font-weight: bold;
}

.page-content .content {
    padding: 25px;
}
.list-content .content {
    padding: 25px 0;
}
.wide-page-content .content {
    padding: 0;
}

.same-height .top-align {
    vertical-align: top;
}

.orange-button:hover {
    text-decoration: none;
}

.gray {
    background: url("../img/gray-ornament-big.gif") right center no-repeat #d2d6d9;
}

.page-content .book-catalog {
    background: none;
}

.page-content .book-catalog {
    padding: 0 0 25px;
}

.page-content .book-catalog .block-title a {
    color: #666;
    display: inline-block;
    /*background: url("../img/blue-2.png") 95% 47% no-repeat;*/
    padding: 2px 25px 0 0;
}

.page-content .book-catalog .block-title a:hover {
    color: #00b8d1;
    text-decoration: none;
}

.page-content .book-catalog .list td {
    vertical-align: top;
    padding-bottom: 40px;
}

.page-content .book-catalog .list .col-1 {
    padding-right: 37px;
}

.page-content .book-catalog .list .item-content {
    padding: 7px 6px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    width: 340px;
    min-height: 224px;
  float:left;
}
.page-content .book-catalog .list .views-row-odd {
  margin-right:35px;
  margin-bottom:35px;
}

.page-content .book-catalog .list .view-all {
    position: absolute;
    bottom: 10px;
    left: 11px;
}

.book-catalog .list .info-block {
    float: left;
    width: 150px;
    padding: 14px 13px 10px 11px;
    font-size: 12px;
    color: #666;
    line-height: 18px;
}

.book-catalog .list .info-block .text {
    display: block;
}
.book-catalog .list .info-block .text p {
    margin:0;
    font-size:12px;
    padding-right: 15px;
    word-wrap: break-word;
}

.book-catalog .list .img-wrap {
    float: left;
    position: absolute;
    right: 31px;
    bottom: -12px;
}
.view-display-id-product_subcategories img,
.view-display-id-programs_subcategories img {
  box-shadow:0px 6px 8px rgba(0,0,0,0.2);
}

BODY.page-taxonomy-term-31 .view-display-id-product_subcategories img, .view-display-id-programs_subcategories img {
box-shadow: none;
}

.products-slider {
  height: 321px;
    margin-top: 20px;
}

.products-slider .slide {
    position: relative;
}

.products-slider .slide-info {
    position: absolute;
    top: 27px;
    left: 29px;
    width: 365px;
}
.page-programs .products-slider .slide-info
{
    width: 640px;
}


.products-slider .slide-info .title {
    font-size: 75px;
    font-family: KorolevCondensedBold;
    color: #fff;
    line-height: 65px;
    display: block;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.products-slider .slide-info .text {
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 5px 0 12px;
}

.products-slider .orange-button {
    color: #fff;
    background-color: #f89c1b;
  text-shadow:none;
}

.products-slider .orange-button:hover {
    color: #e55925;
  background-color:#ffffff;
  
}

.products-slider .slider .slide {
    height: 321px;
}

#products-slider-paginator {
    top: 298px;
    right: 24px;
}

.products-list  {
    margin: 0;
    padding: 0;
  text-align: justify;
  text-justify: newspaper;
  zoom:1;
  /*text-align-last: justify;*/
}
ul.products-list:after {
      width: 100%;
      height: 0px;
      visibility: hidden;
      overflow: hidden;
      content: '';
      display: inline-block;

  }

.products-list li {
    width: 199px;
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 7px 6px 20px;
  
    /* display: inline-block; */
  text-align: left;
  //display : inline;
  //zoom : 1;
}

.products-list li .img-wrap {
    width: 199px;
    height: 205px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  padding-top:20px;
}

.products-list .digital-books {
    margin: 0 38px 0 38px;
}

.products-list .topic-bundles {
    float: right;
}

.view-educational-products .products-list li {
    margin-right: 20px;
    width: 220px;
}

.view-educational-products .products-list li:last-child {
    margin-right: 0;
}

.view-educational-products .products-list span.text {
    height: 72px;
}

.products-list .text {
    color: #666;
    font-size: 12px;
    line-height: 18px;
    padding: 0 15px;
    display: block;
}
.products-list .text p {
  margin-top:0;
  font-size:12px;
}

.products-list .orange-button-wrap {
    margin: -3px 0 0 13px;
}

.programs-list  {
    margin: 0 17px 0;
    padding: 0;
  text-align: center;
  text-justify: newspaper;
  text-align-last: justify;
  zoom:1;
  
}
ul.programs-list:after {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;

}
.programs-list > li {
    width: 400px;
    /*float: left;*/
    background: #fff;
    border-radius: 5px;
    padding: 7px 6px 20px;
  display: inline-block;
  text-align: left;
  margin:0 30px;
}




.edu-standards {
    background: url("../img/edu-standart.gif") 0 0 no-repeat #01acc7;
    height: 101px;
    margin: 40px 15px 0 15px;
    padding: 35px 40px 0 39px;
    border-radius: 5px;
}

.edu-standards .title {
    font-size: 48px;
    font-family: KorolevCondensedBold;
    color:#fff;
    text-transform: uppercase;
    float: left;
    word-spacing: 3px;
}

.edu-standards .subtitle {
    font-family: Helvetica;
    color: #fff;
    font-size: 16px;
    float: left;
    margin: 10px 0 0 29px;
    letter-spacing: 0px;
    word-spacing: -1px;
}

.edu-standards .orange-button-wrap {
    float: right;
    margin-top: 22px;
}

.products-page .c-align {
    padding-bottom: 41px;
}


.program-page .products-list li {
    width: auto;
  
    margin: 0 12px;
}

.program-page .products-list li .text li {
    width: auto;
    float: none;
    background: none;
    padding: 0;
    border-radius: 0;
    margin: 10px 0 10px;
    padding-left: 0;
  display: block;
}

.program-page .products-list li ul.text {
    margin: 15px 15px 20px;
    height: 110px;
}

.program-page .products-list li .text li a {
    color: #f89c1b;
    font-size: 14px;
}

.program-page .products-list .text {
    padding: 0;
    margin: 5px 0 5px;
}

.program-page .products-list li .img-wrap {
    height: auto;
    width: auto;
    padding: 0;
}
.program-page .products-list .orange-button-wrap {
  margin-left: 15px;
}

.program-page .program-links {
    float: right;
  
}

.program-page .program-links {
    padding: 0;
    margin: 0;
}

.program-page .program-links li {
    width: 260px;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 11px;
}

.program-page .program-links li .title {
    font-family: KorolevCondensedBold;
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    color: #fff;
}

.program-page .program-links li .text {
    font-size: 18px;
    color: #fff;
    font-family: Helvetica;
    display: block;
    margin: 5px 0 15px;
}

.program-page .program-links .earthkam {
  background: url("../img/programs-bg-1.png") no-repeat;
  background-position: right bottom;
  background-color: #01acc7;
}

.program-page .program-links .academy {
    background: url("../img/programs-bg-2.png") no-repeat;
  background-position: right bottom;
  background-color: #01acc7;
}

.program-page .products-list {
    float: left;
}

.program-page .products-list .digital-books {
    margin:0 0 0 20px;
}
.program-page .c-align {
    padding-bottom: 25px;
}



.search-form .form-item {
  display:inline-block;
  margin-right:10px;
}
.search-form .form-item label {
  margin-bottom:6px;
  display:inline-block;
}


.search-form .form-submit {
  vertical-align:middle;
  margin-top:0px; /**fix stem central search button**/
  margin-left:0;
}
.search-form .fieldset-legend {
  margin-bottom:10px 0;
}
.search-form .fieldset-legend a {
  color:#f79c1e;
}
.search-form .search-advanced .form-submit {
  margin-top:0;
}

.search-results {
  padding:0;
}
.search-results .search-result .title {
  margin-bottom:10px;
  font-size:18px;
  line-height:1.4;
}
.search-results .search-result .title a {
  color:#01acc7;
  font-family:Arial, Helvetica, sans-serif;
  
}
.search-results .search-result .search-snippet-info {
  padding-left:0;
  color:#666;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

.node-blog-post p {
  font-size:14px;
  color:#666666;
}

.form-item .description {
  font-size:14px;
  color:#666666;
}
.form-item label {
  color:#666666;
}
.front .info-block.block-b .info-img-wrap img {
  box-shadow: 0px 6px 8px rgba(0,0,0,0.2);
  
}
.region-menu-main .menu {
  display:inline-block;
  padding-left:0;
}

.mg-lightbox-wrapper .lightbox-title {
  font-size:35px;
  font-family: 'KorolevCondensedMedium';
  text-transform:uppercase;
  font-weight:normal;
}

.page-content .content:before,
.page-content .content:after {
  content: " "; /* 1 */
    display: table; /* 2 */
}
.page-content .content:after {
  clear: both;
}
.media-gallery-detail a {
  color:#f79c1e;
}

#user-login .form-actions,
#user-login .item-list {
  float:left;
}
#user-login .form-actions {
  margin-right:20px;
}
#user-login .cas-links .orange-button-wrap a {
  color:#ffffff;
  line-height: 32px;
  padding: 0 25px 0 15px;
  display: inline-block;
  
  font-family: KorolevCondensedMedium;
    font-size: 18px;
    color: #fff;
    padding: 5px 22px 5px 15px;
  vertical-align: middle;
    border-radius: 7px;

  /**For Safari 5.1.7***/
  background: url("../img/top-nav-arrow.png") no-repeat;
  background-color: #f89c1b;
  background-position: right 8px center 0;
  background-position-x: 90%;
  background-position-y: 50%;
  background: url("../img/top-nav-arrow.png") right 8px center no-repeat #f89c1b;
  /**End backup bg**/
    text-transform: uppercase;
    z-index: 1000;
  text-shadow:1px 1px 1px rgba(0,0,0,0.4);
  
  /**display: block;**/
  height: 18px;
  line-height: 18px;
  padding: 7px 28px 6px 20px;
}

.page-content .programs-subcats {
  padding: 0 0 25px;
  background: none;
}
.page-content .programs-subcats .img-wrap {
  right:6px;
  top:46px;
}
.page-content .programs-subcats .img-wrap img {
  box-shadow:none;
  border-radius:0 0 8px 0;
}

#user-register-form .form-item {
  float:none;
}
#user-register-form select {
  height:34px;
  line-height:32px;
  padding:8px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:1px solid #D8D8D8;
  width:255px;
}

.group_educator,
#edit-field-titles1,
#edit-field-titles2,
#edit-field-titles3,
#edit-field-other-title,
#edit-field-responsibility,
#edit-field-other-responsibility,
#edit-field-address legend,
#edit-field-educator-addr legend {
  display:none;
}
#edit-field-school-district,
#edit-field-responsibility {
  clear:both;
}

.column-2 .story li p {
  width:150px;
}

.webform-client-form .form-item {
  display:inline-block;
  margin-right:20px;
}
.webform-client-form .form-type-checkbox {
  width:230px;
}

#edit-field-titles1,
#edit-field-titles2,
#edit-field-titles3,
#edit-field-responsibility {
  float:left;
  vertical-align:top;
  margin-right:20px;
}

.field-group-div:before,
.field-group-div:after {
    content: " ";
    display: table;
}
.field-group-div:after {
  clear: both;
}
.field-group-div h3 {
  display:none;
}

div.messages {
  margin: 25px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
  
  /**display: table-row; /**For titles in all browsers**/
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    body a:link:after, body a:visited:after {
        content: "";
    }

}
/***************LEAVE ^ OPEN BRACKET***************/

/********************ABOUT US STYLE PAGE ***************/

TABLE.timeline TH, TABLE.sally_articles TH{
  border-bottom: 0px;
  padding-right: 15px;
  border-right: 1px solid #d4d4d4;
  padding: 5px 0px;
}
TABLE.sally_articles TH{
  border-right: none;
}
TABLE.timeline TD,TABLE.sally_articles TD {
padding-top: 5px;
padding-bottom: 5px;
padding-left: 15px;
}

TABLE.timeline TH, TABLE.timeline TD, TABLE.sally_articles TH, TABLE.sally_articles TD  {
border-top: 1px solid #d4d4d4;
vertical-align: middle;
}

TABLE.timeline TH, TABLE.timeline THEAD TH, TABLE.timeline THEAD TD, TABLE.sally_articles THEAD TH, TABLE.sally_articles THEAD TD {
font-weight: bold;
padding-bottom: 5px;
}

UL.timeline{
  list-style-type: disc;
  }
  
  
/******REMEMBERING*******/
H2.articles{
  font-size: 16px;
  text-transform: none;
  font-family: Helvetica, Arial, sans-serif;
  }

/******* PROGRAMS - GRAIL MOONKAM **********/
/*----------------------------
  ROUNDED BOXES
----------------------------*/
.rbroundbox { background-color:#8e0000; color:#fff; border-radius: 5px;}
.rbtop div { background: url("/images/boxes/corner-tl.gif") no-repeat top left; }
.rbtop { background: url("/images/boxes/corner-tr.gif") no-repeat top right; }
.rbbot div { background: url("/images/boxes/corner-bl.gif") no-repeat bottom left; }
.rbbot { background: url("/images/boxes/corner-br.gif") no-repeat bottom right; }
/* rounded box and corners */
.rbroundbox2 { background-color:#E6E6E6; color:#fff; margin-left: 15px; border-radius: 5px; }
.rbtop2 div { background: url("/images/boxes/corner2-tl.gif") no-repeat top left; }
.rbtop2 { background: url("/images/boxes/corner2-tr.gif") no-repeat top right; }
.rbbot2 div { background: url("/images/boxes/corner2-bl.gif") no-repeat bottom left; }
.rbbot2 { background: url("/images/boxes/corner2-br.gif") no-repeat bottom right; }
/* height and width stuff, width not important */
.rbtop div, .rbtop, .rbbot div, .rbbot, 
.rbtop2 div, .rbtop2, .rbbot2 div, .rbbot2 {
  width: 100%;
  height: 5px;
  font-size: 1px;
}
.rbcontent_black h2{
  text-align: center;
  }
.rbcontent, .rbcontent_black { margin: 0 5px; padding:5px 3px 3px 5px; }
.rbcontent_black { color: #000 !important; }
.rbcontent_black ul li{
  padding-bottom: 10px;
  }
.rbcontent_black ul{
  padding-left: 20px;
  padding-right: 20px;
  }
UL.links_we_like, UL.fast_facts {
list-style-type: none !important;
margin: 0px !important;
padding: 10px !important;
}

/***----------------------------
  PROGRAMS - PD -  Ed Institute
----------------------------****/
table.edu-inst {
margin-left: 20px;
margin-right: 20px;
width: 552px;
}

table.educator_institutes_past tr.alt th, table.educator_institutes_past tr.alt td{
  background-color:#E6E6E6;
  border-bottom: 1px solid #666666 !important;
}

table.educator_institutes_past {
border-collapse: separate !important;
}

th.educator_institutes_past{
  padding: 10px;
  border-bottom: none!important;
  }
th.educator_institutes_past {
  border-bottom: 1px solid #ccc!important;
  }

table.educator_institutes_past tr.alt th, table.educator_institutes_past tr.alt td {
  background-color: #f2ffd9;
  border-bottom: 1px solid #e2ffaa !important;

}

table.educator_institutes_past {
border-collapse: separate !important;
}

table.educator_institutes_past td{
  padding: 10px;
  }

table.edu-inst{
  border-bottom: none;
  border: 1px solid #ccc;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 660px;
  }
table.educator_institutes_past th {
font-weight: normal;
color: #767676;
padding-left: 10px;
border-bottom: none!important;
}
table.educator_institutes_past {
border: 1px solid #74b600 !important;
border-collapse: separate !important;
}

TABLE.ed_inst TD.sides_yellow {
background: #fff url("/img/ed_inst/ed_inst-bk-yellow.png") repeat-y;
background-position: top left;
}


/** FOR PRODUCT STANDARDS***/
.resources #middle-school h4, .resources #upper-elem h4 {
font: 1.1em Arial, Helvetica, sans-serif;
font-weight: bold;
color: #C6378D;
}

.resources #teacher-guides td, .resources #user-guides td {
width: 85px;
text-align: center;
vertical-align: text-top;
}


#upper-elem h4, #middle-school h4{
  color: #6fb92f!important;
  font-family: 'KorolevCondensedMedium';
}

#upper-elem h5, #middle-school h5{
  width: 100px;
  text-align: center;
  font-size: 12px;
  text-transform: none;
  width: 100px;
  padding-right: 22px;
}

#upper-elem h5, #middle-school h5{
  color: #F90;
  }

#upper-elem img, #middle-school img{
  padding-left: 7px;
  }
resources #teacher-guides td, .resources #user-guides td {
width: 85px;
text-align: center;
vertical-align: text-top;
}


/**----------------------------
  ABOUT US - Faculty
----------------------------**/
table.faculty {
  width:840;
}

table.faculty th {
  /* border-top:1px solid #e8e8e8 !important; */
  border-bottom:0px !important;
  padding-right:20px !important;
  padding-top:15px !important;
  padding-bottom:15px !important;
  text-align:left;
  vertical-align:top;
}
table.faculty thead th {
  border-top:0px !important;
  padding-top:0px !important;
}
table.faculty thead td {
  border-top:0px !important;
  padding-top:0px !important;
}
table.faculty td {
  /* border-top:1px dotted #e8e8e8 !important; */
  padding-top:15px !important;
  padding-bottom:15px !important;
  text-align:left;
  vertical-align:top;
}
h5.faculty {
  font-size:22px;
  font-weight:bold;
  font-family: 'KorolevCondensedMedium';
  margin:0px;
  padding:0px;
  padding-bottom:5px;
  color:#6EB844;
}
h5.faculty_title {
  font-size:14px;
  font-weight:normal;
  margin:0px;
  padding:0px;
  padding-bottom:7px;
  color:#363636;
}
img.faculty {
  margin-top:2px;
  border-radius: 5px;
}
.book_ref {
  font-style: italic;
}

.corner_g1{
  background-color:#E6E6E6;
  border-radius: 5px;
  }
  
ul.helpful_links{
    padding: 0px 20px;}
li#fn_faculty, li#fn_impact, li#fn_contact{
  padding-bottom: 10px;
  
  }
  
ul.important_item_list{
  list-style-item: circle!important;
  }
  

 .lexile{
  display: none;
  }
  

.impact_quote{
  font-style: italic;
}
.impact_quote_author{
  padding-left: 20px;
  padding-top: 5px;
  font-size: 12px;
  font-style: normal;
  }


/****---------------------------
----- FOR LOGGED IN USERS ***/
  
  #srs-user{}
  
.user-wrap div.page-title{
    margin-top: 20px!important;
    margin-left: 25px;
    margin-bottom: -25px;
    }
.user-wrap .banner-block a.orange-button{
  margin-bottom: 20px;
  }
#div.banner-block{
    color: #fff!important;
    }
    
.banner-block h3{
    color: #fff;
    padding: 10px 20px;
    text-shadow:1px 1px 3px rgba(0,0,0,0.4);
    letter-spacing: 1px;
  }
.banner-block a{
  color: #fff;} 
  
.banner-block a:hover{
  text-decoration: none;
  color: #000;
  }
.banner-block a.orange-button{
  font-family: KorolevCondensedMedium;
  font-size: 14px;
  color: #f89c1b;
  padding: 7px 22px 4px 15px;
  margin-left:20px;
  border-radius: 5px;
  background: url("../img/top-nav-arrow.png") right 8px center no-repeat #f89c1b;
  background-color: #fff;
  text-transform: uppercase;
  z-index: 1000;
  text-shadow: none;
  transition: background-color .3s ease;
}

.banner-block a.orange-button:hover{
  color: #e55925;
  text-shadow: 
  }

ul.dark-blue{
  padding-left: 30px;
  }
  
div#dashboard-whats-new h2{
  color: #0b6175;}
  
div#dashboard-whats-new{
  background: url("../img/bg-grey-diamonds.jpg") repeat-y;
  margin-top: 25px;
  margin-bottom: 25px;
  }
  
.whats-new-items td.whats-new-title, .whats-new-items td.whats-new-description, .whats-new-items td.whats-new-button{
  padding-top: 15px;
  padding-bottom: 15px;
  }
  
td.whats-new-button {
  padding-top: 25px!important;
}
  
#dashboard-featured .featured-heading h2{
  color: #0b6175;}
  
/**For STEM CENTRAL NO RETURED RESULTS***/
.ac_over{
  background-color: #f89c1b;}
.ac_results{
  border: 1px solid #ccc;}
  
div.status{
  border-color: #6EB844;}
  
/**FOR STEM CENTRAL PREVIEW COMMENT BUTTON**/
#edit-preview{
  margin-left: 10px;
  }


::selection{
  background: #FFEBC2;
  }
  
BODY.page-user-stem-central .item-list .pager {
  margin-top: 20px;
  }
  
/*****FOR LOG IN PAGES ************/
ul.sidebar-incentive li{
  color: #fff;}

body#srs-user .banner-block .block-1 {
  background: none;
  }
  
table#profile-bookmarks.sticky-enabled, table.sticky-enabled.tableheader-processed{
  line-height: 2em;
  table-layout:fixed;
   word-wrap:break-word;
  }
  
/**FOR STEM CENTRAL SUBMISSION LOGIN***/

div.sc-search-options {
display: inline;
font-size: 12px;
margin-top: 5px;
}

body.page-stem-central-search input#edit-keys,

{
  vertical-align: top!important;
  margin-top: 10px;
  }

BODY.page-user-stem-central-resource-add div#edit-actions.form-actions.form-wrapper, BODY.page-stem-central-resource-edit  div#edit-actions.form-actions.form-wrapper{
  clear: both;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  } 



/*****EDIT social buttons***/

div.addthis_toolbox.addthis_default_style.addthis_16x16_style{
  margin-top: -30px;
  width: 180px;
}
/***REMOVE SOCIAL****/


/**For second column in SC list***/

BODY.page-stem-central .content ul{
  list-style-type: circle;
  }
  
/**To remove bullets on editing STEM resource**/
BODY.page-stem-central-resource-edit .content-ul{
  list-style-type: none!important;
  }

.term-reference-track-list-label {
font-weight: bold;
width: 105px;
}

li.term_ref_tree_nothing_message{
  width: 100px;
  }
  
div#edit-field-topic{
  width: 150px;}
  
.no-term-reference-tree-button{
  display: none;
  text-indent: 10px;
  }



/*********** STYLE FOR ONLINE ACADEMY PAGES for facilitators ****************/

h1.online-academy{
  
  }
  
  
ul.oa-nav{
  padding: 0;
  margin:0;
  height: 40px;
  background-image:url('/img/oa-bg_overview.png');
  margin-bottom: 20px;
  }
  
.oa-nav li{
  
  float: left;
  list-style: none;
  font-family:'KorolevCondensedMedium','arial narrow', arial, sans-serif;
  color: white !important;
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 4px;
  padding-left: 15px;
  
  }
ul.planning{
  background-image: url('/img/oa-bg_planning.png');
  }
  
ul.incentives{
  background-image: url('/img/oa-bg_incentives.png');
  }
ul.tools{
  background-image: url('/img/oa-bg_tools.png');
  }
ul.photos{
  background-image: url('/img/oa-bg_photos.png');
  }
ul.support{
  background-image: url('/img/oa-bg_support.png');
  }
  
.oa-nav li a{
  color: white !important;
  padding-right: 20px;
  text-decoration: none !important;
  }

.oa-nav li a:hover{
  color: #ccc!important;
    }
  
.oaHeader{
  font-size: 36px;
  }
  
#img-float{
  float: left;
  padding-right: 30px;
  padding-bottom: 40px;
  
}
.itemDescription{
  clear: both;
  border-bottom: 3px dotted #d2d7da;
  height: 175px;
  }
  
.itemText{
  padding-top: 0px;
  }
  
.itemText p{
  padding-bottom: 5px;
  }

.itemText h3{
  font-family: 'KorolevCondensedMedium';
  color: #919ba1 !important;
  text-transform: uppercase;
  font-size: 20px !important;
  font-weight: normal !important;
  margin-top: 25px;
  }

#next-action {
  width: 700px;
  border-top: 3px dotted #d2d7da;
  border-bottom: 3px dotted #d2d7da;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  }
  
#next-action a{
  color: #f99d1c;
  font-size: 16px;
  text-decoration: none !important;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  }
  
#next-action a:hover{
  text-decoration: underline!important;
  }
  
h3.trigger{
  font-family: 'KorolevCondensedMedium';
  background: url('/img/oa-bg_expandable.png') no-repeat scroll left top transparent;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: normal !important;
  text-transform: uppercase;
  border-bottom: 3px dotted #d2d7da;
  text-decoration: none!important;
  height: 30px;
  padding-left: 24px;
}

h3.trigger a{
  font-family: 'KorolevCondensedMedium';
  color: #f99d1c !important;
  font-size: 20px !important;
  font-weight: normal !important;
  text-transform: uppercase;
  border-bottom: none;
  text-decoration: none!important;
}

.toggle_container {
  background: none repeat scroll 0 0 #f4f5f5;
  clear: both;
  margin: 0 0 5px 0;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 5px;
}


h3.active{
  background-position:left bottom;
  }

.info-tabs{
  width: 700px;

  padding: 0;
  }
  
.info-tabs li {
list-style: none;
display: inline;
}

.info-tabs ul{
  padding-left: 0;
  margin:0;
  }

.info-tabs a {
  padding: 5px 8px;
  display: inline-block;
  background: #009891;
  color: #fff !important;
  font-family: 'KorolevCondensed-Medium';
  font-size: 20px;
  width: 209px;
  text-decoration: none!important;
  border-top: 1px solid #d2d7da;
  border-right: 1px solid #d2d7da;
  border-left: 1px solid #d2d7da;
  text-align: center;
}
.info-tabs a.active {
  background: #fff;
  color: #009891!important;
}
div.tab1, div.tab2, div.tab3{
  padding: 10px;
  margin-top: 25px;
  margin-bottom: 20px;
  width: 600px;
  background: #fff;
}

.tab-container{
  border-bottom: 1px solid #d2d7da;
  border-left: 1px solid #d2d7da;
  border-right: 1px solid #d2d7da;
  padding: 0;
  height: 100%;
}

.tab-container {
  
  }
/************ END ONLINE ACADEMY PAGES STYLING **********/
/********* Start STYLE FOR ONLINE PD- public marketing page *************/
    .onlinePDpublic{
        
    }
   .onlinePDpublic a.youtube-iframe.cboxElement.tn-play-wrap {
    position: relative;
    display: block;
    float: left!important;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: 0px !important;
}
    .onlinePDpublic ul{
    padding-left: 0;
    }
    
    .onlinePDpublic h2:first-child{
        font-size: 30px;
        clear: both;
    }
    
    .oa-vid-group{
        float: left;
        width: 200px;
        margin-bottom: 50px;
}
    .onlinePDpublic div.oa-vid-button{
        left: 30px!important;
        top: 34px!important;
    }
    
    .onlinePDpublic .subPoints{
       margin-left: 202px;
      
       margin-top: 18px;
    
       margin-bottom: 0px;
}
    
    .onlinePDpublic ul li{
    padding-left: 0;
    background: #F7F7F7;
    padding: 15px;
    }
    
    .onlinePDpublic ul.course-listing li{}
    
    .onlinePDpublic ul li.icon-1, .onlinePDpublic ul li.icon-2, .onlinePDpublic ul li.icon-3, .onlinePDpublic ul li.icon-4{
    background: url('/img/site-license/sl-oa-icon-clock.png') no-repeat;
    float: left;
    width: 180px;
    margin-bottom: 18px;
    font-size: 12px;
    padding: 0 19px 0px 28px;
}
    
    .onlinePDpublic ul li.icon-2{
        background: url('/img/site-license/sl-oa-icon-flash.png') no-repeat;
    }
    
    .onlinePDpublic ul li.icon-3{
        background: url('/img/site-license/sl-oa-icon-display.png') no-repeat;
    }
    
    .onlinePDpublic ul li.icon-4{
        background: url('/img/site-license/sl-oa-icon-star.png') no-repeat;
    }
    
    
    .onlinePDpublic .orange-button{
        margin-left: 20px;
        display: inline-block;
        margin-top: 5px;
        height: 20px;
    }
    .onlinePDpublic .sl-oa-video-img{
        width: 180px;
        margin-right: 23px;
    }
    
    .onlinePDpublic a.overview-pdf-a{
        position: relative;
        display: block;
    }
        .onlinePDpublic a.overview-pdf-a div.overlay{
        width: 110px;
        height: 142px;
        background-color: #000;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .onlinePDpublic a.overview-pdf-a:hover div.overlay{
        opacity: .6;
    }
    
    .onlinePDpublic a.overview-pdf-a:hover span.cap-text{
        text-decoration: underline;
     }
     
    .onlinePDpublic span.cap-text{
        display: inline-block; 
        margin-bottom: 18px;
     
        font-size: 13px;
}
     
     .onlinePDpublic a.overview-pdf-a .over-text{
        position: absolute;
        font-family: korolevcondensedmedium;
        color: #fff;
        font-weight: bold;
        font-size: 22px;
        text-align: center;
        top: 50px!important;
        left: 0px!important;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
     }
     
     .onlinePDpublic a.overview-pdf-a:hover .over-text{
        opacity: 1;
        top: 114px;
     }
    

/*** End Online PD - public marketing page**/


/* style edition 16.09.2013 begin */
.banner-block .block-2 .title.login {
    background: url("../img/left_col_bg.png") left center no-repeat;
    height: 118px;
    padding-left: 15px;
}

.page-content .content .article-block.fill_form dl {
    margin: 15px 0 15px;
}

.page-content .content.users_pages .article-block {
    padding:0;
}

.page-content .content .article-block.fill_form dt {
    float: left;
    text-align: right;
    width: 78px;
    font-size: 13px;
    font-weight: bold;
    padding-top: 7px;
}

.page-content .content .article-block.fill_form dd {
    float: left;
    margin-left: 17px;
}

.page-content .content .article-block.fill_form dd .field {
    display: block;
    border-radius: 7px;
    background: #ebecec;
    border: none;
    padding: 8px 5px;
    width: 260px;
}

.page-node-47 div.page-content .content, .page-node-41 div.page-content .content {
    padding: 0;
}

.users_pages {
    padding: 0;
}

.page-node-47 div.content > #node-47, .page-node-41 div.content.users_pages {
    padding: 15px;
}

.page-node-47 div.content > #node-47 > .link-wrapper {
    display: none;
}

#question-block, #record-block {
    padding: 5px 5px 10px;
}

#question-block {
    margin-bottom: 40px;
}

#record-block {
    overflow: hidden;
}

#record-block a.read-more:link, a.read-more:visited, a.read-more:hover, a.read-more:active {
    color: rgb(250, 189, 103);
}


.users_pages .fill_form .column-a {
    float: left;
    width: 365px;
}

.users_pages .fill_form .column-b {
    float: right;
    width: 270px;
    padding-top: 52px;
}

.users_pages .fill_form .column-b .info-block {
    background: url("../img/blue-ornament.gif") right top repeat-y #01acc7;
    font-size: 14px;
    color: #fff;
    border-radius: 7px;
    padding: 17px 30px 19px 19px;
}

.users_pages .fill_form .column-b .info-block .title {
    font-size: 28px;
    color: #fff;
    margin: 0 0 8px;
    line-height: 28px;
}

.orange_link {
    color: #fbce8a!important;
    display: block;
    font-size: 14px;
    word-spacing: 2px;
}
.orange_link:hover{
  color: #000!important;}

.video_player .img-wrap {
    box-shadow: 0 4px 10px 0 #e3e3e3;
    margin-top: 20px;
}

.users_pages .text-wrap {
    display: block;

    float: left;
    width: 380px;
}

.page-content .content .article-block .subtitle .text {
    width: auto;
    padding: 0;
    font-size: 18px;
}

.page-content .content.users_pages .subtitle {
    border: none;
}

.users_pages .action_panel {
    margin-top: 25px;

}

.users_pages .action_panel .orange-button {
    float: right;
}

.users_pages .action_panel .checkbox.not_checked {
    background-image: url("../img/not_check.png");
}

.users_pages .action_panel .checkbox.checked {
    background-image: url("../img/check.png");
}

.users_pages .action_panel .checkbox {
    float: left;
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 3px 0 0 95px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 0 4px 31px;
}

.users_pages .orange_link {
    display: block;
    margin-top: 8px;
}

.page-content .content.users_pages .article-block {
    padding-bottom: 37px;
}

.page-content .content.users_pages .title {
    margin-top: 0;
}

.left_align {
    float: left !important;
    display: block;
}

.users_pages .question_list {
    width: 740px;
    margin: 20px 0 20px -25px;
    padding: 0;
    background: url("../img/dotted.png") 0 top repeat-x;
}

.users_pages .question_list .question {
    background: url("../img/dotted.png") 0 bottom repeat-x;
}

.users_pages .question_list .question span {
    background: url("../img/marker.png") 0 center no-repeat;
    padding-left: 27px;
    color:#01acc7;
    font-family: KorolevCondensedMedium;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 0 15px 35px;
    display: block;
    margin-left: 29px;
}

.users_pages .profile_info {
    display: block;
    float: left;
    width: 475px;
}

.profile_info a.read-more{
    color: #FABD67;
}

.users_pages .profile_info.small {
    width: 270px;
    margin-bottom: 0 !important;
}

.page-content .content .title.big {
    font-size: 42px;
  line-height: 42px;
  word-wrap:break-word;
}

.orange_text {
    color: #f89c1b;
}

.red_text {
    color: #df4316;
}

span.red_text{
  margin-left: -30px;
  }
  
.users_pages .intro_text {
    font-size: 18px;
    color: #666;
    display: block;
    margin-bottom: 10px;
}
.page-content .content.users_pages  .article-block .profile_info .text  {
    margin: 0;
    padding:0;
}

.orange-button.big {
    font-size: 25px;
}

.users_pages .profile_panel {
    margin-top: 25px;
}

.no_padding_bottom {
    padding-bottom: 0 !important;
}

span.red-text{
  margin-left: -25px;
  }

.users_pages .dotted_panel {
    background: url("../img/dotted.png") 0 top repeat-x;
    margin: 25px 0 0 -25px; /**was -30px left**/
    padding: 35px 0 0 50px;
    position: relative;
}

.users_pages .prof_complite {
    font-size: 14px;
}

.users_pages .prof_complite .read-more {
    float: right;
    margin-right: 30px;
}

.avatar_wrap {
}

.banner-block .avatar_wrap .block-title {
    margin:0;
}

.arrow-down-profile {
  position: absolute;
  padding-left: 10px;
}

.banner-block .avatar_wrap .name-preview-edit{
  
  font-family: 'KorolevCondensedMedium', Arial, Sans-serif;
  font-size: 20px;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 5px 6px 5px 10px;
  word-wrap: break-word;
  line-height: 1.2em;
  height: 100%;
}

.user_profile_panel {
    padding: 20px 25px 20px 26px;
    width: 159px;
}

.user_profile_panel .dotted_border {
    background: url("../img/banner-border.png") 0 bottom repeat-x;
    height: 3px;
    margin: 20px 0 20px -25px;
    width: 210px;
}

.user_profile_panel .user_profle:first-child {
    background: none;
}

.user_profile_panel .user_info_list {
    margin: 15px 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #4ec5d8;
  word-wrap: break-word;
}

.user_profile_panel .user_info_list li:first-child {
    margin: 2px 0 5px;
}

.user_profile_panel .user_info_list li  {
    color: #fff;
    font-size: 14px;
}

.user_profile_panel .user_info_list li a {
    color: #fff;
    font-size: 14px;
}

.user_profile_panel .user_profle .title {
    font-size: 20px;
    color: #fff;
    font-family: KorolevCondensedMedium;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.user_profile_panel .user_profle .progress_bar {

    border: 1px solid #01869b;
    width: 100%;
    position: relative;
    display: block;
}

.user_profile_panel .user_profle .progress_bar .progress_line {
    background: url("../img/progress_bar.gif") 0 0 repeat-x;
    width: 70%;
    display: block;
    height: 16px;
    box-shadow: 2px 0 2px -1px #01606f;
}

.user_profile_panel .user_profle .progress_info {
    margin: 10px 0;
    padding: 0;
    font-family: KorolevCondensedMedium;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.user_profile_panel .user_profle .progress_info .light_orange {
    color:#fbce8a;
    font-size: 24px;
    font-family: KorolevCondensedMedium;
}

.user_profile_panel .user_profle .progress_info .light_orange sup {
    top: -5px;
    font-size: 16px;
}

.user_profile_panel .orange-button-wrap {
    margin-bottom: 10px;
}

.user_profile_panel .orange-button {
    background: url("../img/top-nav-arrow.png") right 8px center no-repeat #fff;
    background-color: #fff;
    color: #f89c1b;
    float: none;
    text-shadow: none;
}

.user_profile_panel .orange-button:hover {
    background-color: #fff;
    color: red;
}

.top_vertical_align {
    vertical-align: top;
}

.forgot_password {
    border-top: 1px solid #ebecec;
    text-align: right;
    padding-top: 15px;
    margin-top:15px;
}

.users_pages .dotted_border  {
    width: 740px;
    background: url("../img/dotted.png") 0 0 repeat-x;
    height: 3px;
    margin-left: -30px;
    margin-bottom: 27px;
}

.page-content .content.users_pages .orange-button-wrap.left_align {
    float: left;
}

.blue {
    background: url("../img/blue-ornament-title.gif") right center no-repeat #01acc7;
}

.record_slider_wrap {
    position: relative;
    padding-top: 32px;
}

.record_slider_wrap .slider {
    margin-left: 32px;
    margin-right: 0px;
}

.record_slider_wrap .slide {
    float: left;
    width: 151px;
    height: 175px;
    font-family: KorolevCondensedMedium;
    font-size: 18;
    text-transform: uppercase;
    text-align: center;
    margin: 0 7px;
}


.record_slider_wrap .slide .cont_block .arrow {
    display: none;
    background: url("../img/blue-arrow_slider.png") 0 0 no-repeat;
    width: 15px;
    height: 12px;
    position: absolute;
    bottom: -12px;
    left: 68px;
    top: 147px;
    right: 0px;
}

.record_slider_wrap .slide .marker_block .arrow {
    background: url("../img/gray-arrow_slider.png") 0 0 no-repeat;
}

.record_slider_wrap .slide .cont_block .arrow, x:-moz-any-link { bottom: 15px; } 

.record_slider_wrap .slide .cont_block {
    width: 149px;
    height: 149px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 12px;
    padding-right: 12px;
}


.record_slider_wrap .slide .gray_block {
    background: #ebecec;
    color: #919ba0;
    border: 1px solid #eff0f0;
}

.record_slider_wrap .slide .blue_block {
    background: #01acc7;
    color: #fff;
    border:1px solid #2ebbd1;
}

.record_slider_wrap .slide .blue_block .arrow {
    display: block;
}

.record_slider_wrap .slide .marker_block {
    background: url("../img/marker_slider.png") center 10px no-repeat;
    color: #bdc1c3;
    border:1px solid #eff0f0;
    padding-top: 22px;
    height: 124px;
}

.record_slider_wrap .left_arrow,
.record_slider_wrap .right_arrow {
    width: 11px;
    height: 151px;
    position: absolute;
    cursor: pointer;
}

.record_slider_wrap .left_arrow {
    background: url("../img/left_slider_arrow.png") center center no-repeat ;
    left: 15px;
    top: 25px;
}

.record_slider_wrap .right_arrow {
    background: url("../img/right_slider_arrow.png") center center no-repeat ;
    right: 18px;
    top: 25px;
}


.record_slider_wrap .pagination {
    position: absolute;
    top: 190px;
    right: 343px;
    z-index: 100;
}

.pagination {
    text-align: center;
}

.pagination a {
    background: url(../img/paginator_.png) -20px 0 no-repeat transparent;
    width: 12px;
    height: 12px;
    margin: 0 8px 0 0;
    display: inline-block;
}

.products-slider .pagination a {
    background: url(../img/paginator_.png) -20px 0 no-repeat transparent;
}

.pagination a.selected {
    background-position: 0 0;
    cursor: default;
}

.pagination a span {
    display: none;
}

.tabs_wrap {
    position: relative;
}

.tabs_wrap .nav_tabs {
    position: absolute;
    bottom:0;
    right: 56px;
    margin:0;
    padding: 0;
}

.tabs_wrap .nav_tabs .tab {
    float: left;
    cursor: pointer;
    color: #01acc7;
    font-size: 16px;
    background: #cceef4;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 5px 15px 0px;
    margin-left: 3px;
}

.tabs_wrap .nav_tabs .with_marker {
    background: url("../img/tabs_marker.png") 11px 8px no-repeat #CCEEF5;
    padding-left: 35px;
}

.tabs_wrap .nav_tabs .tab:hover,
.tabs_wrap .nav_tabs .active {
    background-color: #fff;
    color: #919ba0;
}

.tabs_wrap .nav_tabs .with_marker:hover {
    background: url("../img/tabs_marker.png") 11px 8px no-repeat #fff;
}

.video_player_wrap {
    padding-top: 15px;
}

.video_player_wrap .title {
    margin-bottom: 15px;
}

.video_player_wrap .title.big.question-title {
    margin: 15px 25px;
  line-height: 42px;
}

.video_player_wrap .panel {
    background: rgb(247,247,247); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(235,235,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(235,235,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(235,235,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(235,235,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
    height: 88px;
    position: relative;
    border: 1px solid #d5d5d5;
    border-top:none;
}

.video_player_wrap .panel .time {
    font-size: 30px;
    color: #919ba1;
    font-family: KorolevCondensedMedium;
    display: block;
    position: absolute;
    top: 23px;
    left: 30px;
}

.video_player_wrap .panel .start_button {
    background: url("../img/record.png") 0 0 no-repeat;
    width: 71px;
    height: 71px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 8px;
    left: 304px;
}

.video_player_wrap .panel .stop_button {
    background: url("../img/stop.png") 0 0 no-repeat;
    width: 66px;
    height: 61px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 16px;
    left: 343px;
}

.video_player_wrap .panel .pause_button {
    background: url("../img/pause.png") 0 0 no-repeat;
    width: 66px;
    height: 61px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 16px;
    left: 271px;
}

.video_player_wrap .panel .help_text {
    display: block;
    right: 25px;
    top:36px;
    font-size: 12px;
    color: #666;
    font-style: italic;
    position: absolute;
}

.video_player_wrap .panel .preview_panel {
    display: block;
    position: absolute;
    right: 60px;
    top: 28px;
}

.video_player_wrap .panel .preview_panel .read-more {
    float: left;
    display: block;
    margin-right: 45px;
    margin-top: 7px;
}

.video_player_wrap .panel .preview_panel .preview {
    float: left;
    display: block;
    padding: 3px 7px;
    background: #fff;
    color: #f89c1b;
    text-transform: uppercase;
    font-family: KorolevCondensedMedium;
    border-radius: 5px;
    box-shadow: 0 0 7px 3px #e6e6e6;
    font-size: 18px;
}

.right_align {
    display: block;
    float: right !important;
}

.video_sub_text {
    padding-left: 24px;
}

.video_sub_text .text {
    width: 550px;
}

.video_sub_text .read-more {
    margin-top: 40px;
}

.video_sub_text .read-more.right_align {
    padding-right: 25px;
}

.page-content .content .article-block .tag_video .column_a {
    background: url("../img/border.gif") right top repeat-y;
    float: left;
    padding-right: 28px;
    padding-left: 28px;
    width: 310px;
}

.page-content .dotted_panel.submit_video {
    padding-left: 55px;
}

.page-content .content .article-block .tag_video .column_b {
    float: right;
    width: 310px;
    padding-right: 6px;
}

.page-content .content .article-block .tag_video .column_b .text {
    margin-top: 0;
    font-weight: bold;
}

.page-content .content .article-block .tag_video dt  {
    width: auto;
    padding-top: 0;
}

.page-content .content .article-block .tag_video dd .orange-button-wrap .orange-button {
    background: #f89c1b;
    padding: 6px 10px;
}

.page-content .content .article-block .tag_video dd .orange-button-wrap .orange-button:hover {
    background: #e55925;
    padding: 6px 10px;
}

.tag_video .field {
    display: block;
    border-radius: 7px;
    background: #ebecec;
    border: none;
    padding: 8px 5px;
    width: 208px;
}

.tag_list {
    width: 100%;
    margin:0;
    padding: 0;
    font-size: 14px;
    color: #666;
}

.tag_list li {
    float: left;
    width: 50%;
    margin-bottom: 5px;
}

.submit_video .orange-button-wrap {
    margin-right: 30px;
}

.page-content .head-block .page-title.hero_bg {
    background: url("../img/hero.jpg") 0 0 no-repeat;
    color: #fff;
    height: 99px;
    padding-top: 41px;
    padding-left: 25px;
    margin-top: 0px;
}

.instruction {
    margin:0;
    padding: 30px;
}

.instruction li {
    float: left;
    width: 30%;
    margin-left: 5%;
}

.instruction li:first-child {
    margin-left: 0;
}

.instruction li .img_wrap {
    height: 100px;
}

.instruction li.point_1 .img_wrap {
    background: url("../img/item_1.png") center center no-repeat;
}

.instruction li.point_2 .img_wrap {
    background: url("../img/item_2.png") center center no-repeat;
}

.instruction li.point_3 .img_wrap {
    background: url("../img/item_3.png") center center no-repeat;
}

.instruction li .item_number {
    display: block;
    color: #f89c1b;
    font-family: KorolevCondensedBold;
    font-size: 50px;
    text-align: center;
}

.instruction li .item_title {
    font-size: 18px;
    color: #666;
    display: block;
    text-align: center;
}

.instruction li .text {
    text-align: center;
}

.article-block.gray_block {
    background: #ebecec;
}

.record_video_block {
    border-top:2px dotted #cfd4d6;
    padding: 35px 0;
  margin-top: 20px;/**Added for career cues landing page**/
}

.orange-button-wrap.central_align {
    float: none !important;
    text-align: center;
}

.padding_title {
    padding: 0 0 25px;
}

div.users_pages > .padding_title {
    padding: 15px 10px;
}

.lightbox_wrap {
    position: fixed;
    z-index: 5000;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/black_opacity.png")0 0 repeat;
    text-align: center;
    display: none;
}

.lightbox_wrap .lightbox {
    background: #fff;
    border-radius: 7px;
    width: 468px;
    margin:0 auto;
    border: 1px solid #acacac;
    padding: 30px 0 20px;
    position: relative;
    top: 15%;
}

.lightbox_wrap .title {
    color: #969a9b;
    font-size: 42px;
    font-family: KorolevCondensedMedium;
    text-transform: uppercase;
    display: block;
}

.lightbox_wrap .subtitle {
    font-size: 18px;
    color: #666;
    display: block;
}

.lightbox_wrap .dotted_block {
    border-top:2px dotted #dbdfe1;
    border-bottom:2px dotted #dbdfe1;
    padding: 10px 0;
    margin: 15px 0;
}

.lightbox_wrap .question {
    color: #01acc7;
    font-size: 18px;
    font-family: KorolevCondensedMedium;
    text-transform: uppercase;
    background: url("../img/marker.png") left center no-repeat;
    padding: 3px 0 3px 30px;
}

.lightbox_wrap .orange-button-wrap {
    margin: 5px 0 20px;
}

span#tips-link {
  text-align: right;
  padding-right: 30px;
}


.orange-button.white {
    background: url("../img/dark_arrow.png") right 0px center no-repeat #fff;
    text-shadow: none;
    color: #f89c1b;
  background-color:#fff;
}

.orange-button.white:hover {
    background: url("../img/dark_arrow.png") right 0px center no-repeat #fff;
    color: red;
  background-color:#fff;
}

.lightbox_wrap .close {
    background: url("../img/close.png") 0 0 no-repeat;
    width: 19px;
    height: 18px;
    float: right;
    display: block;
    right: 15px;
    top:15px;
    position: absolute;
    cursor: pointer;
}

.remove-tag {
    color: #FABD67;
    cursor: pointer;
    font-size: 12px;
    display: none;
}

.timer-container  {
    display: block;
    background: url("../img/timer.png") center top no-repeat #fff;
    height: 60px;
    margin-top: -10px;
    padding-top: 4px;
    font-size: 30pt;
    color: #D7D7D7;
    text-align: center;
    margin-left: 25px;
    width: 680px;
}

.arrow_up  {
    background: url("../img/arrow_up.png") 500px 10px no-repeat ;
    position: absolute;
    display: inline;
    width: 696px;
    height: 103px;
    z-index: 0;
}

.arrow_down  {
    background: url("../img/arrow_down.png") 630px 38px no-repeat ;
    position: absolute;
    display: inline;
    width: 710px;
    height: 310px;
    z-index: 0;
}

.tags_list  {
   margin-top: 10px;
}

.all-tags {
    width: 89%;
}

.tags-help-text{
  font-size: 12px;
  font-style: italic;
  }
.page-content .content .title.small {
  font-size: 29px;
}

/**** SITE LICENSE - public marketing page ****/

.site-license-info {
    border-bottom: 2px dotted #ebedec;
    height: 1155px;
    margin-bottom: 30px;
}

.site-licenses-pdfdownloads ul {
    margin-bottom: 30px;
    padding-left: 20px;
}

.site-licenses-pdfdownloads li {
    margin-bottom: 20px;
}

.site-licenses-pdfdownloads ul li a img {
    padding-right: 11px;
}

div.product-sub-section{
  margin-bottom: 30px;
  }

h2.header-product-sub{
  border-bottom: 1px solid #01869b;
  color: #666;
  font-family: 'KorolevCondensedMedium';
  text-transform: none;
  font-size: 24px;
  margin-left:40px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 15px;
  }

img.img-product-sub, img.img-product-sub-expand{
  float: left;
  padding-right: 25px;
  padding-bottom: 30px;
  clear: both;
  }

img.img-product-sub-expand:hover{
  opacity: .8;
  } 

img.action-arrow{
  float: left;
  padding-right: 5px;
  }

img.img-product-sub-header{
  float: left;
  padding-right: 8px;
  clear: both;
  }

/***** SITE LICENSE CTA TABLE - public page *****/
table.sl-call-out{
  border-radius: 5px;
  width: 100%;
  }

table.sl-call-out tr td{
  vertical-align: middle;
  background: #fde1ba;
  }
  
table.sl-call-out td#sl-call-out-guide-text{
  font-size: 24px;
  width: 34%;
  font-family: 'KorolevCondensedMedium';
  text-transform: none;
  padding-left: 30px;
  line-height: 28px;
  border-radius: 5px 0px 0px 5px;
  }
  
table.sl-call-out td#sl-call-out-phone{
  text-align: center!important;
  font-size: 16px;
  padding-top: 10px;
  }
  
span#number{
  color: #0A869c; 
  text-transform: none; 
  font-size: 30px;
  font-family:'KorolevCondensedBold';
}

table.sl-call-out td#sl-call-out-option{
  padding-left: 10px;
  padding-right: 20px;
  }
  
table.sl-call-out td#sl-call-out-button{
  padding-right: 20px;
  border-radius: 0px 5px 5px 0px;
  }
  
/***** END SITE LICENSE CTA TABLE - public page *****/

/***** BEGIN SITE LICENSE EBOOK PAGE - private pages *****/
table.sl-cta{
  width: 100%;
  margin-bottom: 15px;
  }

table.sl-cta tr td{
  vertical-align: middle;
  background: #fde1ba;
  }
  
table.sl-cta td#sl-cta-guide-text{
  font-size: 22px;
  width: 25%;
  font-family: 'KorolevCondensedMedium';
  text-transform: none;
  padding-left: 20px;
  line-height: 25px;
  border-radius: 7px 0px 0px 5px;
  }
  
table.sl-cta td#sl-cta-contact{
  
  font-size: 12px;
  padding-top: 10px;
  font-weight: bold;
  color: #0A869C;
  line-height: 15px;
  border-radius: 0px 5px 5px 0px;
  padding-right: 20px;
  }
  
span#number{
  color: #0A869c; 
  text-transform: none; 
  font-size: 30px;
  font-family:'KorolevCondensedBold';
}

table.sl-cta td#sl-cta-option{
  padding-left: 10px;
  padding-right: 20px;
  }
  
table.sl-cta td#sl-cta-button{
  padding-left: 15px;
  width: 39%;
  }
/***** END SITE LICENSE EBOOK PAGE - private pages *****/


/***** EDIT SITE LICENSE ONLINE ACADEMY PAGE - private pages *****/


td#sl-cta-button-academy {
  padding-left: 25px;
  width: 43%;
}

ul.sl-info-points li{
  list-style-type: circle;
  list-style-position: outside;
  padding: 10px 0;
}

#online-pd-register-sl-course-list p{
     text-transform: uppercase;padding-left: 27px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 2px;
    background-color: #0A869C;
    font-size: 20px;
    font-family: 'KorolevCondensedMedium';
    background: url(/sites/all/themes/SRS/img/ornament-darkblue.png) no-repeat right #0A869C;
}


/**div#breadcrumb, .page-content .head-block .action-bar{ display: none; }**/

div.block-online-pd h2{
    background-color: #fff;
    padding-left: 25px;
}

.sl-oa-registration-block{
    float: right;
    margin-top: -14px;
}

.sl-oa-registration-block form#online-pd-register-sl-course-list{
    width: 473px;
    float: right;
    padding-left: 28px;
    background: url('/sites/all/modules/srs/srs_course/images/border-grey-dots.png') left 0px repeat-y;
}

.sl-oa-registration-block form#online-pd-register-sl-course-list div.form-item{
    width: 471px;
}

.sl-oa-registration-block form#online-pd-register-sl-course-list label.option{
    width: 465px;
}

.sl-oa-registration-block form#online-pd-register-sl-course-list div#edit-courses{
    width:500px;
}


div.block-online-pd div.content{
padding-top: 0;
}


.sl-oa-col1-half{
  width: 340px;
  float:left;
  padding-right: 10px;
}

.sl-oa-col2-half{
  width: 320px;
  float: left;
  font-weight: bold;
}
.sl-oa-col2-half ul{
  padding-left:0px;
  font-weight: normal;
  
}

.sl-oa-course{
  clear: both;
}

.sl-oa-course h2{
  font-size: 28px;
  line-height: 45px;
}

.sl-oa-course h3{
  text-transform: none;
  font-size: 20px;
  margin-bottom: 0;
  color: #666;
}

.sl-oa-sidecol ul{
  padding-left: 0;
  width: 148px;
  margin-top: 5px;
}
.sl-oa-sidecol li{
  line-height: 28px;
}

.sl-oa-sidecol{
    width: 172px;
    float: left;
    margin-right: 27px;
    /**padding-left: 20px;**/
  /**border-right: url('/sites/all/themes/SRS/img/dotted-drk-grey.png') repeat-y;
  background: url('/sites/all/modules/srs/srs_course/images/border-grey-dots.png') right 0px repeat-y;
  **/
  border-right: 1px solid #ececec;
  font-size: 12px;
  height: 400px;
}

.sl-oa-shorter-col{
  height: 330px;
  padding-top: 20px;
  }
  
.sl-oa-shorter-col p{
  width: 90%;
  font-size: 11px!important;
  line-height: normal;
  font-style: italic;
  padding-top: 10px;
}

.sl-oa-course .orange-button {
    font-family: KorolevCondensedBold;
    font-size: 16px;
    font-size: 16px;
    text-shadow: none;
    background-image: none;
    border-radius: 5px;
    padding: 8px 10px 6px 10px;
    letter-spacing: .01em;
}
.sl-oa-sidecol ul li.icon-1{
  background: url('/img/site-license/sl-oa-icon-1.gif') no-repeat;
  padding-left: 28px;
  background-position: 0px 5px;
  }
  
.sl-oa-sidecol ul li.icon-2{
  background: url('/img/site-license/sl-oa-icon-2.gif') no-repeat;
  padding-left: 28px;
  background-position: 0px 9px;
  }
  
.sl-oa-sidecol ul li.icon-3{
  background: url('/img/site-license/sl-oa-icon-3.gif') no-repeat;
  padding-left: 28px;
  background-position: 0px 6px;
  }
  
.sl-oa-sidecol ul li.icon-4{
  background: url('/img/site-license/sl-oa-icon-4.gif') no-repeat;
  padding-left: 28px; 
  background-position: 0px 0px;
  }
  
.sl-oa-sidecol ul li.icon-5{
  background: url('/img/site-license/sl-oa-icon-5.gif') no-repeat;
  padding-left: 28px; 
  background-position: 0px 0px;
  }
  
h2.sl-oa-registration{
  float: left;
  margin-right: 40px;
  font-size: 35px;
  color: #0a869c;
  clear: both;
  padding-top: 10px;
}

.sl-oa-sidecol p{
  font-size: 12px;
}

.sl-oa-sidecol h3{
  font-family:'KorolevCondensedMedium';
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 25px;
  text-transform: uppercase;
  color: #666;
  margin-right: 28px;
}

.sl-oa-midcol{
    float: left;
    width: 500px;
    margin-right: 20px;
}

a.youtube-iframe.cboxElement.tn-play-wrap {
    position: relative;
    display: block;
    float: right;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: 10px;
}

div.oa-vid-button {
    display: block;
    position: absolute;
    top: 46px;
    left: 54px;
    color: white;
    font-family: korolevcondensedbold;
    font-size: 16px;
    background: rgb(200, 200, 200);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 30px 10px 12px;
    line-height: 15px;
    text-transform: uppercase;
    border-radius: 7px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

div.oa-vid-button::after{
    content: "";
    position: absolute;
    top: 39%;
    right: 11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ffffff;
    -moz-transform: scale(.9999);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

a.youtube-iframe.cboxElement.tn-play-wrap:hover div.oa-vid-button{
    color: #f79c1e;
    background-color: rgba(0, 0, 0, 0.75);
    text-underline: none;
}


a.youtube-iframe.cboxElement.tn-play-wrap:hover div.oa-vid-button::after{
    border-left-color: #f79c1e;
}

IMG.sl-oa-video-img{
    border: 1px solid #E5E5E5;
}

span.sl-oa-course-sub{ 
  display: block;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-style: italic;
  }
  

img.top {
   vertical-align:text-top;
   padding: 2px; 
   border:1px solid #cccccc;
   width: 140px;
}

#breadcrumb{
  display: none!important;
}

div.addthis_toolbox.addthis_default_style.addthis_16x16_style {
  display: none!important;
}

ul.bookList {
   list-style-type:circle; 
   color:#888888;
}

ul.bookList li{
   padding: 3px 0;
}

.coming_soon{
  font-style: italic;
  font-weight: normal;
  padding-bottom: 2px;
}
th.bookTable {
  border-bottom: none;
  padding-right: 1em;
  text-align: left;
  vertical-align: top;
  width: 205px;
}



p.sl-intro-p{
}

img.cover-stem-connections{
margin-top: 10px;
width: 140px;
float: left;
display: block;
margin-right: 25px;
}

h3.career-connections-first{
margin-top: 25px;
font-style: normal;
color: #6EB844;
padding-bottom: 0;
margin-bottom: 0;
line-height: 10px!important;
}

h3.career-connections-second{
margin-top: 40px;
font-style: normal;
color: #6EB844;
padding-bottom: 0;
margin-bottom: 0;
line-height: 10px!important;
}

.ag-about-me-list{
float: left;
margin-right: 50px;
padding-left: 20px;
list-style-type: circle;
}

.ag-careers-4-u-list{
float: left;
list-style-type: circle;
}

/***End SL : OA landing page**/
  
/*** BEGIN press room ***/

.content.press-room-main {
    padding: 7px;
}

.tab_back{
    width: 730px;
    height: 39px;
}

.press-room-main ul.tabs {  
    margin:0px; padding:0px;
}

.press-room-main ul.tabs li {  
    list-style:none;  
    display:inline;
    float: left;
    height: 39px;
}

.press-room-main ul.tabs li a {  
    background-color:#a7b1b6;
    font-family: KorolevCondensedMedium;
    height: 39px;
    line-height: 39px;
    color:white;
    /* padding: 9px 15px 9px 16px;*/
    padding: 0px 15px;
    text-decoration:none;  
    font-size:20px;
    text-transform:uppercase;  
    margin: 0px; border: 0px;
    border-right: 1px solid #929a9f;
    display: block;
    width: 194px;
    text-align: center;
}

.press-room-main ul.tabs li a.last-tab {
    padding-right: 60px;
    background: url("../img/grey-orn-tab.gif") right center no-repeat #a7b1b6;
    border-right: none;
}

.press-room-main ul.tabs li a:hover {  
    background-color:#929a9f;   
}

.press-room-main ul.tabs li a.last-tab:hover {  
    background: url("../img/greydark-orn-tab.gif") right center no-repeat #929a9f;  
}

.press-room-main ul.tabs li a.active {  
    background-color:#df4626;  
    color:white;
    border-right: none;
    text-align: center;
}

.press-room-main ul.tabs li a.last-tab.active {
    background: url("../img/red-orn-tab.gif") right center no-repeat #df4626;
    padding-right: 60px;
}

#arrow_1 {
    background: url(../img/red-arrow.png) no-repeat;
    position: relative;
    top: 37px;
    left: 102px;
    width: 17px;
    height: 11px;
}

#arrow_2 {
    background: url(../img/red-arrow.png) no-repeat;
    position: relative;
    top: 37px;
    left: 328px;
    width: 17px;
    height: 11px;
    display: none;
}

#arrow_3 {
    background: url(../img/red-arrow.png) no-repeat;
    position: relative;
    top: 37px;
    left: 560px;
    width: 17px;
    height: 11px;
    display: none;
}

#arrow_4 {
    background: url(../img/red-arrow.png) no-repeat;
    position: relative;
    top: 37px;
    left: 611px;
    width: 17px;
    height: 11px;
    display: none;
}

.press-room-main div.view-content {  
    padding: 26px 10px 26px 10px;
}


.view-view-latest-news ul.catalog {  
    padding:0px 20px 0px 0px;
    list-style-type:none;
    -webkit-font-smoothing: subpixel-antialiased;
}

.view-view-latest-news ul.catalog > li{
    padding: 0px 0px 22px 0px;
    margin: 0px 0px 21px 0px;
}

.view-view-latest-news .catalog .img-wrap {
    float: left;
    padding: 0px 30px;
    width: 100px;
    height: 100px;
    margin-top: 5px;
    margin-bottom: 9px;
}
.view-view-latest-news .catalog .img-wrap img {
  border-radius:5px;
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 14px;
}

.view-view-latest-news .catalog .info-panel{
    float: none;
    width: auto;
}

.view-view-latest-news .catalog .info-panel .product-title a{
    line-height: 1.2;
}

.view-view-latest-news .catalog .info-panel .autor{
    font-size: 12px;
    color: #929a9f;
    display: block;
    line-height: 1;
}

.view-view-latest-news .catalog .info-panel .description p, .view-view-latest-news .catalog .info-panel .description{
    display: block;
    font-size: 12px;
    color: #666;
    margin: 10px 0px 10px 0px;
}

.view-view-latest-news .catalog .info-panel .autor a{
    background: url("../img/orange-arrow.png") right center no-repeat;
    padding-right: 12px;
    padding-bottom: 2px;
}

/** Pagination- Press Room Only**/

.view-view-latest-news .item-list .pager {
  clear: both;
  text-align: center;
  font-family: KorolevCondensedMedium;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.view-view-latest-news .item-list .pager li {
  padding: 0.1em;
        display: inline;
}

.view-view-latest-news li.pager-current.first, .view-view-latest-news li.pager-current, .view-view-latest-news li.pager-current.last{
  color: #ebedec;
  background-color: #929a9f;
  padding: 8px 8px!important;
  border: none;
  border-radius: 7px;
  }
             
  
.view-view-latest-news li.pager-item a, .view-view-latest-news li.pager-first.first a, .view-view-latest-news li.pager-next a, .view-view-latest-news li.pager-previous a, .view-view-latest-news li.pager-last.last a{
        text-decoration: none;
  border-radius: 7px;
        background-color: #ebedec;
  color: #666!important;
  border: none;
  padding: 8px!important;
  }

.view-view-latest-news li.pager-item a{
    color: #666;
    background-color: #ebedec;
    padding: 8px 8px!important;
    border-radius: 7px;
    text-decoration: none;
    border: none;
}
        
        
.view-view-latest-news li.pager-previous a {
    background: url("../img/grey-arrow-left.png") 9px 13px no-repeat #ebedec;
    padding: 8px 12px 8px 20px!important;
}

.view-view-latest-news li.pager-next a {
    background: url("../img/grey-arrow-right.png") 47px 13px no-repeat #ebedec;
    padding: 8px 20px 8px 12px!important;
}

.view-view-latest-news li.pager-first.first a {
    background: url("../img/grey-arrow-left2.png") 9px 13px no-repeat #ebedec;
    padding: 8px 12px 8px 25px!important;
    display: none;
}

.view-view-latest-news li.pager-last.last a {
    background: url("../img/grey-arrow-right2.png") 41px 13px no-repeat #ebedec;
    padding: 8px 25px 8px 12px!important;
    display: none;
}

.view-view-latest-news li.pager-previous a:hover, .view-view-latest-news li.pager-next a:hover, .view-view-latest-news li.pager-item a:hover, .view-view-latest-news li.pager-last.last a:hover, .view-view-latest-news li.pager-first.first a:hover{
    background-color: #e3e5e4;
}


/**END PAGINATION**/

.node-news .follow-us {
    margin: 40px 0px 60px -7px;
    float: none;
}

.node-news .follow-us li {
    float: left;
    margin: 0 0 0 6px;
}

.node-news .follow-us .like-us a {
    background: url("../img/facebook-like.gif")no-repeat;
}

.node-news .follow-us a {
    background: url("../img/twitt.gif") no-repeat;
}

.node-news .follow-us .number {
    border:none;
    border-radius: 2px;

    margin-left: 4px;
    padding-left: 1px;
}

.node-news .follow-us .number img {
    position: relative;
    left: -3px;
    float: none;
}

.node-news .field-type-image img {
  width: 60%;
  height: auto;
  float: right;
  margin: 0px 0px 19px 30px;
  border-radius: 5px;
}

.node-news .field-name-field-subtitle {
    font-weight: bold;
    margin-bottom: 10px;
}

.location-date .field-type-text,
.location-date .field-type-text div {
  display: inline;
}

.node-news .press-back-link {
    padding-left: 12px;
    background: url("../img/orange-arrow-left.png") left center no-repeat;
}
/*** END press room ***/


/*** Event Landing Page Template***/
.event-landing h1{
    line-height: 1.2;
}

.event-landing .event-tagline h2{
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}

.event-landing .event-body img{
    float: right;
    width: 38%;
    height: auto;
    margin-bottom: 160px;
}

.event-landing .event-reg-link{
    padding: 20px 0px 10px;
}

.event-landing .event-subs {
    line-height: 1;
    color: #666;
}

.event-body{
    margin-top: 25px;
}

.event-text-column{
    width: 61%;
}

.event-landing .event-details{
    list-style-image: url("../img/orange-arrow.png");
    margin-top: 10px;
}
/*** End Landing page Tempalte ***/


/******************** Begin New Contact Us **********************/
/** Part 1 - Sales and Support Box ***/
.contact-us-div-wrapper{
  border: 1px solid #EEE;
  height: 100%;
  width: 325px;
  margin-bottom: 15px;
  float: left;
  
}
.contact-us-div-wrapper h2{
  color: #666;
  font-size: 24px;
  padding-top: 5px;
}
.left-float-margin{
  margin-left: 30px;
}
.contact-us-content{
  padding: 15px 15px 5px 15px;
}

.contact-us-icon{
  float:left;
  padding-right:5px;
}

.contact-us-info {
  float: left;
  width: 190px;
}

.info-balance{
  padding-top: 25px;
  padding-bottom: 20px;
}
.contact-us-info h3{
  color: #42a8a2;
  color: #42a8a2;
  font-family: 'KorolevCondensedMedium';
  font-size: 26px;
  font-weight: normal;
  height: 20px;
  letter-spacing: 1px;
}
.contact-us-info p{
  float: left;
  width: 190px;
  font-size:12px;
  }
.contact-us-divider{}

.contact-us-new{
    box-sizing: border-box;
    padding-left: 10px;
}
.btn-chat-online:hover{
  border: 1px solid #000;
}

.contact-us-email{
    clear:both;
  border-top: 1px dotted #ccd1d4;
  text-align: center;
}
.contact-us-email a{
  font-weight: bold;
}
.contact-us-email p{
  font-size: 12px;
}

.btn-contact-us{
  display: block;
  border: 1px solid #EEE;
  padding: 10px;
  margin-top: 5px;
  border-radius: 5px;
  }

.btn-contact-us:hover{
  border: 1px solid #6EB844;
}
.btn-contact-us:hover{
  color: #6EB844;
  text-decoration: none;
}
span.btn-contact-us-header{
  font-family: 'KorolevCondensedMedium';
  text-transform: uppercase;
  font-size: 16px;
  }
span.btn-contact-us-header:hover{
  color: #6EB844;
}

span.btn-contact-us-text{
  font-size: 11px;
  color: #666;
}

span.btn-contact-us-text:hover{
  text-decoration: none!important;
}
td.contact-us-header{
  color: #DF4626;
  font-family: 'KorolevCondensedMedium';
  text-transform: uppercase;
  font-size: 14px;
  padding-right: 10px;
}
tr.contact-us-social-row{
  margin-top: 19px;
}

td.contact-us-social{
  color: #DF4626;
  font-family: 'KorolevCondensedMedium';
  text-transform: uppercase;
  font-size: 14px;
  padding-right: 10px;
}

td.contact-us-detail{
  padding-right: 30px;
}

img.btns-social{
  margin-top: 20px;
}

.contact-us-social-row img.btns-social {
  margin-top: 0px;
}

img.btns-social:hover{
  opacity: .8;
}


/* Both Form Styling*/ 

div.both-cont-form{
    width: 700px;
}

div.both-cont-form .optional-inputs{
    width: 350px;
    display: inline-block;
    position: relative;
}

div.both-cont-form .checkboxes{
    display: inline-block;
    color: #929a9f;
    position: relative;
    top: -3px;
    font-size: 14px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
}

.both-cont-form .checkboxes .checkhead{
    position: relative;
    top: -12px;
}

.both-cont-form .checkboxes input {
    margin: 0px 10px 12px 0px;
    font-size: 16px;
}


.both-cont-form input, .both-cont-form textarea {
    border-radius: 0px;
    background-color: #ebedec;
    border: none;
    font-size: 14px;
    margin: 0px 20px 20px 0px;
    padding: 10px 1px 10px 10px;
    color: #666;
    
      -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;  
}

.both-cont-form span.placeholder{
    top: 6px;
}

.both-cont-form input::-webkit-input-placeholder, .both-cont-form textarea::-webkit-input-placeholder {
   color: #a7b1b6;
}

.both-cont-form input:-moz-placeholder, .both-cont-form textarea:-moz-placeholder { /* Firefox 18- */
   color: #a7b1b6;  
}

.both-cont-form input::-moz-placeholder, .both-cont-form textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #a7b1b6;  
}

.both-cont-form input:-ms-input-placeholder, .both-cont-form textarea:-ms-input-placeholder {  
   color: #a7b1b6; 
}

.both-cont-form select{
    border-radius: 0px;
    border: none;
    font-size: 14px;
    margin: 0px 20px 20px 0px;
    padding: 10px 1px 10px 10px;
    width: 320px;
    color: #666;
    background: url("../img/droparrow.png") no-repeat 95% 50% #ebedec;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

@media screen and (min-width:0\0) {
    .both-cont-form select{
        background-image: none !important;
    }
}

.both-cont-form .checkboxes label{
    display: inline-block;
    font-weight: normal;
}


/*** Hides Honeypot Input Field **/
.input1020345{
    display: none;
}

/**Field Sizes***/

.both-cont-form input.one-fourth{
    width: 148px;
}

.both-cont-form input.one-half{
    width: 320px;
}

.both-cont-form textarea{
    width: 663px;
    height: 150px;
    max-width: 663px;
}
/** End Field Sizes **/



.both-cont-form input:focus, .both-cont-form select:focus, .both-cont-form textarea:focus{
    outline: solid 2px #01a6c7;
}

.both-cont-form input#orange-submit{
    font-family: KorolevCondensedMedium;
    font-size: 22px;
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
    border-radius: 7px;
    background: url("../img/top-nav-arrow.png") no-repeat 93% 50% #f89c1b;
    text-transform: uppercase;
    height: 35px;
    padding: 7px 28px 6px 20px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    height: 40px;
    line-height: 30px;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
}

.both-cont-form input#orange-submit:hover{
    background-color: #e55925;
}

.both-cont-form input#orange-submit:focus{
    outline: none;
}

.both-cont-form span.optional-fields{
    font-size: 14px;
    color: #a7b1b6;
    position: relative;
    top: 0px;
    left: 5px;
}

.both-cont-form .asterik-wrap{
    position: relative;
    display: inline-block;
}

.both-cont-form .asterik{
    color: red;
    position: absolute;
    left: -8px;
}

.both-cont-form span.required-fields{
    font-size: 14px;
    color: #a7b1b6;
    position: relative;
    top: -8px;
    left: -8px;
}

.both-cont-form .optional-input{
    background-color: #f3f4f4;
}

.invalid input:required:invalid, .invalid textarea:required:invalid{
    outline: solid 2px #df4626; 
}

/* End Both Form Styling*/

.supp-cont-form select{
    width: 148px;
    color: #a7b1b6;
}

h2.want2contact {
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 24px;
    margin: 5px 0px 25px 0px;
    font-weight: normal;
}

span.op-or{
    margin: 0px 19px 0px;
    font-family: 'KorolevCondensedMedium';
    font-size: 20px;
    position: relative;
    top: -25px;
    color: #929a9f;
    font-style: italic;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.contact-options{
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.contact-options h1{
    font-size: 42px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 28px;
    color: #a0cb8d;
}

.contact-options h2{
  font-size: 18px;
  color: #666;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  font-weight: normal;

}

.contact-options a{
    text-decoration: none;
    border: solid 2px #ebedec;
    display: inline-block;
}


.contact-options a:hover .general-option, .contact-options a:hover .support-option{
    background-color: #e4e6e5;
}

.contact-options a.active {
    border: solid 2px #01acc6;
    display: inline-block;
}

.contact-options a.active h1{
    color: #6eb844;
}

.contact-options .general-option, .contact-options .support-option{
    width: 296px;
    height: 156px;
    background-color: #ebedec;
    display: inline-block;
}


.both-cont-form .gen-cont-form{
    
}

.both-cont-form .supp-cont-form{
    display: none;
}

.contact-us-new .border-line{
    border-bottom: 2px dotted #bbb;
    width: 666px;
    margin-bottom: 20px;
}
/************* End New Contact Us **************/

/************* Begin Press Kit **************/

.press-kit h2{
    font-family: korolevcondensedmedium;
    text-transform: uppercase;
    color: #929a9f;
    font-size: 36px;
    font-weight: bold;
    margin: 10px 0px;
}

.press-kit span{
    color: #a7b1b6;
}


.press-kit{
    padding: 0px;
}

.press-kit .download-all{
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.4em;
}

.press-kit ul.documents {
    list-style-type: none;
    margin-left: 15px;
    margin-top: 0px;
    margin-bottom: 35px;
    padding-left: 0;
}

.press-kit ul.documents li{
    margin-bottom: 10px;
}

.press-kit ul.documents li img{
    position: relative;
    top: 6px;
    left: -10px;
}

.press-kit .image-grid{
    margin-left: 5px;
}

.press-kit .image-grid div.image-tile {
    float: left;
    width: 125px;
    height: 210px;
    margin-right: 20px;
}

.press-kit .image-grid .image-tile img{
    display: block;
    border: 1px solid #a7b1b6;
    margin-bottom: 5px;
}

.press-kit .image-grid .image-tile img:hover{
    opacity: .7;
}

.press-kit-wrapper{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.link-wrapper{
    display: none;
}

.top-div-wrapper{
    background-color: #e0e3e5;
    margin-bottom: 25px;
}

.bottom-div-wrapper{
    background-color: #e0e3e5;
    height: 152px;
}

.col-1-text{
  width: 150px;
  text-align: center;
    color: white;
    background-color: #F2F2F2;
    float: left;
}

.col-1-text p{
  padding: 55px 25px 59px 25px;
  margin: 0;
  font-size: 28px;
  line-height: 34px;
  border-top: 4px solid #ACDADD;
    font-family: KorolevCondensedMedium;
    color: #666666;
}

.col-1-text.brochures p{
  padding-top: 107px;
  padding-bottom: 18px;
  height: 137px;
}

.download-1, .download-2, .download-3{
    float: left;
    width: 125px;
    padding: 23px 27px 0 26px;
}

.download-1 IMG, .download-2 IMG, .download-3 IMG{
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 15px;
}

.bottom-div-wrapper .download-1 IMG, .bottom-div-wrapper .download-2 IMG{
  border: none;
  padding: 0 16px;
  margin-bottom: 5px;
}

.bottom-div-wrapper .download-1 IMG{
  width: 40%;
  margin-left: 23px;
  display: inline;
}
.bottom-div-wrapper .download-2 IMG{
  width: 75%;
  padding: 0;
  margin-top: 12px;
  margin-bottom: 14px;
  margin-left: 12px;
  display: inline;
}

A.text-downloads{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #01adc8;
  margin-top: 6px;
  text-decoration: none;
  font-weight: normal;
  width: 125px;
  display: block;
  text-align: center;
}

A.text-downloads:hover{
    text-decoration: underline;
}

A.text-downloads SPAN{
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
}

.arrow_box, .arrow_box_bottom {
    position: relative;
}

.arrow_box{
    top: 90px;
    left: 183px;
}

.arrow_box_bottom{
    left: 183px;
    top: 40px;
}

.arrow_box:after, .arrow_box:before,
.arrow_box_bottom:after, .arrow_box_bottom:before{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after{
    display: none;
}

.arrow_box:after,
.arrow_box_bottom:after{
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #F2F2F2;
	border-width: 30px;
        margin-top: 300px;
        top: 1px;
}
.arrow_box_bottom:after{
    display: none;
}


.arrow_box:before,
.arrow_box_bottom:before{
  border-left-color: #F2F2F2;
  border-width: 36px;
  left: -56px;
}
/************* End Press Kit **************/

/*************  Begin Recruitment Page **************/



.tell-your-story{
    line-height: 24px;
    font-size: 15px !important;
    margin-left: 17px;
}

.tell-your-story p{
    font-size: 15px;
}

.tell-your-story h2{
    font-family: korolevcondensedmedium;
    font-weight: bold;
    font-size: 35px;
    line-height: 42px;
    text-transform: uppercase;
    color: #929a9f;
    margin: 18px 0px 24px;
}

span.red-text{
    color: #df4626;
    margin-left: 0px;
}

.tell-your-story .half-width{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    float: left;
    padding-right: 50px;
    position: relative;
}

.tell-your-story .half-width.right{
    padding-left: 20px;
}

.tell-your-story .seemorelink {
    font-weight: bold;
    border-top: 1px solid #ddd;
    width: 350px;
    margin-top: 5px;
    padding-top: 6px;
    margin-bottom: 18px;
    }

.tell-your-story .half-width > p{
    margin-top: 0px;
}

.half-width img{
    margin-bottom: 42px;
}

.tell-your-story p.last{
    margin-bottom: 42px;
}

.tell-your-story .orange-button{
    margin-top: 30px;
}

.tell-your-story .dark-blue-bar{
    background-color: #0a869c;
    width: 91%;
    padding: 5px 40px 1px 20px;
    color: #FFF;
    font-family: korolevcondensedmedium;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin: 42px 0px 42px 0px;
    letter-spacing: -.7px;
    background: url(../img/ornament-darkblue.png) 100% 50% no-repeat #09869c;
}

.tell-your-story .steps-list{
    counter-reset:li; 
    margin-left:0; 
    padding-left:0;
    margin-top: 0px;
    width: 452px;
}

.tell-your-story .steps-list > li{
    position: relative;
    margin: 0px 0px 18px 30px;
    padding: 6px 5px;
    list-style: none;
}

.tell-your-story .steps-list > li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: korolevcondensedmedium;
    background-color: #0a869c;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    width: 20px;
    text-align: center;
    padding: 2px 0px 0px;
}

.tell-your-story #orange-pointer {
    position: absolute;
    width: 43%;
    top: 148px;
    left: -81px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
}

.tell-your-story .bordered-row{
    border-bottom: 2px dotted #ebedec;
}

.tell-your-story ul.questions{
    margin: 0px 0px 18px 13px;
    padding: 0px;
}

.tell-your-story ul.questions > li{
    list-style: none;
    list-style-image: url(../img/orange-arrow.png);
}

.tell-your-story .bottom-ps{
    width: 630px;
}

/************* End Recruitment Page **************/

/****Confirmation style alert****/
h2.alert-confirmation{
  font-size: 30px;
  line-height: 0.9em;
  padding-top: 6px;
  margin-bottom: -15px;
  color: #0A869c;
  }

p.alert-confirmation{
  font-size: 12px;
  padding-top: 5px;
  padding-right: 70px;
  }


/*************** Graduate Credit Page **************/

.grad-left-column {
    width: 654px;
}

.graduate-credit h2 {
    color: #666;
    margin-bottom: 12px;
    display: inline-block;
    line-height: 0.9;
    border-bottom: 2px solid #666;
    font-size: 28px;
}

.graduate-credit .right-par{
    width: 280px;
    float: left;
    margin-left: 50px;
    margin-bottom: 45px;
}

.graduate-credit .right-par p{
    margin: -3px 0px 0px 0px;
}

.graduate-credit .call-out {
    background-color: #ebedec;
    width: 100%;
    height: 120px;
    float: left;
    margin-bottom: 30px;
}

.graduate-credit .call-out span {
    text-transform: uppercase;
    font-size: 48px;
    font-family: KorolevCondensedBold;
    color: #0a869c;
    display: block;
    float: left;
    margin: 52px 10px;
    line-height: 33px;
}

.graduate-credit .call-out img {
    margin: 9px 20px;
    float: left;
}

.graduate-credit ul{
    list-style-image: url("../img/top-nav-arrow.png");
}

/********************************
       MANAGEMENT BIOS 
**********************************/

.bio-name{
  font-weight: bold;
  font-size: 15px;

}

.bio-title{
  font-weight: bold;
  font-size:14px;
}

/********************************
       eBook Tablet Wrap 
**********************************/
.img-wrap.ebooks {
    background: url("/sites/all/themes/SRS/img/tablet-border2.png") no-repeat;
    background-size: 100%;
    width: 120px;
    height: 160px;
    border: 1px solid #A1A1A1;
    border-radius: 15px;
}

.img-wrap.ebooks img {
    width: 100px;
    height: 133px;
    position: relative;
    top: 11px;
    left: 10px;
    border-radius: 5px !important;
}

/********************************
       Masquerage block
**********************************/

#block-masquerade-masquerade
{
  position:relative;
  margin-top:10px;
}
#block-masquerade-masquerade .block-title
{
  font-size:16px;
  height:20px;
  padding:5px 0 0 25px;
  line-height:1em;
  cursor:pointer;
  background:#6EB82E;
}
#block-masquerade-masquerade .content
{
  margin:0 5px 0 5px;
  padding:5px;
  background:white;
  border:2px solid #6EB82E;
}
#block-masquerade-masquerade .content a
{
  text-decoration:underline;
  color:black;
}
#block-masquerade-masquerade .content .description
{
  font-size:12px;
  color:#666666;
}
#block-masquerade-masquerade input[type=submit]
{
  padding:4px 10px 4px 10px;
  height:28px;
  background-image:none;
}
#block-masquerade-masquerade input[type=submit]:hover
{
  box-shadow:none !important;
}
#block-masquerade-masquerade .arrow
{
  display:none;
}

/* Redeem Code */

a#redeem-code{
    position: relative;
}

a#redeem-code #close-redeem-x{
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

a#redeem-code #close-redeem-x.isopen{
    opacity: 1;
}


a#redeem-code #close-redeem-x::before, a#redeem-code #close-redeem-x::after{
    content: "";
    height: 2px;
    width: 13px;
    background-color: #333;
    position: absolute;
    right: 29px;
    top: 8px;
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    transition: transform .4s ease;
}

a#redeem-code #close-redeem-x.isopen::before{
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

a#redeem-code #close-redeem-x.isopen::after{
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(-45deg);
}

a#redeem-code:hover #close-redeem-x.isopen::before, a#redeem-code:hover #close-redeem-x.isopen::after{
    background-color: #333;
}

div#redeem-dropdown {
    width: 180px;
    margin-left: 25px;
    padding-top: 9px;
    margin-top: -9px;
    position: relative;
    display: none;
}
div#redeem-dropdown input[type="text"] {
    border: none;
    height: 35px;
    width: 140px;
    padding-left: 15px;
    font-family: korolevcondensedmedium;
    border-radius: 3px;
    margin-bottom: 12px;
    color: #666;
}

div#redeem-dropdown .uparrow{
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 9px 7px;
    border-color: transparent transparent #ffffff transparent;
    -moz-transform: scale(.9999);
    position: absolute;
    top: 0px;
    left: 18px;
}

div#redeem-dropdown input.orange-button {
    border: none;
    height: 35px;
    line-height: 21px;
    background-position-x: 89%;
    width: 155px;
}

.student-info-print h1{
    font-size: 26px;
    line-height: 1em;
    margin: .2em 0 0;
    word-break: break-all;
}

/**fix pagination error**/
div.view-site-license-client-district .item-list ul.pager{
    margin-top: 30px;
    margin-bottom: 0px;
}

/*Management Pages*/
table.bios a img {
    margin-right: 30px !important;
    margin-left: 5px;
    margin-bottom: 6px;
}

table.bios a.bio-name {
    font-family: korolevcondensedmedium;
    display: block;
    /* color: #6eb844; */
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 4px;
    letter-spacing: 0.03em;
}

table.bios span.bio-title {
    color: #999;
    font-family: korolevcondensedmedium;
    font-size: 16px;
    letter-spacing: .02em;
    /* text-transform: uppercase; */
    display: block;
    font-weight: normal;
    margin-bottom: 6px;
}

table.bios td:last-child p {
    width: 480px;
}

/*HIDE PRINT BOOK BUTTONS FOR NOW*/
.product-category-page .list-content .book-catalog ul.catalog li a.orange-button {
    display: none !important;
}

