@charset "utf-8";

/* CSS Document */
body {
    font-family: 'Verdana', sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    overflow-x: hidden;
}

.opensance {
    font-family: 'Verdana', sans-serif;
}

a {
    border: 0;
    outline: none;
    -webkit-transition: all 200s ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #0054A3;
    text-decoration: none;
    font-size: inherited;
    font-weight: inherited;
}

a:hover,
a:focus {
    color: #1e3f5a;
    text-decoration: underline;
    font-size: inherited;
    font-weight: inherited;
}

@font-face {
    font-family: 'footable';
    src: url('../fonts/footable.eot');
    src: url('../fonts/footable.eot?#iefix') format('embedded-opentype'), url('../fonts/footable.woff') format('woff'), url('../fonts/footable.ttf') format('truetype'), url('../fonts/footable.svg#footable') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**/
.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 48px;
    font-family: 'Verdana', sans-serif;
    color: #1e3f5a;
    font-weight: 300;
    margin-bottom: 40px;
}

h1 span {
    font-size: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Verdana', sans-serif;
}

h2 {
    color: #000;
    font-size: 26px;
    font-weight: 700;
}

h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

h4 {
    font-size: 14px;
}

p,
ul,
ol {
    color: #000;
    font-size: 14px;
    font-family: 'Verdana', sans-serif;
    font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000;
    text-decoration: none;
    font-size: inherited;
    font-weight: inherited;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #2592CE;
    text-decoration: none;
    font-size: inherited;
    font-weight: inherited;
}

/*-------------Main Container Styles------------*/
.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.container {
    padding: 20px 0 0;
    position: relative;
}

@media only screen and (min-width: 1599px) {
    .container {
        width: 1440px
    }
}

.bodymain {
    /* padding:0 65px; */
    padding: 0;
}


/* for admin bar to show when using navbar-fixed-top */
body.admin-menu .navbar-fixed-top {
    top: 32px;
    z-index: 499;
    border-bottom: 2px solid #ccc;
}

/*------Color-----*/
.white-bg {
    background: #ffffff;
}

.green-bg {
    background: #14a697;
}

.light-green-bg {
    background: #c4e9e5;
}

.sky-bg {
    background: #cce3e2;
}

.blue-bg {
    background: #0056a5;
}

.grey-bg {
    background: #959595;
}

.gray-bg {
    background: #E4E4E4;
}

.select-category.grey h2 {
    text-align: center;
}

.select-category.grey h2 a {
    color: #0055a3;
}

/*---Header-----*/
.header {
    padding: 20px 0;
}

.navbar {
    margin-bottom: 5px;
    padding: 10px 0 10px 0;
    background-color: #ffffff;
    text-align: center;
}

#search-toggle {
    display: none;
}

.search-hld {
    margin: 15px 0 0 0;
    padding: 0;
    -moz-box-shadow: 0px 0px 4px #888888;
    -webkit-box-shadow: 0px 0px 4px #888888;
    box-shadow: 0px 0px 4px #888888;
    max-width: 410px;
    width: 90%;
    background: #fff;
}

.search-hld input[type="text"] {
    border: 0;
    font-size: 14px;
    color: #6f6f71;
    font-family: 'Verdana', sans-serif;
    font-weight: 300;
    font-style: italic;
    width: 90%;
    padding: 5px 10px;
}

.search-hld input[type="button"] {
    background: #fff url(../images/sprite.png) 0 -157px no-repeat;
    border: 0;
    float: right;
    margin: 7px 5px 0;
    width: 18px;
}


.top-nav {
    margin: 10px 0 0;
    padding: 0;
}

.top-nav li {
    display: block;
    float: right;
    margin: 0 0 0 20px;
    padding: 0;
}

.top-nav li a {
    font-size: 14px;
    color: #4a4b4c;
}

.top-nav li a em {
    margin: 0px 6px 0 0px;
    position: relative;
    top: 5px;
}

.icon-register {
    background: url(../images/sprite.png) 0 5px no-repeat;
    width: 14px;
    height: 21px;
    display: inline-block;
}

.icon-login {
    background: url(../images/sprite.png) 0 -29px no-repeat;
    width: 10px;
    height: 21px;
    display: inline-block;
}

.icon-cart {
    background: url(../images/sprite.png) 0 -69px no-repeat;
    width: 28px;
    height: 21px;
    display: inline-block;
}

/*-----Menu-----*/
.menu-wrapper {
    width: 90%;
    margin: 0 auto;
}

.menu-hld {
    -moz-box-shadow: 0 4px 8px #888888;
    -webkit-box-shadow: 0 4px 8px #888888;
    box-shadow: 0 4px 8px #888888;
}

.menu-hld.f-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.menu {
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li {
    display: inline-block;
    padding: 0;
    border-left: solid 2px #fffff;
}

.menu li a {
    font-family: 'Verdana', sans-serif;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    padding: 18px;
    text-align: center;
    font-weight: 700;
    display: block;
}

.menu li li a {
    padding-left: 36px;
    font-weight: 400;
}

.menu li a:hover,
.menu li a.active {
    color: #2592ce;
    text-decoration: none;
}

.menu li a.active,
.menu li a.active-trail {
    color: #2592ce;
    text-decoration: none;
}

.dropdown-menu>li>a.active {
    color: #fff !important;
    background-color: #2592ce;
}


.menu-hld .navbar-collapse.collapse {
    padding: 0;
}

.btn-online {
    display: inline-block;
    font-size: 9px;
    font-family: 'Verdana', sans-serif;
    font-weight: 600;
    color: #fff;
    background: url(../images/sprite.png) 4px -110px no-repeat;
    text-transform: uppercase;
    border: solid 1px #fff;
    padding: 5px 8px 5px 32px;
    margin: 10px 0 0;
}

.btn-online span {
    font-size: 12px;
    display: block;
}

.btn-online:hover {
    color: #fff;
    background: #1ac1ad url(../images/sprite.png) 4px -110px no-repeat;
    text-decoration: none;
}

.menu li.active {
    background: #ffffff;
}

.menu-hld.f-nav .menu li a {
    padding: 13px 0;
}

.menu-hld.f-nav .btn-online {
    padding: 1px 8px 1px 32px;
    margin: 4px 0 0;
}

/*---------Banner---------*/
.overlay-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 80px;
}

.overlay-text:after {
    display: block;
    content: '';
    background: #fff;
    /*height: 1px;*/
    margin-top: 0px;
    margin-left: 0px;
    width: 40%;
}

.overlay-text h2 {
    color: #f2c12e;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Verdana', sans-serif;
    font-weight: 600;
    padding: 0 0 10px;
    margin: 0;
}

.overlay-text h3 {
    color: #fff;
    font-size: 38px;
    line-height: 42px;
    font-family: 'Verdana', sans-serif;
    font-weight: 300;
    padding: 0 0 10px;
    margin: 0;
}

.banner-hld img {
    width: 100%;
}

.banner-hld .carousel-indicators {
    left: inherit;
    right: 80px;
    bottom: 27px;
    text-align: right;
}

.banner-hld .carousel-indicators li {
    border-radius: 0;
    height: 16px;
    width: 16px;
    background: #E9E9E9;
    border: 0;
    margin: 0;
    margin-left: 7px;
}

.banner-hld .carousel-indicators .active {
    height: 16px;
    width: 16px;
    background: #E6B62C;
    border: 0;
}

.banner-hld .glyphicon-chevron-left:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 69px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.banner-hld .glyphicon-chevron-right:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 69px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.banner-hld .carousel-control .glyphicon-chevron-left,
.banner-hld .carousel-control .glyphicon-chevron-right {
    top: 37%;
}

/*-------Search Holder----*/

.search-cat-hld {
    padding: 0 0 35px;
}

.textbox {
    background: #fff;
    border: 0;
    padding: 5px 10px;
    width: 100%;
    font-size: 16px;
    font-family: 'Verdana', sans-serif;
    font-weight: 300;
}

.search-cat-hld .btn-yellow {
    width: 100%;
}

.btn-yellow {
    background: #f2c12e;
    border: 0;
    text-align: center;
    color: #000;
    padding: 2px 30px;
    font-size: 20px;
    font-family: 'Verdana', sans-serif;
    font-weight: 300;
    -moz-box-shadow: 0px 0px 4px #666;
    -webkit-box-shadow: 0px 0px 4px #666;
    box-shadow: 0px 0px 4px #666;
}

.btn-yellow:hover,
.btn-yellow:focus {
    background: #2592CE;
    color: #fff;
}

.select-category h2 {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    margin-top: 0;
    line-height: 20px;
    min-height: 25px;
    margin-bottom: 6px;
}

.search-cat-hld .textbox {
    height: 35px;
    color: #6f6f71;
    font-size: 16px;
    margin-top: 30px;
    font-weight: 400;
}

.search-cat-hld .btn-yellow {
    height: 35px;
    margin-top: 30px;
}

.border-top {
    border-top: 4px solid #cccccc;
    margin-top: 80px;
}

.customSelect {
    width: 100%;
    z-index: inherit !important;
}

.customSelect .selectedValue {}

.icon-down {
    display: inline-block;
    width: 35px;
    height: 36px;
    background: #4a4b4c;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    vertical-align: top;
    color: #fff;
    text-align: center;
}

.icon-down i {
    line-height: 35px;
    font-size: 16px;
}

.heading {
    font-family: 'Verdana', sans-serif, sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    background: #14a697;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    top: -23px;
    -webkit-box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.3);
    margin-top: -30px;
}

.left-col {
    margin-top: 60px;
    width: 90%;
}

.left-col h2 {
    color: #4a4b4c;
    font-size: 60px;
    font-family: 'Verdana', sans-serif, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 50px;
}

.left-col h6 {
    color: #14a697;
    font-size: 20px;
    font-family: 'Verdana', sans-serif, sans-serif;
    font-weight: 400;
    margin-top: 0;
    border-bottom: 1px dashed #14a697;
    padding-bottom: 5px;
    display: inline-block;
    padding-right: 30px;
}

.left-col,
.right-col {
    margin-bottom: 60px;
}

/*ADOPT-*/
.light-green {
    background: #C8E4F2;
}

.lighter-gray {
    background: #ebebeb;
}

.lighter-green {
    background: #C8E4F2;
}

.lighter-blue {
    background: #C8E4F2;
}

.light-blue {
    background: #C8E4F2;
}

.featured-product-hld {
    padding: 20px 0;
    margin-bottom: 160px;
}

.featured-product-hld .left-col {
    width: 100%;
    margin-right: 0;
}

.featured-product h3 {
    color: #4a4b4c;
    font-size: 26px;
    font-weight: 400;
    margin-top: 0;
    margin-left: 30px;
}

.featured-product-hld .left-col {
    margin-bottom: 0;
}

.featured-list {
    padding: 0;
    margin: 0;
}

/*.featured-list{float:right;}*/
.featured-list li {
    list-style-type: none;
    float: left;
    margin-left: 18px;
}

.featured-list li:first-child {
    margin-left: 0px;
}

.featured-product {
    margin-left: -15px;
}

.featured-slide {
    margin-bottom: 10px;
}

.featured-slide .carousel-control.left,
.featured-slide .carousel-control.right {
    background: none;
    opacity: 1;
}

