/**
* Name: NSU
* Version: 1.0
*/

@import url("font-awesome.css");
@import url("shortcodes.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Lobster');

/* Reset
-------------------------------------------------------------- */

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    margin-left: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

ol li,
ul li {
    margin: 5px 0px;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

figure {
    margin: 0;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    border: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Repeatable Patterns
-------------------------------------------------------------- */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 14px/24px "Poppins", sans-serif;
    font-weight: 400;
    background-color: #fff;
    color: #444;
}

a {
    color: #337ab7;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #179bd7;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1 {
    font-size: 36px;
    line-height: 52px;
}

h2 {
    font-size: 32px;
    line-height: 42px;
}

h3 {
    font-size: 26px;
    line-height: 38px;
}

h4 {
    font-size: 22px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 26px;
    color: #0384DA;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 6px;
}

h6 {
    font-size: 16px;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h6 {
    font-weight: 300;
}

p {
    margin: 2px 0px 15px 0px;
}

ul,
ol {
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.img-left {
    margin: -10px 50px 0 0 !important;
    float: left;
}

.img-right {
    margin: 0 0 0 50px !important;
    float: right;
}

b,
strong {
    font-weight: 700;
}

.entry-page p {
    margin-bottom: 25px;
}

button {
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    background-image: none;
    height: 35px;
    background-color: #303030;
    line-height: 35px;
    padding: 12px 20px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    border: 1px solid #eaeaea;
    background-color: #eaeaea;
    height: 33px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 24px;
    color: #3e3e3e;
    max-width: 100%;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: #e0e0e0;
    background: #e0e0e0;
    color: #555;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
    width: 100%;
    height: 275px;
    padding: 6px 12px;
}

input[type="checkbox"] {
    display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
    font-size: 12px;
    line-height: 19px;
    color: #b1b1b1;
    opacity: 1;
}

input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 19px;
    color: #b1b1b1;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 19px;
    color: #b1b1b1;
    opacity: 1;
}

@-webkit-keyframes pop-scale {
    0% {
        -webkit-transform: scale(0.7)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes pop-scale {
    0% {
        -moz-transform: scale(0.7)
    }
    100% {
        -moz-transform: scale(1)
    }
}

@keyframes pop-scale {
    0% {
        transform: scale(0.7)
    }
    100% {
        transform: scale(1)
    }
}


/* bootstrap resetting elements */

.btn {
    background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #555;
}


/* Header
-------------------------------------------------------------- */

.header-wrap {
	background-color: #0F0F27;
}
.header-main{
	padding:15px;;
}


.header .logo a img {
	float:right;
	height: 86px;
	width:auto;
}

.navmain{
background:#293352;
}
.navmain ul.navbar-nav{margin:0px}
.navmain ul.navbar-nav li.nav-item{
margin:0px
}
.top-right{padding:6px 0px;}
.top-right a img{height:36px;width:auto;}


/* Page Title
-------------------------------------------------------------- */

.page-title {
    position: relative;
    background: #4689BC;
    padding: 15px;
}

.page-title .page-title-heading h2 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
line-height:24px;
}


/* Breadcrumbs
-------------------------------------------------------------- */

.breadcrumbs {
    float: right;
}

.breadcrumbs ul li,
.breadcrumbs ul li a {
    font-size: 10px;
    text-transform: uppercase;
}

.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs ul li a:hover {
    color: #46a5e5;
}


/* Blog
-------------------------------------------------------------- */

.main-content {
    padding: 30px 0;
}


.dot {
    font-size: 18px;
    line-height: 1px;
    margin: 0 5px;
}

.sep {
    font-size: 13px;
    line-height: 1px;
    margin: 0 5px;
    color: #eaeaea;
}

.item-meta {
    font-size: 10px;
}

.item-content {
    border-top: solid 1px #eaeaea;
    padding-top: 17px;
}

.post-item .content-pad .title {
    font-size: 21px;
}

.post-item .content-pad .button {
    border-color: #eaeaea;
}

.post-item .content-pad .button:hover {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.post-item .content-pad .button i {
    margin-left: 4px;
}

button,
input[type=button],
input[type=submit],
.button,
.un-button-1,
.un-button-2,
.un-button-1-lg,
.un-button-2-lg {
    padding: 9px 20px;
    transition: all .2s;
    border-radius: 3px;
    border: solid 2px #666;
}




/*post carousel*/

.un-post-carousel > .section-inner {
    padding-top: 0;
}

.post-carousel-wrap {
    margin-left: -15px;
    margin-right: -15px;
}

.post-carousel-item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.owl-item .post-carousel-item {
    width: 100%;
}

.post-carousel-item .grid-item-inner {
    border-bottom: solid 1px rgba(255, 255, 255, .1);
    box-shadow: 0 25px 35px -32px rgba(0, 0, 0, .75), 0 36px 65px -60px rgba(0, 0, 0, .75);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.carousel-has-control .owl-buttons {
    position: absolute;
    top: 35%;
    left: -10px;
    right: -10px;
    height: 0;
}

.carousel-has-control.owl-theme .owl-controls .owl-prev,
.carousel-has-control.owl-theme .owl-controls .owl-next {
    float: left;
    background: rgba(0, 0, 0, .3);
    width: 50px;
    height: 50px;
    padding: 0 4px 0 0;
    margin: 0;
    line-height: 49px;
    border-radius: 0px;
    font-size: 32px;
    opacity: 0;
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transition: all .3s ease;
}

.carousel-has-control.owl-theme .owl-controls .owl-next {
    float: right;
    padding: 0 0 0 4px;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
}

.carousel-has-control.owl-theme:hover .owl-controls .owl-next,
.carousel-has-control.owl-theme:hover .owl-controls .owl-prev {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.carousel-has-control.owl-theme .owl-controls .owl-prev:hover,
.carousel-has-control.owl-theme .owl-controls .owl-next:hover {
    background: rgba(0, 0, 0, .75);
}

.un-post-carousel .owl-theme .owl-controls {
    margin-top: 0px;
}

.un-post-carousel .owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    margin: 5px 10px;
    opacity: .3;
    border: 2px solid #000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
}

.un-post-carousel .owl-theme .owl-controls .owl-page.active span,
.un-post-carousel .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: .75;
    background: #fff;
}





/*owl carousel*/

.owl-theme .owl-controls .owl-page span {
    width: 8px;
    height: 8px;
    margin: 5px 6px;
    background: #d0d0d0;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #46a5e5;
}


/*line under*/

.line-under {
    border-bottom: solid 2px rgba(255, 255, 255, .15);
    height: 20px;
    margin-bottom: 22px;
    z-index: 0;
}

.un-separator {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 45px;
}

.un-heading.un-separator {
    padding-bottom: 5px;
}

.un-separator .widget-inner {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.un-separator .widget-inner:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: solid 1px rgba(255, 255, 255, .25);
    z-index: 0;
}

.un-separator .widget-inner > * {
    position: relative;
    z-index: 1;
}


/*heading seperator*/

.un-heading {
    padding-bottom: 20px;
}

.un-heading-wrap {
    display: table;
    width: 100%;
}

.un-heading-line {
    height: 2px;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.un-heading-line span {
    height: 0px;
    border-top: 2px solid rgba(255, 255, 255, .15);
    display: block;
    position: relative;
    top: 0px;
    width: 100%;
}

.un-heading-content {
    display: table-cell;
    vertical-align: middle;
    border-width: 1px;
}

.un-heading .btn,
.btn.back-to-top {
    border-radius: 2px;
    border: 2px solid rgba(52, 52, 52, 0.1);
}

.dark-div .un-heading-line span,
.dark-div .un-heading .btn,
.dark-div .btn.back-to-top {
    border-color: rgba(255, 255, 255, .15);
}

span.un-heading-content.btn {
    cursor: default;
    pointer-events: none;
}


/*social icon*/

.social-light {
    margin-top: -12px;
}

.social-light li {
    margin-top: 12px;
}

.social-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
    padding: 0;
    line-height: 27px;
}

.copyright {
    padding-top: 5px;
}

.footer-content .social-icon {
    border-color: rgba(255, 255, 255, .15)
}




/*widget*/



.widget-border .widget-inner {
    border: solid 1px rgba(255, 255, 255, .25);
    padding: 25px 30px;
}

.normal-sidebar .widget ul {
    padding-left: 0;
}

.normal-sidebar .widget ul li {
    list-style: none;
    line-height: 1.8;
}

.dark-div .normal-sidebar .widget ul li:before {
    color: #fff;
}

.normal-sidebar .widget ul li a {
    vertical-align: middle;
}

.normal-sidebar .widget .menu .sub-menu {
    padding-left: 15px;
}

.normal-sidebar a {
    transition: all .2s;
    -webkit-transition: all .2s;
}

.widget {
    padding-bottom: 30px;
}





/*page heading*/

.page-heading {
    background: #eaeaea;
    padding-top: 33px;
    padding-bottom: 23px;
}

.pathway {
    margin-top: 6px;
    font-size: 10.4px;
    text-transform: uppercase;
}

.pathway a {
    color: inherit;
}


/*dropcap*/

.content-dropcap p:first-child:first-letter,
.dropcap {
    font-family: "Minion Pro", Times, serif;
    font-size: 42px;
    text-transform: uppercase;
    background: #eaeaea;
    float: left;
    margin: 5px 20px 10px 0;
    width: 60px;
    text-align: center;
    line-height: 58px;
    padding: 2px 17px 0;
}

body.mac .content-dropcap p:first-child:first-letter,
body.mac .dropcap {
    line-height: 58px;
    padding-top: 2px;
}


/*404*/

.banner-404 {
    border-style: solid;
    border-width: 10px;
    width: 263px;
    height: 263px;
    line-height: 243px;
    text-align: center;
    font-size: 120px;
    border-radius: 50%;
    display: inline-block;
    margin: 10px 0 30px;
}


/* owlCarousel */

.featured-causes .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.featured-causes .owl-controls .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 6px;
    border-radius: 50%;
    background: #d0d0d0;
    opacity: 1;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
}

.featured-causes .owl-controls .owl-dots .owl-dot.active span,
.featured-causes .owl-controls .owl-dots .owl-dot:hover span {
    background: #46a5e5;
}


/* Sidebar
------------------------------------------------------------- */


/* widget */

.widget .recent-posts .text a {
    font-size: 14px;
    margin-top: 0;
    line-height: 1.25;
    font-weight: 400;
}


/* widget-nav-menu */

.sidebar .widget.widget-nav-menu ul {
    margin-top: 0px;
}

.sidebar .widget.widget-nav-menu ul li {
    margin-bottom: 0;
    list-style: none;
    margin-left: -23px;
    margin-top: 0px;
}

.sidebar .widget.widget-nav-menu ul li a {
    position: relative;
}

.sidebar .widget.widget-nav-menu ul li a:before {
    position: absolute;
    top: 9px;
    right: 25px;
    font-family: "FontAwesome";
    font-size: 8px;
    content: "\f105";
    color: #fff;
}

.widget-nav-menu .widget-inner ul li:hover a:before {
    color: #fff;
}

.sidebar .widget-nav-menu .widget-title {
    padding: 27px 30px;
    margin-bottom: 0;
    border: 1px solid rgba(52, 52, 52, .1);
    border-bottom: 0;
    font-size: 20px;
}

.widget-nav-menu .widget-inner ul li a {
    border-top: 1px solid rgba(52, 52, 52, .1);
    padding: 8px 15px;
    padding-bottom: 9px;
    display: block;
    width: 100%;
    border-left: 1px solid rgba(52, 52, 52, .1);
    border-right: 1px solid rgba(52, 52, 52, .1);
    cursor: pointer;
}

.widget-nav-menu .widget-inner ul li:last-child a {
    border-bottom: 1px solid rgba(52, 52, 52, .1);
}

.widget-nav-menu .widget-inner ul li ul {
    opacity: 0;
    height: 0;
    padding-left: 0;
    display: none;
}

.widget-nav-menu .widget-inner ul li ul.sub-menu.show_sub_menu {
    display: block;
    opacity: 1;
    height: auto;
    transition: all ease .2s;
}

.widget-nav-menu .widget-inner ul li ul {
    transition: all .3s;
}

.widget-nav-menu .widget-inner ul li ul li:first-child a {
    border-top: 1px solid rgba(52, 52, 52, .1);
}

.widget-nav-menu .widget-inner ul li.menu-item-has-children.parent ul li a {
    padding-left: 45px;
}

.widget-nav-menu .widget-inner ul li a:hover {
    background: #46a5e5;
    transition: all .3s;
    color: #fff;
    border-color: #46a5e5;
}

.widget-nav-menu .widget-inner ul li a {
    border-top: 1px solid #fff;
    padding: 8px 30px;
    padding-bottom: 9px;
    display: block;
    width: 100%;
    border-left: 1px solid rgba(52, 52, 52, .1);
    border-right: 1px solid rgba(52, 52, 52, .1);
    cursor: pointer;
    font-size: 14px;
}

.normal-sidebar .widget .menu .sub-menu {
    padding-left: 15px;
}

.normal-sidebar .widget ul li {
    list-style: none;
    line-height: 1.8;
}

.normal-sidebar .widget ul li a {
    vertical-align: middle;
}


/* widget-search */

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.sidebar .widget-title {
    margin-bottom: 27px;
    font-size: 20px;
}

.u-course-search-dropdown-button {
    background: #dedede;
    border-color: #dedede;
    border-radius: 0;
    padding: 7px 12px;
    color: #999;
}

.u-course-search-dropdown-button:hover {
    background: #cecece;
    border-color: #cecece;
    color: #999;
}

.u-course-search-form .input-group input[type="text"] {
    height: 35px;
    background: #eaeaea;
    border-color: #eaeaea;
}

.u-course-search-submit {
    background-color: #eaeaea !important;
    border-color: #eaeaea !important;
    color: #999 !important;
    padding: 7px 10px;
    border-radius: 0;
}

.sidebar .widget-search .input-group .dropdown-menu {
    border-radius: 0;
}

.sidebar .widget ul.dropdown-menu li {
    margin-bottom: 0px;
}


/* widget-post */

.widget.widget-posts .blog-box {
    overflow: hidden;
    border: solid 2px #eaeaea;
    padding: 27px 30px;
    width: 100%;
    border-radius: 2px;
}

.widget .recent-posts li .thumb {
    float: left;
    margin-right: 20px;
}

.sidebar .widget .recent-posts li {
    position: relative;
    float: left;
    width: 100%;
    display: block;
}

.sidebar .widget ul li {
    margin-bottom: 30px;
}

.sidebar .widget ul li:last-child {
    margin-bottom: 0;
}



/* Footer
-------------------------------------------------------------- */


.footer .section-inner {
    padding: 40px 0px 0px 0px;
}

.footer h2,
.footer h4 {
    color: #fff;
    font-weight: 500;
    line-height: 100%;
    margin: 0px;
}

.footer,
.footer a {
    color: rgba(255, 255, 255, .75);
}

.footer a:hover {
    color: #fff;
}

.border.widget .widget-inner {
    border: solid 2px rgba(255, 255, 255, .15);
    padding: 20px 15px;
    width: 100%;
    border-radius: 2px;
}

.dark-div .border.widget .widget-inner {
    border: solid 2px rgba(255, 255, 255, .15);
}

.footer .widget .widget-title {
    padding: 0;
    margin-bottom: 10px;
    border: none;
    font-size: 20px;
}

.footer .widget-nav-menu .widget-inner ul li a {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
}

.footer .widget-nav-menu .widget-inner ul li:last-child a {
    border-bottom: none;
}

.footer .widget-inner ul li a:hover {
    background: transparent;
    border-color: transparent;
}

.footer .widget-inner ul li a:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 700;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    margin-right: 5px;
    padding-bottom: 2px;
    vertical-align: middle;
}

.media > .pull-left {
    margin-right: 5px;
}



.images-hover:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.images-hover {
    position: relative;
}

.images-hover:hover {
    cursor: pointer;
}

.images-hover:before,
.images-hover:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #ffffff;
    top: 50%;
    left: 50%;
    z-index: 30;
    margin-top: -8px;
    margin-left: -1px;
    visibility: hidden;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.images-hover:after {
    height: 1px;
    width: 16px;
    margin-top: -1px;
    margin-left: -8px;
}

.images-hover:hover:after,
.images-hover:hover:before {
    z-index: 30px;
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.images-hover .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    content: "";
    z-index: 10;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}



/* Boxed
-------------------------------------------------------------- */

.home-boxed .boxed {
    padding: 2.083% 0;
    width: 95.834%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

.boxed {
    overflow: hidden;
}


/* Revolution Slider
-------------------------------------------------------------- */

.tp-banner-container {
    max-height: 1000px !important;
    width: 100% !important;
    position: relative;
    overflow: hidden !important;
    padding: 0;
    background-color: #fff;
}

.tp-banner-container {
    position: relative;
}



/* .page-title .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
    filter: alpha(opacity=70);
} */

.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px;
}

.left.carousel-control {
    right: 30px;
    left: inherit;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd;
}

.navbar {
    margin-bottom: 0px
}

.navbar-inverse .navbar-brand {
    height: auto;
}

.navbar-inverse {
    background-color: #000;
    border-bottom: 2px solid #4C9ED9;
border-top: 2px solid #4C9ED9;
}

.navbar-header .navbar-brand {
    padding: 10px
}

.navbar-header .navbar-brand img {
    max-height: 90px
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 16px
}
.navbar-inverse .navbar-nav > li {
    margin:0px;
}

.fa-3 {
    font-size: 2em;
}

.flat-row .flat-fluid.welcomeblock {
    color: #fff;
    text-align: center;
    padding: 30px 0px 10px;
    font-weight: 300;
    font-size: 16px;
	margin-top:20px;
}

.flat-row .flat-fluid h2 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .flat-row .flat-fluid h2.events-title {
        font-size: 22px;
        margin-top: -34px;
    }
}

.flat-event .owl-carousel .owl-item {
    margin-right: 1px;
}

.flat-event .owl-carousel .owl-item img {
    height: 160px;
    max-height: 160px;
}

#testimonial-slider {
    margin-bottom: 20px;
}

.un-post-scroller {
    border-top: 4px solid #105BC0;
}

.un-post-scroller.dept {
    border-top: 4px solid #105BC0;
    border-left: 1px solid #105BC0;
    border-right: 1px solid #105BC0;
    border-bottom: 1px solid #105BC0;
    margin-bottom: 20px;
}

.un-post-scroller h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 5px 0px;
    border-bottom: 1px solid #105BC0;
    padding-bottom: 6px;
    color: #444;
    line-height: 100%;
}

