/*-------------------------------------------------*\
    PRINT PAGE ELEMENTS
\*-------------------------------------------------*/



#headerimg-sm {display:none !important;}
#nav-wrapper2019 {display:none !important;}
#footer {display:none !important;}



    HTML,BODY{  font-size:1em; height: 100%; }

    BODY{
        //display: flex;
        //flex-direction: column;
    }

    #page-content{
      //display: inline-table; /* MAY NEED TO CHANGE DISPLAY TYPE */ 
      //margin-bottom: auto;
    }

  body > .container{padding-left:1.5em !important; padding-right:1.5em !important;}

    A { color:#105d8c;}

    A:hover {
        color:#064e7b;
    }

    img{
      height:auto !important;
      max-width:100%;
    }
    
    
    
    #page-content img{margin:10px;}

    H1,H2,H3,H4,H5,H6{
        font-family:"Fjalla One",sans-serif;
        font-weight:normal;
        text-transform:capitalize;
        //margin:2em 0 .5em 0;
        line-height:1.2;
    }

    H1{
        color: #ffffff;
        font-size:4em;
        margin:0 .5em;
        text-shadow:0 0 12px #333,1px 1px 2px #000;
        text-transform:uppercase;
    }

    H2 {
        font-size: 1.85em;
        //padding: .5em;
        padding: .25em .2em .25em .2em;
        //margin: .5em .2em;
        margin: .7em .2em .5em -.4em;
        width: auto;
        border-left: 7px solid #990000;
        line-height: 1.1em;
    }

    H3 {
        //display:inline-block;
        position:relative;
        font-size: 1.6em;
        //padding:.2em;
        padding: .25em .2em .25em .2em;
        //margin:.2em;
        margin: .7em .2em .5em -.4em;
        //width: auto;
        border-left: 4px solid #eecc33;
    }

    H4 {
        color:#900;
        //display:inline-block;
        position:relative;
        font-size: 1.3em;
        //padding:.2em;
        //margin:.2em;
        //width: auto;
        //border-left: 4px solid #1781c3;
    }

    H5{
        //display:inline-block;
        position:relative;
        font-size: 1.10em;
        //padding:.2em;
        //margin:.2em;
        //width: auto;
        //border-left: 4px solid #064e7b;
    }

    H6{
        //display:inline-block;
        position:relative;
        font-size: .9em;
        //padding:.2em;
        //margin:.2em;
        //width: auto;
        //border-left: 4px solid #333;
    }

    #secondary-name{
        color: #ffffff;
        display:block;
        font-size:2.5em;
        text-shadow:0 0 15px #000,1px 1px 2px #000;
        text-transform:uppercase;
        line-height:1.05;
    }

    #top-launch h2{width:100%;}

    body#single-column #headerimg-sm{margin-bottom:40px;}

    .sidebar{border-left: 1px solid #ededed;}

    .sidebar h2{
        border-left: none;
        margin-left: 0;
        font-size: 1.25em;
        background: #064e7b;
        color: #fff;
        padding: 0.4em 0.5em;
    }

    .sidebar h3{
        font-size: 1em;
        border-left: 0;
        background: #780000;
        color: #fff;
        margin: .7em auto;
        padding: 0.4em 0.5em;
    }

    .sidebar h4, .sidebar h5, .sidebar h6{font-size: 1em; background:none; color: #000;}

    .sidebar p{
        margin-left: 0.5em;
    }

.sidebar img{margin-left:0 !important; margin-right:0 !important;}

    .sidebar ul{padding-left:1.5em;}

    .sidebar ul li{padding:0.4em;}

    .ui.breadcrumb{margin-top:20px !important;}

    .ui.breadcrumb a{color: #105d8c;}

    .heading-font{
        font-family:"Fjalla One",sans-serif;
        font-weight:normal;
        text-transform:uppercase;
    }


.profile-bg:nth-child(even) {
    background: #EEE;
    padding: .5em;
    
}
    #search-page a {
        background-image: none !important;
        padding: 0 !important;
    }

    .hide{
        display:none !important;
    }

    .visuallyhidden { 
        position: absolute; 
        overflow: hidden; 
        clip: rect(0 0 0 0); 
        height: 1px; width: 1px; 
        margin: -1px; padding: 0; border: 0; 
    }

    #back-to-top{
      z-index:250;
      bottom: 0;
      left:0;  
      position: fixed;
      visibility: hidden;
    }

    #back-to-top button{
      box-shadow: 0px 0px 4px -2px #000 !important;
      border-radius: 0% 100% 00% 0;
      text-align: center;
      width: 75px;
      height: 75px;
      font-size: .7em;
      padding: 10px 25px 5px 10px;
      background: rgba(0,0,0,0.5) !important;
      color: #fff;
    }

    #back-to-top button i{margin: 0;}

    .message-hide{display:none;}

    .ui.sticky, .ui.sticky.bound.top, .ui.sticky.fixed.top{position: fixed; top:auto !important; bottom:20% !important;}