.featured-slide .glyphicon-chevron-left,
.featured-slide .glyphicon-chevron-right {
    background: #f27649;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 39px;
    height: 44px;
    line-height: 33px;
    margin-top: -15px;
    width: 44px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.featured-slide .glyphicon-chevron-left:before {
    content: "\f104";
    font-family: FontAwesome;
}

.featured-slide .glyphicon-chevron-right:before {
    content: "\f105";
    font-family: FontAwesome;
}

/*.featured-slide .glyphicon-chevron-left:hover, .featured-slide .glyphicon-chevron-right:hover{border-radius: 0; -webkit-border-radius:0; -moz-border-radius:0; } */
.featured-slide .right.carousel-control {
    right: 0;
}

.featured-slide .glyphicon-chevron-left {
    margin-left: -76px;
}

.featured-slide .glyphicon-chevron-right {
    margin-right: -80px;
}

.featured-slide .carousel {
    margin-left: 30px;
}

.search-catalog {
    margin-left: 30px;
}

.search-catalog h3 {
    font-size: 16px;
    font-weight: 600;
    margin-left: 0;
}

.share-happening-hld {}

.share-happening-hld .row {
    padding-top: 15px;
}

.event-col1 .media {
    position: relative;
    min-height: 70px;
}

.event-col1 .media-left {
    background: #0054A3;
    font-size: 20px;
    color: #fff;
    width: 67px;
    min-height: 67px;
    display: inline-block;
    text-align: center;
    padding: 0;
    font-family: 'Verdana', sans-serif;
    font-weight: 700;
    padding-top: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.event-col1 .media-left span {
    font-size: 12px;
    display: block;
    font-weight: 600;
    line-height: 16px;
}

.event-col1 .media-body {
    display: block;
    margin-left: 85px;
    margin-top: -3px;
    width: auto;
}

.event-col1 .media-body h4,
.event-col2 .media-body h4 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    font-family: 'Verdana', sans-serif;
}

.event-col1 .media-body em {
    font-size: 16px;
    font-family: 'Verdana', sans-serif;
}

.event-col2 .media-left {
    display: inline-block;
    width: 33%;
    margin-right: 2%;
    padding-right: 0;
}

.event-col2 .media-body {
    display: inline-block;
    width: 63%;
    margin-top: -3px;
}

.event-col2 .media-body h4 {
    color: #1a1a1a;
}

.event-col2 .media-body p {
    color: #4a4b4c;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: 300;
}

.event-col2 .media-body small {
    color: #4a4b4c;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.twitter-feed {
    border: 1px solid #b3b3b3;
}

.twitter-heading {
    background: #0056a5;
    padding: 8px 10px
}

.twitter-heading h3 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.twitter-heading p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.event-col1 .btn-link {
    margin-top: 10px;
    display: inline-block;
}

.btn-link {
    font-size: 16px;
    color: #2592ce;
    font-family: 'Verdana', sans-serif;
    font-style: italic;
}

.three-box {
    margin: 25px 10%;
    text-align: center;
}

.three-box a.link-img3 {
    display: block;
    position: relative;
    z-index: 1;
}

.three-box img {
    -webkit-transition: all 200s ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

/*.three-box img:hover{transform:translate(10px, 20px);}*/

.three-box h2 {
    margin: 0 5%;
    padding: 7px 0;
    color: #4d4d4d;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: 4;
    background: #fff;
}

.three-box.bor-orange h2 {
    border-top: solid 2px #f6a486;
}

.three-box h2 {
    margin: 0 5%;
    padding: 7px 0;
    color: #4d4d4d;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.three-box.bor-orange h2 {
    border-top: solid 2px #f6a486;
}

.three-box.bor-green h2 {
    border-top: solid 2px #62c4ba;
}

.three-box.bor-yellow h2 {
    border-top: solid 2px #f6d674;
}

.three-box h3 {
    margin: 0 5%;
    padding: 0px 0;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

/*----------Footer---------*/
.footer {
    margin: 0;
    padding: 0;
    margin-top: 50px;
}

.footer-top {
    padding: 0;
}

.footer-bot {
    padding: 0;
    background: #ebebeb;
}

.footer-bot p {
    font-size: 12px;
    color: #000;
    font-family: 'Verdana', sans-serif;
    font-weight: 400;
    text-align: center
}

.footer-bot p a {
    color: #000;
}

.footer-social {
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-social li {
    display: inline-block;
    margin: 0 4px;
}

.footer-social li a {
    display: block;
    margin: 0 0px;
    width: 32px;
    height: 32px;
}

.footer-social li a em {
    display: block;
    width: 29px;
    height: 29px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}

.icon-fb {
    background-position: -1px -219px;
}

.icon-tw {
    background-position: -38px -219px;
}

.icon-in {
    background-position: -76px -219px;
}

.icon-yt {
    background-position: -113px -219px;
}

.icon-is {
    background-position: -150px -219px;
}

.icon-pin {
    background-position: -187px -219px;
}

.icon-fb:hover {
    background-position: -1px -256px;
}

.icon-tw:hover {
    background-position: -38px -256px;
}

.icon-in:hover {
    background-position: -76px -256px;
}

.icon-yt:hover {
    background-position: -113px -256px;
}

.icon-is:hover {
    background-position: -150px -256px;
}

.icon-pin:hover {
    background-position: -187px -256px;
}


/*---catalog--*/
.search-cat-hld {
    position: relative;
}

.filter-tab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #d9d9d9;
    z-index: 1
}

.filter-r .fa {
    display: none;
}

.nav-tabs.filter-r>li {
    width: 50%;
}

.nav-tabs.filter-r>li>a {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin: 0;
    color: #14a697;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
    background: rgba(191, 191, 191, 1);
    background: -moz-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(212, 212, 212, 1) 77%, rgba(193, 193, 193, 1) 89%, rgba(176, 176, 176, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191, 191, 191, 1)), color-stop(77%, rgba(212, 212, 212, 1)), color-stop(89%, rgba(193, 193, 193, 1)), color-stop(100%, rgba(176, 176, 176, 1)));
    background: -webkit-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(212, 212, 212, 1) 77%, rgba(193, 193, 193, 1) 89%, rgba(176, 176, 176, 1) 100%);
    background: -o-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(212, 212, 212, 1) 77%, rgba(193, 193, 193, 1) 89%, rgba(176, 176, 176, 1) 100%);
    background: -ms-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(212, 212, 212, 1) 77%, rgba(193, 193, 193, 1) 89%, rgba(176, 176, 176, 1) 100%);
    background: linear-gradient(to bottom, rgba(191, 191, 191, 1) 0%, rgba(212, 212, 212, 1) 77%, rgba(193, 193, 193, 1) 89%, rgba(176, 176, 176, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#b0b0b0', GradientType=0);

}

.nav-tabs.filter-r>li.active>a,
.nav-tabs.filter-r>li a:hover {
    background: rgba(252, 252, 252, 1);
    background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(242, 242, 242, 1) 77%, rgba(220, 219, 220, 1) 89%, rgba(199, 197, 199, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252, 252, 252, 1)), color-stop(77%, rgba(242, 242, 242, 1)), color-stop(89%, rgba(220, 219, 220, 1)), color-stop(100%, rgba(199, 197, 199, 1)));
    background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(242, 242, 242, 1) 77%, rgba(220, 219, 220, 1) 89%, rgba(199, 197, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(242, 242, 242, 1) 77%, rgba(220, 219, 220, 1) 89%, rgba(199, 197, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(242, 242, 242, 1) 77%, rgba(220, 219, 220, 1) 89%, rgba(199, 197, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 0%, rgba(242, 242, 242, 1) 77%, rgba(220, 219, 220, 1) 89%, rgba(199, 197, 199, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#c7c5c7', GradientType=0);
    color: #000;
}

.nav-tabs.filter-r>li.active>a,
.nav-tabs.filter-r>li.active>a:focus,
.nav-tabs.filter-r>li.active>a:hover {
    border: 0;
}

.keyword-hld {
    padding: 10px;
}

.keyword-hld .customSelect,
.filter-all .customSelect,
.keyword-hld .textbox,
.filter-all .textbox,
.sort-by .customSelect,
.remove-style .customSelect {
    margin-right: 0;
    border: 1px solid #4a4b4c;
}

    {
    border: 1px solid #000;
}

.search-note h2 {
    margin: 0;
    margin-bottom: 5px;
    margin-top: -6px;
}

.product-list {
    /* margin-left:-2%; */
    margin-top: 20px;
}

.product-list ul {
    margin: 0;
    padding: 0;
}

.product-list ul li {
    list-style-type: none;
    float: left;
    width: 18%;
    margin-left: 2%;
    padding-bottom: 50px;
}

.product-list ul li em {
    color: #2592ce;
    font-family: 'Verdana', sans-serif, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.product-list ul li em a {
    color: #2592ce;
}

/*.product-list ul li img{-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.49); -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.49); box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.49); -webkit-transition: all 200ms; -moz-transition: all 200ms;  -o-transition: all 200ms; transition: all 200ms;border:1px solid #ccc;}*/
.product-list ul li p strong {
    color: #4a4b4c;
    font-size: 18px;
    font-family: 'Verdana', sans-serif, sans-serif;
    font-weight: 600;
    line-height: 20px;
}

.product-list ul li p {
    margin: 10px 0 0
}



.catalog-listing h2 {
    margin-bottom: 10px;
}

.author-spotlight {
    margin-bottom: 60px;
}

.author-spotlight h2,
.author-spotlight h4 {
    margin: 0;
}

.author-spotlight h2 {
    margin-bottom: 10px;
}

.auth-bio,
.author-book {
    margin-top: -5px;
}

.auth-bio h4 {
    font-weight: 600;
    font-family: 'Verdana', sans-serif, sans-serif;
    padding-bottom: 5px;
}

.auth-bio p {
    font-size: 14px;
    font-family: 'Verdana', sans-serif, sans-serif;
}

.deciplines h3,
.sub-deciplines h3,
.cat-deciplines h3,
.copyright h3,
.format h3 {
    margin: 0 0 5px;
}

.deciplines {
    padding: 14px 10px;
    border-bottom: 1px solid #fff;
    min-height: 95px;
}

.sub-deciplines {
    padding: 14px 10px;
    border-bottom: 1px solid #fff;
    min-height: 95px;
}

.cat-deciplines {
    padding: 14px 10px;
    border-bottom: 1px solid #fff;
    min-height: 95px;
}

.copyright {
    padding: 14px 10px;
    border-bottom: 1px solid #fff;
    min-height: 95px;
}

.format {
    padding: 14px 10px;
    min-height: 95px;
}

.btn-light-grey {
    background: #b5b5b5;
}

.btn-grey {
    background: #4a4b4c;
}

.btn.btn-light-grey,
.btn.btn-grey {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    min-width: 100px;
}

.btn-light-grey:hover,
.btn-grey:hover {
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.filter-panel {
    /*padding-top:30px;*/
    position: relative;
}

.filter-panel h3 {
    margin: 0;
    position: absolute;
    left: 10px;
    bottom: -30px;
    font-weight: 400;
}

.filter-panel h3 strong {
    font-weight: 700;
}

.cat-search {
    padding-top: 30px;
    padding-bottom: 10px;
}

.sort-by .select-category {
    width: 196px;
    display: inline-block;
    vertical-align: middle;
}

.sort-by .page-show {
    width: 60px;
    margin-left: 5px;
}

.sort-by .icon-down {
    background: #fff;
    color: #4a4b4c;
    height: 28px;
    width: 20px;
}

.sort-by .customSelect .selectedValue {
    height: 28px;
    line-height: 28px;
    font-size: 13px;
}

.sort-by .icon-down i {
    line-height: 28px;
}

.sort-by .customSelect dd {
    font-size: 13px;
}

.sort-by label {
    line-height: 39px;
    margin: 0;
    vertical-align: top;
    margin-right: 4px;
}


.grid-view,
.list-view {
    height: 39px;
    width: 38px;
    display: inline-block;
    vertical-align: middle;
}

.grid-view i,
.list-view i {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.grid-view i {
    background-position: 0 -391px;
}

.grid-view {
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    margin-left: 5px;
}

.list-view i {
    background-position: -26px -391px;
}

.grid-view i:hover,
.grid-view i.active {
    background-position: 0 -415px;
}

.list-view i:hover,
.list-view i.active {
    background-position: -26px -415px;
}

.thumb-view {
    display: inline-block;
    min-width: 150px;
    text-align: right;
}

.thumb-view label {
    line-height: 39px;
    margin: 0;
    vertical-align: top;
}

.list-view a {
    float: right;
}

.search-header {
    border-bottom: 1px solid #b5b5b5;
    padding: 10px 0 5px 0;
    margin-bottom: 15px;
}

.search-header p {
    margin-bottom: 0;
}

.btn:hover,
.btn:focus {
    color: #2592CE;
    text-decoration: underline;
}

.pagination-hld {
    text-align: right;
}

.pagination-hld ul {
    margin: 0;
}

.pagination-hld li {
    display: inline-block;
}

.pagination-hld .pagination>li:first-child {
    line-height: 16px;
    vertical-align: top;
}

.pagination-hld .pagination>li>a {
    padding: 0 2px;
    color: #4a4b4c;
}

.pagination-hld .pagination>li>a,
.pagination-hld .pagination>li>a:hover,
.pagination-hld .pagination>li>span {
    border: 0;
    background: none;
}

.pagination-hld .pagination>li>a:hover,
.pagination-hld .pagination>li>a.active {
    color: #2592CE;
}

.page-bottom {
    /* border-top:1px solid #b5b5b5; */
    padding-top: 5px;
}

.catalog-listing {
    /* border-bottom:1px solid #b5b5b5; */
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.catalog-listing .product-list-l {
    display: inline-block;
    width: 17%;
}

.catalog-listing .pro-details {
    display: inline-block;
    width: 59%;
    vertical-align: top;
    margin-left: 2%;
}

.catalog-listing .pro-details h2 {
    margin-top: -3px;
    ;
}

.catalog-listing {}

.catalog-listing .abt-pro {
    display: inline-block;
    width: 21%;
    text-align: right;
    vertical-align: top;
}

.product-list-l img {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.49);
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    border: 1px solid #ccc;
}

.product-list-l:hover img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0.7;
    border: 1px solid #ccc;
}

.btn-about,
.btn-submit {
    background: #2592CD;
    color: #fff;
    padding-bottom: 6px;
    padding-top: 5px;
}

.btn-about:hover,
.btn-about:focus,
.btn-submit:hover,
.btn-submit:focus {
    color: #fff;
    text-decoration: none;
    background: #4a4b4c;
}

;

.txt-all {
    margin-top: 15px;
}

.txt-all p {
    font-family: 'Verdana', sans-serif, sans-serif;
    font-size: 14px;
}

.auth-txt em {
    color: #2592CE;
    font-weight: 300;
}

.auth-txt em a {
    color: #2592CE;
}

/*.auth-txt{font-weight:600; font-family: 'Verdana', sans-serif, sans-serif; font-size:16px;}*/
.last-list {
    padding-bottom: 0;
}

.choose-filter {}

.choose-filter h3 {
    position: static;
}

.btn-comm {
    border: 0;
    text-align: center;
    color: #000;
    padding: 4px;
    font-size: 16px;
    font-family: 'Verdana', sans-serif;
    font-weight: 300;
    -moz-box-shadow: 0px 0px 4px #666;
    -webkit-box-shadow: 0px 0px 4px #666;
    box-shadow: 0px 0px 4px #666;
    margin-right: 5px;
}

.btn-comm i {
    margin-left: 7px;
    font-size: 12px;
    color: #4a4b4d
}

.filter-by {
    margin-top: 10px;
}

.filter-by label {
    display: inline-block;
    margin: 5px 0 0;
}

.filter-result {
    display: inline-block;
}

.for-list {
    margin-top: 27px;
}

.green {
    background: #86dbd1;
}

.light-pink {
    background: #dba9a8;
}

.light-red {
    background: #dbb7a5;
}


/*-----*/
.common-space {
    padding: 0 0 10px;
}

.common-space h4 {
    font-weight: bold;
}

.main-spacing {
    margin: 20px 0;
}

.mailto {
    color: #0054A3;
    font-size: 16px;
    font-weight: 400;
}

.mailto:hover {
    color: #444444;
    text-decoration: underline;
}

.phone-num {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    margin: 0 0 5px;
    display: block;
    pointer-events: none;
}

.panelside {
    height: 100%;
}

.left-quicklink-part.sidebar-offcanvas {
    height: 100%;
}

.panelside .panel {
    margin: 0 0 10px;
    width: 19%;
    display: inline-block;
}

.panelside .panel>a {
    color: #fff;
    font-size: 20px;
    padding: 5px 15px;
    text-align: center;
}

.panelside .panel>a:hover,
.panelside .panel>a:focus {
    background: #f25252;
}

.panelside .active {
    background: #f25252;
}

.panel ul {
    padding: 0;
}

.panel ul li {
    color: #fff;
    font-size: 14px;
    list-style-type: none;
    padding: 4px 0 0 10px;
    text-align: center;
}

.blog-date-name {
    /* border-top:1px dashed #b5b5b5; */
}

.blog-date-name ul {
    margin: 0;
    padding: 10px 20px;
}

.blog-date-name ul li {
    display: block;
    vertical-align: middle;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Verdana', sans-serif;
    padding: 0;
}

.blog-date-name ul li:first-child {
    padding-left: 0;
}

.blog-date-name ul li:last-child {
    border-right: none;
}

.common-space-blog {
    margin: 0 0 20px;
}

.slider-blog-hld {
    margin: 20px 0 40px;
}

.slider-blog-hld .flex-direction-nav a {
    width: 21px;
    height: 27px;
    opacity: 1;
    text-indent: -9999px;
}

.slider-blog-hld .flex-direction-nav .flex-prev {
    background: url(../images/sprite.png);
    background-position: -11px -316px;
    left: -35px;
}

.slider-blog-hld .flex-direction-nav .flex-next {
    background: url(../images/sprite.png);
    background-position: -47px -319px;
    font-size: 0;
    right: -35px;
}

.mrgn-top {
    margin: 10px 0;
}

.helpmsg-wrapper {
    padding: 10px 30px 10px 30px;
    font-size: 20px;
    font-weight: 600;
    background-color: #ebebeb;
    text-align: center;
}

/* Pagination css
.pagination-hld { border-top: 1px solid #c7c7c7; padding: 10px 0; text-align: right;}
.pagination-hld  ul { margin: 0; padding: 0;display: inline-block;}
.pagination-hld  ul  li{display:inline-block; vertical-align:middle; padding:0 5px; color:#444444; font-size:14px;}
.pagination-hld  ul  li a{color:#444444;font-size:14px;}
.pagination-hld  ul  li a:hover{text-decoration:none;}
.pagination-hld ul li:first-child { background: url("../images/sprite.png") no-repeat -5px -355px;  height: 20px;  padding-left: 40px; width: 29px; padding-right: 10px;}
.pagination-hld ul li:last-child { background: url("../images/sprite.png") no-repeat -46px -355px; height: 20px;  padding-right: 42px; width: 29px;}
.pagination-hld > span { color: #444; display: inline-block;font-size:14px;}
.pagination-hld  ul  li.active{color:#14a697;}
Pagination css */

.banner-hld {
    position: relative;
    padding: 0;
}

.overlay-vertcl-mid {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.cyan-alfa-bg {
    background: rgba(20, 166, 151, 0.6);
    color: #fff;
}

.orange-alfa-bg {
    background: rgba(252, 118, 136, 0.6);
    color: #fff;
}

/*.innr-banner { background: rgba(255, 67, 0, 0.34); margin: 0 auto; width: 40%; padding:10px 15px 25px;}*/
.innr-banner-hdr {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
}

.hdr-banner-nxt h3 {
    color: #fff;
    margin: 10px 0;
}

.hdr-banner-nxt p {
    color: #fff;
}

/*.bdr-top { border-top: 1px dashed rgb(255, 255, 255);}*/
.hdr-banner-nxt .btn-yellow {
    width: 100%;
}

.pic-left {
    float: left;
    margin: 0 15px 15px 0;
}

.twitter-top {
    margin-top: 30px;
}

.bdr-bottom {
    border-bottom: 1px dashed #b5b5b5;
}

.pdng-both {
    padding-left: 15px;
    padding-right: 15px;
}

.blog-innr-picarea {
    cursor: pointer;
}

.blog-txt {
    color: #4a4b4c;
    font-size: 30px;
    font-weight: 700;
    font-family: "Source Sans Pro";
}

.author-name {
    color: #4a4b4c;
    display: inline-block;
    font-family: 'Verdana', sans-serif;
    font-size: 15px;
}

.blog-txt-two {
    color: #4a4b4c;
    display: block;
    font-family: 'Verdana', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 10px 0;
}

/* debanjan css */
.custom-form label,
.standard-label {
    font-size: 18px;
    font-weight: 600;
}

.w750 {
    max-width: 750px;
}

.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form textarea,
.standard-input {
    border: 1px solid #bcbcbc;
    font-size: 16px;
    border-radius: 0;
}

.custom-form input[type="text"],
.custom-form input[type="email"] {
    height: 40px;
}

.custom-form .form-control:focus {
    border-color: #bcbcbc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(188, 188, 188, 0.6)
}

.red-tint {
    background: #f25252;
    color: #fff;
}

.btn {
    border-radius: 0;
    font-size: 18px;
    margin: 5px 0 15px;
    padding: 5px 45px;
    -webkit-transition: background 200ms;
    -moz-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
}

/* debanjan css */

.hvr-btn input[type="submit"]:hover {
    color: #fff;
}

.contact-hld .radio {
    display: inline-block;
    margin: 0 35px;
    vertical-align: middle;
}

.contact-hld .radio:first-child {
    margin-left: 0;
}

.pdng-right {
    padding-right: 10%;
}

/*about-us*/
.pad-b25 {
    padding-bottom: 25px;
}

.font-w600 {
    font-weight: 600 !important;
}

/*.banner-hld {position:relative;}*/
.overlay-vertcl-mid {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: contents;
    z-index: 9999;
}

.banner-heading-lg {
    font-weight: 600;
    font-size: 60px;
    padding: 2% 5%;
    text-align: center;
    display: inline-block;
    margin: 0;
    color: #ffffff;
    transition: all 0.2s linear;
}

/*------Color-----*/
.cyan-alfa {
    background: rgba(20, 166, 151, 0.6);
}

.orange-alfa {
    background: rgba(252, 118, 136, 0.6);
}

.dark-orange {
    background: #f29d35;
}

.light-gray {
    background: #ededed;
}

.green-tint {
    background: #2592CE;
}

.red-tint {
    background: #f25252;
    color: #fff;
}

a.red-tint:hover,
input[type="submit"].red-tint:hover {
    color: #fff;
}

.red-tint.focus,
.red-tint:focus {
    color: #fff;
}

.padding-both {
    padding-left: 18%;
    padding-right: 18%;
}

.btn {
    border-radius: 0;
    font-size: 14px;
    margin: 5px 0 15px;
    padding: 5px 45px;
    border: 1px solid #2592ce;
    font-family: 'Verdana', sans-serif;
    font-weight: 700;
    /*color: #2592ce;*/
}

.bullet-list-align {
    padding-left: 0;
    list-style-position: inside;
}

.bullet-list-align li {
    padding-bottom: 15px;
    list-style-type: disc;
}

.bor-top-single {
    border-top: 1px solid #bebebe
}

blockquote {
    border: 0;
    padding-bottom: 15px;
    padding-top: 0;
    font-size: 14px;
    margin: 0
}

blockquote p {
    margin-bottom: 5px
}

.quote-name {
    font-size: 16px;
}

.width90pc-hld {
    width: 90%;
}

.btnpos-hld {
    position: relative;
    padding-bottom: 65px;
}

.btnpos-btm-rgt {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.custom-form label {
    font-size: 16px;
    font-weight: 400;
}

.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form textarea,
.custom-form input[type="password"] {
    border: 1px solid #bcbcbc;
    font-size: 16px;
    border-radius: 0;
}

.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="password"] {
    height: 40px;
}

.custom-form .form-control:focus {
    border-color: #2592ce;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(188, 188, 188, 0.6)
}

.studentsrch-hld h2 {
    color: #4a4b4c;
}

.resources-hld h2 {
    padding: 10px 15px;
    margin: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.resources-hld ul {
    padding-left: 0;
}

.resources-hld ul li {
    list-style-type: none;
    padding: 15px;
    border-bottom: 1px solid #fff;
}

.resources-hld ul li a {
    color: #4a4b4c;
}

.resources-hld ul li a:hover {
    text-decoration: none;
}

.resources-hld ul li:last-child {
    border: 0;
}

.shadow-lightgray {
    box-shadow: 0 0 8px 0 #c5c5c5;
}

/*--events---*/
.breadcrumb>li+li::before {
    content: "\f101";
    font-family: FontAwesome;
}

.breadcrumb>li+li a {}

.other-hld {
    padding: 40px 0;
}

.other-hld h1 {
    margin: 0;
    font-weight: 600;
    line-height: 30px;
}

.breadcrumb-hld ol {
    margin: 10px 0;
    padding: 0;
    background: none;
}

.select-event {
    border: 0;
    padding: 0;
}

.eveny-list-n h2 {
    margin: 0;
    padding-right: 170px;
    position: relative;
    border-bottom: 1px solid #4a4b4c;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.eveny-list-n .btn-about {
    position: absolute;
    right: 0;
    top: 2px;
}


.event-details h3,
.featured-event h2,
.featured-event h4 {
    margin: 0;
    margin-top: -3px;
    margin-bottom: 10px;
}

.event-all .btn-holder .btn {
    padding: 5px 15px;
}

.event-all .btn-holder .btn-goning {
    margin-left: 15px;
}

.event-all {
    margin-bottom: 15px;
}

.featured-event .btn {
    margin-right: 15px;
    margin-left: 0;
}

.featured-event .btn-holder .btn-goning {
    margin-left: 0;
}



.calender-view {
    background: #f2f2f2;
    margin-bottom: 20px;
}

.calender-view table {
    width: 100%;
}


.recent-post ul {
    padding: 0;
}

.recent-post ul li {
    list-style-type: none;
    margin-bottom: 20px;
}

.blog-list-b h3 {
    margin: 0;
    margin-top: -3px;
}

.blog-listview {
    margin-bottom: 20px;
}

.blog-listview {}

.blog-listview img,
.recent-post li img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 200s ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.blog-listview:hover img,
.recent-post li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-date,
.blog-Tag {
    margin-bottom: 0;
    width: 145px;
    display: inline-block;
}

section.common-space-blog img {
    /* border-radius: 20px; */
}

.blog-details-s .blog-list-b figure {
    padding: 15px 0;
}

.blog-listview:hover .blog-list-b figure img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1.05);
    -o-transform: scale(1);
    transform: scale(1);
}

.padng-top {
    margin-top: 50px;
}

.cmn-pic-hld {
    width: 100%;
}


.program-img-slide {
    border: 1px solid #4a4b4c;
    padding: 10px;
}

.program-img-slide .flex-direction-nav .flex-prev {
    left: 0;
}

.program-img-slide .flex-direction-nav .flex-next {
    right: 0;
}

.program-img-slide .flex-control-nav {
    font-size: 0;
    text-align: right;
    bottom: 0;
}

.home-news-list {}

.home-news-list ul {
    padding: 0;
}

.home-news-list ul li {
    margin-bottom: 10px;
}

.home-news-list ul li a {
    color: #4a4b4c;
}

.home-news-list ul li a:hover {
    color: #009899;
}

.home-news-list ul li p {
    margin-bottom: 0;
}


.login-footer {
    text-align: left;
}

.login-footer .red-tint {
    margin: 0;
    float: right;
}

/* about 30-6-15 */
.icon-social-hld a {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    margin-left: 13px;
    font-family: 'FontAwesome';
    font-size: 25px;
}

.fb-side {
    border: 1px solid #3B5998;
    color: #3B5998;
    padding-top: 4px;
}

.tw-side {
    border: 1px solid #44CCF6;
    color: #44CCF6;
    padding-top: 2px;
}

.pin-side {
    border: 1px solid #CB2027;
    color: #CB2027;
    padding-top: 2px;
}

.icon-social-hld a:first-child {
    margin-left: 0;
}

.fb-side:hover {
    background: #3B5998;
    color: #fff;
}

.tw-side:hover {
    background: #44CCF6;
    color: #fff;
}

.pin-side:hover {
    background: #CB2027;
    color: #fff;
}

.btn-hld a {
    margin: 0 5px;
}

.btn-hld a:first-child {
    margin-left: 0;
}

.form-group .selectValueWrap {
    border: 1px solid #bcbcbc;
}

.small-list {
    margin: 0;
    padding: 0;
}

.small-list li {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    padding-left: 10px;
}

.small-list li+li:before {
    position: absolute;
    left: 0;
    top: 04px;
    border-left: 1px solid #4a4b4c;
    content: '';
    height: 15px;
}

.small-list li:first-child {
    padding-left: 0;
}

.program-details h2 {
    position: relative;
    padding-right: 170px;
}

.program-details h2 .btn-about {
    position: absolute;
    right: 0;
    top: 2px;
}

.program-guide {
    text-align: center
}

.view-link {
    font-size: 20px;
    font-weight: 600;
    color: #4a4b4c;
}

.view-link:hover {
    color: #2592CE;
}

/* 1-7-15 */
.bdr-btm {
    border-bottom: 1px solid #4a4b4c;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.table-content table th,
.table-content table td {
    border: none !important;
    padding: 8px 8px 8px 8px !important;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    font-family: 'Verdana', sans-serif;
}

.form-control.sze-table {
    min-width: 190px;
}

.table>thead>tr>th {
    vertical-align: middle;
}

.table-content .hdr-table {
    font-size: 16px;
    font-weight: 700;
}

.table-nxt-hld {
    border-top: 1px solid #4a4b4c;
    border-bottom: 1px solid #4a4b4c;
}

.chk-hld .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 125px;
    margin-right: 5px;
}

.chk-hld {
    margin-bottom: 20px;
}

.circle-box {
    background: #000;
    border: 3px solid #a4a4a4;
    border-radius: 50%;
    height: 275px;
    margin: 0 auto;
    width: 100%;
}

.circle-box img {
    border-radius: 50%;
    position: relative;
    top: -1px;
    width: 100%;
    height: 100%
}

.product-list .program-product {
    text-align: center;
}

.product-list .program-product li {
    width: 13%;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-bottom: 50px;
    padding-bottom: 0;
}

.extra-padd {
    margin-top: 100px;
}

.research-price {
    margin-top: 30px;
}

.grade-tab {
    margin-top: 30px;
}

.grade-tab .filter-r {
    display: table;
    width: 100%;
}

.grade-tab .filter-r li {
    display: table-row;
    margin-right: 10px;
    width: auto;
}

.grade-tab .filter-r li a {
    padding: 5px 30px;
}

.filter-tab.grade-tab {
    position: static;
    background: none;
}

.program-guide p {
    text-align: left;
}

.remove-style {
    border: 1px solid;
    border-radius: 0;
    text-align: left;
    padding: 10px;
}

.remove-style h2 {
    color: #4a4b4c
}

.quotes-hld {
    border-top: 2px solid;
    padding-top: 50px;
}

.higher-ed-hld {
    padding-top: 20px;
}

.digital-list {
    padding: 0;
    text-align: center;
}

.digital-list li {
    list-style-type: none;
    display: inline-block;
}

.pro-details-c h2 {
    margin-top: 0;
}


.auth-pro-slide .flex-direction-nav .flex-prev {
    left: -20px;
}

.auth-pro-slide .flex-direction-nav .flex-next {
    right: -20px;
}

.bookstore-search {
    padding-top: 0;
}

.bookstore-search h2,
.bookstore-search .textbox,
.bookstore-search .btn-yellow {
    margin-top: 0;
}

.bookstore-search .choose-filter {
    margin-top: 0;
}

.order-btn .btn {
    padding: 5px 0;
    min-width: 150px;
}

.order-hld {}

.order-hld .product-list-l {
    width: 30%;
}

.order-hld .pro-details {
    width: 67%;
}

.order-hld .pro-details h3 {
    margin-top: 0;
    font-size: 18px;
}

.order-hld .total-charge {
    margin: 25px 0;
}

.order-hld .catalog-listing {
    border: 0;
}

.pro-details.order-details {
    width: 100%;
}

.order-details .form-group {
    margin-bottom: 0;
}

/* 2-7-15 */
.outr-selectbox,
.qty {
    float: left;
}

.table-content table .blue-txt {
    color: #0066CC;
}

.checkout-cvr .panel,
.checkout-cvr .panel-heading {
    border: none;
    box-shadow: none;
}

.checkout-cvr .panel-heading {
    background: #14a697;
    color: #fff;
    margin: 0 0 10px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    display: block;
    text-align: left;
    padding: 0;
    position: relative;
}

.checkout-cvr .panel-heading:hover {
    color: #fff;
    background: #f25252;
}

.checkout-cvr .panel-heading {
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
}

.back-btn img,
.back-btn em {
    color: #2592CD;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
}

.back-btn {
    display: block;
    margin: 0 0 15px;
}

.catalog-listing p {
    margin: 0 0 3px;
}

.format-cvr a {
    margin-right: 3px;
}

.catlog-picarea img {
    border: 1px solid #cccccc;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.49);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.49);
    transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
}

.gray-bg {
    background: #ededed;
    padding: 1px 10px 20px;
}

.ebook-hld h4 {
    font-size: 50px;
    font-weight: bold;
    line-height: 40px;
}

.nxt-hld-servc .select-category {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    min-width: 160px;
    text-align: left;
}

.nxt-hld-servc>span {
    display: inline-block;
    vertical-align: middle;
}

.nxt-hld-servc {
    margin: 20px 0 10px;
}

.details-servc {
    border-bottom: 1px dashed #b5b5b5;
    border-top: 1px dashed #b5b5b5;
    padding-top: 5px;
    text-align: left;
}

.details-servc p {
    margin: 0 0 3px;
}

.addtocart {
    background: #2592ce;
    color: #fff;
}

.request-review {
    background: #2592CE;
    color: #fff;
}

.product-not-available {
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Verdana', sans-serif;
    font-weight: 700;
}

.notifyme:hover,
.notifyme:focus {
    text-decoration: none;
    background: #b5b5b5;
    color: #fff;
}

.notifyme {
    background: #F25252;
    color: #fff;
}

.notifyme {
    border: 0;
    text-align: center;
    padding: 4px 10px;
    font-size: 18px;
    font-family: 'Verdana', sans-serif;
    font-weight: 300;
    -moz-box-shadow: 0px 0px 4px #666;
    -webkit-box-shadow: 0px 0px 4px #666;
    box-shadow: 0px 0px 4px #666;
    display: inline-block;
    margin: 10px 0 0;
}

.addtocart,
.request-review {
    border: 0;
    text-align: center;
    padding: 2px 30px;
    font-size: 20px;
    font-family: 'Verdana', sans-serif;
    font-weight: 300;
    -moz-box-shadow: 0px 0px 4px #666;
    -webkit-box-shadow: 0px 0px 4px #666;
    box-shadow: 0px 0px 4px #666;
    display: inline-block;
    margin: 10px 0 0;
}

.addtocart:hover,
.addtocar:focus,
.request-review:hover,
.request-review:focus {
    text-decoration: none;
    background: #2592CE;
    color: #fff;
}

.review-copy-header {
    color: #4a4b4c;
    font-size: 18px;
    font-family: 'Verdana', sans-serif;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 20px;
}

.tabarea-marketing .tab-content {
    padding: 20px 0 0;
}

.tabarea-marketing .nav-tabs>li {
    /*display: inline-block; float: none; margin: 0; vertical-align: middle;*/
    border-right: 1px solid #b5b5b5;
}

.tabarea-marketing ul {
    text-align: center;
}

.tabarea-marketing ul li {
    text-align: left;
    color: #444;
}

.tabarea-marketing .nav-tabs>li>a {
    color: #444444;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 0;
    padding: 10px 35px;
}

.support-mob .catalog-listing {
    border-bottom: none;
}

.tabarea-marketing .nav-tabs {
    border-bottom: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
    text-align: center;
}

.tabarea-marketing .nav-tabs li:last-child {
    border-right: none;
}

.tabarea-marketing .nav-tabs li.active a {
    background: none;
    box-shadow: none;
    color: #2592CD;
    border: none;
}

.tabarea-marketing .nav>li>a:focus,
.tabarea-marketing .nav>li>a:hover {
    background: none;
    border: none;
}

.checkout-cvr .panel-body {
    border: none !important;
}

/* 3-7-15 */
.video-hld .vjs-default-skin .vjs-big-play-button {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.qty {
    padding-right: 8px;
}

.checkout-cvr .panel-body {
    padding: 0 0 15px 0;
}

.checkout-cvr .footable-last-column {
    float: right;
}

.author-spec-hld {
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 20px;
}

.catlog-picarea {
    margin-bottom: 20px;
}

.order-btn {
    display: block;
    width: 100%;
}

.btn-edit {
    margin-top: 0;
    padding: 5px 20px;
    width: 100%;
}

.bdr-category {
    border: 1px solid #4a4b4c;
}

.debit-detail-hld img {
    float: left;
    margin-right: 5px;
}

.debit-detail-hld p {
    font-size: 13px;
}

.debit-detail-hld ul {
    padding: 0;
    overflow: hidden;
}

.debit-detail-hld ul li {
    float: left;
    list-style-type: none;
    margin-right: 10px;
}

.debit-detail-hld ul li a {
    display: block;
}

.debit-detail-hld ul li a:hover {
    text-decoration: none;
}

.debit-detail-hld {
    text-align: center;
}

/* 6-7-15 */
.postal-hld ul {
    padding: 0;
    margin: 0;
}

.postal-hld li {
    display: block;
    color: #444444;
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.order-area {
    border: 1px solid #cccccc;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.49);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.49);
    transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    margin-bottom: 20px;
}

.catalog-listing.bdr-no {
    border: none;
}

.btn-file {
    box-shadow: none;
    margin: 0;
    overflow: hidden;
    padding: 6px 25px;
    position: relative;
    background: #f25252;
    border-color: #f25252;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.browse-outr .form-control {
    background: none;
    width: 60%;
}

.browse-outr {
    display: block;
    margin-bottom: 20px;
}

.my-project {
    margin-top: 25px;
    border: 0;
}

.my-project .pro-details-c h3 {
    margin-top: -5px;
}

.media-icon {
    width: 7%;
    height: 30px;
    float: left;
    margin-right: 3%;
}

.media-txtbox {
    width: 90%;
    float: right
}

.media-icon i.fa {
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 19px;
}

.media-icon i.fa-facebook {
    border-color: #3E5B98;
    color: #3E5B98;
}

.media-icon i.fa-google-plus {
    border-color: #D93E2D;
    color: #D93E2D;
}

.media-icon i.fa-twitter {
    border-color: #4DA7DE;
    color: #4DA7DE;
}

.media-icon i.fa-linkedin {
    border-color: #3371B7;
    color: #3371B7;
}

.cross-pic {
    width: 20px;
    height: 21px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -43px -463px
}

.edit-pic {
    width: 20px;
    height: 21px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -1px -463px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.jobopp-hld .jobopp-cont .sub-hdr h3 {
    margin: 0 0 2px;
}

.jobopp-hld .jobopp-cont h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 5px;
}

.jobopp-hld .jobopp-cont {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.jobopp-hld .jobopp-cont:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bor-btm {
    border-bottom: 1px solid #cccccc
}

.mt25 {
    margin-top: 25px;
}

.grayfrom-bg {
    background: #E8E8E8;
    padding: 10px;
}

.grayfrom-bg h2:first-child {
    margin-top: 0;
}

.btnfull-round {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
}

.all-news-list .btn-link {
    margin-top: 0;
}

.all-news-list .media-body {
    margin-bottom: 10px;
}

.all-news-list .media {
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}

.keyword-input .textbox {
    margin-top: 6px;
}

.cnt-hld {
    padding: 1px 10px 10px;
}

.mr15 {
    margin-right: 15px;
}

.style-table {
    background: #f1f1f1;
}

.arrow-down,
.arrow-up {
    font-family: 'FontAwesome';
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 10px;
}

.icon-chevron-down {
    content: "&f077";
    font-family: "FontAwesome";
}

.table-content td {
    vertical-align: middle !important;
}

.table tr:hover {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.product-list .overlay {
    background: rgba(20, 166, 151, 0.7);
    width: 100%
}

.product-list .img-effect .img {
    width: 156px;
}

.product-list .img-effect .img .overlay a.expand {
    margin-top: -18px;
    border: 0;
    background: #fff;
    border: 0;
    border-radius: 0;
    color: #14a697;
    font-size: 17px;
    font-weight: normal;
    line-height: 28px;
    padding: 4px 0;
    width: 100%;
    height: auto;
    line-height: 26px;
    border-right: 0;
}

.product-list .img-effect .img .overlay a.expand:hover {
    background: none;
    color: #fff;
}

.product-list .img img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.product-list .img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.list-viewing .btn-yellow {
    margin-top: 15px;
    display: inline-block;
}

.hidden-list {
    display: none;
}

/* 15-7-15 */
.grid-viewing .btn-yellow {
    margin-top: 15px;
    display: inline-block;
}

.hidden-list {
    display: none;
}

.grid-viewing .product-hid {
    display: none;
}

.list-viewing figure {
    float: left;
    margin-right: 20px;
}

.product-list ul.list-viewing li {
    width: 100%;
    position: relative;
    padding-bottom: 0;
}

.product-list .product-hid {
    overflow: hidden;
}

.list-viewing .para-hld {
    display: none;
}

.list-viewing h2 {
    margin-top: 0;
    width: 78%;
}

.list-viewing .btn-yellow.btn-about {
    position: absolute;
    right: 15px;
    top: 0;
}

.list-viewing .catalog-listing {
    height: inherit !important;
}

.list-viewing .txt-all {
    float: left;
    width: 72%;
}

.list-viewing .catalog-listing {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.bdr-btm-no {
    border-bottom: none;
}

.item {
    -webkit-transition: all 700ms cubic-bezier(0.15, 0.361, 0.355, 1);
    transition: all 700ms cubic-bezier(0.15, 0.361, 0.355, 1);
    -moz-transition: all 700ms cubic-bezier(0.15, 0.361, 0.355, 1);
}

.viewing-pro-hld .product-list ul li {
    padding-bottom: 0;
}

.viewing-pro-hld .product-list ul li p {
    margin: 10px 0;
}

.grid-viewing .catalog-listing {
    border-bottom: none;
}

#modalContent .ctools-modal-content {
    border: none;
}

#modal-content {
    border: none;
}

div.ctools-modal-content div.modal-header .close {
    font-size: 18px;
    margin-top: 5px;
}

div.ctools-modal-content div.modal-header .modal-title {
    font-size: 18px;
    margin-top: 5px;
}

div.ctools-modal-content div.modal-header {
    background-color: #13a696;
    min-height: 55px;
}

#kendal-hunt-product-confirm-form .ebook-confirm-text {
    text-align: left;
    font-size: 26px;
    margin-top: 25px;
}

#kendal-hunt-product-confirm-form .form-submit {
    text-align: center;
    background: #13a696;
    border: none;
    color: #fff;
    outline: none;
    padding: 6px 10px;
    vertical-align: middle;
}

/*18-11-15*/
.featured-slide .carousel-control.left {
    width: 30px;
    left: -39px;
}

.featured-slide .glyphicon-chevron-left {
    margin-left: 0;
}

.featured-slide .carousel-control.right {
    width: 30px;
    right: -39px;
}

.featured-slide .glyphicon-chevron-right {
    margin-right: 0;
}

.banner-hld .carousel-indicators {
    bottom: 27px;
    left: 0;
    margin-left: 8%;
    right: inherit;
    text-align: left;
}

.right-prt-ban {
    float: right;
    width: auto;
}

.text-right-banner.overlay-text:after {
    float: right;
    text-align: right;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: relative;
    top: 300px;
    z-index: 100;
}

.shipping-delay-msg{ font-size: 16px; font-weight: bold; margin-top: 10px; color: red; display: inline-block;}

.node-type-blog h1 {
    color: #4a4b4c;
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.node-type-product h1 {
    color: #4a4b4c;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-acquisitions-editors h1 {
    color: #4a4b4c;
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

/*.table-condensed thead th.prev, .table-condensed thead th.next{width:50%;}*/
/* 5.0 MEDIA QUIERES  -------------------------------------------------------------------*/

/* TABLET LAYOUT (LANDSCAPE/992PX)
----------------------------------------------- */
@media only screen and (min-width: 992px) and (max-width: 1179px) {
    .wrapper {
        width: auto;
        padding: 0 10px;
    }

    .overlay-text {
        bottom: 20px;
    }


    .search-hld input[type="text"] {
        width: 88%;
    }

    .featured-slide .carousel {
        padding: 0 20px 0 0;
    }

    .featured-list li {
        width: 23.7%;
        margin-left: 10px;
    }

    .featured-slide .left.carousel-control {
        left: 0;
    }

    .featured-slide .right.carousel-control {
        right: 0;
    }

    .featured-slide .glyphicon-chevron-left {
        margin-left: -60px;
    }

    .featured-slide .glyphicon-chevron-right {
        margin-right: -32px;
    }

    .search-catalog .btn-yellow {
        padding: 2px 15px;
    }

    .filter-panel {
        padding-top: 0;
    }

    .filter-panel h3 {
        bottom: -47px;
    }

    .filter-item {
        margin-top: 15px;
        text-align: right;
    }

    .sort-by .select-category {
        text-align: left;
    }

    .sort-by .select-category {
        width: 100px;
    }

    .sort-by .page-show {
        width: 50px;
    }

    .thumb-view {
        width: 142px;
    }

    .catalog-listing .pro-details {
        width: 54%;
    }

    .catalog-listing .abt-pro {
        width: 25%;
    }

    .filter-by label {
        vertical-align: top;
    }

    .btn-comm {
        display: inline-block;
        margin-bottom: 10px;
    }

    .flexslider {
        margin: 0 15px;
    }

    .slider-blog-hld .flex-direction-nav .flex-prev {
        left: -15px;
    }

    .slider-blog-hld .flex-direction-nav .flex-next {
        right: -15px
    }

    .innr-banner {
        width: 50%;
    }

    .btn-light-grey,
    .btn-grey {
        display: block;
        float: none !important;
        margin: 0 auto 5px;
        min-width: auto;
        width: 91%;
    }

    .circle-box {
        width: 210px;
        height: 210px;
    }

    /* 2-7-15 */
    .tabarea-marketing .nav-tabs>li>a {
        padding: 10px 35px;
    }

    .remove-style {
        width: auto;
        height: auto;
    }

}


/* TABLET LAYOUT (PORTRAIT/768PX)
----------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wrapper {
        width: auto;
        padding: 0 10px;
    }

    .overlay-text {
        bottom: 20px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    .select-category h2 {
        font-size: 22px;
    }

    .twitter-heading h3 {
        font-size: 14px;
    }

    .search-hld input[type="text"] {
        width: 85%;
    }

    .featured-slide .carousel {
        padding: 0 20px 0 0;
    }

    .featured-list li {
        width: 23%;
        margin-left: 10px;
    }

    .featured-slide .left.carousel-control {
        left: 0;
    }

    .featured-slide .right.carousel-control {
        right: 0;
    }

    .featured-slide .glyphicon-chevron-left {
        margin-left: -60px;
    }

    .featured-slide .glyphicon-chevron-right {
        margin-right: -32px;
    }

    .menu li a {
        font-size: 13px;
        padding: 21px 5px;
    }

    .nav-tabs.filter-r>li>a {
        font-size: 13px;
    }

    .deciplines h3,
    .sub-deciplines h3,
    .cat-deciplines h3,
    .copyright h3,
    .format h3 {
        font-size: 16px;
    }

    .btn-light-grey,
    .btn-grey {
        min-width: 90px;
    }

    .author-spotlight h2 {
        font-size: 24px;
    }

    .filter-item {
        margin-top: 15px;
        text-align: right;
    }

    .sort-by .select-category {
        text-align: left;
    }

    .filter-panel {
        padding-top: 0;
    }

    .filter-panel h3 {
        position: static;
    }

    .catalog-listing .pro-details {
        width: 46%;
    }

    .catalog-listing .abt-pro {
        width: 33%;
    }


    .panelside .panel>a {
        font-size: 17px;
    }

    .blog-date-name ul li {
        font-size: 14px;
        padding: 0 6px;
    }

    .flexslider {
        margin: 0 15px;
    }

    .slider-blog-hld .flex-direction-nav .flex-prev {
        left: -15px;
    }

    .slider-blog-hld .flex-direction-nav .flex-next {
        right: -15px
    }

    .mrgn-top {
        margin: 0 0 10px;
    }

    .slider-blog-hld {
        margin: 20px 0;
    }

    .innr-banner {
        width: 50%;
        padding: 10px 15px 15px;
    }

    .innr-banner-hdr {
        font-size: 40px;
        margin: 10px 0;
    }

    .pdng-both {
        padding-left: 0;
        padding-right: 0;
    }

    .pdng-right {
        padding-right: 15px;
    }

    .btn-light-grey,
    .btn-grey {
        display: block;
        float: none !important;
        margin: 0 auto 5px;
        min-width: auto;
        width: 91%;
    }


    .padding-both {
        padding-left: 8%;
        padding-right: 8%;
    }

    .banner-heading-lg {
        font-size: 40px;
        padding: 1.5% 4%;
    }

    .blog-txt {
        display: block;
        font-size: 24px;
        line-height: 24px;
        margin: 10px 0;
    }

    .blog-txt-two {
        font-size: 20px;
    }


    .home-news-list ul li {
        margin-left: 10px;
    }

    /* 30-6-15 */
    .abt-hld-mob .text-right {
        text-align: center;
    }

    .circle-box {
        width: 170px;
        height: 170px;
    }

    /* 2-7-15 */
    .ebook-hld h4 {
        font-size: 45px;
        font-weight: bold;
        line-height: 30px;
    }

    .remove-style {
        width: auto;
        height: auto;
    }

    .debit-detail-hld img {
        float: none;
    }

    .media-icon {
        width: 10%;
        height: 30px;
        float: left;
        margin-right: 3%;
    }

    .media-txtbox {
        width: 85%;
    }

    .menu li a {
        min-width: 0;
    }

    /* 15-7-15 */
    .list-viewing h2 {
        font-size: 20px;
        width: 71%;
    }

    .list-viewing .btn-yellow.btn-about {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .list-viewing figure {
        width: 17%;
    }



}


/* MOBILE LAYOUT (PORTRAIT/320PX)
----------------------------------------------- */
@media only screen and (max-width: 767px) {
    .dropdown-submenu>a:after {
        transform: rotate(0deg) !important;
    }

    .wrapper {
        width: auto;
        padding: 0 10px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }

    .header {
        text-align: center
    }

    .top-nav li {
        display: inline-block;
        float: none;
        margin: 0 5px;
        padding: 0;
    }

    .top-nav {
        text-align: center;
    }

    .navbar-collapse {
        padding: 0;
    }

    .menu li {
        display: block;
        border-left: 0;
        border-bottom: 1px solid #1ac1ad;
    }

    .menu li a {
        text-align: left;
        padding: 10px 0;
    }

    .menu li a:hover {
        padding-left: 5px;
    }

    .navbar-toggle {
        float: left;
        background: #fff;
        z-index: 2
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .btn-online-m {
        position: absolute;
        right: 0;
        top: -5px;
        z-index: 1;
    }

    .search-hld {
        width: 100%;
        max-width: inherit;
    }

    .overlay-text {
        position: static;
    }

    .overlay-text h2 {
        margin-top: 10px;
    }

    .overlay-text h3 {
        color: #1e3f5a;
        font-size: 24px;
        line-height: 28px;
    }

    .banner-hld .carousel-indicators {
        display: none;
    }

    .menu li a {
        min-width: 0;
    }

    .heading {
        font-size: 20px;
    }

    .left-col {
        margin-top: -15px;
        width: auto;
    }

    .featured-product,
    .featured-product h3,
    .featured-slide .carousel,
    .search-catalog {
        margin-left: 0;
    }

    .featured-list li {
        width: 23%;
        margin-left: 5px;
    }

    .featured-slide .glyphicon-chevron-left,
    .featured-slide .glyphicon-chevron-right {
        width: 30px;
        height: 30px;
        font-size: 25px;
        line-height: 23px;
    }

    .featured-slide .glyphicon-chevron-left {
        margin-left: -30px;
    }

    .featured-slide .glyphicon-chevron-right {
        margin-right: -28px;
    }

    .featured-list {
        text-align: center;
    }

    .featured-list li {
        display: inline-block;
        float: none;
        width: 22%;
    }

    .customSelect {
        margin-right: 0;
    }

    .search-catalog .textbox {
        margin: 10px 0;
    }

    .filter-tab {
        position: static;
    }

    .filter-tab .accordion-toggle {
        display: block;
    }

    .filter-tab .accordion-toggle .fa {
        display: inline-block;
        float: right;
    }

    .product-list ul {
        text-align: center;
    }

    .product-list ul li {
        display: inline-block;
        float: none;
        margin-bottom: 30px;
        width: 46%;
        vertical-align: top;
        padding-bottom: 0;
    }

    .filter-panel {
        padding-top: 0;
    }

    .filter-panel h3 {
        position: static;
    }

    .filter-item {
        margin-top: 10px;
    }

    .sort-by .select-category {
        width: 55%;
        margin-top: 4px;
    }

    .sort-by .page-show {
        width: 19%;
    }

    .thumb-view {
        text-align: left;
    }

    .pagination-hld {
        text-align: left;
        margin-top: 10px;
    }

    .catalog-listing .pro-details,
    .catalog-listing .abt-pro,
    .catalog-listing .product-list-l {
        width: auto;
        display: block;
    }

    .catalog-listing .pro-details {
        margin-top: 20px;
        margin-left: 0;
    }

    .catalog-listing .abt-pro {
        text-align: left;
    }

    .filter-by label,
    .filter-result {
        width: auto;
        display: block;
    }

    /* Sidebar css */
    .row-offcanvas {
        position: relative;
        transition: all 0.25s ease-out 0s;
    }

    .row-offcanvas-right {
        right: 0;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -50%;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -51%;
    }

    .row-offcanvas-right.active {
        right: 50%;
    }

    .row-offcanvas-left.active {
        left: 50%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: -10px;
        width: 46%;
    }

    .left-quicklink-part.sidebar-offcanvas {
        height: auto;
    }

    .row-offcanvas-left.active .sidebar-offcanvas {
        border-top: 1px solid #fff;
        top: 11px;
        width: 51%;
    }

    .sidebarbtn {
        background: none;
        border: none;
        display: inline-block;
        margin: -27px 0 0;
        width: 30px;
    }

    .sidebarbtn .icon-bar {
        background: #1ac1ad;
        display: block;
        height: 2px;
        margin: 0 0 3px;
        width: 100%;
        position: relative;
        z-index: 999;
    }

    .help-hdr {
        padding-left: 45px;
    }

    .left-quicklink-part.sidebar-offcanvas {
        padding-left: 20px;
    }

    /* Sidebar css */

    .support-mob h2 {
        font-size: 26px;
    }

    .support-mob h3 {
        font-size: 20px;
    }

    .panelside .panel>a {
        font-size: 16px;
        line-height: normal;
    }

    .slider-blog-hld {
        margin: 20px 0 0;
    }

    .blog-innr-picarea {
        text-align: center;
    }

    .flexslider {
        margin: 0 15px;
    }

    .slider-blog-hld .flex-direction-nav .flex-prev {
        left: -15px;
    }

    .slider-blog-hld .flex-direction-nav .flex-next {
        right: -15px
    }

    .overlay-vertcl-mid {
        position: static;
        top: 0;
        transform: translateY(0px);
    }

    .innr-banner {
        margin: 15px 0;
        width: 100%;
    }

    .innr-banner-hdr {
        font-size: 30px;
    }

    .hdr-banner-nxt .btn-yellow {
        margin-top: 15px;
        width: auto;
    }

    .pic-left {
        display: block;
        float: none;
        margin: 0 0 15px;
    }

    .innr-banner {
        margin: 15px 0 0;
    }

    .pdng-both {
        padding-left: 0;
        padding-right: 0;
    }

    .pdng-right {
        padding-right: 15px;
    }

    .product-list ul li p strong {
        font-size: 15px;
    }

    .pagination-hld .pagination>li>a {
        font-size: 16px
    }


    .width90pc-hld {
        width: auto;
    }

    .padding-both {
        padding-left: 0;
        padding-right: 0;
    }

    .pad-b25 {
        padding-bottom: 15px;
    }

    .overlay-vertcl-mid {
        position: static;
        top: auto;
        right: auto;
        left: auto;
        margin-bottom: 15px;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }

    .overlay-vertcl-mid .wrapper {
        padding: 0;
    }

    .banner-heading-lg {
        box-shadow: 0 2px 5px 0 #9a9a9a;
        font-size: 36px;
        display: block;
    }

    .auth-bio,
    .author-book {
        margin-top: 10px;
    }

    .blog-txt {
        display: block;
        font-size: 24px;
        line-height: 24px;
        margin: 10px 0;
    }

    .other-hld {
        padding: 10px 0;
    }

    .eveny-list-n h2 {
        padding-right: 0;
    }

    .eveny-list-n .btn-about {
        position: static;
        margin: 10px 0;
        display: block;
    }

    .event-details {
        margin-top: 15px;
    }

    .blog-list-b {
        margin-top: 10px;
    }

    .left-col h2 {
        font-size: 40px;
        line-height: 40px;
        margin-top: 0;
    }

    .padng-top {
        margin-top: 0;
    }

    .abt-spec-mob .main-spacing {
        margin: 0;
    }

    .abt-spec-mob .sidebarbtn {
        float: left;
        margin: 9px 5px 0 0;
        width: 30px;
    }

    .home-news-list ul li {
        margin-left: 10px;
    }

    /* 30-6-15 */
    .abt-hld-mob .text-right {
        text-align: center;
    }

    .contact-hld .radio {
        display: block;
        margin: 0;
    }

    .registration-hld .btn {
        padding: 5px 40px;
    }


    .program-details h2 {
        padding-right: 0;
    }

    .program-details h2 .btn-about {
        position: static;
        clear: both;
        display: inline-block;
        margin-top: 10px;
    }

    /* 1-7-15 */
    .our-prog-outr ul li {
        margin-bottom: 15px;
        padding-bottom: 0;
    }

    .form-control.sze-table {
        width: 100%;
    }

    .product-list .program-product li {
        float: left;
        width: 48%;
        padding-bottom: 0;
    }

    .circle-box {
        width: 250px;
        height: 250px;
    }

    /* 2-7-15 */
    .table-content .hdr-table {
        font-size: 14px;
    }

    .blog-date-name ul li:last-child {
        width: 100%;
    }

    .catalog-listing {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    /* 3-7-15 */
    .checkout-cvr .footable-last-column {
        float: none;
    }

    .author-spec-hld-pic {
        margin-bottom: 10px;
    }

    .order-btn {
        display: inline-block;
        width: auto;
    }

    .grade-tab .panel ul li {
        color: #4a4b4c;
        text-align: left;
    }

    .remove-style {
        width: auto;
        height: auto;
    }

    .digital-list li {
        display: block;
    }

    .bookstore-search .textbox {
        margin-bottom: 10px;
    }

    .my-profile-hld .btn-edit {
        margin-top: 15px;
    }

    .my-profile-hld .select-category {
        margin-bottom: 15px;
    }

    .debit-detail-hld img {
        float: none;
    }

    /* 6-7-15 */
    .browse-outr .form-control {
        width: 58%;
    }


    .media-icon {
        width: 10%;
        height: 30px;
        float: left;
        margin-right: 3%;
    }

    .media-txtbox {
        width: 85%;
    }

    .my-project .btn-about {
        padding: 5px 10px;
        display: block;
    }

    .featured-product-hld {
        margin-bottom: 50px;
    }

    .btn-hld a {
        margin: 0 5px 5px 0;
    }

    .blog-date-name ul li:first-child {
        padding-left: 5px;
    }

    .blog-date-name ul li {
        font-size: 14px;
        padding: 0 5px;
    }

    .form-control.sze-table {
        min-width: 0;
    }

    /* 15-7-15 */
    .product-list .product-hid {
        overflow: visible;
        text-align: left;
    }

    .list-viewing h2 {
        width: auto;
    }

    .list-viewing .btn-yellow.btn-about {
        position: static;
        display: inline-block;
        margin-top: 15px;
    }

    .product-list ul.grid-viewing li {
        height: auto !important;
    }

    .list-viewing figure {
        float: none;
        margin: 0 0 15px;
        text-align: left;
        width: auto;
    }

    .list-viewing .txt-all {
        float: none;
        width: auto;
    }


    /*----------updated on 24.7.2015 start----------*/
    .slider-blog-hld .flex-direction-nav .flex-next {
        right: 0;
    }

    .slider-blog-hld .flex-direction-nav .flex-prev {
        left: 0;
    }

    .slider-space {
        padding-left: 15px;
        padding-right: 15px;
    }

    .modal-body.full-body-outr {
        height: 400px;
        overflow-y: auto;
    }

    /*18-11-15*/
    .featured-slide .carousel-control.left {
        left: 12px;
    }

    .featured-slide .carousel-control.right {
        right: 12px;
    }


}


/* WIDE MOBILE LAYOUT (LANDSCAPE/480PX)
----------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

div.form-item.form-type-file.form-item-files-file {
    margin-botton: 10px;
}



div.form-item.form-type-textfield.form-item-product-title {
    display: inline-block;
}

div.form-item.form-type-select.form-item-plugin-select {
    display: inline;
    padding-right: 15px;
}

select#edit-plugin-select.form-select {
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

select#edit-adoptionyear.form-select {
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input#edit-signature-file.form-file {
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

div.form-item.form-type-select.form-item-School {
    display: grid;
}

div.chosen-container.chosen-container-single.form-select.required.chosen-processed {}

a.chosen-single {}

div.form-item.form-type-select.form-item-ItemNo {
    margin-top: 10px;
}

select#edit-itemno.form-select.required {
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

select#edit-producttype.form-select {
    padding: 6px 11px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

div.orderinformation {
    text-align: justify;
    white-space: pre-line;
}

td.orderinformation {
    text-align: justify;
    white-space: pre-line;

}

.reviewindent {
    margin-left: 20%;
}

.reviewindentright {
    padding-left: 60%;
}

/*Write With Us CSS */

.writeusfont p {
    font-size: 21px;
    color: #3a3637;
    font-weight: 600;
    margin-bottom: 20px;
}

.orange-overlay {
    background: #f19b22;
    padding: 0% 5%;
    width: auto;
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.white-border-overlay {
    background: white;
    padding: 2% 5%;
    width: auto;
    margin: 0 auto;
    border-style: solid;
    border-width: 19px;
    border-color: #87b646;
    position: absolute;
    ;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.write-us-main {

    height: 300px;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -20px;
    z-index: -5;
}

.green-box {
    text-align: center;
    color: #0155a5 !important;
    font-weight: 639 !important;
    font-size: 23px !important;
}

.kendall-icon {
    position: relative;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -1%);
    padding-top: 8px;
    padding-bottom: 8px;
}


.progressive-banner {

    height: 400px;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    clear: both;
}

.kendall-definition {
    background: #0155a5;
    color: white;
    font-size: 20px;
    padding-left: 55px;
    padding-right: 65px;
}

.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}

.preserving-integrity-header {
    text-align: center;
    background: white;
    margin-top: 19px;
    color: #0155a5;
    font-weight: bold;
    font-size: 42px;

}

.preserving-integrity {
    text-align: center;
    background: white;
    margin-top: 19px;
    color: #434041;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 60px;

}

.customize-minimum {
    margin-top: 19px;
    padding-left: 54px;
    color: #0155a5;
    font-weight: bold;
    font-size: 52px;
}

.customize-box {
    background: #0155a5;
    color: white;
    font-size: 20px;
    padding: 39px 50px 30px 56px;
}


.license-text p {
    color: white;
    font-size: 30px;
    padding-bottom: 31px;
}

.license-text ul {
    color: white;
    font-size: 26px;
    ;
    font-weight: 200;
}


.interested-center {
    padding-top: 82px;
    margin: auto;
    width: 50%;
    padding-bottom: 120px;
    overflow: -webkit-paged-x;

}

.interested-text p {
    font-weight: 700;
    font-size: 22px;

}

.customize-bookdisplay {
    background: #0155a5;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 13px;
    padding-right: 13px;
}

.customization-image {
    padding-top: 23px;
    padding-bottom: 23px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


.booksizing {
    max-width: 800px;
    height: 985px;
    overflow: hidden;

}


/* Smartphone*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .progressive-banner {
        height: 537px;
    }

    .customize-minimum {
        padding-left: 40px;
        font-size: 33px;
    }

    .preserving-integrity-header {
        font-size: 35px;
    }

    .kendall-icon {
        left: 53%;
    }
}

.white-border-overlay.create {
    position: absolute;
    top: 8px;
    left: 16px;
    transform: translate(0, 0);
    color: #0155a5;
    font-weight: bold;
    font-size: 23px;
}

@media only screen and (max-device-width : 770px) {
    .white-border-overlay.create {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }
}


p.aefooter {
    font-size: 2em;
    font-weight: bold;
}

.col-md-4.col-sm-12.col-xs-12.equalhei.center {
    text-align: center;
}

.publications h2 {
    text-align: center;
    font-size: 5em;
    color: #0a55a4;
    font-weight: 100;
}

.bluetext {
    color: #0a55a4;
    font-weight: bold;
}

.author {
    font-style: italic;
}

p.border {
    border-left: 2px solid black;
    border-right: 2px solid black;
}

.lindsey {
    color: #0a55a4;
    font-size: 1.5em;
}

.state {
    font-weight: bold;
}

.booklindsey {
    padding-bottom: 20px;
}

/* body {
	padding-top: 135px;
}

@media only screen and (min-width: 1024px) and (max-width: 1490px) {
	body {
		padding-top: 170px;
	}
} */
/*
@media only screen and (min-width: 988px) and (max-width: 1023px) {
	body {
		padding-top: 190px;
	}
}

@media only screen and (min-width: 770px) and (max-width: 990px) {
	body {
		padding-top: 275px;
	}
}

@media only screen and (min-width: 125px) and (max-width: 769px) {
	body {
		padding-top: 250px;
	}
} */

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}


/* 2020 Redesign Styles */

/* Global Nav */
ul>li.expanded.active-trail.dropdown-submenu.active>a {
    color: #fff;
}

a.blue-button {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #2592ce;
    border: 1px solid #2592ce;
    padding: 5px 10px;
    display: block;
}

a.blue-button:hover {
    color: #2592ce;
}

.flexalign {
    display: flex;
    align-items: center;
}

h2.home-title {
    font-family: 'Verdana', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
}

h2.home-sub-title {
    font-family: 'Verdana', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
}

a.home-sub-link {
    font-family: 'Verdana', sans-serif;
    color: #000;
    font-weight: 400;
}

a.home-sub-link:hover {
    color: #2592ce;
    font-weight: 400;
}

.home-text {
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
}

.home-sub-text {
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
}

.create-header {
    font-family: 'Verdana', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 30px;
}

.create-sub-header {
    font-family: 'Verdana', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
}

.create-text {
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
}

a.create-link:link {
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
}

.create-empowering {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

button {
    appearance: button;
    border-style: none;
    border-color: transparent;
    border-image: initial;
    background-color: transparent;
}

li.first.leaf.active-trail.active>a {
    /*color: #fff;*/
    display: block;
}

li.last.leaf.active-trail.active>a {
    color: #fff;
    display: block;
}

/* image hover effect */
.grow {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

/* Hide for now
.grow img {
	transition: 0.3s;
}
.grow img:hover{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
*/
.cca-padding {
    padding-left: 40px;
    padding-right: 40px;
}

.center {
    text-align: center;
}

.verdana-24-header {
    font-family: 'Verdana', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
}

.verdana-20-header {
    font-family: 'Verdana', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
}

.verdana-14-header {
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
}

.verdana-14-text {
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
}

/* Contact Page */
.gray-sidebar {
    background: #ebebeb;
    padding: 20px;
}

/* Create Account Page */
.account-btn {
    border: 1px solid #2592ce;
    font-size: 14px;
    margin: 5px 0 15px;
    padding: 5px 10px;
    color: #2592ce;
    font-family: 'Verdana', sans-serif;
    font-weight: 700;
    background-color: transparent;
}

.help-hdr {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    padding: 25px 0;
}

/* Help heading right & left border */
h3.help-line {
    overflow: hidden;
    text-align: center;
}

/*
h3.help-line:before,
h3.help-line:after {
    background-color: #333;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

h3.help-line:before {
    right: 0.5em;
    margin-left: -50%;
}

h3.help-line:after {
    left: 0.5em;
    margin-right: -50%;
}
*/

/* KHQ Page */
.chat-bg {
    background: url("/sites/default/files/chat-with-editor.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 991px) {
    .chat-bg {
        background-position: -50%;
    }
}

/* Classes for Global Use */
.top-banner {
    height: 270px;
    overflow: visible;
    padding: 70px 70px 0;
    background-color: #C8E3F3;
    clear: both;
    margin-bottom: 200px;
}

/* Global Form Styles */
a.blue-btn,
.blue-btn {
    font-size: 14px;
    /*margin: 5px 0 15px;*/
    padding: 5px 10px;
    border: 1px solid #2592ce;
    font-family: 'Verdana', sans-serif;
    font-weight: 700;
    color: #2592ce;
}

/* Engage */
.questions-bg {
    background: url("/sites/default/files/questions-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 280px;
    background-position: bottom;
}

/* Contact Page Border
/* .registration-hld {
    overflow: visible;
    background:url("/sites/default/files/he-global-top-bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
	margin:0;
}
.top-bg {
	background:url("/sites/default/files/he-global-top-bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 60px 60px 0;
}*/
/* Blog top background */
/* .top-blog-bg {
    background: url("/sites/default/files/he-blog-top-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 60px;
}  */
/* Create Form */
#kh-creative-idea-form {
    margin: 125px auto 0;
}

/* Blog Page */
.update-title {
    font-family: 'Verdana', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
}

.blog-img {
    padding: 0x;
    width: calc(100% - 240px);
    height: auto;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.light-gray-bg {
    background: #e4e4e4;
}

.blog-author {
    font-size: 18px;
}

.blog-border {
    padding: 0;
    border: 1px solid #777677;
}

.blog-row {
    border: 1px solid #777677;
}

.blog-txt-two {
    padding: 0 20px;
    font: normal normal bold 18px/24px Verdana;
    letter-spacing: 0.18px;
}

section.common-space-blog {
    position: relative;
}

article.common-space {
    font: normal normal normal 14px/20px Verdana;
    letter-spacing: 0.14px;
    color: #000000;
    top: 0;
    bottom: 0;
    height: auto;
    padding-bottom: 35px;
    ;
}

footer.blog-date-name {
    position: absolute;
    bottom: 6px;
    font: normal normal normal 12px/15px Verdana;
    letter-spacing: 0.12px;
    color: #000000;
}

.page-tips-events .view h3 {
    font: normal normal bold 30px/45px Verdana;
    letter-spacing: 0.3px;
    color: #000000;
}

.page-tips-events .banner-hld p {
    font: normal normal normal 18px/25px Verdana;
    letter-spacing: 0.18px;
    color: #000000;
    padding-bottom: 9px;
}

.page-tips-events p.article-by {
    font: normal normal normal 14px/17px Verdana;
    letter-spacing: 0.14px;
    color: #000000;
}

.page-tips-events button.blog-btn{
    margin-top: 10px;
}

@media only screen and (max-width: 1599px) {
    .page-tips-events .banner-hld p {
        font: normal normal normal 14px/21px Verdana;
        letter-spacing: 0.18px;
        color: #000000;
        padding-bottom: 7px;
    }
}

@media only screen and (max-width: 1200px) {
    .blog-txt-two {
        padding: 0 20px;
        font: normal normal bold 17px/20px Verdana;
    }

    article.common-space {
        font: normal normal normal 13px/16px Verdana;
        padding-bottom: 35px;
        ;
    }

    footer.blog-date-name {
        font: normal normal normal 11px/15px Verdana;
    }

    .page-tips-events .view h3 {
        font: normal normal bold 24px/30px Verdana;
    }

    .page-tips-events .banner-hld p {
        font: normal normal normal 13px/18px Verdana;
    }

    .page-tips-events p.article-by {
        font: normal normal normal 11px/17px Verdana;
    }

    .page-tips-events button.blog-btn {
        margin-top: 10px;
    }
}

.share {
    font-size: 16px;
}

.rounded {
    border-radius: 5px;
}

#edit-field-article-type-tid-wrapper>div {
    float: left;
}

#edit-field-article-type-tid-wrapper>label {
    float: left;
}

#views-exposed-form-blog-page>div>div>div {
    width: 100%;
    padding: 20px 40%;
}

/* FAQ Page */
a.faq-subhead {
    font-family: 'Verdana', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    color: #2592CE;
    text-decoration: none;
}

.faq-gallery {
    position: relative;
    display: inline-block;
    width: 16%;
    margin: 0 2% 0;
}

/* Remove left indent on first list item */
.faq-row>li {
    float: left;
    width: 20%;
    padding: 0 50px 0;
    list-style-type: none;
    text-align: center;
}

.faq-row-link>li {
    float: left;
    width: 19%;
    padding: 0 20px 0;
    list-style-type: none;
    text-align: center;
}

.faq-row-link>li:last-child {
    margin-right: 5%;
}

.faq-row-link>li a {
    font-family: 'Verdana', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    color: #2592CE;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 60%;
    margin: 0 auto;
}

.faq-row-link>li a.active {
    color: #fff;
    display: block;
    background: #2592ce;
    border: 1px solid #2592ce;
}

/* Catalog page - disciplines column list */
ul.facetapi-facetapi-links {
    column-count: 3;
    column-gap: 20px;
    list-style-type: none;
    margin-left: -35px;
}

.facetapi-inactive a {
    font-size: 14px;
    color: #000;
}

.cols-5 {
    width: 90%;
}

.views-field-field-discipline-image {
    padding-bottom: 25px;
    margin: 0 10px;
}

/* Catalog landing page image border */
.views-field-field-discipline-image>.field-content>a:link>img {
    border: 1px solid #000;
}

/* Login page top spacing */
.block-system {
    /* padding-top: 40px; */
}

#edit-submit:hover,
#edit-submit1:hover {
    text-decoration: underline;
}

.center {
    text-align: center;
}

#user-register-form .form-group {
    margin-bottom: 40px
}

.account-btn:hover {
    color: #2592CE !important;
    text-decoration: underline !important;
}

/* Blog page */
#myBtn {
    background: #fff;
}

#myBtn:hover {
    text-decoration: underline;
    cursor: pointer;
}

#edit-field-article-type-tid-wrapper {
    text-align: center;
}

#views-exposed-form-blog-page {
    text-align: center;
    padding-bottom: 30px;
}

#edit-field-article-type-tid-wrapper>label {
    text-align: center;
    padding-right: 10px;
}

#views-exposed-form-blog-page>div>div>div>div.views-exposed-widget.views-submit-button {
    padding-left: 10px;
}

/* Privacy page top background */
.privacy-bg {
    background: url(/sites/default/files/privacy-top-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 60px;
    height: 325px;
}

.privacy-block {
    padding: 125px 250px 0;
}

/* ADA page bottom border */
.ada-border {
    border: 1px solid #777677;
    width: 31%;
    margin: 0 1%;
    padding: 0;
}

/* KHQ bottom button */
.btn-default:hover {
    background: #fff;
}

/* Creative idea submit button */
.form-pubidea-submit-button,
.form-pubidea-submit-button:hover {
    background: #fff;
}

/* Catalog search */
#select-dropdown_change {
    border: 1px solid #2592ce;
}

#select-dropdown_change input[type='text'] {
    color: #2592ce;
}

#edit-search-api-views-fulltext-wrapper input[type='text'] {
    border: 1px solid #2592ce;
    border-radius: 0;
}

#edit-search-api-views-fulltext {
    border: 1px solid #2592ce;
}

