@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
    margin: 0px;
    font-size: 14px;
    color: #000;
    line-height: 18px;
    font-weight: normal;
}
* {
    outline: none;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}
#flashContainer * {
    box-sizing: initial;
}
img {
    border: none;
}
.loader {
    border: 8px solid #f3f3f3;
    /* Light grey */
    border-top: 8px solid #1F883B;
    /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 58%;
    margin-top: 136px;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
 @keyframes spin {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
header {
    width: 100%;
    float: left;
    display: inline;
    border-bottom: 1px solid #141619;
}
.right-section {
    width: 100%;
    float: left;
}
footer {
    width: 100%;
    float: left;
    display: inline;
    position: relative;
    bottom: 0;
    left: 0;
}
.container {
    width: 100%;
    margin: auto;
    float: left;
}
.logo {
    float: left;
    padding: 0px 0px 0px 10px;
}
.left-section {
    width: 300px;
    float: left;
}
.banner {
    width: 100%;
    float: left;
}
.banner img {
    width: 100%;
}
.searchcontainer {
    width: 100%;
    float: left;
    background-color: #eeeeee;
    height: 57px;
}
.carousel-container {
    width: 100%;
    float: left;
    padding: 0px 10px 0px 10px;
    height: 270px;/*margin-bottom:42px;*/
}
.carousel-title {
    float: left;
    width: 100%;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 0px 0px 10px 0px;
}
.carousel-title h3 {
    font-weight: normal;
}
.green-line {
    width: 100%;
    float: left;
    /* margin-bottom: 15px; */
    border-bottom: #1F883B 1px solid;
}
.green-border {
    width: 100px;
    height: 6px;
    float: left;
    background-color: #1F883B;
}
.carousel-thumb-container {
    width: 100%;
    float: left;
}
.slider {
    width: 95%;
    margin: 10px 0px 10px 27px;
}
ul.slider {
    padding: 0;
}
.slick-slide {
    margin: 0px 10px;
}
.slick-slide img {
    width: 100%;
}
.slick-prev:before, .slick-next:before {
    color: black !important;
}
.article-container {
    width: 100%;
    float: right;
    background-color: #141619;
}
.article-title {
    float: left;
    width: 100%;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    padding: 15px 0px 10px 0px;
}
.article-innercontainer {
    width: 33%;
    float: left;
    padding: 20px;
}
.article-content {
    width: 100%;
    float: left;
}
.article-subcontainer {
    width: 100%;
    float: left;
}
.classroom-image {
    float: left;
    width: 12%;
    margin-right: 10px;
}
.classroom-image img {
    width: 100%;
}
.classroom-content {
    float: left;
    width: 100%;
}
.classroom-title {
    color: #b4b5b5;
    font-weight: bold;
    float: left;
    font-size: 1em;
    margin-bottom: 5px;
    width: 100%;
}
.classroom-subcontent {
    color: #b4b5b5;
    float: left;
    font-size: 1em;
    width: 100%;
}
.classroom-container {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.article-topcontainer {
    width: 100%;
    float: right;
}
.features-container {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.features-top {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.features-icon {
    color: #1F883B;
    font-size: 1.5em;
    margin-right: 7px;
    float: left;
}
.features-title {
    color: #b4b5b5;
    float: left;
    font-size: 16px;
    font-weight: bold;
}
.features-content {
    color: #b4b5b5;
    float: left;
    font-size: 14px;
    width: 100%;
}
.footer-container {
    width: 100%;
    float: left;
    background-color: #050608;
}
.footer-links {
    width: 100%;
    text-align: center;
}
.footer-links ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom: 1;
 *display: inline;
    list-style-type: none;
}
.footer-links li {
    float: left;
    font-size: 14px;
    padding: 15px 25px;
}
.footer-links li a {
    color: #ffffff;
    text-decoration: none;
}
.footer-content {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    float: left;
    margin: 10px 0px 10px 0px;
}
.social-links {
    width: 100%;
    text-align: center;
}
.social-links ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom: 1;
 *display: inline;
    list-style-type: none;
}
.social-links li {
    float: left;
    font-size: 26px;
    padding: 2px 5px;
}
.social-links li a {
    text-decoration: none;
}
.facebook a {
    color: #346da6;
}
.twitter a {
    color: #55acee;
}
.gplus a {
    color: #e02f2f;
}
.instagram a {
    color: #ce6f2d;
}
.video-container {
    float: left;
    border-radius: 4px;
    /* border: 1px solid #e3e2e2; */
    position: relative;
    width: 177px;
}
.video-image {
    width: 177px;
}
.video-content {
    width: 100%;
    color: #000;
    padding: 5px;
    font-size: 12px;
    overflow: hidden;
    height: 53px;
    line-height: 1.3;
    text-decoration: none;
    float: left;
}
.slick-next {
    background-image: url(../images/right-arrow.png)!important;
    height: 67px!important;
    width: 12px!important;
    background-repeat: no-repeat!important;
}
.slick-next:before {
    display: none;
}
.slick-prev {
    background-image: url(../images/left-arrow.png)!important;
    height: 67px!important;
    width: 12px!important;
    background-repeat: no-repeat!important;
}
.slick-prev:before {
    display: none;
}
.nav {
    float: right;
}
.nav ul {
    margin: 0;
    padding: 0;
}
.nav li {
    float: left;
    list-style-type: none;
    padding: 0px 10px 10px 40px;
}
.nav li a:hover {
    border-top: 3px solid #1F883B;
}
.nav li a {
    text-decoration: none;
    color: #2a2a2a;
    font-size: 1em;
    text-transform: uppercase;
}
.leftmenu-black {
    background-color: #000;
    width: 100%;
    float: left;
}
.leftmenu-browse a {
    color: #ffffff;
    float: left;
    font-size: 1em;
    margin: 10px;
    text-transform: uppercase;
    text-decoration: none;
}
.leftmenu-browse a:hover {
    text-decoration: underline;
}
.left-menu-advancedsearch a {
    color: #c9c9c9;
    font-size: 1em;
    margin: 10px;
    float: right;
    text-transform: uppercase;
    text-decoration: none;
}
.left-menu-advancedsearch a:hover {
    text-decoration: underline;
}
#leftmenu-browse {
    color: #ffffff;
    float: left;
    font-size: 1em;
    margin: 10px;
    text-transform: uppercase;
    text-decoration: none;
}
#leftmenu-browse:hover {
    text-decoration: underline;
}
#left-menu-advancedsearch {
    color: #c9c9c9;
    font-size: 1em;
    margin: 10px;
    float: right;
    text-transform: uppercase;
    text-decoration: none;
}
#left-menu-advancedsearch:hover {
    text-decoration: underline;
}
#playlist_view_link {
    color: #ffffff;
    float: left;
    font-size: 1em;
    margin: 10px;
    text-transform: uppercase;
    text-decoration: none;
}
#playlist_view_link:hover {
    text-decoration: underline;
}
#playlist_edit_view_link {
    color: #c9c9c9;
    font-size: 1em;
    margin: 10px;
    float: right;
    text-transform: uppercase;
    text-decoration: none;
}
#playlist_edit_view_link:hover {
    text-decoration: underline;
}
.leftmenu-allcollections {
    width: 100%;
    float: left;
    padding: 10px;
    font-size: 1em;
}
.leftmenu-list {
    width: 100%;
    float: left;
}
.leftmenu-list ul {
    clear: both;
    margin: 0 0;
    padding: 0 0 50px;
    list-style-type: none;
}
.leftmenu-list li {
    background-image: url(../images/leftmenu-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin: 0 6px;
    padding: 0 0;
}
.leftmenu-list li:hover {
    border-left: 4px solid #1F883B;
    margin-left: 2px;
}
.leftmenu-list li.hover {
    border-left: 4px solid #1F883B;
    margin-left: 2px;
}
.leftmenu-list li a {
    text-decoration: none;
    color: #2a2a2a;
    font-size: 1em;
    width: calc(100% - 1px);
    display: block;
    margin: 0 0 0 6px;
    padding: 15px 0px 7px 0;
    border-bottom: 1px solid #afafaf;
}
.leftmenu-container {
    float: left;
    width: 100%;
}
.leftmenu-list li.selected a {
    color: #333;
    font-weight: bold;
}
.searchoutter {
    margin: auto;
    margin-top: 10px;
    width: 70%;
}
input[type=search] {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #cbcbcb;
    padding: 10px;
    color: #000000;
    font-size: 1em;
    height: 30px;
    -webkit-appearance: none;
}
.searchtextarea {
    float: left;
    width: 100%;
}
.searchicon {
    float: right;
    position: relative;
    top: -37px;
}
.quote {
    color: #b4b5b5;
    text-align: center;
}
.testimonialcontent .slick-prev {
    display: none !important;
}
.testimonialcontent .slick-next {
    display: none !important;
}
.testimonialcontent .slider {
    margin: 0px;
}
.testimonialcontent {
    margin: auto;
    width: 100%;
}
.slick-dotted.slick-slider {
    margin-bottom: 5px !important;
}
.quote-container {
    color: #b4b5b5;
    margin: 0px;
    position: relative;
}
.quote-container:hover {
    cursor: -webkit-grab;
    cursor: grab;
}
.quote-container .portrait {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}
.quote-container .quote {
    position: relative;
    z-index: 600;
    margin: 0px;
    font-size: 1em;
    font-style: italic;
    line-height: 1.4 !important;
    color: #b4b5b5;
}
.quote-container .quote p {
    position: relative;
    margin-bottom: 20px;
}
.quote-container .quote cite {
    display: block;
    font-size: 14px;
}
.quote-container .quote cite span {
    font-size: 16px;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.dragging .quote-container {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.mobile-nav {
    float: right;
    width: 100%;
    margin-top: -34px;
}
.mobile-menuicon {
    float: right;
}
.mobile-menuicon a {
    float: right;
    margin-right: 5px;
}
.mobile-menu {
    width: 100%;
    float: left;
}
.mobile-menu ul {
    margin: 0;
    padding: 0;
}
.mobile-menu li {
    border-bottom: 1px solid #000;
    padding: 10px;
    text-transform: uppercase;
}
.mobile-menu li a {
    text-decoration: none;
    color: #000;
}
.leftmenubox {
    width: 100%;
    float: left;
}
.advancedsearchbox {
    float: left;
    width: 100%;
    display: none;
    padding: 10px;
}
.advancedsearchcontainer {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.advanced-title {
    width: 100%;
    float: left;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}
.advanced-search input[type=search] {
    width: calc(100% - 40px);
    border-radius: 4px;
    border: 1px solid #cbcbcb;
    padding: 10px;
    color: #000000;
    font-size: 1em;
    margin: 0px 0px 10px 0px;
    float: right;
}
.advanced-search {
    clear: both;
}
.advanced-search label {
    position: relative;
    top: 10px;
}
.dateoutter {
    float: left;
}
.dateleft {
    float: left;
    margin-right: 13px;
}
.dateright {
    float: left;
}
.dateradiobbtn {
    float: left;
}
.datetext {
    float: left;
    font-size: 1em;
}
.dateboxoutter {
    width: 100%;
    float: left;
    margin: 8px 0px 0px 0px;
}
.dateboxtext {
    float: left;
    width: 12%;
    text-align: right;
    margin-right: 10px;
    margin-top: 4px;
}
.dateboxinput {
/*float: left;*/
}
.search-button input {
    width: 80px;
    height: 30px;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    border: none;
    cursor: pointer;
    float: right;
}
.search-button {
    width: 78%;
    float: left;/*margin-top: 7px;*/
}
.searchover a {
    width: 79%;
    float: left;
    text-align: right;
    text-decoration: none;
    color: #000;
    margin-top: 5px;
    font-size: 13px;
}
.searchover a:hover {
    text-decoration: underline;
}
#datepicker-example1 {
    height: 30px;
    width: 176px;
    border-radius: 4px;
    border: 1px solid #cbcbcb;
    padding: 5px;
}
#datepicker-examplenew {
    height: 30px;
    width: 176px;
    border-radius: 4px;
    border: 1px solid #cbcbcb;
    padding: 5px;
}
.mobile-leftmenuicon {
    position: absolute;
    top: 45px;
    left: 4px;
}
.mobile-leftmenuicon {
    background-image: url(../images/mobile-arrow.png);
    width: 30px;
    height: 27px;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 10px;
}
.mobile-leftmenuicon.active {
    background-image: url(../images/mobile-arrow-right.png);
    width: 30px;
    height: 27px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.scrollToTop {
    width: 23px;
    height: 23px;
    text-align: center;
    position: fixed;
    right: 15px;
    display: none;
    background: url(../images/arrow_up.png) no-repeat 0px 0px;
    bottom: 10px;
}
.scrollToTop:hover {
    text-decoration: none;
}
/* custom video controls */

.banner_wrapper {
    width: 100%;
}
.ui-video-background {
    left: 87%;
    position: relative;
}
.banner_wrapper .ui-video-background-controls {
    margin: 0;
    padding: 0 5px;
}
.banner_wrapper .ui-video-background-controls li {
    float: left;
    padding: 2px;
    list-style-type: none;
}
.banner_wrapper .video-pause {
    background-image: url('../images/Pause_Icon-48.png');
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    cursor: pointer;
    float: left;
}
.banner_wrapper .video-pause.playing {
    background-image: url('../images/play.png');
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    cursor: pointer;
    float: left;
}
.banner_wrapper .video-mute {
    background-image: url('../images/banner_volume.png');
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    cursor: pointer;
    float: left;
}
.banner_wrapper .video-mute.unmute {
    background-image: url('../images/banner_mute.png');
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    cursor: pointer;
    float: left;
}
.banner_wrapper .video-stop {
    background-image: url('../images/stop.png');
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    cursor: pointer;
    float: left;
}
.banner video {
    height: 100%;
    width: 100%;
}
.banner-skew-container {
    position: absolute;
    width: 25%;
    z-index: 99;
    right: 0px;
    background-color: #000;
    height: 100%;
}
.banner_textoutter {
    width: 100%;
    color: #fff;
    padding: 20px;
}
.banner_text {
    padding: 15px 0px 25px 0px;
    color: #fff;
}
.viewcollection a {
    color: #fff;
    text-decoration: none;
    background-color: #1F883B;
    padding: 5px 10px 8px 10px;
    border-radius: 4px;
}
.viewcollection a:hover {
    background-color: #1F883B;
}
.banner_arrow {
    float: left;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg);
    display: inline-block;
    width: 5px;
    height: 7px;
    margin: 6px;
}
.viewcollection_outter {
    width: 100%;
}
.banner-controls-container {
    position: absolute;
    bottom: 33px;
    right: 115px;
    z-index: 99999;
    width: 100%;
}
.banner-image-center {
    height: 100%;
    background-position: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: w-resize;
}
.banner_wrapper .slick-slide {
    margin: 0px 0px;
}
.testimonialcontent .slick-dots li.slick-active button:before {
    color: #FFFFFF;
}
.testimonialcontent .slick-dots li button {
    background: #fff !important;
    border-radius: 20px;
    width: 3px !important;
    height: 3px !important;
    opacity: 0.4;
    text-indent: -9999px;
    overflow: hidden;
    padding: 3px !important;/* more CSS */
}
.testimonialcontent .slick-dots li {
    width: 6px !important;
    height: 6px;
    border-radius: 20px;
}
/* Tips and Tools */

.tipscontainer {
    width: 100%;
    float: left;
    /*padding-bottom: 20px;*/
    border: 1px solid #b4b5b5;
}
.tipscontainer2 {
    width: 100%;
    float: left;
}
.tipstitles {
    width: 100%;
    float: left;
    color: #b4b5b5;
    margin-bottom: 10px;
}
.gettingstarted {
    float: left;
    cursor: pointer;
    padding: 10px;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #b4b5b5;
    background: #141619;
    border-top: none;
    border-left: none;
    color: #b4b5b5;
}
.advancedtools {
    float: left;
    cursor: pointer;
    padding: 10px;
    border-left: 1px solid #b4b5b5;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #b4b5b5;
    background: #141619;
    border-top: none;
    color: #b4b5b5;
}
.gettingstarted:hover {
    font-weight: bold;
    color: #fff;
}
.advancedtools:hover {
    font-weight: bold;
    color: #fff;
}
.gettingstarted.active {
    font-weight: bold;
    color: #fff;
    padding: 10px;
    border-bottom: none;
}
.advancedtools.active {
    font-weight: bold;
    color: #fff;
    padding: 10px;
    border-bottom: none;
}
.gettingstarted-content {
    color: #b4b5b5;
    width: 100%;
    float: left;
    margin: auto;
    text-align: center;
    padding: 0px 30px 0px 35px;
}
.advancedtools-content {
    color: #b4b5b5;
    width: 100%;
    float: left;
    margin: auto;
    text-align: center;
    padding: 0px 30px 0px 35px;
}
.advancedtools-content {
    display: none;
}
.single-item .features-container {
    width: 100%;
    float: left;
}
.tipscontainer .slick-dots li.slick-active button:before {
    color: #FFFFFF;
}
.tipscontainer .slick-dots li button {
    background: #fff !important;
    border-radius: 20px;
    width: 3px !important;
    height: 3px !important;
    opacity: 0.4;
    text-indent: -9999px;
    overflow: hidden;
    padding: 3px !important;/* more CSS */
}
.tipscontainer .slick-dots li {
    width: 6px !important;
    height: 6px;
    border-radius: 20px;
}
.tipscontainer .slick-dots {
    bottom: -13px;
}
.tipscontainer .features-title {
    width: 90%;
}
.tipscontainer .features-icon {
    width: 5%;
}
.tipscontainer .features-top {
    width: 100%;
    float: left;
}
.tipscontainer .features-container {
    /*width: 430px;*/
    float: left;
    margin-bottom: 15px;
}
.tipscontainer .features-top {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.tipscontainer .features-icon {
    color: #1F883B;
    font-size: 1.5em;
    margin-right: 7px;
    float: left;
}
.tipscontainer .features-title {
    color: #b4b5b5;
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.tipscontainer .features-content {
    color: #b4b5b5;
    float: left;
    text-align: left;
    font-size: 14px;
    width: 100%;
}
.tipscontainer .slider {
    width: 96%;
    margin: 5px 0px 5px 5px;
}
.tipscontainer .slick-next {
    background-image: url(../images/tips-right-arrow.png)!important;
    height: 14px!important;
    width: 7px!important;
    background-repeat: no-repeat!important;
}
.tipscontainer .slick-next:before {
    display: none;
}
.tipscontainer .slick-prev {
    background-image: url(../images/tips-left-arrow.png)!important;
    height: 14px!important;
    width: 7px!important;
    background-repeat: no-repeat!important;
}
.tipscontainer .slick-prev:before {
    display: none;
}
.tipscontainer .slick-slide {
    margin: 0px 0px;
}
.tipscontainer2 .slick-dots li.slick-active button:before {
    color: #FFFFFF;
}
.tipscontainer2 .slick-dots li button {
    background: #fff !important;
    border-radius: 20px;
    width: 3px !important;
    height: 3px !important;
    opacity: 0.4;
    text-indent: -9999px;
    overflow: hidden;
    padding: 3px !important;/* more CSS */
}
.tipscontainer2 .slick-dots li {
    width: 6px !important;
    height: 6px;
    border-radius: 20px;
}
.tipscontainer2 .slick-dots {
    bottom: -13px;
}
.tipscontainer2 .features-title {
    width: 90%;
}
.tipscontainer2 .features-icon {
    width: 5%;
}
.tipscontainer2 .features-top {
    width: 100%;
    float: left;
}
.tipscontainer2 .features-container {
    /*width: 430px;*/
    float: left;
    margin-bottom: 15px;
}
.tipscontainer2 .features-top {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.tipscontainer2 .features-icon {
    color: #1F883B;
    font-size: 1.5em;
    margin-right: 7px;
    float: left;
}
.tipscontainer2 .features-title {
    color: #b4b5b5;
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.tipscontainer2 .features-content {
    color: #b4b5b5;
    float: left;
    text-align: left;
    font-size: 14px;
    width: 100%;
}
.tipscontainer .slider {
    width: 96%;
    margin: 5px 0px 5px 5px;
}
.tipscontainer2 .slick-next {
    background-image: url(../images/tips-right-arrow.png)!important;
    height: 14px!important;
    width: 7px!important;
    background-repeat: no-repeat!important;
}
.tipscontainer2 .slick-next:before {
    display: none;
}
.tipscontainer2 .slick-prev {
    background-image: url(../images/tips-left-arrow.png)!important;
    height: 14px!important;
    width: 7px!important;
    background-repeat: no-repeat!important;
}
.tipscontainer2 .slick-prev:before {
    display: none;
}
.tipscontainer2 .slick-slide {
    margin: 0px 0px;
}
.video-image-hover {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    background-image: url(../images/slide-hover.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    top: 0;
    right: 0;
    opacity: 0.5;
}
.video-container:hover .video-image-hover {
    display: block;
}
.login-user-status {
    float: right;
    width: 50%;
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
}
.features-title a {
    text-decoration: none;
    color: #b4b5b5;
}
.leftmenu-container .searchover {
    clear: both;
    text-align: right;
    padding-right: 5px;
    margin: 0px 0px 10px;
}
.classroom-content a, .see-more a {
    text-decoration: none;
    color: #b4b5b5;
}
.advancedsearchcontainer .hasDatepicker {
    height: 30px;
    width: 176px;
    border-radius: 4px;
    border: 1px solid #cbcbcb;
    padding: 5px;
}
.allcollction-text {
    float: left;
    padding-right: 10px;
    text-transform: capitalize;
}
.allcollction-text a {
    text-decoration: none;
}
.leftmenu-allcollections .selected {
}
.leftmenu-allcollections .selected a {
    text-decoration: none;
    font-weight: bold;
    color: #1F883B;
}
.leftmenu-allcollections .back {
    margin-top: 11px;
    background-color: #000;
    width: 60px;
    text-align: center;
    color: #fff;
    padding: 1px;
    border-radius: 4px;
    display: block;
}
.leftmenu-allcollections .back a {
    text-decoration: none;
}
.leftmenu-allcollections .back a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}
#guest_mode {
    color: #1F883B;
    font-weight: bold;
}
.leftmenu-allcollections a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.loading-icon {
    padding-top: 60px;
    padding-left: 10px;
}
.banner-image {
    width: 75%;
    float: left;
    overflow: hidden;
}
.banner-category {
    position: absolute;
    background-color: #1F883B;
    font-size: 24px;
    padding: 10px;
    top: 0px;
    color: #fff;
    -webkit-transform: skew(-30deg);
    margin: 0 0 0 -10px;
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
}
.banner-categorytext {
    -webkit-transform: skew(30deg);
    margin: 0 0 0 10px;
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
}
.banner-title {
    color: #fff;
    padding-left: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    border-left: 4px solid #1F883B;
}
.view_large.view_thumb .thumbnail-image-hover {
    background-color: rgba(0, 0, 0, 0.4);
    width: 177px;
    height: 164px;
    display: none;
    position: absolute;
    background-image: url(../images/slide-hover.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    top: 0;
    opacity: 0.5;
    cursor: pointer;
}
.view_large.view_thumb .thumbnail:hover .thumbnail-image-hover {
    display: block;
}
.carousal-error {
    color: red;
    font-size: 21px;
    text-align: center;
}
.newselectbox {
    display: flex;
}
.slick-dots li.slick-active button:before {
    color: #FFFFFF;
}
.slick-dots .slick-active {
    background: #fff !important;
}
.testimonialcontent .slick-dots {
    bottom: -13px;
}
.slick-dots li.slick-active button:before {
    color: #000 !important;
}
.slick-dots li button:before {
    color: #000 !important;
}
.banner_wrapper .slick-dots .slick-active {
    background: #eee !important;
}
.banner_wrapper .slick-dots {
    background-color: #eee;
}
.banner_wrapper .slick-dotted.slick-slider {
    margin-bottom: 23px!important;
}
.banner_wrapper .slick-dots li {
    margin: 0px !important;
}
.banner_wrapper .slick-dots li button::before {
    font-size: 10px !important;
}
.banner {
    visibility: hidden;
}
.banner.slick-initialized {
    visibility: visible;
}
/* .signintext {
    background-color: #1F883B;
    padding: 10px !important;
    margin-top: -10px;
} */

.signintext a {
    color: #fff !important;
    background-color: #1F883B;
    padding: 8px;
    text-transform: uppercase;
}
/* Dropdown Button */

header .dropbtn {
    background-color: #1F883B;
    color: white;
    padding: 10px;
    font-size: 1em;
    /* text-transform: uppercase; */
    margin-top: -10px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */

header .dropdown {
    position: relative;
    display: inline-block;
    padding: 0px 10px 10px 40px;
}
/* Dropdown Content (Hidden by Default) */

header .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 11;
}
/* Links inside the dropdown */

header .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-transform: capitalize;
}
/* Change color of dropdown links on hover */

header .dropdown-content a:hover {
    background-color: #eeeeee;
}
/* Show the dropdown menu on hover */

header .dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

header .dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.iterate {
    margin-top: 10px;
}
.helputil {
/*margin-bottom: -27px;*/
}
.img__wrap {
    position: relative;
    width: 177px;
    font-size: 8px;
    xline-height: 12px;
    right: 10px;
}
.view_thumb .item .thumbnail .img__wrap:hover, .view_thumb .item .thumbnail .img__wrap.hover {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img__description_layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    align-items: center;
    justify-content: center;
}
.view_thumb .item .thumbnail .img__wrap:hover .img__description_layer, .view_thumb .item .thumbnail .img__wrap.hover .img__description_layer {
    visibility: visible;
    opacity: 1;
    height: 119px;
    overflow: hidden;
}
.img__description {
    transition: .2s;
    transform: translateY(1em);
    width: 100%;
    padding: 8px;
}
.view_thumb .item .thumbnail .img__wrap:hover .img__description, .view_thumb .item .thumbnail .img__wrap.hover .img__description {
    transform: translateY(0);
    position: absolute;
    font-size: 6px;
}
.icon-links {
    transition: .2s;
    transform: translateY(1em);
    float: left;
    padding: 0px 0px 0px 8px;
    visibility: visible;
}
.view_thumb .item .thumbnail .img__wrap:hover .icon-links, .view_thumb .item .thumbnail .img__wrap.hover .icon-links {
    transform: translateY(0);
    xposition: absolute;
}
.icon-links a {
    color: #fff;
    padding: 0px 0px 0px 0px;
    font-size: 10px;
    visibility: visible;
}
.icon-linkplay {
    transition: .2s;
    transform: translateY(1em);
}
.view_thumb .item .thumbnail .img__wrap:hover .icon-linkplay, .view_thumb .item .thumbnail .img__wrap.hover .icon-linkplay {
    transform: translateY(0);
    width: 100%;
    text-align: center;
    margin: 30px 0px 0px 0px;
}
.icon-linkplay a {
    color: #fff;
    padding: 5px;
    font-size: 24px;
    visibility: visible;
}
.img_text {
    xposition: absolute;
    width: 100%;
    font-size: 6px;
}
.img-text-outter {
    width: calc(100% - 85px) !important;
    padding: 5px;
    float: left;
    margin: 0px;
    line-height: 11px;
}
.img-text-outter p {
    margin: 0px;
}
.img-descripton-outter {
    width: 100%;
    float: left;
    padding: 0px 5px 5px 5px;
    max-height: 16px;
    overflow: hidden;
}
.img-icons-outter {
    line-height: 11px;
    float: right;
    margin-right: 10px;
}
.img-descripton-outter p {
    margin: 0;
    line-height: 8px;
}
.icon-links p {
    margin: 0;
}
.video-image .img__wrap:hover, .video-image .img__wrap.hover {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.video-image .img__wrap:hover .img__description_layer, .video-image .img__wrap.hover .img__description_layer {
    visibility: visible;
    opacity: 1;
    height: 122px;
    overflow: hidden;
}
.video-image .img__wrap:hover .img__description, .video-image .img__wrap.hover .img__description {
    transform: translateY(0);
    position: absolute;
    font-size: 6px;
}
.video-image.img__wrap:hover .icon-links, .video-image.img__wrap.hover .icon-links {
    transform: translateY(0);
    xposition: absolute;
}
.video-image .img__wrap:hover .icon-linkplay, .video-image .img__wrap.hover .icon-linkplay {
    transform: translateY(0);
    width: 100%;
    text-align: center;
    margin: 30px 0px 0px 0px;
}
.video-image .img__wrap:hover .icon-linkplay a, .video-image .img__wrap.hover .icon-linkplay a {
    opacity: 1;
    visibility: visible;
}
.carousel-thumb-container.ntw .carousel-thumb-container.ptm .carousel-thumb-container.nos {
    height: 200px;
}
.carousel-container .slick-slide {
    height: 181px;
}
/*.carousel-container .img__wrap {position: static;}*/

.responsive .slick-track {
}
.dropdown-content li {
    padding: 0;
    float: left;
    width: 185px;
    right: 0px;
    position: relative;
}
.responsive.slider .slick-slide {
    margin: 0;
}
.playlist-vdo-info {
    width: 68%;
}
.leftmenu-browse.newshare-playlist a {
    cursor: default;
    text-decoration: none;
}
.camp-pers {
    font-size: 9px;
}
.custom-checkbox {
    color: #7ee27e;
}
.carousel-title h1 {
    font-weight: normal;
}
.recommended-title {
    margin-top: 15px;
    font-weight: normal;
}
.login_label {
    float: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}
.recenttitle {
    margin-top: 15px;
}
.newplaylist label {
    font-weight: bold;
}
.playlist-txtbox {
    margin-top: 10px;
}
.show-pagination li.active a.focused, .p-toggle a.close.focused, .rightarrow a.focused, .leftarrow a.focused {
    outline-color: #FFF !important;
}
.carousel-title #recenttitle {
    margin-top: 15px;
    font-weight: normal;
}
#featuredmonthtitle, #nbcoriginaltitle {
    font-weight: normal;
}
.gettingstarted-content .fade-slide-next, .advancedtools-content .fade-slide-next {
    float: right;
    bottom: 57px;
    color: #FFF;
    position: relative;
    font-size: 18px;
}
.gettingstarted-content .features-slide-next {
    float: right;
    bottom: 75px;
    color: #FFF;
    position: relative;
    font-size: 18px
}
.gettingstarted-content .features-slide-prev {
    color: #FFF;
    font-size: 18px;
    position: relative;
    top: 75px;
    float: left;
    margin-right: 34px;
}
.gettingstarted-content .fade-slide-prev, .advancedtools-content .fade-slide-prev {
    color: #FFF;
    font-size: 18px;
    position: relative;
    top: 18px;
    float: left;
    margin-right: 34px;
}
.img-keyword {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 7px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 10px;
}
.img-desc {
    width: 100%;
    float: left;
    padding: 0px 5px 5px 5px;
    max-height: 25px;
    overflow: visible;
    font-size: 6px;
    line-height: 8px;
}
.img-keyword a {
    color: #fff;
    text-decoration: none;
    visibility: visible;
}
.searchtextarea input[type=search] {
    height: 38px;
}
.leftmenu-allcollections > div {
    display: inline;
}
.k12reg {
    margin-left: 139px;
    margin-bottom: 20px;
}
.k12ft {
    margin-bottom: 20px;
    margin-left: 139px;
    float: left;
}
.k12eft {
    margin-left: 178px;
}
.errk12reg {
    margin-left: 99px !important;
    margin-top: -25px !important;
    color: #e32b00;
}
.errk12ft {
    margin-left: 100px !important;
    margin-top: -30px !important;
    color: #e32b00;
    width: 100%;
}
.errk12eft {
    margin-left: 139px !important;
    margin-top: -10px !important;
    color: #e32b00;
}