.top-flag {
    z-index:  101;
    position: absolute;
    left: 2em;
    width: 35%;
    max-width: 150px;
}

.modal h2, .modal h3{border:none !important;}

/*-------------------------------------------------*\
    FILE TYPE ICONS
\*-------------------------------------------------*/

    a[href$= ".pdf"], a[href$= ".PDF"]{
        background-image: url(https://www.fit.edu/media/fit-website/site-assets/images/file-icons/pdf-icon.png);
        background-position: center left;
        background-repeat: no-repeat;
        background-size:22px;
        padding-left: 25px;
        /*height: 25px;*/
        display: inline-block;
        padding-top: 0px;
    }

    a[href$= ".ppt"], a[href$= ".PPT"]{
        background-image: url(https://www.fit.edu/media/fit-website/site-assets/images/file-icons/ppt-icon.png);
        background-position: center left;
        background-repeat: no-repeat;
        background-size:22px;
        padding-left: 25px;
        /*height: 25px;*/
        display: inline-block;
        padding-top: 0px;
    }

    a[href$= ".pptx"], a[href$= ".PPTX"]{
        background-image: url(https://www.fit.edu/media/fit-website/site-assets/images/file-icons/pptx-icon.png);
        background-position: center left;
        background-repeat: no-repeat;
        background-size:22px;
        padding-left: 25px;
        /*height: 25px;*/
        display: inline-block;
        padding-top: 0px;
    }

    a[href$= ".doc"], a[href$= ".DOC"]{
        background-image: url(https://www.fit.edu/media/fit-website/site-assets/images/file-icons/doc-icon.png);
        background-position: center left;
        background-repeat: no-repeat;
        background-size:22px;
        padding-left: 25px;
        /*height: 25px;*/
        display: inline-block;
        padding-top: 0px;
    }

    a[href$= ".docx"], a[href$= ".DOCX"]{
        background-image: url(https://www.fit.edu/media/fit-website/site-assets/images/file-icons/docx-icon.png);
        background-position: center left;
        background-repeat: no-repeat;
        background-size:22px;
        padding-left: 25px;
        /*height: 25px;*/
        display: inline-block;
        padding-top: 0px;
    }

    a[href$= ".xls"], a[href$= ".XLS"]{
        background-image: url(https://www.fit.edu/media/fit-website/site-assets/images/file-icons/xls-icon.png);
        background-position: center left;
        background-repeat: no-repeat;
        background-size:22px;
        padding-left: 25px;
        /*height: 25px;*/
        display: inline-block;
        padding-top: 0px;
    }

    a[href$= ".xlsx"], a[href$= ".XLSX"]{
        background-image: url(https://www.fit.edu/media/fit-website/site-assets/images/file-icons/xlsx-icon.png);
        background-position: center left;
        background-repeat: no-repeat;
        background-size:22px;
        padding-left: 25px;
        /*height: 25px;*/
        display: inline-block;
        padding-top: 0px;
    }

    a[href$= ".zip"], a[href$= ".ZIP"]{
        background-image: url(https://www.fit.edu/media/fit-website/site-assets/images/file-icons/zip-icon.png);
        background-position: center left;
        background-repeat: no-repeat;
        background-size:22px;
        padding-left: 25px;
        /*height: 25px;*/
        display: inline-block;
        padding-top: 0px;
    }

    a[href$= ".txt"], a[href$= ".TXT"]{
        background-image: url(https://www.fit.edu/media/fit-website/site-assets/images/file-icons/txt-icon.png);
        background-position: center left;
        background-repeat: no-repeat;
        background-size:22px;
        padding-left: 25px;
        /*height: 25px;*/
        display: inline-block;
        padding-top: 0px;
    }



/*-------------------------------------------------*\
    COLORS
\*-------------------------------------------------*/

    .blue{
        background:#064e7b;
        color:#ffffff !important;
        text-align:center;
        padding:.5em;
        margin:2em;
    }

    .red{
        padding:.5em;
        margin:15px 0;
        background:#770000;
        color:#ffffff !important;
    }

    .yellow{
        display:inline-block;
        position:relative;
        padding:.5em;
        margin:15px 0;
        background:#eecc00;
        border:0;
    }

    .blue a, .red a, .green a{color:#fff !important;}

    .yellow a, .grey a, .white a{color:#333 !important;}


    .ui.button.red{
        background-color:#990000 !important;
    }

    .ui.button.red:hover{
        background-color:#770000 !important;
    }


/*-------------------------------------------------*\
    HEADER AND TOP NAV   
\*-------------------------------------------------*/


    #headerimg {
        display:table;
        margin-bottom: 20px;
        height: 66%;
        max-height:500px;
        width:100%;
        z-index: 100;

    //background-color: #064e7b;
    //background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.05) 35px, rgba(255,255,255,.05) 70px);
}

#headerimg img.headerimg {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    position: absolute;
    // clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 calc(100% - 15vw));
    //transform: skewY(2deg);
    //transform-origin: top right;
    top: 0px;
}

.site-title {
    color: @white;
    display:table-cell;
    position: relative;
    text-align: center;
    //padding-top: 5%;
    text-align:center;
    vertical-align:middle;
    z-index: 99;
}

#headerimg-sm {
    display:table;
    height: 33%;
    max-height:350px;
    width:100%;
    z-index: 100;
}

#headerimg-sm img.headerimg {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0px;
}

#header{
    position:relative;
    z-index:200;
}

#header #utility-bar{
    height:50px;
    padding:16px;
    border-bottom:3px solid #880000;
    background:left;
    background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #c8c8c8), color-stop(1, #ffffff));
    background:-ms-linear-gradient(bottom, #c8c8c8, #ffffff);
    background:-moz-linear-gradient(center bottom, #c8c8c8 0, #ffffff 100%);
    background:-o-linear-gradient(#ffffff, #c8c8c8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c8c8c8', GradientType=0);
}

#header #utility-bar a.blue.apply{
    background:#1781c3;
    color:#ffffff;
    padding:8px 12px;
    transition:all .15s;
}

#header #utility-bar a.blue.apply:hover{
    background-color:#064e7b;
}

#header #utility-bar .column{
    padding:0;
}

#header #utility-bar #wordmark .item{
    display:inline-block;
    margin:0 .35714286em;
    padding:.91428571em .92857143em;
}

#header #utility-bar .launchpads .ui.dropdown>.text{
    font-size:.95em;
}

.ui.inline.dropdown.active.visible, .item.launchpads{z-index:210;}





#header #nav-wrapper{position: relative; z-index: 200;}

#search-area.disabled form#search-form{
  float: right;
  margin-top: -48px;
  z-index: 100;
  transition: all .5s;
  opacity: 0;
}

#search-area form#search-form{
  float: right;
  margin-top: 15px;
  z-index: 200;
  transition: all .5s;
  position:absolute;
  top:25px;
  right:25px;
}

#search-area{
  position:relative;
}