::placeholder {
    color: #2592ce;
}

/* Light gray bg */
.lightgraybg {
    background: #f6f6f6;
}

/* Remove form border radius */
.form-control {
    border-radius: 0 !important;
}

/* Creative form */
#webform-client-form-12>div>div:nth-child(odd) {
    width: 47.5%;
    float: left;
    padding-right: 5%
}

@media only screen and (max-width: 776px) {
    #webform-client-form-12>div>div:nth-child(odd) {
        padding-right: 0;
    }
}

#webform-client-form-12>div>div:nth-child(even) {
    width: 47.5%;
    float: left;
}

@media only screen and (max-width: 991px) {

    #webform-client-form-12>div>div:nth-child(odd),
    #webform-client-form-12>div>div:nth-child(even) {
        width: 100%;
    }
}

.webform-component--message-to-kendall-hunt-higher-ed,
.webform-component--would-you-like-us-to-contact-you {
    clear: both;
    width: 100% !important;
}

/* Contact form focus */
#edit-submitted-name:focus,
#edit-submitted-email:focus,
#edit-submitted-company-organization:focus,
#edit-submitted-how-did-you-hear-about-us:focus,
#edit-submitted-message-to-kendall-hunt-higher-ed:focus {
    border-color: #2592ce;
}

/* Schedule a Demo form focus */
#webform-client-form-50018>div>div.form-group.form-item.webform-component.webform-component-textfield>input:focus,
#webform-client-form-50018>div>div.form-group.form-item.webform-component.webform-component-email>input:focus,
#webform-client-form-50018>div>div.form-group.form-item.webform-component>select:focus {
    border-color: #2592ce !important;
}

