﻿  /*#region Test*/
     /*#endregion Test*/

/*#region General HTML*/
html, body, h1, h2, h3, h4, h5, h6, a{
  font-family: "museo-sans-rounded",sans-serif;
  color:#757575;
  }
body{
    background:#F7F7F7;
      font-weight:300;
}
h1{color:#198074;}
h2{
    color:#4b9082;
    font-weight:300;
}
h4{
    color:black;
}
i{
      color:#757575;
}
a{
    color:#4b9082;
    transition:.2s ease-in-out;
}
a:hover {
    color:#6ebfad;
    transition:.2s ease-in-out;
}
@font-face{
    font-family: 'FontAwesome';
    src: url('//international.ucla.edu/masterpages/assests/fontawesome/webfonts/fontawesome-webfont.eot');
    font-weight:normal;
    font-style:normal;
}
  .wf-loading  {
          visibility:hidden;
      }
  .accordion{
      visibility:hidden;
  }
/*#endregion*/

  /*#region Header*/

  #header {
      padding-top:25px;
      background:white;
      /*margin-bottom:25px;*/
  }
  #mobileLogoDiv {
      text-align:center;
  }
  #socialMediaIcons {
      float:right;
  }
  #socialMediaIcons a{
      font-size:1.5em;
      margin:0 5px;
  }
   #socialMediaIcons a i {
      color:#757575;
      transition:.7s;
  }
  #socialMediaIcons a:hover i {
      color:#E54598;
      transition:.7s;
  }
    @media screen and (min-width: 639px) {
	#navContainer {
		
	}
}
  ul#topMainNav, ul#topSubNav{
      list-style:none;
      margin-top:84px;
      margin-bottom:0;
  }
  li#nav-about a{
      display:none;
  }
  ul#topMainNav li, ul#topSubNav li {
  display: inline;
  text-align: center;
}

  ul#topMainNav hr, ul#topSubNav hr {
      height: 3px;
      width: 19%;
      margin: 0;
      background: #4b9082;
      border: none;
      transition: .05s ease-in-out;
      visibility:hidden;
}
    ul#topMainNav hr.active{
        visibility:visible;
        margin-left:0!important;
    }
    ul#topMainNav hr.persist{
        visibility:visible!important;
    }
     ul#topMainNav li:nth-child(1):hover ~ hr {
    margin-left:0%;
    visibility:visible;
     width: 14%;
}
    ul#topMainNav li:nth-child(2):hover ~ hr {
    margin-left: 14%;
    visibility:visible;
     width: 14%;
}
    ul#topMainNav li:nth-child(3):hover ~ hr {
    margin-left: 28%;
    visibility:visible;
    width:14%;
}
    ul#topMainNav li:nth-child(4):hover ~ hr {
    margin-left: 42%;
    visibility:visible;
     width: 40%;
}

  ul#topMainNav li:nth-child(5):hover ~ hr {
    margin-left:82%;
    visibility:visible;
     width: 17%;
}



ul#topSubNav li:nth-child(1):hover ~ hr {
    margin-left: 0%;
    visibility:visible;
}
    ul#topSubNav li:nth-child(2):hover ~ hr {
    margin-left: 25%;
    visibility:visible;
}
    ul#topSubNav li:nth-child(3):hover ~ hr {
    margin-left: 50%;
    visibility:visible;
}
    ul#topSubNav li:nth-child(4):hover ~ hr {
    margin-left: 75%;
    visibility:visible;
}

  #topMainNav li a, #topSubNav li a{
    font-family: "museo-sans",sans-serif;
    font-weight:500;
    color:#757575;
    text-transform:uppercase;
    display: inline-block;
    padding: .75rem 0;
    margin: 0;
    text-decoration: none;
    color: #333;
  }
    ul#topMainNav li a:hover, ul#topSubNav li a:hover{
      margin-bottom:0px;
  }
    ul#topMainNav li:nth-child(1) a {
        width:14%;
    }
    ul#topMainNav li:nth-child(2) a {
        width:14%;
    }
    ul#topMainNav li:nth-child(3) a {
        width:14%;
    }
    ul#topMainNav li:nth-child(4) a {
        width:40%;

 ul#topMainNav li:nth-child(5) a {
        width:17%;
    }

    }
    ul#topSubNav li a {
        width:25%;
    }
    ul#topSubNav li a.selected{
        background:#366057;
    }
    ul#topMainNav li#nav-about a img{
        padding-left:5px;
    }
  .slicknav_menu {
      display:none;
  }
  .slicknav_menu{
      background:#4B9082;
  }
  .slicknav_btn {
      background-color:#305D54;
      display:inline-block;
      float:right;
  }
  #mobileNav {
      display:none;
  }