#header #nav-wrapper{
    background:#770000;
    border-bottom:4px solid #880000;
    box-shadow:0 2px 2px rgba(0,0,0,0.3);
}

#header #nav-wrapper #nav,#header #nav-wrapper .ui.menu{
    background:#770000;
    border:none !important;
    box-shadow:none !important;
}

#header #nav-wrapper #nav a,#header #nav-wrapper .ui.menu a{
    border:none !important;
    color:#ffffff;
    padding:0 !important;
}

#header #nav-wrapper #nav a:hover,#header #nav-wrapper .ui.menu a:hover{
    background:#990000;
}

#seal.item:hover{
    background: none !important;
}

a#seal {
margin-top: 1em;
}

#header #nav-wrapper #nav #seal img,#header #nav-wrapper .ui.menu #seal img{
    background:#770000;
    border-bottom:3px solid #880000;
    border-radius:50%;
    box-shadow:0 3px 2px -2px rgba(0,0,0,0.5);
    margin:0 auto -35px;
    bottom:0;
    left:0;
    right:0;
    padding:3px;
    position:absolute;
    width:7em;
}

#header #nav-wrapper #nav .item::before,#header #nav-wrapper .ui.menu .item::before{
    background:none !important;
}

#responsive-menu-button{
    display:none;
    margin:.3em 0 0 0;
    cursor:pointer;
    color:#ffffff;
}

