/* TYPOGRAPHY */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,300,300italic,700,700italic);

@font-face {
    font-family: 'digital_dream_fat_narrowRg';
    src: url('DIGITALDREAMFATNARROW-webfont.eot');
    src: url('DIGITALDREAMFATNARROW-webfont.eot?#iefix') format('embedded-opentype'),
         url('DIGITALDREAMFATNARROW-webfont.woff') format('woff'),
         url('DIGITALDREAMFATNARROW-webfont.ttf') format('truetype'),
         url('DIGITALDREAMFATNARROW-webfont.svg#digital_dream_fat_narrowRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

.secondaryContentContainer, .primaryContentDescription {
	margin-left: 18px
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 4.5em;
    color: #04eee6;
    margin:0 0 20px 0;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2.0em;
    color: #fcb813;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.500em;
    color: #0b56a6;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2.5em;
    color: #666;
    
}

h4.subheader, .primaryContentHeader {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2.5em;
    color: #666;
    border-bottom: 1px solid #ccc;
    /*margin-bottom:30px*/
    margin-left:17px;
    width: 95%;
}


h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.000em;
    line-height: 1.300em;
    color: #000;
}

h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.563em;
    color: #666;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

/* LINKS */

a {
    color: #0b56a6;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.more {
    font-size: 1.300em;
    padding-left: 15px;
}


/* GENERAL */

body{
	background-color: #c6c6c6;
	font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.container {
	box-shadow: 0px 10px 80px #777777;
	margin-bottom: 20px;
	position: relative;
	background-color: #fff;
    max-width: 1120px;
    padding: 0px;
}

.row{
    margin: 0px;
}

.whitespace {
	padding: 30px;
}

hr {
    width: 98%;
    border-top: 1px solid #ccc;
}
.extra-space{

width:80%;
}
/* NAV BAR */

.navRow {
    background-color: #cecece;
}

.nav{
    margin-bottom: 0;
    border:0;
    min-height: 0;
    border-radius: 0;
    padding-top:5px;
}

.nav ul li { 
    display: inline; 
}

.nav ul li a {
    padding: 6px 30px; /*20px*/
    color:#fff;
    font-size: 16px;

}

.nav ul li a:hover {
    color:#585858;
    text-decoration: none;
}



/* HEADER */

.header {
    background-color: #fff;
    padding: 0px 35px 0px 35px;
}

.logoArea {
    margin-top: 15px;
    padding:0px;
}

.tagline {
    color: #fdb813;
    font-size: 25px;
    padding-top: 55px;
 
}

    .logoAreaRight a {
        text-decoration:none;
    }

.logoAreaLeft, .logoAreaRight {
    padding: 0;
    margin: 0;
}


ul.socialicon {
    padding: 0;
    margin: 10px 0 0 0;
    text-align: right;
}

ul.socialicon li {
    list-style-type: none;
    display: inline;
}

ul.socialicon a {
    
    text-decoration:none;
    margin: 0px 1px;
}



/* SUBNAV*/

.subnav {
    background-color: #333;
}

.subnav .col-xs-12, .subnav .col-xs-6, .subnav .col-xs-3, .subnav .col-xs-2, .subnav .col-xs-5 {
    padding:0;
  
}

.subnav .col-xs-7 {
    text-align: center;
}

.subpageSubscribe, .subpageLogin, .subpageCategories, .demoRequest {
    border:0;
    border-radius: 0;
    color: #fff;
}

.subpageSubscribe {
    background-color: #0ba675;
    padding: 6px 30px;
}

.subpageLogin {
    background-color: #0b56a6;
    padding: 6px 30px;
}

.demoRequest {
    background-color: #ff8a3b;
    padding: 6px 30px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.request_demo_input {
    width: 100%;
}

.subpageCategories {
    /*/background-color: #585858;*/
    /* T.C. - 09.04.14 - color request change - sd #39078 */
    background-color: #0B56A6;
    float:left;
    /*padding: 6px 40px;*/
}

.magnify {
    margin-right: 10px;
}

input[type="search"] {
    height: 25px;
    width: 400px;
    border-radius: 5px;
    margin-top: 3px;
    margin-bottom:3px;
    padding-left: 20px;
    color: #0b56a6;
}

.submitbutton {
    background:url('/SAPexperts/images/submit.png') no-repeat;
    cursor:pointer;
    border: none;
    width: 12px;
    height:14px;
}


/* SLIDER NAV */

/* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */

  /*.slidemenu>li.dropdown>ul.dropdown-menu {
    position: relative;
    min-width: 225px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
  }

  .slidemenu>li.dropdown>ul.dropdown-menu>li>a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
   
  }

  .slidemenu>li.dropdown>ul.dropdown-menu>li>a:hover,
  .slidemenu>li.dropdown>ul.dropdown-menu>li>a.active,
  .slidemenu>li.dropdown>ul.dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #2c2c2c;
  }

  .slidemenu>li>a {
    width: 225px;
    color: #fff;
  }

  .navbar-inverse .navbar-nav>li>a:hover,
  .navbar-inverse .navbar-nav>li>a:focus {
    background-color: #2c2c2c;
  }

  .navbar-nav > li > a:hover {
    background-color: #2c2c2c;
    color: #fff;
  }

.nav > a:hover,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #2c2c2c;
  border-color: #428bca;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}*/


/* SLIDESHOW */

.mainSlideshow {
    padding: 0px;
    margin: 0px;
    z-index: 1;
}

    .mainSlideshow img {
        display: block;
        height: auto;
        max-width: 100%;
        
    }
.message {
    width: 400px;
    height:350px;
    background-color: #000;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    padding: 20px;
    z-index: 2;
    position: relative;
    margin-top: -438px;
    margin-left: 50px;
}

.message p {
    color: #fff;
}

    .message h1 {
        font-size:3.5em;
    }


/* FEATUREDBOX */

.featuredBox {
    background-color: #000;
    border-top: 20px solid #585858;
    border-bottom: 20px solid #585858;
    margin-top: 85px;
    padding: 30px 0;
}

.featuredBox h2 {
    margin: 0 0 10px 0;
}

.featuredBox p {
    color:#fff;
}

.featuredBox img {
    float: right;
}

.featuredBox .col-lg-2 {
    margin: 0;
    padding: 0;
}

.featuredItems a {
    color:inherit;
    text-decoration:none;
}

/* MAIN AREA */

.mainbox {
    /*box-shadow: 0px 10px 40px #ccc;*/
    padding: 30px;
    /*height: 380px;*/
}

.mainbox h3 {
    margin: 0 0 10px 0;
}

.mainpic {
    float: left;
    margin: 0 10px 10px 0;
}

/* SEARCH RESULTS */

.search_item_container {
    /*margin: 10px 0 40px 0;*/
    padding: 0 20px;
}

.search_item_container h4{
    margin-bottom: 20px;
}

.search_item_container .col-xs-2, .search_item_container .col-sm-1 {
    margin:0;
    padding:0;
    text-align: right;
}

/*.search_item_icon {
    float: left;
    width: 6%;
    margin-right: 1%;
}*/
.search_item_title_author_date_container {
    float: left;
    color: #373737;
    width: 93%;
}

.search_item_title {
    font-weight: 700;
    font-size: 1.2em;
}

.search_item_author_date {
    font-size: .9em;
    font-style: italic;
} 

.search_item_abstract {
    margin-top: 7px;
    font-size: .9em;
	margin-top:1.5em;
	margin-bottom:1.5em;
}

.more_assets_item_container {
     margin-top: 30px;
}

.dateswidth {
    width:40px;
}
/* CONTENT AREA */

.body {
    margin-top:10px;
}

.editorspickBox {
    margin-top: 30px;
}

/* SLIDESHOW */

.ss2_wrapper { 
    position:relative; 
    /*width:810px; 
    height:345px; */
    margin:0 0 20px 0; 
    overflow:hidden; 
}
.ss2_wrapper .slideshow { 
    position:relative; 
    width:810px; 
    height:345px; 
}
.ss2_wrapper .slideshow_item { 
    width:810px; 
    height:345px; 
}
.ss2_wrapper .slideshow_item .data { 
    display:none; 
}   
    
    
.ss2_wrapper .slideshow_paging { 
    position:absolute;
    top:10px; 
    right:5px; 
    z-index:11; 
    font-size:20px; 
    font-weight:bold;

}
.ss2_wrapper .slideshow_paging a { 
    /*display:block; 
    float:left;
     margin:0 1px; 
     padding:20px; 
     color: #011e2e; */
      display: block;
  float: left;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  background: #fff;
  border-radius: 10px; /* must be the same as width and height */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 1px 1px #707173; /* border color */
  margin-right: 10px;
    
}
.ss2_wrapper .slideshow_paging a.activeSlide { 
    background-color:#0b56a6; 
}
    
    
.ss2_wrapper .slideshow_box { 
    position:absolute; 
    right:25px; 
    top:27px; 
    width:425px; 
    height:250px; 
    z-index:10;  
}
.ss2_wrapper .slideshow_box .data { 
    padding:23px 20px; 
    color:#ccc;  
}
.ss2_wrapper .slideshow_box .data h4 { 
    color:#de1c37; 
    font:bold 20px arial, sans-serif; 
    padding:0; 
    margin:0 0 10px 0;
}
.ss2_wrapper .slideshow_box .data p { 
    color:#000; 
    padding:0; 
    margin-top:30px; 
    line-height:140%;
}
.ss2_wrapper .slideshow_box .data ul li { 
    color:#000; 
    padding:0; 
    margin:10px 0 0 20px; 
    line-height:140%; 
    list-style-type:disc;
}
.ss2_wrapper .slideshow_box .data a { 
    color:#de1c37; 
    font-weight:bold;
}

.ss2_wrapper .slideshow_box .data h1 a {
    font-weight:normal;

    }



/* ORDER NOW */

.ordernow h5 {
    margin-left:100px;
    margin-top:30px;
    color: #a3a3a3;
    font-size: 14px;
}

.ordernow table {
    margin: 0 auto;
}

.ordernow tr {
    height: 35px;
}

.ordernow input, .ordernow select {
    width: 450px;
    border: 1px solid #dedede;
}

.ordernow td:first-child {
    width:120px;
    text-align: right;
    padding-right: 5px;
    color:#585858;
}

.ordernow input[type=radio] {
    display: inline;
    width: 35px;
}

.ordernow input[type=submit] {
    text-align: center;
    width: 100px;
    background-color: #000;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
}

/* ADVANCE SEARCH */

.advanceSearch {
    color: #585858;
}

    .advanceSearch h5 {
    padding-bottom:10px;
    /*border-bottom: 1px dotted #585858;*/
    font-size:16px;
    color: #585858;
    width: 80%;

    }

.advanceSearch h6 {
    padding-bottom:5px;
    border-bottom: 1px dotted #585858;
    font-size:14px;
    color: #585858;
    /* width: 80%; */
    width: 90%;
}

.advanceSearch h6:not(:nth-child(1)) {
    margin-top:30px;
}

.advanceSearch input [type=checkbox]{
    color: #a3a3a3;
}

.advanceSearch img[title]:hover:after {
  content: attr(title);
  padding: 4px 8px;
  color: #333;
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  z-index: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}


/* ARTICLES */

.content_heading img {
    float: left;
    margin-right: 10px;
}

.content_heading ul {
    list-style: none;
    margin-left:-15px;
    margin-bottom:10px;
    display:inline;
}

.title {
    font-size: 2.2em;
    font-weight:700;
    margin-bottom: .5em;
    color: #000; 
}

.article h2 {
    font-size: 1.8em;
    font-weight:700;
    color:#000;
}
.article h3 {
       font-weight:700;
    color:#000;
}
.abstract {
    margin-top: 1em;
    margin-bottom: 1em;
}

.learning_objectives {
    border: 1px solid #bfc4c8;
    padding:5px 10px;
    margin-bottom: 20px;
}

.learning_objectives h5 {
    color: #0b56a6;
}

.learning_objectives ul {
    padding-left: 0px;
}

.learning_objectives li {
    list-style: none;
    list-style-image: url('/SAPExperts/images/experts_checkmark.png');
    list-style-position: inside;    
    padding-bottom: 7px;
    padding-right: 7px;
    margin-left: 7px;
}

.key_concept {
    width: 96.72131147540983%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #dedede;
    padding: 10px;
    margin-bottom: 1em;
    line-height: 1.5em;
}

.key_concept h5 {
    color: #000;
 }

.box {
    width: 96.72131147540983%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFF1D0;
    padding: 10px;
    margin-bottom: 1em;
    margin-top: 1em;
    line-height: 18px;
}

.signin_out {
    background-color: #000;
    border: 5px solid #000;
}

.signin_out h5 {
    color: #fcb813;
    text-align: center;
    font-size: 1.8em;
}

.signin_in {
    background-color: #fff;
    margin: 0 10px 10px 10px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.signin_inner a {
    text-decoration: underline;
    color:inherit;
}

.box img {
    margin-bottom: 1em;
}

.authorPhoto {
    float: right;
 }

.authorBio {
    margin-right: 0%;
    margin-top:20px;
}


.authorBio h3 {
    margin-top:0px;
    color: #000;
    font-weight:bold;
}

.comments-section h3, .similararticles-section h3 {
    color:#000;
    font-weight: bold;
}

.comments-section input{
    width: 210px;
	margin-left:15px;
}

.comments-section textarea{
    width:300px;
    height: 150px;
	margin-top:1em;
	margin-bottom:1em;	
}

.contactEditor {
    background-color: #0b56a6;
    color: #fff;
    width: 125px;
    float:right;
    margin-top: 10px;
}

.contactEditor p {
    text-align: center;
    margin:0;
    padding: 5px;
    font-size: 14px;
}

.figureBox{
    margin: 20px auto;
    width: 80%;
}

.figureCaption {
    margin:20px 0;
}

.figureOrder{
    background-color: #fdb813;
    border-left: 1px solid #fdb813;
    border-radius: 5px 0 0 5px;
    padding:10px;
    margin: 0px;
    font-weight: bold;
    color:#fff;
}

.figureText{
    border-top: 1px solid #fdb813;
    padding:9px 0 0 10px;
    margin: 0 0 0 -5px;
    font-weight: bold;
}

.comments-section input[type=submit] {
    text-align: center;
    width: 150px;
    height:30px;
    background-color: #0b56a6;
    border-radius: 7px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
    margin-top: 20px;
}

/* SIDEBAR */

.sidebar {
    margin-top: -10px;
}

.sidebarbox {
    background-color: #dedede;
    margin: 10px 0;
}

.sidebarbox h2 {
    color: #000;
    font-size: 1.5em;
}

.sidebarbox .col-lg-2 {
    padding: 20px 0 0 0;
    margin: 0;
}

.sidebarbox .col-lg-12 {
    padding: 0;
    margin: 0;
}

/* MY ACCOUNT BUTTON*/
.myaccountbutton {
    background-color:#585858;
    text-align: center;
    color: #fff;
    border:0;
    border-radius: 0;
 
}


/* SUBSCRIBE BUTTON */

.subscribebox {
    margin: 10px 0;
    padding: 0;
}

.subscribeBtn {
    background-color: #0ba675;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding:5px;
    margin-bottom: 10px;
}

.subscribeBtn h5 {
    margin: 0;
}

.subscribeBtn h5 a {
    color: #fff;
    text-decoration: none;
}

.alsolike h2 {
    margin-top:0;
    font-weight: bold;
    color: #000;
}

.alsolike li.documents {
    list-style-image:url('../img/document_icon_sm.gif'); 
    margin-top: 10px;
    
}

.play {
    list-style-image:url('../img/play_icon_sm.gif'); 
    margin-top: 10px;
}

/* ADVISOR PROFILE */

.row .advisorProfile {
    margin: 10px 0 20px 0;
}

.advisorIcon, .sidebarIcon {
    padding:0;
    margin-bottom: 10px;

}

.row .advisorProfile a{
  text-decoration:none;
}


.advisorProfile img {
    float:left;
    margin-right: 5px;
  
}

.advisorProfile h3 {
    margin-top: 0;
}

.sidebarIcon img {
        display: block;
    height: auto;
    max-width: 100%;
}

/* COPYRIGHT BAR */

.copyrightBar{
    background-color: #585858;
    margin: 50px 0 10px 0;
}

.copyrightBar .col-xs-12, .copyrightBar .col-xs-4, .copyrightBar .col-xs-8{

 padding-left: 0;
  padding-right: 0;
}

.smallhrexpert {
    background-color: #fff;
    padding: 10px 0 10px 15px;
    width: 27%;
}

.smallhrexpert img {
    display: block;
    margin: 0 auto;
}

ul.bottomnav {
    list-style: none;
    color: #fff;
    padding: 15px 0 0 0;
    margin: 0;
}

ul.bottomnav li {
    display: inline;
    white-space: nowrap;
    margin: 0 15px;
}

ul.bottomnav li a {
    color:#fff;
}


/* FOOTER */
.footer {
    background-color: #fff;
    padding: 20px 0 40px 0;
}

.footer a {
    color: #333;
}

ul.nolist, ul.nolist1{
    list-style: none;
}

ul.nolist1{
    padding-left: 120px;
}

ul.nolist li, ul.nolist1 li{
    font-size: 12px;
}


.similararticles-section img {
    width:75%;
}

/* T.C. - 06.26.14 - Interstitial */
.transparent_back {
	background-color:#000;
	opacity:0.6;
	filter:alpha(opacity=60);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:2147000001;
    display: none;
}

.main_cover {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:2147000002;
    display: none;
}

.content_block {
	width:600px;
	/*height:600px;*/
    height:360px;
	background-color:white;
	z-index:2147000002;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -300px;
}

.shadow_block {
	width:570px;
	/*height:570px;*/
    height:330px;
	-webkit-box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, .2);
	box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, .2);
	margin-left: 15px;
	margin-top: 15px;
}

.logo_block {
	background: -moz-linear-gradient(top, rgba(201,201,201,1) 0%, rgba(234,234,234,0.98) 2%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,201,201,1)), color-stop(2%,rgba(234,234,234,0.98)), color-stop(100%,rgba(255,255,255,0))); 
	background: -webkit-linear-gradient(top, rgba(201,201,201,1) 0%,rgba(234,234,234,0.98) 2%,rgba(255,255,255,0) 100%); 
	background: -o-linear-gradient(top, rgba(201,201,201,1) 0%,rgba(234,234,234,0.98) 2%,rgba(255,255,255,0) 100%); 
	background: -ms-linear-gradient(top, rgba(201,201,201,1) 0%,rgba(234,234,234,0.98) 2%,rgba(255,255,255,0) 100%); 
	background: linear-gradient(to bottom, rgba(201,201,201,1) 0%,rgba(234,234,234,0.98) 2%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#00ffffff',GradientType=0 );
	background-position: 0px 95px;
	background-repeat: no-repeat;
	background-size: 100% 49%; 
}

.main_content_block {
	text-align:center;
}

.main_content_block h5 {
	line-height:1.5em;
	font-size: 1.4em;
}

.main_content_block p.text_block {
	margin-top:30px;
	line-height:1.5em;
	font-size: 1.0em;
	color:#3B3B3B;
	font-weight: bold;
}

.main_content_block p.explore_block {
	margin-bottom:25px;
	font-size: 1.0em;
	color:#3B3B3B;
	font-weight: bold;
}

.main_content_block a {
	font-weight:bold;
}


.qa_ul {
font-size: .8em;
margin: 0 20px 10px;
list-style: outside;
}

/* Learn More*/
    .centered {

     margin-left: 33%;

}
    
/* Don't delete when pasting over old css*/
/* ORDER NOW */

.ordernow h5 {
    margin-left:100px;
    margin-top:30px;
    color: #a3a3a3;
    font-size: 14px;
}

.ordernow table {
    margin: 0 auto;
}

.ordernowtable {
    margin: 0 auto;
}

.ordernow label, #accountinfo label{
width: 280px;
text-align: right;
padding-right: 15px;
color: #585858;
}

  .ordernow label.error,  #accountinfo label.error {
        color: #BB2D2D;
    }

