/*--------------------------------------------------------------
bg cover
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.bg-cover > img {
  display: none; }

/*--------------------------------------------------------------
gutters
--------------------------------------------------------------*/
/*--------------------------------------------------------------
global
--------------------------------------------------------------*/
.font-medium {
  font-weight: 500; }

.font-semibold {
  font-weight: 600; }

.font-bold {
  font-weight: 700; }

.link-secondary {
  color: #000000;
  text-transform: capitalize;
  font-size: 1.6rem;
  font-weight: 400; }
  .link-secondary:hover, .link-secondary:active, .link-secondary:focus {
    color: #000000;
    text-decoration: underline; }

.link-ternary {
  color: #1ea69a;
  text-decoration: underline;
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: uppercase; }
  .link-ternary:hover, .link-ternary:active, .link-ternary:focus {
    color: #1ea69a;
    text-decoration: none; }

.underline {
  position: relative; }
  .underline::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -8px;
    background-color: #1ea69a;
    height: 2px;
    width: 115px; }
    @media (min-width: 1200px) {
      .underline::after {
        bottom: -12px; } }

.pb-10 {
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    .pb-10 {
      padding-bottom: 4rem; } }
  @media (min-width: 992px) {
    .pb-10 {
      padding-bottom: 7rem; } }
  @media (min-width: 1200px) {
    .pb-10 {
      padding-bottom: 10rem; } }

@media (min-width: 1200px) {
  .panel-text {
    max-width: 895px;
    margin-right: auto; } }

.panel-text p {
  line-height: 2.8rem; }
  @media (min-width: 1200px) {
    .panel-text p {
      line-height: 3.5rem; } }

.date-info {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 0.8rem; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%;
  box-sizing: border-box;
  margin-top: 0 !important; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  background-color: #f0f0f0; }

#page {
  position: relative;
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1rem;
  /* 2 */ }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: top; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
textarea {
  resize: none; }

body {
  border: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.5rem; }