.un-post-scroller.dept h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0px 8px 0px;
    border-bottom: 1px solid #105BC0;
    padding-bottom: 6px;
    color: #000;
    line-height: 100%;
}

.icon-post.v1 .iconbox.center .icon-post .box-title .title {
    font-size: 14px;
}

.iconbox.center {
    margin-bottom: 15px;
}

h3.quick-links {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
}

.flat-fluid .flat-reviews,
.flat-fluid .flat-reviews .text p {
    color: #fff;
    font-family: 'Lobster', cursive;
}



.bn-large {
    height: 50px;
}

.bn-large>.bn-title {
    height: 50px;
}

.bn-large>.bn-title>h2 {
    line-height: 50px;
    font-size: 26px;
}

.bn-large>.bn-title>span {
    top: 15px;
}

.bn-large>ul {
    height: 50px;
    left: 250px;
    font-size: 20px;
}

.bn-large>ul>li {
    height: 50px;
    line-height: 50px;
}

.bn-large>.bn-navi {
    height: 50px;
}

.bn-large>.bn-navi>span {
    height: 50px;
}

.bn-small {
    height: 30px;
}

.bn-small>.bn-title {
    height: 30px;
}

.bn-small>.bn-title>h2 {
    line-height: 30px;
    font-size: 18px;
}