.enterpriseform label {
    width: 120px;
text-align: right;
padding-right: 15px;
color: #585858;
}

.enterpriseform input[type='text'] {
    width:250px;
}

.enterpriseform input[type='checkbox'] {
    width:25px;
}

.pnlcc label {
width: 150px;

padding-right: 5px;
color: #585858;
}

label.error  {
    

color: red;
}

input.error, select.error {
    background-color:#ccc;
}
.ordernow input.error, #accountinfo input.error, #accountinfo select.error {
    background-color:#EB9090;
}

.ordernow tr {
    height: 35px;
}

.ordernow input, .ordernow select {
    width: 450px;
    border: 1px solid #dedede;
}

.ordernow td:first-child {
    width:120px;
    text-align: right;
    padding-right: 5px;
    color:#585858;
}

.ordernow input[type=radio] {
    display: inline;
    width: 35px;

}

.ordernow input[type=image] {
    text-align: center;
    width: initial;
    background-color: #000;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
}

#thepayment input[type=radio], #thebillinginfo input[type=radio]{
    margin-right:.5em;

}   


/* TELL ME MORE ABOUT BOX */


.tellmemore img{
    max-width:40px;
    max-height:30px;
    }
 .tellmemore {
        text-decoration:none;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
		color:inherit;
       
    }
    input.alertSignUp {
    box-shadow: 0px 0px 5px #777777;
    width: 75%;
    margin: 10px 10px 15px 0px;
    color: #777;
   
}



