@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
/*font-family: 'Oswald', sans-serif;*/
/*font-family: 'Roboto', sans-serif;*/

*{
    margin:0;
    padding: 0;
    font-size: 13px;
    box-sizing: border-box;
    word-wrap: break-word;
    /*font-family: 'Open Sans', sans-serif;*/
     font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
    list-style: none;
}
body{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bkg2.png);
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: 118%;
    background-color: #000000;
    /* background-color: rgb(0, 0, 0); */
    background-position: 50% 0px;
    font-size: 13px;
    font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: Black;
    line-height: 19px;
}
img{
    width:100%;
}
a, a:hover{
    outline:none;
    text-decoration: none;
}
.wrapper {
    width: 100%;
    max-width: 980px;
    margin: 0px auto;    
}
.logo-on-desktop {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.logo-on-desktop a img {
    max-width: 250px;
    margin: 0 auto;
}
nav.navbar{
    background: rgba(3,35,35,1);
    background: -moz-linear-gradient(top, rgba(3,35,35,1) 0%, rgba(0,0,16,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,35,35,1)), color-stop(100%, rgba(0,0,16,1)));
    background: -webkit-linear-gradient(top, rgba(3,35,35,1) 0%, rgba(0,0,16,1) 100%);
    background: -o-linear-gradient(top, rgba(3,35,35,1) 0%, rgba(0,0,16,1) 100%);
    background: -ms-linear-gradient(top, rgba(3,35,35,1) 0%, rgba(0,0,16,1) 100%);
    background: linear-gradient(to bottom, rgba(3,35,35,1) 0%, rgba(0,0,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032323', endColorstr='#000010', GradientType=0 );
}
#menu .main-menu a.navbar-brand {
    background: #333333;
    padding: 13px 18px;
    margin: 0;
    border-radius: 10px 0 0 0;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(61,62,62,1)), color-stop(36%, rgba(61,62,62,1)), color-stop(40%, rgba(0,0,0,1)), color-stop(70%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(61,62,62,1) 0%, rgba(61,62,62,1) 36%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(61,62,62,1) 0%, rgba(61,62,62,1) 36%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(61,62,62,1) 0%, rgba(61,62,62,1) 36%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(61,62,62,1) 0%, rgba(61,62,62,1) 36%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3e3e', endColorstr='#000000', GradientType=0 );
}
a.navbar-brand img {
    max-width: 25px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 14px 23px;
    text-transform: uppercase;
    font-size: 17px;
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}
.cntn-hldr {
    width: 100%;
  /*  padding: 15px;*/
    padding: 10px;
    background: #000000;
    margin: 10px 0 0 0;
    box-shadow: 0 0 20px 0px rgba(255, 255, 255, 0.16);
    border-radius: 9px;
    display: flex;
    flex-wrap: wrap;
}
.navbar-expand-lg .navbar-collapse {
    padding: 0 11px 0 3px;
}
.lft-sdbr {
    /*width: 223px;*/
    width: 188px;
    float: left;
    background: #e1e1e1;    
    border-radius: 9px 0 0 9px;
    border-right: 1px solid #bbb;
}
.rght-sdbar {
    float: right;
    /*width: calc( 100% - 223px );*/
            width: calc( 100% - 188px );
    background: #fff;
    color: #000;
    padding: 0 10px;
    
    border-radius: 0 9px  9px 0;
}
ul.lft-sdbr-mnu li ul, ul.lft-sdbr-mnu,  div.lft-sdbr-mnu ul, div.lft-sdbr-mnu {
    margin: 0;
}
ul.lft-sdbr-mnu li ul li, div.lft-sdbr-mnu ul li {
    padding:0 4px;
    list-style: none;
}
ul.lft-sdbr-mnu li ul li a,  div.lft-sdbr-mnu ul li a {
    display: block;
    color: #585858;
    /*padding: 4px 10px;*/

    padding: 4px 18px;
    border: 1px solid transparent;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 700;
}
ul.lft-sdbr-mnu li ul li a:hover, ul.lft-sdbr-mnu li ul li.active a,   div.lft-sdbr-mnu ul li a:hover, div.lft-sdbr-mnu ul li.active a {
    border: 1px solid #b9b9b9;
    box-shadow: 0px 1px 1px inset rgba(0,0,0,0.3);
    background: #efefef;
    color: #000;
}
.menuh-hdng a {
    display: block;
    padding: 17px 15px;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    background: rgba(66,114,114,1);
    background: -moz-linear-gradient(top, rgba(66,114,114,1) 0%, rgba(66,114,114,1) 37%, rgba(48,104,104,1) 43%, rgba(48,104,104,1) 88%, rgba(48,104,104,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(66,114,114,1)), color-stop(37%, rgba(66,114,114,1)), color-stop(43%, rgba(48,104,104,1)), color-stop(88%, rgba(48,104,104,1)), color-stop(100%, rgba(48,104,104,1)));
    background: -webkit-linear-gradient(top, rgba(66,114,114,1) 0%, rgba(66,114,114,1) 37%, rgba(48,104,104,1) 43%, rgba(48,104,104,1) 88%, rgba(48,104,104,1) 100%);
    background: -o-linear-gradient(top, rgba(66,114,114,1) 0%, rgba(66,114,114,1) 37%, rgba(48,104,104,1) 43%, rgba(48,104,104,1) 88%, rgba(48,104,104,1) 100%);
    background: -ms-linear-gradient(top, rgba(66,114,114,1) 0%, rgba(66,114,114,1) 37%, rgba(48,104,104,1) 43%, rgba(48,104,104,1) 88%, rgba(48,104,104,1) 100%);
    background: linear-gradient(to bottom, rgba(66,114,114,1) 0%, rgba(66,114,114,1) 37%, rgba(48,104,104,1) 43%, rgba(48,104,104,1) 88%, rgba(48,104,104,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#427272', endColorstr='#306868', GradientType=0 );
}
.media-content .menuh-hdng a {
    background: rgba(83,109,134,1);
    background: -moz-linear-gradient(top, rgba(83,109,134,1) 0%, rgba(83,109,134,1) 37%, rgba(63,91,118,1) 43%, rgba(63,91,118,1) 88%, rgba(63,91,118,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(83,109,134,1)), color-stop(37%, rgba(83,109,134,1)), color-stop(43%, rgba(63,91,118,1)), color-stop(88%, rgba(63,91,118,1)), color-stop(100%, rgba(63,91,118,1)));
    background: -webkit-linear-gradient(top, rgba(83,109,134,1) 0%, rgba(83,109,134,1) 37%, rgba(63,91,118,1) 43%, rgba(63,91,118,1) 88%, rgba(63,91,118,1) 100%);
    background: -o-linear-gradient(top, rgba(83,109,134,1) 0%, rgba(83,109,134,1) 37%, rgba(63,91,118,1) 43%, rgba(63,91,118,1) 88%, rgba(63,91,118,1) 100%);
    background: -ms-linear-gradient(top, rgba(83,109,134,1) 0%, rgba(83,109,134,1) 37%, rgba(63,91,118,1) 43%, rgba(63,91,118,1) 88%, rgba(63,91,118,1) 100%);
    background: linear-gradient(to bottom, rgba(83,109,134,1) 0%, rgba(83,109,134,1) 37%, rgba(63,91,118,1) 43%, rgba(63,91,118,1) 88%, rgba(63,91,118,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#536d86', endColorstr='#3f5b76', GradientType=0 );
}
.library-content .menuh-hdng a {
    background: rgba(142,143,116,1);
    background: -moz-linear-gradient(top, rgba(142,143,116,1) 0%, rgba(142,143,116,1) 37%, rgba(126,127,99,1) 43%, rgba(126,127,99,1) 88%, rgba(126,127,99,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(142,143,116,1)), color-stop(37%, rgba(142,143,116,1)), color-stop(43%, rgba(126,127,99,1)), color-stop(88%, rgba(126,127,99,1)), color-stop(100%, rgba(126,127,99,1)));
    background: -webkit-linear-gradient(top, rgba(142,143,116,1) 0%, rgba(142,143,116,1) 37%, rgba(126,127,99,1) 43%, rgba(126,127,99,1) 88%, rgba(126,127,99,1) 100%);
    background: -o-linear-gradient(top, rgba(142,143,116,1) 0%, rgba(142,143,116,1) 37%, rgba(126,127,99,1) 43%, rgba(126,127,99,1) 88%, rgba(126,127,99,1) 100%);
    background: -ms-linear-gradient(top, rgba(142,143,116,1) 0%, rgba(142,143,116,1) 37%, rgba(126,127,99,1) 43%, rgba(126,127,99,1) 88%, rgba(126,127,99,1) 100%);
    background: linear-gradient(to bottom, rgba(142,143,116,1) 0%, rgba(142,143,116,1) 37%, rgba(126,127,99,1) 43%, rgba(126,127,99,1) 88%, rgba(126,127,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8f74', endColorstr='#7e7f63', GradientType=0 );
}
.features-content .menuh-hdng a {
    background: rgba(119,117,147,1);
    background: -moz-linear-gradient(top, rgba(119,117,147,1) 0%, rgba(119,117,147,1) 37%, rgba(104,101,135,1) 43%, rgba(104,101,135,1) 88%, rgba(104,101,135,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(119,117,147,1)), color-stop(37%, rgba(119,117,147,1)), color-stop(43%, rgba(104,101,135,1)), color-stop(88%, rgba(104,101,135,1)), color-stop(100%, rgba(104,101,135,1)));
    background: -webkit-linear-gradient(top, rgba(119,117,147,1) 0%, rgba(119,117,147,1) 37%, rgba(104,101,135,1) 43%, rgba(104,101,135,1) 88%, rgba(104,101,135,1) 100%);
    background: -o-linear-gradient(top, rgba(119,117,147,1) 0%, rgba(119,117,147,1) 37%, rgba(104,101,135,1) 43%, rgba(104,101,135,1) 88%, rgba(104,101,135,1) 100%);
    background: -ms-linear-gradient(top, rgba(119,117,147,1) 0%, rgba(119,117,147,1) 37%, rgba(104,101,135,1) 43%, rgba(104,101,135,1) 88%, rgba(104,101,135,1) 100%);
    background: linear-gradient(to bottom, rgba(119,117,147,1) 0%, rgba(119,117,147,1) 37%, rgba(104,101,135,1) 43%, rgba(104,101,135,1) 88%, rgba(104,101,135,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777593', endColorstr='#686587', GradientType=0 );
}
.micsem-content .menuh-hdng a {
    background: rgba(152,169,192,1);
    background: -moz-linear-gradient(top, rgba(152,169,192,1) 0%, rgba(152,169,192,1) 37%, rgba(142,161,187,1) 43%, rgba(142,161,187,1) 88%, rgba(142,161,187,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(152,169,192,1)), color-stop(37%, rgba(152,169,192,1)), color-stop(43%, rgba(142,161,187,1)), color-stop(88%, rgba(142,161,187,1)), color-stop(100%, rgba(142,161,187,1)));
    background: -webkit-linear-gradient(top, rgba(152,169,192,1) 0%, rgba(152,169,192,1) 37%, rgba(142,161,187,1) 43%, rgba(142,161,187,1) 88%, rgba(142,161,187,1) 100%);
    background: -o-linear-gradient(top, rgba(152,169,192,1) 0%, rgba(152,169,192,1) 37%, rgba(142,161,187,1) 43%, rgba(142,161,187,1) 88%, rgba(142,161,187,1) 100%);
    background: -ms-linear-gradient(top, rgba(152,169,192,1) 0%, rgba(152,169,192,1) 37%, rgba(142,161,187,1) 43%, rgba(142,161,187,1) 88%, rgba(142,161,187,1) 100%);
    background: linear-gradient(to bottom, rgba(152,169,192,1) 0%, rgba(152,169,192,1) 37%, rgba(142,161,187,1) 43%, rgba(142,161,187,1) 88%, rgba(142,161,187,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98a9c0', endColorstr='#8ea1bb', GradientType=0 );
}
.menuh-hdng a:hover {
    background: rgba(106,106,106,1);
    background: -moz-linear-gradient(top, rgba(106,106,106,1) 0%, rgba(106,106,106,1) 39%, rgba(89,90,90,1) 40%, rgba(89,90,90,1) 88%, rgba(89,90,90,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(106,106,106,1)), color-stop(39%, rgba(106,106,106,1)), color-stop(40%, rgba(89,90,90,1)), color-stop(88%, rgba(89,90,90,1)), color-stop(100%, rgba(89,90,90,1)));
    background: -webkit-linear-gradient(top, rgba(106,106,106,1) 0%, rgba(106,106,106,1) 39%, rgba(89,90,90,1) 40%, rgba(89,90,90,1) 88%, rgba(89,90,90,1) 100%);
    background: -o-linear-gradient(top, rgba(106,106,106,1) 0%, rgba(106,106,106,1) 39%, rgba(89,90,90,1) 40%, rgba(89,90,90,1) 88%, rgba(89,90,90,1) 100%);
    background: -ms-linear-gradient(top, rgba(106,106,106,1) 0%, rgba(106,106,106,1) 39%, rgba(89,90,90,1) 40%, rgba(89,90,90,1) 88%, rgba(89,90,90,1) 100%);
    background: linear-gradient(to bottom, rgba(106,106,106,1) 0%, rgba(106,106,106,1) 39%, rgba(89,90,90,1) 40%, rgba(89,90,90,1) 88%, rgba(89,90,90,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#595a5a', GradientType=0 );
}
.cmmn-fttr p.enhfoot {
    margin: 0 0 10px;
}
.enhfoot a {
    font-family: Tahoma, Geneva, Arial, sans-serif;
    font-size: 18px;
    line-height: 35px;
    font-weight: normal;
    color: #8B8B8B;
    letter-spacing: 1px;
}
.cmmn-fttr ul {
    list-style: none;
}
.cmmn-fttr ul li a {
    display: block;
    color: #626262; 
    padding:3px 2px;
    border-top: 1px dotted #383838;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    
}
.cmmn-fttr ul ul li {
    padding-left: 11px;
}
.cmmn-fttr ul, .cmmn-fttr p {
    margin: 0;
}
.cmmn-fttr ul li {
    margin: 0px;
}
.cmmn-fttr ul li a:hover {   
    background-color: #2e6262;
    border: 1px solid #fff;
    color: #fff;
}
.cmmn-fttr #footmedia li a:hover {
    background-color: #405c78;
}
.cmmn-fttr #footlibrary li a:hover {
    background-color: #888868;
}
.cmmn-fttr #footforum li a:hover {
    background-color: #612829;
}
.cmmn-fttr #footfeatures li a:hover {
    background-color: #686587;
}
.cmmn-fttr #footabout li a:hover {
    background-color: #8fa2bc;
}
.hover-cstm {
    border: 1px solid transparent;
    padding: 10px 5px;
    margin: 0 0px;
}
.hover-cstm:hover{  
    background-color: #0F0F0F;
    border: solid 1px #AFAFAF;
}
.abt_hometxt {
    display: block;
    text-align: left;
    width: 100%;
    max-width: 670px;
    padding-left: 20px;
    padding-top: 0px;
    background-color: #FFFFFF;
}
.abt_hometxt p a{
    color: #62624b; font-size:14px !important;
} 

footer.cmmn-fttr {
    width: 100%;
    max-width:  930px;
    margin: 10px auto 0;
}

.no-padding {
    padding: 0;
}

.abt_home {
    margin: 15px 0;
}

/*navbar starts here*/

#menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, .05);
}

#menu li, 
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
  background-color: #444;
  border-width: 1px 1px 0;
  margin: 0 1em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
  position: relative;
  display: block;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#menu, #toggle-menu {
    border-radius: 10px 10px 0px 0px;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(61,62,62,1)), color-stop(36%, rgba(61,62,62,1)), color-stop(40%, rgba(0,0,0,1)), color-stop(70%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(61,62,62,1) 0%, rgba(61,62,62,1) 36%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(61,62,62,1) 0%, rgba(61,62,62,1) 36%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(61,62,62,1) 0%, rgba(61,62,62,1) 36%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(61,62,62,1) 0%, rgba(61,62,62,1) 36%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3e3e', endColorstr='#000000', GradientType=0 );
}

#toggle-menu, 
#menu a {
  padding: 1em 1.5em;
}

#menu a {
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
    border-right: 1px solid #525252;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    padding: 16px 18px;
}

#menu a:hover , #menu li.active a {
    color: #fff;
    background: rgba(106,145,145,1);
    background: -moz-linear-gradient(top, rgba(106,145,145,1) 0%, rgba(106,145,145,1) 36%, rgba(46,97,97,1) 40%, rgba(46,97,97,1) 70%, rgba(46,97,97,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(106,145,145,1)), color-stop(36%, rgba(106,145,145,1)), color-stop(40%, rgba(46,97,97,1)), color-stop(70%, rgba(46,97,97,1)), color-stop(100%, rgba(46,97,97,1)));
    background: -webkit-linear-gradient(top, rgba(106,145,145,1) 0%, rgba(106,145,145,1) 36%, rgba(46,97,97,1) 40%, rgba(46,97,97,1) 70%, rgba(46,97,97,1) 100%);
    background: -o-linear-gradient(top, rgba(106,145,145,1) 0%, rgba(106,145,145,1) 36%, rgba(46,97,97,1) 40%, rgba(46,97,97,1) 70%, rgba(46,97,97,1) 100%);
    background: -ms-linear-gradient(top, rgba(106,145,145,1) 0%, rgba(106,145,145,1) 36%, rgba(46,97,97,1) 40%, rgba(46,97,97,1) 70%, rgba(46,97,97,1) 100%);
    background: linear-gradient(to bottom, rgba(106,145,145,1) 0%, rgba(106,145,145,1) 36%, rgba(46,97,97,1) 40%, rgba(46,97,97,1) 70%, rgba(46,97,97,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a9191', endColorstr='#2e6161', GradientType=0 );
}

#menu .sub-menu, .menu-features-sidebar-menu-container .sub-menu {
  display: none;
}
#menu .sub-menu a:hover , #menu .sub-menu a {
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
    border-top: 1px solid #969696;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    /*font-weight: 300;*/
     font-weight: 500;
    padding: 12px 18px;
    color: #fff;
    letter-spacing: 1px;
}
#menu .sub-menu a, #menu li.active .sub-menu li a {
    background: rgba(80,80,80,1);
    background: -moz-linear-gradient(top, rgba(80,80,80,1) 0%, rgba(80,80,80,1) 7%, rgba(92,92,92,1) 19%, rgba(92,92,92,1) 35%, rgba(51,51,51,1) 81%, rgba(51,51,51,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(80,80,80,1)), color-stop(7%, rgba(80,80,80,1)), color-stop(19%, rgba(92,92,92,1)), color-stop(35%, rgba(92,92,92,1)), color-stop(81%, rgba(51,51,51,1)), color-stop(100%, rgba(51,51,51,1)));
    background: -webkit-linear-gradient(top, rgba(80,80,80,1) 0%, rgba(80,80,80,1) 7%, rgba(92,92,92,1) 19%, rgba(92,92,92,1) 35%, rgba(51,51,51,1) 81%, rgba(51,51,51,1) 100%);
    background: -o-linear-gradient(top, rgba(80,80,80,1) 0%, rgba(80,80,80,1) 7%, rgba(92,92,92,1) 19%, rgba(92,92,92,1) 35%, rgba(51,51,51,1) 81%, rgba(51,51,51,1) 100%);
    background: -ms-linear-gradient(top, rgba(80,80,80,1) 0%, rgba(80,80,80,1) 7%, rgba(92,92,92,1) 19%, rgba(92,92,92,1) 35%, rgba(51,51,51,1) 81%, rgba(51,51,51,1) 100%);
    background: linear-gradient(to bottom, rgba(80,80,80,1) 0%, rgba(80,80,80,1) 7%, rgba(92,92,92,1) 19%, rgba(92,92,92,1) 35%, rgba(51,51,51,1) 81%, rgba(51,51,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#333333', GradientType=0 );
}
#menu .sub-menu a:hover , #menu li.active .sub-menu li a:hover {
    background: rgba(30,63,63,1);
    background: -moz-linear-gradient(top, rgba(30,63,63,1) 0%, rgba(48,103,103,1) 25%, rgba(53,109,109,1) 42%, rgba(27,56,56,1) 84%, rgba(27,56,56,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30,63,63,1)), color-stop(25%, rgba(48,103,103,1)), color-stop(42%, rgba(53,109,109,1)), color-stop(84%, rgba(27,56,56,1)), color-stop(100%, rgba(27,56,56,1)));
    background: -webkit-linear-gradient(top, rgba(30,63,63,1) 0%, rgba(48,103,103,1) 25%, rgba(53,109,109,1) 42%, rgba(27,56,56,1) 84%, rgba(27,56,56,1) 100%);
    background: -o-linear-gradient(top, rgba(30,63,63,1) 0%, rgba(48,103,103,1) 25%, rgba(53,109,109,1) 42%, rgba(27,56,56,1) 84%, rgba(27,56,56,1) 100%);
    background: -ms-linear-gradient(top, rgba(30,63,63,1) 0%, rgba(48,103,103,1) 25%, rgba(53,109,109,1) 42%, rgba(27,56,56,1) 84%, rgba(27,56,56,1) 100%);
    background: linear-gradient(to bottom, rgba(30,63,63,1) 0%, rgba(48,103,103,1) 25%, rgba(53,109,109,1) 42%, rgba(27,56,56,1) 84%, rgba(27,56,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3f3f', endColorstr='#1b3838', GradientType=0 );
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}


#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 1.5em;
  top: 1.25em;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}

#menu .drop-icon {
  line-height: 1;
}
#menu form.form-inline , .cmmn-fttr .newsletter-footer ul li form.form-inline {
    position: relative;
}
#menu .form-inline .btn , .cmmn-fttr .newsletter-footer ul li .btn , .micsum-video .redirect-cont li .btn {
    position: absolute;
    right: 14px;
    top: 12px;
    outline: none;
    border: none;
    border-radius: 6px;
    padding: 3px 12px;
    color: #fff;
    background: rgba(111,111,111,1);
    background: -moz-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(111,111,111,1) 35%, rgba(75,75,75,1) 39%, rgba(75,75,75,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(111,111,111,1)), color-stop(35%, rgba(111,111,111,1)), color-stop(39%, rgba(75,75,75,1)), color-stop(100%, rgba(75,75,75,1)));
    background: -webkit-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(111,111,111,1) 35%, rgba(75,75,75,1) 39%, rgba(75,75,75,1) 100%);
    background: -o-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(111,111,111,1) 35%, rgba(75,75,75,1) 39%, rgba(75,75,75,1) 100%);
    background: -ms-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(111,111,111,1) 35%, rgba(75,75,75,1) 39%, rgba(75,75,75,1) 100%);
    background: linear-gradient(to bottom, rgba(111,111,111,1) 0%, rgba(111,111,111,1) 35%, rgba(75,75,75,1) 39%, rgba(75,75,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#4b4b4b', GradientType=0 );
}
.cmmn-fttr .newsletter-footer ul li .btn {
    right: 14px;
    top: 5px;
    margin: 0 !important;
}
#menu .form-inline .btn:hover , 
#menu .form-inline .btn:focus , 
#menu .form-inline .btn:active , 
.cmmn-fttr .newsletter-footer ul li .btn:hover , 
.cmmn-fttr .newsletter-footer ul li .btn:active , 
.cmmn-fttr .newsletter-footer ul li .btn:focus , 
.micsum-video .redirect-cont li .btn:hover , 
.micsum-video .redirect-cont li .btn:active , 
.micsum-video .redirect-cont li .btn:focus {
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,130,196,1)), color-stop(35%, rgba(102,130,196,1)), color-stop(39%, rgba(66,94,160,1)), color-stop(100%, rgba(66,94,160,1)));
    background: -webkit-linear-gradient(top, rgba(102,130,196,1) 0%, rgba(102,130,196,1) 35%, rgba(66,94,160,1) 39%, rgba(66,94,160,1) 100%);
    background: -o-linear-gradient(top, rgba(102,130,196,1) 0%, rgba(102,130,196,1) 35%, rgba(66,94,160,1) 39%, rgba(66,94,160,1) 100%);
    background: -ms-linear-gradient(top, rgba(102,130,196,1) 0%, rgba(102,130,196,1) 35%, rgba(66,94,160,1) 39%, rgba(66,94,160,1) 100%);
    background: linear-gradient(to bottom, rgba(102,130,196,1) 0%, rgba(102,130,196,1) 35%, rgba(66,94,160,1) 39%, rgba(66,94,160,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6682c4', endColorstr='#425ea0', GradientType=0 );
}
#menu .form-inline input.form-control {
    width: 230px;
    margin: 8px 0px 0 0px;
    border-radius: 0 8px 8px 0;
    height: auto;
    outline: none;
    box-shadow: none;
}
#menu .search-icon img {
    max-width: 22px;
}
#menu .search-icon {
    background: #fff;
    border-radius: 8px 0px 0px 8px;
    padding: 7px;
    margin: 8px 0 0 12px;
}
.arrow-left {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 18px solid #424242;
    top: -4px;
    position: relative;
}
.menuh-hdng .arrow-left {
    display: inline-block;
    float: right;
    visibility: hidden;
}
.menuh-hdng:hover .arrow-left {
    visibility: visible;
}
.abt_home h1 {
    text-align: left;
    font-size: 22px;
    color: #7a7a7a;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 20px;
    border: 1px solid #b9b9b9;
    border-radius: 8px;
    box-shadow: 0px 0px 4px inset rgba(0,0,0,0.2);
    background-image: linear-gradient(to bottom, #f6f6f6, #e7e7e7, #d9d9d9, #cacaca, #bcbcbc);
}
.abt_home.banner-top-tx {
    margin-bottom: 0;
}
.abt_home.banner-top-tx h1 {
    margin-bottom: 0;
    border-radius: 8px 8px 8px 0px;
    box-shadow: none;
    border-bottom: none;
}
.banner-img {
    position: relative;
    padding: 0 0 0 14px;
}
.banner-img:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../images/bottom-border.png) no-repeat;
    height: 19px;
    width: auto;
}
.banner-img:before {
    content: "";
    position: absolute;
    bottom: 19px;
    left: 0;
    background: url(../images/left-border.png) no-repeat;
    height: 100%;
    width: 14px;
    z-index: 1;
    background-size: cover;
}
.banner-img a.btn {
    position: absolute;
    right: 0px;
    bottom: 0;
    border: none;
    color: #757575;
    font-size: 13px;
    font-weight: 700;
    border-radius: 6px 6px 8px 0px;
    padding: 5px 34px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    border-bottom: 1px solid #848484;
    background: -moz-linear-gradient(270deg, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 32%, rgba(209,209,209,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(32%, rgba(246,246,246,1)), color-stop(100%, rgba(209,209,209,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 32%, rgba(209,209,209,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 32%, rgba(209,209,209,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 32%, rgba(209,209,209,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 32%, rgba(209,209,209,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#d1d1d1',GradientType=0 ); /* ie6-9 */
}
.cmmn-fttr .contact-footer {
    display: block;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
    margin: 2px 0 10px;
    padding: 6px 0;
    text-align: center;
}
.cmmn-fttr .contact-footer ul li, .cmmn-fttr .contact-footer ul li a {
    display: inline-block;
    color: #fff;
    border-top: none;
    border-bottom: none;
    font-size: 12px;
    font-weight: 400;
    padding: 0 4px;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
}
.cmmn-fttr .contact-footer ul li {
    border-right: 1px solid #6b6b6b;
}
.cmmn-fttr .contact-footer ul li:last-child {
    border-right: none;
}
.cmmn-fttr .contact-footer ul li a {
    border-left: none;
    border-right: none;
}
.cmmn-fttr .contact-footer ul li a:hover {
    display: inline-block;
    color: #fff;
    border-top: none;
    border-bottom: none;
    background: none;
    border-right: transparent;
    border-left: transparent;
    text-decoration: underline;
}
.cmmn-fttr .newsletter-footer .facebook {
    display: inline-block;
    width: 25px;
    height: 41px;
    background: url(../images/facebook2.png) bottom;
    text-indent: -99999px;
}
.cmmn-fttr .newsletter-footer .facebook:hover {
    background-position: 0 0;
    border: none;
}
.cmmn-fttr .newsletter-footer ul li {
    display: inline-block;
    color: #626262;
    text-align: center;
}
.cmmn-fttr .newsletter-footer ul .signup {
    max-width: 54%;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.newsletter-footer {
    padding: 12px 0 24px;
    text-align: center;
    position: relative;
}
.banner-img a.btn {
    z-index: 1;
}
.pblc-inner-cntn-hldr {
    background: #2e6262;
    box-shadow: 0 0 25px 0px rgba(255, 255, 255, 0.6);
}
.pblc-inner-cntn-hldr .cont-heading {
    width: 100%;
}
.pblc-inner-cntn-hldr .cont-heading h1 {
    font-size: 32px;
    color: #fff;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    padding-left: 14%;
    font-weight: 400;
}
.pblc-inner-cntn-hldr .publication-logo img {
    max-width: 170px;
    margin-top: -60px;
}
.pblc-inner-cntn-hldr .menuh-hdng a {
    background: none;
    /*border-bottom: 1px solid #b3b3b3;*/
    padding-bottom: 0;
    margin-bottom: 18px;
}
.banner-links {
    text-align: right;
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
}
.banner-links ul {
    margin: 0 0;
}
.banner-links li {
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid #888;
    line-height: 18px;
}
.banner-links li:last-child {
    border-right: none;
}
.banner-links li a {
    color: #888888;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.banner-links li a:hover {
    color: #222;
    text-decoration: underline;
}
.inner-banner-hding h1 a , .inner-banner-hding h1 {
    color: #717171;
    font-size: 24px;
    font-weight: 700;
}
.inner-banner-hding h1 a:hover {
    color: #222;
    text-decoration: underline;
}
.inner-banner-hding {
    text-align: left;
    margin-right: 15px;
    margin-left: 15px;
}
.inner-banner-hding h1 {
/*    border-bottom: 1px solid #b3b3b3;*/
   /* padding: 9px 0px;*/
    padding: 9px 0px 0;
}
.innercont-leftbr .sort-btns {
    background: #f8f8f8;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 8px 0;
    text-align: center;
    margin: 0 0 10px;
}
.innercont-leftbr .sort-btns .sort-catagory {
    display: inline-block;
}
.innercont-leftbr .sort-btns .sort-catagory .btn {
    background: #f2f2f2;
    border: 1px solid #bbb;
    border-radius: 0;
    padding: 2px 3px;
    min-width: 88px;
    font-size: 11;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #306868;
    text-transform: uppercase;
}
.innercont-leftbr .sort-btns .sort-catagory .btn:hover , .innercont-leftbr .sort-btns .sort-catagory .btn:active , .innercont-leftbr .sort-btns .sort-catagory .btn:focus {
    background: #4b4b4b;
    border: 1px solid #222;
    color: #fff;
}
.article-header {
    background: #306868;
    /*padding: 8px 15px;*/
    padding: 8px 15px;
}
.article-header h1 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
	padding-top:4px;
}
.article-header .sort-date {
    background: transparent;
    padding: 2px 8px;
    border: 1px solid #fff;
    border-radius: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.article-header .sort-title {
    background: #fff;
    padding: 2px 8px;
    border: 1px solid #fff;
    border-radius: 0;
    margin: 0;
    color: #306868;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.article-header .sort-title:hover {
    background: #306868;
    color: #fff;
}
.article-header .hdr-sort-btns {
    text-align: right;
}
.article-descp {
    padding: 12px 0;
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    line-height: 1.69;
    font-size: 13px;
}
.video-listing-content .article-descp {
    padding: 12px;
}
.article-descp:hover {
    background: #fffeef;
}
.grey-bg {
    background: #f8f8f8;
}
.article-descp .redirect-cont a {
    color: #306868;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.article-descp .redirect-cont a:hover {
    color: #222;
  /*  text-decoration: underline;*/
}
.article-descp .redirect-cont {
    color: #555555;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.article-descp .redirect-cont,.redirect-cont {
    color: #555555;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
/*    border-bottom: 1px solid #efefef;*/
 /*   padding: 0 0 8px;
    margin: 0 0 8px;*/
       padding: 0 0 0px;
    margin: 0 0 0px;
}

.article-descp p .alcohol-drugs, p .alcohol-drugs {
    background: #f2f2f2;
    border: 1px solid #bbb;
    border-radius: 0;
    padding: 2px 3px;
    min-width: 88;
    font-size: 10px;
     font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
/*    font-family: 'Roboto', sans-serif;*/
    font-weight: 500;
    color: #306868;
    text-transform: uppercase;
        font-weight: bold;
}
.article-descp p .alcohol-drugs:hover , .article-descp p .alcohol-drugs:focus , .article-descp p .alcohol-drugs:active {
    background: #306868;
    border: 1px solid #1f5858;
    color: #fff;
}
.pblc-inner-cntn-hldr .rght-sdbar {
    box-shadow: -2px 4px 10px 0px inset rgba(0,0,0,0.35);
}
.catagories h1 {
    background: #4b4b4b;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding: 8px 0;
    margin: 0;
}
.padding-right {
    padding-right: 0;
}
.catagories ul {
    background: #e1e1e1;
    border-radius: 0px;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 10px 0;
}
.catagories ul li {
    text-align: right;
    padding: 0 0 0 6px;    
}
.catagories ul li a {
    display: block;
    /*color: #585858;*/
    color: #306868;
    padding: 2px 10px;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 10px;
}
.catagories ul li a:hover, .catagories ul li.active a {
    border: 1px solid #b9b9b9;
    box-shadow: 0px 1px 1px inset rgba(0,0,0,0.3);
    background: #efefef;
    color: #000;
}
.border-none {
    border: none !important;
}
.article-descp .making-sense-bottom-cont .redirect-cont , .article-descp .making-sense-bottom-cont .redirect-cont span {
    font-size: 13px;
    border-bottom: none;
    padding: 0 0 4px;
    margin: 0;
}
.article-descp .making-sense-bottom-cont p .alcohol-drugs {
    padding: 2px 8px;
   /* min-width: 100px;*/
    font-size: 10px;
    text-decoration: none;
}
.books-article-content .article-descp {
    padding: 12px 15px;
}
.book-img {
    border: 1px solid #E1E1E1;
    margin-top: 20px;
    padding: 4px;
    max-width: 145px;
    height: 200px;
}
.photo-listing {
    border: 1px solid #E1E1E1;
    margin-top: 27px;
    padding: 4px;
    max-width: 140px;
    height: auto;
}
.redirect-cont a:hover .book-img , .redirect-cont a:hover .mousetmb-img {
    border: 1px solid #222;
}
.article-content {
    padding-bottom: 10px;
}
.mousetmb-img {
    border: 1px solid #CCCCCC;
    padding: 4px;
    background: #FFFFFF;
    max-width: 97px;
    height: 97px;
    margin-top: 38px;
}
.video-banner {
    padding: 0 0 18px;
}
.video-banner img {
    /*background: #405d6b;*/
    background: transparent;
  /*  padding: 5px 5px;*/
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    position: relative;
/*    border: 10px solid #fff;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.4);*/
}
.article-descp .redirect-cont .video-redirect {
    color: #000099;
    font-size: 14px;
    font-weight: 400;
}
.micsum-video {
    width: 100%;
    text-align: center;
    background: #e1e1e1;
    padding: 18px 0;
    margin-top: -7px;
    border-top: 1px solid #bbb;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 4px 8px inset rgba(255,255,255,0.6);
}
.micsum-video .redirect-cont li {
    font-size: 13px;
    color: #3c3c3c;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0;
    display: inline-block;
}
.micsum-video .redirect-cont {
    margin: 0;
}
.micsum-video .redirect-cont li form.form-inline {
    position: relative;
}
.micsum-video .redirect-cont li .btn {
    right: 14px;
    top: 5px;
    margin: 0 !important;
}
.who-image img {
    border: 1px solid #E1E1E1;
    margin: 1px;
    padding: 4px;
    max-width: 150px;
    height: auto;
}
.who-image img:hover {
    border-color: #222;
}
.who-contentbx h1 {
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #F3F3F3;
    color: #555555;
    margin-left: -10px;
    margin-bottom: 0px;
    line-height: normal;
}
.who-contentbx .job-descp li {
    font-size: 14px;
    color: #555555;
    display: inline-block;
    border-right: 1px solid #a2a2a2;
    padding: 0 10px;
    line-height: normal;
    margin: 4px 0 0;
}
.who-contentbx .job-descp li a {
    font-size: 13px;
    color: #3333a9;
    border-right: none;
    font-weight: 600;
}
.who-contentbx .job-descp li a:hover {
    color: #222;
    text-decoration: underline;
}
.who-padding-top {
    padding-top: 26px;
}
.who-contentbx-holder {
    padding-bottom: 38px;
}
.mailing-form input , .mailing-form select , .tab-innerform-holder input , .tab-innerform-holder select {
    background: #EFEFEF;
    color: #AEAEAE;
    border: solid 3px #DFDFDF;
    font-size: 14px;
    font-style: italic;
    border-radius: 0;
    height: calc(2.65rem + 2px);
    width: 100%
}
.mailing-form input:focus , .mailing-form input:active , .mailing-form select:active , .mailing-form select:focus , 
.tab-innerform-holder input:focus , .tab-innerform-holder input:active , .tab-innerform-holder select:active , .tab-innerform-holder select:focus {
    background: #EFF5FF;
    color: #000;
    border: solid 2px #73A6FF;
    font-size: 16px;
    font-style: normal;
}
.mailing-form option , .tab-innerform-holder option {
    color: #000;
    font-size: 20px;
    font-style: normal;
}
.mailing-form .join-btn {
    border-radius: 0;
    border: 1px solid #a5a5a5;
    padding: 2px 14px 4px;
    color: #000;
    float: right;
    background: rgba(246,246,246,1);
    background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(223,223,223,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(100%, rgba(223,223,223,1)));
    background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(223,223,223,1) 100%);
    background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(223,223,223,1) 100%);
    background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(223,223,223,1) 100%);
    background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(223,223,223,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#dfdfdf', GradientType=0 );
}
.mailing-form .join-btn:hover {
    border-color: #000;
}
.online-store-contactlinks {
    text-align: right;
}
.online-store-contactlinks li {
    display: inline-block;
    border-right: 1px solid #666666;
    padding: 0 5px;
}
.online-store-contactlinks li:last-child {
    border-right: none;
}
.online-store-contactlinks li .store-linkimg {
    max-width: 20px;
}
.online-store-contactlinks li a {
    color: #666666;
    font-size: 13px;
    font-weight: 700;
    padding-left: 5px;
    text-transform: uppercase;
}
.online-store-tabcontent-holder .nav-tabs {
    background: #cacbca;
    box-shadow: 0px 18px 18px inset rgba(255,255,255,0.73);
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #a7a7a7;
    padding: 1px 0 2px;
}
.online-store-tabcontentbx h3 {
    font-weight: bold;
    font-size: 16px;
    border-bottom: solid 1px #F3F3F3;
    color: #555555;
    margin-bottom: 2px;
}
.online-store-tabcontentbx .redirect-cont {
    text-align: center;
    border: solid 1px transparent;
}
.online-store-tabcontentbx .redirect-cont:hover {
    background: #f6f6f6;
    border: solid 1px #CCCCCC;
}
.online-store-tabcontentbx .redirect-cont a p {
    font-size: 12px;
    color: #626262;
    padding: 12px 15px;
    line-height: 14px;
    margin: 0;
}
.online-store-tabcontentbx .redirect-cont a:hover p {
    color: #222;
    text-decoration: underline;
}
.online-store-tabcontentbx .view-all a {
    background-color: #F4F4F4;
    text-align: center;
    border: solid 1px #E1E1E1;
    padding: 5px;
    font-weight: bold;
    color: #626262;
    width: 100%;
    border-radius: 0;
    margin: 6px 0 10px;
    text-transform: uppercase;
    font-size: 13px;
}
.online-store-tabcontentbx .view-all a:hover {
    border: solid 1px #222;
    color: #222;
}
.online-store-tabcontentbx .mousetmb-img , .online-store-tabcontentbx .book-img {
    max-width: 80%;
    height: auto;
    margin-top: 10px;
}
.online-store-tabcontent-holder .nav-tabs .nav-link:hover  {
    color: #fff;
    background-color: #2e6262;
    border-color: transparent;
    border-radius: 0;
    font-weight: 600;
    box-shadow: 0px 4px 8px 2px inset rgba(255,255,255,0.2);
}
.online-store-tabcontent-holder .nav-tabs .nav-link.active  {
    color: #222;
    background-color: transparent;
    border-color: transparent;
}
.online-store-tabcontent-holder .nav-tabs .nav-link {
    color: #222;
    font-weight: 600;
    padding: 10px 50px;
}
.library-catalog-tabcontent-holder .panel {
    border: 1px solid #b9b9b9;
    margin: 0;
    border-radius: 20px 20px 0 0;
    background: rgba(245,245,247,1);
    background: -moz-linear-gradient(top, rgba(245,245,247,1) 0%, rgba(240,240,240,1) 21%, rgba(232,232,232,1) 50%, rgba(240,240,240,1) 78%, rgba(245,245,247,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,247,1)), color-stop(21%, rgba(240,240,240,1)), color-stop(50%, rgba(232,232,232,1)), color-stop(78%, rgba(240,240,240,1)), color-stop(100%, rgba(245,245,247,1)));
    background: -webkit-linear-gradient(top, rgba(245,245,247,1) 0%, rgba(240,240,240,1) 21%, rgba(232,232,232,1) 50%, rgba(240,240,240,1) 78%, rgba(245,245,247,1) 100%);
    background: -o-linear-gradient(top, rgba(245,245,247,1) 0%, rgba(240,240,240,1) 21%, rgba(232,232,232,1) 50%, rgba(240,240,240,1) 78%, rgba(245,245,247,1) 100%);
    background: -ms-linear-gradient(top, rgba(245,245,247,1) 0%, rgba(240,240,240,1) 21%, rgba(232,232,232,1) 50%, rgba(240,240,240,1) 78%, rgba(245,245,247,1) 100%);
    background: linear-gradient(to bottom, rgba(245,245,247,1) 0%, rgba(240,240,240,1) 21%, rgba(232,232,232,1) 50%, rgba(240,240,240,1) 78%, rgba(245,245,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f7', endColorstr='#f5f5f7', GradientType=0 );
}

.library-catalog-tabcontent-holder .nav-tabs-top li {
  margin-right: 10px;
  border: 1px solid black;
  border-radius: 5px 5px 0 0;
}

.library-catalog-tabcontent-holder .nav-tabs-bottom {
/*    float: left;*/
    width: 100%;
    background: #343434;
    padding: 8px 15px;
    border-radius: 0 0 10px 10px;
    text-align: center;
}
.library-catalog-tabcontent-holder .nav-tabs-bottom li {
    margin: 0 5px;
    border: none;
    border-top: 0;
    border-radius: 8px;
    width: 23%;
    padding: 12px 0;
    position: relative;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 32%, rgba(242,242,242,1) 33%, rgba(245,245,245,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(32%, rgba(250,250,250,1)), color-stop(33%, rgba(242,242,242,1)), color-stop(100%, rgba(245,245,245,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 32%, rgba(242,242,242,1) 33%, rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 32%, rgba(242,242,242,1) 33%, rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 32%, rgba(242,242,242,1) 33%, rgba(245,245,245,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 32%, rgba(242,242,242,1) 33%, rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 );
}
.library-catalog-tabcontent-holder .nav-tabs-bottom li a {
    color: #222;
    font-weight: 600;
    padding: 12px 30px;
}

.library-catalog-tabcontent-holder .nav-tabs-bottom, .library-catalog-tabcontent-holder .nav-tabs-top {
    border: 0;
    margin: 0;
}

.library-catalog-tabcontent-holder .nav-tabs > li.active a,
.library-catalog-tabcontent-holder .nav-tabs > li.active a:focus,
.library-catalog-tabcontent-holder .nav-tabs > li.active a:hover,
.library-catalog-tabcontent-holder .nav-tabs > li a,
.library-catalog-tabcontent-holder .nav-tabs > li a:focus,
.library-catalog-tabcontent-holder .nav-tabs > li a:hover {
  margin: 0;
  border: 0;
  background: none;
}
.catalog-top-content {
    text-align: center;
    padding: 0 0 10px 0;
  /*  padding: 30px 0 6px;*/
}
.catalog-top-content h1 {
    font-size: 32px;
    font-weight: 700;
    color: #565656;
}
.catalog-top-content p {
    font-size: 20px;
    font-weight: 500;
    color: #565656;
}
.author-detail-form {
    background: #222;
    padding: 30px 15px;
    border-radius: 20px;
    margin: 0 0 40px;
    box-shadow: 0px 100px 120px inset rgba(255,255,255,0.2);
    min-height: 355px;
}
.author-detail-form label.col-form-label {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
}
.author-detail-form .search-btn {
    color: #fff;
    padding: 10px 50px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    border: transparent;
    background: rgba(139,178,217,1);
    background: -moz-linear-gradient(top, rgba(139,178,217,1) 0%, rgba(109,157,194,1) 36%, rgba(56,122,175,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(139,178,217,1)), color-stop(36%, rgba(109,157,194,1)), color-stop(100%, rgba(56,122,175,1)));
    background: -webkit-linear-gradient(top, rgba(139,178,217,1) 0%, rgba(109,157,194,1) 36%, rgba(56,122,175,1) 100%);
    background: -o-linear-gradient(top, rgba(139,178,217,1) 0%, rgba(109,157,194,1) 36%, rgba(56,122,175,1) 100%);
    background: -ms-linear-gradient(top, rgba(139,178,217,1) 0%, rgba(109,157,194,1) 36%, rgba(56,122,175,1) 100%);
    background: linear-gradient(to bottom, rgba(139,178,217,1) 0%, rgba(109,157,194,1) 36%, rgba(56,122,175,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bb2d9', endColorstr='#387aaf', GradientType=0 );
}
.author-detail-form .search-btn:hover {
    background: rgba(139,178,217,1);
    background: -moz-linear-gradient(45deg, rgba(139,178,217,1) 0%, rgba(109,157,194,1) 36%, rgba(56,122,175,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(139,178,217,1)), color-stop(36%, rgba(109,157,194,1)), color-stop(100%, rgba(56,122,175,1)));
    background: -webkit-linear-gradient(45deg, rgba(139,178,217,1) 0%, rgba(109,157,194,1) 36%, rgba(56,122,175,1) 100%);
    background: -o-linear-gradient(45deg, rgba(139,178,217,1) 0%, rgba(109,157,194,1) 36%, rgba(56,122,175,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(139,178,217,1) 0%, rgba(109,157,194,1) 36%, rgba(56,122,175,1) 100%);
    background: linear-gradient(45deg, rgba(139,178,217,1) 0%, rgba(109,157,194,1) 36%, rgba(56,122,175,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bb2d9', endColorstr='#387aaf', GradientType=1 );
}
.author-detail-form .search-btn-holder {
    text-align: right;
    padding-right: 15px;
}

.library-catalog-tabcontent-holder .nav-tabs-bottom li:hover .arrow-up, .library-catalog-tabcontent-holder .nav-tabs-bottom li.active .arrow-up {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -8px;
}
.library-catalog {
    padding-bottom: 58px;
}

.loaders{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    text-align: center;
}
div#sort-categoryss {
    position: relative;
}
.loaders img {
    max-width: 20px;
}

/********new css********/

.srclnk, .srclnk:hover {
    color: #fff;
}

.pagination.bottompagination {
/*    margin-top: 37px;*/
}
.pagination.bottompagination ul {
    margin-bottom: 0;
    padding-bottom: 0;
}


.bottomtext p {
    font-size: 12px;
}


.results_det.src_det.bottomtext {
    background: none;
    color: #9B9B9B;
}


.bottomtext .srclnk,.bottomtext .srclnk:hover {
    color: #62624b;
}

.searchphoto .redirect-cont{
    padding: 0;
    margin: 0;
    border: none;
}


.radiopage .video-banner img{
    background: none;
}

.redirect-cont.border-none.padding-0 {
    margin-bottom: 0;
}
.padding-0 {
    padding: 0 !important;
}

.redirect-cont.margin-left, .margin-left{
margin-left: 20px;
}


.searchphoto .srcttl{
    width: 100%;
}

.books-article-content .redirect-cont.border-none.imageswithtext {
    float: right;
  }


.redirect-cont.border-none img{
    width: auto;
}


.loaderss {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 55px;
        width: 100%;
        text-align: center;
    }
    .loaderss img {
        max-width: 20px;
    }
    .loadersss {
        /*position: absolute;*/
        left: 0;
        right: 0;
        bottom: 0;
        top: 98px;
        width: 100%;
        text-align: center;
    }
    .loadersss img {
        max-width: 20px;
    }




#imagemodal .modal-title{
    font-size: 12px;
}


.pdfprnt-button img, .pdfprnt-button-title{
    padding: 7px;
}

.single .inner-banner-hding,  .page-template-template-newest-video .inner-banner-hding{
    margin-left: 0;
    margin-right: 0;
}

.single .innercont-leftbr {
    line-height: 1.69;
}


.bibliography {
    font-size: 12px;
    color: #747474;
    text-align: left;
    margin-bottom: 25px;
}

.single .innercont-leftbr ul li {
    list-style-type: initial;
}

.single .innercont-leftbr ul {
    padding-left: 50px;
}


.pdfandprint {
    text-align: left;
    margin-top: 10px;
    float: right;
/*    margin: 0;*/
}
.pdfandprint li {
    display: inline-block;
}

.single p, p{
    line-height: 1.69;
}

.single .rght-sdbar, .page-template-template_publication .rght-sdbar, .page-template-template-newest-video .rght-sdbar{
    padding-left: 30px;
    padding-right: 30px;
}

.pdfprnt-buttons {
    text-align: right;
}

.page-template-template-articles #custom_html-3, .page-template-template-micronesian-counselor #custom_html-3 {
    display: none;
}


.tax-articles-categories #custom_html-3, .tax-micronesian-categories #custom_html-3, .archive #custom_html-3 {
    display: none;
}


.single-article #custom_html-3, .single-micronesian-counselo #custom_html-3, .single #custom_html-3{
    display: none;
}

.social-icons {
    text-align: left;
}

#custom_html-14 {
    position: absolute;
    right: 0;
    bottom: 36px;
}
.cmmn-fttr .newsletter-footer .btn {
    right: 14px;
    top: 5px;
    margin: 0 !important;
    position: absolute;
    outline: none;
    border: none;
    border-radius: 6px;
    padding: 3px 12px;
    color: #fff;
    background: rgba(111,111,111,1);
    background: -moz-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(111,111,111,1) 35%, rgba(75,75,75,1) 39%, rgba(75,75,75,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(111,111,111,1)), color-stop(35%, rgba(111,111,111,1)), color-stop(39%, rgba(75,75,75,1)), color-stop(100%, rgba(75,75,75,1)));
    background: -webkit-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(111,111,111,1) 35%, rgba(75,75,75,1) 39%, rgba(75,75,75,1) 100%);
    background: -o-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(111,111,111,1) 35%, rgba(75,75,75,1) 39%, rgba(75,75,75,1) 100%);
    background: -ms-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(111,111,111,1) 35%, rgba(75,75,75,1) 39%, rgba(75,75,75,1) 100%);
    background: linear-gradient(to bottom, rgba(111,111,111,1) 0%, rgba(111,111,111,1) 35%, rgba(75,75,75,1) 39%, rgba(75,75,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#4b4b4b', GradientType=0 );
}
.pdfprnt-buttons a span {
    float: left;
    width: calc(100% - 30px);
    padding: 6px 2px 5px;
    text-align: left;
    display: block !important;
    font-size: 10px;
    color: #000;
}
.pdfprnt-buttons a img {
    float: left;
    width: 30px;
}
.pdfprnt-buttons a:after {
    content: '';
    clear: both;
    display: table;
  
}


.pdfprnt-buttons a {
    border: solid 1px #C4C4C4 !important;
    margin: 0 3px;
}
.pdfprnt-buttons a:hover {
    background-color: #DBDBDB;
    color: #000000;
    text-decoration: none;
    border: solid 1px #000000;
}
/**********end new css**********/



/*************13-03-19 starts here**************/


.inner-banner-hding h3 {
    margin: 0;
    padding: 0px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
}
.publ-cont-holder .article-descp ul li {
    color: #747474;
}
.publ-cont-holder .article-descp ul li span {
    font-size: 12px;
    font-weight: 600;
}
.publ-cont-holder .article-descp .redirect-cont .btn {
    display: inline-block;
    position: relative;
    background: #f1f1f1;
    padding: 0px 6px 0px 5px;
    margin: 0px 1px 0px 1px;
    width: auto;
    border: solid 1px #8C8C8C;
    text-transform: uppercase;
    font-size: 12px;
}
.publ-cont-holder .purchase {
    background: #f8f8f8;
    width: 100%;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #4e4e4e !important;
    float: left;
    margin: 6px 0 14px;
    border: 1px solid #e6e6e6;
    text-decoration: none !important;
}
.publ-cont-holder .purchase:hover {
    background: #ddd;
    color: #4e4e4e !important;
    border: 1px solid #222;
}
.publ-cont-holder .book-img {
    border: 1px solid #E1E1E1;
    margin-top: 20px;
    padding: 4px;
    max-width: 100%;
    height: auto;
}
.publ-cont-holder .article-descp .redirect-cont {
    border-bottom: none;
    margin: 0;
    padding-bottom: 0;
}
.fb-like-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 0 18px;
    border-bottom: 1px solid #ddd;
}
.fb-like-holder .like-btn {
    background: #4267b2;
    padding: 4px 10px 6px;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    margin-right: 12px;
}
.fb-like-holder div {
    align-items: center;
    display: flex;
}
.fb-like-holder div a {
     padding-right: 6px; 
}
.email-print-holder {
    padding: 16px 0;
    text-align: right;
    border-bottom: 1px solid #ddd;
}
.email-print-holder a {
    padding: 6px 10px;
    border: 1px solid #c3c3c3;
    color: #525252;
    margin-left: 4px;
    font-weight: 600;
}
.email-print-holder a:hover {
    border: 1px solid #222;
    color: #222;
    background: #ddd;
}
.publ-cont-holder .making-sense-bottom-cont {
    padding: 0;
}
.publ-cont-holder .comment-heading {
    border-bottom: 1px solid #ddd;
    padding: 16px 0 4px;
    color: #306868;
    font-size: 18px;
    font-weight: 600;
}
.publ-cont-holder .making-sense-bottom-cont .redirect-cont {
    color: #777;
    font-size: 15px;
    font-style: italic;
}
.publ-cont-holder .article-descp .redirect-cont a span .shoping-cart {
    max-width: 26px;
    margin-right: 4px;
}
.view-larger {
    text-align: center;
}
.view-larger a {
    color: #626262;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    background: transparent;
    width: 100%;
    float: left;
    padding: 4px;
    border: 1px solid transparent;
    margin-bottom: 8px;
}
.view-larger a:hover {
    color: #222;
    background: #ddd;
    border: 1px solid #222;
}
.view-larger a span .zoom-img {
    max-width: 25px;
    margin-right: 5px;
}
.fb-like-holder .like-btn span .like-img {
    max-width: 22px;
    padding-right: 5px;
}
.email-print-holder a span .add_printer-img , .email-print-holder a span .send-mail-img {
    max-width: 26px;
    padding-right: 3px;
}


.single .innercont-leftbr ul.listingauth{
  padding: 0;
}

.single .innercont-leftbr ul.listingauth li{
    list-style: none;
}


/*************13-03-19 ends here**************/







/*27/2/2019*/
#menu .main-menu li:first-child a {
    padding: 0;    
    border: none;
}
#menu .main-menu li:first-child.active a {
    background:transparent;

}
#menu .main-menu li:first-child a img {
    max-width:51px;
}

ul.navbr-srch {
    float: left;
    margin:6px 0 0 10px !important;
}
#menu .main-menu {
    float: left;
}
nav#menu:after{
    content: '';
    display: table;
    clear: both;
}

ul.navbr-srch  .form-group {
    margin-bottom: 0;
}
ul.navbr-srch form.navbar-form.navbar-left {
    position: relative;
}

ul.navbr-srch form.navbar-form.navbar-left  button.btn.btn-default {
    position: absolute;
    right: 0;
    top: 4px;
    width: 28px;
    height: auto;
    background: url(https://micronesian.matrixmarketers.com/wp-content/uploads/2019/05/navsearch_go.png) bottom;
    text-indent: -99999px;
    float: left;
    border: 0px;
    outline: none !important;
    margin: 0px 0px 0px 0px;
    line-height: 1;
    float: none;
}

ul.navbr-srch form.navbar-form.navbar-left button.btn.btn-default:hover{
    background-position: 0 0;
    top: 1px;
    height: auto;
    right: 2px;
    width: 30px;
       
}
ul.navbr-srch form.navbar-form.navbar-left  button.btn.btn-default:focus,
ul.navbr-srch form.navbar-form.navbar-left  button.btn.btn-default:active,
ul.navbr-srch form.navbar-form.navbar-left  button.btn.btn-default:hover {
    outline: none;
    border: none;
    box-shadow: none;
}

ul.navbr-srch form.navbar-form.navbar-left input.form-control {
    background-image: url(https://micronesian.matrixmarketers.com/wp-content/uploads/2019/05/magnifier-tool.png);
    background-repeat: no-repeat;
    background-position: 5px 4px;
    background-color: #fff;
    padding: 5px 10px 5px 29px !important;
    margin: 0;
    line-height: 1;
    height: auto;
    background-size: 16px;
    min-width: 235px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color:#fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #ffffff78;
}
#menu a {
    padding: 11px 23px;
}
.logo-on-desktop a img {
    max-width: 194px;
}
/*27/2/2019ends here*/

.pagination ul  {
    text-align: center;
    display: block;
    width: 100%;
    padding: 20px 15px;

}
.pagination ul li {
    display: inline-block;
    margin: 0 3px;
    line-height: 12px;
}


.pagination ul li a, .pagination ul li .page-numbers.current  {
    display: inline-block;
    float: left;
    margin-right: 0;
    border: 1px solid transparent;        
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    text-decoration: none;
    text-align: center;
    color: #8f6c3f;
    background: #f0f0ed;
        background-color: rgb(240, 240, 237);
    border-color: #d2d2a3;
   padding: 3px 5px;
    font-size: 12px;
    
}
.pagination ul li .page-numbers.current {
    background-color: #f0f7fc;
    border-color: #6cb2e4;
    color: #2b485c;
    position: relative;
}

.pagination ul li a:hover {
    border-color: #9e9e7b;
    background-color: #dedec1;
    color: #000000;
    text-decoration: none;
}


#menu li.menu-item-677.active>a, #menu li.menu-item-677 a:hover{
     background: rgb(170,170,147);
    background:linear-gradient(180deg, rgba(170,170,147,1) 34%, rgba(136,136,104,1) 42%); 
}
#menu li.menu-item-677 .sub-menu li a:hover, #menu li.menu-item-677.active .sub-menu li.active>a {
    background: rgb(170,170,147);
    background: linear-gradient(180deg, rgba(170,170,147,1) 34%, rgba(136,136,104,1) 42%);    
}

 .librarypages .menuh-hdng a,  .librarypages .menuh-hdng a:hover {
  /*background: rgb(170,170,147);
    background: linear-gradient(180deg, rgba(170,170,147,1) 50%, rgba(136,136,104,1) 50%); */

}
.librarypages {
     background: rgb(170,170,147);
background: linear-gradient(160deg, rgba(170,170,147,1) 31%, rgba(136,136,104,1) 34%); 
}

.lft-sdbr-mnu ul.lft-sdbr-mnu li ul li {
    position: relative;
}
ul.lft-sdbr-mnu li ul li:before {
     position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #232323;
    left: 6px;
    top: 12px;
    display: none;
}

ul.lft-sdbr-mnu li ul li:hover:before {
    display: block;
}
ul.lft-sdbr-mnu li ul li.active:before {
    display: block;
}


 .menuh-hdng {
    position: relative;
    height: 60px;
}
.menuh-hdng .publication-logo img {
    max-width: 120px;
    position: absolute;
    left: -1px;
    top: 13px;
}
.btn-action{
    margin: 0px 0px 5px 20px;
}

/*menu-item-659
*/

#menu li.menu-item-659.active>a, #menu li.menu-item-659 a:hover{
   background: rgb(102,125,147);
   background: linear-gradient(180deg, rgba(102,125,147,1) 35%, rgba(64,92,120,1) 36%); 
}
#menu li.menu-item-659 .sub-menu li a:hover, #menu li.menu-item-659.active .sub-menu li.active>a {
   background: rgb(102,125,147);
   background: linear-gradient(180deg, rgba(102,125,147,1) 35%, rgba(64,92,120,1) 36%); 
}

