/* Start of pageBase.css */

/* Begin CSS Reset */
* {
    margin:0px;
    padding:0px;
    outline:none;
    border-collapse:collapse;
    }   

html {
    overflow-y:auto;
    border-collapse:collapse;
    background-repeat:repeat-x;
    }            

body {
    font-family: "Open Sans", Arial, Helvetica, Verdana sans-serif;
    font-size:12px;
    height:100%;
    color:#231f20;
    min-width:980px;
    }

/* End CSS Reset */



/* Begin Common CSS */

h1 {
    font-size:22px;
    color:#452870;
    margin:0 10px 10px 0;
    font-weight:600;
    }

.left-rail-layout h1 {
    font-size:20px;
    color:#452870;
    margin-bottom:5px;
    background-image:none;
    padding-top:0px;
    padding-left:0px;
    border:0px solid #8b76a6;
    }

h1.small {
    font-size:20px;
    color:#452870;
    padding-bottom:5px;
    }

h1 span {
    text-transform:uppercase;
    font-size:14px;
    }    
        
.text h1 {
    font-size:18px;
    padding-bottom:10px;
    font-weight:normal;
    color:#452870;
    }    

h2 {
    font-size:18px;
    padding-bottom:10px;
    font-weight:normal;
    color:#000;
    }   
    
.text h2 {
    font-size:16px;
    color:#000;
    padding-bottom:5px;
    }

.relatedLinks h2 {
    font-size:16px;
    color:#000;
    padding-bottom:5px;
    font-weight: bold;
    }    

h3 {
    font-size:16px;
    color:#323a46;
    padding-bottom:5px;
    font-weight:normal;
    }
    
.column-block-module h3 {
    font-size:16px;
    color:#323a46;
    padding: 0 0 10px 5px;
    }

.comparison-container h3 {
    padding:10px 0px 15px 10px;
    }    

.text h3 {
    font-size:14px;
    color:#5e2d91; 
    padding-bottom:5px;
    }

#tabs h3 { font-size: 1.4em; padding: 10px 0; color:#452870; margin-left: 1px;}

h4 { font-size:14px; padding-bottom:10px; }

h5 { font-size:12px; }

.h3-white{    
    font-size:18px;
    color:#fff;
    padding-bottom:5px;
    font-weight:normal;
    }

a {
    color: #0061ca;
    text-decoration:none;
    }

a:hover {
    color:#0098aa;
    }
   
a:focus{
    outline:orange dotted 1px;
    }   

p {
    padding-bottom: 15px;
    line-height:18px;
    }

p a{
    text-decoration:underline;
    }

p.small-text {
    font-size:11px;
    line-height:15px;
    color: #323a46;
    }


#footer p {
    line-height:13px;
    font-size:10px;
    }

.content-block ul li {
    list-style-type:disc;
    list-style-position:inside;
    margin-left:20px;
    line-height:18px;
    }
    
img {
    display:block; 
    border:0px;
    }

.clear {
    clear:both;
    margin:0px;
    padding:0px;
    }   

.left {
    float:left;
    margin:0px;
    padding:0px;
    }

.right {
    float:right;
    margin:0px;
    padding:0px;
    }

.center {
    margin:auto;
    }

.more-link {
    background-image:url(../../../../apps/scottrade/components/page/pageBase/clientlibs/images/rt-arrow-bullet.gif);
    background-repeat:no-repeat;
    background-position:right;
    padding-right:15px;
    margin-right:10px;
    }
    
form {
    padding:0px;
    margin:0px;
    display:block;   
    }   
    
.text { 
    margin: 0 15px;
    }       
    
.titleIntroText .text { 
    margin: 10px 0;
    }  
    
.titleIntroText h1 { 
    color:#452870; 
    margin:0 0 10px 0; 
    font-size:26px; 
    font-weight:normal;
    background: none;
    border: none; 
    padding: 0;
    line-height: 30px;
    text-align: left;
    }   
        
.titleIntroText .text p{ 
    font-size:15px;
    line-height:22px;
    color: #4d3069;
    margin: 0px;
    padding: 0 10px;
    text-align: left;
    }   

.section-front-item-par .titleIntroText .text p{
    padding:0!important;
}

.titleIntroText sup {
    font-size:10px; 
    } 

#tabs .articleContent .text { 
    margin: 0px;
    }     
        
.home #_par_tabbedcolumns .text {
    margin: 10px 0;
    }    

.disclaimer {
    color:#616265;
    font-size:11px;
    margin:auto;
    padding-top:10px;
    width:615px;
    margin-left:40px;
    padding-top:20px;
    padding-bottom:20px;
    }

a.more {
    display:block;
    text-decoration:underline;
    padding-top:2px;
    font-size:11px;
    }

a.more:hover {
    display:block;
    text-decoration:none;
    }   
    
/* End Common CSS  */   

/* Begin Structure */

#page-container {
    }

.header-content {
    width: 980px;
    margin: 0 auto;
    }
.topNav {
    background-color: #5e2d91;
    width: 100%;
    }


/** Begin Header **/

#header {
    height:66px;
    background: #323a46;
    width: 100%;
    padding-bottom: 5px;
}

.site-logo {
    margin-top: 1px;
    float:left;
    }
    
.page-id {
    color:#eaedf2;
    font-size:18px;
    float:left;
    padding-top:32px;
    padding-left:20px;    
    }

#top-links-container {
    float:right;
    color:#fff;
    }

#top-links-container .header-links {
    padding-bottom: 9px;
    text-align:right;
    *margin-top: -10px;
    margin-right: 8px;
    }    

#top-links-container {
    margin-top:5px;
    width: 440px;
}

#st_cn_all #top-links-container,
#st_tw_all #top-links-container{
	width:515px;
}

#top-links-container a {
    color:#fff;
    text-decoration: none;
    font-size:11px;
    font-weight:bold;
    padding:0 0 0 16px;
    }   

#top-links-container .topLinksButton a {
    border-right:none;
    }  

#top-links-container ul li {
    display:inline;
    list-style-type:none;
    }        
 #top-links-container .header-links #lpButton-header {
    display:inline;
    list-style-type:none;
    float: left;
    margin-top: -3px;      
    }

#top-links-container a:hover, #top-links-container a:focus  {
    color:#ffe67b;
    }

#top-links-container #lpButton {
    display:inline;
    width:94px;
    }

#top-links-container #lpButton img{
    display:inline;
    padding-right:7px;
    position:relative;
    margin-top:-5px;
    margin-bottom:-3px;
    }

#top-links-container .homepage-cta-top  {
    color: #323a46; 
    
    float: left;
    cursor: pointer;  
    
    margin: 5px 0 0 0; 
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    }



/**START of MOD TEMPLATE FIX**/ 

#top-links-container .homepage-cta-top a{
    background: #ffd457;
    border-bottom:2px solid #fa9a2a;
    color: #323a46;
    cursor: pointer;  
    float: left;    
    font-family:'Open Sans', arial, sans-serif; 
    clear: left;   
    margin: -5px 5px 10px 0; 
    font-size: 13px;
    font-weight: bold;
    padding: 6px 22px;
    text-decoration: none;
    }   

#top-links-container .homepage-cta-top a:hover{
    background:#f5bc17;
    }

#search-form {
    width: 440px!important;
    float:right;
    }
/**END OF MOD TEMPLATE FIX**/   



/** End Header **/

/* Begin Navigation */

#navigation { 
    margin: 0 auto;
    width: 980px;
    }

#navigation ul {
    width:980px;
    height:30px;
    margin:auto;
    }

#navigation ul .nav-list {margin-left:-1px;}

/* Fire Fox Only */
@-moz-document url-prefix() {#navigation ul {margin-left:-1px;}
    }
/* End Fire Fox Only */

/* Chrome and Safari */
html:lang(en)>body #navigation ul { margin-left:0px; }
html body:nth-of-type(1) #navigation ul{ margin-left:-1px;}
/* End Chrome and Safari */

#navigation ul li {
    float:left;
    list-style-type:none;
    text-align:center;
    padding-bottom:0px;
    }

#navigation ul li.nav-divider {
    width:1px;
    } 

#navigation ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 45px;  
    *margin-top:10px;    
    *margin-bottom: -10px;
    padding: 0px 16px;
}

#st_cn_all #navigation ul li a,
#st_tw_all #navigation ul li a{
    font-size: 15px;
    padding:0 22px;
}

#navigation ul li a:hover, #navigation ul li a:focus {
    color:#fff;
    background-color:#0098aa;
    }

/** Drop Down **/

#navigation ul li ul{
    *margin-top:-7px;  
    }

#dd-menu {  
    margin: 0;
    padding: 0;
    z-index:200;
    }

#dd-menu li{    
    float: left;
    list-style: none;
    font: 12px 'Open Sans', Arial, sans-serif;
    }

#dd-menu li ul{ 
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 200;
    visibility: hidden;
    width:12.83em;
    }

#dd-menu li ul li{  
    float: none;
    display: inline;
    text-align:left;
    padding-bottom:0px;
    padding-top:0px;
    }

#dd-menu li ul li a{    
    background: #eaedf2;
    text-align:left;
    color: #323a46;
    display:block;
    padding: 8px 16px!important;
    font-weight:normal;
    text-decoration:none;
    text-transform:none;
    height:auto;
    min-width: 220px;
    width: 100%;
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
}

#dd-menu li ul li a:hover { 
    background: #0098aa;
    color:#fff;
    }    
        
#navigation #dd-menu .selected a{
    color:#fff;
    background-color: #8c5fa8;
    }
    
#navigation #dd-menu .selected .submenu a{
    color:#323a46;
    background-color:#eaedf2;
    } 
    
#navigation #dd-menu .selected .submenu a:hover, #navigation #dd-menu .selected .submenu a:focus{
    background: #0098aa;
    color:#fff;
    }  

/* End Navigation */      
/* Begin Page Breadcrumbs and Toolbar */

#main-content-toolbar { 
    padding:10px;
    height:0px;
    margin-bottom:16px;
    width: 980px;
    margin: 0 auto 16px;
    }

#main-content-toolbar #breadcrumbs { 
    float:left; 
    color:#452870;
    font-size:11px;
    padding-top:2px;
    padding-left: 15px;
}
    
#main-content-toolbar #breadcrumbs a {
    color:#8c5fa8;
    text-decoration:none;
    }       

#main-content-toolbar #breadcrumbs a:hover { 
    text-decoration:underline; 
    }
    
#page-tools { 
    float:right;
    *margin-right: 5px;
    }    

#page-tools .page-tools-icons {
    float:left;
    padding-right:10px;
    height:18px;
    background-repeat:no-repeat;
    }

#page-tools a.page-tools-icons {
    color: #323a46;
    text-decoration:none;
    font-weight: 600;
}
    
#page-tools a.page-tools-icons:hover, #page-tools a.page-tools-icons:focus {
    color:#0098aa;
    text-decoration:underline;
    }


#page-tools .print {
    background-image:url(../../../../content/dam/assets/web/marketing/home/print-icon.png);
    padding-left:27px;
    display:none;
    }
    
#page-tools .print:hover {
    background-image:url(../../../../content/dam/assets/web/marketing/home/print-icon-hover.png);
    }

#page-tools .rss {
    background-image:url(../../../../content/dam/assets/web/marketing/home/rss-icon.png);
    padding-left:22px;
    }

#page-tools .rss:hover {
    background-image:url(../../../../content/dam/assets/web/marketing/home/rss-icon-hover.png);
    }

#page-tools .text-resize {
    background-image:url(../../../../content/dam/assets/web/marketing/home/text-size-icon.png);
    padding-left: 30px;
}    

#page-tools .text-resize:hover {
    background-image:url(../../../../content/dam/assets/web/marketing/home/text-size-icon-hover.png);
}  

/* End Page Breadcrumbs and Toolbar */  


/** Begin Main Content **/

#main-content{
    width:980px;
    margin: 0 auto 10px;
    background: none;    
    } 

.home {
    background-repeat:no-repeat;    
    }   

.subpage {
    margin-bottom:20px;
    } 

#main-content #content-container .home { 
    margin:0px -3px 0px -5px; 
    }
#main-content #content-container { 
    padding:10px 15px 10px 14px; 
    }

/*** Begin One Column ***/
#main-content #content-container  .one-col {
    float:left;
    width:100%;   
    }    

.bot-rail { float:left;  margin-right:23px; }   
 
.no-mg {margin:0px; float: right;}

.no-bg {
    background: none;
    width:300px;
    margin-bottom:15px;
    } 
    

.content-block {
    padding: 5px 5px 20px 5px;
    }

.button-embed {
    display:inline-block;
    padding:4px 10px 4px 10px;
    border:1px solid #c8c8c8;
    color:#4c1c72;
    font-weight:bold;
    margin-bottom:16px;
    }
    
#left {
    float:left;
    margin:0px;
    padding:0px;
}    

/*** Begin Contact Bar ***/
#contact-bar {
    color:#606060;
    width:990px;
    margin:auto;
    margin-bottom:10px;
}
    
#contact-bar ul li {
    list-style-type:none;
    float:left;
    text-align:left;
    padding: 0 35px 0 25px;
    font-size:15px;
    margin-left:0px;
    margin-bottom: 10px;
}   
    
#contact-bar .contact-icon { 
    background-repeat:no-repeat;
    padding:5px 0 10px 30px;
    line-height: 40px;
    display:inline; 
}

/* Begin Footer */

#footer {
    background-color:#323a46;
    color:#ffffff;
    font-family:'Open Sans' sans-serif;
    font-size:13px;
    height:255px;
    margin:auto;
    min-width:964px;
    }

#footer a {
    color:#ffffff;
    text-decoration:none;   
    }

#footer a:hover {
    color:#ffffff;
    text-decoration:underline;  
    }

#footer ul li {
    list-style-type:none;
    list-style-position:outside;
    padding-bottom:5px;
    margin-left:0px;
    }

#footer .footer-content {
    width:960px;
    padding:13px 10px 0px 10px;
    margin:auto;
    }

#footer .footer-content .title {
    font-size:18px;
    color:#ccc;
    display:block;
    padding-bottom:15px;
    }


#footer strong {
    font-size:14px;
    padding-bottom:5px;
    display:block;
    }

#footer .footer-column-container {
    padding-left:16px;
    }

#footer .footer-column {
    padding-right:45px;
    float:left;
    }

#footer .divider {
    float:left;
    }

#footer .footer-link {
    padding-left:25px;
    background-repeat:no-repeat;
    height:20px;
    display:block;
    }
    
#footer .chinese {
    padding-left:4px;
    display:inline;
    position:relative;
    margin-bottom:-4px
    }   
    
.footer-logo {margin-top: -50px;}   
/* End Footer */

/* Begin Bottom Links */
#bottom-links {
    background-color:#754099;
    height:20px;
    padding:8px 0;
    }
    
#bottom-links #legal-links {
    width:980px;
    margin:auto;
    padding-top:2px;
    }

#legal-links a {
    color:#ffffff;
    text-decoration:none;   
}

#legal-links a:hover {
    color:#ffffff;
    text-decoration:underline;  
}
        
#legal-links .legal-links-wrapper {
    width:950px;
    margin:auto;
    padding-top:2px;
    text-align:center;
    }   
    
#legal-links ul li {
    list-style-type:none;
    float:left;
    text-align:center;
    font-size:11px;
    margin-left: 12px;
    }   

.online-trades-badge {
    width:81px;
    height:81px;
    margin-top:-35px;
    right:-15px;
    z-index:1;
    position:relative;
    text-align:left;
    float:right;
    border-collapse:collapse;
    }    
    
.footer-image {
    position:relative;
    text-align:left;
    float:right;    
    margin-top:-65px;
    right:-105px;
    z-index:1;
    border-collapse:collapse;
    display:block;
    clear:all;
    width:110px;
    }       
    
.social-media-container img {}

.socialLinks {
    border: 1px solid #d7d7d7;
    width:300px;
    margin-bottom:10px;
    }
    
#right-rail .socialLinks .component-container .padding {
    padding:15px;
    }   
    
.socialLinks .social-media-container {
    padding-bottom:16px;
    }
    
.socialLinks .follow-us .icon-container {
    width:269px;
    }
    
.socialLinks .follow-us .icon-container img {
    float:left;
    margin:10px;
    }    

/* End Bottom Links */  

#copyright-container {
    background-color:#e9e9e9;
    margin-top:1px;
    }

#copyright {
    padding-top:10px;
    width:980px;
    margin:auto;
    font-size:10px;
    color:#424242;
    }   
        
#copyright h3{
    padding-bottom:10px;    
    line-height:14px;
    font-size:12px;
    font-weight: bold;
    }       

#copyright p{
    padding-bottom:10px;    
    line-height:14px;
    font-size:10px;
    }  

#copyright p a{
    font-size:10px!important;
    text-decoration:underline;
    } 

#copyright p sup{
    font-size:10px!important;
    } 
    
#copyright p b{
    padding-bottom:10px;    
    line-height:14px;
    font-size:10px;
    font-weight:bold;
    } 
    
#copyright p.copyright {
    font-size:11px;
    }       

#copyright p a:hover{text-decoration:underline}

/* Skip Nav */
     
#skip{
    position:relative;
    z-index:1;
    float:left;
    }
    
#skip a {
    position:absolute;
    z-index:1;
    top:-999em;
    top: -250em\9;
    float: left\9;
    display:block;
    display: hidden\9;
    width:120px;
    padding:7px 10px;
    border:1px solid #CCC;
    outline:0;
    background:#FFF;
    color:#5e2d91;
    line-height:1.2;
    font-weight:bold;
    text-decoration:none;
    }
    
#skip a:active, #skip a:focus{
    top:25px;
    top: 25px\9;
    float: left\9;
    display: block\9;
    }
    
#skip a:hover{
    background:#ffe67b;
    color:#5e2d91;
    }    

/* End Navigation */    
.jaws-visible-only {
    height: 1px; 
    left: -5000px; 
    overflow: hidden; 
    position: absolute; 
    width: 1px;
    }  

.searchResultsBar input.ForAutofill, .symbolSearchBar input.ForAutofill{
    float: left;
    /* margin-left: 5px; */
    margin-right: 5px;
    padding-left: 7px;
}

.symbolSearchBar {
    width: 350px;
}

.symbolSearchBar input {
    font-size: 15px;
    height: 22px;
    width: 172px;
}

.search_suggest_box {
    border-style: outset;
    border-width: 1px;
    position: absolute;
    text-align: left;
    z-index: 2;
    font-weight: normal;
    color: #000;
    cursor: hand;
}

/*** Two Column, Right Rail ***/
#main-content .main-layout .two-col {
    float:left;
    width:633px;
}

#main-content .main-layout #right-rail {
    float:right;
    width:302px;
}

/*** Begin Left Column ***/
#main-content .home .two-col {
    float:left;
    width:678px;
    }

#main-content .subpage .two-col {
    float:left;
    width:633px;
    }   
        
#main-content .main-layout .two-col {
    float:left;
    width:633px;
    }

#content-container.toppar {
    float:left;
    width:960px;
    }

#main-column.two-col {
    float:left;
    width:633px;
    }

#main-content .two-col .key-art{
    padding-bottom:8px;
    }

#main-content #content-container .left-rail-layout .left-rail {
    width:180px;
    float:left;
    margin-right: 10px;   
    }

#main-content #content-container .left-rail-layout .left-nav {
    width:180px;
    border:1px solid #d7d7d7;
    margin-bottom:15px;
    }   

#main-content #content-container .left-rail-layout .left-nav .title {
    text-align:left;
    border-bottom:1px solid #4d3069;
    font-size: 14px;
    font-weight: normal;
    margin:5px;
    padding-bottom:2px;
    color:#4d3069;
    font-weight:bold;
    }

#main-content #content-container .left-rail-layout .left-nav .nav-items {
    padding-bottom:20px;
    }

#main-content #content-container .left-rail-layout .left-nav ul li {
    list-style-type:none;
    }

#main-content #content-container .left-rail-layout .left-nav a {
    display:block;
    padding:4px 0px 4px 10px;
    font-size:11px;
    text-decoration:none;
    color:#4d3069;
    }

#main-content #content-container .left-rail-layout .left-nav .nav-items .selected {
    background-color: #4d3069;
    padding:4px 0px 4px 10px;
    font-size:11px;
    color:#ffffff;
    }

#main-content #content-container .left-rail-layout .two-col {
    float:right;
    width:735px;
    padding-right: 10px;
    }

.nav-header {display: none;}


#main-column {
    float:left;
    }
    
#main-column .two-col ul li ul,
ol li ol {
    padding-bottom:0px;
    }

#main-column .component-container ol li {
    list-style-type:decimal;
    list-style-position:inside;
    padding-bottom:4px;
    margin-left:20px;
    }

#main-column .component-container ul li {
    list-style-type:square;
    list-style-position:inside;
    padding-bottom:4px;
    margin-left:20px;
    }

#main-column .component-container ul li ul li {
    list-style-type:disc;
    list-style-position:inside;
    padding-bottom:4px;
    margin-left:20px;
    }

#main-column .component-container ol li ol li {
    list-style-type:lower-alpha;
    list-style-position:inside;
    padding-bottom:4px;
    margin-left:20px;
    }    
        
.one-col .columnControl .column-block-module {
    width: 950px;   
    float:left; 
    }
    
.one-col .three-column-block {
    background: none;
    }
    
.one-col .three-column-block .colPar1 {
    background: none;
    width: 316px;
    float:left;
    position: relative;
    border: none;
    }
    
.one-col .three-column-block .colPar2 {
    background: none;
    width: 316px;
    float:left;
    position: relative;
    border: none;
    }
    
.one-col .three-column-block .colPar3 {
    background: none;
    width: 316px;
    float:left;
    position: relative;
    }

.one-col .three-column-block .column {
    padding: 0 15px 0 0;
    float:left;
    width: 300px;
    }   

.four-column-block {
    min-height:200px;
    height: auto !important;
    height:200px;
    }

.four-column-block .column {
    width:135px;    
    float:left;
    margin-left: 10px;
    padding: 0 10px 0 0;
    display:inline-block;
    }

.four-column-block .column span {
    font-size:11px;
    }

.three-column-block {
    background-position:206px top;
    min-height:200px;
    height: auto !important;
    height:200px;
    }

.three-column-block .column {
    width:204px;    
    padding-left:5px;
    _padding-right:2px; 
    float:left;
    }

.three-column-block .col-divide {
    min-height:250px;
    width:1px;
    float:left;
    border-right:1px solid #a697b4;
    margin-right:10px;
    }

.three-column-block .column span {
    font-size:11px;
    }

.left-rail-layout  .two-col .three-column-block {
    background-image:none;
    min-height:200px;
    height: auto !important; 
    }

