/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: outside;
}

li {
    padding: 5px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.logo-dec {
    color: #ffc907 !important;
}


/**** END RESET ****/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/**********************************************************
*
* formatting
*
***********************************************************/

.ssosection img,
.nonssosection img {
    display: block;
    margin: 0 auto;
    padding-bottom: .5em;
}

.accountrequest p {
    margin-left: 10px;
    padding: 1em 0 0 0;
}

.sectionwrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 1em 0 2em 0;
    overflow: hidden;
}


/********** HELP formattting ***********/

.help {
    border-style: solid;
    border-top-width: 6px;
}

.help .sectionwrapper {
    padding: .3em 0 .1em 0;
}

.help ul {
    text-align: right;
    margin: 0;
    border-radius: 0 0 5px 5px;
    font-size: .9em;
    padding-right: 25px;
}

.help li {
    list-style: none;
    display: inline;
    padding: .5em .5em 0 .5em;
    vertical-align: bottom;
}

.help .helptitle {
    margin: 0 0 .25em 0;
    text-align: center;
}


/********** Header formatting ******/

.header {
    padding: 2em 0 1em 0;
    border-style: solid;
    /* border-bottom-width: 1px; 
	border-style: dotted;
	border-bottom-width: 1px;
	border-color: #333; */
}

.header .sectionwrapper {
    padding: 0 10px;
}


/******* Special Notice formatting ***********/

.notice {
    background: #f2f2f2;
}

.noticewrapper {
    padding: 15px 0px;
    max-width: 910px;
    margin: 0 auto;
}

.specialnotice {
    color: #ffc907;
}

.notice h1 {
    line-height: 1.5;
}


/* End system tile formatting */

.button {
    margin-left: 10px;
    display: inline-block;
    border-radius: 3px;
    padding: .5em;
    transition: all 0.3s ease 0s;
}


/******* Account Request formatting ****/

.formdiv {
    width: 35%;
    display: block;
    margin: 1em auto 0 auto;
    text-align: center;
}

.formimg {
    width: 104px;
    position: relative;
    transition: all 0.3s ease 0s;
    padding-bottom: 5px;
}

.formimg:hover {
    padding-top: 5px;
    padding-bottom: 0px;
}


/************ Footer formatting **********/

.footer .sectionwrapper {
    padding: 2em 0;
}

.footer li {
    display: block;
    text-align: center;
    margin: .5em 0;
}

.ribbon {
    display: block;
    padding-top: .5em;
}


/****************************************************
*
* colors/theme
*
****************************************************/

html {
    background: #231F20;
}


/********* Help **************/

.help {
    background: #fff;
    color: #808080;
    border-color: #ffc907;
}

.help a {
    color: #808080;
}

.help a:hover {
    color: #ffc907;
}

.helptitle {
    color: #ffc907;
}

.middletext {
    vertical-align: bottom;
}

.ucf-color {
    color: #ffc907 !important;
}


/******** Header ***************/

.header {
    background: #fff;
}

.header h1 {
    color: #ffc907;
}


/****** SSO/NON-SSO *************/

.ssosection {
    background: #fff;
}

.nonssosection {
    background: #FFF;
}

.accountrequest {
    background: #EBEBEB;
}

.sectionwrapper {
    border-color: #dbdbdb;
}

.sys {
    border-color: #e6e6e6;
    background: #EBEBEB;
    background: #fff;
    color: #808080;
}

#imgsuper {
    margin-top: 0px
}

#imgfan {
    margin-top: 0px
}

#imgyes {
    margin-top: 0px
}

#imgsecuredocs {
    margin-top: 0px
}

#imgdatapro {
    margin-top: 0px
}

.sys:hover {
    background: #FAFAFA;
    background: #ebebeb;
    border-color: #c2c2c2;
}

.systext {
    border-color: #e0e0e0;
}

.button {
    background: #ffc907;
    color: #000;
}

.button:hover {
    background: #ffc907;
}

.button:active {
    background: #ffc907;
}