#responsive-menu{
    color:#ffffff;
}

#responsive-menu.ui.modal.full{
    height:95% !important;
}

#responsive-menu.ui.modal.full>.content{
    display:block;
    height:100%;
}

#responsive-menu.ui.modal.full>.content .item, #responsive-menu.ui.modal.full>.content .title{
    display:block;
    font-size:1.25em;
    line-height:1.8em;
    color:#ffffff;
    background: #700;
    margin:5px 0;
    text-align:left;
    padding:0 20px;
}

.ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui), .ui.accordion:not(.styled) .title ~ .content:not(.ui){padding-top:0 !important;}

#mobile-nav-utility .accordion .content a {
    background:#333 !important;
}

#responsive-menu.ui.modal.full>.content a .item::before {
    background:none !important;
}

#responsive-menu.ui.modal.full>.content form{
    margin:10px 0;
    text-align:center;
}

#responsive-menu.ui.modal.full>.close{
    right:0;
    top:0;
}


_:-ms-input-placeholder,:root img.imgSeal{
    margin:-50px auto !important;
}

_::-webkit-full-page-media,_:future,:root img.imgSeal{
    margin:-50px auto !important;
}



/*-------------------------------------------------*\
    BODY
\*-------------------------------------------------*/
    


    #sub-nav{
        margin:0;
        padding:0;
    }

    #sub-nav a{
        color:#064e7b;
        font-size:1.05em;
        line-height:1.2em;
        padding:.3em;
        display:block;
        border-right: 5px rgba(23,129,195,0) solid;
    }

    #sub-nav a:hover{
        background:#efefef;
        border-right: 5px #1781c3 solid;
    }


    

    

    #sub-nav .currentbranch0, #sub-nav .currentbranch1, #sub-nav .currentbranch2{
        font-weight: bold;
    } 

    #sub-nav .multilevel-linkdiv-0 a{
        padding-left:35px;
    }

    #sub-nav .multilevel-linkdiv-0 a::before{
        font-family: Icons;
        font-size: .9em;
        content: "\f105";
        margin-left: -15px;
        position: absolute;
    }

    #sub-nav .multilevel-linkdiv-1 a{
        padding-left:60px;
    }
    
    #sub-nav .multilevel-linkdiv-1 a::before{
        font-family: Icons;
        font-size: .9em;
        content: "\f101";
        margin-left: -15px;
        position: absolute;
    }    

    .introtext{
        font-size:1.3em;
    }


    .list a.item{
        color:#333333 !important;
    }

    .list a.item:hover{
        color:#000000;
        background:rgba(0,0,0,0.1) !important;
    }


    img.subheadimg{
        margin-bottom:15px;
        max-height:100%;
        max-width:100%;
    }

    

    div.section:nth-child(even){
        background:#f3f3f3;
    }

    div.section:nth-child(1n+2){
        padding-top:20px !important;
        padding-bottom:30px !important;
        margin:30px 0 !important;
    }

    .ui.breadcrumb{font-size:.85em !important; padding:0 2%;}


     #page-content .featured  .card img{
      margin:0px;
      height:200px !important;
      object-fit:cover;
      width:100%;
    }


    .featured .card .header{
      background: #1781c3;
      bottom: 30px;
      color: #fff;
      font-weight: bold;
      opacity: .9;
      padding: 3% 7%;
      position: absolute;
      z-index: 1;
    }


    .featured .card .description{ padding:0 4px; color:#000 !important;}

    .featured .ui.card > .content > .header:not(.ui), .ui.cards > .card > .content > .header:not(.ui){font-size: 1em !important;}

    .card .header:empty{display:none;}

    
    #page-content .card img{margin:0;}
    
    #page-content .card br:nth-child(2), #page-content .card br:nth-child(4), #page-content .card br:nth-child(6){
        display:block;
        margin:5px;
    }

    #page-content .card .header {
        font-size: 1.15rem !important;
        margin-bottom: 10px;
    }

    .rss_feed{margin-top:20px; margin-bottom:20px;}