.bn-small>.bn-title>span {
    top: 5px;
}

.bn-small>ul {
    height: 30px;
    left: 200px;
    font-size: 14px;
}

.bn-small>ul>li {
    height: 30px;
    line-height: 30px;
}

.bn-small>.bn-navi {
    height: 30px;
}

.bn-small>.bn-navi>span {
    height: 30px;
}


/*color styles -----------------------------*/

.bn-red {
    border-color: #f44a56;
}

.bn-red>.bn-title {
    background: #f44a56;
}

.bn-red>.bn-title>span {
    border-left-color: #f44a56;
}

.bn-red>ul>li>a:hover,
.bn-red>ul>li>a>span {
    color: #f44a56;
}

.bn-green {
    border-color: #f44a56;
}

.bn-green>.bn-title {
    background: #f44a56;
}

.bn-green>.bn-title>span {
    border-left-color: #f44a56;
}

.bn-green>ul>li>a:hover,
.bn-green>ul>li>a>span {
    color: #105BC0;
}

.bn-purple {
    border-color: #795aac;
}

.bn-purple>.bn-title {
    background: #795aac;
}

.bn-purple>.bn-title>span {
    border-left-color: #795aac;
}

.bn-purple>ul>li>a:hover,
.bn-purple>ul>li>a>span {
    color: #795aac;
}