.tellMeMoreBox {
    text-align: center;
}


.clock {
    font-family:'digital_dream_fat_narrowRg', sans-serif;
}

/* MISCELLANEOUS */
.clearfix {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

/* ADVISOR PROFILE */

.row .advisorProfile {
    margin: 10px 0 30px 0;
}

    .row .advisorProfile .col-lg-8 {
        padding: 0;
    }

.getfullaccess .sidebarLineBox a {
    color: #0b56a6;
}

.sidebarLineBox a {
    color: #000;
}

.advisorProfile img {
    /*max-width:90px;
    margin-left:-15px;
    margin-right:5px;
    border:black solid 1px;*/
    
}



/* T.C. - 03.31.14 - help popup box */
#helpPopup {
    position: absolute;
    z-index: 99;
    top: 75%;
    left: 27%;
    /*border: 1px solid #aeaeae;*/
    /*background-color:#aeaeae;*/
}

    #helpPopup p {
        color: white;
        background-color: black;
        padding: 7px;
    }

.hide {
    display: none;
}

.show {
    display: block;
}

.nolist {
    list-style:none;
}

.advanceSearch label {
margin-left:3px;
font-weight:normal;
}

.advanceSearch .hubScribed label {
margin-left:3px;
font-weight:bold;
color:black;

}