.left-rail-layout  .two-col .three-column-block .column {
    width:225px;    
    padding:0 10px 0 5px;
    float:left;        
    }

.left-rail-layout  .two-col .three-column-block .column .colPar1{
    border-right:1px solid #a697b4;       
    }
    
 .left-rail-layout  .two-col .three-column-block .column .colPar2{
    border-right:1px solid #a697b4;     
    }
    
.left-rail-layout .two-col .three-column-block .col-divide {
    min-height:250px;
    width:1px;
    float:left;
    border-right:1px solid #a697b4;
    margin-right:10px;
    }

.left-rail-layout  .two-col .three-column-block .column span {
    font-size:11px;
    }

.comparison-container {
    border:1px solid #d7d7d7;
    }

.comparison-container .controls {
    padding:10px;
    float:right;
    }

.comparison-container .date {
    float:right;
    font-size:10px;
    padding:5px;
    }

.comparison-container .disclaimer {
    font-size:10px;
    margin:0px;
    padding:20px;
    width:590px;
    }

.comparison-container .disclaimer strong {
    font-size:11px;
    display:block;
    }

.banner-container {
    padding-bottom:10px;
    }    
        
.articleContent .cq-dd-image {
    margin-bottom: 5px;
    }
/*** End Left Column ***/


/*** Begin Right Column ***/
.right-column ul li {
    margin-left:0px;
    }

#main-content .home .right-rail {
    float:right;
    width:275px;
    margin-left: -10px;
    }        

#main-content .subpage #right-rail {
    float:right;
    width:302px;
    }
    
#main-content .main-layout #right-rail {
    float:right;
    width:302px;
    border-left: 1px solid #939598;
    padding-left: 10px;
    min-height: 260px;
    height: 100%;
    }

#right-rail .component-container {
    border: 1px solid #eaedf2;
    margin-bottom:10px;
    }

#right-rail .component-container .padding {
    padding:20px;
    }  
    
#right-rail .titleTextImages .component-container .padding {
    padding:0px;
    }   
    
#right-rail .titleTextImages {
    margin-bottom: -10px;
    }     
    
.right-rail .banner-component{
    margin:10px 0;
    }
/*** End Right Column ***/
.authorEdit {
    font-size: 12pt;
    color: black;
    background-color: rgb(229, 240, 247);
    padding: 8px;
}

.authorEditError {
    color: red;
    font-size: 12pt;
    background-color: rgb(229, 240, 247);
    padding: 8px;
}

.selectnocrawler, .selectNoCrawler {
    background: #e9e9e9;
}

.branchlocator-print .selectnocrawler, .selectNoCrawler {
    background: none!important;
    height: 1px;
}

/*SECTION FRONT FIX*/
.section-front-h2 {
font-size: 36px;
color: #5e2d91;
}

.section-front-text {
font-size: 1.2em;
line-height: 1.7em;
color: #616265;
}

/* Forms Center */

.forms-center-intro {color:#424242; padding:0px 5px 0px 5px;}

.forms-center-intro ol li {
    list-style-type:decimal;
    list-style-position:inside;
    padding-bottom:4px;
    margin-left:20px;
    }

.forms-center-intro ul li {
    list-style-type:square;
    list-style-position:inside;
    padding-bottom:4px;
    margin-left:20px;
    }

.forms-center-intro ul li ul li {
    list-style-type:disc;
    list-style-position:inside;
    padding-bottom:4px;
    margin-left:20px;
    }

.forms-center-intro ol li ol li {
    list-style-type:lower-alpha;
    list-style-position:inside;
    padding-bottom:4px;
    margin-left:20px;
    }

.formsCenter {color:#424242;}

.formsCenter ul li{list-style-type:none;}

.formsCenter ul {border:none;}

.forms-search {
    float:right;
    padding-bottom:10px;
    }

.forms-search .search-box {
    padding:0px;
    border: 1px solid #d7d7d7;
    height:24px;
    width:267px;
    float:left;
    margin-top:1px;
    margin-right:5px;
    }

.forms-search .search-box input {
    border:0px;
    margin:0px;
    padding:0px;
    background:none;
    margin:5px 0px 0px 4px;
    font-size:12px;
    width:260px;
    font-family:arial;
    color:#888888;
    }

.forms-search .search {
    background-image:url(../images/forms-search.gif);
    width:90px;
    height:26px;
    border:0px;
    padding:0px;
    margin:0px;
    }

.formsCenter p {
    padding-bottom:0px;
    line-height: 1.7em;
}

.formsCenter .content-block {
    padding-bottom:15px;
    }

.doc-icon {
    float:left;
    width:5%;
    }
    
.doc-icon img{
    float:right;
    margin-right: 5px;   
    }
    
.doc-title {display:block;}

.doc-title p {padding-bottom:0px;}

.doc-desc {
    float:right;
    width:94%;
    line-height:18px;
    margin-top: -5px; 
    padding-bottom: 10px;
    }
    
.forms-doc-item img {
    display:inline; 
    margin-left:10px; 
    margin-right:10px;
    margin-top:12px;    
    }
    
.forms-doc-item  {
    display:inline;  
    font-weight: bold; 
    }    

.pagination {padding-bottom:20px;text-align: center;}

#main-content .one-col.forms #tabs .pagination ul {border:0px;}

.pagination ul li {
    list-style-type:none; 
    display:inline;   
    text-align:center; 
    padding: 3px; 
    font-size:12px; 
    text-decoration:none;
    font-weight:bold;
}
    
.pagination a { 
    display:inline-block;  
    text-align:center; 
    background-color:#ffffff; 
    padding: 8px; font-size:12px; 
    color: #3a7dda; 
    border: 1px solid #eaedf2; 
    text-decoration:none;
    font-weight:bold;
}

.pagination a:hover { 
    background-color:#eaedf2;
    }
    
.pagination a.selected {
    display:inline-block; 
    background-color:#4c1c72; 
    padding:4px; 
    border:1px solid #4c1c72; 
    font-size:12px;
    color:#ffffff; 
    text-decoration:none;
    }

.page-letter {
    margin: 30px 5px 0;
    font-weight: 200;
    font-size: 3em;
    border-bottom: 1px solid #eaedf2;
}
    
.pagination .active-page{
    background-color: #0098aa;
    border: 1px solid #0098aa; 
    color: #fff;
    padding: 10px;
}   
 
.pagination .page-previous , .pagination .page-next  {
    margin:0;
} 
    
.pagination .page-previous a, .pagination .page-next a {
    float: none;
    clear: both;
    border: 0;
}     

.get-adobe-reader {
    float:right;
    padding-right:10px;
    }        

/*SECTION FRONT END/*




/* End of pageBase.css */


.searchResultsBar {
    width: 450px;
}

.searchResultsBar input {
    font-size: 15px;
    height: 22px;
    width: 240px;
}

.search-btn{
	background: #754099; /* Old browsers */
	background: -moz-linear-gradient(top, #754099 0%, #4b306a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#754099), color-stop(100%,#4b306a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #754099 0%,#4b306a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #754099 0%,#4b306a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #754099 0%,#4b306a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #754099 0%,#4b306a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#754099', endColorstr='#4b306a',GradientType=0 ); /* IE6-9 */

	border: 1px solid #404040;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size:13px;
    height: 26px;
    width: 122px;
}

.search-btn:hover{
	background: #541d79; /* Old browsers */
	background: -moz-linear-gradient(top, #541d79 0%, #2c1743 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#541d79), color-stop(100%,#2c1743)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #541d79 0%,#2c1743 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #541d79 0%,#2c1743 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #541d79 0%,#2c1743 100%); /* IE10+ */
	background: linear-gradient(to bottom, #541d79 0%,#2c1743 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#541d79', endColorstr='#2c1743',GradientType=0 ); /* IE6-9 */
}

#results img, #mod_onebox img{
    float: left;
    padding: 0 0 30px 310px;
}

.ui-widget { font-family: Arial, Helvetica, sans-serif; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, Helvetica, sans-serif;  font-size: 1em; }
.ui-widget-content a { /*color: #333333;*/ }

/* Overlays */
.ui-widget-overlay { background: #666666 url(../../../../apps/scottrade/components/page/pageBase/clientlibs/css/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(../../../../apps/scottrade/components/page/pageBase/clientlibs/css/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
 * jQuery UI Autocomplete 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }   

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
    float: left;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
    list-style: none outside none;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:0.5em 0.6em;
    line-height:1.5;
    zoom:1;
    cursor:pointer;
    color:#323a46;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

ul.ui-corner-all {
    -moz-border-radius: 0px;
}

ul.ui-widget-content {
    background: #eaedf2;
    border:1px solid #dfe2e7;
    color: #231f20;
    width:340px!important;
    z-index:999!important;

}

ul.ui-widget-content .ui-state-focus{
	background:#452870;
}

ul.ui-widget-content .ui-state-focus a{
    color:#ffffff;
}

a#ui-active-menuitem {
    border: 1px solid black; background: #452870; font-weight: bold; color: #fff;
}

ul.ui-widget-content .ui-state-hover .ui-state-hover a{
	background:#452870;
    color:#ffffff;
    cursor:pointer!important;
}

a.ui-corner-all {
    -moz-border-radius: 0px;
}

.searchResultsBar input.ForAutofill, .symbolSearchBar input.ForAutofill{
    float: left;
    /* margin-left: 5px; */
    margin-right: 5px;
    padding-left: 7px;
}

.symbolSearchBar {
    width: 350px;
}

.symbolSearchBar input {
    font-size: 15px;
    height: 22px;
    width: 172px;
}

.search_suggest_box {
    border-style: outset;
    border-width: 1px;
    position: absolute;
    text-align: left;
    z-index: 2;
    font-weight: normal;
    color: #000;
    cursor: hand;
}

.security-sym {
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 11px;
    display: inline-block;
    width: 50px;
    vertical-align: text-top;
}

.security-name {
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 11px;
    display: inline-block;
    width: 220px;
    vertical-align: text-top;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

.security-xch {
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 9px;
    display: inline-block;
    width: 50px;
    font-style: italic;
    vertical-align: text-top;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}

.suggest_link {
    background-color: #FEFEFE;
    padding: 2px 6px 2px 6px;
}

.suggest_link_over {
    background-color: #FFC080;
    padding: 2px 6px 2px 6px;
}

#gsa_filterby {
    background-color:#eaedf2;
  	
 	display:inline-block;
  	float:left;
  	
    margin: 10px 0;
    padding: 10px;
  	
    width: 230px;   
    }    

#gsa_filterby .padding {
    padding: 10px;  
    }

#gsa_filterby h3{
    font-size:14px;
    color:#4d3069;
    padding-bottom:5px;
    }

#gsa_filterby ul li{
    list-style-type:square;
    list-style-position:inside;
    padding-bottom:4px;
    margin-left:5px;
    }
    
#gsa_filterby ul li ul li {
    list-style-type:disc;
    list-style-position:inside;
    padding-bottom:4px;
    margin-left:15px;
    }   

#gsa_filterby a {    
    text-decoration: none;
     }

#gsa_filterby a:hover {
    text-decoration: underline;
    }

#gsa_filterby a:visited {
    text-decoration: none;
    color: #4d3069;
    }
            
#gsa_searchresults {
    background:none;
    width:660px;
    margin:0 10px 10px 10px; 
    display: inline-block;
    float: right;       
    }

#gsa_totalresults{
    padding-bottom:8px;
    padding-top:15px;
    font-size: 18px;
    color: #754099;
}   
        
    
#gsa_keymatches {
    background: #e0dbe9;
    width:645px;
    padding: 10px;
    margin: 10px 0;
    }   
    
#gsa_keymatches ul li{
    list-style-type: none;
    list-style-position:inside;
    padding-bottom:4px;
    margin-left:5px;
    color: #4d3069;
    font-size: 15px;
    font-weight:bold;
    }
    
#gsa_keymatches ul li ul li {
    list-style-type: none;
    list-style-position:inside;
    padding-bottom:4px;
    margin-left:15px;
    }   

#gsa_keymatches a {    
    text-decoration: underline;
     }

#gsa_keymatches a:hover {
    text-decoration: underline;
    color: #0066cc;
    }

#gsa_keymatches a:visited {
    text-decoration: none;
    color: #4d3069;
    }       
             
#gsa_keymatches h3{
    font-size:18px;
    font-weight: normal;
    color:#4d3069;
    padding-bottom:0px;
    }
    
#gsa_keymatches h3 a { 
    color:#4d3069;  
    *padding-left: -15px; 
    text-decoration: none;
     }

#gsa_keymatches h3 a:hover {
    text-decoration: underline;
    color: #0066cc;
    }
        
#gsa_keymatches .description {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    padding-bottom:10px;
    }

.results h3{
    font-size:18px;
    font-weight: normal;
    color:#4d3069;
    }

.results {
    padding-bottom:15px;
    }       


/* MOD Search */

.com_scottrade_research_one_box_app {
  width: 650px;
  height: 200px;
  margin: 200px 0 0 100px;
}
.com_scottrade_research_one_box_app * {
  font-family: Arial;
}
.com_scottrade_research_one_box_app p {
  margin: 5px 2px;
}
.com_scottrade_research_one_box_app a {
  text-decoration: none;
  color: #1f57cc;
}
.com_scottrade_research_one_box_app h1 {
  display: inline;
  font-size: 24px;
}
.com_scottrade_research_one_box_app .onebox-chart img {
  width: 250px;
  height: 120px;
  margin-bottom: 0 0 5px 0;
}
.com_scottrade_research_one_box_app span.change {
  font-size: 20px;
  font-weight: 100;
  margin: 2px;
  line-height: 30px;
}
.com_scottrade_research_one_box_app .positive {
  color: #0c761c;
}
.com_scottrade_research_one_box_app .negative {
  color: #cf1f31;
}
.com_scottrade_research_one_box_app span.price {
  font-size: 24px;
  font-weight: bold;
  margin: 0 10px 0 0;
  float: left;
}
.com_scottrade_research_one_box_app .float-right {
  width: 390px!important;
  float: left!important;
}
.com_scottrade_research_one_box_app .float-left {
  width: 260px!important;
  float: left;
}

.com_scottrade_research_one_box_app .icon {
  float: left;
  margin: 7px 8px 2px 2px;
  overflow: hidden;
  width: 10px;
  height: 10px;
}
.com_scottrade_research_one_box_app .icon.green-up-small:before {
  margin: -13px 0 0 -91px;
}
.com_scottrade_research_one_box_app .icon.red-down-small:before {
  margin: -13px 0 0 -102px;
}
.com_scottrade_research_one_box_app .timestamp {
  font-size: 10px;
  color: #bdbdbd;
  white-space: nowrap;
  display: block;
}
.com_scottrade_research_one_box_app .onebox-header {
  text-align: left;
  margin-left: 15px;
}
.com_scottrade_research_one_box_app .company-name {
  font-size: 16px;
  margin-left: 10px;
}
.com_scottrade_research_one_box_app .market-sector {
  text-transform: uppercase;
  font-size: 12px;
}
.com_scottrade_research_one_box_app table.onebox-details {
  float: left;
  margin: 10px 0 0 20px;
  border: none;
  text-align: left;
  width: 370px!important;
}
.com_scottrade_research_one_box_app th {
    font-size: 12px;
    font-weight: 100;
    padding: 0;
    margin: 0;
    text-align: left;
}
.com_scottrade_research_one_box_app tbody td {
    font-weight: bold;
    font-size: 14px;
    padding: 0 0 14px 0;
    border-bottom: none;
}
.com_scottrade_research_one_box_app tbody td span.date {
    font-weight: 100;
    color: gray;
}

#gsa_searchresults #mod_onebox .com_scottrade_research_one_box_app {
	margin: 0 !important;
    height: 175px  !important;   
	width: 650px!important;
}
#gsa_searchresults #mod_onebox .com_scottrade_research_one_box_app p {
	margin: 2px !important;
    padding: 0;
    }

#gsa_searchresults #mod_onebox{
	background: #eaedf2;
    margin-bottom:30px;
	padding: 20px 10px 50px; 10px;
}

.com_scottrade_research_one_box_app .price-data{
	background-color:#fff;
    padding:5px!important;
}

#gsa_searchresults #mod_onebox .com_scottrade_research_one_box_app p.timestamp{
	color:#939598;
    float:left;
    margin-left:-5px!important;    
	padding-top: 13px!important;
}