#menu li.menu-item-659 .sub-menu li.active>a {
    background: rgb(102,125,147);
   background: linear-gradient(180deg, rgba(102,125,147,1) 35%, rgba(64,92,120,1) 36%); 
}
.mediapage {
 background: rgb(102,125,147);
 background: linear-gradient(160deg, rgba(102,125,147,1) 35%, rgba(64,92,120,1) 36%); 
}

.clear {
    clear: both;
}


/*668*/
#menu li.menu-item-668.active>a, #menu li.menu-item-668 a:hover{
   background: rgb(129,127,152);
   background: linear-gradient(180deg, rgba(129,127,152,1) 35%, rgba(97,95,126,1) 36%); 
}
#menu li.menu-item-668 .sub-menu li a:hover, #menu li.menu-item-668.active .sub-menu li.active>a {
   background: rgb(129,127,152);
   background: linear-gradient(180deg, rgba(129,127,152,1) 35%, rgba(97,95,126,1) 36%); 
}
.featurespage {
  background: rgb(129,127,152);
  background: linear-gradient(160deg, rgba(129,127,152,1) 35%, rgba(97,95,126,1) 36%); 
}


/*671*/
#menu li.menu-item-671.active>a, #menu li.menu-item-671 a:hover{
    background: rgb(157,171,190);
    background: linear-gradient(180deg, rgba(157,171,190,1) 35%, rgba(132,150,174,1) 36%); 
}
#menu li.menu-item-671 .sub-menu li a:hover, #menu li.menu-item-671.active .sub-menu li.active>a {
    background: rgb(157,171,190);
    background: linear-gradient(180deg, rgba(157,171,190,1) 35%, rgba(132,150,174,1) 36%); 
}
.aboutmicsempage{
   background: rgb(157,171,190);
   background: linear-gradient(160deg, rgba(157,171,190,1) 35%, rgba(132,150,174,1) 36%); 
}