/****** Account Request ********/

.accountrequest a:hover {
    color: #ffc907;
}


/********* Footer **************/

.footer {
    background: #231F20;
    color: #ffc907;
}

.footer a {
    color: #ffc907;
}


/****************************************************
*
* fonts
*
****************************************************/

body {
    font-family: 'Prompt', sans-serif;
    /* background: url(/images/bgstripe_35x35.png) repeat !important; */
}

.helptitle {
    font-weight: bold;
}

.ssosection a,
.nonssosection a {
    text-decoration: none;
    /* line-height: 1.25em; */
}

.title {
    font-size: 3em;
    text-transform: uppercase;
    margin-left: 0;
    font-weight: bold;
}

.button {
    font-size: 1.25em;
}

.footer {
    font-size: .875em;
}


/***************************************************
*
* MOBILE DEVICES 
*
****************************************************/


/************* TABLETS ************************/

@media only screen and (min-width: 650px) and (max-width: 959px) {
    .sys {
        width: 47%;
        margin-top: 0;
        min-height: 0px;
    }
    #imgsuper {
        margin-top: 0px
    }
    #imgfan {
        margin-top: 0px
    }
    #imgyes {
        margin-top: 0px
    }
    #imgsecuredocs {
        margin-top: 0px
    }
    #imgdatapro {
        margin-top: 0px
    }
    .systext {
        display: none;
    }
    .sysimg {
        margin-top: 0px;
        min-height: 0px;
    }
    .button {
        display: inline-block;
        font-size: 1em;
    }
    .modal-dialog {
        margin: auto 5% !important;
        width: 90% !important;
        height: 80% !important;
    }
    #feedbackLabel {
        display: block !important;
        background-color: black;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    #feedbackBtn {
        display: none;
    }
}


/************ Phones and small tablets ****************/

@media only screen and (max-width: 649px) {
    h1 {
        margin-left: 0;
        font-size: 1.5em;
    }
    .sectionwrapper {
        padding-right: 10px;
        padding-left: 10px;
    }
    /*********** Help *************/
    .help {
        background: #ffc907;
    }
    .help ul {
        width: 100%;
    }
    .help li {
        display: block;
        text-align: left;
        padding: 0 0 .25em 0;
    }
    .help .sectionwrapper {
        padding-left: 10px;
        background: none;
    }
    .help .helptitle {
        padding-top: 5px;
        padding-bottom: 0;
        text-align: left;
    }
    .title {
        font-size: 2em;
    }
    .syslist {
        padding-left: 0px;
        padding-right: 0px;
    }
    .systext {
        display: none;
    }
    .button {
        display: inline-block;
        font-size: 1em;
    }
    .sys {
        margin-top: 0;
        min-height: 0px;
    }
    #imgsuper {
        margin-top: 10px
    }
    #imgfan {
        margin-top: 10px
    }
    #imgyes {
        margin-top: 10px
    }
    #imgsecuredocs {
        margin-top: 10px
    }
    #imgdatapro {
        margin-top: 10px
    }
    .sysimg {
        margin-top: 0px;
        min-height: 0px;
    }
    .sys,
    .button {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .accountrequest p {
        margin-left: 0;
    }
    .formdiv {
        width: 100%;
    }
    .modal-dialog {
        margin: auto 5% !important;
        width: 90% !important;
        height: 80% !important;
    }
    #feedbackLabel {
        display: block !important;
        background-color: black;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    #feedbackBtn {
        display: none;
    }
    .icon-arcGis {
        width: 20% !important;
    }
    .icon-redCap {
        width: 10% !important;
    }
    .icon-qualtrics {
        width: 30% !important;
    }
}

.boldText {
    font-weight: bold;
    color: black
}


/* Changing the bootstrap styles */

.container-fluid {
    background-color: #ffffff;
    /* F5C300 */
}

.navbar-default {
    background-color: #ffffff !important;
    color: black;
}

ul.nav>li {
    border: #CCC 1px !important;
    padding: 0px;
}