#gsa_searchresults .onebox-chart img{
	padding: 5px;
}
/* Overlays needed for modal look */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*.ui-widget-overlay { background: #666666 url(../../../../apps/scottrade/components/page/pageBase/clientlibs/css/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }*/
.ui-widget-overlay { background: #666666 url(../../../../apps/scottrade/components/page/pageBase/clientlibs/images/dadada_40x100_textures_02_glass_75.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(../../../../apps/scottrade/components/page/pageBase/clientlibs/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*

/*dialog*/
.ui-dialog {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: "Trebuchet MS",Verdana,Arial;
    font-size: 11px;
    background: #ffffff url(../../../../apps/scottrade/components/page/pageBase/clientlibs/images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
    color: #222222;
    border: 4px solid #dddddd;
    position: absolute;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
}

.ui-resizable .ui-resizable-handle {
    display: block; 
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-resizable-n { 
    cursor: n-resize; 
    height: 7px; 
    width: 100%; 
    top: -5px; 
    left: 0px;  
}
.ui-resizable-s { 
    cursor: s-resize; 
    height: 7px; 
    width: 100%; 
    bottom: -5px; 
    left: 0px; 
}
.ui-resizable-e { 
    cursor: e-resize; 
    width: 7px; 
    right: -5px; 
    top: 0px; 
    height: 100%; 
}
.ui-resizable-w { 
    cursor: w-resize; 
    width: 7px; 
    left: -5px; 
    top: 0px; 
    height: 100%;
}
.ui-resizable-se { 
    cursor: se-resize; 
    width: 13px; 
    height: 13px; 
    right: 0px; 
    bottom: 0px; 
    background: url(../../../../apps/scottrade/components/page/pageBase/clientlibs/images/222222_11x11_icon_resize_se.gif) no-repeat 0 0;
}
.ui-resizable-sw { 
    cursor: sw-resize; 
    width: 9px; 
    height: 9px; 
    left: 0px; 
    bottom: 0px;  
}
.ui-resizable-nw { 
    cursor: nw-resize; 
    width: 9px; 
    height: 9px; 
    left: 0px; 
    top: 0px; 
}
.ui-resizable-ne { 
    cursor: ne-resize; 
    width: 9px; 
    height: 9px; 
    right: 0px; 
    top: 0px; 
}
.ui-dialog-titlebar {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    padding: .5em 1.5em .5em 1em;
    color: #FFFFFF;
    background: #402051 url(../../../../apps/scottrade/components/page/pageBase/clientlibs/images/402051_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    border-bottom: 1px solid #999999;
    font-size: 11px;
    font-weight: bold;
    position: relative;
}
.ui-dialog-title {}
.ui-dialog-titlebar-close {
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
      /*background: url(../../../../myapps/img/FFFFFF_11x11_icon_close.gif) 0 0 no-repeat;*/
      position: absolute;
      right: 8px;
      top: .7em;
      /*width: 86px;*/
      height: 11px;
      z-index: 100;
      color: white;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
    /*background: url(../../../../apps/scottrade/components/page/pageBase/clientlibs/css/images/popup/F85303_11x11_icon_close.gif) 0 0 no-repeat;*/
}
.ui-dialog-titlebar-close:active {
    /*background: url(../../../../apps/scottrade/components/page/pageBase/clientlibs/css/images/popup/222222_11x11_icon_close.gif) 0 0 no-repeat;*/
}
.ui-dialog-titlebar-close span {
    display: block;
    color: white;
}
.ui-dialog-content {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    color: #222222;
    padding: 1.5em 1.7em;   
}
.ui-dialog-buttonpane {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    border-top: 1px solid #dddddd;

    background: #ffffff;
}
.ui-dialog-buttonpane button {
    margin: .5em 0 .5em 8px;
    color: #FFFFFF;
    background: #402051 url(../../../../apps/scottrade/components/page/pageBase/clientlibs/images/402051_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    font-size: 1em;
    border: 1px solid #999999;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    line-height: 1.4em;
}
.ui-dialog-buttonpane button:hover {
    color: #F85303;
    background: #402051 url(../../../../apps/scottrade/components/page/pageBase/clientlibs/images/402051_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    border: 1px solid #999999;
}
.ui-dialog-buttonpane button:active {
    color: #222222;
    background: #ffffff url(../../../../apps/scottrade/components/page/pageBase/clientlibs/images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
    border: 1px solid #000000;
}
/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-dialog .ui-dialog-container {  overflow: hidden;}

/*component global class*/
.ui-component {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: "Trebuchet MS",Verdana,Arial;
    font-size: 11px;
}
/*component content styles*/
.ui-component-content {
    border: 1px solid #dddddd;
    background: #ffffff url(../../../../apps/scottrade/components/page/pageBase/clientlibs/images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
    color: #222222;
}
.ui-component-content a {
    color: #222222;
    text-decoration: underline;
}
/*component states*/
.ui-default-state {
    border: 1px solid #999999;
    background: #402051 url(../../../../apps/scottrade/components/page/pageBase/clientlibs/images/402051_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    font-weight: normal;
    color: #FFFFFF !important;
}
.ui-default-state a {
    color: #FFFFFF;
}
.ui-default-state:hover, .ui-hover-state {
    border: 1px solid #999999;
    background: #402051 url(../../../../apps/scottrade/components/page/pageBase/clientlibs/images/402051_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    font-weight: normal;
    color: #F85303 !important;
}
.ui-hover-state a {
    color: #F85303;
}
.ui-default-state:active, .ui-active-state {
    border: 1px solid #000000;
    background: #ffffff url(../../../../apps/scottrade/components/page/pageBase/clientlibs/images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
    font-weight: normal;
    color: #222222 !important;
    outline: none;
}
.ui-active-state a {
    color: #222222;
    outline: none;
}

/*hidden elements*/
.ui-hidden {
    display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
     position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */

/*Start of videoWithOverlayText*/

.video-overlay-text-container h1 { 
	font-size:2.5em; 
}
.video-overlay-text-container h2 { 
	font-size:1.8em; 
}
.video-overlay-text-container h3 { 
	font-size:1.4em; 
}

#right-rail .videoWithOverlayText {
    margin-bottom: 10px;
}

.video-overlay{
    position:relative; 
    float:left;
    width:100%;
    margin:0;
}
.video-overlay img{
    margin:0;
    width:100%;
}

.video-overlay-text-container{
    position:absolute;
    top:0;
    width:100%;
	height:100%;
}

.vwot-main {
    position:absolute; 
    color:#3a7dda;
    font-family:"Open Sans", arial;
    font-weight:300;
    line-height: 93px;
    font-size: 78px;
    text-align:center;
    }

.vwot-main-cta{    
    position:absolute; 
    color:#3a7dda;
    font-family:"Open Sans", arial;
    font-weight:300;
    font-size:0.8em;
    text-align:center;
    }

.vwot-main-cta a{ 
    width:200px; 
    margin:auto; 
    border:1px solid; 
    padding:20px; 
    font-style:normal;
    }  

.vwot-main-cta a:hover{ 
    background:#3a7dda;
    border:1px solid #eaedf2;
    color:#eaedf2;
    text-decoration:none;
    transition:         all 0.4s;
        -moz-transition:    0.4s;
        -ms-transition:     0.4s;
        -o-transition:      0.4s;
        -webkit-transition: 0.4s;
    } 

.vwot-anchor{
    font-family:"Open Sans", arial;
    font-weight:300;
    font-size:0.8em;
    text-align:center;
    }

.vwot-anchor a{
    color:#323a46;
    margin:auto;
    border:1px solid #323a46;
    padding: 20px 30px;
    background-position: 50% 90%;
    }  

.vwot-anchor a:hover{
    background:#616265;
    opacity: 0.5;
    border:0;
    outline:0;
    padding: 20px 30px 45px;
    color:#fff;
    text-decoration:none;
    transition:         all 0.3s;
    -moz-transition:    0.3s;
    -ms-transition:     0.3s;
    -o-transition:      0.3s;
    -webkit-transition: 0.3s;
    background-image: url(../../../../apps/scottrade/apps/scottrade/content/dam/assets/web/Careers-NEW/arrow-hover.png);
    background-repeat: no-repeat;
    height: 60px;
    background-position: 50% 83%;
    }

.vwot-white{
    color:white;
    text-align:center;
}

h2 .vwot-white{
    font-size:1.4em;
	line-height:1.1em;
}

h3.vwot-white{
	font-size:1.2em;
    color:white;
}

.vwot-cta-white a{
    color:white;
    text-transform:uppercase;
    border:1px solid white;
    padding:20px 30px;
}    

.vwot-cta-white a:hover{
    background:#eaedf2;
    border:1px solid #eaedf2;
    color:#3a7dda;
    text-decoration:none;
    transition:         all 0.4s;
        -moz-transition:    0.4s;
        -ms-transition:     0.4s;
        -o-transition:      0.4s;
        -webkit-transition: 0.4s;
} 

.ribbon-header{
	text-align:center;
    font-size:0.7em;
}

.ribbon-header-2{
	text-align:center;
    font-size:0.6em;
}

.ribbon-body-1{
    color:white;
    font-size:0.8em; 
    text-align:center;        
     } 

.ribbon-body-2{
    color:white;
    font-size:0.8em; 
    text-align:center;
}  


@media screen and (max-width: 1140px) {

	h2 .vwot-white{
    	font-size:1em;
		line-height:1.2em;
	}

	h3 .vwot-white{
		font-size:.8em;
		width: 53%!important;
		left:25%!important;
		color:white;
	}
	.vwot-cta-white{
		width:90%!important;
		left:39%!important;
		top:80%!important;
	} 
	.vwot-cta-white a{
		color:white;
		text-transform:uppercase;
		border:1px solid white;
		padding:20px 30px;
	}  
}

@media screen and (max-width: 990px) {

	h2 .vwot-white{
    	font-size:1em;
		line-height:1.2em;
		width:60%!important;
		left:20%!important
	}

	h3 .vwot-white{
		font-size:.75em;
		width: 65%!important;
		font-style:italic;
		left:24%!important;
		color:white;
		width:50%!important
	}

	.vwot-cta-white{
		left:36%!important;
	} 
}

@media screen and (max-width: 900px) {

	h2 .vwot-white{
    	font-size:.8em;
		line-height:1.2em;
		width:70%!important;
		left:15%!important
	}
	
	.vwot-cta-white{
		left:34%!important;
	} 
}


@media screen and (max-width: 770px) {

	.ribbons{
		width: 100%!important;
	}

    .videoWithOverlayText{
        width:100%;
    }

    .ribbons .video-overlay {
		position:relative; 
		float:left;
		width:100%;
		margin:2% 0;
	}

    .ribbons img{
		display: none;
	}

    .ribbon-header{
		font-size:0.7em;
		left: 0!important;
		width: 100%!important;
		position:relative!important;
    		float:none!important;
	}

	.ribbon-body-1{
		color:white;
		font-size:0.8em; 
		left:0%!important;  
		width: 100%!important;    	
		margin:2% 0;
    		position:relative!important;
    		float:none!important;
     } 

	.ribbon-body-2{
		color:white;
		font-size:0.8em; 
		left:0%!important;  
		width: 100%!important;
		position:relative!important;
    		float:none!important;
     } 

     .new-awards{
     	margin:10% 0;
     }

    .ribbons .video-overlay-text-container{
		position:relative;
		width:100%;
		height:100%;
	}

	h2 .vwot-white{
    	font-size:.8em;
		line-height:1.2em;
	}

	h3 .vwot-white{
		font-size:.7em;
		width: 75%!important;
		left: 13%!important;
	}
	.vwot-cta-white{
		width:90%!important;
		left:33%!important;
	} 
	.vwot-cta-white a{
		color:white;
		text-transform:uppercase;
		border:1px solid white;
		padding:20px 30px;
	}  

    .locations {
        margin: 5% 0;
    }
}

@media screen and (max-width: 600px) {
	h2 .vwot-white{
    	font-size:.8em;
		line-height:1.2em;
		width: 80%!important;
		left:10%!important;
		top:10%!important;
	}

	h3 .vwot-white{
		font-size:.8em;
		width: 80%!important;
		left: 10%!important;
	}

	.vwot-cta-white a {
		font-size:.8em;
	}

	.vwot-cta-white {
		top:75%!important;
		width:90%!important;
		left:24%!important;
	}

	.get-started .video-overlay{
    	height:400px!important;
    	background:#3a7dda;
    	opacity:.9
	}

    .vmage-overlay-text.vwot-main.right {
        left: 50%!important;
    }

	.vwot-main-cta a{display:none }

}

@media screen and (max-width: 400px) {
	.vwot-white{display:none;}
	.vwot-cta-white {
		top:inherit!important;
		width:80%!important;
		left:inherit!important;
		margin: 15% 10%!important;
	}

	.vwot-cta-white a {
		font-size:.8em;
	}

	.get-started .video-overlay{
    	height:inherit!important;
    	background:inherit!important;
}

}


@media screen and (max-width: 320px) {
	.vwot-cta-white a{
		display:none!important;
	}

	.vwot-main {
		left:36%!important;
		width:36%!important;
		top:13%!important;
		font-size:.85em!important;
    }
    
    .benefits .vwot-main {
		left:53%!important;
		width:50%!important;
		top:35%!important;
		font-size:.9em!important;
    }

    .culture .vwot-main {
		left:34%!important;
		top:12%!important;
		font-size:.94em!important;		
    }

    .ribbon-header{
		font-size:0.6em;
	}

	.ribbon-body-1{
		font-size:0.8em;
		top:150%!important
     } 

	.ribbon-body-2{
		font-size:0.7em; 
    		top:230%!important;
	}

     .new-awards{
     	float: left;
     }
}

/*End of videoWithOverlayText*/


/*Start of imageResponsive*/

.imageResponsive {
    width:100%;
}
.imageResponsive img{
	border: none;
}    
.two-col .imageResponsive img{
    width:602px;
}
.floatLeft{
	float:left;
	max-width:100%;
}
.floatRight{
	float:right;
	max-width:100%;
}
.floatLeft img, .floatRight img {
	max-width:100%;
}
/*End of imageResponsive*/


/*Start of titleTextImages*/

.titleTextImages {
   /*  margin-bottom: 10px; */
}
.titleTextAndImages{
     margin:40px 40px 30px;
}
.titleTextAndImages p{
	float:none;
    font-size:1.1em;
    line-height:1.6em;
    margin:0 10px 10px 0;
}
.titleTextAndImages img{
    margin-bottom:10px;
    max-width:100%;
}    

#responsive-template .titleTextAndImages ul{
	line-height: 24px;
	list-style-type: disc;
	padding-left: 40px;
}


/*START OF Disclosures*  ****ALSO IN main.css for EN CN TW***/

.disclosures {
    display: block;
    font-size: 10px;
    line-height:15px;
}

.disclosures b,
.disclosureBox b{
    font-weight:800;
}

.disclosures i,
.disclosureBox i{
    font-weight: 100;
}

.disclosures a,
.disclosureBox a{
    color: #3a7dda;
    font-weight:600
}

.disclosures a:hover,
.disclosureBox a:hover{
    color: #00aa98;
    text-decoration:underline;
}    

.disclosureBox {
    border: 1px solid #939598;
    display: block;
    padding: 2.5%;
    font-size: 10px;
    line-height:22px;
    font-weight:400;
}

.disclosures sup, .disclosures sub {
	font-size: 8px;
}
/*END OF Disclosures*/

/*For Blogs*/
.blog .titleTextAndImages p {
line-height: 29px;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 12px;
}

.article-title.contributor-page h1 {
    font-size: 48px;
    font-weight: 200;
    color: #5e2d91;
    padding-bottom: 15px;
    text-align: center;
}
/* TABLE STYLES */
table.secondaryTable tr {
    border: 1px solid gray;
}
.primaryTable {
    border: 1px solid #cdcdcd;
    float: left;
    margin-bottom: 20px;
}
.primaryTable tr.row-1 td {
    background-color: #51626f;
    color: #fff;
    vertical-align: bottom;
    font-weight: bold;
    font-size: 12px;
}
.primaryTable tr:nth-of-type(2n) {
    background: #eaedf2;
}
.primaryTable tr:nth-of-type(2n) {
    background: #eaedf2;
}
.primaryTable tr td {
    padding: 10px 20px;
    vertical-align: top;
}
.primaryTable tr td {
    padding: 10px 20px;
    vertical-align: top;
}
.primaryTable tr td {
    padding: 10px 20px;
    vertical-align: top;
}
.primaryTable tr.row-1 td {
    background-color: #51626f;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
}

/*MEDIA QUERIES*/

@media screen and (max-width: 770px){
    .titleTextAndImages p{
        float:none;
        font-size:0.9em;
        line-height:1.6em;
        margin:0 10px 10px 0;
    }
    .titleTextAndImages h2{
        margin-bottom: 0.3em;
        font-size:1.7em
    }
    .titleTextAndImages h3{
        margin-top: 1.3em;
        font-size:1em;
    }
}

@media screen and (max-width: 615px){
    .titleTextAndImages img{
    	float:left;
        margin:0 0 10px 0;
    	max-width:100%;
    }

@media screen and (max-width: 437px){
    .titleTextAndImages{
   		margin:0;
	}
    .titleTextAndImages p{
   		margin:20px;
	}
    .titleTextAndImages h2{
   		margin:20px;
	}
    .titleTextAndImages h3{
   		margin:20px;
	}

}
/* END OF MEDIA QUERIES*/

/*End of titleTextImages*/
/*Start of tabbedContent*/

.tc-item-par{
	background-color: #fff;
	color: #323a46;
	width: 57%;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	display: none;
	font-weight: 100;
}

button.tc-tab-button {
    background-color: #eaedf2;
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #c6c6c6;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Open Sans", arial;
    font-size: 0.8em;
    outline:0;
    cursor:pointer;
    position: relative;
    left: 0px;
    margin-right: 3px;
    width: 100%;
    display: flex;
  	
    align-items: center;
}

button.tc-tab-button:hover {
    background-color: #d7d7d7;
}

button.tc-tab-button.selected {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 1;
}

.tc-tab-button:focus{
	outline:1px dotted orange;
}

.tc-container .titleTextAndImages .cta-dom {
    display:block;
    float:left;
    padding:10px;
}

/* Start of button size ***********************************/
.default button.tc-tab-button.small{font-size: 10px!important;
}
.default button.tc-tab-button.medium{font-size: 13px!important;
}
.default button.tc-tab-button.large{font-size: 14px!important;
}

.sidebyside button.tc-tab-button.small{font-size: 12px!important;
}
.sidebyside button.tc-tab-button.medium{font-size: 14px!important;
}
.sidebyside button.tc-tab-button.large{font-size: 18px!important;
}

.default .tc-tab .small,
.default .tc-tab .selected.small {
    margin-top: 4px;
}

.default .tc-tab .large,
.default .tc-tab .selected.large {
    margin-top: -1px;
}



/* Start of default style ***********************************/
.default .tc-tab {
    float: left;
}

.default .titleTextAndImages.section,
.default .titleTextAndImages h2 {
    padding:0;
    margin:0;
}

.default .tc-item-par {
    background-color:white;
    border:1px solid #d7d7d7;
    padding:20px 20px 40px;
    float: left;
    position: absolute;
    top: 39px;
    width: 100%;
    display: none;
}

.default .tc-item-par.selected {
    display: block;
    float: left;
    left: 0;
}

.tabbedContent p{
	line-height:24px; 
	padding-top:10px;
}

.cq-wcm-edit .default .tc-item-par,
.cq-wcm-design .default .tc-item-par {
    position: relative;
    top: -2px;
    margin: 0 0 20px 0;
}

.default .tc-item-par h2{
    font-size:1.3em;
    font-weight:400;
    }

.tc-container.default {
    width: 90%;
    margin: 0 40px;
    /*min-height: 300px;*/
    position: relative;
    font-family:"Open Sans", arial;
}

#st_all .tc-container.default {
    width: 100%;
    margin: 0 0;
}

.default button.tc-tab-button.selected {
    border:1px solid #c7c7c7;
    color: #323a46;
    margin: 0;
    border-bottom: 1px solid #fff;
}





/* Side by Side style ***********************************/
.sidebyside .tc-tab-button{
	background-color:#eaedf2;
	border:0;
	border-right:10px solid #eaedf2;
	cursor:pointer;
	padding: 10px 15px;
	width: 42%;
	margin: 0 0 6px 0;
}

.sidebyside .tc-tab-button .tc-tab-text{
    color:#323a46;
	font-weight: 100;
	font-family: "Open Sans", arial;
	margin: 0 auto;
}

.sidebyside .tc-tab-button.selected .tc-tab-text{
    color:#fff;
    float: right;
    text-align: center;
}

.sidebyside .tc-tab-button:hover{
	background-color:#eff2f7;
	border-right:7px solid #497abd;
	color:#497abd;
}

.sidebyside .tc-tab-button.selected{
	background-color: #497abd;
	border:0;
	border-right:10px solid #497abd;
    transition: all .32s;
}

.sidebyside .tc-item-par.selected{
	background-color: #497abd;
	color: #fff;
	display: block;
}

.sidebyside .tc-item-par .titleTextAndImages p{
	line-height: 1.5em;
	padding: 0 0 50px 0;
}

.sidebyside .tc-item-par.selected .titleTextAndImages h2{
	color:white;
	font-weight: 600;
	margin: 10px 0;
}

.tc-container.sidebyside  {
    position: relative;
    min-height: 500px;
    margin: 40px 40px;
}

.tc-tab-image-container {
	/* float:left; */
}


/* Homepage Styling ***********************************/

.home-hideable-container .tc-container.default{margin:0; min-height:none!important}

.home-hideable-container .tc-container.default p{font-size:16px; margin-bottom:0px;}

.home-hideable-container  .default .tc-item-par{padding:20px; width:635px;}

/* End Homepage Styling ***********************************/







/* Author Mode Styling ***********************************/

.cq-wcm-edit .sidebyside .tc-item-par,
.cq-wcm-design .sidebyside .tc-item-par{
	position: relative;
	float: right;
	border: 1px solid #ccc;
}

.cq-wcm-edit .sidebyside .tc-tab,
.cq-wcm-design .sidebyside .tc-tab{
 	clear:right;
 	float: left;
 	width: 40%;
 	border-bottom: 1px solid #ccc;
}

.cq-wcm-edit .tc-item-par,
.cq-wcm-design .tc-item-par{
	display: block;
}

/* End Author Mode Styling ***********************************/





@media screen and (max-width:980px){
.default .tc-item-par {
    padding:10px 20px 40px;
    width: 95%;
	}
}

/************************************ RWD style ***********************************/

.tc-breakpoint {
       width: 615px;
       display: none;
}


@media screen and (max-width: 615px){

	#responsive-template .default .tc-item-par {
		top: -1px;	
		padding: 10px;
	}

	#responsive-template button.tc-tab-button {
		font-size:1.3em;
	}

	#responsive-template .tc-container.default {
    	margin: 0 20px 40px;
    	width: 90%;
	}

	#responsive-template .tc-item-par.selected{
		color: #fff;
		margin: 0 10px;
		width: 95%;
	}

	#responsive-template .titleTextAndImages.section, 
	#responsive-template .titleTextImages.section{
		width:100%;
		margin: 20px;
	}

	#responsive-template .tc-container .titleTextAndImages .cta-dom {
		width: 96%;
	}

	#responsive-template .tc-container .titleTextAndImages .cta-dom a{
		padding:15px;
		width: 95%;
		font-size: 1em;
	}

/* Default RWD style ***********************************/
	#responsive-template .default .tc-tab {
    	float: none;
    	margin: 0;
    	padding: 0;
	}
	
	#responsive-template .default .tc-tab-button{
		width:100%;
	}

	#responsive-template .default .titleTextAndImages.section{
		width: 90%;
		padding: 10px 20px;
	}	

	#responsive-template .default .tc-tab-button:hover{
		background-color:#eff2f7;
		border:1px solid #c7c7c7;
		color:#497abd;
	}

	#responsive-template .default .tc-item-par.selected{
		color:#323a46;
		top: -1px;
		width: 99.6%;
		margin: 0 0 10px;
	}

/* Side by Side RWD style ***********************************/
	#responsive-template .tc-container.sidebyside  {
		margin: 30px 10px;
	}

	#responsive-template .sidebyside .tc-item-par{
		width: 100%;
		float:left;
		margin: 0 20px 0 20px;
	}

	#responsive-template .sidebyside .titleTextAndImages.section, 
	#responsive-template .sidebyside .titleTextImages.section, 
	#responsive-template .sidebyside .tc-tab{
		margin: 0 10px;
		width: 95%;
		text-align: center;
		padding: 0px;
	}

	#responsive-template .sidebyside .tc-tab-button{
		border:0;
		border-bottom:5px solid #eaedf2;
		width:100%;
	}

	#responsive-template .sidebyside .tc-tab-button:hover{
		background-color:#eff2f7;
		border:0;
		border-bottom:5px solid #497abd;
		color:#497abd;
	}

	#responsive-template .sidebyside .tc-tab-button.selected{
		background-color: #497abd;
		border:0;
		border-bottom:5px solid #497abd;
		color:#fff;
		transition: all .32s;
	}

	#responsive-template .sidebyside .tc-item-par,
	#responsive-template .default .tc-item-par{
		display:none;
		position: inherit;
		}

	#responsive-template .sidebyside .tc-item-par.selected,
	#responsive-template .default .tc-item-par.selected{
		display:block;
		padding: 0;
		top: -6px;
	}

	#responsive-template .sidebyside .tc-item-par.selected{
		background-color: #6a99d9;
		margin: 0 10px;
		width: 95%;
	}

	#responsive-template .sidebyside .tc-tab-button,{
		cursor:pointer;
		width: 100%;
		padding:20px 0;
	}

	#responsive-template .sidebyside .tc-item-par .titleTextAndImages p{
		line-height: 1.5em;
		padding: 20px 45px 30px;
		width: 80%;
		margin: 0;
	}	
}



@media screen and (max-width: 550px){
	#responsive-template .tc-container .titleTextAndImages .cta-dom a{
		padding:15px;
		width: 93%;
		font-size: 1em;
	}


/* Side by Side RWD style ***********************************/
	#responsive-template .sidebyside .tc-item-par,
	#responsive-template .sidebyside .tc-tab-button
	#responsive-template .sidebyside .titleTextAndImages.section, 
	#responsive-template .sidebyside .titleTextImages.section, 
	#responsive-template .sidebyside .tc-tab{
		margin: 0px 0 -3px;
		width:100%;
	}

	#responsive-template .sidebyside .titleTextAndImages.section, 
	#responsive-template .sidebyside .titleTextImages.section, 
	#responsive-template .sidebyside .tc-tab{
		margin: 0;
		width: 100%;
		text-align: center;
		padding: 0px;
	}

	#responsive-template .sidebyside .tc-item-par.selected{
		background-color: #6a99d9;
		margin: 0 ;
		width: 100%;
	}
}


@media screen and (max-width: 450px){
	#responsive-template .tc-container .titleTextAndImages .cta-dom a{
		padding:10px 5px;
		width: 86%;
		float:left;
		font-size: 1em;
	}

	#responsive-template .titleTextAndImages.section, 
	#responsive-template .titleTextImages.section{
		width:100%;
		margin: 0px;
	}
	
/* Side by Side RWD style ***********************************/
	#responsive-template .sidebyside .tc-item-par .titleTextAndImages p{
		line-height: 1.5em;
		padding: 20px 30px 30px;
		width: 85%;
		display: block;
		float: left;
		margin: 0;
	}
}

/*End of tabbedContent*/








/*!
 * Contact Buttons Plugin Demo 0.1.0
 * https://github.com/joege/contact-buttons-plugin
 *
 * Copyright 2015, Jos� Gon�alves
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
 
 /*Start of socialLinksSidebar*/
 #contact-buttons-bar {
  position: fixed;
  top: 200px;
  left: 0px;
  width: 60px;
}

#contact-buttons-bar.slide-on-scroll {
  position: fixed;
}

.contact-button-link  {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin-bottom: 1px;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  background: #8e8e93;
  color: #fff;
  position: relative;
  padding-left: 0px;
  left: 0;
  
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  
  -webkit-transition: all 250ms;
     -moz-transition: all 250ms;
          transition: all 250ms;
}

.contact-button-link:hover {
  color: #fff;
  padding-left: 20px;
  width: 70px;
}

.contact-button-link.cb-hidden {
  left: -50px;
}
.contact-button-link.facebook {
  background: #3b5998;
}
.contact-button-link.twitter {
  background: #00aced;
}
.contact-button-link.linkedin {
  background: #0077b5;
}

.contact-button-link.separated {
  margin-top: 1em;
}

.show-hide-contact-bar {
  background: transparent;
  color: #000;
  border: 0;
  outline: 0;
  padding: 0;
  width: 50px;
}
.contact-button-link.show-hide-contact-bar:hover {
  color: #000;
  background: #ccc;
  padding: 0;
  width: 50px;
}


/* Start of Post Login */