.node-webform textarea:active,
.node-webform select:active,
.node-webform input:active,
.node-webform textarea:focus,
.node-webform select:focus,
.node-webform input:focus {
    border-color: #2592ce !important;
    box-shadow: 0 0 5px #2592ce;
}

#webform-client-form-50018>div>div.form-actions>input, {
    color: #2592ce;
    border-radius: 0;
    font-size: 14px;
    margin: 5px 0 15px;
    padding: 5px 45px;
    border: 1px solid #2592ce;
    font-family: 'Verdana', sans-serif;
    font-weight: 700;
    background: #fff;
}


/* Creative Idea form */
#kh-creative-idea-form>div>div:nth-child(odd),
#kh-creative-idea-form>div>div:nth-child(even) {
    width: 50%;
    float: left;
}

#kh-creative-idea-form>div>div:nth-child(even) {
    padding-right: 2.5%
}

#kh-creative-idea-form>div>div:nth-child(odd) {
    padding-left: 2.5%;
}

/*#kh-creative-idea-form>div>div.form-item.form-type-select.form-item-school {
    width: 100% !important;
    padding-right: 0;
}*/

#kh-creative-idea-form>div>div.form-item.form-type-textarea.form-item-comments {
    width: 100% !important;
    padding-left: 0;
}

