/*
Theme Name: Girton College
Theme URI: http://www.girton.cam.ac.uk
Description: Theme for Girton College Website
Version: 0.1
Tags: responsive, bootstrap
 
License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
 
*/
@import url(https://fonts.googleapis.com/css?family=Roboto); /* FREE GOOGLE FONT */
@import url(assets/css/bootstrap.css); /* LOAD BOOTSTRAP */
@import url(assets/css/yamm.css); /* LOAD MEGAMENU */
@import url(assets/css/font-awesome.css); /* LOAD FONTAWESOME */
@import url(assets/css/bootstrap-social.css); /* LOAD BOOTSTRAP SOCIAL */
@import url(assets/css/ekko-lightbox.css); /* LOAD LIGHTBOX */
@import url(assets/css/timeline-master.css) !important; /* timeline */


/* =============================================================
    STUDIO 24 STYLES
============================================================ */

/*  Homepage - Upcoming Events */
ul.home-events-list li {
    padding: 10px 0;
    line-height: 1.5;
    border-bottom: solid 1px #eee;
}
ul.home-events-list li a {
    display: block;
    margin-bottom: 5px;
}

/*  Homepage - Upcoming Events - see more events */
dl.home-more-events-list {
/*     border-bottom: solid 1px #eee; */
}
dl.home-more-events-list dt {
    font-weight: normal;
    line-height: 1.5;
    padding: 10px 0;
}
dl.home-more-events-list dd {
    padding: 5px 0;
    line-height: 1;
}
dl.home-more-events-list dd {
    margin-bottom: 10px;    
}
dl.home-more-events-list dd ::before {
  content: "› ";
}


/* MAIN CSS */
    html {
        position: relative;
        min-height: 100%;
    }
    body {
        font-family: 'Roboto', sans-serif;
        line-height: 30px;
        margin-bottom: 280px;
    }
    a {
        color: #990000;
        text-decoration: none;
    }

    a:hover {
        color: #990000;
        text-decoration: none;
    }
    .inverse-link{
        color: #fff;
    }
    .inverse-link:hover{
        color: #fff;
    }

    .set-radius-zero {
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        height: 120px;
    }
    ul {
        list-style-type: none;
        padding-left: 0px; 
    }

    img.alignright { float: right; margin: 0 0 1em 1em; }
    img.alignleft { float: left; margin: 0 1em 1em 0; }
    img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
    .alignright { float: right; }
    .alignleft { float: left; }
    .aligncenter { display: block; margin-left: auto; margin-right: auto; }
    
    .bullet {
        list-style-type:  circle;
        padding-left: 30px;
    }
    .content-wrapper {
        margin-top: 40px;
        min-height: 600px;
        padding-bottom: 60px;
    }
    .content-main-title {
        font-size: 98px;
        text-align: center;
    }

    .page-head-line {
        font-weight: 900;
        padding-bottom: 20px;
        border-bottom: 2px solid #d9534f;
        text-transform: uppercase;
        color: #d9534f;
        font-size: 20px;
        margin-bottom: 40px;
    }

    .btn {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }
     .btn-wrapper {
        white-space:normal !important;
        min-height: 70px;
        word-wrap: break-word;
        word-break: normal;
        vertical-align: middle;
    }
    .progress {
        height: 8px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }
    .login-icon {
        height: 60px;
    width: 60px;
    padding: 13px;
    border-radius: 50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    cursor:pointer;
    background-color:#354234;
    -webkit-border-radius:50%;
        -moz-border-radius:50%;
    }

    .col-nopad {
        padding-left: 0px;
        padding-right: 0px;
    }

    .bootpad {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel-height {
        height: 350px;
    }
    .panel-height-body {
        height: 144px;
    }

    /* =============================================================
       HEADER SECTION STYLES
     ============================================================ */
    header {
        background-color: #354234;
        color: #fff;
        text-align: right;
    }

    .navbar-form {
        overflow: auto;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: 100%; 
        vertical-align: middle;
    }
    .navbar-form .form-group {
        display: inline;
    }
    /* =============================================================
       LOGO SECTION STYLES
     ============================================================ */
    .left-div {
        padding-left: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .navbar-brand  {
    float: left;
    height: 50px;
    font-size: 18px;
    line-height: 20px;
    padding:0;
}
    .navbar-girton .navbar-brand{
        color: #FFFFFF;
        font-size: 20px;
        text-transform: uppercase;
        padding: 0px 15px 15px 15px !important;
    }
    .navbar-girton .navbar-collapse, .navbar-girton .navbar-form {
        border-color: #353535;
        background-color: #353535;
    }
    .navbar-girton .navbar-toggle {
        border-color: #ffffff;
        position: relative;
        float: right;
        padding: 25px 25px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .fa-bars-xl {
        font-size: 5.9em;
        color: #ffffff;
    }
    .navbar-girton .navbar-toggle:hover, .navbar-girton .navbar-toggle:focus {
        background-color: #5e695c;
    }
    .dropdown-menu {
        background-color: #FFFFFF;
        min-width: 210px;
    }
    .dropdown-menu.columns-2 {
        min-width: 420px;
    }
    .dropdown-menu.columns-3 {
        min-width: 630px;
    }
    .dropdown-menu li a {
        padding: 5px 15px;
        font-weight: 300;
    }
    .multi-column-dropdown {
        list-style: none;
      margin: 0px;
      padding: 0px;
    }
    .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: #333;
        white-space: normal;
    }
    .multi-column-dropdown li a:hover {
        text-decoration: none;
        color: #262626;
    }
    /* USER SETTINGS DIV */
    .user-settings-wrapper .nav > li > a {
        position: relative;
        display: block;
        padding: 15px 18px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        height: 60px;
        width: 60px;
        background-color: #354234;
        color: #fff;
    }

    .user-settings-wrapper {
        margin-top: 10px;
    }

        .user-settings-wrapper li {
            display: inline-block;
        }

        .user-settings-wrapper .dropdown-settings {
            width: 200px;
            padding: 10px;
        }

        .user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
            text-decoration: none;
            background-color: #5e695c!important;
        }

        .user-settings-wrapper img {
            height: 64px;
            width: 64px;
            border: 1px solid #000000;
        }

        .user-settings-wrapper .dropdown-menu {
            margin: 0px;
            border-radius: 0px!important;
            -moz-border-radius: 0px!important;
            -webkit-border-radius: 0px!important;
        }

        .user-settings-wrapper .btn {
            border-radius: 0px!important;
            -moz-border-radius: 0px!important;
            -webkit-border-radius: 0px!important;
        }

        .user-settings-wrapper .media-heading {
            padding-top: 10px;
        }

    /* MENU LINKS SECTION*/

    .menu-section {
        background-color: #353535;
    }
    .sub-menu-section {
        background-color: #787878;
    }
    .menu-top a {
        color: #FFF;
        text-decoration: none;
        font-weight: 800;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: capitalize;
    }

    .menu-top-nav a {
        color: #FFF;
        text-decoration: none;
        font-weight: 800;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: capitalize;
    } 

    .menu-top-nav a:hover {
        color: #fff;
        background-color: #5e695c;
    }

    .menu-top-active {
        background-color: #5e695c;
    }

    .menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
        background-color: #5e695c;
    }

    .menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
        background-color: #ffffff;
    }
    .sub-menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
        background-color: #353535;
    }

    .sub-menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
        background-color: #ffffff;
    }
    .navbar-inverse {
        background-color: #5e695c;
        border-color: transparent;
    }

    .navbar-toggle {
        background-color: #354234;
        border: 1px solid #fff;
    }

    .navbar {
        margin-bottom: 0px;
    }
    .mmtitle {
        color: #354234;
        text-align: center;
    }

    .mmimg {
        margin: 0 auto;
    }

    .mmlinks {
        list-style-type: none;
        margin-bottom: 15px;
    }
    .mmlinks img {
        vertical-align: middle;
        display: inline-block;
        
    }
    .mmlinks a {
        color: #000;
        text-transform: capitalize;
        font-size: 20px;
        
    }
    .mmblurb {
        margin: 10px 36px 0px 36px;
        line-height: 20px;
    }
    .dgtitle {
        color: #354234;
        text-align: center;
    }

    .dgimg {
        margin: 0 auto;
    }

    .dglinks {
        list-style-type: none;
        margin-bottom: 15px;
    }
    .dglinks img {
        vertical-align: middle;
        display: inline-block;
        margin-left: 30px;
        
    }
    .dglinks a {
        color: #000;
        text-transform: capitalize;
        font-size: 20px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .dgblurb {
        margin: 10px 36px 0px 36px;
        line-height: 20px;
    }
    .liblinks {
        list-style-type: none;
        margin: 5px 0px 5px 0px;
    }
    .liblinks img {
        vertical-align: middle;
        display: inline-block;
        
    }
    .liblinks a {
        color: #000;
        text-transform: none;
        
    }
     .liblinks-header {
        list-style-type: none;
        margin: 5px 0px 5px 0px;
    }
    .liblinks-header img {
        vertical-align: middle;
        display: inline-block;
        
    }
    .liblinks-header a {
        color: #990000 !important;
        text-transform: none;
        
    }
    .dropdown-header-lg{
        display: block;
        padding: 3px 14px;
        font-size: 15px;
        line-height: 1.42857143;
        color: #990000;
        white-space: nowrap;
    }
 
    .archive-mock-menu li {
        display: inline;
        margin-left: 12px;
        font-size: 16px;
    }
    .ucam-heading {
        text-align: center;
        text-transform: uppercase;
        font-size: 26px;
        color: #fff;
        text-shadow: 2px 2px 5px #000;
    }

    .btn-social-icon {
        height: 32px;
        width: 32px;
        margin: 9px 0px 9px 9px;
    }
    .btn-social-icon>:first-child {
        line-height: 31px;
    }

    .navbar-girton .navbar-nav > li > .btn-search:hover {
        background-color: #262146;
    }
    .search {
        background-color: #3d3671;
        color: #FFFFFF;
    }
    .search:hover {
        background-color: #262146;
        color: #FFFFFF;
    }
    .navbar-girton .navbar-nav > li > .btn-facebook:hover {
        background-color: #213358;
    }

    .navbar-girton .navbar-nav > li > .btn-instagram:hover {
        background-color: #2d516e;
    }

    .navbar-girton .navbar-nav > li > .btn-twitter:hover {
        background-color: #458cc2;
    }

    /* =============================================================
       SEARCH STYLES
     ============================================================ */

    .searchbar {
        height: 88px;
        background-color: #f2f2ed;
        padding-left: 23px;
        padding-right: 50px;
    }
    .prev-link, .next-link {
        margin: 15px 15px 15px 0px;
    }
    .searchfield, .searchbtn {
        -webkit-border-radius: 0 !important;
         -moz-border-radius: 0 !important;
              border-radius: 0 !important;
    }
    .input-group-search > .form-control, .input-group-search > .input-group-btn > .btn {
        height: 88px;
        padding: 13px 24px;
        font-size: 45px;
        line-height: 1.3333333;
    }

    .menu-search a {
        color: #990000;
        text-decoration: none;
        font-weight: 500;
        padding: 10px 10px 10px 10px;
        text-transform: uppercase;
        border: 1px #000000 solid;
    }

    .menu-search-nav a {
        color: #990000;
        text-decoration: none;
        font-weight: 500;
        padding: 10px 10px 10px 10px;
        text-transform: uppercase;
        border: 1px #000000 solid;
    } 

    .menu-search-nav a:hover {
        color: #990000;
        background-color: #5e695c;
        border: 1px #000000 solid;
    }

    .menu-search-active {
        background-color: #5e695c;
        border: 1px #000000 solid;
    }
    .search-results {
        background-color: #FFFFFF;
        padding: 15px;
        margin-top: 15px;
        border: 1px #000000 solid;
    }
    .search-results h3 a {
        color: #990000;
    }
    .googleresults {
        min-height: 1080px;
    }
    .gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
        padding-left: 0px !important; 
        padding-right: 8px !important;
    }
    .gsc-result .gs-title {
        height: 1.4em !important;
        overflow: visible !important;
    }
    /* BREADCRUMBS
    -------------------------------------------------- */
    .bread-link, .bread-parent {
        color: #990000;
    }
    #breadcrumbs{
        list-style:none;
        margin:10px 0;
        overflow:hidden;
    }
      
    #breadcrumbs li{
        display:inline-block;
        vertical-align:middle;
        margin-right:15px;
    }
      
    #breadcrumbs .separator{
        font-size:18px;
        font-weight:100;
        color:#ccc;
    }
    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */
    /*
    .carousel-caption {
          max-width: 400px;
          padding: 0 20px;
          margin-top: 230px;
          background-color: rgba(0,0,0,0.7);
          text-align:left;
    }*/
    .carousel-caption h4 {
        color: #fff;
    }
    .carousel-caption a {
        color: #fff;
        text-decoration: none;
    } 

    /* Makes images fully responsive */

    .thumbnail > img,
    .thumbnail a > img,
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      width: 100%;
      height: auto;
    }

    /* ------------------- Carousel Styling ------------------- */



    .carousel-caption {
      background: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0.4), rgba(0,0,0,0.2), rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0.4), rgba(0,0,0,0.2), rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0.4), rgba(0,0,0,0.2), rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.4), rgba(0,0,0,0.2), rgba(0,0,0,0)); /* Standard syntax (must be last) */
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      padding: 5px 0 10px 20px;
      color: #fff;
      text-align: left;
    }

    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 95%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }



    /* ADMISSIONS CONTENT
    -------------------------------------------------- */
    .admissions-img {
        position: relative;
    }
    .admissions-legend {
      position: absolute;
      top: 66%;
      left: 7%;
      z-index:20;
      color: #fff;
      text-shadow: 3px 3px 6px #000;
    }

    .admissions-section {
        color: #FFFFFF;
        text-decoration: none;
    }
    .undergrad-panel {
        color: #FFFFFF;
        background: #005274;
    }
    .undergrad-panel:hover {
        background: #005274;
    }
    .grad-panel {
        color: #FFFFFF;
        background: #710F1C;
    }
    .grad-panel:hover {
        background: #9E1527;
    }
    .alumni-panel {
        color: #FFFFFF;
        background: #651B5A;
    }
    .alumni-panel:hover {
        background: #651B5A;
    }
    .fa-xlarge-admissions {
        color: #FFFFFF;
        font-size: 12em;
        padding: 20px 0px 10px 20px;
    }
    .admissions-title {
        font-size: 3.2em;
        font-weight: bold;
        line-height: 1.4em;
        padding: 15px 0px 10px 0px;
    }
    .btn-lgr{
        padding:  10px 16px;
        font-size: 30px;
        line-height: 1.3333333;
        border-radius:  6px;
        text-transform:  capitalize;
    }
    .btn-undergrad {
        color:  #FFFFFF;
        background-color: #005274;
        border-color: #005274;
    }
    .btn-supporters {
        color:  #FFFFFF;
        background-color: #154833;
        border-color: #154833;
    }
    .btn-supporters:hover, .btn-supporters:focus {
        color:  #FFFFFF;
        background-color: #154833;
        border-color: #154833;
    }
    .btn-alumni {
        color:  #FFFFFF;
        background-color: #651B5A;
        border-color: #651B5A;
    }
    .btn-alumni:hover, .btn-alumni:focus {
        color:  #FFFFFF;
        background-color: #651B5A;
        border-color: #651B5A;
    }
    .btn-grad {
        color:  #FFFFFF;
        background-color: #710f1c;
        border-color: #9e1527;
    }
    .jumbotron-undergrad{
      padding: 10px 15px;
      color: inherit;
      background-color: #005274;
    }
    .jumbotron-undergrad h2,
    .jumbotron-undergrad .h2 {
      color: #FFFFFF;
      font-size: 40px;
      font-weight: bold;
    }
    .ug-h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .jumbotron-grad{
      padding: 10px 15px;
      color: inherit;
      background-color: #710f1c;
    }
    .jumbotron-grad h2,
    .jumbotron-grad .h2 {
      color: #FFFFFF;
      font-size: 40px;
      font-weight: bold;
    }
    .g-h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

     .prospective-contact-panel {
        background-color: #005274;
        color: #FFFFFF;
        padding: 15px 25px 15px 25px;
        margin-left: -15px;
        margin-right:  -15px;
    }
    .prospective-contact-panel  a {
        color: #FFFFFF;
    }
    .accommodation-contact-panel {
        background-color: #005274;
        color: #FFFFFF;
        padding: 15px 0px 15px 25px;
        margin-left: -15px;
    }
    .accommodation-contact-panel  a {
        color: #FFFFFF;
    }
    .alumni-contact-panel {
        background-color: #651B5A;
        color: #FFFFFF;
        padding: 15px 25px 15px 25px;
    }
    .alumni-contact-panel  a {
        color: #FFFFFF;
    }
    .supporters-contact-panel {
        background-color: #154833;
        color: #FFFFFF;
        padding: 15px 25px 15px 25px;
    }
    .supporters-contact-panel  a {
        color: #FFFFFF;
    }
    .conf-contact-panel {
        background-color: #710f1c;
        color: #FFFFFF;
        padding: 15px 0px 15px 25px;
    }
    .conf-contact-panel  a {
        color: #FFFFFF;
    }
     .conf-glance-panel {
        background-color: #f2f2ed;
        color: #000000;
        padding: 15px 25px 15px 25px;
    }
    .conf-glance-panel  a {
        color: #000000;
    }
    .at-glance-panel{
        background-color: #f2f2ed;
        color: #000000;
        width: 285px;
        padding: 25px;
    }
    .at-glance-panel a {
        color: #000000;
    }
    .at-glance-panel p{
        margin: 0px;
    }
    .at-accom-glance-panel{
        background-color: #f2f2ed;
        color: #000000;
        width: 277px;
        padding: 25px;
        margin-left: -15px;
    }
    .at-accom-glance-panel a {
        color: #000000;
    }
    .at-accom-glance-panel p{
        margin: 0px;
    }
     .panel-girton {
      border-color: #354234;
    }
    .panel-girton > .panel-heading {
      color: #000000;
      background-color: #f2f2ed;
      border-color: #354234;
    }
    .panel-girton > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #354234;
    }
    .panel-girton > .panel-heading .badge {
      color: #f2f2ed;
      background-color: #000000;
    }
    .panel-girton > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #354234;
    }
    /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
    }
    .featurette-divider-small {
      margin: 50px 0; /* Space out the Bootstrap <hr> more */
    }
    /* Thin out the marketing headings */
    .featurette-heading {
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1px;
      color: #990000;
    }
     /* Thin out the marketing headings */
    .featurette-heading-mega-menu {
      font-weight: 350;
      line-height: 1;
      letter-spacing: -1px;
      color: #990000;
      margin-top: -30px;
      margin-bottom: -30px;
    }
    .news {
        padding-left: 15px;
        padding-right: 15px;
    }
    .news a {
        color: #000000;
    }
    .campaign-banner, .campaign-banner:hover {
        text-decoration: none;
    }
    .prospectus-panel {
        background-color: #f2f2ed;
    }
    .prospectus-links {
        list-style-type: none;
    }
    .prospectus-links a {
        color: #990000;
    }
    .prospectus-links:hover {
        list-style-type: none;
        color: #990000;
    }
    .campaign-panel {
      background-color: #3d3671;
    }
    .hr-campaign {
        border: none;
        height: 5px;
        color: #FFF;
        background-color: #FFF;
    }
    .campaign-title {
      text-align: center;
      color: #FFFFFF;
      font-size: 70px;
      
    }

    .campaign-subtitle {
      color: #FFFFFF;
      font-size: 26px;
      text-align: center;
    }

    .botmargin {
        margin-bottom: 30px;
    }
    .topmargin {
        margin-top: 30px;
    }

    .caption {
        width:100%;
        bottom: 1px;
        position: absolute;
        background:#FFFFFF;
        border: 1px solid #000000;
    }

    .thumbnail {
        border: 0 none;
        box-shadow: none;
        margin:0;
        padding:0;

    }
    .thumbnail .caption {
        padding:0px;
    }
    .caption h3 {
        color: #000000;
        margin-bottom: 20px;
        -webkit-font-smoothing: antialiased;
    }
    /* =============================================================
       FOOTER SECTION STYLES
     ============================================================ */
    footer {
        padding: 0;
        color: #fff;
        font-size: 14px;
        line-height: 1.42857143;
        
    }

    footer {
        background-color: #f2f2ed;
        width: 100%;
    }
    footer h1,h2,h3,h4,h5,h6 {
        color: #990000;
    }
    footer p {
        color: #000000;
    }
    footer p a {
        color: #990000;
    }
    footer p a:hover {
        color: #990000;
    }
    footer ul {
        list-style-type: none;
        padding-left: 0px; 
    }
    footer li {
        list-style-type: none;
    }
    footer ul li a {
        color: #000000;
    }
    footer ul li a:hover {
        color: #990000;
    }
    .footer {
      position: absolute;
      bottom: 0;
      width: 100%;
      /* Set the fixed height of the footer here */
      /*height: 210px;*/
    }

    .ftrtagline {
        background-color: #979797;
        width: 100%;
        margin: -15px;
    }
    .social-media {
        margin-bottom: 5px;
        list-style-type: none;
    }
    .ai1ec-widget-placeholder {
        width: 200px;
    }
    /*==============================================
        DASHBOARD  STYLES    
     =============================================*/

    /* DASHBOARD ICONS */

    .bk-clr-one {
        background-color: #B9B739;
    }

    .bk-clr-two {
        background-color: #F94C4C;
    }

    .bk-clr-three {
        background-color: #119c7e;
    }

    .bk-clr-four {
        background-color: #b739b9;
    }

    .dashboard-div-icon {
        height: 75px;
        width: 75px;
        border: 2px solid #fff;
        padding: 20px;
        border-radius: 50%;
        -webkit-border-radius:50%;
        -moz-border-radius:50%;
        font-size: 30px;
        margin-bottom: 20px;
        color: #fff;
    }

    .dashboard-div-wrapper {
        border-radius: 5px;
        text-align: center;
        padding: 15px;
        color: #fff;
        margin-bottom: 50px;
    }

        .dashboard-div-wrapper .progress {
            height: 2px;
        }

    /* NOTICE BOARD */


    .notice-board .panel {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }

    .notice-board ul {
        padding-left: 0px;
        list-style: none;
    }

    .notice-board li {
        padding: 10px;
        border-bottom: 1px solid #E5E5E5;
    }

        .notice-board li span {
            margin-right: 10px;
            border: 1px solid #DBDBDB;
            padding: 5px;
        }

        .notice-board li a, .notice-board li a:hover {
            text-decoration: none;
            color: #000;
        }

    /* SOCIAL BUTTONS */
    .btn-social {
        color: white;
        opacity: 0.8;
    }

        .btn-social:hover {
            color: white;
            opacity: 1;
            text-decoration: none;
        }

    .btn-facebook {
        background-color: #3b5998;
    }
    .btn-linkedin {
        background-color: #007bb6;
    }
    .btn-twitter {
        background-color: #00aced;
    }

    .btn-linkedin {
        background-color: #0e76a8;
    }

    .btn-google {
        background-color: #c32f10;
    }
    /* COMMUNITY */
     .modal-dialog {
        width: 1024px;
    }
    .community {
        height: 800px;
    }
    .commmunity ,a:hover, a:focus{
        text-decoration: none;
    }

    .desc {
        color: #000;
    }
    .blurb {
        max-height: 400px;
    }
    .desc a {
        color: #990000;
    }
    .community p {
        color: #000;
    }
    /* CONTACT FORM */
    textarea.contactmessage {
        height: 300px;
    }

    .timeline-container {
        overflow: hidden;
    }

    .gcon {
        padding-bottom: 15px;
    }

    .paging { 
        list-style-type: none;
        margin: 0;
        padding: 0;
     }

     .pagination {
      display: inline-block;
      padding-left: 0;
      margin: 0px 0px 40px 0px;
      border-radius: 4px;
    }
    .pagination > li {
      display: inline;
    }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857143;
      color: #353535;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd;
    }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
    }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
    }
    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
      color: #353535;
      background-color: #eee;
      border-color: #ddd;
    }
    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
      z-index: 2;
      color: #fff;
      cursor: default;
      background-color: #353535;
      border-color: #353535;
    }
    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
      color: #777;
      cursor: not-allowed;
      background-color: #fff;
      border-color: #ddd;
    }
    .pagination-lg > li > a,
    .pagination-lg > li > span {
      padding: 10px 16px;
      font-size: 18px;
    }
    .pagination-lg > li:first-child > a,
    .pagination-lg > li:first-child > span {
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px;
    }
    .pagination-lg > li:last-child > a,
    .pagination-lg > li:last-child > span {
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px;
    }
    .pagination-sm > li > a,
    .pagination-sm > li > span {
      padding: 5px 10px;
      font-size: 12px;
    }
    .pagination-sm > li:first-child > a,
    .pagination-sm > li:first-child > span {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
    }
    .pagination-sm > li:last-child > a,
    .pagination-sm > li:last-child > span {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
    }

     .jumbotron-search {
      padding: 30px 15px;
      margin-bottom: 30px;
      color: inherit;
      background-color: #f2f2ed;
    }
    .jumbotron-search h1,
    .jumbotron-search .h1 {
      color: inherit;
    }
    .jumbotron-search p {
      margin-bottom: 15px;
      font-size: 21px;
      font-weight: 200;
    }
    .jumbotron-search > hr {
      border-top-color: #d5d5d5;
    }
    .searchpath {
        color: #787878;
    }
    .panel {
        margin-bottom: 30px;
    }
    .panel-insta {
        width: 358px;
        height: 358px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .lightbox {
    /** Default lightbox to hidden */
    display: none;

    /** Position and style */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

.lightbox img {
    /** Pad the lightbox image */
    max-width: 90%;
    max-height: 80%;
    margin-top: 2%;
}

.lightbox p {
    max-width: 480px;
    max-height:100%;
    margin: auto;
    color: #FFFFFF;
    font-size: 18px;
}

.lightbox:target {
    /** Remove default browser outline */
    outline: none;

    /** Unhide lightbox **/
    display: block;
}
}

/** INFO CARD TEST FLIP **/

.info-card {
    float: left;
    margin: 10px;
    -webkit-perspective: 600px;
}

.front, .back {
    background: #FFF;
    border-radius: 10px;
    transition: -webkit-transform 1s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    border: 1px solid black;
}

.front {
    overflow: hidden;
    width: 250px;
    height: 330px;
    position: absolute;
    z-index: 1;
}

.back {
    padding: 20px;
    padding-top: 0px;
    width: 250px;
    height: 330px;
    -webkit-transform: rotateY(-180deg);
    overflow: scroll;
}

.info-card:hover .back {
    -webkit-transform: rotateY(0);
}

.info-card:hover .front {
    -webkit-transform: rotateY(180deg);
}

.card-image {
width: 100%;
height: 100%;
}

/** INFO CARD SLIDE **/

.animate {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .info-carde {
        width: 100%;
        border: 1px solid rgb(215, 215, 215);
        position: relative;
        font-family: 'Lato', sans-serif;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .info-carde > img {
        width: 100px;
        margin-bottom: 60px;
    }
    .info-carde .info-carde-details,
    .info-carde .info-carde-details .info-carde-header  {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: -100%;
        left: 0;
        padding: 0 15px;
        background: rgb(255, 255, 255);
        text-align: center;
    }
    .info-carde .info-carde-details::-webkit-scrollbar {
        width: 8px;
    }
    .info-carde .info-carde-details::-webkit-scrollbar-button {
        width: 8px;
        height: 0px;
    }
    .info-carde .info-carde-details::-webkit-scrollbar-track {
        background: transparent;
    }
    .info-carde .info-carde-details::-webkit-scrollbar-thumb {
        background: rgb(160, 160, 160);
    }
    .info-carde .info-carde-details::-webkit-scrollbar-thumb:hover {
        background: rgb(130, 130, 130);
    }           

    .info-carde .info-carde-details .info-carde-header {
        height: auto;       
        bottom: 100%;
        padding: 10px 5px;
    }
    .info-carde:hover .info-carde-details {
        bottom: 0px;
        overflow: auto;
        padding-bottom: 25px;
    }
    .info-carde:hover .info-carde-details .info-carde-header {
        position: relative;
        bottom: 0px;
        padding-top: 45px;
        padding-bottom: 25px;
    }
    .info-carde .info-carde-details .info-carde-header h1, 
    .info-carde .info-carde-details .info-carde-header h3 {
        color: rgb(62, 62, 62);
        font-size: 22px;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0 !important;
        padding: 0 !important;
    }
    .info-carde .info-carde-details .info-carde-header h3 {
        color: #990000;
        font-size: 15px;
        font-weight: 400;
        margin-top: 5px;
    }

    .yamm {

  // reset positions 
  .nav, .collapse, .dropup, .dropdown {
    position: static;
  }  

  // propagate menu position under container for fw navbars
  .container {
    position: relative;
  }

  // by default aligns menu to left
  .dropdown-menu {
    left: auto;
  }
  
  // Content with padding 
  .yamm-content {
      padding: 5px; 
      dl.mega-menu dt a{border-bottom:1px solid #000; }
      dl.mega-menu dt a,dl.mega-menu dd a{display:block;padding: 5px ; }  
      dl.mega-menu dt a:hover,dl.mega-menu dd a:hover{ }
dl.mega-menu dt a.active,dl.mega-menu dd a.active:hover{ }

  }

  // Fullwidth menu
  .dropdown.yamm-fw .dropdown-menu {
    left: 0; right: 0;
  }
  