@media screen and (min-width:640px) and (max-width: 1023px) {
    ul#topMainNav {
        margin-top:0;
    }
}
  @media screen and (max-width: 639px) {
      #topBannerLogoMobile {
          margin-bottom:25px;
      }
	.slicknav_menu {
		display:block;
	}
    #socialMediaIcons{
        float:left;
        display:inline-block;
        margin-top:5px;
    }
    #socialMediaIcons a i{
        color:white;
    }
}
  #subNavContainer{
      background:#4b9082;
      height:0;
      transition:.3s ease-in-out;
      pointer-events:none;
      position:absolute;
      width:100%;
      z-index:99999;
  }
  #subNavContainer ul#topSubNav li a{
      opacity:0;
      transition:.3s ease-in-out;
  }
  #subNavContainer.active {
      height:52px;
      transition:.3s ease-in-out;
      pointer-events:all;
      z-index:99999;
  }
  #subNavContainer.persist{
      height:52px!important;
      pointer-events:all!important;
  }
    #subNavContainer.active ul#topSubNav li a{
      opacity:1;
      transition:.3s ease-in-out;
  }
    #subNavContainer.persist ul#topSubNav li a{
      opacity:1!important;
  }
  #subNavContainer #subNavRow {
      max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (max-width:639px){
      #subNavContainer{
      display:none;
  }
  }
  
  ul#topSubNav {
      margin-top:0;
  }
  ul#topSubNav li a{
      color:white;
      text-transform:none;
  }
  ul#topSubNav hr {
      background:white;
      width:25%;
  }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    ul#topMainNav hr, ul#topSubNav hr {
    display:none;
    }
    ul#topMainNav li a:hover, ul#topSubNav li a:hover{
        text-decoration:underline;
    }
}
    @supports (-ms-accelerator:true){
       ul#topMainNav hr, ul#topSubNav hr {
        display:none;
        }
        ul#topMainNav li a:hover, ul#topSubNav li a:hover{
            text-decoration:underline;
        }
    }
    /*#aboutCarrot.persist{
        display:none;
    }*/
    #dispatchesRow{
        margin-top:50px;
        margin-bottom:30px;
    }
    .headerHR{
          border-bottom: 1px solid #dedede;
    margin: 0;
    max-width: 100%;
    }
     /*#endregion*/

 /*#region Event Page*/


        #rsvpButton {
            height:35px;
            margin-right:10px;
        }
        #calendarButton {
            height:35px;
        }

        #rsvpButtonLink:hover {
            opacity:.8;
        }

        #calendarButtonLink:hover {
            opacity:.8;
        }
                .button {
        background-color: #09609d;
border-color: #09609d;
        }
        

            .button:hover {
                background-color:#09609d;
                opacity:.8;
            }