/*krishna*/
.tab-innerform-holder input, .tab-innerform-holder select{
    height: calc(2.20rem + 2px);
    width: 100%;
    margin: 0 auto;
}
.justify-center {
    margin: 0 auto;
}
.author-detail-form{
        padding: 30px 50px;
            min-height: auto;
}
.author-detail-form .form-group{
    margin: 0;
}
.author-detail-form label.col-form-label{
    font-size: 17px;
}
.author-left-select {
    padding-right: 5px;
}
.author-right-select {
    padding-left: 5px;
}

.catalog-top-content h1 {
margin: 0;
}
.catalog-top-content p {
    line-height: 22px;
}
.author-detail-form .search-btn{
    padding: 5px 30px;
}
.photosearch{
        padding: 30px 30px;
}
.col-lg-2.range {
    color: #fff;
    line-height: normal;
    font-weight: 400;
    font-size: 21px;

}
.range{
    
    padding: 10px 15px;
}
#sort-categoryss .border-none{
    padding: 0 0 0;
    margin: 0;
}
.tax-radio-programs-categores .pblc-inner-cntn-hldr, .tax-music-category .pblc-inner-cntn-hldr{
    background: linear-gradient(160deg, rgba(102,125,147,1) 35%, rgba(64,92,120,1) 36%);    
}