.nav>li>a {
    color: black;
}

.navbar-collapse {
    padding: 0px !important;
}

.nav>li.active>a {
    color: white !important;
    background-color: #ffc907 !important;
}

.navbar {
    margin-bottom: 0px;
}

.container {
    max-width: 960px;
}

.navbar-default .navbar-brand,
.navbar-brand a {
    color: black;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fef2ca;
    border: 0px solid #f2b101;
    border-top: 0px;
    /* border: 1px solid rgba(0,0,0,.15); */
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.anchorTag:hover {
    /* background: linear-gradient(to bottom, #ffd128 0%,#ffd128 50%,#ffd128 50%,#dbae04 50%,#dbae04 100%); */
    /* W3C */
    /* background: #ffc904; */
    display: inline-block;
    padding: .25em .75em .25em .75em !important;
    margin: .5em 0;
    color: #000 !important;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    border-radius: 7px;
    border-style: solid;
    border-color: #dbae04;
    border-width: 0px 1px 2px 1px;
    text-decoration: none !important;
    width: 60px;
}

.anchorTag {
    /* background: linear-gradient(to bottom, #91908f 0%,#91908f 50%,#91908f 50%,#6d6c6b 50%,#6d6c6b 100%); */
    /* W3C */
    /* background: #ffc904; */
    display: inline-block;
    padding: .25em .75em .25em .75em !important;
    margin: .5em 0;
    color: #000000 !important;
    text-align: center;
    font-size: 0.9em;
    font-weight: normal;
    border-radius: 7px;
    border-style: solid;
    border-color: #6d6c6b;
    border-width: 0px 1px 2px 1px;
    text-decoration: none !important;
    width: 60px;
}

.aTagBack:hover {
    background: linear-gradient(to bottom, #ffd128 0%, #ffd128 50%, #ffd128 50%, #dbae04 50%, #dbae04 100%);
    /* W3C */
    /* background: #ffc904; */
    display: inline-block;
    padding: .25em .75em .25em .75em !important;
    margin: .5em 0;
    color: #000 !important;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    border-radius: 7px;
    border-style: solid;
    border-color: #dbae04;
    border-width: 0px 1px 2px 1px;
    text-decoration: none !important;
    width: 60px;
}

.aTagBack {
    background: linear-gradient(to bottom, #91908f 0%, #91908f 50%, #91908f 50%, #6d6c6b 50%, #6d6c6b 100%);
    /* W3C */
    /* background: #ffc904; */
    display: inline-block;
    padding: .25em .75em .25em .75em !important;
    margin: .5em 0;
    color: #fff !important;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    border-radius: 7px;
    border-style: solid;
    border-color: #6d6c6b;
    border-width: 0px 1px 2px 1px;
    text-decoration: none !important;
    width: 60px;
}

.dropdown-menu {
    background-color: #ffffff;
    border-color: #f0f0f0;
    border-radius: 0 0 10px 10px;
    margin-top: -1px;
    padding: 5px;
}

.white-color {
    color: white;
}

.expandtexthead {
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #020202;
}

.boldtext {
    font-weight: bold;
}

.radiodiv {
    margin-left: 10px;
    width: 80%;
    max-width: 100%
}

.navigationbar {
    background-color: #ffc904;
    padding: 5px;
    border-bottom: 3px solid #f3af02;
}

.navigationbarchildwithmargin {
    background-color: #ffc904;
    padding: 5px;
    border-bottom: 3px solid #f3af02;
    margin-bottom: 5px;
}

.separatortd {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 2px solid #f4c04a;
}

.greycolor {
    color: #b3b3b3
}

a .greycolor:hover {
    text-decoration: underline;
}


/* Radio Buttons */

input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=radio].css-checkbox+label.css-label {
    padding-left: 26px;
    height: 21px;
    display: inline-block;
    line-height: 21px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 21px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=radio].css-checkbox:checked+label.css-label {
    background-position: 0 -21px;
}

label.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Radio Buttons */


/** Tiles Design **/

.tile {
    text-align: center;
}

.tile1 {
    margin-bottom: 30px;
}

.icon {
    padding: 10px 0px;
}

.dpmtoolLogo {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.service-item-aws {
    border: 2px solid orange;
    border-top: 20px solid orange;
    padding: 10px 10px;
    color: orange;
}

.service-item-aws p {
    color: grey !important;
}

.service-item-cafe {
    border: 2px solid #43a047;
    border-top: 20px solid #43a047;
    padding: 10px 10px;
    color: #43a047;
}

.service-item-cafe p {
    color: grey !important;
}

.service-item-data-privacy-research {
    border: 2px solid #cc4545;
    border-top: 20px solid #cc4545;
    padding: 10px 10px;
    color: #cc4545;
}

.service-item-data-privacy-research p {
    color: grey !important;
}

.service-item-covid {
    border: 2px solid #455a64;
    border-top: 20px solid #455a64;
    padding: 10px 10px;
    color: #455a64;
}

.service-item-covid p {
    color: grey !important;
}

.service-item-computing {
    border: 2px solid #ff1744;
    border-top: 20px solid #ff1744;
    padding: 10px 10px;
    color: #ff1744;
}

.service-item-computing p {
    color: grey !important;
}

.service-item-consulting {
    border: 2px solid #673ab7;
    border-top: 20px solid #673ab7;
    padding: 10px 10px;
    color: #673ab7;
}

.service-item-consulting p {
    color: grey !important;
}

.service-item-proposal {
    border: 2px solid #b73a96;
    border-top: 20px solid #b73a96;
    padding: 10px 10px;
    color: #b73a96;
}

.service-item-proposal p {
    color: grey !important;
}

.service-item-collection {
    border: 2px solid #237900;
    border-top: 20px solid #237900;
    padding: 10px 10px;
    color: #237900;
}

.service-item-collection p {
    color: grey !important;
}

.service-item-globus {
    border: 2px solid #33639D;
    border-top: 20px solid #33639D;
    padding: 10px 10px;
    color: #33639D;
}

.service-item-globus p {
    color: grey !important;
}

.service-item-cyber-risk {
    border: 2px solid #CC2A27;
    border-top: 20px solid #CC2A27;
    padding: 10px 10px;
    color: #CC2A27;
}

.service-item-cyber-risk p {
    color: grey !important;
}

.service-item-analysis {
    border: 2px solid #ff7513;
    border-top: 20px solid #ff7513;
    padding: 10px 10px;
    color: #ff7513;
}

.service-item-analysis p {
    color: grey !important;
}

.service-item-workshops {
    border: 2px solid #d81b60;
    border-top: 20px solid #d81b60;
    padding: 10px 10px;
    color: #d81b60;
}

.service-item-workshops p {
    color: grey !important;
}

.service-item-archive {
    border: 2px solid #607d8b;
    border-top: 20px solid #607d8b;
    padding: 10px 10px;
    color: #607d8b;
}

.service-item-archive p {
    color: grey !important;
}

.service-item-collaboration {
    border: 2px solid #2196f3;
    border-top: 20px solid #2196f3;
    padding: 10px 10px;
    color: #2196f3;
}

.service-item-collaboration p {
    color: grey !important;
}

.service-item-azure {
    border: 2px solid #0039A9;
    border-top: 20px solid #0039A9;
    padding: 10px 10px;
    color: #0039A9;
}

.service-item-azure p {
    color: grey !important;
}

.service-item-datamanagement {
    border: 2px solid #009688;
    border-top: 20px solid #009688;
    padding: 10px 10px;
    color: #009688;
}

.service-item-datamanagement p {
    color: grey !important;
}

.service-item-science-portal {
    border: 2px solid DarkSlateBlue;
    border-top: 20px solid DarkSlateBlue;
    padding: 10px 10px;
    color: DarkSlateBlue;
}

.service-item-science-portal p {
    color: grey !important;
}

.service-item-osg {
    border: 2px solid OrangeRed;
    border-top: 20px solid OrangeRed;
    padding: 10px 10px;
    color: OrangeRed;
}

.service-item-osg p {
    color: grey !important;
}

.service-item-access {
    border: 2px solid teal;
    border-top: 20px solid teal;
    padding: 10px 10px;
    color: Teal;
}

.service-item-access p {
    color: grey !important;
}

.service-item-flr {
    border: 2px solid rgb(218, 181, 59);
    border-top: 20px solid rgb(218, 181, 59);;
    padding: 10px 10px;
    color: rgb(218, 181, 59);;
}

.service-item-flr p {
    color: grey !important;
}

.service-item-hipergator {
    border: 2px solid #0021A5;
    border-top: 20px solid #0021A5;
    padding: 10px 10px;
    color: MidnightBlue;
}

.service-item-hipergator p {
    color: grey !important;
}

.service-item-globalRE {
    border: 2px solid #4784bd;
    border-top: 20px solid #4784bd;
    padding: 10px 10px;
    color: #4784bd;
}

.service-item-globalRE p {
    color: grey !important;
}

.service-item-nsf-cloud-bank {
    border: 2px solid #c67838;
    border-top: 20px solid #c67838;
    padding: 10px 10px;
    color: #c67838;
}

.service-item-nsf-cloud-bank p {
      color: grey !important;
}

.service-item-upwork {
    border: 2px solid #129616;
    border-top: 20px solid #129616;
    padding: 10px 10px;
    color: #129616;
}

.service-item-upwork p {
    color: grey !important;
}


.service-item-gcp {
    border: 2px solid #34a459;
    border-top: 20px solid #34a459;
    padding: 10px 10px;
    color: #34a459;
}

.service-item-gcp p {
    color: grey !important;
}


.service-item-prev {
    border: 2px solid #555;
    border-top: 20px solid #555;
    padding: 10px 10px;
    color: #555;
    min-height: 350px;
}

.whole-tile {
    height: 480px;
}

.whole-tile:hover {
    background-color: #fafafa;
}


/* Table */


/*.compChart {
	border: 1px solid #333;
}
.compChart td {
	padding: 5px;
	border: 1px solid #333;
}*/

.table_head_dark th {
    text-align: center !important;
}

.table_head_dark {
    background-color: #ddd;
}

.diff {
    background-color: #c8ffcb;
}

.diff:hover {
    background-color: #d8ffda !important;
}


/* Bootstrap Modal Center Styling */

.modal-dialog {
    position: absolute;
    top: 50% !important;
    transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    margin: auto 32%;
    width: 33%;
    height: 60%;
}

.modal-content {
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal-body {
    position: absolute;
    left: 0;
    right: 0;
    overflow-y: auto;
    height: 100%;
    padding: 0px !important;
    overflow: hidden;
}

.modal-header {
    background-color: #000;
}

.modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}


/* Remove opacity of close class for icon and change text-shadow color */

.modal-header .close {
    opacity: 1;
    text-shadow: 0 1px 0 #fc0;
}

#feedbackLabel {
    display: none;
}

.hideBulletPoint {
    display: none;
}


/* styling for text under search functionality found in index.html aka landing page */

.sponsoredText {
    font-size: 16px;
    padding: 15px 0px;
}


/* .memberCards {
	background-color: #fdfdfd;
	padding: 10px;
	border-top: 2px solid #fc0;
	text-align: left;
	margin-bottom: 25px;
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.4);
} */

.card-title {
    margin-bottom: .75rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}

.card-deck .card {
    margin-bottom: 15px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.position-icons-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 15px;
}


/* Styling for index page to remove extra spacing between sections*/

.blog-post-index {
    margin-top: -20px;
}

.blog-post-inline {
    display: inline-flex;
}

.lead-index {
    margin-bottom: 0px;
}


/* Styling for news date */

.icon-bar a {
	text-align: center;
	padding: 5px;
	transition: all 0.3s ease;
	color: rgba(255, 202, 6, 1);
	font-size: 9px;
	left: -100px;
	background: black;
}

#sidebar-header {
	margin-top: 24px;
	margin-bottom: 24px;
}

#sidebar-group {
	margin-bottom: 24px;
}

