/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
}
.pink-text {
    color: rgba(94,165,164,1) !important;
}
nav {
    background-color: #fff;
    height: 90px;
    line-height: 90px;
}
.navbar-fixed {
    margin-top: -15px;
    height: 90px;
}
@-moz-document url-prefix() {
    .navbar-fixed {
        margin-top: -16px;
        height: 90px;
    }
}
nav ul a {
  color: #555555;
}
nav ul a:hover {
    color: #fff;
    /*background: rgba(66,204,105,1);*/
    background: rgba(85,85,85,1);
}
#nav-mobile {
    margin-top: 40px;
}

.section {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
.awardee-container {
  width: 100%;
  max-width:initial;
}
.awardee-container > .section > .row {
  margin: 0;
}
.awardee-container > .section > .row > .col {
  padding: 0;
}
.awardee-container > .section > .row {
    margin-bottom: 0px;
    line-height: 0;
}
.flex-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    flex-flow: row wrap;
}
.flex-container > div {
    position: relative;
    border-right: dotted #000 1px;
    width: calc(100%/4) !important;
    display: inline-block;
    border-bottom: 1px dotted #000;
}

.speaker-container:hover .awardee-info {
    background: rgba(85,85,85,.7);
    /*background: rgba(66,204,105,.7);*/
} 

.flex-container > div > .awardee-info {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.6);
    text-align: center;
    width: 100%;
    height: 25%;
    line-height: 1.5;
    color: #fff;
    padding-top: 15px;
}
.flex-container > div > a > .awardee-info {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.6);
    text-align: center;
    width: 100%;
    height: 25%;
    line-height: 1.5;
    color: #fff;
    padding-top: 15px;
}
/*.flex-container > div > a > .awardee-info:hover {
    background: rgba(0,118,189,.7);
}*/
.flex-container > div > .awardee-info > .awardee-name {
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 6px;
}
.flex-container > div > a > .awardee-info > .awardee-name {
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 6px;
}
.flex-container > div > img {
    max-width: 100%;
    display: inline-block;
}
.flex-container > div > a > img {
    max-width: 100%;
    display: inline-block;
}
.flex-container > div > a > img:hover {
    opacity: 0.9;
}

.speaker-name {
    color: rgba(85,85,85,1);
    font-size: 1.5em;
    font-weight: 700;
    margin-top: 10px;
    padding: 7px;
    text-decoration: none !important;
}

.speaker-title {
    margin-top: 1em;
    font-size: 1em;
    color: #303030;
    padding: 7px;
}

.speaker-company {
    font-size: 1em;
    color: #303030;
    padding: 5px 7px 15px 7px;
}

.speaker-bio {
    white-space: pre !important;
}

.feather-hide {
    display:none;
}

.input-field .prefix.active {
    color: rgba(94,165,164,1) !important;
}
/* label focus color */
.input-field input[type=text]:focus + label {
     color: rgba(94,165,164,1) !important;
}
/* label underline focus color */
.input-field input[type=text]:focus {
     border-bottom: 1px solid #b3e2bf !important;
     box-shadow: 0 1px 0 0 #c1f4ce !important;
}
/* label focus color */
.input-field input[type=email]:focus + label {
     color: rgba(94,165,164,1) !important;
}
/* label underline focus color */
.input-field input[type=email]:focus {
     border-bottom: 1px solid #b3e2bf !important;
     box-shadow: 0 1px 0 0 #c1f4ce !important;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #b3e2bf !important;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #b3e2bf !important;
  -webkit-box-shadow: 0 1px 0 0 #c1f4ce !important;
          box-shadow: 0 1px 0 0 #c1f4ce !important;
}

textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #b3e2bf;
  -webkit-box-shadow: 0 1px 0 0 #b3e2bf;
          box-shadow: 0 1px 0 0 #b3e2bf;
}

textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #b3e2bf;
}
nav > .nav-wrapper > a > .material-icons {
    color: #fff;
}
.material-icons {
    color: #b3e2bf;
}

footer {
    background-color: #231f20 !important;
}
.footer-social-media {
    float: right;
}
.footer-ndc {
    float: right;
    margin-top: 30px;
}
.fade {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.fade:hover {
    opacity: 0.6;
}
@media screen and (max-width: 1280px) and (min-width: 1279px) {
    .flex-container > div > .awardee-info {
        padding-top: 10px;
    }
    .flex-container > div > a > .awardee-info {
        padding-top: 10px;
    }
    .flex-container > div > .awardee-info > .awardee-name {
        line-height: 1.2;
        margin-bottom: 4px;
    }
    .flex-container > div > a > .awardee-info > .awardee-name {
        line-height: 1.2;
        margin-bottom: 4px;
    }
    .title {
        font-size: 0.9em;
    }
    .company {
        font-size: 0.9em;
    }
}
@media screen and (max-width: 1279px) {
    .flex-container > div {
        width: calc(100%/3) !important;
    }
}
@media screen and (max-width: 980px) {
    .flex-container > div {
        width: calc(100%/2) !important;
    }
    .footer-social-media {
        float: none;
        text-align: center;
    }
    .footer-ndc {
        float: none;
        text-align: center;
    }
}
@media screen and (max-width: 720px) {
    .flex-container > div {
        width: calc(100%/2) !important;
    }
    .flex-container > div > .awardee-info {
        padding-top: 10px;
    }
    .flex-container > div > a > .awardee-info {
        padding-top: 10px;
    }
    .flex-container > div > .awardee-info > .awardee-name {
        line-height: 1;
        margin-bottom: 4px;
    }
    .flex-container > div > a > .awardee-info > .awardee-name {
        line-height: 1;
        margin-bottom: 4px;
    }
    .title {
        font-size: 0.8em;
    }
    .company {
        font-size: 0.8em;
    }
    .footer-social-media {
        float: none;
        text-align: center;
    }
    .footer-ndc {
        float: none;
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
    .flex-container > div {
        width: 500px !important;
    }
    .flex-container > div > .awardee-info {
        padding-top: 15px;
    }
    .flex-container > div > a > .awardee-info {
        padding-top: 15px;
    }
    .flex-container > div > .awardee-info > .awardee-name {
        line-height: 1.5;
        margin-bottom: 6px;
    }
    .flex-container > div > a > .awardee-info > .awardee-name {
        line-height: 1.5;
        margin-bottom: 6px;
    }
    .title {
        font-size: 1em;
    }
    .company {
        font-size: 1em;
    }
    .footer-social-media {
        float: none;
        text-align: center;
    }
    .footer-ndc {
        float: none;
        text-align: center;
    }
}