.page-template-template_music_listing .innercont-leftbr .sort-btns .sort-catagory .btn:hover{
color: #fff;
}
.page-template-template_newest_music .article-descp .redirect-cont a,
.page-template-template_radio_program .article-descp .redirect-cont a,
.tax-radio-programs-categores .article-descp .redirect-cont a,
.page-template-template_music_listing .innercont-leftbr .sort-btns .sort-catagory .btn, 
.page-template-template_media .subhead a, 
.page-template-template_music_listing .article-descp .redirect-cont a, 
.page-template-template-album-listing .article-descp .redirect-cont a, 
.page-template-template-album-listing .article-header .sort-title,
.tax-music-category .article-descp .redirect-cont a, .tax-music-category .innercont-leftbr h2{
color: #415b7a;
}
/*.page-template-template_newest_music .article-header,
.page-template-template-album-listing .article-header.mediapage,
.page-template-template_radio_program .video-banner img{
    background: #405c78;
}*/
.tax-music-category .article-header, .page-template-template-album-listing .article-header .sort-title:hover, .page-template-template-album-listing .article-descp p .alcohol-drugs:hover, .page-template-template-album-listing .article-descp p .alcohol-drugs:focus, .page-template-template-album-listing .article-descp p .alcohol-drugs:active{
    background: #415b7a;
    color:#fff;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #0e0c0c;
    top: -4px;
    position: relative;
}
.innercont-leftbr .sort-btns .sort-catagory .btn.btn-color{
background-color: #4B4B4B;
color: #fff;
}
 .category-page .article-header{
        background: #615e80 !important;
}
.pblc-inner-cntn-hldr.category-page, .tax-articles-categories .pblc-inner-cntn-hldr{
      background: linear-gradient(180deg, rgba(129,127,152,1) 35%, rgba(97,95,126,1) 36%) !important;    
}