/* Register form */
#user-register-form>div>div:nth-child(odd) {
    width: 50%;
    float: right;
    padding: 0 2.5%
}

#user-register-form>div>div:nth-child(even) {
    width: 50%;
    display:inline-block;
    padding: 0 2.5%
}

@media only screen and (max-width: 768px) {

    #user-register-form>div>div:nth-child(odd),
    #user-register-form>div>div:nth-child(even) {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-right: 0;
    }

    .dropdown-submenu.open ul {
        display: none !important;
    }
}

/* #user-register-form div,
#user-register-form .form-item {
    width: 100%;
} */

#user-register-form>div>div.center.hvr-btn {
    width: 100% !important;
    text-align: left !important;
}

/* 100% width gray background */
.light-gray-bg {
    position: relative;
}

.light-gray-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100vw;
    background: #e4e4e4;
}

html {
    overflow-x: hidden;
}

.blog-top {
    padding-top: 70px;
}

.common-space.custom-form.contact-hld.clearfix {
    padding: 0 !important;
}

/* Form Top BG */
#node-50018>div.content,
#block-kh-creative-idea-pub-creative-block>div.content,
#bluebar>section>div>div>#block-system-main>div.content {
    /* padding: 60px; */
    background: #fff;
}

@media only screen and (max-width: 768px) {

    #node-50018>div.content,
    #block-kh-creative-idea-pub-creative-block>div.content,
    #bluebar>section>div>div>#block-system-main>div.content {
        padding: 15px;
    }
}