.bn-turquoise {
    border-color: #1fb5ad;
}

.bn-turquoise>.bn-title {
    background: #1fb5ad;
}

.bn-turquoise>.bn-title>span {
    border-left-color: #1fb5ad;
}

.bn-turquoise>ul>li>a:hover,
.bn-turquoise>ul>li>a>span {
    color: #1fb5ad;
}

.bn-orange {
    border-color: #f46e27;
}

.bn-orange>.bn-title {
    background: #f46e27;
}

.bn-orange>.bn-title>span {
    border-left-color: #f46e27;
}

.bn-orange>ul>li>a:hover,
.bn-orange>ul>li>a>span {
    color: #f46e27;
}

.bn-black {
    border-color: #333;
}

.bn-black>.bn-title {
    background: #333;
}

.bn-black>.bn-title>span {
    border-left-color: #333;
}

.bn-black>ul>li>a:hover,
.bn-black>ul>li>a>span {
    color: #333;
}

.bn-yellow {
    border-color: #d3ac23;
}

.bn-yellow>.bn-title {
    background: #d3ac23;
}

.bn-yellow>.bn-title>span {
    border-left-color: #d3ac23;
}

.bn-yellow>ul>li>a:hover,
.bn-yellow>ul>li>a>span {
    color: #d3ac23;
}