/*-------------------------------------------------*\
    Calls to Actions
\*-------------------------------------------------*/

.sidebar img{
    z-index: 100;
}

.sidebar .cta{
    margin-bottom: 1.5em;
  /*block-size:9em;*/
}

.sidebar .cta a{
   color:#770000;
}

.sidebar .cta span{
    font-family: "Fjalla One",sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.25em;
    line-height: 1.8em;
    margin: -2.5em -0.5em 0;
    padding-left: .8em;
    display: block;
    position: relative;
}



.sidebar .cta:hover .text{
    color: #880000;
    width: 100%;
    text-decoration: none !important;
}

.sidebar .cta img {
    opacity: 0.5;

    transition: opacity .5s;
}

.sidebar .cta:hover img{
    opacity: 1.0;
    text-decoration: none !important;
    
}

.sidebar .cta .yellow-bar{
    background:#eecc00;
    width:40%;
    min-width: 80px;
    transition: .5s;
    opacity: 1; 
    z-index: 200;
    position: relative;
    height: 35px;
}

.sidebar .cta .text {
    width: 65%;
    min-width: 100px;
    opacity: 1;
    transition: .75s;
}

.sidebar .cta:hover .text{
    opacity: 0;

}

.sidebar .cta:hover .yellow-bar{
    width:100%;
    transition:  .5s ease-in 0s;
}

.sidebar .cta .text-hover{
    visibility:hidden;
    font-size: 1.05em;
    margin-top: -2em;
    width: 100%;
    opacity: 0;
    transition: opacity 0s ease-in-out;
    -webkit-transition: opacity 0s ease-in-out
}

.sidebar .cta:hover .text-hover{
    visibility:visible;
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity .5s ease-in-out .5s;


}


.sidebar .cta .blue-bar-static{
    background:#1781c3;
    width:90%;
    min-width: 150px;
    transition: .5s;
    opacity: 1; 
    z-index: 200;
    position: relative;
    min-height: 35px;
    color: #fff;
}

#body-ctas{
    text-align:center; 
    background: #efefef;
}

#body-ctas .cta{
    text-align:center;
}

#body-ctas .cta img{
        height:200px !important;
        margin:0 !important;
        width:100%;
        object-fit:cover;
    }

#body-ctas .cta h2{
        border-left: none !important;
        border-bottom: 2px solid #aaa;
        font-size:1.71428571rem !important;
        padding-bottom: 10px !important;
        padding-left:0 !important;
        padding-right:0 !important;
        text-align: center;
        width: 75%;
        margin: 10px auto;
        padding-top:0;
  }