/*#node-50018>div.content:not(.view):after,
#block-kh-creative-idea-pub-creative-block>div.content:not(.view):after {
    /* #bluebar>section>div>div>#block-system-main>div.content:not(.view):after
#bluebar>section>div>div>#block-system-main>div.content:not(.view):after
    width: 100%;
    height: auto;
    padding-bottom: calc(18.45% + 45px);
    position: absolute;
    background: rgb(200, 227, 243);
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    z-index: 0;
}*/

#node-50018>div.content:not(.view) form,
#block-kh-creative-idea-pub-creative-block>div.content:not(.view) form

/*,
#bluebar>section>div>div>#block-system-main>div.content:not(.view) form*/
    {
    position: relative;
    z-index: 10;
    padding: 25px;
    background: #fff;
}

#user-register-form,
.registration-hld div.content h3,
#kh-creative-idea-form,
#user-login {
    background: #fff;
}

#user-login {
    padding: 0 15px;
}

#node-50018>div.content.clearfix::after,
#bluebar>section>div>div>#block-system-main>div.content.clearfix::after {
    visibility: visible;
}

/* Blog main dropdown options */
/* Bootstrap */
.dropdown-menu-blog {
    z-index: 1000;
    width: 219px;
    min-width: 160px;
    padding: 5px 0;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400 !important;
    text-align: left;
    list-style: none;
    background-color: #fff !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #2592ce;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: none;
    display: none;
}