#sidebar {
	margin-bottom: 24px;
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	#sidebar {
		position: fixed;
		top: 30%;
		left: 5%;
	}

	#sidebarCollapse {
		display: block;
		visibility: visible;
	}

}

.mismatch {
	display: none;
}

.text-gold,
a.text-gold:focus {
	color: #F5C300;
}

a.text-gold:hover,
a.text-gold:active {
	color: #d4ab0f;
}

.btn-gold {
	color: #fff;
	background-color: #F5C300;
	border-color: #F5C300;
}

.btn-gold.active,
.btn-gold.focus,
.btn-gold:active,
.btn-gold:focus,
.btn-gold:hover,
.open>.dropdown-toggle.btn-gold {
	color: #fff;
	background-color: #d4ab0f;
	border-color: #d4ab0f;
}

/* WORKSHOPS */

hr {
    border-color: #CCC;
}

.workshop,
.news-item,
.proposal-item, 
.pres-item {
    margin: 2rem 0rem 2rem;
    padding: 2.5rem 2rem 1rem;
    border: 1px solid #e7e7e7;
    border-radius: 0.5rem;
}

.workshop-title,
.news-item-title,
.proposal-item-title,
.pres-item-title {
    margin: 0 0 1.5rem;
    font-size: 2rem;
    line-height: 1.2;
}