.bn-light {
    border-color: #DDD;
}

.bn-light>.bn-title {
    background: #DDD;
}

.bn-light>.bn-title>h2 {
    color: #333;
}

.bn-light>.bn-title>span {
    border-left-color: #DDD;
}

.bn-light>ul>li>a:hover,
.bn-light>ul>li>a>span {
    color: #DDD;
}

.bn-pink {
    border-color: #d65aac;
}

.bn-pink>.bn-title {
    background: #d65aac;
}

.bn-pink>.bn-title>span {
    border-left-color: #d65aac;
}

.bn-pink>ul>li>a:hover,
.bn-pink>ul>li>a>span {
    color: #d65aac;
}

.bn-darkred {
    border-color: #d01e1e;
}

.bn-darkred>.bn-title {
    background: #d01e1e;
}

.bn-darkred>.bn-title>span {
    border-left-color: #d01e1e;
}

.bn-darkred>ul>li>a:hover,
.bn-darkred>ul>li>a>span {
    color: #d01e1e;
}

.bn-bordernone {
    border: none;
}

.bn-italic>ul>li>a {
    font-style: italic;
}

.bn-bold>ul>li>a {
    font-weight: bold;
}

.breakingNews>.bn-navi,
.breakingNews>ul>li>a,
.breakingNews>.bn-navi>span {
    transition: .25s linear;
    -moz-transition: .25s linear;
    -webkit-transition: .25s linear;
}

.pcontent-mini span {
    font-size: 12px;
    color: #444;
    font-weight: 700;
}

.post-title-mini {
    font-size: 14px;
    color: #105BC0;
    display: block;
    line-height: 21px;
    font-weight: 400;
}

header-overlay-content .post-scroller-wrap {
    height: 400px;
    overflow: hidden;
}

.flat-row .flat-grey h2.events-title {
    font-size: 22px;
    text-align: left;
    font-weight: 300;
    margin-bottom: 10px;
}

.grey {
    background: #fff;
}

.testimonial .pic {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
}