#knowledge-center-container #contact-buttons-bar.slide-on-scroll{display:none!important}

/* End of Post Login */


/*End of socialLinksSidebar*/

/*Start of social*/
.social .social-sharing{
	text-align: center;
	height: 33px;
	margin: 0 auto;
}

.social-sharing i.fa {
	padding-right: 8px;
}

.social-sharing .fa-twitter{
	padding:2.5px;
	font-size:10px;
}

.social-sharing a, .social-sharing button{
	text-decoration: none;
	font-size: 10pt;
}

.social .twitter-share-link{
	color: white ;
	background: rgb(29, 202, 255);
	padding: 1.8px 0;
	width: 9%;
	margin-right: 5px;
	float: left;
	/* font-size: 9px; */
	margin-top: 0px;
}

.social .twitter-share-link:hover{
	background: #20a4cc;
}

.social .facebook-like-link {
	width: 6%;
	background-color: #4561af !important;
	float: left;
	margin-right: 5px;
    padding: 1.3px;
	/* padding: 12.3px 0; */
}

.pluginButton.pluginButtonSmall.pluginButtonInline.pluginConnectButtonDisconnected {
  background: none;
}

.pluginButton:hover{
	box-shadow: none !important;
}

.social.section {
  margin: 0 auto;
  padding-left: 45px;
}

.fb_iframe_widget {
	text-align: center;
	margin-left: 0px;
}

span.pluginButtonLabel {
  /* font-size: 12pt; */
  font-family: Arial;
  /* font-weight: 600; */
}

i.pluginButtonIcon.img.sp_plugin-button.sx_plugin-button_favblue {
  margin-right: 7px;
}

.pluginButton.pluginButtonSmall.pluginButtonInline.pluginConnectButtonDisconnected {
	background-color: transparent !important;
	padding: 10px 0;
	width: 100% !important;
	margin: 0 auto;
}

.social .share-button{
	background-color: #00aa98;
	color: white !important;
  	padding: 3.6px 0;
	margin: 0 0 0;
	width: 20%;
	float: left;
	cursor: pointer;
}

.social .share-button:hover{
	background-color: #0098aa;
}

#follow-us-youtube-icon {
    color: white;
    background-color: #b00;
}
#follow-us-linkedin-icon {
    color: white;
    background: #007bb6;
}
#follow-us-googleplus-icon {
    color: white;
    background-color: #dd4b39;
}
#follow-us-twitter-icon {
    color: white;
    background: #55acee;
}
#follow-us-facebook-icon {
	color: white;
    background-color: #3b5999;
}
.social-aside i {
	width: 40px;
	padding: 15px 3px;
	text-align: center;
	margin-right: 2px;
	line-height: 1em;
	overflow: hidden;
}
.social .social-aside{
	overflow: hidden;
	font-size: initial;
	float:left;
	clear:both;
	width: 100%;
    padding-bottom: 10px;
}

.social {
	text-align: center;
}
/*End of social*/

/*Start of showcaseMenuBar*/

h4 {
    font-size: 1.6em;
    font-weight: 400;
    font-family: 'Open Sans';
    margin-top:15px;
    text-align: center;
}

/* Icons */
.icon::before {
	z-index: 10;
	display: inline-block;
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.3em;
	font-family: 'stroke7pixeden';
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.showcaseMenu {
	position: relative;
	overflow: hidden;
	margin: 10px auto;
	width: 100%;
    width: 180px\9;
    display: inline\9;
	font-weight: 300;
	height: 120px;
	font-size: 1.25em;
	background: white;
}

/* Menu */
.showcaseMenu [role="menu"] {
    margin: 10px 0 0 0;
}

.showcaseMenu [role="menu"] ul {
	position: relative;
    display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    display: inline\9;
    zoom:1\9;
    height: 32px\9;
	text-align: center;
	margin: 0 auto;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;


}

.showcaseMenu [role="menu"] ul li {
    width: 136px\9;
	position: relative;
	z-index: 1;
	display: block;
    display: inline\9;
    height: 92px\9;
	margin: 0 3px 0 0;
	background: #eaedf2;
	padding: 0px 10px 7px;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
    -ms-flex:0\9;
    flex:0\9;
	-ms-flex: 1;
	flex: 1;
    float:left\9;
	text-decoration:none; 
	text-transform:uppercase;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 0.85em;
	font-weight: 400;
	cursor: pointer;
}

.showcase-menu ul li {
    margin:0 3px 0 0!important;
    padding: 40px 10px 10px!important;
}
.showcaseMenu [role="menu"] ul li:hover {
	background:#f1f3f7;
}
.showcaseMenu [role="menu"] ul li.selected{
	background: #5e2d91!important;
	padding-top:60px;
} 
.showcase-menu-icons[role="menu"] ul li.selected{
	background: #5e2d91!important;
	padding-top:0px!important;
}
.showcaseMenu [role="menu"] ul li.selected a{
	color:#fff;
	overflow: inherit;
} 
.showcaseMenu .selected a:focus {
    border-bottom:1px dotted #fff;
}
.showcaseMenu a:focus {
    border-bottom:1px solid orange;
}
.showcaseMenu [role="menu"] ul li:last-of-type   {
	margin:0!important;
}
.showcaseMenu [role="menu"] a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}
.showcaseMenu [role="menu"] a span {
	vertical-align: middle;
	font-size: 0.75em;
}
.showcaseMenu [role="menu"] li.showcase-menu-item a {
	color: #74777b;
	white-space: normal;
	line-height: 16px;
	text-decoration: none;
}
.showcaseMenu [role="menu"] a:focus {
	outline: none;
}
#showcase_sticky_navigation.fixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
#showcase_sticky_navigation_wrapper .fixed {
}
#showcase_sticky_navigation_wrapper .fixed .showcase-menu-icons{
}
.relative{
	left:0;
    position:relative;
    transition: all 0.4s ease;
	top:0;
}
.showcase-menu{
    height:120px\9;
    background-color:#eaedf2\9;
}
.fixed{
    left:0;
    margin:0 auto;
    position:fixed;
	top:0;
    z-index: 4;
}
.fixed .showcase-menu{
	margin: 0 auto;        
    width: 952px;
    background: rgba(255,255,255,0.4);  
	height: 95px;
    height:90px\9;
    background: rgba(235,235,255,5)\9;
}
.fixed .showcase-menu-icons{
	margin: -52px auto;        
    background: rgba(255,255,255,0.4);
	width: 952px;
	height: 110px;
}

/* Content */
.showcase-item-container {
	position: relative;
	display: none;
    clear: both\9;

}
.showcase-item-container-1 {
	display: block;
    display: inline\9;
}
.showcase-item-container {
	display: none;
	margin: 0 auto;
}
.showcase-item-container .showcase-item-par .showcaseItemContainer {
	display: block;
    clear: both\9;
}
.showcase-item-container .showcase-item-par p {
	color: #111;
	font-size: 1.2em;
	line-height: 1.5;
}

/* Fallback */
.no-js ..showcase-item-container .showcase-item-par {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.no-flexbox [role="menu"] ul {
	display: block;
}
.no-flexbox [role="menu"] ul li {
	min-width: 15%;
	display: inline-block;
}
/* Icon and Box STYLE for tabs*/
.showcase-menu [role="menu"] {
	background: rgba(255,255,255,0.4);
}
.showcase-menu ul li a {
	overflow: visible;
	padding: 0;
	line-height: 1;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.showcase-menu  ul li a span {
	font-weight: 700;
	font-size: 0.7em;	
}
.showcase-menu  ul li.showcase-menu-item {
	z-index: 4;
}
.showcase-menu  ul li.showcase-menu-item a {
}
.showcase-menu  ul li.showcase-menu-item a::after {
	position: absolute;
	top: 42px;
	left: 68px;
	margin-left: -10px;
	width: 0;
	border: solid transparent;
	border-width: 10px;
	border-top-color: #5e2d91;
	content: '';
	pointer-events: none;
}
.showcase-menu-icons  ul li.showcase-menu-item a::after {
	position: absolute;
	top: 39px;
	left: 68px;
	margin-left: -10px;
	width: 0;
	border: solid transparent;
	border-width: 10px;
	border-top-color: #5e2d91;
	content: '';
	pointer-events: none;
}
.showcase-menu  ul li:first-child::before,
.showcase-menu  ul li::after {
}
.showcase-menu  ul li:first-child::before {
	right: auto;
	left: 0;
}
.showcase-menu .icon::before {
	display: block;
	margin: 0 0 0.25em 0;
}
.showcase-item-container-edit{
	background:#ecedee;
    border:3px dotted #939598;
    margin-bottom:50px;
    padding:10px 0;
}
.showcase-menu-icon img {
    height: 60px;
    padding: 0px;
    margin: 0px auto;
}
.selected .showcase-menu-icon img {
    display:none;
}
@media screen and (max-width: 58em) {
	.showcaseMenu a.icon span {
		display: none;
	}
	.showcaseMenu a:before {
		margin-right: 0;
	}
}
/*End of showcaseMenuBar*/
/*Start of share*/
.share-wrapper{
   	padding-bottom: 30px;
	background-color: #eaedf2;
   	height: 45px;
  	width: 166px;
   	float: left;
   	margin: -20px 0 0 0;
   	padding: 10px 0 10px 14px;
   	display:none;
}

.share-button{
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	float: left;
	border: none;
	width: 20%;
}

.social-icon{
	color: #fff !important;
	float:left;
	margin-right:10px;
}

.share{
	/*overflow:hidden;*/
}

.social-icon #share-facebook-icon{background-color:#3b5998; border-bottom: 5px solid #3b5998; font-size:14px; padding:12px 19px 8px;}
.social-icon #share-googleplus-icon{background-color:#dd4b39; border-bottom: 5px solid #dd4b39; font-size:14px;padding:12px 14px 8px;}
.social-icon #share-twitter-icon{background-color:#00aced; border-bottom: 5px solid #00aced; font-size:14px; padding:12px 14px 8px;}
.social-icon #share-linkedin-icon{background-color:#007bb6; border-bottom: 5px solid #007bb6; font-size:14px; padding:12px 16px 8px;}

.social-icon #share-facebook-icon:hover{background-color:#fff; border-bottom:5px solid; color:#3b5998;}
.social-icon #share-googleplus-icon:hover{background-color:#fff; border-bottom:5px solid; color:#dd4b39;}
.social-icon #share-twitter-icon:hover{background-color:#fff; border-bottom:5px solid; color:#00aced;}
.social-icon #share-linkedin-icon:hover{background-color:#fff; border-bottom:5px solid; color:#007bb6;}

/*End of share*/

/*Start of sectionFrontMenuBar*/
.section-front-menu-item-link p {
    padding-bottom: 0px;
}

h3{font-size:2em;}

.image-overlay-h2{
	color: #5e2d91;
	font: 55px 'Open Sans', sans-serif;
    font-weight: 800;
    letter-spacing: -1px;
	text-transform: uppercase;
}

.image-overlay-h2-black{
	color: #323a46;
	font: 55px 'Open Sans', sans-serif;
    font-weight: 800;
    letter-spacing: -1px;
	text-transform: uppercase;
}

.image-overlay-subhead{
    color: #452870;
    font: 14px 'Open Sans';
	font-size:2em;
}

.image-overlay-h2{
	color: #5e2d91;
	font: 55px 'Open Sans', sans-serif;
    font-weight: 800;
    letter-spacing: -1px;
	text-transform: uppercase;
}

.image-overlay-h2-black{
	color: #323a46;
	font: 55px 'Open Sans', sans-serif;
    font-weight: 800;
    letter-spacing: -1px;
	text-transform: uppercase;
}

.image-overlay-subhead{
    color: #452870;
    font: 14px 'Open Sans', sans-serif;
    font-weight: 700!important;
}

.image-overlay-body{
    color: #452870;
    font: 12px 'Open Sans', sans-serif;
    font-weight:normal;
}

.titleTextImages .padding{ padding:0}

#view-less {
    display: none;
}   

.section-front-more-menu-top-link:focus#view-less{
	border:none!important;
    outline:none!important;
}

.sectionFrontMenu {
    clear:both;
    width:100%;
}
 
.section-front-menu{
    /* float: left; */
}

.relative .section-front-menu{
     margin:0;
     padding:0;
}

.fixed .section-front-menu{
     /* margin-left:10%; */
     /* padding:0; */
}

.section-front-menu a{
    color: white;
    font-size:18px;
    text-decoration:none;
}

.section-front-menu a:focus {
    border-bottom:3px solid #fa912a;
}

#sticky_navigation_wrapper {
    height:50px;
    width:100%;    
    transition: all 0.4s ease;
    z-index:99;
}

#sticky_navigation  {
    background:#61626f;
    height:50px;
    border-bottom: 4px solid #939598;
    z-index:99;
}

#sticky_navigation.fixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.relative{
	left:0;
    position:relative;
    transition: all 0.4s ease;
	top:0;
}

.fixed{
    left:0;
    position:fixed;
	top:0;
}
 
#sticky_navigation ul {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sticky_navigation ul li {
  font: normal 1em Arial, sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 14px 20px;
  background: #61626f;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#sticky_navigation ul li:hover {
  background: #7c7d80;
  border-bottom:5px solid #754099;
  color: #eaedf2;
}

#sticky_navigation li.selected{
	background-color:#8c5fa8;
	border-bottom:5px solid #452870;
}


#sticky_navigation.fixed ul li:hover {
  background: #7c7d80;
  border-bottom:6px solid #754099;
  color: #eaedf2;
}

#sticky_navigation.fixed li.selected{
	background-color:#8c5fa8;
	border-bottom:6px solid #452870;
}

#sticky_navigation ul li ul li.selected{
	border-bottom:none;
}

#sticky_navigation ul li ul {
  display: none;
  padding: 0;
  position: absolute;
  top: 49px;
  left: 0;
  border-top: 5px solid #000;
  width: 250px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#sticky_navigation ul li ul li { 
  background: #323a46; 
  display: block; 
  margin-right: 0;
}

#sticky_navigation ul li ul li:hover { 
  background: #7c7d80;
  border:none; 
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

.sectionFrontContentItem:nth-of-type(2n){
	background-color:#eaedf2;
}

.section-front-item-left{
	float:left;
    margin-top:10px;
	width:250px;
}

.section-front-item-right{
	float:right;
    margin-top:10px;
	width:680px;
}

.relative .section-menu-cta{
	display:none;
}

.fixed .section-menu-cta{
	background: #FFE67B; /* Old browsers */
	background: -moz-linear-gradient(top, #FFE67B 0%, #FFC030 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFE67B), color-stop(100%,#FFC030)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFE67B 0%,#FFC030 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFE67B 0%,#FFC030 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFE67B 0%,#FFC030 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FFE67B 0%,#FFC030 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE67B', endColorstr='#FFC030',GradientType=0 ); /* IE6-9 */
    
    border: 1px solid #D89E19;
    color: #5E2D91;
    cursor: pointer;   
	float: right;
    font-size: 14px;
    font-weight: bold;
	height: 30px;
    margin-top:8px;
	margin-right: 5px;
	padding: 2px 10px;
    text-decoration: none;
}

.section-menu-cta:hover{
	    background: linear-gradient(to bottom, #FFE67B 0%, #E49A19 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.fixed .section-menu-cta{
	float:right;
	position: absolute;
	right: 0;
	font-size:1.3em;
	top: 0;
	margin:0 8px;
	padding: 11.5px 20px;
}

.section-menu-cta-text {
    color: #5E2D91;
    float: left;
    margin-top: 5px;
    text-decoration: none;
}
.section-menu-cta-text:hover {
    color: #401C66 !important;
}

#sticky_navigation.relative li#more-top{
	background: #323a46;
	position:absolute;
	right:4px;
	top:0;
}

#sticky_navigation.fixed li#more-top{
	background: #323a46;
	float: right;
	position: absolute;
	right: 220px;
	top: 0;
}


@media screen and (min-width: 1990px)
{
	.fixed .section-front-menu{
        margin-left: 25%;
		}
}

@media screen and (max-width: 1600px)
{
	.fixed .section-front-menu{
        width: 980px;
        margin: 0 auto;
}

}

@media screen and (max-width: 1200px)
{
	.fixed .section-menu-cta{
		float:right;
		font-size:1em;
		margin: 3px 4px;
		padding: 6px 10px;
		}

     #sticky_navigation.fixed li#more-top{
        background: #323a46;
        float: right;
        position: absolute;
        top: 0;   
        right: 160px;
		}                            

	.section-menu-cta-text {
		color: #5E2D91;
		float: left;
		text-align: center;
		margin-top: 8px;
		text-decoration: none;
		}
} 

@media screen and (max-width: 1040px)
{
	.fixed .section-menu-cta{
		float: left;       
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0px;
		text-align: center!important;
		}

	.fixed .section-menu-cta-text{      
		position: relative;
		width: 100%;
		margin: 0;
		padding: 8px 0px;
		text-align: center!important;
		}

     #sticky_navigation.fixed li#more-top{
        float: inherit;
        position: inherit;
        top: inherit;   
        right: inherit;
		}

    #sticky_navigation.fixed{
        height: 87px;
		}  

	#sticky_navigation.fixed ul li {
		border-bottom: 6px solid #323a46;
		}
} 

/*Overrides*/

.section-front-item-right .titleTextImages img{
	padding:0 5px 5px;
    font-weight: 700!important;
}

.image-overlay-body{
    color: #452870;
    font: 12px 'Open Sans', sans-serif;
    font-weight:normal;
}

.titleTextImages .padding{ padding:0}

#view-less {
    display: none;
}   

.section-front-more-menu-top-link:focus#view-less{
	border:none!important;
    outline:none!important;
}

.sectionFrontMenu {
    clear:both;
    width:980px;
    margin:auto;
}
 
.section-front-menu{
}

.relative .section-front-menu{
     margin:0;
     padding:0;
}

.fixed .section-front-menu{
     margin:auto;
     width:980px;
}

.section-front-menu a{
    color: white;
    font-size: 14px;
    text-decoration:none;
}

.section-front-menu a:focus {
    border-bottom:3px solid #fa912a;
}

#sticky_navigation_wrapper {
    height: 40px;
    width:100%;    
    transition: all 0.4s ease;
    z-index:99;
}

#sticky_navigation  {
    background:#61626f;
    height: 50px;
    border-bottom: 5px solid #61626f;
    z-index:99;
}


#sticky_navigation.relative{
    width:980px;
    margin:auto;
}

#sticky_navigation.fixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width:100%
}


.relative{
	left:0;
    position:relative;
    transition: all 0.4s ease;
	top:0;
}

.fixed{
    left:0;
    position:fixed;
	top:0;
}
 
#sticky_navigation ul {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sticky_navigation ul li {
  font: normal 1em 'Open Sans', Arial, sans-serif;
  display: inline-block;
  margin-right: -4px;
  /* padding-top: 2px; */
  position: relative;
  padding: 16px 20px 14px;
  background: #61626f;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#sticky_navigation ul li:hover {
  background: #7c7d80;
  border-bottom:5px solid #754099;
  color: #eaedf2;
}

#sticky_navigation li.selected{
	background-color:#8c5fa8;
	border-bottom:5px solid #452870;
}


#sticky_navigation.fixed ul li:hover {
  background: #7c7d80;
  border-bottom:6px solid #754099;
  color: #eaedf2;
}

#sticky_navigation.fixed li.selected{
	background-color:#8c5fa8;
	border-bottom:6px solid #452870;
}

#sticky_navigation ul li ul li.selected{
	border-bottom:none;
}

#sticky_navigation ul li ul {
  display: none;
  padding: 0;
  position: absolute;
  top: 54px;
  right: 0;
  /* border-top: 5px solid #000; */
  width: 250px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#sticky_navigation ul li ul li { 
  background: #323a46; 
  display: block; 
  margin-right: 0;
}

#sticky_navigation ul li ul li:hover { 
  background: #4a4b53;
  border:none; 
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

.section-front-item{
    position:relative;
    padding:30px 10px;
    width:940px;
    margin:auto;
}

.sectionFrontContentItem.section{
	width:100%;
}
.sectionFrontContentItem:nth-of-type(2n){
	background-color:#eaedf2;
}

.section-front-item-left{
	bottom:0;
    float:left;
    margin-top:10px;
	width: 350px;
}

img.section-front-image {
    max-width: 100%;
    margin-right: 10px!important;
}

.section-front-item-right{
	float: right; 
	margin: 10px 0 0 20px;
	width: 560px;
}

.relative .section-menu-cta{
	display:none;
}

.fixed .section-menu-cta{
	background: #ffd457;
    color: #323a46;
    cursor: pointer;   
	float: right;
    font-size: 14px;
    font-weight: bold;
	margin: 5px 8px;
	padding: 6px 20px;
    text-decoration: none;
    position: absolute;
   	right: 0;
    top: 0;
}

.section-menu-cta:hover{
	    background: #eeb429;
}

.section-menu-cta-text {
    color: #323a46;
    float: left;
    font-family:'Open Sans', arial, sans-serif; 
    text-decoration: none;
}
.section-menu-cta-text:hover {
    color: #323a46 !important;
}

#sticky_navigation.relative li#more-top{
	background: #323a46;    
    border-bottom:5px solid #323a46;
	position:absolute;
	right:4px;
	top:0;
}

#sticky_navigation.fixed li#more-top{
	background: #323a46;
    border-bottom:5px solid #323a46;
	float: right;
	position: absolute;
	right: 220px;
	top: 0;
}



.imageWithOverlayText{
	width:980px;
    margin:auto;
}

#st_careers-new_all .imageWithOverlayText{
	width:100%;
    margin:auto;
}
.section-front-menu .titleTextAndImages.section,
.section-front-menu .titleTextImages.section {
    width: 980px;
    margin: auto;
}

.sectionFrontContentItem.section .titleTextAndImages.section,
.sectionFrontContentItem.section .titleTextImages.section {
    width: inherit;
    margin: inherit;
}

/* Start of button size ***********************************/
.section-front-menu li .small{font-size: 12px!important;
}
.section-front-menu li .medium{font-size: 14px!important;
}
.section-front-menu li .large{font-size: 16px!important;
}
/* End of button size */


@media screen and (max-width: 1600px)
{
	.fixed .section-front-menu{
        width: 980px;
        margin: 0 auto;
}

}

@media screen and (max-width: 1200px)
{
	.fixed .section-menu-cta{
		float:right;
		font-size:1em;
		margin: 5px 4px;
		padding: 8px 10px;
		}

     #sticky_navigation.fixed li#more-top{
        background: #323a46;
        float: right;
        position: absolute;
        top: 0;   
        right: 160px;
		}                            

	.section-menu-cta-text {
		color: #323a46;
		float: left;
		text-align: center;
		text-decoration: none;
		}
} 