/*-------------------------------------------------*\
    NEWS/CALENDAR FEEDS
\*-------------------------------------------------*/



    #news-featured{
        background-color:rgba(255,255,255,0.5);
        margin-top:1rem;
    }

    #news-featured ul{
        list-style:none;
        padding:0;
        margin:0;
    }

    #news-featured ul li{
        line-height:12px;
        margin-bottom:30px;
        position:relative;
    }

    #news-featured ul li .date{
        display:none;
    }

    #news-featured ul li .title{
        bottom:0;
        display:inline-block;
        left:0;
        position:absolute;
        width:100%;
        z-index:200;
    }

    #news-featured ul li .title a {
        background-color:rgba(0,0,0,0.6);
        color:white;
        display:inline-block;
        line-height:1.2;
        min-height:59px;
        padding:10px 15px;
        width:100%;
    }

    #news-featured #research-feed img.preview{
        height:430px !important;
        width:100%;
        object-fit:cover;
    }

    #news-featured #ecurrent-feed img.preview, li.photo-title-overlay-bottom img.preview{
        height:200px !important;
        width:100%;
        objechttps://t4.fit.edu/terminalfour/page/media#t-fit:cover;
    }

    #news-featured #sports-feed img.preview{
        height:200px !important;
        width:100%;
        object-fit:cover;
    }

    #news-featured .launchpad-feed img.preview{
        height:250px !important;
        width:100%;
        object-fit:cover;
    }

    #calendar{
        background-color:rgba(255,255,255,0.7);
        margin-top:1rem;
    }

    #calendar #calendar-list{
        padding-top:0 !important;
    }

    #calendar #calendar-list ul{
        padding:0;
        list-style:none;
    }

    #calendar #calendar-list ul li{
        clear:left;
        display:inline-block;
        width:100%;
    }

    #calendar #calendar-list ul li .date{
        color:#990000;
        font-weight:bold;
        float:left;
        margin:0;
        width:20%;
    }

    #calendar #calendar-list ul li .date .month{
        margin-right:5px;
        text-transform:uppercase;
    }

    #calendar #calendar-list ul li .title{
        border-left:2px solid rgba(85,85,85,0.3);
        float:right;
        margin:0;
        padding:0 0 10px 3%;
        width:80%;
    }

    #calendar #calendar-list ul li .title a{
        color:#333333;
    }

    #calendar #calendar-list ul li .title a:hover{
        text-decoration:underline;
    }

    #calendar #featured-events img.preview{
        height:200px !important;
        width:100%;
        object-fit:cover;
    }

    #calendar #featured-events .date{
        color:#990000;
        display:none;
        font-size:.8em;
        font-weight:bold;
        margin:10px 0;
        text-transform:uppercase;
    }

    #calendar #featured-events .title a{
        color:#000000;
        display:block;
        font-size:1.1em;
        margin-top:15px;
    }

    #calendar #featured-events .title a:hover{
        text-decoration:underline;;
    }


/*-------------------------------------------------*\
    FORMS
\*-------------------------------------------------*/

    .form-group .red{
      background:none !important; color:#ff0000 !important; font-size:1em !important;}
    }

    .js-label-text{font-size:14px !important;}


/*-------------------------------------------------*\
    PROFILES MODULE / CONTENT TYPE
\*-------------------------------------------------*/

    .profile_group table {
        width: 100%;
    }
    .profile_group table tr td {
        display: inline-block;
        padding: 10px !important;
        width: 50%;
    }
    .profile_group table tr td.left {
        float: left;
    }
    .profile_group table tr td.right {
        float: left;
    }
    .profile_group table tr td .name {
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 0;
        margin-left: 160px;
    }
    .profile_group table tr td .title {
        color: #666;
        font-style: oblique;
        margin-left: 160px;
    }
    .profile_group table tr td .description img {
        float: left !important;
        clear: both;
        max-width: 140px;
        width: 100%;
        margin-right: 20px;
        margin-top: -65px;
    }

    .ui.grid .column.profile{
        padding:0 !important;
    }

    .ui.grid .column.profile .ui.card{
      border-radius:0 !important;
    }

    .ui.grid .column.profile .ui.card img{border-radius:0 !important;}


    #page-content .round-profiles a{
        display:block;
    }

    #page-content .round-profiles a img{
        border-radius:50px !important;
        display:block !important;
        height:100px !important;
        margin:auto !important;
        width:100px !important;
    }

    #page-content .round-profiles .profile-title a{
      text-align:center !important;
      font-size:.75em !important;
      color:#333333 !important;
      display:block;
      text-transform: capitalize !important;
      line-height:1.3em !important;
      margin:6px 0 !important;
      border-top:1px solid #eee;
      padding-top:3px;
    }

    #page-content .round-profiles .profile-title p:first-child a {
        border-top: none;
    }

    #page-content .round-profiles .profile-title a:hover{
        text-decoration:underline;
    }

    #page-content .round-profiles .profile-title p{
      text-align:center !important;
      //line-height:1.2em;
      margin:0 !important;
    }

    #page-content .round-profiles .profile-name{
      text-align:center;
      font-size: 1.1em;
      margin-top:10px;
      margin-bottom:10px;
      
    }

    #page-content .round-profiles a:hover .profile-name{
        text-decoration:underline;
    }

    

    #page-content .profile-modals  .card img{
      margin:0px;
      height:300px !important;
      object-fit:cover;
      object-position:top;
      width:100%;
    }


   #page-content .profile-modals .card .header{
      background: #1781c3;
      border-radius:0 !important;
      bottom: 30px;
      color: #fff;
      font-size:1em !important;
      font-weight: bold;
      opacity: .9;
      padding: 3% 7%;
      position: absolute;
      width:100%;
      z-index: 1;
    }

   #page-content .profile-modals .card .header .profile-title {
        font-size: .8em !important;
    }

    #page-content .profile-modals .column.profile{
      padding:10px !important;
    }


   #page-content .profile-modals .card .description{ padding:0 4px; color:#000 !important;}

   #page-content .profile-modals .ui.card > .content > .header:not(.ui), .ui.cards > .card > .content > .header:not(.ui){font-size: 1em !important;}
    
