


/* @import url('http://example.com/example_style.css'); */

@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Signika:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Orbitron:400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("~/fonts/fontawesome-webfont_1.eot?t=1466682893838") format("embedded-opentype"), url("~/fonts/fontawesome-webfont_2.woff2?t=1466682893838") format("woff2"), url("~/fonts/fontawesome-webfont_1.woff?t=1466682893838") format("woff"), url("~/fonts/fontawesome-webfont_1.ttf?t=1466682893838") format("truetype");
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}

.Link_panel ul {
    list-style: none;
    height:250px;
}
.Link_panel ul marquee{height:250px;}

    .Link_panel ul li {
        padding: 5px 4px;
        color: #000;
        text-align: justify;
    }

        .Link_panel ul li a {
            color: black;
        }

.Link_panel {
    height: 250px;
    color: black !important;
    padding: 0px 0px;
    overflow-y: auto;
}

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: 20px;
    background: url(images/bg-image-1.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    line-height:30px;
}

.container {
    max-width: 960px;
    margin: 0 auto;
}

a {
    color: #fff;
    text-decoration: none;
    outline: none;
}

    a:hover, a:focus {
        color: #fff;
        text-decoration: none;
        outline: none;
    }

.body-container {
    background-color: white;
}

hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}

/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: #3399FF;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #3399FF;
    text-shadow: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {
    margin: 0 0 10px;
    line-height:30px;
}

small {
}

strong {
}

em {
}

cite {
}

code {
}

pre {
}

sup, sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    color: #333333;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    }

h1 {
    font-size: 26px;
    font-weight: normal;
    color: #686868;
    line-height: 40px;
}

h2 {
    font-size: 25px;
    font-weight: normal;
    color: #686868;
    line-height: 40px;
}

h3 {
    font-size: 24.5px;
    line-height: 40px;
}