@media screen and (max-width: 1040px)
{
	.fixed .section-menu-cta{
		float: left;       
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0px;
		text-align: center!important;
		}

	.fixed .section-menu-cta-text{      
		position: relative;
		width: 100%;
		margin: 0;
		padding: 8px 0px;
		text-align: center!important;
		}

     #sticky_navigation.fixed li#more-top{
        float: inherit;
        position: inherit;
        top: inherit;   
        right: inherit;
		}

    #sticky_navigation.fixed{
        height: 87px;
		}  

	#sticky_navigation.fixed ul li {
		border-bottom: 6px solid #323a46;
		}
} 

/*Overrides*/

.section-front-item-right .titleTextImages img{
	padding:0 5px 5px;}



/* Start of Post Login */
#knowledge-center-container .sectionFrontContentItem:nth-of-type(2n){background-color:#eff0f2}
#knowledge-center-container .section-front-text{font-size:14px}

/* End of Post Login */



/*End of sectionFrontMenuBar*/

/*Start of revealOverlay*/
.flip-container {
       perspective:          1000;
        -moz-perspective:    1000;
        -ms-perspective:     1000;
        -o-perspective:      1000;
        -webkit-perspective: 1000;
}
 
.flip-container.flip .flip-card-container .flip-side-a {
       transform:          rotateY( 180deg );
        -moz-transform:    rotateY( 180deg );
        -ms-transform:     rotateY( 180deg );
        -o-transform:      rotateY( 180deg );
        -webkit-transform: rotateY( 180deg );
}
 
.flip-container.flip .flip-card-container .flip-side-b {
       transform:          rotateY( 0deg );
        -moz-transform:    rotateY( 0deg );
        -ms-transform:     rotateY( 0deg );
        -o-transform:      rotateY( 0deg );
        -webkit-transform: rotateY( 0deg );
}
 
.flip-side-a, .flip-side-b {
    backface-visibility:             hidden;
        -moz-backface-visibility:    hidden;
        -ms-backface-visibility:     hidden;
        -o-backface-visibility:      hidden;
        -webkit-backface-visibility: hidden;
    transition:         all 0.4s;
        -moz-transition:    0.4s;
        -ms-transition:     0.4s;
        -o-transition:      0.4s;
        -webkit-transition: 0.4s;
       transform-style:             preserve-3d;
        -moz-transform-style:       preserve-3d;
        -ms-transform-style-style:  preserve-3d;
        -o-transform-style:         preserve-3d;
        -webkit-transform-style:    preserve-3d;
       
    position: absolute;
    top: 0;
    left: 0;
}
 
.flip-side-a {
    z-index: 2;
    transform:             rotateY( 0deg );
        -moz-transform:    rotateY( 0deg );
        -ms-transform:     rotateY( 0deg );
        -o-transform:      rotateY( 0deg );
        -webkit-transform: rotateY( 0deg );
}
 
.flip-side-b {
    transform:             rotateY( 180deg );
        -moz-transform:    rotateY( 180deg );
        -ms-transform:     rotateY( 180deg );
        -o-transform:      rotateY( 180deg );
        -webkit-transform: rotateY( 180deg );
}

.revealOverlay .cards-side-a h2 {
    background:#323a46;
    color:#fff;
    font-weight:100;
    margin: 0;
    padding: 20px 20px 5px;
    text-align: center;
    font-size:1.8em;
}

.revealOverlay .cards-side-a h3 {
    background:#323a46;
    color:#ffd457;
    margin: 0;
    padding: 0 20px 15px;
    font-weight:100;
    text-align: center;
    font-style: normal;
    font-size: 1em!important;
    min-height:40px;
}

.revealOverlay .cards-side-b h2 {
    color:#fff;
    margin: 0;
    padding: 0 20px 10px;
    font-weight:100;
    text-align: center;
}

.revealOverlay .cards-side-b h3 {
    color:#fff;
    margin: 0;
    padding: 0 20px 10px;
    font-weight:100;
    text-align: center;
}
.revealOverlay .cards-side-b h4 {
    color:#fff;
    margin: 0;
    font-weight:400;
    text-align:left;
}

.revealOverlay {
    position: relative;
    float: left;
    display: flex;
    margin: 40px 0;
}

.revealOverlay .floatLeft{
    float:none!important;
    margin-top: 20px;}


/*Start of authorMode Style ***********************/

.cq-wcm-edit .revealOverlay {
    float: none;
    display: block;
}

.cq-wcm-edit .cards-side-a {
    height:700px;
}

.ro-author-header.authorEdit {
    font-size:1.3em;
    background:aliceblue;
    padding:10px;
    color: #323a46;
}
.authorEdit .button-author-a,
.authorEdit .button-author-b{
    border:0;
    padding:10px 20px;
    background:#3a7dda;
    color:#fff;
    position: relative;
    margin-left: 20px;
    top: 0;
    cursor:pointer;
    width: 50%;
}
.authorEdit .button-author-a:hover,
.authorEdit .button-author-b:hover{
    background:#0098aa;
    color:#fff;
}


.cq-wcm-edit .cards-side-a,
.cq-wcm-edit .cards-side-b{
    display: none;
}


.cq-wcm-edit .cards-side-a.selected {
    position: relative;
    display: block;
}

.cq-wcm-edit .cards-side-b.selected {
    position: relative;
    display:block;
}



/*Start of SideA***********************/
.cards-side-a {
    background-color:#fff;
    border:1px solid #111;
    color:#fff;
    margin: 0 15px;
    width:400px;
    height:600px;
    display: block;
    position: relative;
}

.cards-side-a img{
    padding:25px;
}

.cards-side-a .titleTextAndImages{
    padding:0;
    margin: 0!important;
}

.cards-side-a .titleTextAndImages p{
    margin: 10px 10px 10px 20px;
}


.cards-side-a p{
    color:#323a46;
    float: left;
    font-size:0.9em;
    margin: 10px 10px 10px -10px;
    width: 370px;
}

.cards-side-a .ro-button-side-a{
    background:none;
    border:0;
    bottom: 30px;
    color:#98bae9;
    cursor:pointer;
    outline:none;
    font-size:1em;
    text-decoration:underline;
    position:absolute;
    right: 20px;
    width: 100%;
    text-align: right;
}

.cards-side-a .ro-button-side-a.right{
    right: 10px;
}


/*Start of SideB***********************/
.cards-side-b {
    background-color:#497abd;
    border:1px solid #111;
    color:#fff;
    width:400px;
    margin: 0 17px;
    height:600px;
}

.fade-card-container
.cards-side-b.selected {
    display: block;
    position:relative;
}

.cards-side-b.selected {
    display:block;
    position:absolute;
}

.cards-side-b .titleTextAndImages {
    margin-top:80px;
    overflow-y: scroll;
    width: 332px;
    height: 580px;
    position: relative;
    margin: 5% 10%!important;
    padding: 0 7% 0 0;
}

.cards-side-b p{
    color:#fff;
    font-size: 1em;
    font-weight: 100;
    line-height:1.3em;
    width: 308px;
}

.cards-side-a button{
    font-size: 1em;
}

.cards-side-b button{
    position: absolute;
    top: 20px;
    right:15px;
    border:0;
    background-color: rgba(50, 58, 70, 0.5);
    cursor:pointer;
    color: #fff;
    font-size: 1em;
    width: 14%;
}

/*MEDIA QUERIES*/

@media (max-width: 450px) {

        .cards-side-a .titleTextAndImages p, .cards-side-b .titleTextAndImages p {
        width: 90%;
		}
        .cards-side-a, .cards-side-b {
        width: 91%;
        margin: 0px 2%;
        }
}


/*End of revealOverlay*/


/*Start of recentArticleSummary*/

.recent-article-summary {
	background-color: #eaedf2;
	color: #323a46;
	margin-bottom: 10px;
	padding: 10px 0 30px;
}

.recent-article-summary-header {
	border-bottom: 1px solid #c1bebe;
	margin: 0 27px 10px;
}

.recent-article-summary-title {
	display: inline-block;
	font-size: 1.7em;
	font-weight: 200;
	padding: 15px 0;
	color: #323a46;
}

.recent-article-summary-cta {
	display: inline-block;
	float: right;
	margin: 5px 0;
}

.article {
	background-color:#0098aa;
	width: 200px;
	height: 200px;
	display: inline-block;
	margin: 10px;
}

.recent-article-summary-content {
    margin: 0 10px;
}

.article-content{
	display: inline-block;
	float: left;
	margin: 10px 20px;
}
.recent-article-summary-content-3-col .article-content{
	width: 28%;
}
.recent-article-summary-content-2-col .article-content{
	width: 45%;
}
.recent-article-summary-content-1-col .article-content{
	width: 95%;
}
.recent-article-summary-content-4-col .article-content{
	width: 20%;
}

.article-content .article-title {
	font-size: 1.4em;
	font-weight: 200;
	height: 48px;
	line-height: 1.3em;
	color: #51626f;
}

.article-content .article-summary {
	font-size: 1.1em;
	font-weight: 400;
	margin-bottom: 10px;
    height:80px;
}
.recent-article-summary-content-4-col .article-content .article-summary {
	height: 120px;
}
.recent-article-summary-content-4-col .article-content .article-title {
	height: 65px;
}
.article-content .read-more-link{
	text-decoration: none;
	font-size: 14px;
	color: #754099;
	float: left;
    text-transform:uppercase;
    font-weight:600;
}
.recent-article-summary  .exterior-link-button a{
    border: 1px solid #9cb1ce;
    
}
.recent-article-summary  .exterior-link-button:hover{
	margin:0;
}
.read-more-link {
    margin-top: 20px;
}
.read-more-link a:hover {
    text-decoration: underline;
    color: #0098aa;
}
.fa-chevron-right:before, .fa-arrow-right:before{
	padding-left:10px;
}
.recent-article-summary-content-3-col, .recent-article-summary-content-4-col, .recent-article-summary-content-2-col, .recent-article-summary-content-1-col {
	margin-left: 10px;
}


/*Start of Post Login styles **/

#knowledge-center-content .recent-article-summary{
    border: 1px solid #939598;
    margin: 10px 0;
    float: left;
}

#knowledge-center-content .article-content .read-more-link a{text-decoration:none}
#knowledge-center-content .article-content .read-more-link a:hover{text-decoration:underline}

/*End of Post Login styles **/



/*End of recentArticleSummary*/

/*Start of quickLinks*/
#contact-bar {
    color: #606060;
    width: 980px;
    margin: auto;
    margin-bottom: 10px;
}
#contact-bar ul li {
    list-style-type: none;
    float: left;
    text-align: left;
    padding: 0 30px 0;
    font-size: 15px;
    margin-left: 0;
    margin-bottom: 10px;
}
#st_cn_all #contact-bar ul li, #st_tw_all #contact-bar ul li {
    font-size: 12px;
    padding: 0 15px;
}
#contact-bar .contact-icon {
    background-repeat: no-repeat;
    padding: 5px 0 10px 30px;
    line-height: 40px;
    display: inline;
}
#lpButton-footer {
    margin-top: -3px;
}
#contact-bar .call-us-footer {
    background-image: url("https://www.scottrade.com/content/dam/assets/web/marketing/home/phone-icon.png");
    background-position-y: 2px;
}
#contact-bar .email-footer {
    background-image: url("https://www.scottrade.com/content/dam/assets/web/marketing/home/email-icon.png");
    background-position-y: 3px;
    padding-left: 34px;
}
#contact-bar .login-footer {
    background-image: url("https://www.scottrade.com/content/dam/assets/web/marketing/home/log-in-icon.png");
}
#contact-bar .branch-footer {
    background-image: url("https://www.scottrade.com/content/dam/assets/web/marketing/home/branch-icon.png");
    background-position-y: 2px;
}
a.contact-icon, .contact-icon a {
    text-decoration: none;
    font-weight: 600;
}
a.contact-icon:hover, .contact-icon a:hover {
    text-decoration: underline;
}
#footer {
    background-color: #323a46;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 300px;
    margin: auto;
    min-width: 980px;
    padding: 15px 0 10px;
}
#st_cn_all #footer, #st_tw_all #footer {
    height: 210px;
}
#st_all #responsive-template #footer, #st_cn_all #responsive-template #footer, #st_tw_all #responsive-template #footer {
    height: 40px;
    min-width: 100%}
#st_bank_all #footer {
    height: 220px;
}
#st_active_trader_all #footer {
    height: 250px;
}
#st_careers-new_all #footer {
    background-color: #323a46;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    height: inherit;
    padding: 15px 0 10px;
    min-width: inherit;
    min-height: 300px;
}
#footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
#st_careers-new_all #footer a {
    font-weight: 300;
}
#footer a:hover {
    color: #fff;
    text-decoration: underline;
}
#footer ul li {
    list-style-type: none;
    list-style-position: outside;
    padding-bottom: 5px;
    margin-left: 0;
}
#st_careers-new_all #footer ul li {
    text-align: left;
    font-size: 1em;
    width: 100%;
    padding: 3% 0;
}
#footer .footer-content {
    width: 980px;
    padding: 15px 10px 0 10px;
    margin: auto;
}
#st_careers-new_all #footer .footer-content {
    //width: 300px;
    padding: 0;
    margin: 0 auto}
#footer .footer-content .title {
    font-size: 18px;
    color: #ccc;
    display: none;
    padding-bottom: 15px;
}
#st_active_trader_all #footer .footer-content .title {
    display: block;
}
#footer strong {
    font-size: 16px;
    padding-bottom: 12px;
    display: block;
    text-transform: uppercase;
    font-weight: 200;
    color: #fef4d6;
    font-family: "Open Sans", arial;
}
#footer h2, #footer h3 {
    border: 0;
    color: #fef4d6;
    display: block;
    font-weight: 200;
    font-size: 16px;
    margin: 0;
    padding-bottom: 12px;
    text-transform: uppercase;
}
#st_careers-new_all #footer h2, #st_careers-new_all #footer h3 {
    color: #fef4d6;
    font-weight: 400;
    font-size: 1.4em;
    margin: 0;
    padding: 25px 0 10px;
    text-transform: uppercase;
    text-align: left;
}
#st_careers-new_all .touch #footer h2, #st_careers-new_all .touch #footer h3 {
    font-weight: 300;
}
#st_active_trader_all #footer h2 {
    border: 0;
    color: #ccc;
    padding: 10px 0 20px;
}
#st_active_trader_all #footer strong, #st_active_trader_all #footer#footer h3 {
    font-size: 30px;
    font-weight: lighter;
    color: white;
    padding: 30px;
    background-color: none;
    display: inline-block;
    border: 1px solid #ccc;
    letter-spacing: 1px;
    margin: 0 10px 0 0;
    width: 525px;
    float: left;
    text-transform: none;
}
#footer .footer-column {
    padding-right: 40px;
    float: left;
}
#st_bank_all #footer .footer-column {
    padding-right: 35px;
}
#st_cn_all #footer .footer-column, #st_tw_all #footer .footer-column, #st_cn_about_all #footer .footer-column, #st_tw_about_all #footer .footer-column {
    padding-right: 59px;
}
#footer .footer-column img {
    display: inline;
    top: 3px;
    position: relative;
}
#st_about_all #footer ul {
    padding-bottom: 0;
}
#footer .divider {
    float: left;
}
#footer .footer-link {
    padding-left: 25px;
    background-repeat: no-repeat;
    height: 20px;
    display: block;
}
.footer-logo {
    margin-top: -50px;
}
#bottom-links {
    background-color: #754099;
    height: 20px;
    padding: 8px 0;
}
#bottom-links #legal-links {
    width: 980px;
    margin: auto;
    padding-top: 2px;
}
#st_careers-new_all #bottom-links #legal-links {
    width: 1300px;
    margin: 0 5%}
#legal-links a {
    color: #fff;
    text-decoration: none;
}
#legal-links a:hover {
    color: #fff;
    text-decoration: underline;
}
#legal-links .legal-links-wrapper {
    width: 950px;
    margin: auto;
    padding-top: 2px;
    text-align: center;
}
#legal-links ul li {
    list-style-type: none;
    float: left;
    text-align: center;
    font-size: 11px;
    margin-right: 15px;
    margin-left: 0;
    padding-bottom: 0;
}
#st_cn_all #legal-links ul li, #st_tw_all #legal-links ul li {
    margin-right: 32px;
}
.online-trades-badge {
    width: 81px;
    height: 81px;
    margin-top: -35px;
    right: -15px;
    z-index: 1;
    position: relative;
    text-align: left;
    float: right;
    border-collapse: collapse;
}
.footer-image {
    position: relative;
    text-align: left;
    float: right;
    margin-top: -268px;
    right: -25px;
    z-index: 1;
    border-collapse: collapse;
    display: none!important;
}
#st_bank_all .footer-image {
    display: block!important;
    margin: -20px;
    right: 0;
}
#right-rail .socialLinks .component-container .padding {
    padding: 15px;
}
.socialLinks .social-media-container {
    padding-bottom: 16px;
}
.socialLinks .follow-us .icon-container {
    background-image: url(../../../../apps/scottrade/apps/scottrade/content/quickLinks/clientlibs/images/icon-container-bg.gif);
    background-repeat: repeat-y;
    width: 269px;
}
.socialLinks .follow-us .icon-container img {
    float: left;
    margin: 10px;
}
/*.footer-column:nth-child(5) {
    width: 158px;
}*/
#st_careers-new_all .footer-column:nth-child(5) {
    width: 300px;
}
#footer .footer-column p {
    font-size: 13px;
    line-height: 15px;
}
.social {
    display: block;
    text-align: left;
}
.social-aside {
    display: inline-block;
    text-align: left;
    width: 350px;
    overflow: hidden;
    float: left;
}
#st_careers-new_all .social-aside {
    display: block;
    text-align: left;
    margin: 10px auto;
    width: 100%;
}
.social-aside-text {
    padding: 18px 25px 0 0;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: .85em;
    color: #eaedf2;
    color: rgba(234, 237, 242, .9);
}
.social-aside a {
    color: white;
}
.social-aside i {
    width: 40px;
    padding: 10px 3px;
    text-align: center;
    margin-right: 2px;
    line-height: 1em;
    transition: all .25s;
    font-size: 24px;
}
#fb-icon {
    color: white;
    background-color: #3b5999;
}
#twitter-icon {
    color: white;
    background: #55acee;
}
#googleplus-icon {
    color: white;
    background-color: #dd4b39;
}
#linkedin-icon {
    color: white;
    background: #007bb6;
}
#youtube-icon {
    color: white;
    background-color: #b00;
}
#fb-icon:hover {
    cursor: pointer;
}
#twitter-icon:hover {
    cursor: pointer;
}
#googleplus-icon:hover {
    cursor: pointer;
}
#linkedin-icon:hover {
    cursor: pointer;
}
#youtube-icon:hover {
     cursor: pointer;}
.quickLinks {
    display: none;
}
#st_careers_all .quickLinks, #st_bank_all .quickLinks, #st_active_trader_all .quickLinks {
    display: block;
}
#st_all #footer .footer-column:nth-child(6) {
    float: left;
    width: 200px;
    /* margin-top: -60px; */
}
#st_all .footer-column:nth-child(5) {
    width: 155px;
    float: left;
}
#st_all #footer .footer-column {
    padding-right: 35px;
    float: left;
}
#st_cn_all #footer .footer-column, #st_tw_all #footer .footer-column {
    padding-right: 55px;
}
#st_cn_all #footer .footer-column:nth-child(6), #st_tw_all #footer .footer-column:nth-child(6){
    height: 164px;
}
@media screen and (max-width:1200px) {
    #st_careers-new_all #footer .footer-content {
    width: 100%;
    margin: 0 2%}
#st_careers-new_all #bottom-links #legal-links {
    width: 100%;
    margin: 0;
}
}
@media screen and (max-width:1000px) {
    #bottom-links {
    background-color: #754099;
    height: 80px;
    padding: 8px 0;
}
#legal-links ul li {
    padding: 7px;
    margin: 5px 0 0 10px;
}
}
@media screen and (max-width:770px) {
    #st_careers-new_all #footer .footer-content {
    width: 100%;
    margin: 0 2%}
#st_careers-new_all #footer h2, #st_careers-new_all #footer h3 {
    color: #fef4d6;
    font-weight: 100;
    font-size: 1.4em;
    margin: 0;
    padding: 10% 0 0;
    text-transform: uppercase;
    text-align: left;
}
#st_careers-new_all #footer .footer-content {
    width: 100%;
    padding: 0;
    margin: 0;
}
#st_careers-new_all #footer ul li {
    text-align: center;
}
#st_careers-new_all #footer ul li {
    font-size: 1.2em;
}
#st_careers-new_all #bottom-links #legal-links {
    width: 100%;
    margin: 0;
}
#st_careers-new_all .footer-column:nth-child(5) {
    width: 100%;
}

#st_careers-new_all .social-aside {
    text-align:center;
}
}
/*End of quickLinks*/
/*Start of pageInterruptLinks*/
.lightbox-button{
    background: #5e2d91;
    border-bottom:2px solid #8c5fa8; 
    color: #fff;
    cursor: pointer;  
    float: none;    
    font-family:'Open Sans', arial, sans-serif; 
    clear: left;    
    font-size: 13px;
    font-weight: bold;
    padding: 8px 22px;
    text-decoration: none;
    text-align: center;
}

.lightbox-button:hover {
    background: #0098aa;
    border-bottom:2px solid #02707d;
}

.lightbox-button {
    color: #fff;
    float: left;
    font-size:13px;
    font-weight:700;
    margin-bottom:10px;
    padding: 8px 22px;
    text-decoration: none;
}

.lightbox-button:hover {
    color: #fff !important;
}
/*End of pageInterruptLinks*/

/*Start of mobileSmartBanner*/

.mobileSmartBannerContainer .closeButton {
	left: 5px;
	top: 30px;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 16px;
	font-height: normal;
	line-height: 15px;
	text-align: center;
	color: #323a46;
	float: left;
	position: relative;
	background: none;
	background-image: none;
	border: none;
}
.mobileSmartBannerContainer .appLogo {
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	display: block;
	width: 60px;
	height: 60px;
	padding-top: 10px;
}
.mobileSmartBannerContainer {
	background-color: #eaedf2;
	display: hidden;
	border-bottom: 1px solid #e8e8e8;
	width: 100%;
	height: 90px;
	padding-top: 5px;
}
.mobileSmartBannerContainer .appInfo .appTitle {
	display: block;
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
	font-weight: 600;
	margin-bottom: 2px;
	color: #323a46;
}
.mobileSmartBannerContainer .appInfo .appCreator {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #323a46;
}
.mobileSmartBannerContainer .appInfo .appStore {
	display: block;
	font-size: 14px;
	padding-left: 30px;
	margin-top: 5px;
	font-weight: normal;
	color: #323a46;
}
.mobileSmartBannerContainer .viewApp {
	float: right;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
	position: relative;
	top: -35px;
	margin-right: 5px;
	text-decoration: none;
}
/*End of mobileSmartBanner*/
/*Start of marketMovers*/
.market-movers {
	display: inline-block;
	justify-content: space-between;
	padding: 0 20px;
	width: 100%;
}