.testimonial .description {
    padding: 0 15px;
    font-size: 14px;
    color: #212327;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

.testimonial .testimonial-title::after {
    font-size: 28px;
    margin-top: 12px;
}

.bn-green {
    border-color: #105BC0;
}

.bn-green > .bn-title {
    background: #105BC0;
}

.bn-green > .bn-title > span {
    border-left-color: #105BC0;
}

.flat-blog-carousel .owl-dots {
    display: none !important;
}

.post-item-mini {
    padding-bottom: 0px;
}

.navbar.menu-top .submenu li a {
    color: #fff;
    padding: 0px 8px;
	font-size: 13px;
}

.navbar.menu-top ul li ul {
    top: 104%;
}

.navbar.menu-top .submenu li {
    background-color: #000;
    opacity: 1;
    border-bottom: 1px solid;
}

.view-all {
    background: #105BC0;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.view-all a {
    color: #fff;
    font-size: 14px;
}

.bottom-quick {
    margin-bottom: 20px;
}

ul#menu-quick li {
    list-style: none;
    float: left;
    padding: 10px;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}

ul#menu-quick li.first {
    border-left: 1px solid grey;
}

ul#menu-quick li:hover {
    background: #000
}

.navbar.menu-top {
    border: none;
}

.flat-fluid.welcomeblock.reviews {
    background: #105BC0;
}

.button.color-v1 {
    display: inline-block;
}

.catalogs {
    margin-top: 108px;
    clear: both
}

.catalogs .button.color-v1 {
    padding: 10px;
}

.sidebar .widget-nav-menu .widget-inner ul li ul {
    position: absolute;
    left: 100%;
    z-index: 999;
}

.sidebar .widget-nav-menu .widget-inner ul li ul li a {
    background: #636466;
}

.sidebar .widget-nav-menu .widget-inner ul li a:hover,
.sidebar .widget-nav-menu .widget-inner ul li ul li a:hover {
    background: #000;
    border-color: #000;
}

.sidebar .widget-nav-menu .widget-inner ul li:hover ul {
    display: block;
    opacity: 1;
    margin-top: -41px;
    width: 240px;
    margin-left: -14px;
}

.sidebar .widget-nav-menu .widget-inner ul li a {
    background: #636466;
    color: #fff;
}

.flat-row.padding-dept {
    padding-bottom: 0px;
    padding-top: 10px;
}

.dept .post-title-mini {
    font-size: 13px;
    line-height: 18px;
    display: block;
    font-weight: 500;
}

.dept .post-scroller-wrap {
    padding: 10px;
}

.dept .view-all {
    margin-top: 0px;
    padding: 3px;
}

.dept .view-all a {
    color: #fff;
}

.dept-template {
    font-size: 15px;
}

.dept-template h3.item-title {
    color: #0384DA;
}

.dept-template h3 {
    color: #000;
    font-weight: 400;
}

.dept-template table tr td {
    font-size: 13.5px;
    line-height: 24px;
}

.sidebar .widget.widget-nav-menu ul li.active a {
    background: #000;
}

.faculty-listing .thumb-item {
    background: #f0f0f0;
    border: 1px solid #e1e1e1;
}

.black-font {
    color: #000;
    line-height: 22px !important
}

.navbar-nav > li > .dropdown-menu {
    box-shadow: 0px 2px 2px #000;
    z-index: 9999999;
    background: #fff;
}

.mega-dropdown-menu > li > ul > li > a::before {
    padding-right: 5px;
    font-family: FontAwesome;
    content: "\f101";
    -webkit-transition: all 300ms 0s ease-in-out;
    transition: all 300ms 0s ease-in-out;
}
.mega-dropdown {
    position: static !important;

}

.mega-dropdown-menu {
    padding: 0 0 20px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li a::before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 5px;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #222;
    white-space: normal;
    font-size: 15px;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
}

.mega-dropdown-menu .dropdown-header, .mega-dropdown-menu .dropdown-header a {
    color: #428bca;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    margin-top: 10px;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}
.dropdown-menu.mega-dropdown-menu.show .col-lg-4 {

    float: left;

}


.spacer20 {
    clear: both;
    width: 100%;
    padding: 20px;
    height: 1px;
}

.dept-page-title {
    margin-bottom: 25px;
}

.default-page h3 {
    font-weight: 400;
}

.exe-leader {
    margin-bottom: 10px;
    padding: 10px 0px;
   border-bottom:2px solid #e1e1e1;
    box-shadow: 0px 0px 1px #000;
    text-align:justify;
}

.exe-leader h3 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 0px;
    font-style: normal;
    margin-bottom: 0px;
}

.leader-body {
    
}

.executive-leaders {
    padding: 20px 20px 0px 20px;
    margin: 0px 0px 20px 0px;
}

.executive-leaders h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #105BC0;
}

.executive-leaders h5 {
    margin-top: 0px;
}

.default-page a {
    color: #337ab7
}

.blue-table > thead > tr > th {
    background: #105BC0;
    color: #fff;
    padding: 14px;
}