.dropdown-menu-blog>li {
    background: #fff;
}

.dropdown-menu-blog>li:hover,
.dropdown-menu-blog>li:active,
.dropdown-menu-blog>li:focus {
    background: #2592ce;
}

.dropdown-menu-blog>li:hover a,
.dropdown-menu-blog>li:active a,
.dropdown-menu-blog>li:focus a {
    color: #fff;
}

/* Subpages active */
.dropdown-menu-blog>li.selected {
    background: #2592ce;
}

.dropdown-menu-blog>li>a.selected {
    color: #fff;
}

.dropdown-menu-blog>li>a {
    padding: 3px 11px;
    font-weight: 400 !important;
    text-align: left !important;
    color: #000;
    display: inline-block;
    width: 100%;
}

.dropdown-menu-blog>li>a {
    text-decoration: none;
}

.dropdown-menu-blog>li.dropdown-submenu>ul {
    background-color: #f3f3f3 !important;
    width: 300px;
}

.dropdown-menu-blog>li.dropdown-submenu>ul>li {
    width: 100%;
}

/* Blog sub pages border */
.view-higher-ed-blog-article .view-content .col-md-3 section,
.view-higher-ed-blog-news .view-content .col-md-3 section,
.view-higher-ed-blog-webinars .view-content .col-md-3 section {
    border: 1px solid #D2D2D2 !important;
}