/*EVENT LIST LINK*/
            a.eventListLink {
                text-decoration: none;
                color: inherit;
                display:block;
                color: black;
                font-weight: 700;
                padding: 25px 20px 25px 0;
                border-bottom:1px solid #dedede;
            }
                   a.eventListLink:last-of-type {
            border-bottom:0;
            }
          a.eventListLink:hover {
            color: #4b9082; 
          }

        a.eventListLink:hover.active, .active > a.eventListLink:hover {
          opacity: 1;
        }
      a.eventListLink:active {
        color: #4b9082; }

            .eventListContainer{
    
            }

                .eventListContainer .day {
                    text-transform:uppercase;
            text-align: right;
            color: #4b9082; 

                }
                .eventListContainer .date {
                    text-transform:uppercase;
                    font-size:1.4em;
                    line-height:.8em;
            text-align: right;
            color: #4b9082; 
                }

          .leftPadding {
              padding-left:30px;
          }
          @media screen and (max-width:767px) {
            .leftPadding {
            padding-left:0;
            }
            .hideIpad{
                display:none!important;
            }
        }
            .eventListContainer .time {
        text-align: right;
        color: #4b9082; 
            }

            .eventListContainer .eventListType {
                text-align:left;
                text-transform:uppercase;
                font-weight:normal;
            }

            .eventListContainer .eventListTitle {
                font-size:1.4em;
                text-align:left;
                line-height:1.2em;
                font-weight:normal;
            }

            .eventListContainer img {
                width:120px;
                height:120px;

            }
            #eventListMessage{
                display:none;
            }
            .eventListCenter {
                /*margin-top:15px;*/
                font-weight:normal;
            }
        .eventListContainer hr.smallHR {
        width:50%;
        text-align:left;
        margin:5px 0 5px 0;
        }
        .accord-content ul li {
            margin-top:0;
        }

/*EVENT LIST NARROW*/

            a.eventListLink_narrow {
                text-decoration: none;
                color: inherit;
                display:block;
                color: black;
                font-weight: 700;
                padding: 8px 20px 8px 0;
                border-bottom:1px solid #dedede;
            }
            a.eventListLink_narrow:last-of-type {
                border-bottom:1px solid #dedede;
            }
            a.eventListLink_narrow:hover {
                color: #4b9082; 
            }

            a.eventListLink_narrow:hover.active, .active > a.eventListLink_narrow:hover {
              opacity: 1;
            }
            a.eventListLink_narrow:active {
                color: #4b9082; 
            }
            .eventListContainer_narrow{
    
            }
            .eventListContainer_narrow .day {
                text-transform:uppercase;
                text-align: right;
                color: #4b9082; 
            }
            .eventListContainer_narrow .date {
                text-transform:uppercase;
                font-size:1.4em;
                line-height:.8em;
                text-align: right;
                color: #4b9082; 
            }
            .eventListContainer_narrow .time {
                text-align: right;
                color: #4b9082; 
            }

            .eventListContainer_narrow .eventListType_narrow {
                text-align:left;
                text-transform:uppercase;
                font-weight:normal;
            }

            .eventListContainer_narrow .eventListTitle_narrow {
                font-size:1.4em;
                text-align:left;
                line-height:1.2em;
                font-weight:normal;
            }

            .eventListContainer_narrow img {
                width:80px;
                height:80px;

            }
            #eventListMessage_narrow{
                display:none;
            }
            .eventListCenter_narrow {
                /*margin-top:15px;*/
                font-weight:normal;
            }
            .eventListContainer_narrow hr.smallHR {
                width:50%;
                text-align:left;
                margin:5px 0 5px 0;
            }
            .accord-content ul li {
                margin-top:0;
            }
                 /*#endregion Test*/


       /*#region Footer*/
       #footer {
           background:#f7f7f7;
           padding-top:30px;
           margin-top:20px;
       }