i {
    font-style: italic
}

.same-height-168 img {
    max-height: 168px;
    margin: 0 auto;
}

.same-height-168 {
    text-align: center;
    margin-top: 40px
}

.course-item .thumbnail-overlay {
    background: rgba(0, 0, 0, .8);
    font-size: 16px;
}

.equipment-table img {
    max-height: 140px;
}

ul#menu-schools li a,
ul#menu-about-nsu li a,
ul#menu-links li a{
   color:#444;
}

.publications ul li {
    margin: 20px 0px;
}

.highlighted {
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 22px;
}

ul.nav-tabs,
.footer ul.menu {
    margin-left: 0px;
}

.tab-content {
    border: 1px solid #0384DA;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 20px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #0384DA;
    border: 1px solid #0384DA;
    color: #fff;
}

.nav-tabs > li > a {
    border: 1px solid #e1e1e1;
    color: #444;
}

.course-template h6 {
    padding-bottom: 5px;
    border-bottom: 1px dashed #e1e1e1;
    margin-bottom: 5px;
}

img.bordered {
    border: 5px solid #e1e1e1;
    box-shadow: 0px 0px 2px #000;
}

.sidebar .widget.widget-nav-menu ul li ul li {
    margin-left: 0px;
    margin-top: -2px;
}

.sidebar .widget.widget-nav-menu ul li a {
    padding-left: 20px;
}

.sidebar .nav-pills > li > a {
    border-radius: 0px;
}

h5.no-margin {
    margin-top: 0px
}

.faculty-list-single {
    margin-bottom: 20px;
}

.faculty-list-single .item-thumbnail img {
    height: 280px;
    width: auto;
}

.faculty-list-single .item-content {
    padding: 10px;
    font-size: 14px;
}

.faculty-list-single .item-content h4 {
    font-weight: 400;
    font-size: 18px;
}

.faculty-list-single .item-content h6 {
    font-weight: 500;
    font-size: 14px;
}

.faculty-list-single .item-content {
    font-size: 14px;
}

.department-nav .navbar-default .navbar-toggle {
    line-height: 16px;
    text-transform: capitalize;
    font-size: 14px;
    margin: 0px !important;
    border: none;
    display: block;
    width: 100%;
    text-align: right;
    border-radius: 0px;
}

.department-nav .navbar {
    padding: 0px;
    min-height: inherit;
    background: #e1e1e1;
    border: none;
}

.department-nav .navbar-default .navbar-toggle.collapsed {
    background-color: #444;
    color: #fff;
    padding: 10px 20px;
}