.ui.modal > .content > .icon + .description, .ui.modal > .content > .image + .description{max-width:75% !important;}
    

/*-------------------------------------------------*\
    PROGRAM PAGES
\*-------------------------------------------------*/

/*

.sb {
  height:250px;
  position:relative;
}

.sb:empty{height:0; position:relative;}

.sb > img{display:block; position:relative; height:auto;}

*/

.section-break{
  background: #2d77a5;
  margin-top: 40px !important;
  margin-bottom: 50px !important;
  padding: 3%;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
 
  color: #ffffff !important;
  font-size: 1.5em;
  font-weight: bold;
  box-shadow: 0 0px 2px -1px rgba(0,0,0,0.4);
  
  /*position:absolute;*/
  vertical-align:middle;
}

.image-section-break{
  
  background: #2d77a5;
  margin-top: 40px !important;
  margin-bottom: 50px !important;
  padding: 3%;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
 
  color: #ffffff !important;
  font-size: 1.5em;
  font-weight: bold;
  box-shadow: 0 0px 2px -1px rgba(0,0,0,0.4);
  vertical-align:middle;
  
  min-height:260px !important;
  height:auto;
}

.image-section-break img{
  max-width: 300px !important;
  object-fit: cover;
  max-height: 200px !important;
  margin: 0 25px 0 0 !important;
  vertical-align: middle;

  position:relative;
  display:inline-block;
}


#program-page > .ui.stackable.grid.container{
  padding-left:1.5em !important;
  padding-right:1.5em !important;
}

.cta-sidebar {
  position:absolute !important; 
  right:0 !important;
}

.cta-sidebar .button {
    margin: 12px 0;
    font-size:1em;
}

.locations-offered {
    background: #efefef;
    padding: 0 10px 15px;
    margin-top: 20px;
}

.locations-offered h2 {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 15px;
}

.locations-offered p{
    margin-right: .5em;
}

.program-page .sb .ui.button{
    margin: 50px 0;
    width: 100%;
    font-size: 1.2em;
}

/*-------------------------------------------------*\
    PROGRAMS
\*-------------------------------------------------*/


ul.programs{padding-left:0; display:inline-block; width:100%;}

ul.programs li{
    display:table;
    float:left;
    margin:5px;
    width:32%
}

ul.programs li a {
    display: table-cell;
    border: 1px solid #1781c3;
    border-radius: 5px;
    height:80px;
    padding: 15px 20px;
    text-align: center;
    vertical-align:middle;
    width:100%;
}


ul.programs li a:hover {
    background: #1781c3;
    color: #ffffff;
    transition: all .2s;
}

.sidebar ul.programs li{
    display:table;
    float:left;
    margin:0;
    width:100%
}