.pinkLink {
    color: #971658;
}
       .pinkLink:hover {
            color:#aa3a74;
        }
     /*#endregion */

       /*#region Home Page*/
       .imgBannerDiv{
           position:relative;
                   -webkit-box-shadow: 0px 3px 25px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 25px -6px rgba(0,0,0,0.75);
box-shadow: 0px 3px 25px -6px rgba(0,0,0,0.75);
       }
       .imgBannerDiv img {
           width:100%;
       }
       .imgBannerDiv div.linkBox{
           position:absolute;
           top:10%;
           right:15%;
           max-width:300px;
       }
       
       .imgBannerDiv div.linkBox h3, .imgBannerDiv div.linkBox span, .imgBannerDiv div.linkBox a{
           color:white;
           font-weight:300;
           display:inline-block;
       }
        .imgBannerDiv div.linkBox h3{
            margin-bottom:25px;
        }
        .imgBannerDiv div.linkBox a {
            margin-top:25px;
            letter-spacing:.1em;
            text-transform:uppercase;
            padding:10px 30px;
            background-color:#E54598;
        }
         .imgBannerDiv div.linkBox a:hover {
            background-color:#aa3a74;
        }
         @media screen and (max-width:1100px) and (min-width:769px){
           .imgBannerDiv div.linkBox h3{
               margin-bottom:5px;
           }
           .imgBannerDiv div.linkBox a{
               margin-top:15px;
           }
       }
@media screen and (max-width:1010px) {
    .imgBannerDiv div.linkBox{
        display:none;
    }
}
       .imgBannerDiv span.caption{
           position:absolute;
           bottom:5px;
           left:20px;
       }
       .imgBannerDiv span.caption, .imgBannerDiv span.caption a{
           color:white;
           font-size:.9em;
           font-style:italic;
       }
       .imgBannerDiv span.caption a:hover{
           color:#6ebfad;
       }
       .textBannerDiv{
           padding-top:50px;
           margin-bottom:30px;
           background:#4b9082;
       }
       #buttonDown {
           position:absolute;
           margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            display:none;
       }
       @media screen and (max-width:639px){
           #buttonDown{
               display:none!important;
           }
       }
       .homePageBox {
           text-align:center;
           color:white;
       }
       .homePageBox h4, .homePageBox a{
           color:white;
       }
       .homePageBox a{
            padding:20px 10px 40px 10px;
            display:block;
       }
        /*.homePageBox a:hover{
           background:#e54598;
           transition:.2s;
       }*/
        .homePageBox a:hover h4 {
            text-decoration:underline;
        }
       .homePageBox p{
           font-weight:normal;
       }
       .homePageBox h4{
           font-weight:500;
           margin-bottom:15px;
       }
       .homePageBox span {
           font-weight:300;
           font-size:.9em;
       }
       .homePageBox a:hover{
           color:white;
       }
       .homePageBox img.arrowRight {
           padding-left:10px;
           transition:.5s;
       }
       .homePageBox a:hover img.arrowRight {
           /*padding-left:25px;*/
           transition:.5s;
            -ms-transform: translate(20px,0);
            -webkit-transform: translate(20px,0);
            transform: translate(20px,0);
       }
       img.featuredContentImg{
           margin-bottom:15px;
       }
       @media screen and (max-width:768px) {
    img.featuredContentImg{
           width:100%;
       }
}
     /*#endregion*/

            /*#region general body*/

                     #mainContent{
                    padding-top:72px;
                    padding-bottom:30px;
                    background:white;
                }
                                 @media screen and (max-width:639px){
                                     #mainContent{
                                         padding-top:0;
                                     }
                                 }
                       /*#endregion*/

       /*#region accordion*/
     .accordion{
         border:0;
     }
     .accordion h3{
         color:#4b9082;
         cursor:pointer;
         display:block;
         position:relative;
         margin-top:30px;
     }
     .accordion h3:first-of-type{
         margin-top:0;
     }
     .ui-state-focus { outline: none; }
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-accordion-header span:not(.ui-accordion-header-icon){
    float:left;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    margin-left: 8px;
    display: inline-block;
}
.ui-state-default .ui-icon {
    background-image: url("/masterpages/cgih/img/accordion_carrot_up.png");
}
.ui-state-active .ui-icon {
    background-image: url("/masterpages/cgih/img/accordion_carrot_down.png");
}
       /*#endregion */



         /*#region Lists*/
         .peopleListLink{
             color:#757575;
         }
         .peopleListLink:hover{
             color:#757575;
         }
            .row.peopleList{
           /*margin-bottom:40px;*/
       }
            a.peopleListLink:hover{
                color:#4b9082;
            }
            hr.listHR{
                border-color:#dedede;
                border-bottom:1px solid #dedede;
            }
            .collapseLink {

            }
            .collapseDiv{
                display:none;
            }
            .personTitle{
                /*color:black;*/
            }
            h4.peopleListName {
                color:#4b9082;
            }
            .personImage {
                width:100%;
            }
            p.listAbstract{
                font-size:1.1em;
                margin-bottom:30px;
            }
     /*#endregion */
    
              /*#region Display Pages*/
     .largeImageVideo {
         margin-right:15px;
         float:left;
     }
     ul.breadCrumbs {
         margin-bottom:10px;
         list-style:none;
         margin-left:0;
     }
     #coursesContent h4{
         margin-top:25px;
     }   
     #coursesContent p{
         margin-bottom:10px;
     }
     #coursesContent p.abstract{
         margin-bottom:0;
     }














     /*html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}*/