.market-movers .symbol-container {
	float: left;
	padding: 7px 10px 0;
	font-weight: 400;
	letter-spacing: 3px;
	font-size: 1.05rem;
	align-items: center;
}

.market-movers .positive {
	color: #37bd4e;
}

.market-movers .negative {
	color: #d24645;
}
/*End of marketMovers*/
div.lpTopSwitch {
  display: inline-block;
}

.top-links-image-icon {
	display: inline-block;
	max-width: 13px;
}
#lp-top-buttons {
    float: right;
}

#lp-top-buttons .homepage-cta-top-int-1 {
	background: #eeebf0; /* Old browsers */
	background: -moz-linear-gradient(top, #eeebf0 0%, #ccc1d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeebf0), color-stop(100%,#ccc1d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeebf0 0%,#ccc1d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeebf0 0%,#ccc1d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeebf0 0%,#ccc1d3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeebf0 0%,#ccc1d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeebf0', endColorstr='#ccc1d3',GradientType=0 ); /* IE6-9 */    
    border: 1px solid #ccc1d3;
    color: #5E2D91;
    cursor: pointer;
    font-weight: bold;
    margin-right:10px;
    text-decoration: none;
}

#lp-top-buttons .homepage-cta-top-int-1:hover {
    background: linear-gradient(to bottom, #FFE67B 0%, #E49A19 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#lp-top-buttons .homepage-cta-top-text-int-1 {
    color: #5E2D91;
    font-size:13px;
    font-weight:700;
    padding: 5px 20px!important;
    text-decoration: none;
}

#lp-top-buttons .homepage-cta-top-text-int-1:hover {
    color: #401C66 !important;
}

#lp-top-buttons .homepage-cta-top-int-2 {
	background: #FFE67B; /* Old browsers */
	background: -moz-linear-gradient(top, #FFE67B 0%, #FFC030 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFE67B), color-stop(100%,#FFC030)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFE67B 0%,#FFC030 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFE67B 0%,#FFC030 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFE67B 0%,#FFC030 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FFE67B 0%,#FFC030 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE67B', endColorstr='#FFC030',GradientType=0 ); /* IE6-9 */    
    border: 1px solid #D89E19;
    color: #5E2D91;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

#lp-top-buttons .homepage-cta-top-int-2:hover {
    background: linear-gradient(to bottom, #FFE67B 0%, #E49A19 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#lp-top-buttons .homepage-cta-top-text-int-2 {
    color: #5E2D91;
    font-size:13px;
    font-weight:700;
    padding: 5px 20px!important;
    text-decoration: none;
}

#lp-top-buttons .homepage-cta-top-text-int-2:hover {
    color: #401C66 !important;
}

@media screen and (max-width: 770px){

     #lp-top-buttons{
		width: 100%;
		overflow: hidden;
		float: left;
		padding: 0;
		margin: 0;
	}

    #lp-top-buttons .homepage-cta-top-int-1 {
		margin-right: 0px !important;
    }

}
/*Start of linkedin*/
/*End of linkedin*/
/*Start of LightBox*/

img.lightbox_img {
	display: inline;
}

/* Overlays needed for modal look */
.ui-widget-overlay { 
    position: fixed; 
    background: #666;
    opacity:.6;
}
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000; opacity: .20; filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }


button.interior-link-button  {
    background: #5e2d91;
    border-bottom:2px solid #8c5fa8;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family:'Open Sans', arial, sans-serif!important;
    clear: left;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 22px;
    text-decoration: none;
    float: left;
    clear: right;
    margin: 0 20px 0 0;
}

button.interior-link-button:hover {
    color: #fff !important;
}


button.careers-popup{
    background:#3a7dda;
    border:0;
    color:#fff;
    padding:15px 25px;
    font-size: 1em;
    border:1px solid #3a7dda;
}

#st_careers-new_all button.careers-popup{
    font-family:'Lato', arial;
}

button.careers-popup:hover{
    background-color:white;
    color:#3a7dda;
    border:1px solid #3a7dda;
    cursor:pointer;
}

button.careers-popup:before{
    padding:0 5px;
    font-size: 1.2em;
    position:relative;
    top:1px;
    font-family:'FontAwesome';
}

/* WCM OVERRIDES */
.cq-wcm-preview .ui-icon.ui-icon-closethick {
    background: none;
    top: 0;
    position: absolute;
    margin-top: 10px;
    width:40px;
}

.ui-dialog-titlebar-close span {
    display: block;
    color: white;
    cursor:pointer;
    text-indent: 0!important;
    padding: 10px!important;
    position: absolute;
    top: 13px;
}
.ui-dialog-titlebar-close span:hover{
    color:#111;
    cursor:pointer;
}
.ui-state-focus{        
    border:1px dotted orange!important;
    border-radius:0;
}        
.ui-state-default .ui-icon{
    background:none;
}
.ui-dialog .ui-dialog-titlebar-close{
    position: absolute;
    right: 0;
    top: 0px;
    margin: 0;
    padding: 0;
    height: 59px;
    font-size: 13px;
    border: 0;
    background: none;
    width: 60px;
}

.ui-dialog .ui-dialog-title {
    text-align: center;
    float: none;
}

.ui-dialog-titlebar {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0;  text-decoration: none; font-size: 100%; list-style: none;
    padding: 1em;
    color: #fff;
    background: #0098aa;
    border-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    position: relative;
}

.ui-dialog {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11px;
    background: #fff;
    border: 0;
    border-radius: 0;
    position:absolute;
    z-index:3;
    -webkit-box-shadow: 0 5px 50px -2px #111;
       -moz-box-shadow: 0 5px 50px -2px #111;
            box-shadow: 0 5px 50px -2px #111;
}

.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    border-radius:0;
    padding:1em;
}
.ui-widget-content .ui-icon{
    background-position: -79px -224px;
    height: 16px;
    width: 16px;
}

.ui-dialog button .ui-dialog-titlebar-close span{
	display: block;  
    width: 40px; 
    height: 40px;
    margin: 10px auto;
}

button#lightbox__par_lightbox {
    border: 0;
    cursor:pointer;
}
/*End of LightBox*/




/*Start of imageWithOverlayText*/

.image-overlay-text-container h1 { 
	font-size:2.5em; 
}
.image-overlay-text-container h2 { 
	font-size:1.8em; 
}
.image-overlay-text-container h3 { 
	font-size:1.4em; 
}

.section-front-text a{
    text-decoration:underline;
}

.comparescottrade .image-overlay{
    height: 275px;
    background: #eaedf2;
    width: 305px;
}
.comparescottrade .image-overlay{
    height: 273px;
    background: #eaedf2;
    width: 302px;
}

.comparescottrade {
    margin-bottom: 5px;
}

.compare-st-title{
    font-size: 18px;
    text-transform:uppercase;
    font-weight: 600;
    color:#fff;
    background: #323a46;
    padding: 15px 17px;
    width: 275px;
    border-bottom: 4px solid #754099;
}
.compare-st-title2{
    background:#8c5fa8;
    font-weight:200;
    font-size: 16px;
    text-transform:uppercase;
    color: #fff;
    padding: 4px 0 4px 5px;
    margin-top: 20px;
    width: 250px!important;
}
.compare-st-body{
    font-size: 13.5px;
    color:#323a46;
    margin: 75px 20px 0;
    line-height: 2.2em;
}
.compare-st-cta{
    margin: 233px 0px;
}
 
.compare-st-cta a{
    color: #fff;
    background: #5e2d91;
    font-weight: 600;
    font-size: 15px;
    width: 262px!important;
    padding: 10px 20px;
    text-align: left;
    cursor: pointer;
    text-decoration:none;
    float: left;
}
.compare-st-cta a:hover{
    background:#0098aa;
}

#right-rail .imageWithOverlayText {
    margin-bottom: 10px;
}

.image-overlay{
    position:relative; 
    float:left;
    width:100%;
    margin:0;
}
.image-overlay img{
    margin:0;
    width:100%;
}

.image-overlay-text-container{
    position:absolute;
    top:0;
    width:100%;
	height:100%;
}

.iwot-main {
    position:absolute; 
    color:#3a7dda;
    font-family:"Open Sans", arial;
    font-weight:300;
    line-height: 93px;
    font-size: 78px;
    text-align:center;
    }

.iwot-main-cta{    
    position:absolute; 
    color:#3a7dda;
    font-family:"Open Sans", arial;
    font-weight:300;
    font-size:0.8em;
    text-align:center;
    }

.iwot-main-cta a{ 
    width:200px; 
    margin:auto; 
    border:1px solid; 
    padding:20px; 
    font-style:normal;
    }  

.iwot-main-cta a:hover{ 
    background:#3a7dda;
    border:1px solid #eaedf2;
    color:#eaedf2;
    text-decoration:none;
    transition:         all 0.4s;
        -moz-transition:    0.4s;
        -ms-transition:     0.4s;
        -o-transition:      0.4s;
        -webkit-transition: 0.4s;
    } 

.iwot-anchor{
    font-family:"Open Sans", arial;
    font-weight:300;
    font-size:0.8em;
    text-align:center;
    }

.iwot-anchor a{
    color:#323a46;
    margin:auto;
    border:1px solid #323a46;
    padding: 20px 30px;
    background-position: 50% 90%;
    }  

.iwot-anchor a:hover{
    background:#616265;
    opacity: 0.5;
    border:0;
    outline:0;
    padding: 20px 30px 45px;
    color:#fff;
    text-decoration:none;
    transition:         all 0.3s;
    -moz-transition:    0.3s;
    -ms-transition:     0.3s;
    -o-transition:      0.3s;
    -webkit-transition: 0.3s;
    background-image: url(../../../../apps/scottrade/apps/scottrade/content/dam/assets/web/Careers-NEW/arrow-hover.png);
    background-repeat: no-repeat;
    height: 60px;
    background-position: 50% 83%;
    }

.iwot-white{
    color:white;
    text-align:center;
}

h2 .iwot-white{
    font-size:1.4em;
	line-height:1.1em;
}

h3.iwot-white{
	font-size:1.2em;
    color:white;
}

.iwot-cta-white a{
    color:white;
    text-transform:uppercase;
    border:1px solid white;
    padding:20px 30px;
}    

.iwot-cta-white a:hover{
    background:#eaedf2;
    border:1px solid #eaedf2;
    color:#3a7dda;
    text-decoration:none;
    transition:         all 0.4s;
        -moz-transition:    0.4s;
        -ms-transition:     0.4s;
        -o-transition:      0.4s;
        -webkit-transition: 0.4s;
} 

.ribbon-header{
	text-align:center;
    font-size:0.7em;
}

.ribbon-header-2{
	text-align:center;
    font-size:0.6em;
}

.ribbon-body-1{
    color:white;
    font-size:0.8em; 
    text-align:center;        
     } 

.ribbon-body-2{
    color:white;
    font-size:0.8em; 
    text-align:center;
     }  


@media screen and (max-width: 1140px) {

	h2 .iwot-white{
    	font-size:1em;
		line-height:1.2em;
	}

	h3 .iwot-white{
		font-size:.8em;
		width: 53%!important;
		left:25%!important;
		color:white;
	}
	.iwot-cta-white{
		width:90%!important;
		left:39%!important;
		top:80%!important;
	} 
	.iwot-cta-white a{
		color:white;
		text-transform:uppercase;
		border:1px solid white;
		padding:20px 30px;
	}  
}

@media screen and (max-width: 990px) {

	h2 .iwot-white{
    	font-size:1em;
		line-height:1.2em;
		width:60%!important;
		left:20%!important
	}

	h3 .iwot-white{
		font-size:.75em;
		width: 65%!important;
		font-style:italic;
		left:24%!important;
		color:white;
		width:50%!important
	}

	.iwot-cta-white{
		left:36%!important;
	} 
}

@media screen and (max-width: 900px) {

	h2 .iwot-white{
    	font-size:.8em;
		line-height:1.2em;
		width:70%!important;
		left:15%!important
	}
	
	.iwot-cta-white{
		left:34%!important;
	} 
}


@media screen and (max-width: 770px) {

	.ribbons{
		width: 100%!important;
	}

    .imageWithOverlayText{
        width:100%;
    }

    .ribbons .image-overlay {
		position:relative; 
		float:left;
		width:100%;
		margin:2% 0;
	}

    .ribbons img{
		display: none;
	}

    .ribbon-header{
		font-size:0.7em;
		left: 0!important;
		width: 100%!important;
		position:relative!important;
    		float:none!important;
	}

	.ribbon-body-1{
		color:white;
		font-size:0.8em; 
		left:0%!important;  
		width: 100%!important;    	
		margin:2% 0;
    		position:relative!important;
    		float:none!important;
     } 

	.ribbon-body-2{
		color:white;
		font-size:0.8em; 
		left:0%!important;  
		width: 100%!important;
		position:relative!important;
    		float:none!important;
     } 

     .new-awards{
     	margin:10% 0;
     }

    .ribbons .image-overlay-text-container{
		position:relative;
		width:100%;
		height:100%;
	}

	h2 .iwot-white{
    	font-size:.8em;
		line-height:1.2em;
	}

	h3 .iwot-white{
		font-size:.7em;
		width: 75%!important;
		left: 13%!important;
	}
	.iwot-cta-white{
		width:90%!important;
		left:33%!important;
	} 
	.iwot-cta-white a{
		color:white;
		text-transform:uppercase;
		border:1px solid white;
		padding:20px 30px;
	}  

    .locations {
        margin: 5% 0;
    }
}

@media screen and (max-width: 600px) {
	h2 .iwot-white{
    	font-size:.8em;
		line-height:1.2em;
		width: 80%!important;
		left:10%!important;
		top:10%!important;
	}

	h3 .iwot-white{
		font-size:.8em;
		width: 80%!important;
		left: 10%!important;
	}

	.iwot-cta-white a {
		font-size:.8em;
	}

	.iwot-cta-white {
		top:75%!important;
		width:90%!important;
		left:24%!important;
	}

	.get-started .image-overlay{
    	height:400px!important;
    	background:#3a7dda;
    	opacity:.9
	}

    .image-overlay-text.iwot-main.right {
        left: 50%!important;
    }

	.iwot-main-cta a{display:none }

}

@media screen and (max-width: 400px) {
	.iwot-white{display:none;}
	.iwot-cta-white {
		top:inherit!important;
		width:80%!important;
		left:inherit!important;
		margin: 15% 10%!important;
	}

	.iwot-cta-white a {
		font-size:.8em;
	}

	.get-started .image-overlay{
    	height:inherit!important;
    	background:inherit!important;
}

}


@media screen and (max-width: 320px) {
	.iwot-cta-white a{
		display:none!important;
	}

	.iwot-main {
		left:36%!important;
		width:36%!important;
		top:13%!important;
		font-size:.85em!important;
    }
    
    .benefits .iwot-main {
		left:53%!important;
		width:50%!important;
		top:35%!important;
		font-size:.9em!important;
    }

    .culture .iwot-main {
		left:34%!important;
		top:12%!important;
		font-size:.94em!important;		
    }

    .ribbon-header{
		font-size:0.6em;
	}

	.ribbon-body-1{
		font-size:0.8em;
		top:150%!important
     } 

	.ribbon-body-2{
		font-size:0.7em; 
    		top:230%!important;
	}

     .new-awards{
     	float: left;
     }
}

/*End of imageWithOverlayText*/


/*Start of imageWithAnimatedLayer*/

.imageWithAnimatedLayer {
    float: left;
}

.iwal-container {
       float: left;
}

.iwal-bg-image {
       position : relative;
       overflow: hidden;
}
 
.iwal-bg-image:hover .iwal-tab {
       top: -36px;
    	 -webkit-transition: all 500ms ease;
   	     -moz-transition: all 500ms ease;
    	 -ms-transition: all 500ms ease;
    	 -o-transition: all 500ms ease;
  		  transition: all 500ms ease;
    	z-index:400
}

.iwal-bg-image:hover .iwal-slide {
       background-color: #3a7dda ;
       top: 0px;	 
       opacity: .85;
       height: 100%;
       -webkit-transition: all 500ms ease;
   		 -moz-transition: all 500ms ease;
   		 -ms-transition: all 500ms ease;
  		 -o-transition: all 500ms ease;
  		  transition: all 500ms ease;
}

.iwal-tab {
        display:none;
} 

.touch .iwal-tab {
        background-color: #3a7dda;
        position: absolute;
        opacity : 0.75;
        top: 63.8%;
        width: 25%;
        display: block!important;
		  -webkit-transition: all 500ms ease;
		  -moz-transition: all 500ms ease;
		  -ms-transition: all 500ms ease;
		  -o-transition: all 500ms ease;
		  transition: all 500ms ease;
} 

.iwal-tab img{
		margin: 7% auto;
		max-width: 35%;
}

.iwal-slide {
       background-color: #3a7dda;
       color: #fff;
       position: absolute;
       top: 75%;
       width: 100%;
       height: 100%;
       opacity: 0.75;
       overflow: hidden;
       z-index: 0;
       -webkit-transition: all 500ms ease;
       -moz-transition: all 500ms ease;
       -ms-transition: all 500ms ease;
       -o-transition: all 500ms ease;
       transition: all 500ms ease;
}   

.iwal-slide-content .titleTextAndImages  {
	margin-top: 50%;
	font-size:1em;
    margin-bottom: 50%;
    	  -webkit-transition: all 2000ms ease;
   		  -moz-transition: all 2000ms ease;
  		  -ms-transition: all 2000ms ease;
   		  -o-transition: all 2000ms ease;
   		   transition: all 2000ms ease;
	    
}

.iwal-slide-content .titleTextAndImages  {
	margin:50% 15% 15% 15%!important;
	text-align:center;    
}

.iwal-slide-content .titleTextAndImages  p{
	margin: 10% 0;
	text-align:center;
}



.iwal-bg-image:hover .iwal-slide-content .titleTextAndImages {
	  margin-top: 15%!important;
	  text-align: center;
	  -webkit-transition: all 500ms ease;
	  -moz-transition: all 500ms ease;
	  -ms-transition: all 500ms ease;
	  -o-transition: all 500ms ease;
	  transition: all 500ms ease;
	  margin-bottom: 50%;
}

.iwal-button {
       position: absolute;
       bottom: 37px;
       left:0;
       right:0;
       text-align:center;
       z-index: 1;
}

.iwal-button a {
       color:white;
       background-color: #3a7dda ;
       opacity:0.9;
       font-size:1.1em;
       padding: 2% 8%;
       text-decoration:none;
       text-transform:uppercase;
       border: 1px solid #fff;
       width: 100%;
       font-weight: 100;
       -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
       -ms-transition: all 300ms ease;
       -o-transition: all 300ms ease;
       transition: all 300ms ease;
}

.touch .iwal-button a {
       opacity:1;
       font-weight:300;
}

.iwal-button a:hover,
.iwal-button a:focus{
       color:#456dab;
       border: 1px solid #fff;
       background-color:#eaedf2;
       font-weight:400;
       -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
       -ms-transition: all 300ms ease;
       -o-transition: all 300ms ease;
       transition: all 300ms ease;
}






/*AUTHOR MODE*/

.cq-wcm-edit .imageWithAnimatedLayer {
    float: none;
}

.cq-wcm-edit .iwal-tab {
      position: relative;
      float: left;
      clear: left;
} 
 
.cq-wcm-edit .iwal-slide {
      position: relative;
      clear: left;
}   

.cq-wcm-edit .iwal-slide-content p {
	  margin-top: 0;
}

.cq-wcm-edit .imageWithAnimatedLayer .iwal-container{
    background-color:aliceblue;
    width:100%;
}

.cq-wcm-edit .imageWithAnimatedLayer .iwal-container .titleTextAndImages {
    width: 100%;
}

.cq-wcm-edit .iwal-bg-image .iwal-slide-content .titleTextAndImages {
	  margin-top: 5%!important;
}

.cq-wcm-edit .iwal-slide-content .titleTextAndImages  {
	margin:5%!important;
	text-align:center;    
}

/*media queries*/

    @media screen and (max-width: 1140px) {

		.iwal-button {
			   bottom: 22px;
		}   
} 

		@media screen and (max-width: 1024px) {

		.iwal-bg-image:hover .iwal-slide-content .titleTextAndImages {
	  		margin-top: 7%!important;
		}

		.iwal-slide-content .titleTextAndImages  p{
			margin: 5% 0;
			text-align:center;
		}

}	

    @media screen and (max-width: 770px) {
        .imageWithAnimatedLayer {
            margin: 0 10%;
        }

        .imageWithAnimatedLayer p{
            font-size:1.14em;
        }
    
        .titleTextAndImages h3{
            font-size:1.6em!important;
    		margin:10px!important;
    		padding:0!!important;
        }
    
        .imageWithAnimatedLayer:hover .titleTextAndImages h3{
            margin: 0 0 0!important;
            font-size: 1.5em!important;
            font-weight: 400;
        }

        .iwal-button {
               bottom: 25px;
        }
    }
    @media (max-width: 640px) {
        .touch .iwal-tab {
        	top: 60%;
        }

        .imageWithAnimatedLayer {
            margin: 0;
        }

    }

    @media (max-width: 510px) {
        .touch .iwal-tab {
        top: 64%;
        }
    
    }
    
    @media (max-width: 430px) {
        .touch .iwal-tab {
        top: 66%;
        }

        .iwal-button a {
		   font-weight: 300;
           opacity:1;
		}

    }
    
    
    @media (max-width: 390px) {
        .touch .iwal-tab {
        	top: 62%;
        }

       .iwal-button a {
       		font-size: 0.8em;
		}

		.iwal-button {
               bottom: 17px;
        }
        .titleTextAndImages h3{
            font-size:1.2em!important;
        }

        .iwal-tab img{
            margin: 9.5% auto;
        }
}

/*End of imageWithAnimatedLayer*/








/*Start of homePageBottomEn*/


/** View More Show/Hide**/  
.mm_view {
    width: 980px;
    height: 25px;
    display:block;
    margin-left:-23px;
    z-index:900;
}

button#mm_view_more_link {
	border-top: none;
}

button#mm_view_more_link:hover {
	cursor: pointer;
}