.department-nav .navbar-default .navbar-toggle {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
}
.ogs .thumb-item .item-content{
padding:10px;
}
.ogs .thumb-item .item-content .item-title a{
font-size:17px;
line-height:24px;
}
.ogs .thumb-item{
margin:10px auto;
width:262px;
}
.ogs .thumb-item .item-content h3{
line-height:18px;
}
h5.regular{margin-top:0px;font-size:20px;}
.big li{font-size:16px;}
.text-center img {margin-bottom:20px;}
.nav > li > a{padding:10px 12px;}
.mega-dropdown-menu > li > ul > li > a.admit-btn{
color: #fff;
max-width: 200px;
padding: 10px;
font-size: 18px;
}
.tuition-page h3{
color: #000;
font-size: 18px;
margin-bottom: 8px;
font-weight: 600;
margin-top: 25px;
background: #e1e1e1;
padding: 10px;
}
.tuition-page .table tr td {font-weight:bold; }
ul.border li {
margin-bottom:10px;
margin-top:10px;

}
.navbar {
    min-height: 40px;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.body-content {padding:10px 10px 0px 10px;border: 1px solid #e1e1e1;background:#fff}
body {
	background-color:#eaeaea;
}

.logo-box{
border: 1px solid #e1e1e1;
margin-bottom: 10px;
padding: 5px;
text-align: center;
}

.btn-admission{
display: block;
padding: 10px;
font-size: 16px;
font-weight: bold;
background-color: #4C9ED9;
border-color:#4C9ED9;
color:#fff;
border-top: 4px solid #105BC0;
}
.footer.full-color {
    background-color: #1D2757;
    padding: 20px 20px 0px 20px;
}
.search-box{margin-top: 5px;}
.search-box ul{margin:0px}
.search-box input[type="text"] {
    margin-bottom: 0px;
    background: #1A385A;
    border: none;
    height: 33px;
	color:#fff;
}
.search-box input[type="text"]:hover {
    background:#fff;
	color:#000;
}
.social-box{margin-top:8px}
.search-box a{padding: 5px 10px;color:#fff;border: 1px solid #e1e1e1;}
.social-box ul{float: right;
margin-bottom: 0px;
margin-top: 5px;}
.social-box ul li{list-style:none;float:left;margin-right:5px;}
.social-box ul li a.social-icon{background:#105BC0;color:#fff}
.social-box ul li a.social-icon:hover{background:#105BC0;color:#fff}
.copyright{text-align:right}
.navbar {
    border-radius: 0;
}
.topnav-sidebar{
margin-right:0px;
float:right;
}
ul.widget-menu {margin-top:8px;}
ul.widget-menu li {margin: 0px 0px 0px -10px;list-style: none;}
ul.widget-menu li a{color:#444;}
ul.widget-menu li a:hover{color:#105BC0;}
ul.widget-menu li a i{color:#105BC0;font-size: 15px;}



h4.events-title {
            margin-bottom: 7px;
            border-top: 4px solid #105BC0;
            display: inline-block;
            clear: both;
            margin-top: 10px;
            font-weight: 400;
			font-size:20px;
			
        }
        
        .widget-title {
            font-size: 20px;
            margin-bottom: 0px;
            font-weight: 400;
            color: #444;
            line-height: 26px;
            border-top: 4px solid #105BC0;
            background: none;
            text-align: left;
			padding-left: 12px;
        }
        
        .widget-inner {
            border: none;
        }
        
        .logo-box {
            margin-top: 12px
        }
		.dropdown-header a{color:#105BC0 !important}
.roll {
	background:url(/assets/images/mag.png) center center no-repeat #000;
	height: 100%;
	position: absolute;
	width: 92%;
	z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000;
		opacity:.2;
}
.shadow{
	display: block;
box-shadow: 0px 2px 3px #000;
}

a.blink_me {
font-style: italic;
text-align: right;
display: inline-block;
float: right;
margin-top: 18px;
font-size: 23px;
  animation: blinker 3s linear infinite;
	color:#105BC0;
}

@keyframes blinker {  
  50% { opacity: 0; }
}
.space30{width:100%;height:200px;clear:both;}
ul.no-list li {list-style:none;}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
 background-color: rgb(76,158,217);
 color: #fff;
}
ul.dropdown-menu.mega-dropdown-menu li.col-md-3{padding:0px 5px}

.students{
	background: url('../images/cpc/for-students.jpg');
display: block;
text-align: center;
padding: 100px;
color: #fff;
font-size: 28px;
line-height: 36px;
font-weight: 700;
background-size:cover;
margin: 0px -14px 0px 0px;
}
.employers{
	background: url('../images/cpc/for-employers.jpg');
display: block;
text-align: center;
padding: 100px;
color: #fff;
font-size: 28px;
line-height: 36px;
font-weight: 700;
background-size:cover;
margin: 0px 0px 0px -14px;
}
.students:hover,.employers:hover{
	color:#D73F3A;
	border-radius:5px;
}
.cta-btn{
	background: #D73F3A;
color: #fff;
margin-bottom: 15px;
text-align: center;
font-family: 'Lobster';
font-size: 28px;
padding: 15px;
box-shadow: 0px 2px 2px #000;
display:block;
clear:both;
}
.cta-btn:hover{
	
	color:#fff;
}
.post-scroller-wrap {
    padding: 10px;
    border: 1px solid #e1e1e1;
}
.post-scroller-wrap h2{
text-align: center;
border-bottom: 1px dashed #e1e1e1;
margin-bottom: 10px;
font-size: 18px;
font-weight: bold;
background: #293352;
color: #fff;
}
ul.looking-for li a {font-size:16px;}
.body-content .research-sidebar .nav-pills > li{
display:block;
width:100%;
margin:1px 0px;
}

.research-sidebar .nav-pills > li > a{
	color:#fff;
	cursor:pointer;
	width:100%;
	display:block;
	padding:10px;
	text-decoration:none;
}

.nav-pills.nav-stacked li a{background:#1a265c}
.nav-pills.nav-stacked li > a:hover, .nav-pills.nav-stacked li > a.active,.nav.nav-pills.nav-stacked.collapse.show li a.active,.nav.nav-pills.nav-stacked.collapse.show li a.hover{
    color: #fff;
    background-color: #444;
}
.body-content{padding:30px 0px;min-height:457px}
.post-scroller-item br{display:none}
.post-scroller-item {border-bottom:1px dashed #e1e1e1;}
.blue{color:#4689BC}
.single.body-content{text-align:justify}
.navbar-dark .navbar-nav .nav-link {color:#fff;font-weight:bold;font-size:15px;}
.newsletter{
width: 100%;
background: #293352;
display: block;
padding: 10px;
color: #fff;
text-align: center;
font-weight:bold;
font-size:17px;
}
.dropdown-item {font-size:14px;border-bottom:1px dashed #e1e1e1}

a.pdf-link::before {
    content: '';
    background: url(http://www.northsouth.edu/assets/images/pdf-download-icon-lg.png);
    height: 33px;
    width: 30px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: -35px;
    margin-top: -5px;
}

a.pdf-link {
    font-weight: bold;
    padding: 10px 10px 10px 40px;
    display: inline-block;
	text-decoration:none;
}
.search-box ul li{
    float: right;
    list-style: none;
    margin: 3px 6px;
    background: none;
}
.slider-bg{
background: url('../images/cpc/slider-bg.jpg');
background-size: cover;
}