p.mainSliderCreditbox {
    position: absolute;
    display: block;
    bottom: 85px;
    left: 9px;
    padding-left: 7px;
    padding-bottom: 3px;
    font-style: italic;
    font-size: 0.61em;
    background-color: rgba(128,128,128,0.8);
    color: white;
}





p.mainSliderCredit {
    position: absolute;
    margin-left: 10px;
    top: 525px;
    right: 20px;
    font-size: .8em;
    opacity: .75;
    background-color: rgba(0,0,0,0.80) !important;
}

    p.mainSliderCredit a {
        color: white;
        text-decoration: none;
    }

        p.mainSliderCredit a:hover {
            text-decoration: underline;
        }

@media screen and (max-width:583px) {
    p.mainSliderCredit {
        bottom: 5px;
        left: 15px;
        top: initial;
    }
}

@media screen and (max-width:377px) {
    p.mainSliderCredit {
        max-width: 150px;
    }
}

@media screen and (min-width:970px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 550px !important;
    }
}

@media screen and (min-width:960px) and (min-height:660px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 550px !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
    .royalSlider.heroSlider,
    .royalSlider.heroSlider .rsOverflow {
        height: 300px !important;
    }

    .infoBlock {
        padding: 10px;
        height: auto;
        max-height: 100%;
        min-width: 40%;
        left: 5px;
        top: 5px;
        right: auto;
        font-size: 12px;
    }

        .infoBlock h3 {
            font-size: 14px;
            line-height: 17px;
        }
}










/*/************************************
            BODY STYLING
************************************/

.infoBlock {
    max-width: 200px;
    color: black;
    font-style: italic;
}

    .infoBlock a {
        color: black;
        text-decoration: none;
    }

.royalSlider {
    width: 100%;
    visibility: hidden;
}

.rsMinW .rsBullets {
    right: 20px;
    line-height: 10px;
    overflow: visible;
}

.rsMinW .rsBullet {
    width: 10px;
    height: 10px;
    margin: 0 2px;
}

    .rsMinW .rsBullet span {
        width: 10px;
        height: 10px;
    }

.rsArrowIcn {
    transform: scale(1.75);
}

.rsMinW .rsArrowLeft {
    right: 60px;
    bottom: 30px;
}

.rsMinW .rsArrowRight {
    right: 15px;
    bottom: 30px;
}

.sliderCaption {
    position: absolute;
    display: block;
    bottom: 35px;
    left: 0px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-style: italic;
    font-size: 0.88em;
    background-color: rgba(128,128,128,0.8);
}