.hider {
    display:none;
}

.left_form
{
   
    float:left;
    padding-left:.5em;
    width:48.42%;
    padding-right:.6em;

}


.learning_objectives ul {
    margin-top:.5em;
}

/* T.C. - 05.23.14 - pagination */
.first {
    display:none;
}
.last {
    display:none;
}

#searchResultsPages {
    display:none;
}

.paging_container {
    width:100%;
}

.pageRange {
    color: #777; 
    font-size: .8em; 
    line-height: 1.000em;
    float:left;
}
.pageControls {
    color: #777;
    font-size: .9em;
    line-height: 1.000em;
}
.searchResultsCount {
    color: #777;
    font-size: .9em;
    line-height: 1.000em;
    margin:20px 0px;
}

.at300b img{
   max-width:75%;
}

.contact-us label {
     margin-left:5px; 
     font-size:1.2em;
     font-weight:normal;
     width:9em;
}

.contact-us-textboxes label {
         margin-right:5px; 
     font-size:1.2em;
     font-weight:normal;
     width:9em;
     margin-left:15px;
    }

.contact-us p, 
.contact-us-textboxes p {
    margin-left:-25px;
}

.contact-us .col-lg-12, .contact-us-textboxes  .col-lg-12 {
    margin-top:1em;
}