h2,
h3 {
  color: #2e2e2e; }

h4 {
  color: #282828; }

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #282828; }
  @media (min-width: 1200px) {
    p {
      margin-bottom: 2rem; } }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
ul,
ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: none;
  margin: 0; }

ol {
  list-style: decimal; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1rem 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #1ea69a; }

a:focus,
a:active {
  color: #1ea69a;
  text-decoration: none !important; }

/* Todo: theme check plugin */
/*--------------------------------------------------------------
## Custom styles
--------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 138rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  background-color: #ffffff; }
  @media (min-width: 1200px) {
    .container {
      padding: 0 3rem; } }

.main-content-holder .content-block {
  position: relative; }

/*--------------------------------------------------------------
fonts
--------------------------------------------------------------*/
/* google fonts */
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.5rem; }
  @media (min-width: 1200px) {
    body {
      line-height: 3rem;
      font-size: 1.8rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  line-height: 1.2; }

h1 {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400; }
  @media (min-width: 992px) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-size: 2.5rem;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 400; }
  @media (min-width: 768px) {
    h2 {
      font-size: 3rem; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 3.5rem; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 4.8rem; } }

h3 {
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h3 {
      font-size: 2.3rem; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 2.6rem; } }
  @media (min-width: 1200px) {
    h3 {
      font-size: 3rem; } }

h4 {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h4 {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    h4 {
      font-size: 2.2rem; } }

h5 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  line-height: 1.3; }
  @media (min-width: 1200px) {
    h5 {
      font-size: 1.8rem; } }

h6 {
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase; }

p {
  font-weight: 300; }

address {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #282828;
  font-style: normal; }
  address p {
    margin-bottom: 1rem; }

@media (max-width: 767px) {
  .site-content .breadcrumbs {
    display: none; } }

@media (max-width: 767px) {
  .site-content .main-content-holder {
    padding-top: 3rem; } }

@media (max-width: 767px) {
  .site-content .content-block {
    border-bottom: 1px solid #e8e8e8; } }

.single-post .event_item h1 {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: initial; }
  
  .single-ecwd_event .event_item h1 {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: initial; }

.archive.category .event_item h1 a {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: initial;
  color: #282828; }

.page-template-default .site-content ul {
  list-style: disc; }

.page-template-default .site-content ul,
.page-template-default .site-content ol {
  padding-left: 2rem;
  font-weight: 300;
  margin: 0 0 2rem; }
  .page-template-default .site-content ul li,
  .page-template-default .site-content ol li {
    margin-bottom: 0.5rem; }
    @media (min-width: 1200px) {
      .page-template-default .site-content ul li,
      .page-template-default .site-content ol li {
        margin-bottom: 0.8rem; } }

.page-template-default .site-content a {
  font-weight: 400; }
  .page-template-default .site-content a:focus {
    outline: none; }
  .page-template-default .site-content a:hover {
    color: #a61d31; }

.with-sidebar .panel-text ul,
.with-sidebar .panel-text ol {
  padding-left: 2rem;
  font-weight: 300;
  margin: 0 0 2rem; }
  .with-sidebar .panel-text ul li,
  .with-sidebar .panel-text ol li {
    margin-bottom: 0.5rem; }
    @media (min-width: 1200px) {
      .with-sidebar .panel-text ul li,
      .with-sidebar .panel-text ol li {
        margin-bottom: 0.8rem; } }

.with-sidebar .panel-text ul {
  list-style: disc; }

@media (min-width: 992px) {
  .with-sidebar .panel-text h2 {
    font-size: 3.5rem !important; } }

.with-sidebar .panel-text .table-responsive {
  margin-bottom: 0.5em; }

.with-sidebar .panel-text table {
  font-weight: 300; }

.site-footer {
  border-top: 1px solid #e8e8e8; }

.primary-footer {
  padding: 2.5rem 0;
  color: #282828;
  font-size: 1.4rem; }
  .primary-footer .university-contact-details {
    margin-bottom: 3rem; }
    @media (min-width: 576px) {
      .primary-footer .university-contact-details {
        margin-bottom: 0; } }
  .primary-footer .tel-fax {
    font-size: 1.6rem;
    color: #282828;
    font-weight: 300;
    display: flex; }
    .primary-footer .tel-fax a,
    .primary-footer .tel-fax span {
      color: #282828;
      font-weight: 300;
      display: block;
      line-height: 2.2rem; }
    .primary-footer .tel-fax a {
      cursor: pointer;
      padding-right: 0.8rem; }
      .primary-footer .tel-fax a:hover, .primary-footer .tel-fax a:active, .primary-footer .tel-fax a:focus {
        text-decoration: none;
        color: #1ea69a; }
  .primary-footer .mail-info {
    font-weight: 300;
    color: #282828;
    text-decoration: underline; }
    .primary-footer .mail-info:hover, .primary-footer .mail-info:active, .primary-footer .mail-info:focus {
      color: #1ea69a; }
  .primary-footer .associated-programs {
    font-weight: 300; }
    .primary-footer .associated-programs h6 {
      font-weight: 400;
      margin: 1.5rem 0 0.8rem; }
    .primary-footer .associated-programs a {
      display: block;
      color: #2e2e2e;
      text-decoration: underline;
      font-size: 1.4rem;
      line-height: 2.5rem;
      margin-bottom: 0.5rem; }
      .primary-footer .associated-programs a:hover, .primary-footer .associated-programs a:active, .primary-footer .associated-programs a:focus {
        color: #1ea69a;
        text-decoration: underline; }

.secondary-footer {
  margin: 0 -1.5rem;
  padding: 1.5rem;
  text-align: center;
  background-color: #f0f0f0; }
  @media (min-width: 992px) {
    .secondary-footer {
      padding: 2.5rem 0;
      margin: 0 -3rem; } }
  .secondary-footer p {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 400; }
    .secondary-footer p a {
      color: #282828; }
      .secondary-footer p a:hover {
        text-decoration: underline; }

@media (max-width: 767px) {
  .sidebar {
    padding-bottom: 2.5rem; } }

.sidebar ul {
  padding: 0 !important;
  margin: 0 !important; }

.sidebar li {
  position: relative;
  color: #2e2e2e;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 1.4rem !important; }
  .sidebar li a {
    display: inline-block;
    text-decoration: none;
    color: #2e2e2e;
    font-size: 1.5rem;
    font-weight: 400;
    padding-left: 2.1rem; }
    .sidebar li a:after {
      position: absolute;
      content: "";
      top: 7px;
      left: 0;
      height: 8px;
      width: 4px;
      background: url(../images/sprite.png) no-repeat -8px 0; }
    .sidebar li a:hover {
      text-decoration: underline;
      color: #ff8f16; }
      .sidebar li a:hover:after {
        background: url(../images/sprite.png) no-repeat 0 0; }
  .sidebar li.active {
    color: #ff8f16; }
    .sidebar li.active a {
      color: #ff8f16; }
      .sidebar li.active a:after {
        background: url(../images/sprite.png) no-repeat 0 0; }

.sidebar .current_page_item > a {
  font-weight: 700;
  color: #ff8f16; }
  .sidebar .current_page_item > a:after {
    background: url(../images/sprite.png) no-repeat 0 0; }

.sidebar .sidebar_sub-menu,
.sidebar .children {
  padding-top: 1rem !important;
  margin-left: 1.7rem !important; }
  .sidebar .sidebar_sub-menu li,
  .sidebar .children li {
    margin: 0 0 0.7rem;
    line-height: 1.2; }
    .sidebar .sidebar_sub-menu li a,
    .sidebar .children li a {
      padding-left: 1.5rem;
      font-size: 1.3rem;
      line-height: 1.2;
      color: #6d6d6d; }
      .sidebar .sidebar_sub-menu li a:after,
      .sidebar .children li a:after {
        top: 7px;
        left: 3px;
        height: 6px;
        width: 6px;
        background: #6d6d6d;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .sidebar .sidebar_sub-menu li a:hover,
      .sidebar .children li a:hover {
        color: #ff8f16; }
        .sidebar .sidebar_sub-menu li a:hover:after,
        .sidebar .children li a:hover:after {
          background: #ff8f16; }
    .sidebar .sidebar_sub-menu li.active a:after,
    .sidebar .children li.active a:after {
      background: #ff8f16; }
  .sidebar .sidebar_sub-menu .current_page_item > a,
  .sidebar .children .current_page_item > a {
    color: #ff8f16; }
    .sidebar .sidebar_sub-menu .current_page_item > a:after,
    .sidebar .children .current_page_item > a:after {
      background: #ff8f16; }

.sidebar .external-links {
  border-top: 1px solid #333;
  padding-top: 1.4rem; }
  .sidebar .external-links .nav-link {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0; }

.custom_course {
  display: inline-block;
  margin-bottom: 1.5rem; }
  .custom_course_child {
    border-bottom: 1px solid #333;
    margin-bottom: 1.5rem; }

.parent-pageid-202 .page-item-202.page_item_has_children ul.children,
.page-id-202 .page-item-202.page_item_has_children ul.children {
  display: block; }

/*li.page-item-3561 ul.children {
  display: none !important; }

.page-id-3561 li.page-item-3561 ul.children,
.page-id-3593 li.page-item-3561 ul.children,
.page-id-3636 li.page-item-3561 ul.children,
.page-id-3591 li.page-item-3561 ul.children {
  display: block !important; }*/

  li.page_item ul.children {
    display: none; }
    
  li.current_page_item ul.children,
  li.current_page_parent ul.children {
    display: block !important; } 

.table-dissertations {
  padding-top: 2rem; }
  @media (min-width: 1200px) {
    .table-dissertations {
      padding-top: 4rem; } }
  .table-dissertations .table-responsive {
    margin-bottom: 1.5rem !important; }
    @media (min-width: 992px) {
      .table-dissertations .table-responsive {
        margin-bottom: 2.5rem !important; } }
    @media (min-width: 1200px) {
      .table-dissertations .table-responsive {
        margin-bottom: 3.5rem !important; } }
  .table-dissertations .table tr:first-child td {
    font-weight: 500; }
  .table-dissertations .table tr td {
    padding: 1rem; }
    .table-dissertations .table tr td:first-child, .table-dissertations .table tr td:nth-child(2), .table-dissertations .table tr td:nth-child(3) {
      width: 16.67%; }
    .table-dissertations .table tr td:last-child {
      width: 50%; }
    .table-dissertations .table tr td b {
      font-weight: 300; }

.custom-btn {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  padding: 1rem 2rem;
  outline: none;
  border: 0;
  border-radius: 3px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .custom-btn {
      padding: 1.5rem 3.5rem; } }
  @media (min-width: 1200px) {
    .custom-btn {
      padding: 1.5rem 5rem;
      font-size: 1.8rem; } }
  .custom-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 16px 0px rgba(138, 138, 138, 0.7);
    text-decoration: none !important; }

.custom-btn-primary {
  color: #ffffff;
  background-color: #a61d31; }
  .custom-btn-primary:visited, .custom-btn-primary:hover, .custom-btn-primary:focus {
    color: #ffffff;
    text-decoration: none; }
  .custom-btn-primary:hover {
    background-color: #bc2137;
    text-decoration: none; }

.breadcrumbs {
  padding: 2rem 0 1rem;
  font-size: 0; }
  @media (min-width: 768px) {
    .breadcrumbs {
      padding: 4rem 0 2.5rem; } }
  .breadcrumbs a span {
    color: #282828;
    text-transform: capitalize; }
  .breadcrumbs a:hover span {
    color: #ff8f16; }
  .breadcrumbs span {
    color: #ff8f16;
    text-transform: capitalize;
    /* 
      >span {
         position: relative;
         display: inline-block;

         &::after {
            position: absolute;
            content: '.';
            font-size: 2rem;
            bottom: 0;
            color: #282828;
            font-weight: 600;
            left: -10px;
         }
      } */ }
  .breadcrumbs span span,
  .breadcrumbs a {
    font-size: 18px;
    padding-right: 8px; }

.home-banner {
  margin: 0 -1.5rem; }
  @media (min-width: 1200px) {
    .home-banner {
      margin: 0 -3rem; } }
  .home-banner .carousel-item {
    min-height: 325px;
    background-repeat: no-repeat;
    background-size: cover; }
  .home-banner .carousel-indicators li {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    margin: 0 5px 0; }
    @media (min-width: 992px) {
      .home-banner .carousel-indicators li {
        display: none; } }
  .home-banner .carousel-control-prev,
  .home-banner .carousel-control-next {
    display: none; }
    @media (min-width: 992px) {
      .home-banner .carousel-control-prev,
      .home-banner .carousel-control-next {
        display: flex;
        align-items: center;
        top: 50%;
        transform: translateY(-50%);
        width: 45px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.9); } }

.site-header {
  background-color: #ffffff;
  border-bottom: 1px dotted #e8e8e8; }

.logo {
  max-width: 230px;
  overflow: hidden; }
  @media (min-width: 480px) {
    .logo {
      max-width: 270px; } }
  @media (min-width: 1367px) {
    .logo {
      max-width: 100%; } }

.navbar {
  padding: 1rem 0; }
  @media (min-width: 992px) {
    .navbar {
      display: flex;
      justify-content: space-between;
      padding: 1.5rem 0; } }
  .navbar-light .navbar-toggler {
    color: #6d6d6d;
    border-color: #282828;
    padding: 0.75rem; }
    .navbar-light .navbar-toggler:focus {
      outline: none; }
    .navbar-light .navbar-toggler.collapsed {
      border-color: #a2a1a1; }
  .navbar-light .navbar-nav .nav-link {
    padding: 0.8rem 1rem 0.8rem 0;
    color: #282828;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.5;
    text-transform: uppercase; }
    .navbar-light .navbar-nav .nav-link:hover {
      color: #ff8f16; }
    @media (min-width: 992px) {
      .navbar-light .navbar-nav .nav-link {
        font-size: 1.5rem;
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
    @media (min-width: 1200px) {
      .navbar-light .navbar-nav .nav-link {
        font-size: 1.7rem;
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media (min-width: 1366px) {
      .navbar-light .navbar-nav .nav-link {
        font-size: 1.9rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
  .navbar-light .navbar-nav .current-menu-item > .nav-link,
  .navbar-light .navbar-nav .current-page-ancestor > .nav-link {
    color: #ff8f16; }
  @media (min-width: 992px) {
    .navbar-collapse {
      flex-grow: 0; } }
  .navbar-nav {
    padding-top: 1rem; }
    @media (min-width: 992px) {
      .navbar-nav {
        padding-top: 0; } }
  .navbar .nav-item.active .nav-link {
    color: #ff8f16; }
  .navbar .dropdown-menu {
    border: none; }
    @media (min-width: 992px) {
      .navbar .dropdown-menu {
        top: 115%; } }
    .navbar .dropdown-menu .dropdown-item {
      color: #282828;
      font-weight: 700;
      font-size: 1.4rem;
      text-transform: capitalize;
      padding: 0.5rem 1.5rem; }
      .navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:hover {
        background-color: transparent;
        color: #ff8f16; }
      @media (min-width: 992px) {
        .navbar .dropdown-menu .dropdown-item {
          padding: 0.8rem 1.5rem;
          font-size: 1.5rem; } }

.accordion.undergrad-research .divider-collapse-title {
  padding-top: 1.5rem; }
  @media (min-width: 992px) {
    .accordion.undergrad-research .divider-collapse-title {
      padding-top: 2rem; } }
  @media (min-width: 1200px) {
    .accordion.undergrad-research .divider-collapse-title {
      padding-top: 3rem; } }
  .accordion.undergrad-research .divider-collapse-title:first-child {
    padding-top: 0rem; }
  @media (min-width: 1200px) {
    .accordion.undergrad-research .divider-collapse-title h3 {
      font-size: 2.5rem;
      margin-bottom: 2rem; } }

.accordion.undergrad-research .card {
  margin-bottom: 1.5rem; }
  @media (min-width: 1200px) {
    .accordion.undergrad-research .card {
      margin-bottom: 2rem; } }

.accordion.undergrad-research .card-header {
  padding: 0; }
  .accordion.undergrad-research .card-header .btn-link {
    position: relative;
    padding: 1.2rem 3.5rem 1.2rem 1.2rem; }
    .accordion.undergrad-research .card-header .btn-link::before, .accordion.undergrad-research .card-header .btn-link::after {
      position: absolute;
      content: '';
      background-color: #000000;
      top: 50%;
      transform: translateY(-50%); }
    .accordion.undergrad-research .card-header .btn-link::before {
      width: 13px;
      height: 2px;
      right: 12px; }
      @media (min-width: 992px) {
        .accordion.undergrad-research .card-header .btn-link::before {
          right: 20px; } }
    .accordion.undergrad-research .card-header .btn-link::after {
      right: 17px;
      height: 12px;
      width: 2px; }
      @media (min-width: 992px) {
        .accordion.undergrad-research .card-header .btn-link::after {
          right: 25px; } }
    .accordion.undergrad-research .card-header .btn-link:hover, .accordion.undergrad-research .card-header .btn-link:focus {
      text-decoration: none; }
    .accordion.undergrad-research .card-header .btn-link[aria-expanded="true"]::after {
      display: none; }
    @media (min-width: 992px) {
      .accordion.undergrad-research .card-header .btn-link {
        padding: 1.5rem 5rem 1.5rem 1.5rem; } }
    @media (min-width: 1200px) {
      .accordion.undergrad-research .card-header .btn-link {
        padding: 1.8rem 5rem 1.8rem 1.8rem; } }
  .accordion.undergrad-research .card-header h4 {
    margin-bottom: 0;
    text-transform: initial;
    white-space: normal;
    font-size: 1.7rem; }

.accordion.undergrad-research .card-body {
  padding: 1.2rem 3.5rem 1.2rem 1.2rem; }
  @media (min-width: 992px) {
    .accordion.undergrad-research .card-body {
      padding: 1.5rem 5rem 1.5rem 1.5rem; } }
  @media (min-width: 1200px) {
    .accordion.undergrad-research .card-body {
      padding: 1.8rem 5rem 1.8rem 1.8rem; } }

.accordion.courses .card-body-header {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap; }

.accordion.courses .card-body-info {
  width: 100%; }
  @media (min-width: 992px) {
    .accordion.courses .card-body-info {
      width: 50%; } }

.accordion.courses .card-body-content dl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 576px) {
    .accordion.courses .card-body-content dl {
      display: flex;
      flex-wrap: wrap;
      width: 100%; } }
  @media (min-width: 1200px) {
    .accordion.courses .card-body-content dl {
      margin-bottom: 2rem; } }

.accordion.courses .card-body-content dd {
  margin: 0; }
  @media (min-width: 576px) {
    .accordion.courses .card-body-content dd {
      width: 70%; } }

.accordion.courses .card-body-content dt {
  text-decoration: underline;
  font-weight: 500;
  margin-bottom: 1.5rem; }
  @media (min-width: 576px) {
    .accordion.courses .card-body-content dt {
      text-decoration: none;
      margin-bottom: 0;
      width: 30%; } }

.accordion.courses .card-body-content .course-attr {
  margin-bottom: 1.5rem !important; }

.accordion.courses .card-body em,
.accordion.courses .card-body p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 1200px) {
    .accordion.courses .card-body em,
    .accordion.courses .card-body p {
      margin-bottom: 2rem; } }

.accordion.courses .card-body em {
  display: block; }

.accordion.courses .card-body p strong {
  display: inline-block; }

.accordion.courses .card-body p.lead {
  font-weight: 500;
  margin-bottom: 2rem; }
  @media (min-width: 1200px) {
    .accordion.courses .card-body p.lead {
      margin-bottom: 2.5rem; } }

.accordion.courses .table {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem; }
  .accordion.courses .table caption {
    font-weight: 500;
    color: #000000;
    font-size: 1.6rem;
    margin-bottom: 1rem; }

.accordion.resources {
  width: 100%; }
  .accordion.resources .divider-collapse-title {
    padding-top: 1.5rem; }
    @media (min-width: 992px) {
      .accordion.resources .divider-collapse-title {
        padding-top: 2rem; } }
    @media (min-width: 1200px) {
      .accordion.resources .divider-collapse-title {
        padding-top: 3rem; } }
    .accordion.resources .divider-collapse-title:first-child {
      padding-top: 0; }
    @media (min-width: 1200px) {
      .accordion.resources .divider-collapse-title h3 {
        font-size: 2.5rem;
        margin-bottom: 2rem; } }
  .accordion.resources .card {
    margin-bottom: 1.5rem; }
    @media (min-width: 1200px) {
      .accordion.resources .card {
        margin-bottom: 2rem; } }
  .accordion.resources .card-header {
    padding: 0; }
    .accordion.resources .card-header .btn-link {
      position: relative;
      padding: 1.2rem 3.5rem 1.2rem 1.2rem; }
      .accordion.resources .card-header .btn-link::before, .accordion.resources .card-header .btn-link::after {
        position: absolute;
        content: '';
        background-color: #000000;
        top: 50%;
        transform: translateY(-50%); }
      .accordion.resources .card-header .btn-link::before {
        width: 13px;
        height: 2px;
        right: 12px; }
        @media (min-width: 992px) {
          .accordion.resources .card-header .btn-link::before {
            right: 20px; } }
      .accordion.resources .card-header .btn-link::after {
        right: 17px;
        height: 12px;
        width: 2px; }
        @media (min-width: 992px) {
          .accordion.resources .card-header .btn-link::after {
            right: 25px; } }
      .accordion.resources .card-header .btn-link:hover, .accordion.resources .card-header .btn-link:focus {
        text-decoration: none; }
      .accordion.resources .card-header .btn-link[aria-expanded="true"]::after {
        display: none; }
      @media (min-width: 992px) {
        .accordion.resources .card-header .btn-link {
          padding: 1.5rem 5rem 1.5rem 1.5rem; } }
      @media (min-width: 1200px) {
        .accordion.resources .card-header .btn-link {
          padding: 1.8rem 5rem 1.8rem 1.8rem; } }
    .accordion.resources .card-header h4 {
      margin-bottom: 0;
      text-transform: initial;
      white-space: normal;
      font-size: 1.7rem; }
  .accordion.resources .card-body {
    padding: 1.2rem 3.5rem 1.2rem 1.2rem; }
    @media (min-width: 992px) {
      .accordion.resources .card-body {
        padding: 1.5rem 5rem 1.5rem 1.5rem; } }
    @media (min-width: 1200px) {
      .accordion.resources .card-body {
        padding: 1.8rem 5rem 1.8rem 1.8rem; } }

iframe {
  max-width: 100%; }

.home .announcements-single-image a img {
  max-width: inherit; }

.home-details {
  padding: 2rem 0 5rem 0; }
  @media (min-width: 992px) {
    .home-details {
      padding: 3.5rem 0 7rem 0; } }

.upcoming-events {
  margin-bottom: 3rem; }
  .upcoming-events img {
    width: 100%; }
  .upcoming-events .custom-loader {
    display: none; }
  .upcoming-events .simcal-calendar {
    box-shadow: 2.5px 12.99px 18px 0 rgba(141, 141, 141, 0.1);
    background-color: #fafafa;
    padding: 2rem 1.5rem;
    max-height: 57rem;
    overflow-y: auto; }
    @media (min-width: 1200px) {
      .upcoming-events .simcal-calendar {
        padding-left: 2rem;
        padding-right: 2rem; } }
    .upcoming-events .simcal-calendar .simcal-day-label {
      display: none; }
  .upcoming-events .simcal-past {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 2.5rem 0;
    padding: 0 2rem; }
    .upcoming-events .simcal-past:last-child {
      border-bottom: none;
      margin-bottom: 0; }
      .upcoming-events .simcal-past:last-child p {
        margin-bottom: 0; }
  .upcoming-events .simcal-event-details {
    font-size: 0; }
    .upcoming-events .simcal-event-details p {
      display: flex;
      flex-wrap: wrap; }
      .upcoming-events .simcal-event-details p + p {
        display: none; }
      .upcoming-events .simcal-event-details p .simcal-event-start-date {
        margin-right: 1.5rem; }
        @media (min-width: 481px) {
          .upcoming-events .simcal-event-details p .simcal-event-start-date {
            max-width: 6.5rem;
            margin-right: 0; } }
        .upcoming-events .simcal-event-details p .simcal-event-start-date:hover {
          color: #1ea69a; }
      .upcoming-events .simcal-event-details p .simcal-event-end-time {
        margin: 0 2rem 0 0.5rem; }
        .upcoming-events .simcal-event-details p .simcal-event-end-time:before {
          content: '-';
          display: inline-block;
          margin-right: 0.5rem; }
      .upcoming-events .simcal-event-details p .simcal-event-start,
      .upcoming-events .simcal-event-details p .simcal-event-end {
        font-size: 1.3rem;
        line-height: 2.3rem;
        font-weight: 400;
        color: #2e2e2e; }
      .upcoming-events .simcal-event-details p strong {
        font-size: 1.4rem;
        font-weight: 700;
        color: #2e2e2e; }
      .upcoming-events .simcal-event-details p br {
        display: none; }
  .upcoming-events .simcal-event:nth-child(odd) .events-time:before {
    background: #ff8f16; }
  .upcoming-events .simcal-event:nth-child(even) .events-time:before {
    background: #1ea69a; }
  @media (min-width: 576px) {
    .upcoming-events .simcal-event .simcal-event-start-date {
      visibility: hidden;
      font-size: 0; } }
  .upcoming-events .simcal-event:first-child .simcal-event-start-date {
    visibility: visible;
    font-size: 1.3rem; }
  .upcoming-events .simcal-event .events-time {
    position: relative;
    margin: 0;
    display: block; }
    @media (min-width: 575px) {
      .upcoming-events .simcal-event .events-time {
        display: inline-block;
        margin: 0;
        margin-left: 2rem; } }
    @media (min-width: 481px) {
      .upcoming-events .simcal-event .events-time {
        margin: 0 0 0 2.5rem;
        width: 19rem; } }
    .upcoming-events .simcal-event .events-time:before {
      content: '';
      height: 1.2rem;
      width: 1.2rem;
      border-radius: 50%;
      display: inline-block;
      margin-right: 1rem; }

.event-loader .custom-loader {
  display: block;
  max-width: 8rem;
  margin: 0 auto; }

.event-loader .simcal-calendar {
  overflow: hidden;
  opacity: 0;
  height: 0; }

.announcements {
  margin-bottom: 4rem; }
  .announcements h5 a {
    display: block;
    color: #2e2e2e; }
    .announcements h5 a:hover {
      text-decoration: underline; }
  .announcements-details {
    box-shadow: 7.5px 12.99px 21px 0 rgba(141, 141, 141, 0.2);
    background-color: #fafafa;
    padding: 1.5rem; }
    @media (min-width: 1200px) {
      .announcements-details {
        padding: 2.5rem;
        margin-bottom: 4rem; } }
  .announcements-single {
    margin-bottom: 2rem; }
    @media (min-width: 576px) {
      .announcements-single {
        display: flex; } }
    .announcements-single-image {
      margin-bottom: 1.5rem; }
      @media (min-width: 576px) {
        .announcements-single-image {
          margin-right: 2rem; } }
    .announcements-single-info p {
      font-weight: 300;
      margin-bottom: 0.5rem;
      font-size: 1.6rem;
      line-height: 2.5rem; }

.news-single {
  background-color: #fafafa;
  padding: 1.5rem;
  box-shadow: 7.5px 12.99px 21px 0 rgba(141, 141, 141, 0.2); }
  @media (min-width: 1200px) {
    .news-single {
      padding: 2.5rem; } }
  .news-single h5 {
    font-weight: 400;
    margin-bottom: 2.5rem; }
    .news-single h5 br {
      display: none; }
      @media (min-width: 576px) {
        .news-single h5 br {
          display: block; } }
    .news-single h5 a {
      display: block;
      color: #2e2e2e; }
      .news-single h5 a:hover {
        text-decoration: underline; }
  .news-single p {
    font-weight: 300;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    line-height: 2.5rem; }

.page-template-template-about .modal-dialog {
  display: flex;
  height: 100%; }
  .page-template-template-about .modal-dialog .modal-content {
    align-self: center;
    background: #fff; }

.title-wrap .title-bb {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #1ea69a;
  padding-bottom: 1.7rem;
  line-height: 1.1; }

.contact-information {
  flex-wrap: wrap;
  overflow: hidden;
  color: #282828;
  font-size: 1.5rem;
  padding: 1rem 0;
  justify-content: center; }
  @media (min-width: 576px) {
    .contact-information {
      justify-content: flex-start; } }
  @media (min-width: 768px) {
    .contact-information {
      padding: 5.4rem 0 0;
      justify-content: flex-start; } }
  .contact-information .item {
    width: 100%;
    text-align: center;
    padding: 0 0 1rem;
    width: 100%;
    margin: 0 0 2rem; }
    .contact-information .item:nth-child(3) {
      border: none; }
    @media (min-width: 576px) {
      .contact-information .item {
        padding: 0 1rem 1rem;
        border-left: 1px solid rgba(109, 109, 109, 0.1); }
        .contact-information .item:first-child {
          border: none; } }
    @media (min-width: 992px) {
      .contact-information .item {
        margin-bottom: 0; }
        .contact-information .item:nth-child(3) {
          border-left: 1px solid rgba(109, 109, 109, 0.1); }
        .contact-information .item:nth-child(4) {
          border: none; } }
    @media (min-width: 1025px) {
      .contact-information .item:nth-child(4) {
        border-left: 1px solid rgba(109, 109, 109, 0.1); } }
    .contact-information .item .icon-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      height: 6rem;
      width: 6rem;
      border-radius: 50%;
      overflow: hidden;
      background: #f3844f;
      margin: auto auto 1.2rem; }
      .contact-information .item .icon-wrap .icon {
        display: block;
        height: 3rem;
        width: 3rem;
        background: url(../images/sprite.png) no-repeat -51px -2px; }
    .contact-information .item.phone .icon {
      background-position: -84px 1px; }
    .contact-information .item.fax .icon {
      background-position: -113px 0px; }
    .contact-information .item.email .icon {
      background-position: -143px -2px; }
    @media (min-width: 576px) {
      .contact-information .item {
        width: 50%; } }
    @media (min-width: 992px) {
      .contact-information .item {
        width: 33.33%; } }
    @media (min-width: 1025px) {
      .contact-information .item {
        width: 25%; } }
    @media (min-width: 1400px) {
      .contact-information .item.location {
        margin-right: 3rem; }
      .contact-information .item.phone {
        width: 20.2rem;
        margin-right: .9rem; }
      .contact-information .item.fax {
        width: 20.1rem;
        margin-right: 1rem; }
      .contact-information .item.email {
        width: 26.2rem; } }
  .contact-information a,
  .contact-information span {
    display: inline-block;
    color: #282828;
    font-size: 1.4rem;
    line-height: 1.6;
    word-break: break-all;
    font-weight: 300; }
    @media (min-width: 1400px) {
      .contact-information a,
      .contact-information span {
        font-size: 1.5rem; } }
    .contact-information a:hover,
    .contact-information span:hover {
      text-decoration: underline; }
    .contact-information a.additional-link,
    .contact-information span.additional-link {
      display: block; }

.content-block {
  margin-bottom: 3rem; }
  .content-block .title-wrap .title-bb {
    font-weight: 500;
    padding-bottom: 0.8rem; }
    @media (min-width: 768px) {
      .content-block .title-wrap .title-bb {
        padding-bottom: 1.2rem; } }

.with-sidebar {
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .with-sidebar .sidebar {
      order: 1; }
    .with-sidebar .content-block {
      order: 2; } }
  .with-sidebar.page-about .content-block {
    padding-left: 1.5rem; }

@media (min-width: 768px) and (max-width: 1199px) {
  .page-direction-to-department #main h1 {
    font-size: 2.3rem; } }

@media (min-width: 768px) {
  .page-direction-to-department #main h3 {
    font-size: 2rem; } }

@media (min-width: 1200px) {
  .page-direction-to-department #main h3 {
    font-size: 2.3rem; } }

@media (max-width: 767px) {
  .page-mathematics-department-at-glance .with-sidebar {
    flex-wrap: wrap-reverse; } }

.page-mathematics-department-at-glance .sidebar > ul {
  padding-bottom: 2rem !important;
  border-bottom: 1px solid #e8e8e8;
  display: block;
  margin-bottom: 1rem !important; }

@media (max-width: 767px) {
  .page-mathematics-department-at-glance .content-block {
    border-bottom: none; } }

.panel-text address {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 1200px) {
    .panel-text address {
      font-size: 1.8rem;
      line-height: 2.8rem;
      margin-bottom: 2.5rem; } }

.page-template-template-graduate .external-links {
  padding-top: 1.2rem !important; }

.page-graduation-photos .panel-text {
  max-width: 100%; }
  .page-graduation-photos .panel-text p {
    padding: 0 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 576px) {
      .page-graduation-photos .panel-text p {
        flex: 0 0 50%;
        max-width: 50%; } }
    .page-graduation-photos .panel-text p img {
      width: 100%; }
  .page-graduation-photos .panel-text ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem; }
    @media (min-width: 768px) {
      .page-graduation-photos .panel-text ul {
        margin-top: 30px; } }
    .page-graduation-photos .panel-text ul li {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 1rem; }
      @media (min-width: 576px) {
        .page-graduation-photos .panel-text ul li {
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 768px) {
        .page-graduation-photos .panel-text ul li {
          margin-bottom: 2rem; } }
      @media (min-width: 1500px) {
        .page-graduation-photos .panel-text ul li {
          flex: 0 0 33.33%;
          max-width: 33.33%; } }
      .page-graduation-photos .panel-text ul li a {
        border: 1px solid #e7e7e7;
        display: flex;
        width: 100%;
        height: 52px;
        text-align: center;
        align-items: center;
        justify-content: center;
        text-decoration: underline; }

.page-mathematical-job-search-sites .panel-text {
  max-width: 100%; }
  @media (min-width: 768px) {
    .page-mathematical-job-search-sites .panel-text {
      margin-top: 1.5rem; } }
  .page-mathematical-job-search-sites .panel-text p {
    padding: 0 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 576px) {
      .page-mathematical-job-search-sites .panel-text p {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 3rem; } }
    .page-mathematical-job-search-sites .panel-text p img {
      width: 100%;
      margin-bottom: 1rem; }
    .page-mathematical-job-search-sites .panel-text p img,
    .page-mathematical-job-search-sites .panel-text p a {
      display: block; }
    .page-mathematical-job-search-sites .panel-text p a {
      text-decoration: underline; }

.link-group {
  margin-bottom: 3rem; }
  .link-group h5 {
    margin-bottom: 1rem;
    text-transform: capitalize; }
    .link-group h5 a:hover {
      color: #ff8f16; }

.page-item-3513.current_page_ancestor .children {
  display: block; }

.page-item-3513 ul.children ul.children {
  display: none; }

@media (min-width: 992px) {
  .events .title-wrap {
    margin-bottom: 3rem; } }

.events .title-wrap h3 {
  font-size: 1.8rem; }
  @media (min-width: 1200px) {
    .events .title-wrap h3 {
      font-size: 2.2rem; } }

.events-single {
  padding: 1.5rem;
  margin-bottom: 3rem;
  background-color: #fafafa;
  box-shadow: 7.5px 12.99px 21px 0 rgba(141, 141, 141, 0.2); }
  @media (min-width: 992px) {
    .events-single {
      display: flex; } }
  @media (min-width: 992px) {
    .events-single {
      padding: 3rem;
      margin-bottom: 1.5rem; } }
  .events-single-image {
    margin-bottom: 1.5rem;
    text-align: center; }
    @media (min-width: 992px) {
      .events-single-image {
        margin-right: 2rem;
        margin-bottom: 0;
        align-self: center;
        min-width: 11rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .events-single-image img {
        width: 100%; } }
  .events-single-info h5 {
    font-size: 1.6rem; }
    .events-single-info h5 a {
      color: #212529; }
  @media (min-width: 576px) {
    .events-single-info h5 {
      font-size: 1.8rem; } }
  .events-single-info p {
    font-weight: 300;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    line-height: 2.5rem; }

.event_item figcaption {
  padding-top: 20px; }

.single-post #content,
.single-ecwd_event #content,
.category-news #content {
  padding-top: 45px; }

.events-sidebar {
  background: #fafafa;
  padding: 1.5rem; }
  .events-sidebar .announcements-single-info {
    margin-bottom: 2.5rem; }
  .events-sidebar h3 {
    margin-bottom: 1rem;
    border-bottom: 0.1rem solid #ccc;
    padding-bottom: 1rem; }
    @media (min-width: 1200px) {
      .events-sidebar h3 {
        font-size: 2.7rem; } }
  .events-sidebar h5 a {
    color: #2e2e2e; }
    .events-sidebar h5 a:hover {
      color: #ff8f16; }

.single-sidebar .widget {
  margin-bottom: 3rem;
  background: #fafafa;
  padding: 1.5rem; }
  .single-sidebar .widget h2 {
    margin-bottom: 1rem;
    border-bottom: 0.1rem solid #ccc;
    padding-bottom: 1rem; }
    @media (min-width: 1200px) {
      .single-sidebar .widget h2 {
        font-size: 2.7rem; } }
  .single-sidebar .widget li {
    position: relative; }
    .single-sidebar .widget li a {
      display: inline-block;
      text-decoration: none;
      color: #2e2e2e;
      font-size: 1.5rem;
      font-weight: 500;
      padding-left: 2.1rem; }
      .single-sidebar .widget li a:hover {
        color: #ff8f16; }
        .single-sidebar .widget li a:hover:after {
          background: url(../images/sprite.png) no-repeat 0 0; }
      .single-sidebar .widget li a:after {
        position: absolute;
        content: '';
        top: 1rem;
        left: 0;
        height: 0.8rem;
        width: 0.6rem;
        background: url(../images/sprite.png) no-repeat -8px 0; }

.custom-pagination {
  margin-bottom: 1.5rem; }

.grid-view .view-type {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -1rem; }
  .grid-view .view-type .title,
  .grid-view .view-type .info-heading {
    display: none; }

.grid-view .list-type.grid {
  display: none; }

.grid-view .item {
  align-self: flex-start;
  width: 100%;
  padding: 3rem 1rem;
  word-break: break-all; }
  @media (min-width: 480px) {
    .grid-view .item {
      width: 50%; } }
  @media (min-width: 576px) {
    .grid-view .item {
      width: 33.33%; } }
  @media (min-width: 768px) {
    .grid-view .item {
      width: 25%; } }

.grid-view .img-wrap {
  margin: 0 0 1.7rem; }
  .grid-view .img-wrap img {
    width: 100%; }

.grid-view li {
  margin: 0 0 .9rem; }

.grid-view .view-tab {
  margin-bottom: 0.5rem;
  margin-top: 1rem; }

.search-no-results .view-type {
  margin: 0;
  padding-top: 2rem; }
  @media (min-width: 992px) {
    .search-no-results .view-type {
      min-height: 25rem;
      padding-top: 3rem; } }
  @media (min-width: 768px) {
    .search-no-results .view-type {
      min-height: 18rem;
      padding-top: 3rem; } }

.list-view .list-type.list {
  display: none; }

.list-view .info-heading {
  border-bottom: 1px solid rgba(40, 40, 40, 0.2);
  padding: 0 1rem .6rem;
  display: none; }
  @media (min-width: 480px) {
    .list-view .info-heading {
      display: block; } }
  .list-view .info-heading span {
    font-size: 1.8rem;
    display: inline-block;
    vertical-align: bottom;
    text-transform: capitalize; }

.list-view .item {
  padding: 1rem 0;
  transition: all .2s ease-in-out; }
  .list-view .item:hover {
    box-shadow: 0 0 60px 15px rgba(40, 40, 40, 0.08);
    background: #ffffff; }
  .list-view .item .img-wrap {
    display: none; }
  .list-view .item ul {
    padding: 0 1rem;
    display: inline-block;
    vertical-align: middle; }
  .list-view .item .name {
    margin-bottom: .3rem; }

.list-view li {
  margin: 0 0 .9rem; }

.list-view .name-email {
  width: 180px; }
  @media (min-width: 480px) {
    .list-view .name-email {
      width: 240px; } }
  @media (min-width: 576px) {
    .list-view .name-email {
      width: 286px; } }

.info {
  font-size: 1.1rem;
  font-weight: 500; }
  .info .name {
    margin: 0 0 1rem; }
    .info .name a {
      display: block;
      font-size: 1.5rem;
      color: #ff8f16;
      font-weight: 400;
      line-height: 1.8rem; }
      .info .name a .deg {
        display: block;
        font-size: 1.2rem;
        word-break: break-word; }
  .info .icon {
    position: relative;
    padding-left: 2rem;
    line-height: 1.2; }
    .info .icon:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      height: 1.5rem;
      width: 1.5rem;
      background: url(../images/sprite.png) no-repeat 0 -28px; }
    .info .icon-phone {
      margin: 0 0 .2rem; }
      .info .icon-phone:after {
        background: url(../images/sprite.png) no-repeat -32px -28px; }
    .info .icon-email {
      margin: 0 0 .9rem; }
      .info .icon-email a {
        word-break: break-all; }
      .info .icon-email:after {
        background: url(../images/sprite.png) no-repeat -16px -28px; }
        .info .icon-web:after {
          background: url(../images/sprite.png) no-repeat -51px -32px; } 
          .info .icon-web a {
            color: #1ea69a;
          }
		.people-content .people-thumb .info li {
      word-break: break-word;
    }
  .info a {
    color: #282828; }

.view-tab {
  display: inline-block;
  box-shadow: 0 25px 60px 15px rgba(40, 40, 40, 0.08);
  margin-bottom: 3rem;
  top: 0;
  left: 0; }
  .view-tab .list-type {
    display: inline-block;
    position: relative;
    height: 4.7rem;
    width: 5.3rem;
    background: #ffffff;
    text-indent: -9999999px;
    vertical-align: top; }
    .view-tab .list-type:after {
      position: absolute;
      top: 50%;
      left: 50%;
      content: '';
      transform: translate(-50%, -50%);
      height: 2rem;
      width: 2.1rem;
      background: url(../images/sprite.png) no-repeat -74px -31px; }
    .view-tab .list-type.list:after {
      height: 2rem;
      width: 2.1rem;
      background: url(../images/sprite.png) no-repeat -51px -32px; }
  .view-tab .search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .5rem;
    background: #a61d31;
    z-index: 1;
    min-width: 5.3rem; }
    .view-tab .search:after {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 10;
      cursor: pointer; }
    .view-tab .search input {
      height: 3.7rem;
      border: 0;
      box-shadow: none;
      width: 0;
      background: transparent;
      color: #ffffff;
      transition: .2s all ease-in-out;
      outline: none !important;
      padding-left: 1.5rem; }
      .view-tab .search input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #ffffff; }
      .view-tab .search input::-moz-placeholder {
        /* Firefox 19+ */
        color: #ffffff; }
      .view-tab .search input:-ms-input-placeholder {
        /* IE 10+ */
        color: #ffffff; }
      .view-tab .search input:-moz-placeholder {
        /* Firefox 18- */
        color: #ffffff; }
    .view-tab .search .btn-search {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 5.3rem;
      text-indent: -9999999px;
      border: 0;
      box-shadow: none;
      background: transparent;
      cursor: pointer; }
      .view-tab .search .btn-search:focus {
        outline: none; }
      .view-tab .search .btn-search:after {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        transform: translate(-50%, -50%);
        height: 2rem;
        width: 2.1rem;
        background: url(../images/sprite.png) no-repeat -98px -32px; }
    .view-tab .search.active input {
      width: 180px !important;
      padding-right: 3.5rem; }
      @media (min-width: 481px) {
        .view-tab .search.active input {
          width: 220px !important; } }
      @media (min-width: 576px) {
        .view-tab .search.active input {
          width: 300px !important; } }
      @media (min-width: 992px) {
        .view-tab .search.active input {
          width: 100% !important; } }
    @media (min-width: 992px) {
      .view-tab .search.active {
        width: 400px; } }
    .view-tab .search.active:after {
      z-index: -10; }

@media (min-width: 768px) {
  .page-people .view-tab {
    top: -5rem;
    left: 5.7rem; } }

@media (min-width: 768px) {
  .page-people-list .view-tab {
    top: -3.5rem;
    left: 7.5rem; }
  .page-people-list .content-block {
    padding-top: 2.9rem;
    padding-left: 2rem; } }

.page-people-list h5 {
  text-transform: capitalize; }

@media (min-width: 768px) {
  .page-people-list.with-sidebar .content-block {
    padding-top: 2.9rem;
    padding-left: 2rem; }
  .page-people-list.with-sidebar .grid-view {
    padding-left: 3.6rem; }
  .page-people-list.with-sidebar .view-tab {
    position: absolute;
    margin: 0; } }

@media (min-width: 992px) {
  .page-people-list.with-sidebar .content-block {
    padding-left: 7.5rem; } }

@media (min-width: 992px) {
  .with-sidebar.page-people .sidebar, .with-sidebar.page-people-list .sidebar {
    padding-top: 2.7rem; }
  .with-sidebar.page-people .content-block, .with-sidebar.page-people-list .content-block {
    padding-left: 1.5rem; } }

/***People Single Page***/
.people-content {
  font-size: 1.5rem; }
  @media (max-width: 767px) {
    .people-content {
      max-width: 25rem;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .people-content .people-thumb {
      width: 20.5rem; } }
  @media (min-width: 992px) {
    .people-content .people-thumb {
      position: absolute;
      top: 8px;
      right: 28px; } }
  .people-content .people-thumb .img-wrap {
    padding: .5rem;
    border: 1px solid rgba(40, 40, 40, 0.2);
    margin: 0 0 1.6rem; }
    .people-content .people-thumb .img-wrap img {
      width: 100%; }
  .people-content .people-thumb .info {
    display: none;
    font-size: 1.3rem; }
    @media (min-width: 992px) {
      .people-content .people-thumb .info {
        display: block; } }
    .people-content .people-thumb .info li {
      line-height: 1;
      padding-left: 3rem;
      margin: 0 0 1.2rem; }
  .people-content .info {
    display: block;
    margin: 0 0 3rem; }
    @media (min-width: 992px) {
      .people-content .info {
        display: none; } }
    .people-content .info li {
      line-height: 1;
      padding-left: 2rem;
      margin: 0 0 1.2rem; }
  .people-content h3 {
    font-weight: 400;
    margin-bottom: 1rem; }
    .people-content h3 .deg {
      display: block;
      font-size: 1.8rem;
      text-transform: capitalize;
      margin-top: 0.9rem;
      font-weight: 300; }

.page-people-single .sidebar {
  padding-top: .4rem; }

.page-people-single .content-block {
  padding-top: .4rem;
  position: relative; }
  @media (min-width: 992px) {
    .page-people-single .content-block {
      padding-left: 2.3rem;
      padding-right: 20rem; } }
  @media (min-width: 992px) {
    .page-people-single .content-block {
      padding-right: 30rem; } }

.links {
  margin-top: 3rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(40, 40, 40, 0.2); }
  @media (min-width: 576px) {
    .links {
      margin-top: 0; } }
  .links li a {
    font-size: 1.6rem;
    color: #282828;
    font-weight: 300; }
    .links li a:hover {
      text-decoration: underline;
      color: #282828; }
  .links li strong {
    font-size: 1.6rem; }

/* 17-07-2019 */
.single-peoples .people-content .deg {
  display: block;
  font-size: 1.5rem;
  color: #ff8f16; }
  @media (min-width: 992px) {
    .single-peoples .people-content .deg {
      font-size: 2rem; } }

ul.resources-course-listing {
  margin: 1rem -1rem 0 !important;
  padding: 0 !important; }
  @media (min-width: 1025px) {
    ul.resources-course-listing {
      margin-top: 2rem !important; } }
  ul.resources-course-listing li {
    padding: 0 1rem;
    margin-bottom: 1.5rem !important;
    text-align: center; }
    @media (min-width: 768px) {
      ul.resources-course-listing li {
        display: inline-block;
        width: 50%;
        margin-bottom: 2rem !important; } }
    ul.resources-course-listing li a {
      display: block;
      padding: 1.5rem;
      text-transform: uppercase;
      font-size: 1.5rem;
      background-color: #a61d31;
      color: #ffffff;
      font-weight: 600; }
      ul.resources-course-listing li a:hover {
        text-decoration: none;
        color: #faa84e; }
      @media (min-width: 992px) {
        ul.resources-course-listing li a {
          font-size: 1.7rem;
          padding: 5rem 2rem; } }
      @media (min-width: 1200px) {
        ul.resources-course-listing li a {
          font-size: 1.9rem; } }

.main-search .page-content p {
  font-weight: 400; }

.main-search .search-form {
  margin-bottom: 2rem; }
  .main-search .search-form label span {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0.8rem; }
  .main-search .search-form label .search-field {
    font-size: 1.5rem;
    padding: 1rem;
    border: 1px solid #a1a1a1;
    outline: none;
    box-shadow: none;
    margin-right: 0.5rem; }
    @media (min-width: 768px) {
      .main-search .search-form label .search-field {
        width: 400px;
        padding: 1.5rem; } }
  .main-search .search-form .search-submit {
    padding: 1.1rem 1.5rem;
    font-size: 1.5rem;
    outline: none;
    border: 0;
    cursor: pointer; }
    @media (min-width: 768px) {
      .main-search .search-form .search-submit {
        padding: 1.6rem; } }

.error-404 {
  padding: 3rem 0;
  text-align: center; }
  @media (min-width: 768px) {
    .error-404 {
      padding: 4rem; } }
  @media (min-width: 992px) {
    .error-404 {
      padding: 5rem 0; } }
  @media (min-width: 1200px) {
    .error-404 {
      padding: 9rem 0; } }

/* --------------------------------
Added on 12th August
For Event tab
on front page
------------------------------------ */
/* Style the tab */
.tab {
    overflow: hidden;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border-top: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    outline: none;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 17px;
    width: 50%;
    min-height: 45px;
    border-radius: 0px !important;
}

.tab button:first-child {
    border-left: none;
}

.tab button:last-child {
    border-right: none;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #fff;
    border-bottom: none;
}

/* Style the tab content */
.tabcontent {
    display: none;    
    padding: 6px 12px;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-top: none;
}

/* ------------------------------------ */

.upcoming-events .event-details {
	display: flex;
    flex-wrap: wrap;
    margin: 24px 0px 0px;
    /*border-bottom: 1px solid #ececec;
    padding-bottom: 24px;*/
	font-size: 1.4rem;
}
.upcoming-events .event-details .event-date {
	visibility: visible;
    font-weight: 400;
    /*color: #2e2e2e;*/
}
/*.upcoming-events .event-details .event-date:hover {
	color: #1ea69a;
}*/
/*.upcoming-events .event-details .event-title a {
	text-decoration: none;
}
.upcoming-events .event-details .event-title a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}*/
.upcoming-events .event-title {
	display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ececec;
    padding-bottom: 24px;
	font-size: 1.4rem;
}
.upcoming-events .event-title a {
	text-decoration: none;
}
.upcoming-events .event-title a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.upcoming-events .event-details .event-title {
	/*font-size: 1.4rem;*/
    font-weight: 700;
    color: #1ea69a;
	margin: 0 0 0 2.5rem;
}
.upcoming-events .event-details .event-time {
	margin: 0 0 0 2.5rem;
}
.upcoming-events .event-details .event-time:before {
	content: '';
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 50%;
    display: inline-block;
    margin-right: 1rem;
	background: #ff8f16;
}
.upcoming-events .event-details .event-location {
	margin: 0 0 0 2.5rem;
}

li.event-list-li {
   position: relative;
}

.upcoming-events .calendar_main .ecwd_calendar .calendar-head .current-month a {
	display: none;
}
.upcoming-events .calendar_main .ecwd_calendar .cal_blue.ecwd_calendar_container .events li span.startTime {
    padding: 0;
	font-size: 10px;
	font-style: normal;
	display: block;
	line-height: 1.1em !important;
}
.upcoming-events .calendar_main .ecwd_calendar .cal_blue.ecwd_calendar_container .events a, .upcoming-events .calendar_main .ecwd_calendar .cal_blue.ecwd_calendar_container .events span.ecwd_open_event_popup {
    color: #1ea69a !important;
	font-weight: 400;
	font-size: 10px !important;
	line-height: 1.2em;
}
.upcoming-events .calendar_main .ecwd_calendar .cal_blue.ecwd_calendar_container .events .event-details-container .event-details-title a {
    color: #1ea69a !important;
	font-weight: 400;
	font-size: 16px !important;
}
.upcoming-events .calendar_main .ecwd_calendar .cal_blue.ecwd_calendar_container .events .event-details-container .event-details-title span.ecwd-custom-cat {
    /*color: #1ea69a !important;*/
	font-weight: 400;
	font-size: 14px !important;
	line-height: 2rem;
}
.upcoming-events .calendar_main .ecwd_calendar .cal_blue.ecwd_calendar_container .events .event-details-container .event-details div {
    width: 100% !important;
}
.upcoming-events .calendar_main .ecwd_calendar .cal_blue.ecwd_calendar_container .events .event-details-container .ecwd-venue span a {
    color: #1ea69a !important;
	font-weight: 400;
	font-size: 14px !important;
}
.upcoming-events .calendar_main .ecwd_calendar .cal_blue.ecwd_calendar_container .events li > a > span, .upcoming-events .calendar_main .ecwd_calendar .cal_blue.ecwd_calendar_container .events li > a {
    font-style: normal !important;
}

/* ---------------------------------
Event page
------------------------------------ */
.event_item .date-info { font-weight: 400; margin-bottom: 0; }

.event_item .pt-3 .event-archive-speaker { font-size: 1.6rem; line-height: 2.5rem; font-weight: 300; margin-bottom: 0; }
.event_item .pt-3 .event-archive-speaker p { margin-bottom: 0; display: inline; }

/*.event_item p {
    font-size: 1.6rem;
    line-height: 2.5rem;
}*/

.event_item p .link-secondary {
    font-size: 1.4rem;
}

.event_item span.dashicons {
	line-height: 1.5;
	margin-right: 5px;
}
.event_item .date-info span.dashicons, .events-sidebar .date-info span.dashicons {
	line-height: 1.2;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    font-size: 15px;
}
#text-2 {
	margin: 0;
    /* padding: 0; */
    padding: 0 1.5rem;
    position: relative;
    top: -45px;
}
#text-3 {
	margin: 0;
    /* padding: 0; */
    padding: 0 1.5rem;
    position: relative;
    top: -45px;
}

.single-content .title-wrap { margin: 20px 0 0px;}
.single-content .title-wrap .title-bb { width: 100%;}
.single-content .event_item  .pt-3 h3 { font-weight: 400; font-size: 1.8rem; margin-bottom: 0; }
.single-content .event_item  .pt-3 h3 a { text-decoration: none; }
.single-content .event_item  .pt-3 span.postDate {font-size: 1.6rem;}
.single-content .event_item  .pt-3 p.evt-cat {
	margin: 0;
    font-size: 1.4rem;
	font-weight: 400;
}


.events-sidebar .announcements-single-info p.evt-cat {
	margin: 0 0 0.5rem;
    font-size: 1.5rem;
    font-weight: 400;
}

#filterCat {
	display: inline-block;
    font-size: 14px;
    line-height: 2.5;
    float: right;	
}
#filterCat select {
	outline: none;
}

.site-main .sidebar .eventCatCont {
	margin-top: 20px !important;
}

.subCatCont { display: none; }
.showSubCat { display: block; }

.sidebar .eventCatCont .subCatCont {
    margin-left: 1.7rem !important;
}

.sidebar .eventCatCont li.page_item {
    position: relative;
    color: #2e2e2e;
    font-size: 1.5rem;
    font-weight: 400;
}

.sidebar .eventCatCont li.page_item a {
    text-transform: uppercase;
}

.sidebar .eventCatCont li.page_item a:after {
    position: absolute;
    content: '';
    top: 0.6rem;
    left: 0;
    height: 0.8rem;
    width: 0.6rem;
    background: url(../images/sprite.png) no-repeat -8px 0;
}

.sidebar .eventCatCont .subCatCont li.page_item {
    line-height: 1.3;	
	margin: 0 0 1.2rem !important;
}

.sidebar .eventCatCont .subCatCont li.page_item a {
    font-size: 1.4rem;
}

.sidebar .eventCatCont .subCatCont li.subCat a:after {
    top: 6px;
    left: 3px;
    height: 6px;
    width: 6px;
    background: #6d6d6d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sidebar .eventCatCont .subCatCont li.subCat a:hover {
    color: #ff8f16;
}
.sidebar .eventCatCont .subCatCont li.subCat a:hover:after {
    background: #ff8f16;
}

.sidebar .eventCatCont .page_item a.active {
    color: #ff8f16;
}
.sidebar .eventCatCont .page_item a.active:after {
    color: #ff8f16;
}

.sidebar .eventCatCont .subCatCont .page_item a.active {
    color: #ff8f16;
}
.sidebar .eventCatCont .subCatCont .page_item a.active:after {
    background: #ff8f16;
}

/*front page event list view*/
.tabcontent .event-list-sec .event-list-ul .event-list-li p.evt-cat {
	font-size: 12px;
    margin: 0;
    font-weight: 400;
    line-height: 1;
}
.tabcontent .event-list-sec .event-list-ul .event-list-li .event-title p {
	margin: 0;
}
/*event single page file sec*/
.single-content .site-main .event_item .entry-content-event .event_file {
	margin: 20px 0 0;
}
.single-content .site-main .event_item .entry-content-event .event_file li {
	line-height: 1.5;
}

/* footer legacy link bolder */
.primary-footer .mb-5 { font-weight: 700; }

/* second banner */
.main-title-wrapper {
    padding: 30px 15px;
    background-color: #f0f0f0;
    text-align: center;
    color: #ff0000;
    font-size: 24px;
    box-shadow: 0 4px 11px -9px #666;
}
h1.main-title {
    /* padding: 15px; */
    text-align: center;
    font-weight: 700;
    color: #ff0000;
    font-size: 36px;
}
.main-title-wrapper p {
    margin: 0;
    color: #ff0000;
}

/* ---- images in single post page -- */
.pt-3 ul.post-images {
    display: inline-flex;
    flex-wrap: wrap;
}
.pt-3 ul.post-images li {
    padding: 0 15px 0 0;
}
.pt-3 ul.post-images li img {
    height: 150px;
}

/* Search form */
form.search-form {
    text-align: right;
}
form.search-form span.screen-reader-text {
    display: none;
}
.search-form input.search-field {
    border: 1px solid #c2c2c2;
    background-color: #ececec;
    font-size: 12px;
    max-width: 300px;
    width: 250px;
    /* text-indent: 10px; */
    padding: 2px 10px;
    vertical-align: middle;
    border-radius: 5px 0px 0px 5px;
    outline: 0;
}
.search-form input.search-submit {
    position: relative;
    right: 8px;
    font-size: 15px;
    background-color: #a61d31;
    outline: 0;
    border: none;
    color: #fff;
    font-weight: 700;
    border-radius: 0 5px 5px 0;
    width: 65px;
    max-width: 70px;
    height: 36px;
    cursor: pointer;
}
.search-results .single-content .entry-header .entry-title {
    font-weight: 400;
    font-size: 2.5rem;
    margin-bottom: 10px;
	letter-spacing: 0;
}
.search-results .single-content .entry-header .entry-title a:hover {
    color: #0056b3;
	text-decoration: none;
}
.search-results .single-content .posts-navigation h2.screen-reader-text {
    display: none;
}

/*Search Result Layout*/

.search .nav-links .nav-previous {
  display: inline-block;
}

.search .nav-links .nav-next {
  display: inline-block;
  float: right;
}
.event-pop-speaker {
	margin: 10px 0;
}

/* Secondary Banner */
.sec-banner {
	padding: 30px;
    text-align: center;
    box-shadow: 0 4px 11px -9px #666;
}
.sec-banner .sec-banner-title {
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: 500;
}
.sec-banner .sec-banner-links {
	display: inline-block;
}
.sec-banner .sec-banner-links li {
	margin: 0 15px;
}
@media (max-width: 767px) {
    .sec-banner .sec-banner-links {
		display: block;
	}
	.sec-banner .sec-banner-links li {
		margin: 0;
	}
}

/*--------------------------------------------------------------------------------
 Graduate Student Page: Table 
---------------------------------------------------------------------------------- */
.page-data { margin-bottom: 4rem; }
.page-data table {
  border: 1px solid black;
  border-collapse: collapse;
  box-shadow: 6px 8px 15px 0 rgba(141, 141, 141, 0.2);
}
.page-data table th, .page-data table td {
  padding: 5px;
  border: 1px solid black;
  border-collapse: collapse;
}
.page-data table th {
  text-align: left;
}
.page-data table .text-full { 
  display: none;
}
.page-data table span.show-less, .page-data table span.show-more { 
  font-size: 14px;
  padding: 0 10px;
  color: #1ea69a;
  cursor: pointer;
}
.page-data table span.show-less:hover, .page-data table span.show-more:hover { 
  color: #007bff;
}
.page-data table.even { 
  background-color: #eee;
}
/* ------------------------------------------------------------------------------- */

/*--------------------------------------------------------------------------------
 Universal table css - 30th March 2022
---------------------------------------------------------------------------------- */
.container .site-content table {
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 3rem;
	width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.container .site-content table thead {
	border-bottom: 2px solid #dee2e6;
}

.container .site-content table tr th {	
	border: 1px solid #dee2e6;
	padding: 0.75rem;
	vertical-align: bottom;
}

.container .site-content table tr td {
	border: 1px solid #dee2e6;
	padding: 0.75rem;
	vertical-align: top;
}
/*--------------------------------------------------------------------------------
 Ninja table css - 4th April 2022
---------------------------------------------------------------------------------- */
.ninja_table_wrapper .footable .input-group-btn .btn-primary {
	background-color: #a61d31;
	border-color: #a61d31;
}

.ninja_table_wrapper .footable .footable-paging .pagination>.active>a, .ninja_table_wrapper .footable .footable-paging .pagination>.active>a:focus, .ninja_table_wrapper .footable .footable-paging .pagination>.active>a:hover, .ninja_table_wrapper .footable .footable-paging .pagination>.active>span, .ninja_table_wrapper .footable .footable-paging .pagination>.active>span:focus, .ninja_table_wrapper .footable .footable-paging .pagination>.active>span:hover {
    background-color: #a61d31;
	border-color: #a61d31;
}
/*------------------------------------------------------------------------------- */

/* Footer Social Links */
.primary-footer .social-links {
	margin-top: 53px;
}
.primary-footer .social-links a {
	display: block;
    /*text-transform: uppercase;*/
    font-size: 1.6rem;
    font-weight: 400;
    color: #2e2e2e;
    line-height: 3.5rem;
}
.primary-footer .social-links a:hover, .primary-footer .social-links a:focus {
	color: #1ea69a;
	text-decoration: underline; 
}