.mm_view_more_container{
	border-top: 1px solid #ccc;
	-moz-box-shadow:    0px 3px 7px 1px #eaedf2;
	-webkit-box-shadow: 0px 3px 7px 1px #eaedf2;
	box-shadow:         0px 3px 7px 1px #eaedf2;
	position: relative;
	width: 100%;
	margin: 20px 0;
}	

.mm_view_more_control{
    background-color:#fff;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -moz-box-shadow:    0px 3px 7px 1px #eaedf2;
    -webkit-box-shadow: 0px 3px 7px 1px #eaedf2;
    box-shadow:         0px 3px 7px 1px #eaedf2;
    color:#754099;
    float:left;
    font-size:13px;
    font-weight: 600;
    font-family: 'Open Sans', arial;
    position: absolute;
    left: 42%;
    margin: -1px auto 0;
    padding: 10px;
    text-transform:uppercase;
}

.mm_view_more_control:hover{
    color:#323a46;
}

#home-hideable-container{overflow:hidden; }

.mm_view_more_container .fa-chevron-down {padding-left:8px;}
.mm_view_more_container .fa-chevron-up {padding-left:8px;}



/*End of homePageBottomEn*/



/* Branch Locator */
#bl-search-panel {
    background-color: #939598;
    height: 35px;
    padding: 5px 5px 1px;
    z-index: 5;
    border: 0;
}
.googleBranchLocator #output-results {
    overflow: auto;
    height: 100%}
#bl-map-container {
    background-color: #fff;
    border: medium none;
    height: 500px;
    z-index: 5;
}
#bl-map-container.bl-print-map-container #output-results {
    height: auto;
}
#bl-details-canvas {
    background-color: #eaedf2;
    float: left;
    height: 100%;
    padding: 0 0 6px;
    width: 264px;
    height: 500px\0/;
    overflow: auto\0/}
#bl-map-canvas {
    display: block;
    padding: 3px;
    height: 100%;
    right: 0;
}
#bl-alert-panel {
    background-color: #ffab19;
    color: #242424;
    font-size: 1.5em;
    height: 100%;
    padding: 15px 20px;
    font-family: 'Open Sans', Arial, Helvetica, Verdana sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.bl-loader {
    float: left;
    left: 607px;
    position: absolute;
    top: 425px;
    z-index: 99999;
}
#bl-search-panel #address {
    border: 0 none;
    display: block;
    float: left;
    height: 31px;
    line-height: 29px;
    padding-left: 5px;
    width: 252px;
}
.bl-appointment-btn {
    background-color: #754099;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    margin: 10px 10px;
    width: 190px;
    float: left;
}
.bl-appointment-btn:hover, .bl-appointment-btn:focus {
    background-color: #4b306a;
    color: white;
}
.pac-container {
    margin-top: 1px;
    width: auto!important;
    min-width: 247px!important;
}
.pac-item {
    font-size: 12px;
    color: #111;
    font-family: 'Open Sans', Arial, Helvetica, Verdana sans-serif;
    height: 22px;
    padding: 5px 10px 0 5px;
}
.pac-item:last-child {
    margin-bottom: 10px;
}
.pac-item:hover {
    background-color: #d1d4d3!important;
}
.pac-item-selected {
    background-color: #636466!important;
}
.googleBranchLocator .bl-branch {
    padding: 0 0 20px;
}
.googleBranchLocator .bl-address {
    color: #532377;
    font-size: 1.5em;
    padding-top: 10px;
    margin: 0 10px 2px;
    clear: left;
}
.googleBranchLocator .bl-city {
    float: left;
    padding-right: 3px;
    margin-left: 10px;
}
.googleBranchLocator .bl-state {
    float: left;
    padding-right: 3px;
}
.googleBranchLocator .bl-branch .bl-hours {
    margin: 5px 0 5px 10px;
    font-weight: bold;
}
.googleBranchLocator .bl-branch-details .bl-hours {
    margin: 0 0 5px 10px;
}
.googleBranchLocator .bl-phone-title {
    padding-right: 10px;
    margin-left: 10px;
    float: left;
    font-weight: bold;
    line-height: 17px;
}
.googleBranchLocator .bl-phone {
    padding-right: 10px;
    margin-left: 10px;
    line-height: 17px;
}
.googleBranchLocator .bl-phone800-title {
    padding-right: 10px;
    margin-left: 10px;
    float: left;
    font-weight: bold;
    clear: both;
    line-height: 17px;
}
.googleBranchLocator .bl-phone800 {
    padding-right: 3px;
    margin-left: 10px;
    line-height: 17px;
}
.googleBranchLocator .bl-fax-title {
    padding-right: 10px;
    margin-left: 10px;
    float: left;
    font-weight: bold;
    line-height: 17px;
}
.googleBranchLocator .bl-fax {
    padding-right: 10px;
    margin-left: 10px;
    line-height: 17px;
}
.googleBranchLocator .bl-distance {
    background-color: #eaedf2;
    clear: left;
    font-size: 1.3em;
    margin: 10px 0 0;
    padding: 10px 0 10px 10px;
    width: 237px;
}
.googleBranchLocator .bl-hours-title {
    font-weight: bold;
    padding-right: 3px;
    margin: 10px 10px 0;
    line-height: 1.5em;
}
.googleBranchLocator .find-branch-btn {
    background: #323a46;
    border: 1px solid #404040;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3em;
    float: left;
    height: 31px;
    width: 40px;
}
.googleBranchLocator .find-branch-btn:hover {
    background: #111;
}
.googleBranchLocator .use-current-location-btn {
    background: #323a46;
    border: 1px solid #404040;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 1.7em;
    height: 31px;
    margin-left: 10px;
    width: 40px;
}
.googleBranchLocator .use-current-location-btn:hover {
    background: #111;
}
.googleBranchLocator .bl-button:focus {
    color: orange;
}
.fa-search:before {
    font-size: 1.4em;
    line-height: 1.0em;
}
.fa-crosshairs:before {
    font-size: 1.2em;
    line-height: 1.1em;
}
.googleBranchLocator .bl-details-btn {
    width: 140px;
    background-color: #754099;
    border: 0;
    height: 30px;
    display: block;
    color: #fff;
    float: left;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
}
.googleBranchLocator .view-branch-details-link {
    width: 140px;
    background-color: #754099;
    border: 0;
    height: 30px;
    display: block;
    color: #fff!important;
    float: left;
    cursor: pointer;
    font-size: 1.1em;
}
.googleBranchLocator .view-branch-details-link a {
    color: #fff!important;
    text-decoration: none;
    width: 140px;
    border: 0;
    height: 30px;
    display: block;
    float: left;
    cursor: pointer;
    padding-top: 7px;
    text-align: center;
}
.googleBranchLocator .view-branch-details-link a:hover, .googleBranchLocator .view-branch-details-link a:focus {
    background-color: #4b306a;
    border: 0 solid #e9e9e9;
    color: #fff!important;
    height: auto;
    padding-bottom: 7px;
}
.googleBranchLocator .bl-details-btn:hover, .googleBranchLocator .bl-details-btn:focus {
    background-color: #4b306a;
    border: 0 solid #e9e9e9;
}
.googleBranchLocator .bl-direction-btn {
    width: 105px;
    background-color: #754099;
    border: 0;
    height: 30px;
    display: block;
    color: #fff;
    float: left;
    cursor: pointer;
    margin-left: 1px;
}
.googleBranchLocator .bl-direction-btn:hover, .googleBranchLocator .bl-direction-btn:focus {
    background-color: #4b306a;
    border: 0 solid #e9e9e9;
}
.googleBranchLocator .bl-branchname {
    float: left;
    font-size: 1.5em;
    padding-right: 3px;
    margin: 20px 10px -6px 10px;
}
.googleBranchLocator .bl-landmark {
    padding-right: 3px;
    margin: 15px 10px;
}
.googleBranchLocator .bl-memo {
    padding-right: 3px;
    margin: 0 20px 10px 10px;
    line-height: 1.5em;
    display: none;
}
.googleBranchLocator .bl-memo-title {
    font-weight: bold;
    padding-right: 3px;
    margin: 10px 10px 0;
    line-height: 1.5em;
    display: none;
}
.googleBranchLocator .bl-parking {
    padding-right: 3px;
    margin: 0 20px 10px 10px;
    line-height: 1.5em;
}
.googleBranchLocator .bl-parking-title {
    font-weight: bold;
    padding-right: 3px;
    margin: 10px 10px 0;
    line-height: 1.5em;
}
.googleBranchLocator .bl-lang-message {
    margin: 10px 10px;
    text-transform: uppercase;
    color: #8c5fa8;
}
.googleBranchLocator .bl-lang-select {
    color: #fff;
    display: block;
    float: left;
    margin: 1px 6px 0 19px;
}
.googleBranchLocator .bl-prevsearch-btn {
    background-color: #f3f2f0;
    border: 0;
    margin-top: 5px;
    cursor: pointer;
    color: #754099;
    text-decoration: underline;
    font-size: 11px;
    margin-left: 10px;
}
.googleBranchLocator .bl-prevsearch-btn:hover, .googleBranchLocator .bl-prevsearch-btn:focus {
    border: 0;
    cursor: pointer;
    color: #111;
    text-decoration: underline;
}
.googleBranchLocator .bl-branch-details .bl-direction-btn {
    width: 92%;
    background-color: #754099;
    border: 0;
    height: 40px;
    display: block;
    color: #fff;
    float: left;
    cursor: pointer;
    margin-left: 10px;
    font-size: 13px;
}
.googleBranchLocator .bl-branch-details .bl-direction-btn:hover, .googleBranchLocator .bl-branch-details .bl-direction-btn:focus {
    background-color: #4b306a;
    border: 0 solid #e9e9e9;
}
.googleBranchLocator .bl-branchalert {
    background-color: #ffab19;
    font-size: 1.3em;
    padding: 13px;
    font-weight: bold;
    margin-top: 10px;
}
.googleBranchLocator #direction-option {
    margin-top: -8px;
}
.googleBranchLocator .bl-driving-mode, .googleBranchLocator .bl-walking-mode, .googleBranchLocator .bl-bicycling-mode, .googleBranchLocator .bl-transit-mode {
    background-color: #f3f2f0;
    background-image: url("https://maps.gstatic.com/tactile/directions/travel_mode/sprite-1x-20130906.png");
    background-repeat: no-repeat;
    background-size: 20px 276px;
    width: 20px;
    height: 20px;
    text-indent: -999em;
    cursor: pointer;
    border: 0;
    display: block;
    float: left;
    margin: 17px 15px 7px;
}
.googleBranchLocator .bl-driving-mode {
    background-position: 0 -40px;
    margin-left: 40px;
}
.googleBranchLocator .bl-driving-mode:hover, .googleBranchLocator .bl-driving-mode.bl-active {
    background-position: 0 -60px;
}
.googleBranchLocator .bl-transit-mode {
    background-position: 0 -80px;
    float: none;
}
.googleBranchLocator .bl-transit-mode:hover, .googleBranchLocator .bl-transit-mode.bl-active {
    background-position: 0 -100px;
}
.googleBranchLocator .bl-walking-mode {
    background-position: 0 -120px;
}
.googleBranchLocator .bl-walking-mode:hover, .googleBranchLocator .bl-walking-mode.bl-active {
    background-position: 0 -140px;
}
.googleBranchLocator .bl-bicycling-mode {
    background-position: 0 -160px;
    margin-right: 30px;
}
.googleBranchLocator .bl-bicycling-mode:hover, .googleBranchLocator .bl-bicycling-mode.bl-active {
    background-position: 0 -180px;
}
.googleBranchLocator .bl-print-mode {
    background: no-repeat url('https://maps.gstatic.com/mapfiles/hpimgs28.png') -118px -26px;
    width: 14px;
    height: 12px;
    text-indent: -999em;
    cursor: pointer;
    border: 0;
    display: block;
    position: absolute;
    right: 16px;
    top: 5px;
}
.googleBranchLocator .bl-print-mode:hover {
    opacity: .5;
}
.googleBranchLocator .bl-share-mode {
    background: no-repeat url('https://maps.gstatic.com/mapfiles/hpimgs28.png') -143px -17px;
    width: 18px;
    height: 10px;
    text-indent: -999em;
    cursor: pointer;
    border: 0;
    display: block;
    position: absolute;
    right: 43px;
    top: 5px;
}
.googleBranchLocator .bl-share-mode:hover {
    opacity: .5;
}
.googleBranchLocator .bl-share-link-container {
    background-color: #d7d7d7;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}
.googleBranchLocator .bl-share-link-label {
    display: block;
    margin: 10px 0 0 10px;
    padding: 0 10px;
    font-size: 1.2em;
}
.googleBranchLocator #bl-share-link-input {
    height: 30px;
    padding: 0 0 0 5px;
    width: 97%;
    font-size: .8em;
    margin: 5px 0 0 0;
}
.googleBranchLocator .bl-share-link-close {
    width: 155px;
    background-color: #754099;
    border: 0;
    height: 30px;
    display: block;
    color: #fff;
    cursor: pointer;
    margin: 10px 32px;
}
.googleBranchLocator .bl-share-link-close:hover {
    background-color: #4b306a;
    border: 0 solid #e9e9e9;
}
.googleBranchLocator .bl-direction-text {
    margin: 10px 0 0 10px;
    color: #111;
    font-size: 1.5em;
    display: block;
}
.googleBranchLocator .bl-back-to-results-btn, .googleBranchLocator .bl-back-to-details-btn {
    border: 0;
    margin-top: 5px;
    cursor: pointer;
    color: #754099;
    text-decoration: underline;
    font-size: 11px;
    margin-left: 10px;
}
.bl-newsearch-btn {
    border: 0;
    background-color: #eaedf2;
    cursor: pointer;
    color: #754099;
    text-decoration: underline;
    font-size: 11px;
    margin: 10px 0 5px 10px;
}
.googleBranchLocator .bl-input-div {
    margin: 0 10px;
    font-weight: bold;
    font-size: 15px;
    clear: right;
}
.bl-direction-end-input, .bl-direction-start-input {
    height: 30px;
    width: 85%;
    padding: 0 0 0 5px;
    margin: 0 0 0 11px;
}
.bl-direction-end-input {
    margin: 10px 0 0 10px;
}
#bl-direction-top {
    position: relative;
}
.googleBranchLocator .bl-get-direction-btn {
    width: 155px;
    background-color: #754099;
    border: 0;
    height: 30px;
    display: block;
    color: #fff;
    cursor: pointer;
    margin: 10px 32px;
}
.googleBranchLocator .bl-get-direction-btn:hover, .googleBranchLocator .bl-get-direction-btn:focus {
    background-color: #4b306a;
    border: 0 solid #e9e9e9;
}
.googleBranchLocator .adp-placemark {
    font-size: 1.3em!important;
    background-color: #e9e9e9!important;
    border: 0!important;
}
.googleBranchLocator .adp-text {
    padding: 5px 8px!important;
}
.googleBranchLocator .adp-summary {
    padding: 0 0 15px 32px!important;
    font-size: 1.2em!important;
    background-color: #e9e9e9!important;
}
.googleBranchLocator .adp-substep {
    padding-right: 0;
    max-width: 155px;
}
.googleBranchLocator .adp-placemark {
    margin: 0!important;
}
.googleBranchLocator .adp-legal {
    margin: 10px;
}
.googleBranchLocator .bl-lang-select-label {
    color: #fff;
    display: block;
    margin: 9px;
}
.googleBranchLocator .classic img.adp-marker {
    padding: 5px 0 0 5px!important;
    height: 30px!important;
    width: 19px!important;
}
.googleBranchLocator .warnbox-content {
    padding: 10px 30px!important;
}
.googleBranchLocator .googft-info-window {
    line-height: 14px!important;
    max-width: 370px;
    overflow: hidden;
}
.googleBranchLocator .googft-info-window img {
    float: left;
}
.googleBranchLocator .googft-info-window hr {
    clear: left;
}
.googleBranchLocator .gMapCityState {
    font-size: 1.2em;
    float: left;
    font-weight: bold;
    margin: 5px 0 0 0;
}
.googleBranchLocator .gMapHours, .googleBranchLocator .gMapPhone, .googleBranchLocator .gMapTollFree, .googleBranchLocator .gMapViewBranchDetailsLink, .googleBranchLocator .gMapAddress, .googleBranchLocator .gMapZip, .googleBranchLocator .gMapViewBranchDetailsLink a {
    float: left;
    clear: left;
    width: 100%;
    margin-top: 3px;
}
.gMapHours {
    margin-top: 5px;
}
.googleBranchLocator .gMapAddress {
    margin: 3px 0 0;
}
.googleBranchLocator .gMapZip {
    padding-bottom: 5px;
    float: none;
}
.googleBranchLocator .gMapViewBranchDetailsLink a {
    cursor: pointer;
    margin-top: 6px;
}
.googleBranchLocator .default-bl-results-text {
    padding: 8px 10px;
}
.googleBranchLocator .default-bl-results-intro-text h2 {
    color: #323a46;
    font-size: 1.8em;
    padding: 8px 10px 22px 10px;
    line-height: 1.3em;
    margin-bottom: 10px;
    height: 143px;
    background: #d5d8df;
}
.googleBranchLocator .default-bl-results-intro-img {
    padding: 10px 10px 0 0;
    float: left;
}
.googleBranchLocator .default-bl-results-body-text {
    padding: 11px;
    float: left;
    font-size: 1em;
    line-height: 1.6em;
}
.googleBranchLocator .bl-error-container {
    width: 100%;
    height: 400px;
    background-color: #d7d7d7;
    text-align: center;
    font-size: 17px;
    padding: 40px 0;
}
.googleBranchLocator .bl-error-alert-panel {
    padding: 0 50px;
}
.googleBranchLocator .bl-geoFailMsg {
    background-color: #ffab19;
    font-size: 1.3em;
    padding: 13px;
    font-weight: bold;
    margin-top: 10px;
}
.googleBranchLocator .bl-lang-select-label .bl-cn-img img {
    float: right;
    margin-top: -22px;
}
input[type="checkbox"]:focus {
    outline: 3px solid orange;
}
.bl-newsearch-btn:focus {
    outline: 2px dotted orange;
    font-weight: 600;
}
.printGoogleBranchLocator {
    font-size: 16pt!important;
    line-height: 20pt;
}
.printGoogleBranchLocator h1 {
    font-size: 30pt!important;
    line-height: 18pt;
}
.printGoogleBranchLocator #output-results {
    background-color#111!important;
    height: 100%;
    width: 100%}
#bl-direction-print input {
    color: #fff;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: 10px 32px;
    width: 155px;
    color: #754099;
}
#bl-print-direction-text {
    font-size: 1.5em;
    color: #fff;
}
.bl-print-directions-btn {
    background-color: #754099;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: 10px 0;
    width: 155px;
    float: left;
}
@media print {
    .bl-print-directions-btn, .bl-print-directions-btn * {
    display: none!important;
}
.bl-print-text-label, .bl-print-text-label * {
    display: none!important;
}
.bl-print-top, .bl-print-top * {
    display: none!important;
}
}
.bl-print-text-label {
    position: relative;
    top: 17px;
    left: 15px;
}
.printGoogleBranchLocator #bl-map-canvas {
    display: block;
    height: 100%;
    width: 100%;
    padding: 3px;
    right: 0;
}
#bl-print-text {
    position: relative;
    top: 2px;
    left: -6px;
}
.adp-directions {
    width: 100%!important;
}
.adp-step, .adp-substep {
    padding: .5em 3px;
}
.bl-print-top:before, .bl-print-top:after {
    content: " ";
    display: table;
}
.bl-print-top:after {
    clear: both;
}
.branchlocator-print #header, .branchlocator-print #navigation, .branchlocator-print #main-content-toolbar, .branchlocator-print #footer, .branchlocator-print .quickLinks, .branchlocator-print #contact-bar, .branchlocator-print #bottom-links, .branchlocator-print #copyright-container {
    display: none!important;
}
.branchlocator-print {
    background-color: #fff!important;
    background-image: none!important;
}
.googleBranchList .bl-list-title {
    margin-bottom: 30px;
}
.googleBranchList .bl-list-column {
    float: left;
    margin-left: 40px;
    width: 110px;
}
.googleBranchList .bl-list-column ul {
    margin-bottom: 16px;
}
.googleBranchList .bl-list-column ul li {
    list-style-position: outside!important;
    list-style-type: none!important;
    margin-left: 0!important;
}
.googleBranchList .bl-list-column ul li a:link {
    background-color: #fff;
    color: #754099;
    cursor: pointer;
    list-style-type: none;
    margin-left: 0;
    text-decoration: none;
}
.googleBranchList .bl-list-column ul li a:hover {
    color: #4b306a;
    text-decoration: underline;
}
.googleBranchList h3 {
    color: #111;
    font-size: 1.5em;
}
.googleBranchList section {
    background-color: #ccc;
}

/*Start of embedVideo*/
.fluid-video .youtube-video {
	position: relative;
    padding-bottom: 53.25%;
}

.fluid-video .vimeo-video {
	position: relative;
    padding-bottom: 56.25%;
}

.fluid-video iframe{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.fluid-video .mp4-video {
	position: relative;
    padding-bottom: 56.25%;
}

.fluid-video video{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

#st_about_all .one-col .titleTextAndImages p {
    float: left;
}
.articleSum {
	float: left;
}
/*End of embedVideo*/ 
/*Start of ctaButton*/

/* Default Open New Account Button */
.cta-dom a {
    background: #ffd457;
    border-bottom:2px solid #fa9a2a;
    color: #323a46;
    cursor: pointer;  
    float: left;    
    font-family:'Open Sans', arial, sans-serif; 
    clear: left;   
    margin: 0 5px 10px 0; 
    font-size: 13px;
    font-weight: bold;
    padding: 8px 22px;
    text-decoration: none;
}

.cta-dom a:hover{
    background:#f5bc17;
}

.cta-int a{
    background: #ddd6e2;
    border-bottom:2px solid #8c5fa8;
    color: #323a46;
    cursor: pointer;  
    float: left;    
    font-family:'Open Sans', arial, sans-serif; 
    clear: left;   
    margin: 0 5px 10px 0; 
    font-size: 13px;
    font-weight: bold;
    padding: 8px 22px;
    text-decoration: none;
}

.cta-int a:hover {
    background: #cec7d4;
}

.cta-int.inline {
    float: left;
}

.st-cta-button.inline {
    float: left;
}

#right-rail .st-cta-button, 
#right-rail .interior-link-button, 
#right-rail .exterior-link-button {
    float: none;
    display: inline-block;
    margin: 10px 0 -10px;
}

.st-cta-button a {
    background: #ffd457;
    border-bottom:2px solid #fa9a2a;
    color: #323a46;
    cursor: pointer;  
    float: left;    
    font-family:'Open Sans', arial, sans-serif; 
    clear: left;   
    margin: 0 5px 10px 0; 
    font-size: 13px;
    font-weight: bold;
    padding: 8px 22px;
    text-decoration: none;
}