h4 {
    font-size: 17.5px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

.main-body-content {
    margin-top: 10px;
}

/* Lists */
ul, ol {
    margin: 0;
    padding: 0;
}

    ul ul, ul ol, ol ol, ol ul {
    }

li {
}

ul {
    list-style-image: url(//cdn2.hubspot.net/hubfs/135870/TierPoint-June2016-Images/li-image.gif);
}

    ul li {
        list-style-position: inside;
    }


    ul.unstyled, ol.unstyled {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1;
    height: 300px;
}
/* Quotes */
blockquote {
}

    blockquote p {
    }

    blockquote small {
    }

        blockquote small:before {
        }

    q:before, q:after, blockquote:before, blockquote:after {
    }


/* ==========================================================================
   Header
   ========================================================================== */
.message_panel {
    color: black;
    min-height: 258px;
    overflow: scroll;
    overflow-x: hidden;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1;
}

.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top,#66b82e 0,#787247 100%);
    background-image: -o-linear-gradient(top,#66b82e 0,#787247 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#66b82e),to(#787247));
    background-image: linear-gradient(to bottom,#66b82e 0,#787247 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66b82e', endColorstr='#787247', GradientType=0);
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #f5f5f5;
    border-color: #ddd;
    text-align: center;
    overflow: hidden;
}

.navbar-default {
    background: url(images/header-bg.png) left top repeat;
    width: 100%;
    z-index: 10;
    min-height: 219px;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: 0 none;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    background: #0a403d;
}

.custom-navbar-right {
    margin: 0;
    float: right;
}

.navbar-nav {
    float: none;
    display: table !important;
    width: 100% !important;
}

    .navbar-nav:before,
    .navbar-nav:after {
        content: none;
    }

.navbar-default .navbar-nav > li {
    display: table-cell;
    text-align: center;
    float: none;
    border-left: 1px solid #ededed;
}

    .navbar-default .navbar-nav > li:first-child {
        border-left: 0;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #fff;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > a {
    padding: 0 20px;
    color: #fff;
    font: 20px/50px 'Signika', sans-serif;
    text-decoration: none;
    border: none;
    display: inlne-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
    }

    .navbar-default .navbar-nav > li > a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: green;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .navbar-default .navbar-nav > li > a:hover:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.navbar-brand {
    height: auto;
}

    .navbar-brand span {
        display: inline-block;
    }

        .navbar-brand span img.custom-main-logo {
            max-width: 150px;
        }

.dropdown-menu {
    background: url(images/header-bg.png) left top repeat;
}

    .dropdown-menu ul {
        display: block;
    }

        .dropdown-menu ul li {
        }

    .dropdown-menu > li > a {
        padding: 0 20px;
        color: #fff;
        font: 18px/30px 'Signika', sans-serif;
        text-decoration: none;
        border: none;
        display: inlne-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        background: transparent;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

        .dropdown-menu > li > a:hover {
            color: #000;
        }


/* ==========================================================================
   Content                                                 
   ========================================================================== */
.main-content-container .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-body-content {
    float: left;
    width: 100%;
    clear: both;
    font-family: Verdana, Geneva, sans-serif;
}

.custom-info-col {
    background: #fff;
    padding: 20px 0px;
    font-family: Verdana, Geneva, sans-serif;
    text-align: justify;
    border: 0px solid #ededed;
    color: #333;
    min-height: 415px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.founder-info-image {
    text-align: center;
}

    .founder-info-image > img {
        max-width: 300px;
        width: 100%;
    }

.custom-info-section {
    float: left;
    width: 100%;
    clear: both;
}

.custom-three-col-info {
    width: 100%;
    padding: 20px;
    float: left;
    clear: both;
    background: #75886d;
}

.main-inner-content {
    width: 100%;
    padding: 20px;
    margin: 15px 0px;
    float: left;
    clear: both;
    background: sienna;
    border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
}

    .main-inner-content ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .main-inner-content h2, .main-inner-content h3 {
        clear: both;
    }

    .main-inner-content ul li {
        display: block;
    }

    .main-inner-content .form-group label {
        color: #fff;
    }

.custom-use-ful-links .main-inner-content li {
    width: 100%;
    float: left;
}

    .custom-use-ful-links .main-inner-content li strong {
        margin-right: 10px;
        float: left;
    }

    .custom-use-ful-links .main-inner-content li a {
        float: right;
        padding: 5px 20px 5px 0;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1;
        transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

        .custom-use-ful-links .main-inner-content li a:hover {
            color: red;
        }

.main-inner-content h2,
.main-inner-content h3,
.main-inner-content p {
    color: #fff;
}

.main-inner-content .controls col-md-5 a {
    text-align: right !important;
}

.custom-row-col {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

    .custom-row-col:hover {
        background: rgba(69, 230, 216, 0.29);
    }

    .custom-row-col h2 {
        font-size: 28px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 19px;
        margin-top: 0;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
    }

    .custom-row-col ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .custom-row-col ul li {
            display: block;
            margin-bottom: 5px;
            padding: 0;
        }

            .custom-row-col ul li:last-child {
                margin: 0;
            }

            .custom-row-col ul li a {
                padding: 5px 20px 5px 0;
                display: inline-block;
                font-family: Verdana, Geneva, sans-serif;
                font-size: 15px;
                font-weight: 400;
                line-height: 1;
                transition: 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out;
                -webkit-transition: 0.3s ease-in-out;
                -moz-transition: 0.3s ease-in-out;
            }

                .custom-row-col ul li a:hover {
                    padding-left: 15px;
                }

                .custom-row-col ul li a .glyphicon {
                    margin-right: 5px;
                }

.custom-row-col-1 {
    background: rgba(156, 141, 252, .29);
    padding: 36px 30px 21px;
    border-bottom: 2px solid rgba(0, 0, 0, .09);
    border-top: 2px solid #45e6d8;
    min-height: 300px;
}

.custom-row-col-2 {
    background: rgba(54, 164, 255, 0.29);
    padding: 36px 30px 21px;
    border-bottom: 2px solid rgba(0, 0, 0, .09);
    border-top: 2px solid #45e6d8;
    min-height: 300px;
}

.custom-row-col-3 {
    background: rgba(27, 219, 245, 0.29);
    padding: 36px 30px 21px;
    border-bottom: 2px solid rgba(0, 0, 0, .09);
    border-top: 2px solid #45e6d8;
    min-height: 300px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    width: 100%;
}

.custom-light-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .custom-light-box ul li {
        display: inline-block;
    }

        .custom-light-box ul li a img {
            max-width: 200px;
            width: 100%;
        }

.panel-body > p {
    color: #000;
}

.custom-faculty-page .panel-group {
    float: left;
    margin-bottom: 20px;
    margin-top: 25px;
    width: 100%;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: #000;
}

    .panel-title > .small:hover, .panel-title > .small > a:hover, .panel-title > a:hover, .panel-title > small:hover, .panel-title > small > a:hover {
        color: #000;
    }

/* ==========================================================================
   Footer
   ========================================================================== */
.custom-inner-footer {
    background: #0a403d;
    float: left;
    width: 100%;
    clear: both;
    padding: 15px 0;
}

.flex {
    border-bottom: 10px solid green !important;
}

.flex_2 {
    border-bottom: 5px solid green !important;
}

.custom-inner-footer {
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    color: #000;
    position: relative;
}

.custom-twitter-section {
    border-bottom: 1px solid #000;
    float: left;
    padding: 20px 0;
    width: 100%;
    clear: both;
}

.copy-right {
    padding: 20px 0 0;
    width: 100%;
    float: left;
    clear: both;
}

/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {
}

/* Descriptions */
body .hs-field-desc {
}

/* Labels */
body label {
    display: block;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin: 0 0 4px;
    color: #414141;
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

body .hs-form-field > label {
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    box-sizing: content-box;
    -webkit-transition: border 0.2s linear,box-shadow 0.2s linear;
    transition: border 0.2s linear,box-shadow 0.2s linear;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    display: block;
    padding: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    margin: 0 0 10px;
    vertical-align: middle;
    max-width: 550px;
}

    body input[type="text"]:focus,
    body input[type="password"]:focus,
    body input[type="datetime"]:focus,
    body input[type="datetime-local"]:focus,
    body input[type="date"]:focus,
    body input[type="month"]:focus,
    body input[type="time"]:focus,
    body input[type="week"]:focus,
    body input[type="number"]:focus,
    body input[type="email"]:focus,
    body input[type="url"]:focus,
    body input[type="search"]:focus,
    body input[type="tel"]:focus,
    body input[type="color"]:focus,
    body input[type="file"]:focus,
    body textarea:focus,
    body select:focus {
        border-color: #e9322d;
        -webkit-box-shadow: 0 0 6px #f8b9b7;
        -moz-box-shadow: 0 0 6px #f8b9b7;
        box-shadow: 0 0 6px #f8b9b7;
        outline: none;
        color: #b94a48;
    }

body input.error {
    border-color: #c87872;
    box-shadow: 0 0 3px rgba(171,41,32,0.25);
}


/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
    /* color: #555;
   opacity: 1; */
}

:-moz-placeholder { /* Firefox 18- */
    /* color: #555;
   opacity: 1; */
}

::-moz-placeholder { /* Firefox 19+ */
    /* color: #555;
   opacity: 1; */
}

:-ms-input-placeholder { /* IE10 */
    /* color: #555;
   opacity: 1; */
}





/* Error */
body .hs-common-error-message {
}

body form.hs-form .hs-form-field ul.hs-error-msgs {
    margin: 0;
    padding: 0;
    display: block;
}

    body form.hs-form .hs-form-field ul.hs-error-msgs li {
        background: none;
        padding: 0;
    }

        body form.hs-form .hs-form-field ul.hs-error-msgs li label {
            color: #c87872;
            font-weight: normal;
        }














/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    font-family: Helvetica,Arial,sans-serif;
    text-decoration: none !important;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
    border-top: 1px solid #64baf0;
    border-bottom: 1px solid #1c4ed5;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 -1px 0 #3574e3;
    background-color: #3574e3;
    background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    padding: 7px 18px 7px;
    position: relative;
    text-align: center;
    margin: 5px 0 10px;
}

    body .hs-button.primary:hover,
    body input[type="submit"]:hover,
    body input[type="button"]:hover {
        box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5),0 0 5px #3574e3;
        border-top: 1px solid #4db0ee;
        border-bottom: 1px solid #1946be;
        border-right: 1px solid #3080e3;
        border-left: 1px solid #3080e3;
    }

    body .hs-button.primary:focus,
    body input[type="submit"]:focus,
    body input[type="button"]:focus {
    }






.custom-move-left {
    float: left !important;
    width: 29.33333% !important;
}

.custom-move-right {
    float: right;
    width: 70.3%;
    padding-left: 0px;
}

.custom-sidebar {
    background: #F7F1E7;
    border-right: 1px solid #DBCFBC;
    font-family: Verdana, Geneva, sans-serif;
}

.left_area {
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 1px 18px 0 0;
    border-right: 1px solid #DBCFBC;
}

.custom-Slightbox h3 {
    color: #0D455E;
    font-size: 1.3em !important;
    border-bottom: 1px solid #FF9C00;
    padding: 0px 0 1px 8px;
    background-image: -webkit-linear-gradient(top,#66b82e 0,#787247 100%);
    background-image: -o-linear-gradient(top,#66b82e 0,#787247 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#66b82e),to(#787247));
    background-image: linear-gradient(to bottom,#66b82e 0,#787247 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66b82e', endColorstr='#787247', GradientType=0);
    text-align: center;
}

.left_area h1 {
    color: #0D455E;
    font-size: 1.3em !important;
    border-bottom: 1px solid #FF9C00;
    padding: 0px 0 1px 8px;
    background-image: -webkit-linear-gradient(top,#66b82e 0,#787247 100%);
    background-image: -o-linear-gradient(top,#66b82e 0,#787247 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#66b82e),to(#787247));
    background-image: linear-gradient(to bottom,#66b82e 0,#787247 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66b82e', endColorstr='#787247', GradientType=0);
}

.links {
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    line-height: 1;
}

    .links li {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        transition: all 0.3s ease;
    }

        .links li:hover {
            border-left: 3px solid #e58829;
        }

        .links li a {
            display: block;
            position: relative;
            margin: 0;
            color: #000;
            font-size: .92em;
            background: url(../images/icon2.png) no-repeat 10px 12px;
            -o-transition: color .2s linear, background .2s linear;
            -moz-transition: color .2s linear, background .2s linear;
            -webkit-transition: color .2s linear, background .2s linear;
            transition: color .2s linear, background .2s linear;
            line-height: 22px;
            padding: 12px 10px;
        }

            .links li a:before {
                content: "\f101";
                width: 12px;
                line-height: 18px;
                text-align: left;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                transform: translate(0, 0);
            }

            .links li a:hover {
                color: #ffffff;
                text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
                border-color: transparent;
                background: url(../images/icon2.png) no-repeat 10px -15px #013C73;
            }

.lftBx {
    background-color: #3BB3E0;
    background-image: -moz-linear-gradient(center bottom, #2CA0CA 0%, #3EB8E5 100%);
    margin: 8px 6px 0px 6px;
    padding: 15px 15px 15px 10px;
}

    .lftBx span img {
        border: none;
        position: relative;
        top: -7px;
        left: -10px;
        display: block;
    }

.left_area img {
    padding: 2px;
    float: left;
    margin: 0 10px 0 8px;
}

.lftBx:hover {
    background-image: -moz-linear-gradient(center bottom, #3EB8E5 0%, #2CA0CA 100%);
    box-shadow: 0 1px 0 #2AB7EC inset, 0 2px 0 0 #156785, 0 5px 3px #999999;
    top: 3px;
}

.lftBx a:hover {
    color: #000;
}

.left_area p {
    color: #3B3B3B;
    font: .95em/22px Verdana, Geneva, sans-serif;
    padding: 5px;
}

.more a {
    color: #fff;
    background: tomato;
    padding: 4px 6px;
    border-bottom: 1px solid #FF9C00;
    border-radius: 5px;
    transition: all 0.2s ease-in;
    font-size: .9em !important;
    margin: 0 0 10px 8px;
}

    .more a:hover {
        color: #013C73;
        background: #D6EAFE;
    }

.links {
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    line-height: 1;
}

    .links li {
        display: block;
        position: relative;
        padding: 0px;
        border-left: 3px solid #8E0000;
        border-bottom: 1px solid rgba(50, 49, 49, 0.43);
        padding: 0;
        width: 100%;
    }

        .links li a:hover {
            color: #ffffff;
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
            border-color: transparent;
            background: url(../images/icon2.png) no-repeat 10px -15px #013C73;
        }

.custom-info-col h4 {
    color: #013A70;
    font: 1.6em Helvetica,Arial,sans-serif;
    line-height: 25px;
    margin: 0 0 10px 0;
    border-bottom: 0px solid #FF9C00;
    padding: 5px 0 5px 8px;
    background-image: -webkit-linear-gradient(top,#66b82e 0,#787247 100%);
    background-image: -o-linear-gradient(top,#66b82e 0,#787247 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#66b82e),to(#787247));
    background-image: linear-gradient(to bottom,#66b82e 0,#787247 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66b82e', endColorstr='#787247', GradientType=0);
}

.custom-author h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: Helvetica,Arial,sans-serif;
}

.custom-info-col {
    min-height: 350px;
}

.custom-director b {
    font-style: italic;
}

h4.panel-title {
    color: #013A70;
    font: 1.3em Helvetica,Arial,sans-serif;
    line-height: 20px;
    margin: 0px;
    border-bottom: 0px solid #FF9C00;
    padding: 0px;
    background-image: none;
}






.custom-left-image {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    text-align: center;
}

    .custom-left-image img {
        width: 100%;
    }

.custom-main-content ul {
    text-align: justify;
    margin: 0px;
    padding: 0px;
}

    .custom-main-content ul li {
        list-style-type: disc !important;
        list-style-position: outside !important;
        font-family: Verdana, Geneva, sans-serif;
    }

    .custom-main-content ul ul li {
        list-style-position: outside;
    }

    .custom-main-content ul ul li {
        margin-left: 30px;
    }

.panel-body ol {
    padding-left: 20px;
    list-style-type: lower-latin;
}

.main-inner-content ul li a {
    float: right;
}



.custom-related-left-content p,
.custom-related-right-content p {
    color: #222;
    text-align: justify;
}

.custom-related-left-content ul,
.custom-related-right-content ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.custom-related-left-content,
.custom-related-right-content {
    width: 60%;
}

.custom-related-left-image {
    width: 37% !important;
    float: left;
}

.custom-related-right-image {
    width: 37% !important;
    float: right;
}

    .custom-related-left-image img, .custom-related-right-image img {
        width: 100%;
    }

.custom-related-left-content {
    float: left;
}

.custom-related-right-content {
    float: right;
}

    .custom-related-left-content ul li,
    .custom-related-right-content ul li {
        color: #222;
    }

.custom-post {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 20px;
    overflow: hidden;
}

.panel-body ol li {
    padding-left: 5px;
}

.custom-main-content p {
    text-align: justify;
}

.custom-main-content {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    text-align: center;
}

.custom-writer-image {
    width: 20%;
    float: left;
    border: 1px solid #ddd;
}

    .custom-writer-image img {
        width: 100%;
        margin: 0px;
    }

.custom-writer-image {
    width: 33%;
    float: left;
    border: 1px solid #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
}

.clsColor {
    color: #000;
    font-weight: 700;
}

.entrance {
    margin: 5% 0% 5% 0%;
}

    .entrance .roll {
        text-align: right;
        padding-top: 1%;
    }

.asteriskField {
    color: #e80c16;
}

.entrance .form-control {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}

.ex1 {
    min-height: 200px;
    background-color: rgba(255, 255, 255, 0.45);
}

.lblmsg {
    text-align: center;
}

.Entrance-result {
    margin-top: 14%;
    background: rgba(255, 255, 255, 0.88);
    padding: 2% 0%;
    margin-bottom: 1.5%;
    border-radius: 15px;
}

    .Entrance-result p, .Entrance-result span, .Entrance-result tr td, .Entrance-result a {
        color: #252424;
    }

        .Entrance-result tr td:nth-child(odd) {
            padding-left: 12%;
        }

.result-msg {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}

.Print-card {
    background-color: white;
    padding: 15px 35px;
    width: 630px;
    height: 350px;
    margin: 30px;
    border-radius: 15px;
    border: 1px solid red;
    margin-left: 18%;
    margin-top: -1%;
    color: #000;
}

.printDiv {
    /*margin-top: 2%;
    padding-top:10px;*/
}
/*@media print {
    .printDiv {
        margin-top: 2% !important;
        padding-top:10px !important;
    }
}*/
.Latest {
    padding-right: 0px;
}

.Student {
    padding-left: 4px;
    padding-right: 0px;
}

.News-Events {
    padding-left: 4px;
}




/*===============

@media query

=================*/



@media only screen and (max-width: 1140px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 17px;
        padding: 0 15px;
    }

    .founder-info-image {
        text-align: center;
    }

        .founder-info-image > img {
            max-width: 275px;
            width: 100%;
        }

    .custom-row-col {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1140px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 0 10px;
    }
}

@media screen(max-width:1020px) {
    .container {
        max-width: 970px !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .custom-logo {
        clear: both;
        float: left;
        text-align: center;
        width: 100%;
    }

    .navbar-header {
        text-align: center;
    }

    .navbar-toggle {
        float: none;
        margin: 15px 0;
    }

    .navbar-nav {
        display: block !important;
        margin: 15px 0;
        padding: 0 15px;
    }

    .navbar-default .navbar-nav > li {
        display: block;
        border: none;
    }

    .custom-info-left {
        margin-bottom: 20px;
    }

    .custom-social-icon {
        display: none;
    }

    .custom-move-left {
        width: 100% !important;
    }



    .custom-move-left {
        float: none !important;
    }

    .custom-move-right {
        float: none;
        padding-left: 15px;
        width: 100% !important;
    }

    .custom-info-col h4 {
        font-size: 1.3em;
        text-align: center;
    }
}


/*  CSS For Scroll Bar  */
/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: red; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
}
/*  END */