.contact-us h4, .contact-us-textboxes h4 {
    font-size:1.8em;
    margin-left:1em;
}

.contact-us-textboxes input{
    width:250px;
}

.contact-us-textboxes textarea {
    width:500px;
    height:150px;
}

.contactus-error {
    margin-left:1em;
    color:red;
}

/* D.L. - 04.08.14 - stand alone page form */
.standalone-label {
    float: left;
    width: 10em;
}

.info-form input {
    margin-left: 10px;
    width: 300px;
    float:left;
}

.info-form {
    background-color: #eaeaea;
    margin-right: 25px;
    padding: 10px;
  
    margin-top: 25px;
    border: 1px dotted #aeaeae;
    display: table;
    width: 90%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #dedede;
    padding: 10px;
    margin-bottom: 1em;
    line-height: 1.5em;
    margin-left:1em;
}
    .info-form label {
        width: 6em;
        float: left;
        font-size: .9em;
        font-weight: bold;
        margin-right: .7em;
        text-align: right;
    }

.info-form input[type=submit] {
    width: 75px;
}

    .info-form label.error {
        color:red;
        float:left;
        width:180px;
        font-size:90%;
    }




.article h4, .content-center h4
{
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: .25em;
}


.article-caption
{
    background-color: #E9AA00;
    border-top: 3px solid #E9AA00;
    color: white;
    font-weight: bold;
    padding: 2px 5px 5px 5px;
    text-align: center;
    vertical-align: middle;
    width: 5em;
	margin-top:10px;
    float: left;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
    margin-bottom:10px;
}