.sidebar ul.programs li a {
    display: table-cell;
    border: 1px solid #1781c3;
    border-radius: 5px;
    height:40px;
    padding: 15px 15px;
    text-align: center;
    vertical-align:middle;
    width:100%;
}





ul.programs-single-col{
  padding-left:0; 
  display:inline-block; 
  margin: 5px 0;
  width:100%;
}


ul.programs-single-col li{
  display:table;
  float:none;
  margin:0 0 7px 0;
  width:100%;
}

ul.programs-single-col li a {
    display: table-cell;
    border: 1px solid #1781c3;
    border-radius: 5px;
    height:60px;
    padding: 10px 5px;
    text-align: center;
    vertical-align:middle;
    width:100%;
}


ul.programs-single-col li a:hover {
    background: #1781c3;
    color: #ffffff;
    transition: all .2s;
}




/*-------------------------------------------------*\
    MISC
\*-------------------------------------------------*/


#page-content .video img{margin:0px !important;}

.video{margin-bottom:20px;}

#sub-nav a[target="_blank"]:after {
  font-family: Icons;
  font-size: .6em;
  content: "\f35d";
  right: 30px;
  position: absolute;
}

ul.sponsors{margin:0; padding:0;}
    
    ul.sponsors li{
        display:inline-block;
        padding:0 2%;
    }

/*-------------------------------------------------*\
    PILLAR INDEX PAGE
\*-------------------------------------------------*/


#pillars-index img {margin:0px !important;}

.pillar-title {
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px 5px;
    display: inline-block;
}

.pillar-description {
    font-size: .8em;
    padding: 0 5px;
    display: inline-block;
}

#page-content #pillars-index .pillar-wrapper{
    background: #efefef !important;
    padding: 6% 6% !important;
    box-shadow: 0 0 3px rgba(0,0,0,0.35) !important;
    min-height:500px;
}

#page-content #pillars-index .pillar-wrapper img{
    margin: auto !important;
    display: block !important;
    width: 100% !important;
    max-width: 400px !important;
    object-fit: cover !important;
    height: 200px !important;
}


/*-------------------------------------------------*\
    FOOTER
\*-------------------------------------------------*/



    #footer{
        background:#770000;
        color:#efefef;
        display: block;
        font-size:.85em;
        padding:15px 0;
        margin-bottom: 0 !important;
    }

    #footer a{
        color:#efefef;
    }

    #footer a:hover {
        text-decoration:underline;
    }

    #footer #contact ul{
        list-style:none;
        margin:0;
        padding-left:0;
    }

    #footer #wordmark-social{
        line-height:1.75;
        padding:5px;
        text-align:center;
    }

    #footer #wordmark-social a{
        transition:all .3s;
        font-size:1.75em;
    }

    #footer #wordmark-social a i.icon{
        margin:0;
    }

    #footer #wordmark-social a .social-name{
        display:none;
    }

    #footer #wordmark-social a:hover{
        text-decoration:none;
    }

    #footer #wordmark-social a#facebook:hover{
        color:#4e71b9;
        text-shadow:0 0 1px black;
    }

    #footer #wordmark-social a#twitter:hover{
        color:#0395ca;
        text-shadow:0 0 1px black;
    }

    #footer #wordmark-social a#instagram:hover{
        color:#dd28a3;
        text-shadow:0 0 1px black;
    }

    #footer #wordmark-social a#snapchat:hover{
        color:#fffc00;
        text-shadow:0 0 1px black;
    }

    #footer #wordmark-social a#youtube:hover{
        color:#dd0000;
        text-shadow:0 0 1px black;
    }

    #footer #wordmark-social a#linkedin:hover{
        color:#0087ce;
        text-shadow:0 0 1px black;
    }

    #footer #wordmark-social a#blog:hover{
        color:#ab946c;
        text-shadow:0 0 1px black;
    }

    #footer #links ul{
        column-count:2;
        float:right;
        list-style:none;
        margin:0;
        padding:0;
    }

    #footer #links ul li{
        padding:3px 5px;
        line-height: 1.3em;
    }
    #page-edit-button{padding:0 !important;}
    #page-edit-button a{text-decoration: none !important;}
    #page-edit-button a:hover{text-decoration: none !important;}