.workshop-title:after,
.news-item-title:after,
.proposal-item-title:after,
.pres-item-title:after {
    content: '';
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 3px solid #FC0;
    width: 2rem;
}

.workshop-date,
.news-item-date, .pres-item-date {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #fc0;
    color: black !important;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.workshop-details,
.news-item-content,
.proposal-item-content {
    margin: 1.5rem 0;
}

.workshop-details-term, .pres-details-term {
    margin: 1.5rem 0 0.5rem;
}

.workshop-details-definition {
    margin: 0.5rem 0 1rem;
}

.workshop-links {
    margin: 2rem 0 1.5rem;
}

.workshop-presenter {
    padding: 0.75rem 0rem;
}

.workshop-presenter-media {
    min-width: 74px;
}

.workshop-presenter-headshot {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    padding-bottom: 0 !important;
    margin-bottom: 1rem;
}

.workshop-presenter-name {
    font-size: 1.5rem;
}

.workshop-presenter-media {
    min-width: 74px;
    margin-bottom: 2rem;
}

.workshop-presenter-headshot-large {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
    padding-bottom: 0 !important;
    margin-bottom: 1rem;
}

.workshop-presenter-bio {
    font-size: 1.8rem;
}


.page-header {
    border-color: #CCC;
}

/* SITE TITLE QUICK FIX */
.container-fluid > .container > center {
    display: block;
    margin: 2.5rem 0;
}

.container-fluid > .container > center > h1 {
    display: inline-block;
    background-color: #FC0;
    padding: 0.5rem 1rem;
    margin: 0;
}

.container-fluid > .container > center > h1 > .logo-dec {
    color: inherit !important;
}

/*Dropdown sub menu*/

.dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
  }
  
  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }
  
  .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
  }
  
  .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
  }
  
  .dropdown-submenu.pull-left {
    float: none;
  }
  
  .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
  }

@media only screen and (max-width: 1920px) and (min-width: 992px) {
    .space {
     margin-top:20px;
    }
  }

.top-margin
{
    margin-top: 20px;
}

.margin{
    margin-bottom: 30px;
}

.hidden {
    display: none;
}

@media (max-width: 1199px) {
  .navbar-header {
      float: none;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin: 7.5px -15px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .navbar-text {
      float: none;
      margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in { 
      display: block!important;
  }
  .collapsing {
      overflow: hidden!important;
  }
}