.caption2 {
    font-weight: bold;
margin-top: 10px;
    width: 80%;
    margin-bottom: 5px;
    border-top: 1px solid #E9AA00;
    float:left;
}

.caption-text
{
    margin-top:3px;
    margin-left:10px;
    display:block;
}

.logo img {
display: block;
height: auto;
max-width: 100%;
}

/* TESTIMONIALS PAGE */

.quote {
    padding: 0 20px;
}

.quote p {
    font-size: 16px;
}

.quote span {
    float: right;
    font-style: italic;
}

.quote hr {
    margin: 50px 0 25px 0;
}

.gridview {
     width:600px;
}


/* MEDIA QUERIES */

@media (max-width: 1199px) {

input[type="search"] {width: 90%;}
.nav ul li a {padding: 10px 21px;}
.tagline {font-size: 18px; padding-top:75px;}
input.alertSignUp {width: 150px;}
.message{margin-top:-379px; height: 290px;}
.message h1 {font-size: 3.0em;}
ul.bottomnav li {
        margin:7px;
    }
.centered { margin-left: 25%;}
.gridview{ width:85.5%;}
textarea{ width:85.5%;}
 #accountinfo label, .ordernow label{ width:27%;}
 .ordernow input, .ordernow select { width:70.5%;}

}