.category-page .article-descp .redirect-cont a, .category-page .article-descp p .alcohol-drugs, .category-page p .alcohol-drugs{
    color: #615e80;
}
.category-page p.description {
    margin: 0 0 0 20px;
    font-size: 12px;
    color: #555555;
}
.category-page p .alcohol-drugs:hover{
     background: #615e80;
     color: #fff;
}
.category-page ul.sub-menu, #footfeatures ul.sub-menu {
    display: none;
}
.lft-sdbr ul li a{
    font-size: 12px;
}
.short_desc span, .short_desc em{
    font-size: 13px;
    font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.short_desc{
 /*   color: rgb(102, 102, 102);*/
   /* font-family: Arial, Helvetica, sans-serif;*/
   font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0px 0px 2px 5px;
}
 #menu-main-menu ul li a{
    font-size: 12px !important;
 }
#menu-main-menu ul li{
    width: 15rem !important;
    font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.padding-content{
    padding-left: 20px; 
}
.padding-content .short_desc{
    color: #000;
}
.padding-content p{
    /*    font-family: Arial, Helvetica, sans-serif;*/
    font-size: 13px;
    margin: 0px 0px 2px 5px;
}
.page-template-template-publications-books #sort-categoryss{
        padding: 10px 15px 10px 15px;
}
.imageswithtext #imageresource{
        width: 200px;
    height: 282px;
        border: 1px solid #E1E1E1;
    margin: 1px;
    padding: 4px;
}
.redirect-cont .view-larger .pop{
    font-size: 11px;
}
.btn{
    border-radius: .35rem !important;
}
.the-cat-title h1{
    color: #717171;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    padding: 9px 0px 0;
}
.grey-box{
        background-color: #F8F8F8;
}
p.redirect-cont.desc {
    margin: 0px 0px 5px 20px;
    font-size: 12px;
}
.row.lft-margin {
    margin-left: 0;
}
.lft-sdbr ul li a, .rght-sdbar .innercont-rightbr ul li a{
    font-family: tahoma, arial, sans serif;
}
.breadcrumbs{
    display: none;
}
.banner-links li:nth-last-child(2){
  border-right: none !important;
 }
 .tax-radio-programs-categores .article-descp{
    border: none;
 }
