/**
Theme Name: UNLV
Theme URI: #
Author: baseonesolutions
Author URI: https://baseonesolutions.com/
Description: This theme has custom menu with dynamic banner image.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-header, custom-menu, editor-style, featured-images
Text Domain: unlv
*/

/*font-face*/
@font-face
{
    font-family: 'pt_sansregular';
    src: url('pt-sans.regular-webfont.eot');
    src: url('pt-sans.regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('pt-sans.regular-webfont.woff2') format('woff2'),
    url('pt-sans.regular-webfont.woff') format('woff'),
    url('pt-sans.regular-webfont.ttf') format('truetype'),
    url('pt-sans.regular-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'RobotoSlabRegular';
    src: url('fonts/RobotoSlabRegular.eot');
    src: url('fonts/RobotoSlabRegular.eot') format('embedded-opentype'),
    url('fonts/RobotoSlabRegular.woff2') format('woff2'),
    url('fonts/RobotoSlabRegular.woff') format('woff'),
    url('fonts/RobotoSlabRegular.ttf') format('truetype'),
    url('fonts/RobotoSlabRegular.svg#RobotoSlabRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'RobotoSlabBold';
    src: url('fonts/RobotoSlabBold.eot');
    src: url('fonts/RobotoSlabBold.eot') format('embedded-opentype'),
    url('fonts/RobotoSlabBold.woff2') format('woff2'),
    url('fonts/RobotoSlabBold.woff') format('woff'),
    url('fonts/RobotoSlabBold.ttf') format('truetype'),
    url('fonts/RobotoSlabBold.svg#RobotoSlabBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Css Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub,
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body
{
    background: #fff;
    color: #555;
    padding: 0;
    font-size: 12px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

*, *:before, *:after
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul, ol
{
    list-style: none;
}

img, fieldset
{
    border: none;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

.skip
{
    position: absolute;
    left: -9999px;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary
{
    display: block;
}

figure
{
    margin: 0;
    padding: 0;
}

.clearfix
{
    clear: both;
    width: 100%;
    overflow: hidden;
}

.wp-caption
{
    max-width: 100%;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"]
{
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image
{
    height: auto;
    max-width: 100%;
}

img
{
    max-width: 100%;
    height: auto;
    display: block;
}

embed, iframe,
object, video
{
    max-width: 100%;
}

html
{
    -webkit-text-size-adjust: none;
}

html, body
{
    min-height: 100%;
}

.entry-content img
{
    max-width: 100%;
    height: auto;
}

aligncenter, img.aligncenter
{
    clear: both;
    display: block;
    margin: 0 auto;
}

.alignright
{
    margin: 2px 0px 10px 25px;
    display: inline;
}

.alignleft
{
    margin: 2px 15px 10px 0px;
    display: inline;
}

.alignright
{
    float: right;
}

.alignleft
{
    float: left;
}

input, textarea
{
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

/*----------------------*/
/*     Page structure   */
/*----------------------*/
#slider_area
{
    width: 100%;
    position: relative;
    border-top: 8px solid #0f0f0f;
}

#slider_area ul li
{
    position: relative;
}

#slider
{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 83px;
    margin: 0 auto;
    padding: 0 10px;
    z-index: 200;
}

.slider_content_area
{
}

.slider_content_area_info
{
    max-width: 1140px;
    margin: 0 auto;
}

.slider_content
{
    width: 624px;
    max-width: 624px;
    float: left;
}

.slider_content_info
{
    background: rgba(15, 15, 15, .70);
    padding: 27px 28px 23px 28px;
}

.slider_content h1
{
    font-size: 40px;
    color: #fff;
    padding-bottom: 9px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

.slider_content h1 a
{
    text-decoration: none;
    color: #fff;
}

.slider_content p
{
    font-size: 15px;
    color: #fff;
    line-height: 21px;
    font-weight: 400;
}

.read_more
{
    cursor: pointer;
    margin-left: 1px;
}

.read_more a
{
    background: #e51937;
    height: 40px;
    padding: 0 52px 0 32px;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
    position: relative;
}

.read_more a:before
{
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 23px;
}

/*----------------------*/
/*     header_area      */
/*----------------------*/
#header_area
{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 10px;
}

.center_container
{
    max-width: 1140px;
    margin: 0 auto;
}

.logo
{
    width: 299px;
    float: left;
    margin-top: 23px;
}

.logo img
{
    max-width: 100%;
    height: auto;
    display: block;
}

#search_btn
{
    background: #0f0f0f;
    width: 220px;
    padding: 1px 17px 10px 17px;
    float: right;
    position: relative;
}

.input_field input[type="text"],
.input_field input[type="email"]
{
    background: none;
    width: 100%;
    font-size: 14px;
    color: #969696;
    padding: 0px 23px 4px 0px;
    outline: none;
    border: none;
    text-transform: uppercase;
    border-bottom: 3px solid #cfcfcf;
}

.submit_btn
{
    width: 17px;
    height: 17px;
    position: absolute;
    right: 18px;
    top: 3px;
}

.submit_btn input[type="submit"]
{
    background: url(images/bgr_search.png) no-repeat 0 0;
    width: 100%;
    height: 17px;
    line-height: 17px;
    cursor: pointer;
    border: none;
    color: #969696;
    font-size: 16px;
    padding: 0;
    margin: 0px;
    outline: none;
    font-weight: 400;
}

.input_field input[placeholder],
[placeholder],
*[placeholder]
{
    color: #969696;
}

.input_field::-webkit-input-placeholder
{
    color: #969696;
    opacity: 1;
}

.input_field::-moz-placeholder
{
    color: #969696;
    opacity: 1;
}

.input_field::-moz-placeholder
{
    color: #969696;
    opacity: 1;
}

.input_field::-ms-input-placeholder
{
    color: #969696;
    opacity: 1;
}

/*----------------------*/
/*       main_menu      */
/*----------------------*/
#main_menu_area
{
    float: right;
}

#main_menu
{
    float: right;
    padding: 7px 0px 0 0;
}

#main_menu ul > li
{
    float: left;
    padding: 0 0 2px 20px;
    font-size: 16px;
    color: #fff;
    position: relative;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

#main_menu ul > li:first-child
{
    padding-left: 0;
}

#main_menu ul li a
{
    color: #fff;
    display: block;
    padding-bottom: 1px;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
}

#main_menu ul li:hover > a,
#main_menu ul li a:hover,
#main_menu ul li.current_page_item > a
{
    border-bottom: 3px solid #e51937;
}

#main_menu ul ul
{
    background: rgba(15, 15, 15, 0.70);
    width: 171px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    /*left:10px;*/
    top: 100%;
    padding: 10px 0;
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#main_menu ul ul li
{
    background: none;
    padding: 2px 10px 2px 10px;
    float: none;
    font-size: 13px;
}

#main_menu ul ul li:first-child
{
    padding-left: 10px;
}

#main_menu ul ul li:first-child
{
    border-top: none;
}

#main_menu ul ul li a
{
    display: block;
    border: none;
    color: #fff;
    font-weight: 500;
}

#main_menu ul ul li:hover > a,
#main_menu ul ul li a:hover,
#main_menu ul ul li.current_page_item > a
{
    border: none;
    border-bottom: 1px solid #e51937;
}

#main_menu ul ul ul
{
    left: 100%;
    top: -5px;
}

#main_menu li:hover > ul
{
    visibility: visible;
    opacity: 1;
}

#menu_holder
{
    margin: 0 -10px;
}

.slicknav_menu
{
    display: none;
}

#main_menu .hide
{
    display: none !important;
}

/*----------------------*/
/*    container_area    */
/*----------------------*/
#container_area
{
    border-top: 8px solid #e51937;
    border-bottom: 8px solid #e51937;
    padding: 30px 10px 0 10px;
    position: relative;
    z-index: 35;
}

#container_left
{
    width: 70.50%;
    float: left;
}

#container_column_area
{
    overflow: hidden;
}

.container_column
{
    width: 29.92%;
    float: left;
    margin-left: 25px;
    padding-bottom: 27px;
}

.container_column:nth-child(3n+1)
{
    margin-left: 0;
}

.column_img
{
    padding-bottom: 17px;
}

.column_img img
{
    max-width: 100%;
    height: auto;
    display: block;
}

.container_column h3
{
    font-size: 19px;
    color: #0f0f0f;
    line-height: 26px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    padding-bottom: 10px;
}

.container_column h3 a
{
    color: #0f0f0f;
}

.container_column h3 a:hover
{
    color: #e51937;
}

.more a
{
    font-size: 13px;
    color: #e51937;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.study_content a:hover,
.spring_seminar h2 a:hover,
#container_left h2 a:hover,
.more a:hover
{
    text-decoration: underline;
}

.more a:before
{
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #e51937;
    font-size: 16px;
    position: absolute;
    top: 1px;
    right: -12px;
}

#container_left h2
{
    font-size: 22px;
    color: #a2a2a2;
    padding-bottom: 18px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}

#container_left h2 a
{
    font-size: 13px;
    color: #e51937;
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

#container_left h2 a:before
{
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #e51937;
    font-size: 16px;
    position: absolute;
    top: 1px;
    right: -13px;
}

#sidebar
{
    background: url(images/bgr_sidebar.jpg) no-repeat center 0;
    background-size: cover;
    width: 29.50%;
    float: right;
    padding: 35px 20px 10px 30px;
    border-top: 8px solid #d8d8d8;
    margin-top: -70px;
}

.contact
{
    padding-bottom: 40px;
}

.contact h2
{
    font-size: 22px;
    color: #a2a2a2;
    padding-bottom: 18px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}

.contact p
{
    font-size: 15px;
    color: #222;
    line-height: 26px;
    padding-bottom: 15px;
}

.contact p a
{
    color: #222;
    text-decoration: underline;
}

.btn_contact a
{
    background: #e51937;
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

input[type=submit]
{
    cursor: pointer;
    border: 0;
    background: #e51937;
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

.publication h2
{
    font-size: 22px;
    color: #a2a2a2;
    padding-bottom: 18px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}

.publication h2 a
{
    font-size: 13px;
    color: #e51937;
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

.publication h2 a:before
{
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #e51937;
    font-size: 16px;
    position: absolute;
    top: 1px;
    right: -13px;
}

.publication_content
{
    background: url(images/pdf.png) no-repeat 0 0;
    padding: 0 0 14px 37px;
}

.publication_content p
{
    font-size: 14px;
    color: #4c4c4c;
    line-height: 21px;
    padding-bottom: 14px;
}

.publication_content p strong
{
    font-size: 16px;
    color: #0f0f0f;
    line-height: 22px;
    font-family: 'Roboto Slab', serif;
}

.publication_content p strong a
{
    color: #0f0f0f;
}

.department
{
    background: #45403d;
    padding: 26px 0 26px 0;
    text-align: center;
    margin-bottom: 40px;
}

.department h2
{
    color: #fff;
    font-size: 22px;
    padding-bottom: 18px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}

.department a
{
    background: #e51937;
    padding: 5px 18px 10px 19px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.read_more a:hover,
.all a:hover,
.btn_contact a:hover,
.department a:hover
{
    background: #cc0c28;
}

.department span
{
    display: block;
    color: #a0a0a0;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 9px;
}

.donate
{
    background: #fff;
    margin-bottom: 36px;
}

.donate h2
{
    color: #a2a2a2;
    padding-bottom: 3px;
}

/*----------------------*/
/*  spring_seminar_area */
/*----------------------*/
#spring_seminar_area
{
    background: url(images/bgr_spring_seminar_area.jpg) no-repeat center 0;
    background-size: cover;
    overflow: hidden;
    padding: 32px 10px 9px 10px;
    margin: 30px -10px 0 -10px;
    border-top: 8px solid #e8e8e8;
}

.spring_seminar
{
    width: 48.94%;
    float: left;
}

.spring_seminar h2
{
    font-size: 22px;
    color: #a2a2a2;
    padding-bottom: 18px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}

.spring_seminar h2 a
{
    font-size: 13px;
    color: #e51937;
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

.spring_seminar h2 a:before
{
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #e51937;
    font-size: 16px;
    position: absolute;
    top: 1px;
    right: -13px;
}

.heading_row
{
    background: #45403d;
    padding: 13px 28px 14px 28px;
    overflow: hidden;
    margin-bottom: 1px;
}

.date
{
    width: 12.36%;
    float: left;
    font-size: 13px;
    color: #979696;
    font-weight: 800;
    text-transform: uppercase;
}

.speaker
{
    width: 47.41%;
    color: #f3f3f3;
}

.affiliation
{
    width: 29.74%;
    color: #f3f3f3;
}

.table_row_area
{
    background: #fff;
    padding: 0px 28px 5px 28px;
    margin-bottom: 1px;
}

.table_row
{
    overflow: hidden;
    border-top: 1px solid #f3f3f3;
    padding: 9px 0 13px 0;
}

.table_row:first-child
{
    border-top: none;
}

.manth
{
    width: 12.36%;
    float: left;
    font-size: 15px;
    color: #0f0f0f;
    font-weight: 700;
}

.pamela
{
    width: 47.41%;
    font-family: 'Open Sans', sans-serif;
}

.unlv
{
    width: 29.74%;
    font-family: 'Open Sans', sans-serif;
}

.topic
{
    font-size: 13px;
    color: #a2a2a2;
    font-weight: 700;
    padding-top: 3px;
}

.topic_content
{
    width: 87.06%;
    padding-top: 0px;
}

.topic_content p
{
    font-size: 15px;
    color: #0f0f0f;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}

.topic_content p a
{
    color: #0f0f0f;
    display: block;
    font-weight: 400;
}

.topic_content p a:hover
{
    color: #e51937;
}

.grey
{
    background: #e8e8e8;
}

.all
{
    padding-top: 1px;
}

.all a
{
    background: #e51937;
    padding: 8px 46px 10px 36px;
    display: inline-block;
    font-weight: 800;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.all a:before
{
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 11px;
    right: 24px;
}

.spring_seminar_right
{
    width: 48.4%;
    float: right;
}

.students
{
    background: #fff;
    padding: 26px 28px 25px 28px;
    margin-bottom: 31px;
}

.students ul
{
    padding-left: 6px;
}

.students ul li
{
    background: url(images/bgr_li.png) no-repeat 0 6px;
    font-size: 15px;
    color: #040404;
    padding: 0 0 4px 24px;
    font-weight: 400;
}

.students ul li a
{
    color: #040404;
    display: block;
}

.students ul li a:hover
{
    color: #e51937;
}

.students p
{
    font-size: 15px;
    color: #040404;
    line-height: 23px;
    padding-bottom: 18px;
}

.download a
{
    /*background:#e51937 url(images/bgr_download.png) no-repeat 23px 8px;*/
    background: #e51937 url(images/bgr_download.png) no-repeat 23px 8px;
    padding: 7px 25px 10px 25px;
    display: inline-block;
    font-weight: 800;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.download a:hover
{
    background: #cc0c28 url(images/bgr_download.png) no-repeat 23px 8px;
}

/*----------------------*/
/*      footer_area     */
/*----------------------*/
#footer_area
{
    background: url(images/bgr_footer.jpg) no-repeat center 0;
    background-size: cover;
    padding: 72px 10px 20px 10px;
}

#footer_column_area
{
    overflow: hidden;
    padding-bottom: 30px;
}

.footer_column
{
    width: 30%;
    float: left;
    padding-bottom: 25px;
}

.footer_column2
{
    width: 26%;
}

.footer_column3
{
    width: 21%;
}

.footer_column4
{
    width: 23%;
}

.footer_logo
{
    padding-bottom: 57px;
}

.footer_logo img
{
    max-width: 100%;
    height: auto;
    display: block;
}

.footer_column h3
{
    color: #efeef4;
    font-size: 27px;
    padding-bottom: 22px;
    font-weight: normal;
    font-family: 'RobotoSlabRegular';
}

.footer_column ul li
{
    font-size: 18px;
    color: #a2a2a2;
    padding-bottom: 4px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.footer_column ul li a
{
    color: #a2a2a2;
}

.footer_column ul li a:hover
{
    color: #e51937;
}

.footer_column ul
{
    margin-bottom: 15px;
}

.footer_column p
{
    font-size: 12px;
    color: #a2a2a2;
}

.footer_column p a
{
    color: #a2a2a2;
}

.social_area
{
    margin-left: -10px;
}

.social_area ul
{
    overflow: hidden;
}

.social_area ul li
{
    width: 46px;
    height: 46px;
    float: left;
    margin: 0 0 5px 10px;
    padding-bottom: 0;
    overflow: hidden;
}

.copyright
{
    font-size: 16px;
    color: #b1b1b1;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding-bottom: 8px;
}

.social_area ul li.google_plus,
.social_area ul li.facebook,
.social_area ul li.pinterest,
.social_area ul li.camera,
.social_area ul li.gmail
{
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.social_area ul li.google_plus a,
.social_area ul li.facebook a,
.social_area ul li.pinterest a,
.social_area ul li.camera a,
.social_area ul li.gmail a
{
    width: 46px;
    height: 46px;
    line-height: 46px;
    display: block;
    text-align: center;
    color: #a9a9ab;
    font-size: 23px;
    border: 3px solid #a9a9ab;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.social_area ul li.camera a
{
    font-size: 18px;
}

.social_area ul li.pinterest a
{
    font-size: 27px;
}

.social_area ul li.google_plus a
{
    font-size: 30px;
}

.social_area ul li.google_plus a:hover,
.social_area ul li.facebook a:hover,
.social_area ul li.pinterest a:hover,
.social_area ul li.camera a:hover,
.social_area ul li.gmail a:hover
{
    color: #e51937;
    border: 3px solid #e51937;
}

.fa-twitter,
.fa-camera-retro,
.fa-pinterest,
.fa-facebook,
.fa-google-plus
{
    line-height: 42px;
    display: block;
}

/*----------------------*/
/*       subpage        */
/*----------------------*/
#banner_area
{
    min-height: 415px
}

#banner_content_area
{
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 170px;
}

#banner_area img
{
    width: 100%;
    height: auto;
    display: block;
}

#banner_content
{
    background: rgba(15, 15, 15, .70);
    padding: 27px 28px 23px 28px;
    max-width: 480px;
}

#banner_content ul
{
    overflow: hidden;
}

#banner_content ul li
{
    background: url(images/bgr_a.png) no-repeat 0 4px;
    font-size: 13px;
    color: #a2a2a2;
    float: left;
    text-transform: uppercase;
    padding: 0 8px 3px 14px;
}

#banner_content ul li a
{
    color: #a2a2a2;
}

#banner_content ul li a:hover
{
    color: #e51937;
}

#banner_content ul li:first-child
{
    background: none;
    padding-left: 0;
}

#banner_content h1
{
    font-size: 40px;
    color: #fff;
    padding-bottom: 9px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

#left_sidebar
{
    width: 262px;
    float: left;
    padding-top: 10px;
}

#container_right
{
    width: 72.82%;
    float: right;
    padding-top: 10px;
}

.academics
{
    background: #f3f3f3;
    border: 1px solid #e7e6e6;
    margin-bottom: 30px;
}

.academics ul li
{
    font-size: 15px;
    color: #0f0f0f;
    border-top: 1px solid #e7e6e6;
}

.academics ul li:first-child
{
    border-top: none;
}

.academics ul li a
{
    background: url(images/bgr_li.png) no-repeat 18px 22px;
    padding: 17px 15px 14px 42px;
    color: #0f0f0f;
    display: block;
}

.academics ul li a:hover,
.academics ul li.current-menu-item a,
.academics ul li.current-page-ancestor a
{
    color: #e51937;
}

.quick_link
{
    padding-bottom: 25px;
}

.quick_link h2
{
    font-size: 21px;
    color: #a2a2a2;
    padding-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.quick_link ul
{
    padding-left: 18px;
}

.quick_link ul li
{
    background: url(images/bgr_li.png) no-repeat 0 5px;
    font-size: 14px;
    color: #040404;
    padding: 0px 15px 7px 23px;
}

.quick_link ul li:first-child
{
    border-top: none;
}

.quick_link ul li a
{
    color: #0f0f0f;
    display: block;
}

.quick_link ul li a:hover
{
    color: #e51937;
}

#container_right
{
    padding-bottom: 30px;
    font-size: 15px;
    color: #4c4c4c;
    line-height: 23px;
}

#container_right p
{
    font-size: 15px;
    color: #4c4c4c;
    line-height: 23px;
    margin-bottom: 20px;
}

/*#container_right p strong {
	font-size:20px;
	color:#222121;
	line-height:31px;
	font-family: 'RobotoSlabBold';
	font-weight:normal;
}*/

#container_right a
{
    text-decoration: underline;
    color: #e51937;
}

#container_right h2
{
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 600;
}

#container_right h3,
#container_right h3 a
{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}

#container_right ul,
#container_right ol
{
    margin: 0 0 20px 35px;
}

#container_right ul li
{
    list-style-type: disc;
}

.study_geoscience ul
{
    margin: 0 !important;
    padding: 0 !important;
}

.post-featured-image
{
    margin-bottom: 20px;
}

.wp-caption-text
{
    padding: 5px 0 0 0;
    font-size: 13px !important;
    line-height: 19px !important;
    color: #878787 !important;
}

.department.donate p
{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

#study_geoscience_area
{
    padding-bottom: 20px;
}

#study_geoscience_area h2
{
    font-size: 31px;
    color: #0f0f0f;
    padding-bottom: 30px;
    font-weight: normal;
    font-family: 'RobotoSlabRegular';
}

.study_geoscience ul li
{
    clear: both;
    margin-bottom: 36px;
}

body.home .study_geoscience ul li
{
    margin-right: 30px;
}

.study_geoscience ul li:last-child
{
    margin-bottom: 0;
}

.study_column
{
    overflow: hidden;
    /*min-height:157px;*/
    background: #f3f3f3;
}

.study_img
{
    position: relative;
    overflow: hidden;
    height: auto;
    width: 157px;
    float: left;
    font-size: 0;
    line-height: 0;
}

body.home .study_img
{
    /*width: 30%;*/
    /*width: 226px;
    float: left;*/
}

.study_img img
{
    /*min-height:157px;
    display: inline-block;*/
    position: relative;
    max-width: 100%;
    height: auto;
    display: block;
}

.study_content_area
{
    /*float: left;
    background:#f3f3f3;
    width: 78%;*/
    display: table-cell;
    padding: 0 0 0 20px;
    background: #f3f3f3;
    width: 100%;
    min-height: 157px;
    /*height:157px;*/
    /*padding:0 10px 0 177px;*/
}

.study_content_area.search-results
{
    padding: 0 30px 0 30px;
}

.study_content
{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 30px 20px 0;
    
    /*position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.study_content h3
{
    font-size: 21px;
    color: #0f0f0f;
    font-family: 'RobotoSlabBold';
    font-weight: normal;
    padding-bottom: 11px;
}

.study_content p
{
    font-size: 15px;
    color: #4c4c4c;
}

.study_content a
{
    /*font-size:13px;*/
    color: #e51937;
    /*text-transform:uppercase;*/
    position: relative;
    font-weight: 700;
}

/*.study_content a:before {
    content: "\f105";
    font-family:FontAwesome;
    font-style:normal;
    font-weight:normal;
    color:#e51937;
    font-size:16px;
    position:absolute;
    top:1px;
    right:-13px;
}*/

#container_right .study_content p
{
    padding-bottom: 11px;
}

/*#banner_content ul li a,
.quick_link ul li a,
.topic_content p a,
.footer_column ul li a,
.container_column h3 a,
.students ul li a,
.logo,
#search_btn,
.social_area ul li.facebook a,
.social_area ul li.camera a,
.social_area ul li.pinterest a,
.social_area ul li.google_plus a,
.social_area ul li.gmail a,
.read_more a,
.download a,
.all a,
.btn_contact a,
.department a,
#main_menu ul li,
#main_menu ul li a,
.breadcrumb span {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}*/

.breadcrumb span
{
    color: #a2a2a2;
}

.breadcrumb span:hover
{
    color: #e51937;
}

.breadcrumb > span
{
    background: url("images/bgr_a.png") no-repeat scroll 0 4px;
    color: #a2a2a2;
    font-size: 13px;
    padding: 0 8px 3px 14px;
    text-transform: uppercase;
}

.breadcrumb > span:first-child
{
    background: none;
    padding-left: 0;
}

/*.not_found_inner {}
.not_found_inner h2 {
	font-size:30px;
	padding-bottom:20px;
}*/
.not_found_inner p
{
    /*font-size:20px !important;*/
    padding-bottom: 15px !important;
}

.single_post h1
{
    font-size: 25px;
}

.all_publication
{
    border-bottom: 1px solid #b1b0b0;
    margin-bottom: 20px;
}

.all_publication:last-child
{
    border-bottom: 0;
}

.all_publication:first-child
{
    margin-top: 20px;
}

.all_publication p
{
    padding-bottom: 10px !important;
}

.all_news
{
}

.all_news h2
{
    font-size: 25px;
    padding-bottom: 20px;
}

.news
{
    overflow: hidden;
    margin-left: -5%;
}

.single_news_column
{
    width: 20%;
    float: left;
    margin-left: 5%;
    margin-bottom: 35px;
}

.single_news_column > h3 > a
{
    color: #0f0f0f !important;
    font-size: 16px;
}

/*.single_news_column:nth-child(3n+1)
{
    clear: left;
}*/

.tribe-events-single > p
{
    margin-bottom: 0;
}

.tribe-events-single > p > a
{
    display: block;
    color: #e51937;
}

.tribe-events-single > h1
{
    font-size: 20px;
}

.tribe-events-schedule h2
{
}

.tribe-events-cal-links > a,
.tribe-events-month > a
{
    background: #e51937 !important;
    display: inline-block;
}

.tribe-events-event-categories > a
{
    display: block;
    color: #4c4c4c;
}

.tribe-events-nav-previous > a,
.tribe-events-nav-next > a
{
    display: block;
    color: #4c4c4c;
}

.tribe-events-nav-previous > a:hover,
.tribe-events-nav-next > a:hover
{
    color: #e51937;
}

#tribe-events-content-wrapper
{
    margin-bottom: 25px;
}

.tribe-events-month-event-title > a
{
    display: block;
    color: #4c4c4c;
}

.entry-title summary
{
    color: #e51937 !important;
}

.tribe-events-tooltip > h4
{
    color: #4c4c4c !important;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a
{
    background-color: #e51937 !important;
}

.tribe-events-list-event-description > a,
.tribe-events-list-event-title > a
{
    display: block;
    color: #4c4c4c
}

.tribe-events-list-event-description > a:hover
{
    color: #e51937;
}

.tribe-events-event-body > a,
.summary > a
{
    display: block;
    color: #4c4c4c
}

body.events-archive .tribe-events-month-event-title a
{
    font-size: 13px !important;
}

#search_menu_area2
{
    display: none;
}

.slicknav_nav > div > div > form
{
    display: block;
    padding: 10px;
    background: #e51937;
    position: relative;
}

.slicknav_nav > div > div > form > .input_field input[placeholder], [placeholder], [placeholder]
{
    color: #fff;
}

.submit_btn2 input[type="submit"]
{
    background: rgba(0, 0, 0, 0) url("images/bgr_search.png") no-repeat scroll 0 0;
    border: medium none;
    color: #969696;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    height: 17px;
    line-height: 17px;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 100%;
}

.submit_btn2
{
    height: 17px;
    position: absolute;
    right: 18px;
    top: 10px;
    width: 17px;
}

.search_no_data > h2
{
    font-size: 18px !important;
}

.search_no_data > p
{
    font-size: 18px !important;
}

#study_geoscience_area h2
{
    font-size: 22px;
}

#pagination
{
    text-align: center;
    padding-bottom: 25px;
}

.wp-pagenavi
{
    padding-top: 25px;
}

.wp-pagenavi a,
.wp-pagenavi span
{
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none !important;
    color: #e51937;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current
{
    border-color: #e51937;
}

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title
{
    font-family: inherit;
}

#container_right h1
{
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
}

#container_right h4
{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

#container_right ol
{
    list-style: decimal;
}

#container_right hr
{
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
    border-top: 1px solid #ddd;
}

.faculty-table,
table
{
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.faculty-table td,
table td
{
    padding: 5px;
    border: 1px solid #ddd;
}

.study_geoscience ul
{
    margin: 0;
    padding: 0;
}

body.home .study_geoscience ul
{
    margin: 0 30px 0 0;
    padding: 0;
}

.study_geoscience ul li
{
    list-style-type: none !important;
}

.study_geoscience h3
{
    margin: 0 !important;
    padding: 0 !important;
}

.study_geoscience p
{
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
}

.study_geoscience h3
{
    font-weight: 500 !important;
}

#tribe-bar-form input[type="text"]
{
    color: #4e4e4e;
}

#tribe-events-bar
{
    z-index: 99999;
}

#tribe-events-content
{
    z-index: 1;
}

.datepicker
{
    z-index: 999999 !important;
}

.publication_content p:first-child
{
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
}