@media (max-width: 992px){
.header {padding:0 5px;}
.nav ul {padding: 0;}
.nav ul li a {padding: 10px 5px; font-size: 14px;}
.message { margin-top: -293px; width:300px; height:250px;}
.message h1 {font-size:2.0em; margin: 0 0 10px 0;}
.featuredBox {margin-top: 29px;}
.smallhrexpert {width: 30%;}
ul.nolist1 {padding-left: 100px;}
.sidebarbox h2 {font-size: 1.2em;}
.alsolike h2 {font-size: 1.5em;}
.subpageSubscribe, .subpageLogin .demoRequest {padding: 6px 10px;}
.tagline {font-size: 18px; padding-top:60px;}
ul.bottomnav {padding: 5px 0 0 0;}
ul.bottomnav li {margin: 0 5px;}
.centered { margin-left: 25%;}
.gridview{ width:85.5%;}
textarea{ width:85.5%;}
 #accountinfo label, .ordernow label{ width:27%;}
 .ordernow input, .ordernow select { width:70.5%;}
 
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (max-width: 768px){

.nav ul {padding-left: 5px;}
.message {margin-top: -293px; width:300px; height:250px; margin-left: 30px;
}
.message h1 {font-size:1.5em; margin-bottom:10px;}
ul.bottomnav li {margin: 0 5px;}
ul.nolist1 {padding-left: 25px;}
.sidebarbox br {display: none;}
.sidebarbox h2 {font-size: 1.5em;}
.contentsection {margin-bottom: 30px;}
.logoAreaLeft img {display: block; margin: 0 auto;}
/*.nav span {display: block; text-align: center;}*/
ul.bottomnav li {font-size: 10px;}
ul.bottomnav {line-height: 15px;}
.similararticles-section img{
width:30%;
float:right;
margin-right: 10px;}
.centered { margin-left: 25%;}
.gridview{ width:85.5%;}
 #sus { float:left; }
 textarea{ width:85.5%;}
 #accountinfo label, .ordernow label{ width:27%;}
 .ordernow input, .ordernow select { width:70.5%;}
    .smallsearch {
         width: 33.33333333333333%;
         float:left;
           position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
    }
} /*end of media query*/

@media (max-width: 605px){
.tagline {padding-top:0px; text-align: center;}
.nav span {display: block; text-align: center;}
.message { margin-top: -230px; width:400px; height:200px; padding: 10px;}
.message h1 {font-size:2.0em; margin: 0 0 10px 0;}
.centered { margin-left: 25%;}
.gridview{ width:85.5%;}
textarea{ width:85.5%;}
    .smallsearch {
                position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width:100%;
    }
} /*end of media query*/


@media (max-width: 480px){

.mainSlideshow {display:none;}
.featuredBox {margin-top: 0;}
.container {margin-bottom: 0;}
ul.nolist1 {padding-left: 0;}
.nav ul li a {padding: 10px 12px;}
ul.bottomnav {padding: 0 5px;}
    ul.bottomnav li {
        margin:0;
    }
.carousel {display:none;}
.nav span {display: inline; text-align: left;}
    .centered {
        margin-left: 0;
    }
    .contact-us-textboxes textarea {
        width:300px;
    }
    .gridview{
    width:85.5%;
}
    textarea{ width:85.5%;}
    .enterpriseform label {width:auto;}
       #accountinfo label, .ordernow label{
        width:35%;
    }
    .ordernow input, .ordernow select {
        width:60%;
    }
    .smallsearch {
                position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width:100%;
    }

} /*end of media query*/

@media (max-width: 320px) { /* IPHONE 5 - may need to add video itself to this - DL*/
    #video-1_displayarea {
        max-width: 75%;
        max-height: 75%;
    }
    #video-1_video_wrapper {
        background-color:#fff;
    }
    .centered {
        margin-left: 10px;
    }
    .contact-us-textboxes textarea {
        width:260px;
    }
    .gridview{ width:85.5%;}
    textarea{ width:85.5%;}
    .smallsearch {
        position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width:100%;
    }
}