.tax-radio-programs-categores .article-descp p.song-ttl a{
    color: #000 !important; 
    font-size: 14px;
 }
 .tax-radio-programs-categores .article-descp .musicplayer{
    color: #000;
 }
 .tax-radio-programs-categores .article-descp .song-desc, .tax-radio-programs-categores .article-descp .musicplayer{
  border-bottom: 1px solid #dcdcdc;  
  font-size: 13px;
 }
  .header-desc  {
    padding: 12px 0;
  }
  .music-img{
    height: 100px;
  }
.title a{
    color: #717171;
      font-size: 24px !important;
          font-weight: bold !important;
  }
  .the-cat-title h1 a:hover {
    color: #222;
    text-decoration: underline;
}
div.lft-sdbr-mnu .sub-menu li a, ul.lft-sdbr-mnu .sub-menu li a{
    color: #585858;
}
div.lft-sdbr-mnu .sub-menu li:hover:before, .lft-sdbr ul.menu li:hover:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-left: 5px solid #232323 !important;
    left: 13px;
    top: 9px;

}
/*.menu-media-page-menu-container ul li:hover:before{
    border-top: 7px solid transparent ;
    border-bottom: 7px solid transparent ;
    border-left: 13px solid #232323 ;
    left: 6px;
    top: 7px;
}*/

.title{
        margin: 0px 0px 0px -7px;
    padding: 0px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    clear: both;
    text-align: left;
}
p.music-sampler{
    padding: 0;
    margin: 0;
    color: #747474;
}
.page-template-template_features p.subhead a{
    color: #615e80;
}
.no-margin p{
    margin: 0;
}
.tax-music-category .book-img.music-img, .page-template-template-newest-music-album .book-img.music-img{
    max-width: 245px;
    height: 245px;    
}
.tax-music-category .article-descp .redirect-cont, .single-micronesian-counselo p, .single-micronesian-counselo ul li, .single-talk p, .single p i, .single p,
.page-template-template-newest-music-album .article-descp .redirect-cont{
    font-size: 13px;
}
.tax-music-category .article-descp .musicplayer, .tax-music-category .article-descp .redirect-cont a, 
.page-template-template-newest-music-album .article-descp .redirect-cont a, .page-template-template-newest-music-album  .article-descp .musicplayer{
        color: #000;
}
  .tax-music-category .article-descp .redirect-cont a{
    font-weight: bold;
    font-size: 14px;
 }
 .single-book .pdfandprint{
    float: left;
    padding: 0 !important ;
 }
 .publ-cont-holder .article-descp .redirect-cont .btn:hover, .single-micronesian-counselo .redirect-cont .btn:hover{
    background: #306868;
    color: #fff;
}
.single-micronesian-counselo p .alcohol-drugs{
    color: #306868;
}
.single-micronesian-counselo h2, .single-talk h2, .single-talk .innercont-leftbr h1 {
    margin: 12px 0px 8px 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 15px;
    clear: both;
    border-bottom: solid 1px #c4c4c4;
    color: #306868;
}
.single-talk h3 {
    font-size: 13px;
}
.page-template-template-newest-video .subtitle h1, .single-micronesian-counselo .subtitle h1, .single-talk .subtitle h1, .single-article .subtitle h1, .single-micsem-discussion .subtitle h1,  .single-video-listing .subtitle h1{
    font-size: 20px;
    text-align: left;
    margin-top: 15px;
    font-weight: bold;
}
.single-talk ul.pdfandprint {
    margin: 0;
}
.single-talk ul li, {
    font-size: 13px;
}
.single-publication-list .innercont-leftbr {
   margin: 22px 0 0 0;
}                            
.single-publication-list .inner-banner-hding h1 {
   float: left;
}                   
.single-publication-list .inner-banner-hding .innercont-leftbr {
   float: right;
}    
.single-publication-list .inner-banner-hding:after {
   content: '';
   display: table;
   clear: both;
}
.online-store-contactlinks ul{
    margin-bottom: 0px;
}
.page-template-template-search-publications .author-detail-form {
    padding: 30px 15px;
}
.abt_hometxt p.micsem-link{
        margin-bottom: 0px;
}
.abt_hometxt p.micsem-link a{
    color: #000099;
    font-size: 13px;
    padding-left:20px;
}
.page-template-template-about-micsem-links .abt_hometxt{
    padding-bottom: 20px;
}
.publication-content .sub-menu li a{
    text-transform: capitalize;
}
ul.navbr-srch{
    margin: 8px 0 0 10px !important;
}
.inner-banner-hding .article-descp:hover {
    background: transparent;
}
.pub_ttl_full .article-descp, .libclr .article-descp{
   padding: 0 12px 0;
    background: #fff;
     border-bottom: none; 
    line-height: 1.69;
    font-size: 13px;
}
.pub_ttl_full p em, .page-template-template-homepage .short_desc a{
    font-size: 13px;
}
.hl {
    background-color: #FFFF99;
    color: #CC0000;
}
span.drop-icon{
    transform: rotate(270deg);
}
.page-template-template_library .maintext{
        margin-left: 20px;
}
.page-template-template-special-collections .article-descp:hover, .single-talk .article-descp:hover, .single .article-descp:hover, .page-template-template-newest-video .article-descp:hover{
    background: transparent;
}
.page-template-template-special-collections .article-descp {
        border-bottom: none;
}
.page-template-template-special-collections .maintext {
    margin-left: 20px;
    text-align: left;
}
.page-template-template-special-collections .article-descp {
    text-align: left;
}