/************************************
            SIDER STYLING
************************************/
.infoBlock {
    position: absolute;
    top: 30px;
    right: 10px;
    left: auto;
    max-width: 25%;
    background: #FFF;
    padding-bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    padding: 15px;
    padding-bottom: 0;
    padding-top: 7px;
}

@media screen and (max-width:767px) {
    .infoBlock {
        display: none;
    }
}


.infoBlockLeftBlack {
    min-width: 300px;
    max-width: 300px;
    color: #231F20;
    background: white;
    background: rgba(0,0,0,0.80) !important;
    background: none;
    left: 10px;
    right: auto;
    top: 66%;
}

    .infoBlockLeftBlack h5 {
        line-height: 1.2em;
        color: white !important;
    }

        .infoBlockLeftBlack h5 a {
            display: block;
            padding-top: 10px;
            text-align: left;
            font-size: .9em;
            color: white !important;
        }

.heroSlider .rsOverflow,
.royalSlider.heroSlider {
    height: 550px !important;
}

.topImageCaption {
}

    .topImageCaption h5 {
        text-align: right;
        color: black;
        font-size: .9em;
        font-style: italic;
    }










/**** SLIDER EXTRA NEEDED CSS ROYAL SLIDER  copied from ccs ******/

#full-width-slider {
    width: 100%;
    color: #000;
}

.coloredBlock {
    padding: 12px;
    background: rgba(255,0,0,0.6);
    color: #FFF;
    width: 200px;
    left: 20%;
    top: 5%;
}

.infoBlock {
    position: absolute;
    top: 30px;
    right: 30px;
    left: auto;
    max-width: 25%;
    padding-bottom: 0;
    background: #FFF;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    padding: 20px;
}

.infoBlockLeftBlack {
    min-width: 300px;
    max-width: 300px;
    color: #FFF;
    background: #000;
    background: rgba(0,0,0,0.50);
    left: 60px;
    right: auto;
}

.infoBlock p {
    font-size: 14px;
    margin: 4px 0 0;
}

.infoBlock a {
    color: #FFF;
    text-decoration: underline;
}

.infoBlock h5 {
    color: white;
}

.photosBy {
    position: absolute;
    line-height: 24px;
    font-size: 12px;
    background: #FFF;
    color: #000;
    padding: 0px 10px;
    position: absolute;
    left: 12px;
    bottom: 12px;
    top: auto;
    border-radius: 2px;
    z-index: 25;
}

    .photosBy a {
        color: #000;
    }

.fullWidth {
    max-width: 1400px;
    margin: 0 auto 24px;
}

.rsMinW .rsBullet {
    width: 10px;
    height: 10px;
}

/*p.mainSliderCredit {
    position:absolute;
    margin-left:10px;
    top:5px;
    right:15px;
    font-size:.8em;
    opacity: .75;
}*/

p.mainSliderCredit a {
    color: white;
    text-decoration: none;
}

    p.mainSliderCredit a:hover {
        text-decoration: underline;
    }

@media screen and (max-width:583px) {
    p.mainSliderCredit {
        bottom: 5px;
        left: 15px;
        top: initial;
    }
}

@media screen and (max-width:377px) {
    p.mainSliderCredit {
        max-width: 150px;
    }
}

@media screen and (min-width:970px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 550px !important;
    }
}

@media screen and (min-width:960px) and (min-height:660px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 550px !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
    .royalSlider.heroSlider,
    .royalSlider.heroSlider .rsOverflow {
        height: 300px !important;
    }

    .infoBlock {
        padding: 10px;
        height: auto;
        max-height: 100%;
        min-width: 40%;
        left: 5px;
        top: 5px;
        right: auto;
        font-size: 12px;
    }

        .infoBlock h3 {
            font-size: 14px;
            line-height: 17px;
        }
}



.missionStatement {
    color: #59595b;
    font-size: 1.2em;
    margin: 25px 0;
    line-height: 1.3em;
}