form#webform-client-form-50018,
form#kh-creative-idea-form,
form#user-login,
form#user-register-form {
    max-width: 770px;
    margin: 0 auto 100px;
    border: 1px solid #000;
}

/* FAQ sidebar */
h4.sidebar {
    margin: 20px 0 0;
}

a.linkup {
    color: #2592ce;
    font-size: 12px;
    font-style: italic;
}

.blog-padding {
    padding: 0 20px;
}

.blog-btn {
    border-radius: 0;
    font-size: 14px;
    margin: 5px 0 15px;
    padding: 5px 45px;
    border: 1px solid #2592ce;
    font-family: 'Verdana', sans-serif;
    font-weight: 700;
    color: #2592ce;
}

.blog-btn:hover {
    text-decoration: underline;
}

.blog-option {
    border-radius: 0;
    font-size: 14px;
    margin: 5px 0 15px;
    padding: 5px 50px 5px 0;
    border: 1px solid #000;
    font-family: 'Verdana', sans-serif;
    font-weight: 700;
    color: #000;
    width: 219px;
}

.bottomborder {
    border-bottom: 2px solid #ccc;
}

.caret {
    border: none !important;
    width: 10px;
    height: 5px;
    background-image: url('../images/navArrow.png');
    background-repeat: none;
}

.blogcaret {
    position: absolute;
    margin: 8px 0 0 0;
    right: 10px;
}

#blogSelect .dropdown-menu-blog>li:hover a,
#blogSelect .dropdown-menu-blog>li:active a,
#blogSelect .dropdown-menu-blog>li:focus a {
    color: #fff;
    background: #2592ce;
}

#blogSelect.dropdown:hover .dropdown-menu {
    display: block;
}


li.dropdown:hover span.caret {
    transform: rotate(180deg);
}

#edit-actions {
    padding-bottom: 40px;
}

/* Top blue bar bg padding for non-mobile */
@media only screen and (min-width: 768px) {
    .banner-padding {
        padding: 60px;
    }
}

.blog-body {
    clear: both;
    padding: 0 20%;
}

@media only screen and (max-width: 768px) {

    /* Reduce icon size on mobile for FAQ page */
    .faq-row-link>li {
        min-height: 165px;
    }
    .faq-row-link>li img {
        max-width: 75%;
        margin: 0 auto 7px !important;
        padding: 0 15%;
    }

    /* Center button */
    .page-tips-events button.blog-btn {
        text-align: center;
        display: block;
        margin: 0 10%;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Create page  button */
    a.blue-btn {
        display: block;
        margin: 0 10%;
    }

    .blog-img {
        width: 100%;
    }

    .header-headline {
        width: 100% !important;
        padding: 10px 20px 10px;
    }
	.article-social a{padding:0 !important;}

    .blog-body {
        clear: both;
        padding: 0 25px;
    }
}

/* Customize page */
.customize-mobile {
    margin: 0 10%;
}

.customize-subhead {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

img.mobile-number {
    max-width: 20%;
}

/* How it Works Desktop/Mobile */
#how-it-works {
    display: inline;
    display: flex;
}

@media only screen and (max-width: 768px) {
    #how-it-works {
        display: none;
    }
}

#how-it-works-mobile {
    display: inline;
}

@media only screen and (min-width: 768px) {
    #how-it-works-mobile {
        display: none;
    }
}

/* Engage Contact Us Desktop/Mobile */
#more-questions {
    display: inline;
    display: flex;
}

@media only screen and (max-width: 768px) {
    #more-questions {
        display: none;
    }
}

#more-questions-mobile {
    display: inline;
}

@media only screen and (min-width: 768px) {
    #more-questions-mobile {
        display: none;
    }
}

/* Flex attribute for mobile */
.createRow {
    display: flex
}

.engage-logo-mobile {}

@media only screen and (max-width: 768px) {
    .createRow {
        display: block
    }

    img.customize-icon {
        width: 50%;
    }

    .engage-logo-mobile {
        margin-bottom: 20px;
    }
}

p.create-author-quote {
    font-size: 14px;
    padding-top: 8px;
}

p.create-author-name {
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    float: right;
}

/* School dropdown fix for mobile */
@media only screen and (min-width: 768px) {
    #edit-school {
        max-width: none;
    }
}

@media only screen and (max-width: 768px) {
    #edit-school {
        max-width: 100%;
    }
}

/* KHQ blue bar H3 padding */
@media only screen and (min-width: 768px) {
    .khqbluepadding {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .khqbluepadding {
        padding-top: none;
    }
}

/* NEW 2nd-Level Dropdown CSS START */
.dropdown-submenu {
    position: relative;
    display: none;
}

.dropdown-submenu .caret {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu.open>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.open>.dropdown-menu,
.dropdown-submenu.open>.dropdown-menu {
    display: block;
}

.dropdown-submenu .dropdown-menu {
    margin-bottom: 8px;
}

.navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu ul {
    background-color: #f6f6f6;
}

.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-submenu ul {
    background-color: #333;
}

.navbar .navbar-nav .open .dropdown-submenu .dropdown-menu>li>a {
    padding-left: 30px;
}

@media screen and (min-width:992px) {
    .dropdown-submenu .dropdown-menu {
        margin-bottom: 2px;
    }

    .navbar .navbar-nav .open .dropdown-submenu .dropdown-menu>li>a {
        padding-left: 25px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu ul {
        background-color: #fff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-submenu ul {
        background-color: #fff;
    }
}

/* NEW 2nd-Level Dropdown CSS END */
/* Brian Test */
.chosen-container-single .chosen-single div:after {
    content: url(/sites/all/libraries/chosen/chosen-sprite-v2.png);
    position: absolute;
}

fieldset.captcha.form-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

fieldset.captcha.form-wrapper .fieldset-description {
    margin-bottom: 7px;
}

fieldset.captcha.form-wrapper legend {
    font-size: 16px;
    font-weight: 400;
    border: none;
    margin: 0;
    max-width: 504px;
}

/* Catalog filter sort field fix
.views-widget {
	display: none;
}
*/
#edit-search-api-views-fulltext-3 {
    display: none;
}

/* Tips Events pagination number hover */
.pager-item:hover {
    color: #2592ce;
}

@media screen and (max-width:776px) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: unset;
        overflow-y: unset;
    }

    .body-content {
        padding-top: 95px !important;
    }

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-bottom: none !important;
    }
}

.pagination-sm>li,
.pagination-sm>li>a,
.pagination-sm>li>span,
.pager-next a,
.pager-previous a {
    font-size: 16px;
    padding: 0 4px;
}