.page-template-template-special-collections .who-contentbx h1 {
    font-weight: bold;
    font-size: 16px;
    border-bottom: solid 1px #F3F3F3;
    color: #555555;
    margin-left: -10px;
    margin-bottom: 0px;
    line-height: normal;
}
.page-template-template-special-collections .article-descp .subhead.libcolor {
    font-size: 16px;
}
.page-template-template-special-collections .img-section {
    float: right;
    margin: 0px 0px 10px 10px;
}
.page-template-template-special-collections  .img-section img {
    height: auto;
    width: 160px;
    border: 1px solid #CCCCCC;
    padding: 4px;
    background: #FFFFFF;
}
.page-template-template-special-collections .maintext p, .page-template-template-special-collections .maintext p u{
    background: #fff;
    line-height: 1.69;
    font-size: 13px;    
}
.page-template-template-special-collections section.img-section{
    border: none;
}
.innercont-leftbr h2{
    margin: 12px 0px 8px -5px;
    padding: 0px;
    font-weight: bold;
    font-size: 15px;
    clear: both;
    border-bottom: solid 1px #c4c4c4;
    color: #306868;
}
.innercont-leftbr p:nth-of-type(1){ 
    margin: 0px ;
    padding:0px;
}
.innercont-leftbr div, .innercont-leftbr em, .tab-innerform-holder .greydiv p, .tab-innerform-holder .cleardiv p, .tab-innerform-holder .results_det p{
        font-size: 13px;
}
.pagination ul{
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
.pagination ul li a{
    font-size: 11px;
}
.innercont-leftbr .citation {
  font-size: 12px;  
}
.cleardiv:hover, .greydiv:hover{
    background: #fffeef;
}
div.lft-sdbr-mnu .sub-menu li.active::before, .lft-sdbr ul.menu li.active::before {
content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    left: 13px;
    top: 9px;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-left: 5px solid rgb(35, 35, 35) !important;
}
div.lft-sdbr-mnu ul li a:hover, div.lft-sdbr-mnu ul li .active a{
    background: #efefef !important;
}

 div.lft-sdbr-mnu ul li a{
    box-shadow: none !important;
  /*  border: none !important;*/
    color: none !important;
 }
 .open-submenu > ul.sub-menu {
    display: block !important;
}
.drop-icon.mobile-drop-icon{
   /* display: none !important;*/
}

.page-template-template-email .form-control{
   background: #EFEFEF;
    color: #AEAEAE;
    border: solid 2px #DFDFDF;
    font-size: 14px;
    font-style: italic;
}
  .page-template-template-email .form-control:focus{
  border: solid 2px #73A6FF;
    background: #EFF5FF;
    color: #000;
    font-size: 18px;
    font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.character-limit {
    display: block;
    font-size: 11px;
}
p.redirect-cont.articleyear{
    margin: 0px 0px 5px 20px;
    font-size: 12px;    
}
.page-template-template-email .success {
    background: #c9dec9;
    border-radius: 4px;
    text-align: center;
    padding: 5px;
}
.page-template-template-email .btn-warning {
    color: #ffffff;
    background-color: #615e7e;
    border-color: #020202;
}
.page-template-template-email .btn-warning:not(:disabled):not(.disabled):active{
    color: #ffffff;
    background-color: #615e7e;
    border-color: #020202;
}
 ul.desktop-menu li a .mobile-drop-icon{
        display: none !important;
    }
     ul.desktop-menu li ul.sub-menu .mobile-drop-icon{
            display: inline-block !important;
            float: right;
    }
    .page-template-template-media-videos .pblc-inner-cntn-hldr, .page-template-template-about-studio .pblc-inner-cntn-hldr{
        background: rgb(102,125,147);
    }
    .page-template-template-media-videos .book-img{
        height: auto;
        margin-top: 0px;
    }
.boxhl.ico{
    background-color: #f8f8f8;
    font-weight: bold;
    color: #626262;
    border: solid 1px #C4C4C4;
    
    text-align: center;
}
.boxhl.ico a{
    display: block;
    padding: 4px;
}
.boxhl.ico:hover{    
        background-color: #DBDBDB;
    color: #000000;
    font-weight: bold;
    border: solid 1px #000000;
}
.prevlink{
    float: left;
    padding: 12px;
}
.nextlink{
    float:right;
    padding: 12px;
}
/*21 May*/
/*.picturebox {
    float: right;
    margin: 15px 0px 15px 15px;
}*/
/*#loadarea img{
        width: 250px;
    height: 214px;
    border: 1px solid #CCCCCC;
    padding: 4px;
    background: #FFFFFF;
}*/
div#loadarea {
    text-align: center;
    padding: 5px;
}
.tbl{
        width: 100%;
    padding: 0px;
    margin: 0px;

}
.mousetmb img {
    border: 1px solid #CCCCCC;
    padding: 4px;
    background: #FFFFFF;
}
.page-template-template-media-videos .catagories ul li a, .single-video-listing .btn.alcohol-drugs, .page-template-template-media-videos .innercont-leftbr .sort-btns .sort-catagory .btn, .page-template-template-media-videos .article-descp .redirect-cont a, .page-template-template-newest-video .article-descp .redirect-cont a,
.page-template-template-videos p.subhead a{
    color: #405c78;
}
.page-template-template-media-videos .innercont-leftbr .sort-btns .sort-catagory .btn:hover, .page-template-template-media-videos .innercont-leftbr .sort-btns .sort-catagory .btn:active, .page-template-template-media-videos .innercont-leftbr .sort-btns .sort-catagory .btn:focus {
    background: #4b4b4b;
    border: 1px solid #222;
    color: #fff;
}
.page-template-template-media-videos .innercont-leftbr .sort-btns .sort-catagory .btn.btn-color{
     color: #fff;
}
.page-template-template-media-videos .article-header,.single-video-listing .article-header, .single-video-listing .pblc-inner-cntn-hldr, .page-template-template-newest-video .pblc-inner-cntn-hldr, .page-template-template-videos .pblc-inner-cntn-hldr {
    background: #405c78;
}
.prevlink .boxhl a{ 
    color: #626262;    
}
.prevlink .boxhl a:hover{ 
    color: #000000;    
}
.boxhl img{
    width: 24px;
    height: 24px;
}
.icontool {
    display: inline;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}
.icontext {
    display: inline;
    vertical-align: middle;
    padding-left: 3px;
}
.page-template-template-media-videos .article-descp p .alcohol-drugs:hover{
    background-color: #405c78;
}
.page-template-template-media-videos .btn.alcohol-drugs:hover{
    color: #fff;
}
.page-template-template-online-theatre .lft-sdbr{
    width: 250px;
}
.page-template-template-online-theatre .rght-sdbar{
    width: calc( 100% - 250px );
}

/*online theater*/
.recent-videos{
    padding: 3px;
    text-align: center;
    background-color: #405c78;
    color: #EEEEEE;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border: solid 1px #eeeeee;
    vertical-align: middle;
    text-transform: uppercase;
}
.recent-videos-box{
    margin: 5px 0px 5px 0px;
    padding: 5px 5px 3px 5px;
    border: solid 1px #444343;
}
.recent-videos-box-img {
    float: right;
    margin-left: 10px;
    margin-bottom: 3px;
}
.video-box-subttl {
    color: #EEEEEE;
    font-size: 15px;
    font-weight: bold;
    margin: 15px 5px 0px 5px;
}
.article-descp .video-description{
    color: #444242;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 5px 10px 5px;
}
.page-template-template_features .subhead a{
    font-size: 16px;
}

/*************29-05-19 Gurjant starts**************/   


.page-template-template-online-theatre .pblc-inner-cntn-hldr {
    background: #000000;
}
.page-template-template-online-theatre .rght-sdbar {
    background: #121212;
    color: #fff;
}
.page-template-template-online-theatre .pdfprnt-buttons a span {
    color: #fff;
}
.page-template-template-online-theatre .pdfprnt-buttons:hover a span {
    color: #000;
}
.page-template-template-online-theatre .lft-sdbr {
    background: #121212;
}
.page-template-template-online-theatre .video-box-subttl a {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
}
.page-template-template-online-theatre .padding-content {
    color: #555555;
    background: #121212;
    border-color: #444343 !important;
}
.page-template-template-online-theatre .lft-sdbr-mnu p .alcohol-drugs {
    background: #405c78;
    border: 1px solid #bbb;
    border-radius: 0 !important;
    padding: 2px 6px;
    min-width: auto;
    color: #fff;
	margin-bottom: 3px;
}
.page-template-template-online-theatre .innercont-leftbr p:nth-of-type(1) {
    margin: 0px;
    padding: 0px 30px 0 20px;
    color: #fff;
}
.page-template-template-online-theatre .banner-links {
    border-bottom: 1px solid #444343;
}
.page-template-template-online-theatre .innercont-leftbr {
    border-right: 1px solid #444343;
	border-left: 1px solid #444343;
}
.page-template-template-online-theatre .article-content {
    padding-bottom: 0;
}
.page-template-template-online-theatre p.redirect-cont.desc {
    border-right: 1px solid #444343;
    margin-bottom: 0;
    border-left: 1px solid #444343;
	border-top: 1px solid #444343;
    margin-left: 0;
    padding-left: 30px;
}
.page-template-template-online-theatre .lft-sdbr-mnu .recent-videos-box img {
    border: 1px solid #444343;
    padding: 4px;
    width: 75px;
    height: 65px;
}
.page-template-template-online-theatre .video-box-subttl {
    font-size: 15px;
    margin: 0px 5px 2px 5px;
}
.page-template-template-online-theatre .recent-videos-box {
    margin: 5px 0px 5px 0px;
    padding: 6px 5px 6px 5px;
}

.content-area .site-main {
     width: 100%;
     padding: 10px;
    background: #306868;
    margin: 10px 0 0 0;
    box-shadow: 0 0 20px 0px rgba(255, 255, 255, 0.16);
    border-radius: 9px;
    display: flex;
    flex-wrap: wrap;
}
.single-publication-list .content-area h1{
    background: transparent;
}
.single-publication-list .abt_hometxt{
    text-align: left;
}
.single-publication-list .inner-banner-hding h1{
    padding: 0px 0px;
}
.content-area .article-descp:hover{
    background: white   ;
}
.content-area article:hover{
    background: #fffeef;
}
.content-area article  {
        
    background: #fff;
    border-radius: 10px;
    padding:24px;
       /* box-shadow: -2px 4px 10px 0px inset rgba(0,0,0,0.35);*/
}

.article-container {
    padding: 16px;
    border-radius: 12px;
    background: #FFF;
}
/*.content-area article#post-162456:hover {
     
    background: #ccc;
   
        box-shadow: -2px 4px 10px 0px inset rgba(0,0,0,0.35);
}
*/
.content-area h1 {
    color: #FFF;
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    background: #306868;
       padding: 0px 17px;
        border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.content-area h2 a {
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.content-area p{
margin-left: 10px;
}
.content-area a {
    color: #306868;
    font-size: 17px;
}
.photo-album img {
    width: 151px;
}


.content-area .article-descp {
    padding: 12px 0px;
}
.new-video{
    border-left: solid 1px #C9C9C9;
    padding-left: 14px;
}
.new-video a{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #405c78;
}
.page-template-template-videos .subhead a{
    font-size: 16px;
}
.single-video-listing .picturebox img{
    cursor: pointer;
       border: 1px solid #CCCCCC;
    padding: 4px;
    background: #FFFFFF;
}
.single-video-listing .picturebox img:hover{
    border-color: #405c78;
}
.page-template-template-recent-materials .abt_hometxt{
    text-align: left;
}
.abt_hometxt p.short_desc {
    font-size: 14px;
}

/*************media starts**************/


@media only screen and (max-width: 1024px) {
    #menu li {
    width: auto;
}
    .abt_home h1 {
    font-size: 20px;
}
    
}

@media only screen and (max-width: 991px) {
    #menu .search-icon {
    display: none;
}
    #menu .form-inline input.form-control {
    width: 230px;
    margin: 0px 0px 0 14px;
    border-radius: 8px;
}
    #menu a {
    font-size: 18px;
    padding: 10px 14px;
}
    #menu .main-menu a.navbar-brand {
    font-size: 18px;
    padding: 10px 14px;
    background: transparent;
    display: none;
}
    a.navbar-brand img {
    max-width: 20px;
}
    #menu .form-inline .btn {
    top: 4px;
}
    #menu .main-menu {
    height: auto;
    padding: 0;
}
    #menu form.form-inline {
    margin-bottom: 0 !important;
}
    .wrapper {
    max-width: 92%;
}
    body {
    background-size: cover;
}
    .logo-on-desktop a img {
    max-width: 180px;
}
    #menu form.form-inline {
    margin-top: 1px !important;
}
    .innercont-leftbr .sort-btns .sort-catagory .btn {
    padding: 2px 4px;
    min-width: 85px;
    font-size: 11px;
}
    .article-header h1 {
    font-size: 16px;
}
    .article-header .hdr-sort-btns {
    text-align: left;
    margin-top: 5px;
}
    .catagories ul li a {
    padding: 4px 10px;
    font-size: 10px;
}
    .catagories h1 {
    font-size: 14px;
    text-align: right;
    padding: 8px 10px 8px 0;
}
    .book-img {
    max-width: 32%;
    height: auto;
}
    .article-descp .making-sense-bottom-cont p .alcohol-drugs , .article-descp p .alcohol-drugs {
    min-width: 85px;
    font-size: 10px;
}
    .mousetmb-img {
    margin-top: 10px;
}
    .making-sense-bottom-cont {
    padding: 0;
}
    .online-store-contactlinks {
    text-align: left;
}
    .online-store-contactlinks li a {
    font-size: 11px;
    padding-left: 0px;
    text-transform: capitalize;
}
    .online-store-contactlinks li .store-linkimg {
    display: none;
}
    .online-store-tabcontent-holder .nav-tabs .nav-link {
    padding: 10px 35px;
}
    .online-store-contactlinks li {
    padding: 0 3px;
}
    .catalog-top-content h1 {
    font-size: 24px;
}
    .author-detail-form label.col-form-label {
    padding-left: 15px;
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 10px;
}
    .author-detail-form .search-btn {
    width: 100%;
    border: transparent;
    padding: 10px 0;
}
    .library-catalog-tabcontent-holder .nav-tabs-bottom li a {
    padding: 12px 0px;
    font-size: 13px;
    float: left;
    width: 100%;
}
.library-catalog-tabcontent-holder .nav-tabs-bottom li {
    margin: 0 3px;
    padding: 0;
}
.pblc-inner-cntn-hldr .cont-heading h1{
    text-align: center;
    padding: 0;
}
.author-order{
    order:2;
}
.author-detail-form .search-btn-holder{
    margin:25px 0;
}


    
}
@media only screen and (max-width: 873px){
ul.navbr-srch {    
    width: calc(100% - 600px);
}
}

@media only screen and (max-width: 831px) {
    #menu .form-inline input.form-control {
    width: 100%;
}
    #menu li {
    padding: 0 0 4px;
}

/*27/2/2019*/
#menu .main-menu {
    float: none;
}
ul.navbr-srch {
    float: none;
}
#menu .main-menu li:first-child {
    display: none;
}
ul.navbr-srch {    
    width:auto ;
}
ul.navbr-srch {
    margin: 0 !important;
}
/*27/2/2019ends here*/

}