ul.footerBrandingBottom li a {
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 14px !important;
    font-family: sans-serif !important;
    text-decoration: none !important;
}


p.mainSliderCreditbox {
    position: absolute;
    display: block;
    bottom: 85px;
    left: 9px;
    padding-left: 7px;
    padding-bottom: 3px;
    font-style: italic;
    font-size: 0.61em;
    background-color: rgba(128,128,128,0.8);
    color: white;
}



.row.listRow {
    margin-bottom: 50px!important;
}


.listItemContainer {
}
a.listItemTitle {
    /*color:black;*/
    color: #444;
    font-weight: bold;
    text-decoration: none;
}

p.listItemAbstract {
    color: #4D4D4D;
}

a.listItemMore {
    background-color: #333333;
    padding: 4px 8px;
    color: white !important;
    text-decoration: none;
    font-size: .8em;
    float: right;
    margin-top: 5px;
}

    a.listItemMore:hover {
        text-decoration: underline;
    }

.mainWebsiteContainer {
    margin-bottom: 40px;
}

hr.listPagesHR {
    border: 0;
    border-bottom: 1px solid #999999;
    margin: 35px 0;
}


/************************************
          HEADER STYLING
************************************/

.header {
    border-top: 25px solid #292b75;
}

    .header a {
        text-decoration: none;
    }

        .header a:hover {
            text-decoration: underline;
        }


.headerNavs {
    margin: 0 0 0 0;
    list-style: none;
    font-size: 1em;
    display: inline;
}

    .headerNavs left ul {
        float: left;
    }

    .headerNavs li {
        display: inline-block;
        padding: 0 5px;
        padding-bottom: 8px;
    }

        .headerNavs li:hover {
            padding-bottom: 4px;
            border-bottom: 4px solid #188074 !important;
        }

        .headerNavs li a {
            font-family: "museo-sans",sans-serif;
            font-weight: 500;
            color: #188074;
            text-transform: uppercase;
            display: inline-block;
            padding: .75rem 0;
            margin: 0;
            text-decoration: none;
            color: #333;
        }

            .headerNavs li a:hover {
                text-decoration: none;
                color: #188074;
            }


    .headerNavs.topNav li {
        padding-bottom: 8px;
    }

        .headerNavs.topNav li:hover {
            padding-bottom: 4px;
        }

    .headerNavs.topNav .headerSubNav li {
        padding-bottom: 4px !important;
    }

.topNav li {
    /*padding:0 15px;*/
    /*margin-bottom:25px;*/
    position: relative;
}


