body {
padding-top: 10px;
}

.footer {
padding-top: 40px;
padding-bottom: 40px;
margin-top: 40px;
margin-bottom: 40px;
border-top: none;
}

/* Main marketing message and sign up button */
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
padding: 14px 24px;
font-size: 21px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
background-color: none;
border: none;
}
.nav-justified > li > a {
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: 0;
font-weight: normal;
color: #edb328;
text-align: center;
border-bottom: none;
white-space: nowrap;
padding: 43px 0 0;
top: -30px;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
background: #4b305f;
background: url("../images/sprite.png") repeat scroll -34px -127px rgba(0, 0, 0, 0);
background-image: url("../images/sprite.png"), -webkit-gradient(linear, left top, left bottom, from(#6c4487), to(#492f5b)); /* Saf4+, Chrome */
background-image: url("../images/sprite.png"), -webkit-linear-gradient(top, #6c4487, #492f5b); /* Chrome 10+, Saf5.1+ */
background-image: url("../images/sprite.png"),    -moz-linear-gradient(top, #6c4487, #492f5b); /* FF3.6+ */
background-image: url("../images/sprite.png"),     -ms-linear-gradient(top, #6c4487, #492f5b); /* IE10 */
background-image: url("../images/sprite.png"),      -o-linear-gradient(top, #6c4487, #492f5b); /* Opera 11.10+ */
background-image: url("../images/sprite.png"),         linear-gradient(to bottom, #6c4487, #492f5b); /* W3C */
color: #ffffff;
border-bottom: 4px solid #f1c539;
text-decoration: none;
padding: 43px 0 0;
top: -30px;
}
.nav-justified > li:first-child > a {
border-radius: 0;
}
.nav-justified > li:last-child > a {
border-bottom: 0;
border-radius: 0;
}
.nav > li > a:hover, .nav > li > a:focus {
background: #4b305f;
background: url("../images/sprite.png") repeat scroll -34px -127px rgba(0, 0, 0, 0);
background-image: url("../images/sprite.png"), -webkit-gradient(linear, left top, left bottom, from(#6c4487), to(#492f5b)); /* Saf4+, Chrome */
background-image: url("../images/sprite.png"), -webkit-linear-gradient(top, #6c4487, #492f5b); /* Chrome 10+, Saf5.1+ */
background-image: url("../images/sprite.png"),    -moz-linear-gradient(top, #6c4487, #492f5b); /* FF3.6+ */
background-image: url("../images/sprite.png"),     -ms-linear-gradient(top, #6c4487, #492f5b); /* IE10 */
background-image: url("../images/sprite.png"),      -o-linear-gradient(top, #6c4487, #492f5b); /* Opera 11.10+ */
background-image: url("../images/sprite.png"),         linear-gradient(to bottom, #6c4487, #492f5b); /* W3C */
color: #ffffff;
border-bottom: 4px solid #f1c539;
text-decoration: none;
}

@media (min-width: 768px) {
.nav-justified {
max-height: 52px;
}
.nav-justified > li > a {
border-right: none;
border-left: none;
}
.nav-justified > li:first-child > a {
border-left: 0;
border-radius: 0;
}
.nav-justified > li:last-child > a {
border-right: 0;
border-radius: 0;
}
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.masthead,
.marketing,
.footer {
padding-right: 0;
padding-left: 0;
}
}

@font-face {
  font-family: "Museo Sans";
      src: url("fonts/MuseoSans_100.otf") format("opentype"),
      src: url("fonts/MuseoSans_300.otf") format("opentype"),
      src: url("fonts/MuseoSans_500.otf") format("opentype"),
      src: url("fonts/MuseoSans_700.otf") format("opentype"),
      src: url("fonts/MuseoSans_900.otf") format("opentype"),
  }
  img {
    max-width: 100%;
  }
html, body{
    width: 100%;
    height: 100%;
    background-image:url(../images/new_bg.jpg);
    background-size: cover;
    background-position: 0  0;
    background-attachment: fixed;
    background-r  epeat: no-repeat;
    color: #ffffff;
    font-family: "Museo Sans";
    font-weight: 100;
}  
a{
    color: #be59ff;
}
ul {
    margin: 0;
    padding: 0;
}
a:hover, a:focus{
    color: #6a4283;
    text-decoration: none;
} 
h1{
    font-weight: normal;
    font-size:30px;
    padding: 0;
    margin: 0;
    font-family: "Museo Sans";
    font-weight: 100;
}
h2{
    font-weight: normal;
    font-size:24px;
    padding: 0;
    margin: 0;
    font-family: "Museo Sans";
    font-weight: 100;
}
.h3slider {
    font-size: 20px;
}
.categories-container>div>h2, .help-us-container>div>h2{
    text-transform: uppercase;
    font-size: 18px;
}
.billboard-image{
    max-width: 100%;
    height: 350px;
}
.details-header{
    font-size:30px;
}
label{
    text-indent: -9999px;    
    margin: 0;
    padding: 0;
    display: none;
}
.table-cell{
    display: table-cell;
}
.main-container{
    background-image:url(../images/contentBG.png);
    border-radius: 10px;
    display: block;
    padding: 20px;
}
.learn-more{
    color: #ffffff;
    border: 1px solid #f1c539;
    padding: 5px 4px 4px;
    font-size: 12px;
}
.box-yellow{
    padding: 5px;
    background: #f1c539;
    color: #000;
    font-size: 14px;
    height: auto;
    width: auto;
}
.help-content{
    border-top: 4px solid #333;
    margin: 5px 0;
    padding: 20px;
}

.help-content > p > a{
    color: #ffffff;
    padding: 5px 0px;
}
.help-content > p > a:hover, .help-content > p > a:focus{
    color: #ffffff;
    background: none;
    border: none;    
}
.translate-icon{
    background: url(../images/sprite.png) no-repeat;
    background-position: -10px -178px;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
}
.share-icon{
    background: url(../images/sprite.png) no-repeat;
    background-position: -10px -208px;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
}
.donate-icon{
    background: url(../images/sprite.png) no-repeat;
    background-position: -10px -240px;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
}
.who-was-i-icon{
    background: url(../images/sprite2.png) no-repeat;
    background-position: -10px -300px;
    width: 25px;
    height: 32px;
    display: inline-block;
    margin-right: 10px;
}
/* Carousel Styles */
.carousel-indicators .active {
    background-color: #4b305f;
    margin-right: 10px;
}
.carousel-indicators {
    background-color: #f1c539;
    bottom: 10px;
    left: 50%;
    list-style: outside none none;
    margin-left: -40%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    top: 104%;
    width: 80%;
    z-index: 15;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: 408px;
    width: 100%;
    border-radius: 10px;
}

.carousel-control {
    width: 0;
    font-size: 18px;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    cursor: pointer;
}

.carousel-control.left span {
    padding: 0px;
    color: #000;
    font-size: 40px;
    padding: 5px 15px;   
    width: 58px;
    height: 54px;
    left: 0px;
    cursor: pointer;
}

.carousel-control.right span {
    padding: 0px;
    color: #000;
    font-size: 40px;
    padding: 5px 15px;   
    width: 58px;
    height: 54px; 
    left: -58px;
    cursor: pointer;
}

.carousel-control .fa-angle-left, 
.carousel-control .fa-angle-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    bottom: 0;
    z-index: 5;
    display: inline-block;
    background: #f8e053; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #f8e053 50%, #ecb226 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#f8e053), color-stop(50%,#ecb226)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #f8e053 50%,#ecb226 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #f8e053 50%,#ecb226 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #f8e053 50%,#ecb226 50%); /* IE10+ */
    background: linear-gradient(135deg,  #f8e053 50%,#ecb226 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e053', endColorstr='#ecb226',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    cursor: pointer; 
}

.carousel-control .fa-angle-left,
.carousel-control .icon-prev {
    left: 0;   
}

.carousel-control .fa-angle-right,
.carousel-control .icon-next {
    right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
    background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}
.carousel-indicators li {
    background-color: #f8e053;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
    margin-right: 10px;
}
.carousel .item {-webkit-transition: opacity 1s; -moz-transition: opacity 1s; -ms-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}
/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 10%;
    left: 0px;
    right: auto;
    width: 100%;
    color: #fff;
}

.header-text h2 {
    font-size: 16px;
    margin-top: 3px;
}
h3{

}
.wp-caption.aligncenter, .wp-caption.alignleft, .wp-caption.alignright {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}
.wp-caption {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 2.4rem;
    max-width: 100%;
}
.wp-caption .wp-caption-text {
    color: #918E8C;
    margin: 1.2rem 0.5rem;
}
.wp-caption-text {
    text-align: center;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 2.4rem;
}
.category-tag {
    background-color: rgba(106,66,131,0.5);
    padding: 10px 0px 10px 10px;
    display: block;
    width: 25%;
    font-size: 10px;
    margin: 0 -10px 20px 0px;
    float:right;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: bold;
}
.main-tag-line {
    padding: 10px 10px 20px 20px;
    display: block;
    width: 100%;
    font-size: 10px;
    margin-bottom: 20px;
    right: 0;
    top: 265px;
    position: absolute;
    background-color: rgba(106,66,131,0.5);
    text-align: center;
}        
.title-line{
    padding-left: 20px;
}
.header-text h3 span {
    background-color: #000;
    padding: 15px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}
.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
} 
.btn-default {
    background-color: #680082;
    border-color: #680082;
    color: #fff;
    font-size: 12px;
    height: 34px;
}        
.video-container{
    background: #333;
    border-top: 4px solid #4b305f;
    padding: 10px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0 20px;
    width: 100%;
}
.video-content{
    display: inline-block;
    padding: 10px 10px;
    width: 210px;
    height: 71px;
    vertical-align: middle;
}
.video-button{
    display: inline-block;
    background: #4b305f;
    padding: 15px 10px;
    margin: 15px 0px;
    width: 120px;
    height: 71px;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
}
.nav-tabs {
    border-bottom: 4px solid #4b305f;
}    
.nav-tabs > li > span {
    border: 0px solid transparent;
    border-radius: 0;
    line-height: 1.42857;
    margin-right: 0px;
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    border-right: 1px dotted #999;
    background: #252525;
  position: relative;
  display: block;
  padding: 10px 15px;
}     
.nav-tabs > li.active > span, .nav-tabs > li.active > span:hover, .nav-tabs > li.active > span:focus{
    moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #4b305f;
    border: none;
    color: #ffffff;
    cursor: default;
    border-right: 1px dotted #999;
}

.nav-tabs > li > span:hover, .nav-tabs > li > span:focus {
    background-color: #4b305f;
    background-image: none;
    color: #ffffff;
    border-bottom: none;
    text-decoration: none;
}
ul.nav-category > li > a > p > span {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 5px 10px 0 0px;
    vertical-align: middle;
}
ul.nav-category > li > a > p{
    margin: 0;
    line-height: 1;
}
ul.nav-category > li > a > p > span.nav-content {
    display: inline-block;
    text-align: left;
    width: 72%;
    height: auto;
}
.nav-category > li > a:hover, .nav-category > li > a:focus {
    background-color: #252525;
    background-image: none;
    color: #ffffff;
    border-bottom: none;
    text-decoration: none;
}  
.nav-resources-category > li > a:hover, .nav-resources-category > li > a:focus {
    background-color: #4b305f;
    background-image: none;
    color: #ffffff;
    border-bottom: none;
    text-decoration: none;
}    
.nav-resources-category > li.active > a, .nav-resources-category > li.active > a:hover, .nav-resources-category > li.active > a:focus{
    moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #4b305f;
    border: none;
    color: #ffffff;
    cursor: default;
}
.tab-pane{
    margin-top: 20px;
}
ul.nav-category{
    margin-top:10px;
}
ul.nav-resources-category{
    margin-top:10px;
}
.nav-category > li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    text-transform: uppercase;
} 
.nav-category.morepad > li {
    padding:7px 0;
}
.nav-category > li > a {
    display: inline-block;
    padding: 0;
    position: relative;
    padding: 0;
    color: #fff;
    width: 100%;
}      
.nav-resources-category > li{
    border-bottom: 1px solid #333;
    text-transform: uppercase;
    font-size: 12px;
}   
.nav-resources-category > li > a {
    display: block;
    padding: 0;
    position: relative;
    padding: 15px;
    color: #fff;
}
.ian-stevenson-icon{
    background: url(../images/sprite.png) no-repeat;
    background-position: -7px -7px;
}  
.ian-stevenson-icon-sm{
    background: url(../images/sprite.png) no-repeat;
    background-position: -7px -4px;
    display: inline-block;
    height: 30px;
    margin: -3px 0 0;
    width: 30px;
}  
.ian-stevenson-tooltip + .tooltip > .tooltip-inner {
    background-color: #00e2e2; 
    color: #333; 
    border: 1px solid #00e2e2;
    font-weight:bold;
    white-space: normal;
}
.ian-stevenson-tooltip + .tooltip.top > .tooltip-arrow{
    border-top-color:#00e2e2;
}        
.physical-icon{
    background: url(../images/sprite.png) no-repeat;
    background-position: -49px -7px;
}  
.physical-icon-sm{
    background: url(../images/sprite.png) no-repeat;
    background-position: -49px -5px;
    display: inline-block;
    height: 30px;
    margin: -3px 0 0;
    width: 30px;
} 
.physical-icon-small{
    background: url(../images/sprite.png) no-repeat;
    background-position: -425px -5px;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0px 5px 0px 0px;
}        
.physical-tooltip + .tooltip > .tooltip-inner {
    background-color: #00aeef; 
    color: #000000; 
    font-weight:bold;
    border: 1px solid #00aeef; 
    white-space: normal;
}
.physical-tooltip + .tooltip.top > .tooltip-arrow{
    border-top-color:#00aeef;
}
.split-icon{
    background: url(../images/sprite.png) no-repeat;
    background-position: -91px -7px;
}   
.split-icon-sm{
    background: url(../images/sprite.png) no-repeat;
    background-position: -91px -4px;
    display: inline-block;
    height: 30px;
    margin: -3px 0 0;
    width: 30px;
}    
.split-tooltip + .tooltip > .tooltip-inner {
    background-color: #6039dd; 
    color: #000000; 
    font-weight:bold;
    border: 1px solid #6039dd; 
    white-space: normal;
}
.split-tooltip + .tooltip.top > .tooltip-arrow{
    border-top-color:#6039dd;
} 
.innate-icon{
    background: url(../images/sprite.png) no-repeat;
    background-position: -133px -7px;
} 
.innate-icon-sm{
    background: url(../images/sprite.png) no-repeat;
    background-position: -133px -4px;
    display: inline-block;
    height: 30px;
    margin: -3px 0 0;
    width: 30px;
}     
.innate-tooltip + .tooltip > .tooltip-inner {
    background-color: #e07519; 
    color: #000000; 
    font-weight:bold;
    border: 1px solid #e07519; 
    white-space: normal;
}
.innate-tooltip + .tooltip.top > .tooltip-arrow{
    border-top-color:#e07519;
} 
.xeno-icon{
    background: url(../images/sprite.png) no-repeat;
    background-position: -174px -7px;
}  
.xeno-icon-sm{
    background: url(../images/sprite.png) no-repeat;
    background-position: -174px -4px;
    display: inline-block;
    height: 30px;
    margin: -3px 0 0;
    width: 30px;
}    
.xeno-tooltip + .tooltip > .tooltip-inner {
    background-color: #49ad00; 
    color: #000000; 
    font-weight:bold;
    border: 1px solid #49ad00; 
    white-space: normal;
}
.xeno-tooltip + .tooltip.top > .tooltip-arrow{
    border-top-color:#49ad00;
}    
.relationship-icon{
    background: url(../images/sprite.png) no-repeat;
    background-position: -212px -7px;
}    
.relationship-icon-sm{
    background: url(../images/sprite.png) no-repeat;
    background-position: -212px -7px;
    display: inline-block;
    height: 30px;
    margin: -3px 0 0;
    width: 30px;
}     
.relationship-tooltip + .tooltip > .tooltip-inner {
    background-color: #de46c3; 
    color: #000000; 
    font-weight:bold;
    border: 1px solid #de46c3; 
    white-space: normal;
}
.relationship-tooltip + .tooltip.top > .tooltip-arrow{
    border-top-color:#de46c3;
}  
.birthmarks-icon {
    background: url("../images/sprite.png") no-repeat scroll -337px -76px rgba(0, 0, 0, 0);
}       
.birthmarks-icon-sm {
    background: url("../images/sprite.png") no-repeat scroll -337px -75px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 30px;
    margin: -3px 0 0;
    width: 30px;
}        
.birthmarks-tooltip + .tooltip > .tooltip-inner {
    background-color: #EAD396; 
    color: #000000; 
    font-weight:bold;
    border: 1px solid #EAD396; 
    white-space: normal;
}
.birthmarks-tooltip + .tooltip.top > .tooltip-arrow{
    border-top-color: #EAD396;
} 
.spirit-communication-icon {
    background: url("../images/sprite.png") no-repeat scroll -375px -76px rgba(0, 0, 0, 0);
}     
.spirit-communication-icon-sm {
    background: url("../images/sprite.png") no-repeat scroll -375px -76px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 30px;
    margin: -3px 0 0;
    width: 30px;
}          
.spirit-communication-tooltip + .tooltip > .tooltip-inner {
    background-color: #A9ABBE; 
    color: #000000; 
    font-weight:bold;
    border: 1px solid #A9ABBE; 
    white-space: normal;
}
.spirit-communication-tooltip + .tooltip.top > .tooltip-arrow{
    border-top-color: #EAD396;
}  
.gender-icon {
    background: url("../images/sprite.png") no-repeat scroll -288px -48px rgba(0, 0, 0, 0);
}      
.gender-icon-sm {
    background: url("../images/sprite.png") no-repeat scroll -288px -47px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 30px;
    margin: -3px 0 0;
    width: 30px;
}   
.gender-tooltip + .tooltip > .tooltip-inner {
    background-color: #A173E6; 
    color: #000000; 
    font-weight:bold;
    border: 1px solid #A173E6; 
    white-space: normal;
}
.gender-tooltip + .tooltip.top > .tooltip-arrow{
    border-top-color:#A173E6;
} 
.change-icon{
    background: url(../images/sprite.png) no-repeat;
    background-position: -250px -7px;
}       
.change-icon-sm {
    background: url("../images/sprite.png") no-repeat;
    background-position: -250px -4px;
    display: inline-block;
    height: 30px;
    margin: -3px 0 0;
    width: 30px;
}   
.change-tooltip + .tooltip > .tooltip-inner {
    background-color: #c73800; 
    color: #000000; 
    font-weight:bold;
    border: 1px solid #c73800; 
    white-space: normal;
}
.change-tooltip + .tooltip.top > .tooltip-arrow{
    border-top-color:#c73800;
}  
.geographic-icon{
    background: url(../images/sprite.png) no-repeat;
    background-position: -288px -7px;
}   
.geographic-icon-sm{
    background: url(../images/sprite.png) no-repeat;
    background-position: -288px -5px;
    display: inline-block;
    height: 30px;
    margin: -3px 0 0;
    width: 30px;
}     
.geographic-tooltip + .tooltip > .tooltip-inner {
    background-color: #d19800; 
    color: #000000; 
    font-weight:bold;
    border: 1px solid #d19800; 
    white-space: normal;
}
.geographic-tooltip + .tooltip.top > .tooltip-arrow{
    border-top-color:#d19800;
}    
.phobias-icon{
    background: url(../images/sprite.png) no-repeat;
    background-position: -7px -48px;
}      
.phobias-icon-sm{
    background: url(../images/sprite.png) no-repeat;
    background-position: -7px -48px;
    display: inline-block;
    height: 30px;
    margin: -3px 0 0;
    width: 30px;
}      
.phobias-tooltip + .tooltip > .tooltip-inner {
    background-color: #fff600; 
    color: #000000; 
    font-weight:bold;
    border: 1px solid #fff600;
    white-space: normal; 
}
.phobias-tooltip + .tooltip.top > .tooltip-arrow{
    border-top-color:#fff600;
}   
.suicide-icon{
    background: url(../images/sprite.png) no-repeat;
    background-position: -48px -48px;
}   
.suicide-icon-sm{
    background: url(../images/sprite.png) no-repeat;
    background-position: -48px -48px;
    display: inline-block;
    height: 30px;
    margin: -3px 0 0;
    width: 30px;
}        
.suicide-tooltip + .tooltip > .tooltip-inner {
    background-color: #00ff60; 
    color: #000000; 
    font-weight:bold;
    border: 1px solid #00ff60; 
    white-space: normal;
}
.suicide-tooltip + .tooltip.top > .tooltip-arrow{
    border-top-color:#00ff60;
}  
.planning-icon{
    background: url(../images/sprite.png) no-repeat;
    background-position: -90px -48px;
}      
.planning-icon-sm{
    background: url(../images/sprite.png) no-repeat;
    background-position: -90px -46px;
    display: inline-block;
    height: 30px;
    margin: -3px 0 0;
    width: 30px;
}        
.planning-tooltip + .tooltip > .tooltip-inner {
    background-color: #ed145b;
    color: #000000; 
    font-weight:bold;
    border: 1px solid #ed145b; 
    white-space: normal;
}
.planning-tooltip + .tooltip.top > .tooltip-arrow{
    border-top-color:#ed145b;
}  
.walkin-icon{
    background: url(../images/sprite.png) no-repeat;
    background-position: -133px -48px;
}     
.walkin-icon-sm{
    background: url(../images/sprite.png) no-repeat;
    background-position: -133px -48px;
    display: inline-block;
    height: 30px;
    margin: -3px 0 0;
    width: 30px;
}          
.walkin-tooltip + .tooltip > .tooltip-inner {
    background-color: #a1a1a1; 
    color: #000000; 
    font-weight:bold;
    border: 1px solid #a1a1a1; 
    white-space: normal;
}
.walkin-tooltip + .tooltip.top > .tooltip-arrow{
    border-top-color:#a1a1a1;
}    
.spirit-icon{
    background: url(../images/sprite.png) no-repeat;
    background-position: -173px -48px;
}  
.spirit-icon-sm{
    background: url(../images/sprite.png) no-repeat;
    background-position: -173px -46px;
    display: inline-block;
    height: 30px;
    margin: -3px 0 0;
    width: 30px;
}            
.spirit-tooltip + .tooltip > .tooltip-inner {
    background-color: #9e005d; 
    color: #000000; 
    font-weight:bold;
    border: 1px solid #9e005d; 
    white-space: normal;
}
.spirit-tooltip + .tooltip.top > .tooltip-arrow{
    border-top-color:#9e005d;
}     
.soul-icon{
    background: url(../images/sprite.png) no-repeat;
    background-position: -212px -48px;
}   
.soul-icon-sm{
    background: url(../images/sprite.png) no-repeat;
    background-position: -212px -46px;
    display: inline-block;
    height: 30px;
    margin: -3px 0 0;
    width: 30px;
}               
.soul-tooltip + .tooltip > .tooltip-inner {
    background-color: #cc02e4; 
    color: #000000; 
    font-weight:bold;
    border: 1px solid #cc02e4; 
    white-space: normal;
}
.soul-tooltip + .tooltip.top > .tooltip-arrow{
    border-top-color:#cc02e4;
}          
.celebrity-icon{
    background: url(../images/sprite.png) no-repeat;
    background-position: -251px -48px;
}      
.celebrity-icon-sm{
    background: url(../images/sprite.png) no-repeat;
    background-position: -251px -46px;
    display: inline-block;
    height: 30px;
    margin: -3px 0 0;
    width: 30px;
}                 
.celebrity-tooltip + .tooltip > .tooltip-inner {
    background-color: #a94800;
    color: #000000; 
    font-weight:bold;
    border: 1px solid #a94800; 
    white-space: normal;
}
.celebrity-tooltip + .tooltip.top > .tooltip-arrow{
    border-top-color:#a94800;
}   
.how-derived-icon{
    background: url(../images/sprite.png) no-repeat;
    background-position: -487px -76px;
}
.movies-tv-icon {
  background: url(../images/sprite.png) no-repeat;
  background-position: -451px -114px;
}  
.sports-icon {
  background: url(../images/sprite.png) no-repeat;
  background-position: -451px -152px;
}
.medicine-icon {
  background: url(../images/sprite.png) no-repeat;
  background-position: -487px -76px;
}
.core-cases-icon {
  background: url(../images/sprite.png) no-repeat;
  background-position: -528px -76px;
}
.military-icon {
  background: url(../images/sprite.png) no-repeat;
  background-position: -528px -113px;
}
.music-icon {
  background: url(../images/sprite.png) no-repeat;
  background-position: -565px -113px;
}
.exploration-icon {
  background: url(../images/sprite.png) no-repeat;
  background-position: -375px -115px;
}
.science-icon {
  background: url(../images/sprite.png) no-repeat;
  background-position: -375px -152px;
}
.spirituality-icon {
  background: url(../images/sprite.png) no-repeat;
  background-position: -415px -152px;
}
.literature-icon {
  background: url(../images/sprite.png) no-repeat;
  background-position: -415px -113px;
}
.art-icon {
  background: url(../images/sprite.png) no-repeat;
  background-position: -564px -74px;
}
.business-icon {
  background: url(../images/sprite.png) no-repeat;
  background-position: -338px -115px;
}
.law-icon {
  background: url(../images/sprite.png) no-repeat;
  background-position: -338px -152px;
}
.border-top{
    border-top: 1px solid rgba(255,255,255,0.3);
}
.sm-icon-cat {
    display: inline-block;
    height: 30px;
    margin: -3px 0 0;
    width: 30px;
}
.sm-icon-tooltip + .tooltip > .tooltip-inner {
    background-color: #000000; 
    color: #ffffff; 
    font-weight:bold;
    border: 1px solid #000000; 
    white-space: normal;
}
.sm-icon-tooltip + .tooltip.top > .tooltip-arrow{
    border-top-color: #000000;
} 
ul.nav-category {
  margin-top: 0px;
}
.badge{
  margin: 5px 5px 5px 0;
  font-size: 18px;
}
.btn-menu {
  padding: 5px 25px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 7px;
  box-shadow: 0 1px 1px rgba(50,50,50,0.25);
  color: #8AA8BD;
  font-weight: bold;
  cursor: pointer;
}

.btn-menu:hover, .btn-menu:focus {
  box-shadow: 0 1px 1px rgba(50,50,50,0.75);
}

.disabled .btn-menu {
  color: #5B6A7D;
  box-shadow: none;
}

.disabled .btn-menu:hover, .disabled .btn-menu:focus {
  box-shadow: none;
}
.category-content{
    margin-top: 10px;
    border-top: 4px solid #333;
    font-family: "Museo Sans";
    font-weight: 300;
    font-size: 12px;
} 
.img-thumbnail {
    padding: 0px;
    line-height: 1.42857143;
    background-color: #ddd;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
.filter-container{
    padding: 10px 0;
    border-bottom: 2px solid #333;
    font-family: "Museo Sans";
    font-weight: 300;
    font-size: 12px;
}
.featured-container{
    background: #fff;
    max-height: 420px;
    width: 49%;
    margin-top: 20px;
    display: inline;
    color: #333;
    font-weight: 500;
}
.featured-case-details{
    background: #fff;
    max-height: 320px;
    width: 245px;
    margin: 20px 15px 0 15px;
    display: inline;
    color: #333;
    font-weight: 500;
}
.featured-content{
    padding: 10px;
    color: #333;
    height: 325px;
    overflow: hidden;
    font-size: 14px;
}
.featured-img {
    width: 100%;
    height: 135px;
    overflow: hidden;
    text-align: center;
}
.featured-img img {
    max-width: 100%;
    max-height: 100%;
}
.featured-content > h3 {
    color: #be59ff;
    font-size: 20px;
    height: 68px;
    overflow: hidden;
}
.category-footer > h4 {
    color: #be59ff;
    font-size: 14px;
    height: auto;
    overflow: hidden;
}
.timeline{
    min-width: 100% !important;
}
.category-footer {
    padding: 0px 0px 10px;
    overflow: hidden;
    height: 70px;
    margin: 0px 10px 10px;
}
.category-footer > ul {
    float: left;
    height: 30px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.category-footer > ul > li {
    padding: 0;
    margin: 0 10px 0 0;
    float: left;
    list-style: none;
}
.category-case {
    padding: 0;
    height: 30px;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
}
.category-case > ul {
    float: left;
    height: 30px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.category-case > ul > li {
    padding: 0;
    margin: 0 10px 0 0;
    float: left;
    list-style: none;
}
.share-case{
    padding: 0; 
    height: 40px;
}
.share-case > ul {
    float: right;
    height: 40px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.share-case > ul > li {
    padding: 0;
    margin: 0 10px 0 0;
    float: left;
    list-style: none;
    white-space: nowrap;
}
.share-case > ul > li > span {
    font-size: 18px;
    color: #4b305f;
}
.newTag{
    background: url(../images/sprite.png) no-repeat;
    background-position: -330px -7px;
    width: 53px;
    height: 50px;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 6px;
}
.newTagCaseDetails{
    background: url(../images/sprite.png) no-repeat;
    background-position: -330px -7px;
    width: 53px;
    height: 50px;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 21px;
}
.tribute-container{
    background: #fff;
    color: #333;
    padding: 10px 20px 20px;
    width: 100%;
    margin-top: 60px;
    font-size: 14px;
    font-weight: 500;
}
.tribute-container > h3 {
    font-size: 18px;
    text-transform: uppercase;
}
.tribute-container > a{
    color: #4b305f;
}
.noMargin{
    margin: 0;
}
.video-container a:active{
    color: #fff;
}
.threeTabs{
    cursor: pointer;
}
.case-container{
    background: #fff;
    color: #333;
    padding: 20px;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    height: auto;
} 
.case-container > h3 {
    font-family: "Museo Sans";
    font-size: 20px;
    font-weight: 100;
    margin: 10px 0 0 5px;
    padding: 0;
}
.case-container-vault{
    background: #fff;
    color: #333;
    padding: 20px;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    height: auto;
} 
.case-container > div > div > h2 {
    font-family: "Museo Sans";
    font-size: 30px;
    font-weight: 100;
    margin: 10px 0 0 5px;
    padding: 0;
}
.case-container > div > div > span {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 5px 10px 0 0px;
    vertical-align: middle;
}
.case-container .table, .case-container table {
    color:#333;
}
hr{
    margin-top: 10px;
    margin-bottom: 10px;
}   
.about-box{
    border-right: 1px solid #4b305f;
    border-bottom: 1px solid #4b305f;  
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    width:25%;
    height: 230px;
    margin-bottom: 60px;
    font-weight: 300;
}
.about-box > h4{ 
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.newsletter-box{
    border-right: 1px solid #4b305f;
    border-bottom: 1px solid #4b305f;  
    font-weight: normal;
    display: inline-block;
    width:25%;
    height: 230px;
}
.newsletter-box > h4{
    padding-left: 20px;  
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.newsletter-content {
    padding: 20px 20px 10px;   
    display: inline-block;
}
.search-content {
    padding: 0 0 10px;   
    display: inline-block;
}
.contact-us-box{
    border-right: 1px solid #4b305f;
    border-bottom: 1px solid #4b305f;  
    font-weight: normal;
    display: inline-block;
    width:25%;
    height: 230px;
    font-weight: 300;
}
.contact-us-box > a{
    color: #fff;
}
.contact-us-box > h4{
    padding-left: 20px;  
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;  
}
.follow-us-box{
    border-bottom: 1px solid #4b305f; 
    font-weight: normal;
    display: inline-block;
    width:25%;
    height: 230px;
    font-weight: 300;
}
.follow-us-box > h4{
    padding-left: 20px;  
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;  
}
.follow-us-box > a{
    color: #fff;
}
.follow-us-box > a > span{
    padding-left: 20px;   
}
.follow-us-box > span{
    padding: 20px;    
}
hr.purple{
    border-color: #4b305f;
}
.carousel-control{
    cursor:  pointer;
}
.about-links{
    font-size: 14px;
    margin-top: 20px;
}
.about-links > li{
    padding: 5px 0;
}
.about-links > li > a{
    color: #ffffff;
    padding: 0;
}
.about-links > li > a:hover, .about-links > li > a:focus{
    color: #ffffff;
    background: none;
    border: none;    
}
.contact-links{
    font-size: 16px;
    padding: 20px;
}
.contact-links > li{
    height: 35px;
    padding: 10px 5px;
}
.contact-links > li > a{
    color: #ffffff;
    padding: 10px 5px;
}
.contact-links > li > a:hover, .contact-links > li > a:focus{
    color: #ffffff;
    background: none;
    border: none;    
}
.video-header{
    font-size: 16px;
    font-weight: bold;
}
.modal-content {
    background-clip: padding-box;
    border: medium none;
    border-radius: 6px;
    box-shadow: none;
    outline: 0 none;
    position: relative;
}
.modal-content.noekko {
    background-color: rgba(0,0,0,0);
}
.modal-header {
    border-bottom: medium none;
    min-height: 16.4286px;
    padding: 15px;
}
.close.noekko:hover, .close.noekko:focus {
    color: #e7e7e7;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}        
.close.noekko {
    color: #fff;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 1;
    text-shadow: 0 1px 0 #fff;
}  
.scroll-container{
    display: block;
    height: 52px;
    width: 100%;
    overflow: hidden;
}
div.scroll-container > h2, .scroll-container > h3, .scroll-container > hr{
    display: none;
}
.navbar-brand {
    color: #f7d247;
    float: left;
    font-size: 34px;
    height: auto;
    line-height: 20px;
    padding: 40px 0 0;
    text-shadow: -1px 0 2px #000;
}
a.navbar-brand:hover{
    color: #fff;
}
.dropdown-menu {
    background-clip: none;
    background-color: #fff transparent;
    border: none;
    border-radius: none;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  -webkit-overflow-scrolling: touch;
    width: 100%;
}
.navbar-collapse.collapse {
  display: none !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  width: 100%;
}
.collapse {
    display: none !important;
}
.navbar-collapse.in {
    overflow-y: auto;
}
.collapse.in {
  display: block !important;
  width: 100%;
}
input, button, select, textarea {
    color: #000000;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: 0px;
    margin-right: 0px;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color:#6a4283;
    border-color: #be59ff;
    color: #be59ff;
    cursor: not-allowed;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #be59ff;
    border-color: #be59ff;
    color: #ffffff;
    cursor: default;
    z-index: 2;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #fff;
    background-color: #be59ff;
    border-color: #be59ff;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #fff;
    background-color: #6a4283;
    border: 1px solid #be59ff;
    margin-left: -1px;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 18px;
    padding: 10px 16px;
}
@media screen and (min-width: 768px){
    .masthead, .marketing, .footer {
        padding-right: 0;
        padding-left: 0;
        margin-top: 0;
    }
}
@media (max-width: 767px){
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        margin: 0 0px 0px 0px;
        font-size: 16px;
        height: 40px;
        line-height: 2.5;
        padding: 0;
        font-weight: 300;
    }
    .alignright {
        display: block;
        float: none;
        margin: 10px auto 30px auto;
    }
}
@media (max-width: 768px){
    .main-container {
        background-image: url("../images/contentBG.png");
        border-radius: 10px;
        display: block;
        padding: 0 10px 10px;
    }
    ul.mobile-panel-collapse {
      padding: 0 15px;
    }
    .billboard-image{
        max-width: 100%;
        height: 250px;
    }
    .carousel {
        position: relative;
        margin: 0 0 40px 0;
    }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: 300px;
        width: 100%;
    }
    .help-us-container{
        padding-top: 20px;
        margin-bottom: 40px;
    }
    .video-container {
        background: none repeat scroll 0 0 #333;
        border-top: 4px solid #4b305f;
        display: inline-block;
        font-size: 18px;
        margin: 10px 0 20px;
        padding: 10px;
        text-transform: uppercase;
        width:100%;
    }
    .tribute-container {
        background: none repeat scroll 0 0 #fff;
        color: #333;
        font-size: 14px;
        font-weight: 500;
        margin: 60px 0 20px;
        padding: 10px 20px 20px;
        width: 100%;
    }
    .main-tag-line {
        display: block;
        font-size: 10px;
        top:150px;
    }
    .main-tag-line h3 {
        font-size: 16px;
    }
    .follow-us-box{
        border-bottom: 1px solid #4b305f; 
        font-weight: normal;
        display: inline-block;
        width:100%;
        height: 200px;
        font-weight: 300;
    }
    .follow-us-box > h4{
        padding-left: 0;  
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 300;  
    }
    .follow-us-box > a{
        color: #fff;
    }
    .category-tag {
        background-color: rgba(106, 66, 131, 0.5);
        display: block;
        font-size: 10px;
        margin: 0px -140px 20px 0px;
        padding: 10px;
        width: 100%;
        float: right;
    }
    .carousel-control.left span {
        color: #000;
        font-size: 30px;
        height: 44px;
        left: 0;
        padding: 5px 15px;
        width: 48px;
    }
    .carousel-control.right span {
        color: #000;
        font-size: 30px;
        height: 44px;
        left: -48px;
        padding: 5px 15px;
        width: 48px;
    } 
    h1,h2{
        font-weight: normal;
        font-size:18px;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        font-family: "Museo Sans";
        font-weight: 100;
    }
    .nav-tabs > li > a {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: none repeat scroll 0 0 #252525;
        border-color: transparent #999 transparent transparent;
        border-image: none;
        border-radius: 0;
        border-style: solid dotted solid solid;
        border-width: 0 1px 0 0;
        color: #999;
        font-size: 10px;
        line-height: 1.42857;
        margin-right: 0;
        text-transform: uppercase;
    }
    .about-links {
        font-size: 14px;
        margin: 20px 0;
    }
    #top-videos .nav > li > a > p {
        height: 140px;
        margin: 0;
        overflow: hidden;
        padding: 0;
    }
    .video-container {
        font-size: 14px;
        text-transform: uppercase;
    }
    .video-button {
        background: none repeat scroll 0 0 #4b305f;
        display: inline-block;
        font-size: 20px;
        height: 61px;
        margin: 15px 0;
        padding: 15px 0;
        text-align: center;
        vertical-align: middle;
        width: 40px;
    }
    .video-content {
        display: inline-block;
        height: 71px;
        padding: 10px;
        vertical-align: middle;
        width: 170px;
    }
    .contact-links {
        font-size: 16px;
        padding: 0px;
        margin-bottom: 10px;
    }
    .navbar-brand {
        float: left;
        font-size: 30px;
        height: auto;
        line-height: 18px;
        padding: 10px 0 25px;
        width: 84%;
    }
    .carousel-indicators {
        bottom: 10px;
        left: 30%;
        list-style: none outside none;
        margin-left: -30%;
        padding-left: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 15;
        background-color: #f1c539;
        margin-top: 5px;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #6a4283;
    }
    .navbar-toggle {
        background-color: rgba(106, 66, 131, 0.5);
        border: 0 solid rgba(106, 66, 131, 0.8);
        border-radius: 8px;
        color: #fff;
        font-size: 24px;
        height: 40px;
        margin-bottom: 8px;
        margin-right: 15px;
        margin-top: 0;
        padding: 5px 10px;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #6a4283;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #6a4283;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #6a4283;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #6a4283;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #333333;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #333333;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #6a4283;
    }
    .navbar-toggle:focus {
        outline: 0 none;
    }
    .featured-container {
        background: #fff none repeat scroll 0 0;
        color: #333;
        display: inline;
        font-weight: 500;
        margin-top: 20px;
        max-height: 420px;
        width: 49%;
    }
    .featured-content > h3 {
        color: #be59ff;
        font-size: 20px;
        height: 68px;
        overflow: hidden;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
        font-weight: 300;
        text-transform: uppercase;
    }
    .navbar-nav > li > a {
        color: #ffffff;
        font-size: 18px;
        height: 40px;
        line-height: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .footer {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 0;
        margin-bottom: 40px;
        border-top: none;
    }
    .footer > div > hr {
        opacity: .5;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
        padding-top: 0;
    }
    .dropdown-menu {
        background-clip: none;
        background-color: none;
        border: none;
        border-radius: none;
        box-shadow: none;
        display: none;
        float: left;
        font-size: 14px;
        left: 0;
        list-style: outside none none;
        margin: 0;
        min-width: 160px;
        padding: 5px 0;
        position: absolute;
        text-align: left;
        top: 100%;
        z-index: 1000;
    }
    ul.nav-category > li > a > span {
        width: 35px;
        height: 35px;
        display: inline;
        margin: 5px 10px 0 15px;
        float: left;  
    }
    .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
        background-color: rgba(106, 66, 131, 0.5);
        border-bottom: 0px solid #f1c539;
    }
    
    .nav-justified {
        background-color: none;
        border: none;
    }
    .nav-justified > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0;
        font-weight: normal;
        color: #edb328;
        text-align: center;
        border-bottom: none;
        padding: 38px 0 0;
        top: -40px;
    }
    .nav-justified > .active > a,
    .nav-justified > .active > a:hover,
    .nav-justified > .active > a:focus {
        background-color: rgba(106, 66, 131, 0.5);
        background-image: none;
        color: #ffffff;
        border-bottom: 0px solid #f1c539;
        text-decoration: none;
        padding: 38px 0 0;
        top: -40px;
    }
    .nav-justified > li:first-child > a {
        border-radius: 0;
    }
    .nav-justified > li:last-child > a {
        border-bottom: 0;
        border-radius: 0;
    }
    .nav > li > a:hover, .nav > li > a:focus {
        background-color: rgba(106, 66, 131, 0.5);
        background-image: none;
        color: #ffffff;
        border-bottom: 0px solid #f1c539;
        text-decoration: none;
    }
}
@media (min-width: 768px) {
    .nav-justified {
        max-height: 40px;
    }
    .nav-justified > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0;
        font-weight: normal;
        color: #edb328;
        text-align: center;
        border-bottom: none;
        padding: 38px 0 0;
        top: -40px;
        font-size: 18px;
    }
    .nav-justified > .active > a,
    .nav-justified > .active > a:hover,
    .nav-justified > .active > a:focus {
        background-color: rgba(106, 66, 131, 0.5);
background: url("../images/sprite.png") repeat scroll -34px -127px rgba(0, 0, 0, 0);
background-image: url("../images/sprite.png"), -webkit-gradient(linear, left top, left bottom, from(#6c4487), to(#492f5b)); /* Saf4+, Chrome */
background-image: url("../images/sprite.png"), -webkit-linear-gradient(top, #6c4487, #492f5b); /* Chrome 10+, Saf5.1+ */
background-image: url("../images/sprite.png"),    -moz-linear-gradient(top, #6c4487, #492f5b); /* FF3.6+ */
background-image: url("../images/sprite.png"),     -ms-linear-gradient(top, #6c4487, #492f5b); /* IE10 */
background-image: url("../images/sprite.png"),      -o-linear-gradient(top, #6c4487, #492f5b); /* Opera 11.10+ */
background-image: url("../images/sprite.png"),         linear-gradient(to bottom, #6c4487, #492f5b); /* W3C */
        color: #ffffff;
        border-bottom: 4px solid #f1c539;
        text-decoration: none;
        padding: 38px 0 0;
        top: -40px;
    }
    .nav-justified > li > a {
        border-right: none;
        border-left: none;
    }
    .nav-justified > li:first-child > a {
        border-left: 0;
        border-radius: 0;
    }
    .nav-justified > li:last-child > a {
        border-right: 0;
        border-radius: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .main-container {
        background-image: url("../images/contentBG.png");
        border-radius: 10px;
        display: block;
        padding: 0 10px 10px;
    }
    .billboard-image{
        max-width: 100%;
        height: 250px;
    }
    .carousel {
        position: relative;
        margin: 0 0 40px 0;
    }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: 300px;
        width: 100%;
    }
    .help-us-container{
        padding-top: 20px;
        margin-bottom: 40px;
    }
    .video-container {
        background: none repeat scroll 0 0 #333;
        border-top: 4px solid #4b305f;
        display: inline-block;
        font-size: 18px;
        margin: 10px 0 20px;
        padding: 10px;
        text-transform: uppercase;
        width:100%;
    }
    .tribute-container {
        background: none repeat scroll 0 0 #fff;
        color: #333;
        font-size: 14px;
        font-weight: 500;
        margin: 60px 0 20px;
        padding: 10px 20px 20px;
        width: 100%;
    }
    .main-tag-line {
        display: block;
        font-size: 10px;
        margin-bottom: 20px;
        padding: 0px 10px 0px 63px;
        position: absolute;
        left: 0;
        top: 120px;
        width: 100%;
    }
    .main-tag-line h3 {
        font-size: 16px;
    }
    .category-tag {
        background-color: rgba(106, 66, 131, 0.5);
        display: block;
        font-size: 10px;
        margin: 0px -140px 20px 0px;
        padding: 10px;
        width: 100%;
        float: right;
    }
    .carousel-control.left span {
        color: #000;
        font-size: 30px;
        height: 44px;
        left: 0;
        padding: 5px 15px;
        width: 48px;
    }
    .carousel-control.right span {
        color: #000;
        font-size: 30px;
        height: 44px;
        left: -48px;
        padding: 5px 15px;
        width: 48px;
    } 
    h1,h2{
        font-weight: normal;
        font-size:18px;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        font-family: "Museo Sans";
        font-weight: 100;
    }
    .nav-tabs > li > a {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: none repeat scroll 0 0 #252525;
        border-color: transparent #999 transparent transparent;
        border-image: none;
        border-radius: 0;
        border-style: solid dotted solid solid;
        border-width: 0 1px 0 0;
        color: #999;
        font-size: 10px;
        line-height: 1.42857;
        margin-right: 0;
        text-transform: uppercase;
    }
    .nav > li > a:hover, .nav > li > a:focus {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: none;
        background-image: none;
        background-origin: padding-box;
        background-position: -34px -127px;
        background-repeat: repeat;
        background-size: auto auto;
        border-bottom: 4px solid #f1c539;
        color: #ffffff;
        text-decoration: none;
    }
    #top-videos .nav > li > a > p {
        height: 140px;
        margin: 0;
        overflow: hidden;
        padding: 0;
    }
    .video-container {
        font-size: 14px;
        text-transform: uppercase;
    }
    .video-button {
        background: none repeat scroll 0 0 #4b305f;
        display: inline-block;
        font-size: 20px;
        height: 61px;
        margin: 15px 0;
        padding: 15px 0;
        text-align: center;
        vertical-align: middle;
        width: 40px;
    }
    .video-content {
        display: inline-block;
        height: 71px;
        padding: 10px;
        vertical-align: middle;
        width: 170px;
    }
    .contact-links {
        font-size: 16px;
        padding: 0px;
        margin-bottom: 10px;
    }
    .navbar-brand {
        float: left;
        font-size: 30px;
        height: auto;
        line-height: 18px;
        padding: 10px 0 25px;
        width: 84%;
    }
    .carousel-indicators {
        bottom: 10px;
        left: 30%;
        list-style: none outside none;
        margin-left: -30%;
        padding-left: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 15;
        background-color: #f1c539;
        margin-top: 5px;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #6a4283;
    }
    .navbar-toggle {
        background-color: rgba(106, 66, 131, 0.5);
        border: 0 solid rgba(106, 66, 131, 0.8);
        border-radius: 8px;
        color: #fff;
        font-size: 24px;
        height: 40px;
        margin-bottom: 8px;
        margin-right: 15px;
        margin-top: 0;
        padding: 5px 10px;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #6a4283;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #6a4283;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #6a4283;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #6a4283;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #333333;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #333333;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #6a4283;
    }
    .navbar-toggle:focus {
        outline: 0 none;
    }
    .navbar-right {
        float: left !important;
    }
    .nav {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
        width: 100%;
    }
    .navbar-header {
        float: left;
        width: 100%;
    }
    .navbar-nav.navbar-right:last-child {
        margin: 7.5px 0px;
    }
    .navbar-collapse.collapse {
        display:none;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .collapse {
        display: none !important;
    }
    .navbar-collapse {
        border-top: 1px solid rgba(0, 0, 0, 0);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
        overflow-x: visible;
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        color: #ffffff;
        font-size: 18px;
        height: 40px;
        line-height: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .featured-container {
        background: #fff none repeat scroll 0 0;
        color: #333;
        display: inline;
        font-weight: 500;
        margin-top: 20px;
        max-height: 420px;
        width: 49%;
    }
    .featured-content > h3 {
        color: #be59ff;
        font-size: 20px;
        height: 68px;
        overflow: hidden;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
        font-weight: 300;
        text-transform: uppercase;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        color: #fff;
        font-size: 18px;
    }
    .footer {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 0;
        margin-bottom: 40px;
        border-top: none;
    }
    .footer > div > hr {
        opacity: .5;
    }
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        margin: 0 0px 0px 0px;
        font-size: 16px;
        height: 40px;
        line-height: 2.5;
        padding: 0;
        font-weight: 300;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
        padding-top: 0;
    }
    .dropdown-menu {
        background-clip: none;
        background-color: none;
        border: none;
        border-radius: none;
        box-shadow: none;
        display: none;
        float: left;
        font-size: 14px;
        left: 0;
        list-style: outside none none;
        margin: 0;
        min-width: 160px;
        padding: 5px 0;
        position: absolute;
        text-align: left;
        top: 100%;
        z-index: 1000;
    }
    .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
        background-color: rgba(106, 66, 131, 0.5);
        border-bottom: 0px solid #f1c539;
    }
    ul.nav-category > li > a > span {
        width: 35px;
        height: 35px;
        display: inline;
        margin: 5px 10px 0 15px;
        float: left;  
    }
    .nav-justified {
        background-color: none;
        border: none;
    }
    .nav-justified > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0;
        font-weight: normal;
        color: #edb328;
        text-align: center;
        border-bottom: none;
        padding: 38px 0 0;
        top: -40px;
        font-size: 18px;
    }
    .nav-justified > .active > a,
    .nav-justified > .active > a:hover,
    .nav-justified > .active > a:focus {
        background-color: rgba(106, 66, 131, 0.5);
background: url("../images/sprite.png") repeat scroll -34px -127px rgba(0, 0, 0, 0);
background-image: url("../images/sprite.png"), -webkit-gradient(linear, left top, left bottom, from(#6c4487), to(#492f5b)); /* Saf4+, Chrome */
background-image: url("../images/sprite.png"), -webkit-linear-gradient(top, #6c4487, #492f5b); /* Chrome 10+, Saf5.1+ */
background-image: url("../images/sprite.png"),    -moz-linear-gradient(top, #6c4487, #492f5b); /* FF3.6+ */
background-image: url("../images/sprite.png"),     -ms-linear-gradient(top, #6c4487, #492f5b); /* IE10 */
background-image: url("../images/sprite.png"),      -o-linear-gradient(top, #6c4487, #492f5b); /* Opera 11.10+ */
background-image: url("../images/sprite.png"),         linear-gradient(to bottom, #6c4487, #492f5b); /* W3C */
        color: #ffffff;
border-bottom: 4px solid #f1c539;
        text-decoration: none;
        padding: 38px 0 0;
        top: -40px;
    }
    .nav-justified > li:first-child > a {
        border-radius: 0;
    }
    .nav-justified > li:last-child > a {
        border-bottom: 0;
        border-radius: 0;
    }
    .nav > li > a:hover, .nav > li > a:focus {
        background-color: rgba(106, 66, 131, 0.5);
        background-image: none;
        color: #ffffff;
        border-bottom: 0px solid #f1c539;
        text-decoration: none;
    }
}
@media (min-width: 992px) {
  .hidden-lg {
        display: none !important;
    } 
    .dropdown-menu {
        background-clip: none;
        background-color: none;
        border: none;
        border-radius: none;
        box-shadow: none;
        display: none;
        float: left;
        font-size: 14px;
        left: 0;
        list-style: outside none none;
        margin: 2px 0 0;
        min-width: 160px;
        padding: 5px 0;
        position: absolute;
        text-align: left;
        top: 100%;
        z-index: 1000;
    }
}
.page-header.csearch {
    margin:0 0 10px 0;
}
.screen-reader-text {
    display: none;
}
h3.carouselhead {
    font-size: 20px;
}
.search-form {
    padding:10px 0 0 0;
}
.toplinks {
    padding: 20px 0 0 0;
}
.twitter-share-button {
    float: right;
}

.clear {
    clear: both;
}
/* LIGHTBOX */
.ekko-lightbox-container{position:relative}.ekko-lightbox-container>div.ekko-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;width:100%}.ekko-lightbox iframe{width:100%;height:100%}.ekko-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex}.ekko-lightbox-nav-overlay a{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .5s;color:#fff;font-size:30px;z-index:1}.ekko-lightbox-nav-overlay a>*{-ms-flex-positive:1;flex-grow:1}.ekko-lightbox-nav-overlay a>:focus{outline:none}.ekko-lightbox-nav-overlay a span{padding:0 30px}.ekko-lightbox-nav-overlay a:last-child span{text-align:right}.ekko-lightbox-nav-overlay a:hover{text-decoration:none}.ekko-lightbox-nav-overlay a:focus{outline:none}.ekko-lightbox a:hover{opacity:1;text-decoration:none}.ekko-lightbox .modal-dialog{display:none}.ekko-lightbox .modal-footer{text-align:left}.ekko-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ekko-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}.ekko-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:a 2s infinite ease-in-out}.ekko-lightbox-loader>div>div:last-child{animation-delay:-1s}.modal-dialog .ekko-lightbox-loader>div>div{background-color:#333}@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImVra28tbGlnaHRib3guY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLHlCQUNFLGlCQUFtQixDQUNwQixBQUNELGdEQUNFLGtCQUFtQixBQUNuQixNQUFPLEFBQ1AsT0FBUSxBQUNSLFNBQVUsQUFDVixRQUFTLEFBQ1QsVUFBWSxDQUNiLEFBQ0Qsc0JBQ0UsV0FBWSxBQUNaLFdBQWEsQ0FDZCxBQUNELDJCQUNFLFVBQWEsQUFDYixrQkFBbUIsQUFDbkIsTUFBTyxBQUNQLE9BQVEsQUFDUixXQUFZLEFBQ1osWUFBYSxBQUNiLG9CQUFjLEFBQWQsWUFBYyxDQUNmLEFBQ0QsNkJBQ0UsV0FBUSxBQUFSLE9BQVEsQUFDUixvQkFBYyxBQUFkLGFBQWMsQUFDZCxzQkFBb0IsQUFBcEIsbUJBQW9CLEFBQ3BCLFVBQVcsQUFDWCx1QkFBeUIsQUFDekIsV0FBWSxBQUNaLGVBQWdCLEFBQ2hCLFNBQWEsQ0FDZCxBQUNELCtCQUNFLG9CQUFhLEFBQWIsV0FBYSxDQUNkLEFBQ0Qsb0NBQ0UsWUFBYyxDQUNmLEFBQ0Qsa0NBQ0UsY0FBZ0IsQ0FDakIsQUFDRCw2Q0FDRSxnQkFBa0IsQ0FDbkIsQUFDRCxtQ0FDRSxvQkFBc0IsQ0FDdkIsQUFDRCxtQ0FDRSxZQUFjLENBQ2YsQUFDRCx1QkFDRSxVQUFXLEFBQ1gsb0JBQXNCLENBQ3ZCLEFBQ0QsNkJBQ0UsWUFBYyxDQUNmLEFBQ0QsNkJBQ0UsZUFBaUIsQ0FDbEIsQUFDRCxzQkFDRSxrQkFBbUIsQUFDbkIsTUFBTyxBQUNQLE9BQVEsQUFDUixTQUFVLEFBQ1YsUUFBUyxBQUNULFdBQVksQUFDWixvQkFBYyxBQUFkLGFBQWMsQUFFZCwwQkFBdUIsQUFBdkIsc0JBQXVCLEFBRXZCLHFCQUF3QixBQUF4Qix1QkFBd0IsQUFFeEIsc0JBQW9CLEFBQXBCLGtCQUFvQixDQUNyQixBQUNELDBCQUNFLFdBQVksQUFDWixZQUFhLEFBQ2Isa0JBQW1CLEFBQ25CLGlCQUFtQixDQUNwQixBQUNELDhCQUNFLFdBQVksQUFDWixZQUFhLEFBQ2Isa0JBQW1CLEFBQ25CLHNCQUF1QixBQUN2QixXQUFhLEFBQ2Isa0JBQW1CLEFBQ25CLE1BQU8sQUFDUCxPQUFRLEFBQ1IsbUNBQTZDLENBQzlDLEFBQ0QseUNBQ0UsbUJBQXFCLENBQ3RCLEFBQ0QsNENBQ0UscUJBQXVCLENBQ3hCLEFBVUQsYUFDRSxNQUVFLG1CQUFvQixBQUNwQiwwQkFBNEIsQ0FDN0IsQUFDRCxJQUNFLG1CQUFvQixBQUNwQiwwQkFBNEIsQ0FDN0IsQ0FDRiIsImZpbGUiOiJla2tvLWxpZ2h0Ym94LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5la2tvLWxpZ2h0Ym94LWNvbnRhaW5lciB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbi5la2tvLWxpZ2h0Ym94LWNvbnRhaW5lciA+IGRpdi5la2tvLWxpZ2h0Ym94LWl0ZW0ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgYm90dG9tOiAwO1xuICByaWdodDogMDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZWtrby1saWdodGJveCBpZnJhbWUge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkge1xuICB6LWluZGV4OiAxMDA7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkgYSB7XG4gIGZsZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIG9wYWNpdHk6IDA7XG4gIHRyYW5zaXRpb246IG9wYWNpdHkgMC41cztcbiAgY29sb3I6ICNmZmY7XG4gIGZvbnQtc2l6ZTogMzBweDtcbiAgei1pbmRleDogMTAwO1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkgYSA+ICoge1xuICBmbGV4LWdyb3c6IDE7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhID4gKjpmb2N1cyB7XG4gIG91dGxpbmU6IG5vbmU7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhIHNwYW4ge1xuICBwYWRkaW5nOiAwIDMwcHg7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhOmxhc3QtY2hpbGQgc3BhbiB7XG4gIHRleHQtYWxpZ246IHJpZ2h0O1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkgYTpob3ZlciB7XG4gIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGE6Zm9jdXMge1xuICBvdXRsaW5lOiBub25lO1xufVxuLmVra28tbGlnaHRib3ggYTpob3ZlciB7XG4gIG9wYWNpdHk6IDE7XG4gIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbn1cbi5la2tvLWxpZ2h0Ym94IC5tb2RhbC1kaWFsb2cge1xuICBkaXNwbGF5OiBub25lO1xufVxuLmVra28tbGlnaHRib3ggLm1vZGFsLWZvb3RlciB7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgYm90dG9tOiAwO1xuICByaWdodDogMDtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIC8qIGVzdGFibGlzaCBmbGV4IGNvbnRhaW5lciAqL1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAvKiBtYWtlIG1haW4gYXhpcyB2ZXJ0aWNhbCAqL1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgLyogY2VudGVyIGl0ZW1zIHZlcnRpY2FsbHksIGluIHRoaXMgY2FzZSAqL1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmVra28tbGlnaHRib3gtbG9hZGVyID4gZGl2IHtcbiAgd2lkdGg6IDQwcHg7XG4gIGhlaWdodDogNDBweDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYgPiBkaXYge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBib3JkZXItcmFkaXVzOiA1MCU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIG9wYWNpdHk6IDAuNjtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIGFuaW1hdGlvbjogc2stYm91bmNlIDJzIGluZmluaXRlIGVhc2UtaW4tb3V0O1xufVxuLmVra28tbGlnaHRib3gtbG9hZGVyID4gZGl2ID4gZGl2Omxhc3QtY2hpbGQge1xuICBhbmltYXRpb24tZGVsYXk6IC0xcztcbn1cbi5tb2RhbC1kaWFsb2cgLmVra28tbGlnaHRib3gtbG9hZGVyID4gZGl2ID4gZGl2IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzMzMztcbn1cbkAtd2Via2l0LWtleWZyYW1lcyBzay1ib3VuY2Uge1xuICAwJSxcbiAgMTAwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKDApO1xuICB9XG4gIDUwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKDEpO1xuICB9XG59XG5Aa2V5ZnJhbWVzIHNrLWJvdW5jZSB7XG4gIDAlLFxuICAxMDAlIHtcbiAgICB0cmFuc2Zvcm06IHNjYWxlKDApO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZSgwKTtcbiAgfVxuICA1MCUge1xuICAgIHRyYW5zZm9ybTogc2NhbGUoMSk7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKDEpO1xuICB9XG59XG4iXX0= */

.youtube-title {
    display: inline-block;
    width: 50%;
    color: #fff;
    font-size: 18px;
    font-family: Helvetica, Arial;
    line-height: 22px;
}
.youtube-title .text-semibold {
    font-weight: 600;
}
.youtube-button {
    float: right;
    width: 40%;
    height: 80px;
    background-color: #4b305f;
    position: relative;
}
.youtube-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform:translate(-50%,-50%);
}
.youtube-thumbnail {
    background-color: #999999;
    width: 60px;
    height: 40px;
    overflow: hidden;
    float:left;
    margin-right: 15px;
    position: relative;
}
.youtube-thumbnail img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.youtube-desc {
    color: #fff;
    font-size: 12px;
    float: left;
    width: 200px;
}
.youtube-view {
    color: #999999;
    font-size: 14px;
    float: right;
    margin-top: 20px;
}
#top-videos {
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}
#top-videos ul {
    margin-bottom: 40px;
    list-style: none;
}
#top-videos ul li {
    border-bottom: solid 1px #2d2d2d;
    padding: 10px;
}
.youtube-tabs.nav {
    background-color: #252525;
}
.youtube-tabs.nav>li>a {
    padding: 5px 15px !important;
    color: #fff;
    font-size: 14px !important;
}
.youtube-tabs.nav>li>a:hover, .youtube-tabs.nav>li>a:focus {
    background: none;
    border:solid 1px rgba(0,0,0,0);
}