@media only screen and (max-width: 767px) {
        .lft-sdbr {
        display: none;
    }
        .rght-sdbar {
        width: 100%;
    }
        .banner-img::after {
        z-index: 0;
    }
        footer.cmmn-fttr {
        padding: 0 20px;
    }
        #menu .form-inline input.form-control {
        width: 95%;
    }
        #menu .form-inline .btn {
        top: 3px;
        right: 4%;
        margin: 0 !important;
    }
        .cmmn-fttr .newsletter-footer ul li {
        display: block;
        text-align: center;
    }
        .cmmn-fttr .newsletter-footer ul .signup {
        max-width: 100%;
    }
        .cmmn-fttr .newsletter-footer ul li .form-inline input {
        width: 100%;
    }
        .cmmn-fttr .contact-footer ul li, .cmmn-fttr .contact-footer ul li a {
        display: block;
        text-align: left;
        margin: 0;
        padding: 0;
        line-height: 26px;
        border-right: none;
    }
        .cmmn-fttr .contact-footer ul li {
        border-bottom: 1px solid #3c3c3c;
        padding-bottom: 4px;
    }
        .cmmn-fttr .contact-footer ul li:last-child {
        border-bottom: none;
        padding-bottom: 0px;
    }
        .cmmn-fttr .contact-footer ul li a {
        display: inline-block;
    }
        .cmmn-fttr .newsletter-footer ul li {
        text-align: left;
    }
        .banner-img a.btn {
        font-size: 11px;
    }
        .abt_home h1 {
        font-size: 18px;
    }
        .padding-right {
        padding-right: 15px;
    }
        .catagories h1 {
        text-align: left;
        padding: 8px 10px 8px 10px;
    }
        .catagories ul li {
        text-align: left;
        padding: 0 0 0 0px;
    }
        .making-sense-bottom-cont {
        padding: 0;
    }
        .who-contentbx .job-descp li {
        padding: 0 10px 0 0;
        margin: 4px 0 0;
    }
        .who-contentbx h1 {
        font-size: 20px;
        margin-left: 0px;
        margin-bottom: 0px;
    }
        .who-contentbx .job-descp li a {
        padding: 0 0 0 8px;
    }
        .online-store-contactlinks li {
        padding: 0 0px 5px;
        border: none;
        display: block;
        text-align: right;
    }
        .online-store-contactlinks li a {
        font-size: 14px;
    }
    .author-left-select{
        padding-left: 15px;
        padding-right: 15px;
    }
    .author-right-select{
        padding-right: 15px;
        padding-left: 15px;
    }
    .author-order{
        order:2;
    }
    .author-detail-form .search-btn-holder{
        margin:25px 0;
    }
    .label-year{
        display: block !important;
        padding-left:0px !important;
    }
    .no-padding{
        padding: 0 15px !important;
    }
    .hover-cstm {
        
        padding: 10px 0px;
        
    }
    .author-detail-form .padding-2 {
        padding: 5px 15px !important;
    }
    #menu .sub-menu {
        margin: 0;
    }
    #menu-main-menu ul li {
        width: 100% !important;
    }
    .micsem-toolbox {
    	float:left!important;
    }
    ul.desktop-menu li a .mobile-drop-icon{
        display: inline-block !important;
    }
   .drop-icon.mobile-drop-icon {
        display: inline-block !important;
            float: right;
    }
    .drop-icon.mobile-drop-icon.rotate {
        transform: rotate(362deg);
    }
    footer.cmmn-fttr{
        text-align: left;
    }
   .owl-carousel .owl-item {
    margin: 0px !important;
   }
}

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

.single-book .short_desc {
    width: 100%;
    float: left;
}
.books-article-content .redirect-cont.border-none.imageswithtext {
    float: left;
    width: 100%;
    text-align: center;
  }


    .banner-img a.btn {
    font-size: 10px;
    padding: 5px 18px;
}
    .abt_home h1 {
    font-size: 16px;
    padding: 6px 20px;
}
    .innercont-leftbr .sort-btns .sort-catagory .btn {
    padding: 2px 4px;
    min-width: 65px;
    font-size: 11px;
    text-transform: capitalize;
}
    .book-img {
    max-width: 42%;
}
    .article-descp .making-sense-bottom-cont p .alcohol-drugs {
    min-width: 55px;
    text-transform: capitalize;
}
    .micsum-video .redirect-cont li .btn {
    right: 4px;
    top: 4px;
}
    .online-store-tabcontent-holder .nav-tabs .nav-item {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #a7a7a7;
}
    .online-store-tabcontent-holder .nav-tabs {
    box-shadow: 0px 18px 44px inset rgba(255,255,255,0.73);
    border-bottom: none;
    padding: 0;
}
    .online-store-contactlinks li {
    text-align: center;
}
    .online-store-tabcontentbx .view-all a {
    padding: 10px 5px;
    font-size: 11px;
}
    .catalog-top-content h1 {
    font-size: 16px;
}
    .catalog-top-content p {
    font-size: 12px;
}
    .library-catalog-tabcontent-holder .nav-tabs-bottom li {
    margin: 0 0px 8px;
    padding: 0;
    width: 100%;
}
    .padding-xs {
        padding: 0;
    }

}



@media only screen and (max-width: 64em) and (min-width: 52.01em) {
/*
  #menu li {
    width: 33.333%;
  }
*/

  #menu .sub-menu li {
    width: auto;
  }
}
@media only screen and (min-width:992px){
    .btn-align{
        padding-right:57px !important;
    }
    .p-right{
        padding-right:3px !important;
    }
}
@media only screen and (min-width: 52em) {
  #menu .main-menu {
    display: block;
  }

  #toggle-menu, 
  #menu label.drop-icon {
    display: none;
  }

  #menu ul span.drop-icon {
    display: inline-block;
  }

  #menu li {
    float: left;
    border-width: 0 1px 0 0;
  }

  #menu .sub-menu li {
    float: none;
  }

  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000;
  }

  #menu .sub-menu {
    display: none;
  }

  #menu .sub-menu li {
  /*  border-width: 0 0 1px;*/
    border-width: 0 0 0px;
  }

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

  #menu li:hover > .sub-menu {
    display: block;
  }
}

.submenu-expand {
    display: none;
}

#menu ul li .sub-menu li.mobile-parent-nav-menu-item {
    display: none;
}


 #menu li.menu-item-664.active .sub-menu li.active a{
     color: #fff;
    background: rgba(106,145,145,1);
    background: -moz-linear-gradient(top, rgba(106,145,145,1) 0%, rgba(106,145,145,1) 36%, rgba(46,97,97,1) 40%, rgba(46,97,97,1) 70%, rgba(46,97,97,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(106,145,145,1)), color-stop(36%, rgba(106,145,145,1)), color-stop(40%, rgba(46,97,97,1)), color-stop(70%, rgba(46,97,97,1)), color-stop(100%, rgba(46,97,97,1)));
    background: -webkit-linear-gradient(top, rgba(106,145,145,1) 0%, rgba(106,145,145,1) 36%, rgba(46,97,97,1) 40%, rgba(46,97,97,1) 70%, rgba(46,97,97,1) 100%);
    background: -o-linear-gradient(top, rgba(106,145,145,1) 0%, rgba(106,145,145,1) 36%, rgba(46,97,97,1) 40%, rgba(46,97,97,1) 70%, rgba(46,97,97,1) 100%);
    background: -ms-linear-gradient(top, rgba(106,145,145,1) 0%, rgba(106,145,145,1) 36%, rgba(46,97,97,1) 40%, rgba(46,97,97,1) 70%, rgba(46,97,97,1) 100%);
    background: linear-gradient(to bottom, rgba(106,145,145,1) 0%, rgba(106,145,145,1) 36%, rgba(46,97,97,1) 40%, rgba(46,97,97,1) 70%, rgba(46,97,97,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a9191', endColorstr='#2e6161', GradientType=0 );
}
    /*krishna csss*/
.banner-links li span{
        color: #888888;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
section.img-section{
    text-align: right;
    border: 1px solid #CCCCCC;
    padding: 4px;
    background: #FFFFFF;
    float: left;
}

section.img-section img{
 height: 300px;
  width: 250px;
   
}
 
/*navbar ends here*/

/* Media Page subhead*/

.subhead, .subhead_list, .subhead_list_b {
    font-weight: bold;
    font-size: 16px;
    border-bottom: solid 1px #F3F3F3;
}
.subhead {
    margin-bottom: 8px;
    /*margin-left: -10px;*/
}
p.subhead a {
    color: #306868;
}
/* Ends */
/*  Recent Materials */
    .cleardiv, .greydiv {
        padding: 10px 15px 10px 15px;
    }
    .cleardiv p {
        margin: 0px;
    }
    .subheader {
        font-weight: bold;
        font-size: 16px;
        border-bottom: solid 1px #F3F3F3;
        color: #555555;
        margin-bottom: 2px;
    }
    .libclr A:visited {
        text-decoration: none;
        color: #62624b;
    }
    .libclr A:link {
        text-decoration: none;
        color: #62624b;
    }

  .tfpara {
        font-weight: bold;
        font-size: 64px;
    }

  .tftable {
        width:"width:100%";
    }


/*  Recent Materials Ends*/

.author-detail-form .padding-2 {
    padding: 0 2px ;
}
.author-detail-form p {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin: 0;
    padding-bottom: 8px;
}
.label-year{
    display: none;
}
.col-form-label {
    padding-top: calc(.375rem + 3px);
    padding-bottom: calc(.375rem + 3px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
div.lft-sdbr-mnu ul li.active ul li a {
    background: #e1e1e1;
    border: none;
    color:#585860;
 }
 div.lft-sdbr-mnu ul li.active ul li.active a {
    border: border: 1px solid #b9b9b9;
 }
 .micsem-seminar-list ul li{
	 text-align:left;
	 list-style-type:disc;
	 font-size:13px;
 }
.micsem-seminar{
	padding-top:35px;
	
}
.micsem-seminar-list ul li a{
	color:#000099;
	text-decoration:none;
 }
.micsem-seminar-pra p{
	font-size:13px;
	text-align:left;
	
} 
.micsem-seminar-pra p a{
	color:#000099;
	text-decoration:none;
}
.micsem-seminar-pra{
	padding:10px 0 0 0;
}
.micsem-socialicon {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}
.face{
	display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/socialicons.png);
    text-indent: -99999px;
}
.face img{
	border:0;
}
.face{
	background-position:0 0;
}
.face:hover{
	background-position:0 70px;
}
.twitt{
	display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/socialicons.png);
    text-indent: -99999px;
}
.twitt{
	background-position:334px 0;
}
.twitt:hover{
	background-position:334px 70px;
}
.icon3{
	display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/socialicons.png);
    text-indent: -99999px;
}
.icon3{
	background-position:300px 0;
}
.icon3:hover{
	background-position:300px 70px;
}
.icon4{
	display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/socialicons.png);
    text-indent: -99999px;
}
.icon4{
	background-position:263px 0;
}
.icon4:hover{
	background-position:263px 70px;
}
.icon5{
	display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/socialicons.png);
    text-indent: -99999px;
}
.icon5{
	background-position:230px 0;
}
.icon5:hover{
	background-position:230px 70px;
}
.icon6{
	display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/socialicons.png);
    text-indent: -99999px;
}
.icon6{
	background-position:192px 0;
}
.icon6:hover{
	background-position:192px 70px;
}
.icon7{
	display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/socialicons.png);
    text-indent: -99999px;
}
.icon7{
	background-position:89px 0;
}
.icon7:hover{
	background-position:89px 70px;
}
.icon8{
	display: inline-block;
    width: 31px;
    height: 25px;
    background: url(../images/socialicons.png);
    text-indent: -99999px;
}
.icon8{
	background-position:64px 0;
}


.micsem-toolbox{
	float:right;
}
.img-border{
	border:1px solid #cccccc;
	padding:4px;
}
.img-border:hover{
	border:1px solid #000;
}
.microesian-form {
	text-align:right;
}
.inputGroupContainer p{
	text-align:left;
}
.inputGroupContainer button{
	float:left;
}
.iframe-video-holder {
    padding-top: 30px;
    padding-right: 5px;
}
.thumbnail-holder {
    padding: 0px 0px 0px;
}
.thumbnail-holder table.tbl {
    border-collapse: separate;
    border-spacing: 4px 0px;
}
.nxt-prev-btn-holder {
    padding-left: 2px;
    padding-right: 8px;
}
@media only screen and (max-width:992px){
.thumbnail-holder {
    max-width: 100%;
    margin: 0 auto;
}   
}


@media (max-width:767px){
	.microesian-form {
		text-align:left;
	}
	.banner-links {
		text-align: center;
	}
	.padding-content {
		padding-left: 0px;
	}
	.pblc-inner-cntn-hldr{
		background:none;
		box-shadow:none;
	}
	.cntn-hldr{
		padding:0;
	}
	.rght-sdbar{
		border-radius:9px;
		padding:0px;
	}
	.abt_hometxt{
		padding-right:20px;
	}
	.wrapper {
		max-width: 99%;
		margin: 0 auto;
		overflow-x: hidden;
	}
	ul.navbr-srch form.navbar-form.navbar-left input.form-control{
		padding:;
	}
	.row.lft-margin{
		margin-left:0px;
		margin-right:0px;
	}
	.article-header .hdr-sort-btns{
		text-align:center;
	}
	.article-header h1{
		text-align:center;
	}
}

@media(min-width:768px){
    
}

@media only screen and (max-width:576px){
#loadarea img {
    width: 100% !important;
    height: auto !important;
}
.thumbnail-holder {
    max-width: 100%;
        padding: 0;
}
.single-article .subtitle h1 {
    margin-top: 0;
    width: 100%;
    float: left;
}
.pdfandprint {
    float: left;
}

}