.topNav ul {
    margin-top: 16px;
    background: white;
    border-radius: 0 0px 0px 0px;
    border-width: 0 1px 1px;
    padding: 10px 5px 10px 5px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: -9999px;
    z-index: 2;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transition: -moz-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.topNav li:hover ul {
    left: -5px;
    top: 20px;
    width: 210px;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/*@media screen and (min-width:409px) and (max-width:513px) {
    .topNav li.about:hover ul {
        left: -120px;
    }
}

@media screen and (min-width:601px) and (max-width:964px) {
    .topNav li.about:hover ul {
        left: -120px;
    }
}

@media screen and (min-width:1074px) and (max-width:1170px) {
    .topNav li.about:hover ul {
        left: -120px;
    }
}

@media screen and (max-width:513px) {
    .topNav li.research:hover ul {
        left: -120px;
    }
}

@media screen and (max-width:355px) {
    .topNav li.academics:hover ul {
        left: -120px;
    }
}*/

.topNav ul {
    list-style: none;
}

    .topNav ul li {
        width: 100%;
        margin-bottom: 0;
        text-align: left;
        padding-bottom: 4px;
    }

        .topNav ul li:hover {
            border-bottom: none !important;
        }

        .topNav ul li:last-child {
            padding-bottom: 5px;
        }

        .topNav ul li:after {
            content: none;
            margin: 0;
        }

        .topNav ul li a {
            font-size: 1em;
            width: 100%;
            display: block;
        }

            .topNav ul li a:hover {
                text-decoration: none;
                color: #188074;
                border-bottom: none !important;
            }


img.logo {
    margin: 0 0 0 0;
    max-width: 220px;
}

.headerSocialMedia img {
    max-width: 30px !important;
    margin: 0 2px 15px 2px;
}

.f-dropdown li {
    text-align: left;
}

.headerNavs li {
    padding: 0 15px;
}

.row {
    max-width: 75rem; 
}

/*#region Display Pages Styling */

#displayBodyRow {
margin-top:10px;
}

.articleContent .photoCaption {
    font-size:.9em;
    font-style:italic;
        display: block;

}

.articleContent h3, .eventContent h3 {
color:#1B4889;
}

.eventContent h2.pageHeader {
    margin-bottom:0;
}

p.abstract {
color:#1B4889;
font-size:1.3em;
font-weight:bold;
}

.storyPullQuote{
    width: 35%;
    float: right;
    display: block;
    font-size: 1.4em;
    line-height: 1.25;
    font-style: italic;
    color: #5996ad;
    border-top: 2px solid #e3e5e4;
    border-bottom: 2px solid #e3e5e4;

      margin: 1.5em 10px;
      padding: 0.5em 10px;
      /*quotes: "\201C""\201D""\2018""\2019";*/
}

p.storyPullQuote:before{
     color: #ccc;
      /*content: open-quote;*/
      font-size: 4em;
      line-height: 0.1em;
      margin-right: 0.25em;
      vertical-align: -0.4em;
}
.storyPullQuote {
    width: 35%;
    float: right;
    display: block;
    font-size: 1.4em;
    line-height: 1.25;
    font-style: italic;
    color: #2d4f5b;
    border-top: 2px solid #e3e5e4;
    border-bottom: 2px solid #e3e5e4;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    /*quotes: "\201C""\201D""\2018""\2019";*/
}

p.storyPullQuote:before{
     color: #ccc;
      /*content: open-quote;*/
      font-size: 4em;
      line-height: 0.1em;
      margin-right: 0.25em;
      vertical-align: -0.4em;
}


p.abstract {
    color: gray;
    font-size: 1.3em;
    font-weight: bold;
}
a {
    color: #235147;
    transition: .2s ease-in-out;
    font-weight:bold;
}
    a.listItemTitle {
        color: #235147;
        transition: .2s ease-in-out;
        font-weight: bold;
        text-decoration: none;
    }

/* Hide Hamburger */
#page-nav label, #hamburger {
    display: none;
}


@media screen and (max-width: 640px) {

    #page-nav {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

        #page-nav label {
            display: inline-block;
            font-style: normal;
            font-size: 1.1em;
            padding: 10px;
            cursor: pointer;
        }

        /* Hide menu items by default on mobile */
        #page-nav ul.headerNavs {
            display: none;
        }

    /* Show menu items when checkbox is checked */
    #hamburger:checked ~ ul.headerNavs {
        display: block;
    }

    /* Break down menu items into vertical */
    #page-nav ul li {
        width: 100%;
        display: block;
    }

    #page-nav ul li {
        border-top: 1px solid #333;
    }

    /* Toggle show/hide menu on checkbox click */
    .headerSubNav {
        display: none;
    }

        .headerSubNav.visible {
            display: block;
        }

    ul.headerSubNav.visible {
        width: 350px !important;
    }

    #page-nav .topNav {
        margin-top: 3.2em;
        margin-left: -4em;
        width: 100% !important;
    }

    #page-nav .topNav {
        text-align: center;
    }

    #pagesLeftContent .sync {
        height: auto;
    }

    .overlap {
        margin-top: 0px !important;
    }

    ul.headerNavs {
        position: unset;
        bottom: unset;
    }

    .headerNavLinks {
        height: unset;
    }

}



    /*#endregion */
    /*#endregion */
    /*#endregion */