.st-cta-button a .fa,
.interior-link-button a .fa,
.exterior-link-button a .fa{
    padding:0 0 0 8px;
    font-weight:800;
}

.st-cta-button a:hover{
    background:#f5bc17;
}

.interior-link-button a{
    background: #5e2d91;
    border-bottom:2px solid #8c5fa8; 
    color: #fff;
    cursor: pointer;  
    float: left;    
    font-family:'Open Sans', arial, sans-serif; 
    clear: left;    
    font-size: 13px;
    font-weight: bold;
    padding: 8px 22px;
    text-decoration: none;
}

.interior-link-button a:hover {
    background: #0098aa;
    border-bottom:2px solid #02707d;
}

.interior-link-button a {
    color: #fff;
    float: left;
    font-size:13px;
    font-weight:700;
    margin-bottom:10px;
    padding: 8px 22px;
    text-decoration: none;
}

.interior-link-button a:hover {
    color: #fff !important;
}

#st_careers-new_all .interior-link-button a{
    background: #fff;
    border:2px solid #616265; 
    color: #323a46;
    cursor: pointer;  
    float: left;    
    font-family:'Open Sans', arial, sans-serif; 
    clear: left;    
    font-size: 13px;
    font-weight: 400;
    padding: 20px 22px;
    text-decoration: none;
}

#st_careers-new_all .interior-link-button a:hover {
    background: #3a7dda;
    border:2px solid #eaedf2;
    color:#eaedf2;
        transition:         all 0.4s;
        -moz-transition:    0.4s;
        -ms-transition:     0.4s;
        -o-transition:      0.4s;
        -webkit-transition: 0.4s;
}

.exterior-link-button a{
    background: #eaedf2;
    border-bottom: 2px solid #3a7dda!important;
    color: #323a46;
    cursor: pointer;  
    float: left;    
    font-family:'Open Sans', arial, sans-serif; 
    clear: left;   
    margin: 0 5px 10px 0; 
    font-size: 14px;
    font-weight: bold;
    padding: 8px 22px;
    text-decoration: none;
}

.exterior-link-button a:hover {
    background: #dee1e6;
}



/* Chinese Open New Account Button */

#st_cn_all .cta-int a, 
#st_tw_all .cta-int a,
#st_cn_about_all .cta-int a,
#st_tw_about_all .cta-int a {
    background: #ffd457;
    border-bottom:2px solid #fa9a2a;
    color: #323a46;
    cursor: pointer;  
    float: left;    
    font-family:'Open Sans', arial, sans-serif; 
    clear: left;   
    margin: 0 5px 10px 0; 
    font-size: 12px;
    font-weight: bold;
    padding: 8px 22px;
    text-decoration: none;
}

#st_cn_all #top-links-container .cta-int a, 
#st_tw_all #top-links-container .cta-int a,
#st_cn_about_all #top-links-container .cta-int a,
#st_tw_about_all #top-links-container .cta-int a {
    position: absolute;
    right: 0;
}


#st_cn_all .cta-int a:hover,
#st_tw_all .cta-int a:hover,
#st_cn_about_all .cta-int a:hover,
#st_tw_about_all .cta-int a:hover {
    background: #f5bc17;
}

#st_cn_all .cta-dom a, 
#st_tw_all .cta-dom a,
#st_cn_about_all .cta-dom a,
#st_tw_about_all .cta-dom a {
    background: #ddd6e2;
    border-bottom:2px solid #8c5fa8;
    color: #323a46;
    cursor: pointer;  
    float: left;    
    font-family:'Open Sans', arial, sans-serif; 
    clear: left;   
    margin: 0 5px 10px 0; 
    font-size: 12px;
    font-weight: bold;
    padding: 8px 22px;
    text-decoration: none;
}

#st_cn_all .cta-dom a:hover,
#st_tw_all .cta-dom a:hover,
#st_cn_about_all .cta-dom a:hover,
#st_tw_about_all .cta-dom a:hover {
    background: #cec7d4;
}


/** CTA BAR **/

.cta-bar{
    background: #754099;
    border-bottom:3px solid #452870;
    bottom: 0;
    display: block !important;
    height: 50px;
    left: 0;
    margin-top:5px;
    position: fixed;
    width: 100% !important;
    z-index:4;
}

.cta-bar span{
    margin-left:148px;
    margin-top:7px;
    position: absolute;
}

#st_cn_all .cta-bar span.cta-dom, 
#st_tw_all .cta-bar span.cta-dom {
    margin-left:0;
}

.backgroundCtabar{
    position: relative;
    z-index: 0; 
    visibility:hidden; 
}

.cta-bar-position {
    width: 980px;
    margin: auto;
}

.cta-bar-position .cta-int {
    margin-left: 122px;
    width:140px;
}

/** CTA BAR **/


/* BUTTON SIZING */

a.cta-button.small, a.cta-text-dom.small, a.cta-text-int.small {
font-size: 11px;
}
a.cta-button.large, a.cta-text-dom.large, a.cta-text-int.large {
font-size: 15px;
}
#st_cn_all .cta-dom.small a, #st_tw_all .cta-dom.small a, #st_cn_about_all .cta-dom.small a, #st_tw_about_all .cta-dom.small a,
#st_cn_all .cta-int.small a, #st_tw_all .cta-int.small a, #st_cn_about_all .cta-int.small a, #st_tw_about_all .cta-int.small a {
font-size: 11px;
}
#st_cn_all .cta-dom.large a, #st_tw_all .cta-dom.large a, #st_cn_about_all .cta-dom.large a, #st_tw_about_all .cta-dom.large a,
#st_cn_all .cta-int.large a, #st_tw_all .cta-int.large a, #st_cn_about_all .cta-int.large a, #st_tw_about_all .cta-int.large a {
font-size: 15px;
}

/* FONT AWESOME */
.st-cta-button a .fa, .interior-link-button a .fa, .exterior-link-button a .fa {
padding: 0 8px 0 8px;
font-weight: 800;
}

/* CTA TW TOP LINK FIX */
#st_tw_all .top-links-button-cta .st-cta-button.inline {
    position: absolute;
    right: 0;
}

#st_tw_all #top-links-container .topLinksButton a {
    color: #323a46;
    font-size: 12px;
    padding: 7px 22px;
}

#st_cn_all #top-links-container .topLinksButton a {
    padding: 7px 22px;
}

/*End of ctaButton*/
/*Start of Slick*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*End of Slick*/

/*OUR CARD SLIDER CSS*/
button.fa.fa-angle-left.slick-arrow, button.fa.fa-angle-right.slick-arrow {
    line-height: 0;
    position: absolute;
    top: 50%;
    font-size: 30px;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: #323A46;
    border: none;
    outline: none;
    background: transparent;
    background-color: white;
}
button.fa.fa-angle-right.slick-arrow {
    right: -2%;
}
button.fa.fa-angle-left.slick-arrow {
	left: -2%;
	}
	.cardSlider.section {
    width: 96%;
    padding: 0px 2%;
}
/*END OUR CARD SLIDER CSS*/
/*Start of slick-theme*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../../../apps/scottrade/components/content/cardSlider/clientlibs/css/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../../../apps/scottrade/components/content/cardSlider/clientlibs/css/fonts/slick.eot');
    src: url('../../../../apps/scottrade/components/content/cardSlider/clientlibs/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../../apps/scottrade/components/content/cardSlider/clientlibs/css/fonts/slick.woff') format('woff'), url('../../../../apps/scottrade/components/content/cardSlider/clientlibs/css/fonts/slick.ttf') format('truetype'), url('../../../../apps/scottrade/components/content/cardSlider/clientlibs/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*End of slick-theme*/

/*Start of browserUpgradeBanner*/
	.browserUpgradeBannerContainer {
	background-color: #FFEBB0;
	border-bottom: 1px solid #e8e8e8;
	width: 100%;
	height: 69px;
	padding-top: 5px;
    padding-bottom: 10px;
}
button#buttonClose {
    float: right;
    position: relative;
    padding-right: 5px;
    font-size: 16pt;
    background: none;
    border: none;
    font-weight: 200;
    top: -27px;
	right: -39px;
}
button#buttonNeverRemind {
    background: none;
    border: none;
    cursor: pointer;
    float: left;
    position: relative;
    left: 58px;
}
button#buttonNeverRemind:hover {
    text-decoration: underline;
    color: #3a7dda;
}
button#buttonUpgrade {
    background-color: #3a7dda;
    border: none;
    color: white;
    padding: 10px 12px;
    margin: 10px 1%;
    border-bottom: #2B5A9B 3px solid;
    cursor: pointer;
}
.browserUpgradeBannerContainer p {
    padding-bottom: 15px;
    line-height: 18px;
    width: 95%;
    padding: 1%;
}
.browserUpgradeMessage {
    width: 67%;
}
.browserUpgradeBannerMargin {
    max-width: 1000px;
    margin: 0 auto;
}
.browserUpgradeButtonBar {
    float: left;
}
.browserUpgradeButtonContainer {
float: right;
margin-top: -55px;
}
.browserUpgradeMessage a {
    font-weight: bold;
}
/*End of browserUpgradeBanner*/

/*Start of breadcrumb*/
#main-content-toolbar #breadcrumbs {
	float: left;
	color: #452870;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 15px;
}

#main-content-toolbar #breadcrumbs a {
	color: #8c5fa8;
	text-decoration: none;
}

#main-content-toolbar #breadcrumbs a:hover {
	text-decoration: underline;
}

/*End of breadcrumb*/
/*Start of branchInfo*/

.branch-info{
  color:#323a46;
  font-weight: 400;
  padding-bottom:10px;
  z-index: 60;
  display: none;
}

.branch-phone span{
  color:#323a46;
  font-weight: 400;
  text-decoration: none;
  border-bottom:1px solid currentColor;
}

.branch-label,.branch-name,.branch-address,.branch-phone, .branch-spacer{
  display: inline-block;
  padding:0 5px;
}

.branch-label{
  font-weight: 600;
  letter-spacing: .25px;
  text-transform: uppercase;
}

.spacer-bar{
	border-right: 1px solid gray;
}

.branch-aside{
  background-color: rgb(81,98,111);
  padding:0 10px;
}

/*End of branchInfo*/
/*Start of bankRates*/


.bankRates h3 {
	font-size: 14px;
	color: #000000;
	margin: 10px 0 5px 0;
}

.bankRates table,td,tr {
	border-collapse: collapse;
}

.bankRates .selectRates {
	margin-bottom: 10px;
}

#banking-products {
    clear: left;
}

.ratesTable {
	border: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	margin-bottom: 10px;
    width:100%;
}

.ratesTable tr th {
	background: #5e2d91;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 15px 5px 15px;
	cursor: default;
}

.ratesTable tr td {
	color: #000000;
	font-size: 12px;
	padding: 5px 15px 5px 15px;
	text-align: left;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.ratesTable tr:nth-child(even) {
	background: #fff;
}

.ratesTable tr:nth-child(odd) {
	background: #e9e9e9;
}

.errorMsg {
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
/*End of bankRates*/
/*Start of articleSummary*/
.blog #main-column .component-container ul li, .blog #main-column .component-container ol li {
    font-size: 15px;
    line-height: 29px;
}
.blog #main-column .component-container ul, .blog #main-column .component-container ol {
    margin-bottom: 25px;
}
.one-col .titleTextAndImages .component-container {
	width: 100%;
	border: none;
}
.articleSum {
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 100%;
}

#content-container .article-title.full-article h1 {
	font-size: 48px;
	font-weight: 400;
	color: #323a46;
	padding-bottom: 15px;
}

.embedded-article-video .photo-video {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.articleSum .article-title {
	margin-top: 30px;
	border-top: none;
	padding-bottom: 35px;
	margin-bottom: 0px;
    border-bottom: none;
}
.article-title h1 {
    font-size: 48px;
    font-weight: 200;
    color: #3a7dda;
    border-bottom: none;
}
.one-col .titleTextAndImages h2 {
	font-weight: 600;
	border: none;
	color: #323a46;
}
.main-article-image {
	display:inline-block;
	margin-top:20px;
}
#st_about_all #main-column.one-col .back-button.interior-link-button a.cta-button-back {
	background-color: white;
	border-bottom: none;
	color: #323a46;
	margin-left: 0px;
	padding-left: 0px;
}

.interior-link-button button {
  color: #fff;
  float: left;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 8px 22px;
  text-decoration: none;
}

.view-embed-video-text-button button {
  background: #5e2d91;
  border-bottom: 2px solid #8c5fa8;
  color: #fff;
  cursor: pointer;
  float: left;
  font-family: 'Open Sans', arial, sans-serif;
  clear: left;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 22px;
  text-decoration: none;
}

.view-embed-video-text-button a:hover {
    background: #754099;
}
.one-col .articleSum .embedded-article-video h2 {
	margin-top: 20px;
	font-size: 32px;
	font-weight: 600;
	color: #3a7dda;
	padding-bottom: 15px;
	float: left;
	width: 100%;
}
.one-col .articleSum .embedded-article-video {
	margin: 0 auto;
}
.one-col .articleSum .embedded-article-video .photo-video {
	margin-top: 25px;
	margin-bottom: 20px;
}

.article-file-download a {
	position: relative;
	top: 10px;
	background: #5e2d91;
	border-bottom: 2px solid #8c5fa8;
	color: #fff;
	cursor: pointer;
	float: left;
	font-family: 'Open Sans', arial, sans-serif;
	clear: left;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 22px;
	text-decoration: none;
}
#st_about_all #main-column.one-col .back-button.interior-link-button a.cta-button-back:hover {
	color: #323a46;
	text-decoration: none;
	background-color: #323a46;
	padding-left:8px;
	padding-right:8px;
}
#embedVideoText {
	display:none;
}

.articlesum-fieldset {
	border: 1px solid blue;
	padding: 16px;
}
.embedVideoTextToCopy {
	width:100%; 
	background: #dddddd; 
	height: 80px; 
	border: 1px solid gray;
}
.dates-contributors {
	color:#848484;
}
.dates-contributors .article-date {
    display:block;
    margin-bottom:4px;
}
.dates-contributors .modified-date{
	display:block;
	margin-bottom:4px;
}
.dates-contributors .contributor{
	display:block;
}


/*Start of Post Login styles **/
.articleSum .article-title{
	padding:10px;
}

/*End of Post Login styles **/

/*End of articleSummary*/


/*Start of accordion*/
img.accordionIcon {
	padding-right: 15px;
    float:left;
    position: relative;
	top: -3px;
}

.showAll, .hideAll, .hideBtn {
	background-color: #754099;   
	color: #fff;   
	border: none;
	padding: 7px 29px;    
	margin: 0 3px 7px 0;   
	font-family: "Open Sans", arial;
	font-size: 1.1em;
}

.showAll:hover, .hideAll:hover, .hideBtn:hover {
	background-color: #8c5fa8 ;
    cursor: pointer;
}

ul#accordion, ul#accordion ul,
ul.accordion, ul.accordion ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
    padding-bottom:10px;
}

.forms-center ul.accordion {padding-bottom:0px;}

ul.accordion button {
    display: block;
    text-decoration: none;  
}

ul#accordion li,
ul.accordion li {
    margin-top: 1px;
    list-style-type:none;
    _display:inline;
}

ul#accordion li, ul.accordion li,
.forms-center ul.accordion li {
    margin-top: 0px;
    margin-bottom: 1px;
    list-style-type:none;
    _display:inline;
    background: #f9fafb;
}

ul.accordion li button {
	background-color: #eaedf2;
	background-repeat: no-repeat;
	background-position: 2%;
	background-size: 35px;
	border: 0;
	color: #323a46;    
	font-size: 14pt;
	font-weight: 400;
	padding: 10px 15px 5px 15px;
	width: 100%;
	text-align: left;
}

#st_careers-new_all ul.accordion li button {
	font-size: 1.1em;
	font-weight: 400;
	padding: 1%;
	font-family:"Lato", sans-serif;
}

.continuumItemContainer .accordionBase {
	margin:0 25px;
}

.continuumItemContainer ul.accordion li button{
	background-color:#d8dadf;
	padding: 15px 10px 15px 70px;
	font-size: 0.9em;
}

.continuumItemContainer ul.accordion li button.active{
	background-color:#d8dadf; 
	border-bottom:3px solid #939598;
}

.continuumItemContainer ul.accordion li button.active:hover{
	border-bottom:3px solid #939598;
}

ul.accordion li button:hover{
	background-color:#eaedf2;
	background-repeat: no-repeat;
	background-position: 2%;
	background-size: 35px;
	-webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

ul.accordion li button.active{
	background-color:#eaedf2;
	background-repeat: no-repeat;
	background-position: 2%;
	background-size: 35px;
	border-bottom: 5px solid #c9cacb;
}

ul.accordion li button.active:hover{
	background-color:#c9cacb;
	background-repeat: no-repeat;
	background-position: 2%;
	background-size: 35px;
	border-bottom: 5px solid #c9cacb;
}
    
.accordion .accordionBox .component-container button{
    color:#0066cc;
    background: none;
    border: none;     
    text-decoration:underline;
    }

.accordion .accordionBox .component-container button:hover {
    color:#0066cc;
    text-decoration:none;
    }  

ul.accordion li button:hover {
    background-color:#c9cacb;
    cursor: pointer;
}

.accordionBase .accord .accordionBox {
     *margin-bottom: -10px;
     padding: 10px;
     *padding: 0px 10px -10px; 10px;
}

.continuumItemContainer .accordionBase .accord .accordionBox{
	padding:15px 10px 25px;
}

.accordionBox .titleTextImages {
    padding: 0 20px;
}

.formsSelector.section {
    margin: 0 33px;
}

ul.accordion li ul li button{
    background: #ccc;
    color: #000;
    padding-left: 20px;
}

ul.accordion li .doc-title button {
    background:none;
    border:0px;
    color:#0066cc;
    padding:0px;
    display:inline;
    font-weight:normal;
    text-decoration:underline;
    }

ul.accordion li .doc-title button:hover {text-decoration:underline;
} 

ul.accordion li ul li button:hover {
    background: #b1b1b1;
    border-left: 5px #000 solid;
    padding-left: 15px;
}

ul#accordion span,
ul.accordion span {
    display:none;
    padding:5px;
    }

.forms-center ul#accordion span,
.forms-center ul.accordion span {
    display:block;
    padding:20px 5px 5px 5px;
    }

ul#accordion span div.box,
ul.accordion span div.box { 
    padding:5px; 
    float:left;
    width:114px;
    border-left:1px solid #d7d7d7;
    margin-right:1px;
    }

ul#accordion span div.scottrade,
ul.accordion span div.scottrade {
    background-color:#4d3069;
    color:#ffffff;
    width:105px;
    }


ul#accordion span div strong,
ul.accordion span div strong {
    display:block;
    padding-bottom:10px;
    }   
    
ul#accordion span div small,
ul.accordion span div small {
    font-size:9px;
    }    
  
#ac_par_accordionbase .accordionBox .titleTextImages .component-container button {
    color:#0066cc;
    text-decoration:underline;
    font-weight: normal;  
    display:inline;
    text-align: right; 
    float: none; 
    background: none;    
    margin: 0;
    padding: 0;
    }

#ac_par_accordionbase .accordionBox .titleTextImages .component-container button:hover, #ac_par_accordionbase .accordionBox .titleTextImages .component-container button:focus {
    color:#0066cc;
    text-decoration:none;
    }
    
#ac_par_accordionbase .accordionBox .titleTextImages .component-container .button {
    background-image:url(../../../../apps/scottrade/components/content/accordion/clientlibs/images/btn-bg.gif);
    background-position:right;
    display:inline-block;
    padding:4px 20px 4px 10px;
    border:1px solid #c8c8c8;
    color:#4c1c72;
    font-weight:bold;
    }


.forms-doc-item img {
    display:inline; 
    margin-left:10px; 
    margin-right:10px;
    margin-top:12px;    
    }
    
.forms-doc-item  {
    display:inline;  
    font-weight: 600; 
    }    
        
.st-tab-content .accordion .formsSelector .forms-doc-item button{
   color:#0066cc;
   display:inline; 
   background: none;
   padding: 0;
   margin-right: 7px;
   border: none;     
   }   

.st-tab-content .accordion .formsSelector .forms-doc-item  button:hover {
    color:#0066cc;
    text-decoration:underline;
    } 

.forms-doc-item p {
    margin-left: 34px;
    font-weight: normal;
    }
    
.accordionBox .formsSelector .doc-icon {
    float:left;
    width:5%;
    }
    
.accordionBox .formsSelector .doc-icon img{
    float:right;
    margin-right: 5px;   
    }
    
.accordionBox .formsSelector .doc-title {display:block;}

.accordionBox .formsSelector .doc-title p {padding-bottom:0px;}

.accordionBox .formsSelector .doc-desc {
    float:right;
    width:94%;
    line-height:18px;
    margin-top: -5px; 
    padding-bottom: 10px;
    * padding-bottom: 0px;
    }

.accordionBox p {
    line-height: 2em;
}

.accordionBox h2 {
    font-size: 1.7em;
    font-weight: 100;
    color: #323a46;
    line-height: 1.7em;
}


    
.formsCenter .controls {padding-bottom:10px;}  

.controls img{
    display: inline-block;
    margin-right: 5px;
    }

/**Start of Accordion Box**/
.cq-wcm-edit  .accordionBox{
    border:1px solid blue;
    width:900px;
}
/**End of Accordion Box**/

/**test**/

@media screen and (max-width: 800px) {
	.continuumItemContainer .accordionBase {
		margin:0;
	}
}


@media screen and (max-width: 620px) {}  


@media screen and (max-width: 500px) {}

@media screen and (max-width:450px){
	 
	ul.accordion li button{
		font-size:1em;
	}

}
/*End of accordion*/



/*Start of Style-Scottrade.css*/


/*START OF RSVP SECTION*/
.rsvp{
    padding:10px;
    font-family:'Lato', sans-serif;
}

.rsvp h1{
    color: #5e2d91;
    font-size: 16.5em;
    font-weight:100;
    letter-spacing: 4px;
    text-transform:uppercase;
}

.rsvp h2{
    color:white;
    font-size: 16px;
    text-transform:uppercase;
    letter-spacing: 4px;
    font-weight: 300;
}

.rsvp-body .titleTextAndImages p {
    width: 980px;
    margin: auto;
}

/*END OF RSVP SECTION*/



.main-full-width #main-content{
	width:100%;
    margin:0;
}

.main-full-width #main-content #content-container{
    padding:0}



/*End of Style-Scottrade.css */

