/*
Theme Name: OLCF Edition Child Theme
Description: Child theme for OLCF Edition.
Author: bgi
Template: olcf-edition
*/

@import url("../olcf-edition/style.css");
@import url('https://fonts.googleapis.com/css?family=Lato|Lora|Open+Sans|Montserrat|Roboto|Roboto+Slab');

html, body {
    overflow-y:auto;
}

body {
    position: relative;
}

.container {
    max-width: 1400px;
}

.rightside .rightcontent {
    width: 1020px;
}

p, ul, ol, body {
    color: rgba(0, 0, 0, .7);
}

ul, ol {
    margin-bottom: 30px;
}

a {
    color: #047832;
}

a:hover, a:active, a:focus, li:focus, span:focus {
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: #00cc99 !important;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

h1, h2, h3, h4 {
    color: #222222;
}

h5, h6 {
    font-size: 16px;
    color: rgba(0, 0, 0, .8);
}

h1 {
    font-family: 'Lato', sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

h2, .mec-wrap h2 {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
}

h3, .mec-wrap h3 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}

h4 {
    font-size: 18px;
}

h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500 !important;
    color: rgba(0, 0, 0, .8);
    margin-bottom: 12px;
    margin-top: 12px;
}

h2.title, .grid .thumbovertext .title, .carousel .carouselpost .thumbovertext .title, .full-image-section .fullsection .title, .single .no-full-image h1.title {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-style: normal;
    font-size: 44px;
}

img.scale-with-grid {
  width: 100%;
}

p, ul, ol, body, h4.review-title {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

blockquote p {
  max-width: none;
  font-size: 2rem !important;
  line-height: 4rem;
}

blockquote.left {
  float: left;
  width: 30%;
  margin: 0 4% 0 0;
}

blockquote.right {
  float: right;
  width: 30%;
  margin: 0 0 0 4%;
}

.single:not(.single-center-announcement):not(.single-tutorials):not(.single-staff-section) .postcontent > p:first-of-type:first-letter,  {
  float: left;
  color: #333;
  font-size: 5.9em !important;
  line-height: 0.99em;
  padding-top: 0;
  padding-right: 10px;
  padding-left: 0px;
  margin-top: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #047832;
    text-decoration: none;
}

h2.border {
    border-bottom: 4px solid #EEEEEE;
    padding: 30px 0 10px !important;
}

.table {
    margin-bottom: 30px;
}

th {
    font: 500 16px/24px Roboto, sans-serif;
    height: 48px;
    padding: 8px !important;
    vertical-align: middle !important;
    color: #fff;
}

tr {
    background: #047832;
    border: 0;
    border-top: 1px solid #e0e0e0;
}

.table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th {
    background-color: #f9f9f9
}

td {
    color: #212121;
    padding: 7px 8px 8px;
    background: #f8f8f8;
    vertical-align: top;
}

.table-condensed {
    font-size: 12px;
}

table.specs td {
    padding: 20px !important;
    ;
}

table.specs td:nth-child(2n+1) {
    background-color: #eee;
    font-weight: bold;
}

hr {
    margin: 20px 0 !important;
}

dd {
    margin-left: 26px;
    padding-bottom: 20px;
}

textarea {
  overflow: scroll;
}

.news-links li::before {
  content:none !important;
}

.news-links ul {
  margin-left: 0 !important;
}

.news-links li {
  padding: 0 0 10px 0 !important;
  margin: 0;
}

.news-links li p.tiny-details {
  font-size: 1rem !important;
}

/* Plugin: GravityForms Custom Styles (2018-01-01 fgc) */

/* Make GF select/radio/checkbox negative space match string input fields */

.gform_wrapper div.ginput_container.ginput_container_select,
.gform_wrapper div.ginput_container.ginput_container_radio,
.gform_wrapper div.ginput_container.ginput_container_checkbox,
.gform_wrapper div.chosen-container.chosen-container-multi {
  margin-bottom: 20px !important;
}

/* Make GF selectbox heights match GF string input fields */

.gform_wrapper div.chosen-container a {
  min-height: 40px;
}

.gform_wrapper div.chosen-container a span {
  line-height: 40px;
}

.gform_wrapper div.chosen-container a div b {
  margin-top: 10px;
}

/* Remove table styling on multi-element input lists */

.gform_wrapper div.ginput_container_list.ginput_list table tr {
  background-color: inherit;
}

.gform_wrapper div.ginput_container_list.ginput_list table tr th,
.gform_wrapper div.ginput_container_list.ginput_list table tr td {
  background-color: inherit;
  color: inherit;
}

/* Force a reasonable width on multi-element input lists */

.gform_wrapper div.ginput_container_list.ginput_list table tr td.gfield_list_cell > div {
  width: 100% !important;
}

/* Ensure that default GF selectbox dropdown styling does not get overridden */

.gform_wrapper .chosen-container .chosen-results li {
  margin: 0 4px 4px 0 !important;
  padding: 0 0 0 4px !important;
  max-height: 240px !important;
}

/* Bump fields down after form section headings */

.gform_wrapper ul li.gfield.gsection {
  margin-bottom: 20px !important;
}

/* A horizontal rule that looks just like a GF section heading */

hr.gsection_underline {
  color: #ccc;
  margin-top: 0px !important;
}


.off-site-link .ubermenu-target-text::after {
    content: "\e095";
    font-family: 'Glyphicons Halflings';
    margin-left: 5px;
    color: #777 !important;
}
.off-site-link .ubermenu-target-text:hover::after {
    color: #00cc99 !important;
}

.postcontent a, .staff-contact-info a {
    color: #047832;
    text-decoration: underline;
}

.postcontent a:hover, .staff-contact-info a:hover {
    color: #00cc99;
    text-decoration: underline;
}

.staff-contact-info i.fa {
    color: #047832;
}

.education-list {
  margin-bottom: 20px;
}

.staff-profile-institution-year {
  color: rgba(0, 0, 0, .7);
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 20px;
}

.staff-profile-institution {
  color: #333;
  font-family: 'Lato', serif;
  font-size: 16px;
  font-weight: 700 !important;
  margin-bottom: 5px;
  line-height: 20px;
}
.staff-profile-field-study {
  color: rgba(0, 0, 0, .9);
  font-family: 'Roboto', serif;
  font-size: 15px;
  line-height: 20px;
}
.staff-profile-field-degree-type {
  color: rgba(0, 0, 0, .6);
  font-family: 'Roboto', serif;
  font-size: 13px;
  line-height: 18px;
}

.social-links a {
  text-decoration: none;
  font-size: 14px;
}

.social-links i {
  padding-right: 8px;
}

.content h1 {
    color: #757575;
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: -.01em;
    margin: 0px 0 20px;
    text-transform: none;
}

h1.title-heading {
  color: #757575;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -.01em;
  margin: 0px 0 20px;
  text-transform: uppercase;
}

.content h1 {
    font-family: 'Roboto', sans-serif;
    color:#000;
    font-size: 38px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.01em;
    margin: 30px 0 30px;
    padding-bottom: 3px;
}

.content h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.01em;
    margin: 30px 0 30px;
    padding-bottom: 3px;
}

.content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 32px;
    margin: 20px 0 20px;
}

.generatedcontent .content ul>li::before, .generatedcontent .content span ul>li::before, .generatedcontent .content ol>li::before, .generatedcontent .content span ol>li::before {
    color: #1F1120;
}



pre {
    /*background: url("../../img/blueprint-dark.fd85a7a074ae.png") top center #fafbfc;*/
    border-left: 5px solid #047832;
    color: #4d4e53;
    font-family: 'Consolas,Monaco', 'Andale Mono', monospace;
    font-weight: 400;
    -moz-tab-size: 4;
    tab-size: 4;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    margin: 0 0 20px;
}


.badge a {
-moz-transition: all 0.3s ease 0s !important;
-webkit-transition: all 0.3s ease 0s !important;
-o-transition: all 0.3s ease 0s !important;
transition: all 0.3s ease 0s !important;
-moz-transition: all 0.3s ease 0s !important;
}

/*-------------------------------------------------------------------------*/


/*  1.0 Bootstrap Helper Class
/*-------------------------------------------------------------------------*/

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.kb-warning, .kb-note {
    border-left-width: 5px;
    border-left-style: solid;
    color: #000;
    padding: 10px;
    margin: 20px 0;
    overflow: hidden;
    clear: both;
    background-color: #f4f7f8;
    font-size: 12px;
}

.kb-warning > *, .kb-note > * {
  font-size: 12px;
}

.kb-note ul > li::before {
  font-size: 9px;
  margin-top: -9px;
}

.kb-warning {
    background: #fad7d4;
    border-color: #f08a81;
}

.kb-note {
    background: #fff4cc;
    border-color: #ffe070;
}

.kb-node-schematic .kb-node-title {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #777;
    background-color: #ddd;
}

.kb-panel {
    margin: 35px 0;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.kb-panel-body {
    padding: 15px;
    margin: 0px !important;
    font-family: Menlo, Monaco, "Courier New", monospace;
    font-size: 12px;
    line-height: 16px;
    background-color: #f5f5f5;
    webkit-border-radius: 0px 0px 3px 3px;
    moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    display: block;
    unicode-bidi: embed;
}

.kb-panel-body:before, .kb-panel-body:after {
    display: table;
    content: " ";
}

.kb-panel-body:after {
    clear: both;
}

.kb-panel-body:before, .kb-panel-body:after {
    display: table;
    content: " ";
}

.kb-panel-body:after {
    clear: both;
}

.kb-panel-heading {
    padding: 10px 15px;
    margin: 0px !important;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.kb-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.kb-panel-title>a {
    color: inherit;
}

.kb-panel-info {
    border-color: #bce8f1;
}

.kb-panel-info>.kb-panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.kb-panel-info>.kb-panel-heading+.kb-panel-collapse .kb-panel-body {
    border-top-color: #bce8f1;
}

.kb-panel-info>.kb-panel-footer+.kb-panel-collapse .kb-panel-body {
    border-bottom-color: #bce8f1;
}

.kb-panel-success {
    border-color: #d6e9c6;
}

.kb-panel-success>.kb-panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.kb-panel-success>.kb-panel-heading+.kb-panel-collapse .kb-panel-body {
    border-top-color: #d6e9c6;
}

.kb-panel-success>.kb-panel-footer+.kb-panel-collapse .kb-panel-body {
    border-bottom-color: #d6e9c6;
}

.kb-panel-warning {
    border-color: #faebcc;
}

.kb-panel-warning>.kb-panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.kb-panel-warning>.kb-panel-heading+.kb-panel-collapse .kb-panel-body {
    border-top-color: #faebcc;
}

.kb-panel-warning>.kb-panel-footer+.kb-panel-collapse .kb-panel-body {
    border-bottom-color: #faebcc;
}

.kb-panel-danger {
    border-color: #ebccd1;
}

.kb-panel-danger>.kb-panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.kb-panel-danger>.kb-panel-heading+.kb-panel-collapse .kb-panel-body {
    border-top-color: #ebccd1;
}

.kb-panel-danger>.kb-panel-footer+.kb-panel-collapse .kb-panel-body {
    border-bottom-color: #ebccd1;
}

.kb-node-schematic {
    margin: 35px 0;
    padding: 0px;
    overflow: auto;
    text-align: center;
}

table.kb-table.kb-table-bordered {
    width: 100%;
}

.kb-node-schematic .kb-table {
    margin: 0px 0px 10px 0px;
}

.kb-node-schematic .kb-node-title {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #777;
    background-color: #ddd;
}

.kb-node-schematic .kb-numa-title {
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
}

.kb-node-schematic .kb-numa-title.kb-numa-left, .kb-node-schematic th.kb-numa-left {
    color: #468847;
}

.kb-node-schematic .kb-numa-title.kb-numa-right, .kb-node-schematic th.kb-numa-right {
    color: #ffe070;
}

.kb-node-schematic .kb-numa-left {
    background-color: #eeffee;
    text-align: center;
}

.kb-node-schematic .kb-numa-right {
    background-color: #fdefbb;
    text-align: center;
}

.kb-node-schematic p {
    text-align: left;
}

.btn-full {
    width: 100%;
}

.btn-green {
    background: transparent;
    border-color: #00cc99;
    color: #00cc99;
}

.btn-green:hover {
    background: #00cc99;
    border-color: #00cc99;
    color: #FFFFFF !important;
}


/*-------------------------------------------------------------------------*/


/*  1.0 Top Bar Styles
/*-------------------------------------------------------------------------*/

.top-bar {
    background: #047832;
    line-height: normal;
}

.breaking-ticker {
    width: 600px !important;
}

.breaking .breaking-title {
    background: #111;
    color: #FFF;
}

.breaking .breaking-title::after {
    border-top: 37px solid #111;
}

.news-ticker li span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    line-height: 37px;
}

ul.news-ticker li a, ul.news-ticker li a span {
    color: #00ffbf !important;
    font-style: italic;
}

ul.news-ticker li a:hover, ul.news-ticker li a:hover span {
    color: #00cc99 !important;
    transition: all 0.3s ease 0s;
}


/*-------------------------------------------------------------------------*/


/*  1.0 Audience/Utility Bar Styles
/*-------------------------------------------------------------------------*/

.audience-bar {
    background: #047832;
    height: 50px;
}

ul.audiences {
    left: 0;
    margin: 0;
    padding: 0;
    top: 0;
}

.audiences li:first-of-type {
    border-left: 1px solid #05632a;
}

.audiences li {
    border-right: 1px solid #05632a;
    float: left;
    list-style: none;
    margin: 0;
}

.audience-bar ul li a {
    color: #FFFFFF;
    display: block;
    font-family: 'Lato', serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

.audience-bar li>a:hover {
    color: #00cc99;
}

.topbar-right {
  position: relative;
}

ul.constant {
    float: right;
    right: 0;
    top: 0;
    margin: 0;
    position: absolute;
    padding: 0;
}

ul.constant .menu-item {
    float: left;
}

ul.constant .menu-item a {
    color: #FFFFFF;
    display: block;
    font-family: 'Lato', serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    padding: 3px 8px 0 0;
    text-align: center;
    text-transform: uppercase;
    text-rendering: optimizeLegibility !important;
}

#menu-utility-nav li {
    list-style: none;
    margin-bottom: 0;
}

#menu-utility-nav li:hover>a {
    color: #00cc99 !important;
}

#menu-utility-nav li div.dropdown-menu {
    position: absolute;
    right: 0;
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid rgba(9, 9, 9, 0.07);
    border-radius: 3px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    left: 0px;
    padding: 20px 30px;
    min-width: 600px;
}

.caret {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

.search-icon {
  line-height: 0em;
  margin-left: 4px;
  padding-left: 2px;
}

.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}

.dropdown h4 {
  text-align: left;
    text-transform: none !important;
}

.dropdown ul {
    height: auto !important;
}

.dropdown-menu h4.popular-title {
    padding-top: 20px;
}

#searchsubmit {
    background-color: #047832 !important;
    color: #FFFFFF;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 14px;
    height: 50px;
}

#searchsubmit:hover {
    background-color: #00cc99 !important;
    border-color: #00cc99 !important;
}

.popular-links div a {
    background: none transparent !important;
    color: #797979 !important;
    ;
    display: block !important;
    font-size: 13px !important;
    height: auto !important;
    line-height: 16px !important;
    padding-left: 0 !important;
    text-align: left !important;
    text-transform: none !important;
    transform: none;
    width: 100% !important;
    padding-bottom: 12px !important;
}

.popular-links div a:hover {
    color: #00cc99 !important;
}


/*-------------------------------------------------------------------------*/


/*  1.0 Branding and Navigation Bar Styles
/*-------------------------------------------------------------------------*/

#logo {
  padding-left: 0;
}

.top-nav {
    border-bottom: 4px solid #047832;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.75);
}

.top-nav .searchnav {
    display: none;
}

#menu {
    float: right;
}


/*-------------------------------------------------------------------------*/


/*  1.0 Homepage Carousel
/*-------------------------------------------------------------------------*/

#homepage_slider h2.title a {
    font-size: 34px !important;
    line-height: 32px !important;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
    color: #fff;
    background-color: rgba(0, 204, 153, 0.85);
    display: block !important;
    padding: 10px !important;
}

.grid-item .thumbovertext, h2.title a:hover {
    text-decoration: underline;
    color: #fff !important;
}

p.subtitle {
  background-color: rgba(0, 204, 153, 0.85);
  display: inline-grid !important;
  padding: 0 10px 10px 10px !important;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
  font-family: 'Roboto', sans-serif;
}


/*-------------------------------------------------------------------------*/


/*  1.0 Homepage Sections
/*-------------------------------------------------------------------------*/

.home-subtitle {
    color: #929292;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 18px !important;
    margin: 0 !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}

.home-title {
    color: #047832;
    ;
    font-size: 42px;
    font-family: 'Roboto Slab', serif !important;
    font-weight: 400 !important;
    line-height: 44px;
    border-bottom: 4px solid #DDDDDD;
    text-transform: none;
    padding-bottom: 12px;
    margin-bottom: 40px;
}

.highlight-entry {
    background: #FFF;
    border: 1px solid #E0E0E0;
    margin-bottom: 20px;
    min-height: 400;
    display: inline-table;
}

.highlight-content {
    padding: 25px;
    overflow: hidden !important;
}

.highlight-entry-title {
    font-family: 'Lato', sans-serift;
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    letter-spacing: 0;
    text-transform: none;
}

.highlight-entry-title a:hover {
    color: #00cc99;
}

.events-home {
    background: #FFF;
    padding: 40px 0;
}

.mec-wrap, .mec-wrap div {
    font-family: 'Lato', sans-serif !important;
}

.mec-event-list-minimal .mec-event-article {
  border-bottom: none !important;
}

.mec-event-list-minimal .mec-event-date span {
    font-weight: 300 !important;
}

.mec-event-title a:hover {
    color: #00cc99;
}

h4.mec-event-title a:hover {
    color: #00cc99 !important;
}

ul.mec-event-sharing-wrap {
    padding: 0;
    margin: 0;
}

.mec-event-image {
  padding: 20px;
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li {
  display: block;
  text-align: center;
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li:last-child {
  text-align:center;
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li:last-child {
  text-align:center;
  padding-top: 10px;
}

.mec-event-meta dd {
  padding-bottom: 0 !important;
}

.mec-load-more-loading {
  content: url('assets/img/ajax-loader.gif') !important;
  cursor: wait;
  background:transparent;
  border-style: none;
}

.mec-modal-preloader, .mec-month-navigator-loading {
  width: 100%;
  height:100%;
  background: no-repeat rgba(255,255,255,0.88) url('assets/img/ajax-loader.gif') center;
  border-style: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9;
}

.mec-month-divider span {
  color: #FFF;
  border-bottom: none;
  background: #047832;
  padding-bottom: 0;
  line-height: 38px;
}

#sitecontainer img {
  height: auto;
}

.computing-home {
    background: #f4f4f4;
    padding: 40px 0;
}

div.boxes {
    margin-top: 40px;
}

.boxes p {
    color: #4c4c4c;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.box-title a {
    color: #047832;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.box-title a:hover {
    color: #00cc99;
    text-decoration: none;
}

.box-title a span {
    font-size: 22px;
    padding-left: 6px;
}

.status-block {
    border: 1px solid #d2d3d3;
    background: #fff;
    margin: 40px 0;
}

.status-head {
    background: #fff;
    border: 1px solid #d2d3d3;
    padding: 10px;
    text-align: center;
    position: relative;
    top: -30px;
    margin: auto;
    left: 0;
    right: 0;
    display: block;
    width: 30%;
}

.status-head h3 {
    color: #1e1e1e;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 400 !important;
    line-height: 24px;
    margin: 0;
    padding: 6px 0;
    text-transform: none;
}

@media (max-width: 480px) {
    .status-head h3 {
        font-size: 16px;
        line-height: 18px;
    }
}

.system-status {
    border-bottom: 1px solid #d2d3d3;
    padding: 30px 28px 12px;
}

.system-status:last-child {
    border-bottom: none;
}

.current-status {
    padding: 0;
}

.status-arrow {
    background: #ccf5cc;
    border: 1px solid #ade1af;
    border-radius: 1px;
    color: #009900;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 0;
    padding: 5px;
}

.current-status i.fa {
    line-height: 15px;
    padding-right: 2px;
}

.status-operational, .status-up {
    background: #ccf5cc;
    border: 1px solid #ade1af;
    border-radius: 1px;
    color: #009900;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 0;
    padding: 5px;
    min-width: 100px;
    text-align: center;
    margin-bottom: 10px;
}

.status-unavailable, .status-down {
    background: #ffcccc;
    border: 1px solid #ff7f7f;
    border-radius: 1px;
    color: #ff0000;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 0;
    padding: 5px;
    min-width: 100px;
    text-align: center;
    margin-bottom: 10px;
}

.status-degraded {
    background: #fdf9d9;
    border: 1px solid #ffcc00;
    border-radius: 1px;
    color: #ffcc00;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 0;
    padding: 5px;
    min-width: 100px;
    text-align: center;
    margin-bottom: 10px;
}

.status-full {
    font-size: 16px;
    line-height: 22px;
    padding: 8px;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}

.status-arrow i {
    font-size: 14px;
}

.current-status span {
    color: #4c4c4c;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    padding-left: 15px;
    position: absolute;
    text-transform: uppercase;
}

.current-status p {
    color: #828282;
    font-size: 12px;
}

.downtime-lead {
    color: #252525;
    font-family: 'Lato', sans-serif;
    font-size: 14px !important;
    line-height: 14px;
    margin: 0;
}

.downtime, .downtime-red {
    display: inline-block;
    padding-right: 8px;
    text-align: center;
}

.downtime span, .downtime-red span {
    color: #545454;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 0;
}

.downtime::before {
    background: #00cc00;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 15px;
    width: 40px;
}

.downtime-red::before {
    background: red;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 15px;
    width: 40px;
}

.get-alerts {
    text-align: center;
    display: inline-block;
    background: #ededed;
    color: #191919;
    padding: 12px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 18px;
    transition: all .24s ease;
    margin: 10px 0;
}

.get-alerts:hover, .mec-detail-button {
    background: #f4f4f4 !important;
    text-decoration: none !important;
    border-bottom: 0;
    transition: all .24s ease;
}

.discover-home {
    background: #FFF;
    padding: 40px 0;
}

.discover-image {
    width: 100%;
    float: left;
    height: 290px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.latest-announcments {
    border-right: 1px solid #e0e0e0;
    padding: 20px;
}

.latest-announcments h3 {
    color: #171717;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.announcement-date span {
    color: #929292;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 18px !important;
    margin: 0 !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}

.container .row [class*="fs-cell"][class*="-centered"] {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

.featured-section {
  padding: 40px 0;
}

.featured-announcement-wrapper {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.featured-ann-image {
    width: 100%;
    float: left;
    height: 150px !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-announcement-img-wrapper {
  border-bottom: 4px solid #047832;
}

.featured-announcement-wrapper h5 {
  color: #3b3b3b;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.widget_sp_image-description > p {
  line-height: 24px;
}

.featured-announcement-decription-wrapper {
  padding-left: 6px;
  padding-right: 6px;
}

.facts_heading {
    font-family: "Robobo",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.42857143;
    letter-spacing: .75px;
    text-transform: uppercase;
    color: rgba(104,110,120,0.5);
    margin-bottom: 30px;
    display: block;
  }
  .facts_header {
    text-align: center;
}

  .facts_heading_text {
    display: inline-block;
    position: relative;
}

.facts_heading_text::before {
    right: 100%;
    margin-right: 25px;
}
.facts_heading_text::after {

    left: 100%;
    margin-left: 25px;
  }
.facts_heading_text::before, .facts_heading_text::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    background-color: rgba(175,178,183,0.5);
    content: "";
    margin-top: -1px;
  }

.featured-announcments .widget {
    margin-bottom: 20px !important;
}

ul.center-updates {
  margin: 0;
  padding: 0;
}

ul.center-updates li a {
  font-family: "Robobo",sans-serif;
}

.more-link {
    color: #171717;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0;
    text-transform: uppercase;
}

/*-------------------------------------------------------------------------*/


/*  1.0 Home Alert Dashboard
/*-------------------------------------------------------------------------*/

.cv-alert-box {
  position: relative;
  border-top: 3px solid #047832;
  border-bottom: 3px solid #047832;
  background: rgb(244, 244, 244);
  z-index: 10;
}

.cv-alert-inner {
  padding-left: 15px;
  padding-bottom: 15px;
}

.cv-alert-title {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 0;
  background: #047832;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.cv-alert-box h3 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

table.table-card {
  border: 1px solid #dddddd;
  box-shadow: 0 0 6px rgba(183, 183, 183, 0.1);
}

table.no-header-color tr, table.no-header-color td {
  background: #fff;
}

table.no-header-color th {
  color: #222222;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
table.no-header-color td {
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  vertical-align: middle !important;
}
table.no-header-color tr.cv-row td {
  background: #e5e5e5; !important;
  border-top: 3px solid #bbbbbb;
  font-weight: bold;
}

.fa-shield-virus {
  font-size: 16px;
  color: #047832;
}

/*-------------------------------------------------------------------------*/


/*  1.0 Search Results Page
/*-------------------------------------------------------------------------*/

.search-results .search-list .search-item::before {
  content: '' !important;
}


/*-------------------------------------------------------------------------*/


/*  1.0 Single Posts Styles
/*-------------------------------------------------------------------------*/

.single .rightside .rightcontent {
    width: 940px;
}

.related-posts .title a {
    font-size: 24px !important;
}

.single .has-full-image.has-thumbnail .pagetitle .credits {
    background: rgba(0, 0, 0, 0.75) !important;
}

.avatar {
    max-height: 75px;
}

.year {
    color: #777;
}

.rightside .righttitle {
    width: 100%;
    padding: 0px;
}

.rightside .righttitle .featuredimage img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}
.tabswrap p.views {
  display: none;
}

/*-------------------------------------------------------------------------*/


/*  1.0 Single Posts Widget Styles
/*-------------------------------------------------------------------------*/

.widget label.screen-reader-text {
    display: none;
}

.widget select#cat {
    width: 100%;
}


/*-------------------------------------------------------------------------*/


/*  1.0 Group Page Styles
/*-------------------------------------------------------------------------*/

.position h4 {
    color: #424545;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    line-height: 16px;
    margin: 10px 0 5px;
    padding: 0;
}

.position p {
    color: #6b6b6a;
    font-size: 10px;
    font-family: 'Open Sans', serif;
    line-height: 14px;
    text-transform: uppercase;
}

.leadership .position h4 {
    color: #424545;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: normal;
    line-height: 16px;
    margin: 10px 0 5px;
    padding: 0;
}

.leadership .position p {
    color: #6b6b6a;
    font-size: 12px;
    font-family: 'Open Sans', serif;
    line-height: 16px;
    text-transform: uppercase;
}

.leadership {
  margin-bottom: 30px;
}

.director-profile {
  background-color: #f8f8f8;
  margin-bottom: 60px;
}

.director-profile h2 {
  font-size: 22px;
  margin: 20px 0 0;
}
.director-profile h3 {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}
.director-profile p {
  line-height: 20px;
  font-size: 14px;
  padding: 10px 0;
}

/*-------------------------------------------------------------------------*/


/*  1.0 Page Styles
/*-------------------------------------------------------------------------*/


/*
.page .pagetitle {
  padding: 240px 0;
}

.pagetitle {
  padding: 40px 0;
  background: #f8f8f8;
}

.page .pagetitle .title, .single-groups .pagetitle .title, .single-staff-member .pagetitle .title, .single-project .pagetitle .title, .post-type-archive-tribe_events .pagetitle .title, .single-mec-events .pagetitle .title, .post-type-archive-mec-events .pagetitle .title {
  color: #333;
  font-family: Lato;
  text-transform: uppercase;
  font-weight: 900;
  font-style: normal;
  font-size: 44px;
  display: block;
  margin-bottom: 10px !important;
}

.has-background > h1.title {
  font-size: 48px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5) !important;
}

.page .pagetitle .title, .page .pagetitle .subheadline {
  opacity: 1 !important;
  /*text-shadow: 0 2px 2px rgba(0, 0, 0, 0.37);
} */

.pagetitle {
    padding: 40px 0;
    background: #f8f8f8;
    margin: 0 0 40px;
    background-position: center center !important;
    background-size: cover !important;
}

.pagetitleloading .overlay {
    background: #000;
}

.single .no-background .pagetitle .overlay, .archive .pagetitle .overlay, .page-template .pagetitle .overlay, .single-mec-events .pagetitle .overlay {
    display: none;
}

.page-template h3.gform_title {
    font-family: 'Lato', sans-serif;
    font-size: 28px !important;
}

.page-template h3.gform_title::before {
    content: 'Event: '
}

.pagetitle h1.title {
    color: #333;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-style: normal;
    font-size: 44px;
    display: block;
    margin: auto !important;
    padding: 20px 0;
}

.has-background .pagetitleloading .pagetitle {
    padding: 200px 0;
}

.no-background .pagetitle {
    padding-top: 20px;
    padding-bottom: 30px;
}

.pagetitleloading.background-imaged .pagetitle h1.title, .single-staff-section .has-background .pagetitle h1.title {
    color: #fff !important;
    font-size: 48px;
    opacity: 1 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.subheadline {
    text-transform: none !important;
    font-size: 20px !important;
    font-weight: normal !important;
    opacity: 1 !important;
    color: #777;
}

.has-background .pagetitle h1.title, .has-background .pagetitle h2.subheadline {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.single .post-subtitle {
    font-weight: normal !important;
}


/*
.single-groups .no-background .pagetitle .overlay, .single-staff-member .no-background .pagetitle .overlay, .single-project .no-background .pagetitle .overlay, .post-type-archive-tribe_events .pagetitle .overlay, .single-mec-events .pagetitle .overlay, .post-type-archive-mec-events .pagetitle .overlay {
  display: none;
}

.page .no-background .pagetitle, .single-groups .no-background .pagetitle, .single-staff-member .no-background .pagetitle, .single-project .no-background .pagetitle, .post-type-archive-tribe_events .pagetitle, .single-mec-events .pagetitle, .post-type-archive-mec-events .pagetitle {
  padding-top: 40px;
  padding-bottom: 30px;
  background: #f8f8f8;
  margin-bottom: 30px;
}
*/

li.nb-list::before {
    list-style: none;
    content: "";
}

.list-date {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h4.list-title {
    font-weight: 400 !important;
    text-transform: none;
}

h4.list-title a:hover {
    color: #00cc99;
}

#nav_crumb {
    margin: 4px 0 0;
    padding: 0;
}

#nav_crumb, #nav_crumb span.current {
    color: #a3a3a3;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 20px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
}

#nav_crumb span {
    color: #A3A3A3 !important;
    font-size: 12px !important;
    margin: 0 4px;
    padding-left: 0 !important;
}



.page section {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 35px;
	padding-bottom: 35px;
}


.page section:last-child {
    border-bottom: none;
}

h3.list-heading {
    margin: 0;
    text-transform: none;
}

p.introduction {
    font-size: 24px;
    line-height: 36px;
}

p.large-text {
    font-size: 18px;
    color: #848484;
    display: block;
    font-style: normal;
    line-height: 22px;
    margin: 25px 0;
}

.related_links_compact+.related_links_compact {}

.related_links_compact {
    overflow: hidden;
}

.related_links_compact {
    border-top: 1px solid #EEE;
    padding-top: 60px;
    padding-bottom: 60px;
}

.related_links_compact:first-of-type {
    border-top: none;
}

.related_links_figure_compact {
    width: 225px;
    float: left;
    margin: 0px 20px 10px 0px;
}

.related_links_link_compact {
    padding: 16px 23px 16px 0px !important;
}

.related_links_link {
    display: block;
    padding-right: 23px;
}

.button_text {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    display: block;
}

.related_links_link:after {
    color: #978D85;
    border-color: transparent transparent transparent #978D85 !important;
    margin-right: -23px;
    transition: transform 0.25s ease 0s !important;
}

.related_links_link:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3.5px 0px 3.5px 5px;
    border-color: transparent;
    content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    transition: border 0.25s ease 0s;
}

.related_links_link:after {
    margin-left: 8px;
}

.no-touch .related_links_link:hover:after {
    transform: translate3d(3px, 0px, 0px);
}

.ui-tabs>ul.shaded>li {
    background-color: #f1f6f8 !important;
    border: 1px solid #f1f6f8;
    border: 1px solid rgba(212, 221, 228, 0);
    border-radius: 0;
    color: #4d4e53;
    display: inline;
    height: 32px;
    list-style-type: none;
    margin: auto;
    opacity: .75;
    -ms-filter: unqoute("alpha(Opacity=75)");
    filter: unqoute("alpha(Opacity=75)");
    position: relative;
    padding: 5px 6px 3px;
    text-align: left;
    font-family: 'Open Sans Light', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
}

.ui-tabs>ul.shaded>li.ui-state-active {
    background-color: #eaeff2 !important;
    border: 0 solid #f4f6f8;
    border: 0 solid rgba(212, 221, 228, .25);
    border-top: 2px solid #d4dde4;
    font-weight: 700;
    opacity: 1 !important;
    -ms-filter: unqoute("alpha(Opacity=100)");
    filter: unqoute("alpha(Opacity=100)");
    padding-top: 0px;
    position: relative;
    z-index: 10;
}

ul.tw-tabs.shaded li a {
    border: 0 !important;
}

ul.shaded~div.tw-tab-content {
    background-color: #eaeff2;
    margin-top: 0;
    border-top: 0 !important;
    border: 0 solid #e5eaef;
    border: 0 solid rgba(212, 221, 228, .25);
    position: relative;
    z-index: 9;
    word-wrap: break-word;
}

div.tw-tab-content {
    padding: 12px !important;
}

.page_feature {
    margin: 30px 0 0 0;
    overflow: hidden;
    position: relative;
}

.page_feature img {
    margin:-40px -15px -140px 0px;
}

.page_feature.in_page figure {
    opacity: 1;
    pointer-events: all;
    width: 100%;
}

.page_feature figure {
    display: block;
    opacity: 0.3;
    pointer-events: none;
    width: 575px;
    transition: opacity 0.5s ease-out;
}

.page_feature.in_page .info {
    display: block;
    opacity: 1;
    position: absolute;
    right: 0;
    width: 380px;
    z-index: 2;
}

.page_feature .info {
    background: #f8f8f8;
    height: 325px;
    padding: 40px 35px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 25px;
    width: 475px;
    z-index: 2;
    transition: opacity 0.5s ease-out, right 0.25s ease-out;
}

.page_feature .topic {
    color: #047832;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.page_feature h2 {
    color: #333;
    font-size: 28px;
    font-style: normal;
    line-height: 1.2;
    margin: 0 0 20px;
    padding: 0;
}

.page_feature.in_page p {
    color: #323839;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.page_feature .links {
    font-size: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 15px 0 0 0;
}

.two-column-list li::before, .three-column-list li::before, .four-column-list li::before {
    content: "" !important;
}

.two-column-list {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.three-column-list {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

.four-column-list {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

.search input[type="text"] {
  max-width: none;
}

#search-form {
  padding: 18px;
}

#search-form input[type="text"] {
  width: 100%;
  max-width: none;
  height: 50px;
  padding: 5px 10px;
  color: rgb(95, 95, 95);
}

.search-item h4.title {
  text-transform: none;
  line-height: 26px;
  font-size: 20px;
}

.search-permalink {
  font-family: Lato;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  color: #999;
  text-decoration: none;
  line-height: 1.4em;
  margin-bottom: 17px;
}

.search-results .search-item {
  border: 0;
}


/*-------------------------------------------------------------------------*/


/*  1.0 Page Sidebar Styles
/*-------------------------------------------------------------------------*/

#sidebar>div {
    margin-bottom: 15px;
}

#sidebar .widget {
    margin-bottom: 20px;
}

#sidebar ul.menu, #sidebar ul.menu {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    line-height: 1.1875;
    margin: 0;
    padding: 0;
}

#sidebar ul.menu li, #sidebar ul.menu {
    border-bottom: none !important;
    list-style: outside none none;
    margin: 0 !important;
}

#sidebar ul.menu li a {
    background: none;
    box-shadow: 0px 1px 0px #D8D7D6;
    color: #047832 !important;
    font-size: 14px !important;
    font-weight: 600;
    padding: 20px 10px 18px !important;
    border-bottom-width: 0px !important;
    display: block !important;
    text-transform: uppercase;
}

#sidebar .sub-menu li a {
    box-shadow: none !important;
}

#sidebar ul.menu li a:hover {
    text-decoration: none;
}

#sidebar ul.menu li.current_page_item>a, #sidebar ul.menu li.current-page-ancestor.menu-item-has-children>a, #sidebar ul.menu li.current-menu-parent.menu-item-has-children>a, #sidebar ul.menu li.current-menu-item > a {
    background: #047832 !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
}

#sidebar ul.menu li.current-page-ancestor {
    background: #047832 !important;
}

#sidebar ul.menu li.current-page-ancestor:not(.menu-item-has-children) a {
    color: #FFFFFF !important;
}


/*
#sidebar ul.menu li.current-page-ancestor > a {
  font-size: 16px !important;
}
*/

#sidebar ul.menu li:not(.current_page_item)>a {
    background-color: transparent;
    transition: all 0.1s linear 0s;
}

#sidebar ul.menu li:not(.current_page_item)>a:hover {
    color: #00cc99 !important;
    background-color: rgba(248, 248, 248, 0.5);
}

#sidebar ul.menu li ul.children a:hover {
    background-color: transparent;
}

#sidebar ul.menu li.current_page_item ul.children li a {
    border-bottom: 1px solid #ccc !important;
}

#sidebar ul.menu li.current_page_item ul.children li:last-child a {
    box-shadow: none;
    border-bottom: 0 !important;
}

#sidebar ul.menu li:not(.current_page_parent) ul.children, #sidebar ul.menu li.current_page_item ul.children li ul.children {
    display: none;
}

#sidebar ul.menu li.current_page_item.page_item_has_children ul.children, #sidebar ul.menu li.current_page_ancestor.page_item_has_children ul.children {
    background-color: #E9E9E7;
    display: block;
    margin-bottom: 0;
}

#sidebar ul.menu li.current_page_item, #sidebar ul.menu li.current_page_item ul.children li, #sidebar ul.menu li.current_page_item.menu-item-has-children ul.sub-menu {
    position: relative;
    box-shadow: none;
    color: #FFF;
    display: block;
    padding: 0;
}

#sidebar ul.menu li.current_page_item ul.children li {
    padding: 0 10px;
}

#sidebar ul.menu li.current_page_item ul.children li a, #sidebar ul.menu li.current_page_ancestor ul.children li.current_page_item a, #sidebar ul.menu li.current_page_ancestor ul.children li.page_item a {
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
}

#sidebar ul.menu li.current_page_item ul.children li a:hover {
    color: #00cc99;
}

#sidebar ul.menu li.current_page_item.page_item_has_children a, #sidebar ul.menu li.current_page_ancestor.page_item_has_children a {
    box-shadow: none;
}

#sidebar ul.menu li.current_page_item a, #sidebar ul.menu li.current_page_ancestor a {
    color: #262626;
}

#sidebar ul.menu li.current_page_item.page_item_has_children ul.children li {
    box-shadow: none;
}

#sidebar ul.menu li.current_page_parent ul.children li.current_page_item ul.children li a {
    font-size: 14px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    margin-left: 60px;
}

#sidebar ul.menu li.current_page_item.page_item_has_children ul.children li:last-child a, #sidebar ul.menu li.current_page_ancestor.page_item_has_children ul.children li:last-child a {
    padding-bottom: 20px;
}

#sidebar ul.menu ul.children {
    margin-left: 0 !important;
}

.naver {
    margin-bottom: 30px !important;
}

.naver.enabled .naver-container {
    background: #F4F2F0 none repeat scroll 0% 0%;
    border-style: solid;
    border-color: #CCC;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-width: 0px 1px 1px;
}

.naver .naver-handle {
    color: #333;
    cursor: pointer;
    display: none;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    text-transform: uppercase;
    -webkit-user-select: initial;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.naver .naver-handle:before {
    background: url("assets/img/jquery.fs.naver-icon.png") no-repeat center;
    content: '';
    display: block;
    float: left;
    height: 15px;
    margin: 17px 10px 0 0;
    width: 20px;
}

.naver .naver-wrapper {
    height: auto;
}

.naver .naver-container:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.naver.enabled .naver-handle {
    display: block;
}

.naver.enabled .naver-wrapper {
    height: 0px;
    overflow: hidden;
}

.menu .naver-handle {
    background-color: #034d21;
    color: #fff;
    cursor: pointer;
    float: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    letter-spacing: 0px;
    line-height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 0 20px;
    text-transform: uppercase;
    transition background-color: 0.25s ease-out 0s;
}


/*-------------------------------------------------------------------------*/


/*  1.0 Support Page Styles
/*-------------------------------------------------------------------------*/

.syntaxhighlighter div.container code, .syntaxhighlighter .gutter {
    background: #efefef;
}


/*-------------------------------------------------------------------------*/


/*  1.0 Shortcode Helper Styles
/*-------------------------------------------------------------------------*/

.tw-toggle .tw-toggle-container {
    background-color: rgba(255, 255, 255, 0) !important;
    border-color: rgba(230, 230, 230, 0.95) !important;
}

/*-------------------------------------------------------------------------*/


/*  1.0 Tablepress styles
/*-------------------------------------------------------------------------*/

.tablepress tfoot th, .tablepress thead th {
  background-color: #047832 !important;
}

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
  background-color: #00cc99 !important;
}

/*-------------------------------------------------------------------------*/


/*  1.0 Modern Events Calendar Styles
/*-------------------------------------------------------------------------*/

.mec-event-content p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9em;
    color: #1F1120;
}

.mec-single-event .mec-event-social .mec-event-social-icon a:hover {
    color: #FFF !important;
}

.mec-links-details ul {
  padding: 0 !important;
}


/*-------------------------------------------------------------------------*/


/*  1.0 Staff Directory Styles
/*-------------------------------------------------------------------------*/

.subhead {
    color: #A3A3A3;
    font-family: 'Lora', serif !important;
    font-size: 18px !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    font-style: italic !important;
    margin: 0;
    text-transform: none !important;
}

.list .item {
    border-bottom: 1px solid #D5DDE7;
    padding: 30px 0px;
    display: block;
}

.list .item:last-child {
    border-bottom: none;
}

.staff div h2 {
    margin: 0;
}

.staff div h3 {
    color: #6C6C6C;
    font-family: 'Lato' !important;
    font-size: 18px !important;
    font-weight: 100;
    letter-spacing: -1px !important;
    position: relative;
}

.directory-head-row {
    border-top: 4px solid #047832;
    border-bottom: 1px solid #e8e8e8;
}

span.directory-head {
    color: #A3A3A3;
    display: block;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    margin: 20px 0;
    text-transform: uppercase !important;
}

.staff .staff-name {
    font-size: 18px;
    font-weight: 400;
    margin-left: 8px;
}

.staff .job-title {
    font-size: 16px;
    color: #222;
    font-weight: 300;
    margin-left: 8px;
}

.staff .staff-email-icon, .staff span.group-show-small {
  display: none;
}


/*-------------------------------------------------------------------------*/


/*  1.0 Staff Single Styles
/*-------------------------------------------------------------------------*/

h4.activity-type {
    color: #999;
    font-family: 'Open Sans' !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    margin-top: 30px !important;
    text-transform: uppercase;
}

.staff-contact-info h4 {
    color: #999;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    letter-spacing: 1px;
    margin-bottom: 15px !important;
    text-transform: uppercase;
}

section span.activity-desc {
    color: #636364;
    display: block;
    font-family: 'Lora', serif;
    font-size: 14px;
    font-style: italic;
    line-height: 22px;
    margin: -20px 0 20px;
    position: relative;
}

.staff-contact-info, .card {
    border: 1px solid #eee;
    width: 100%;
    padding: 10px;
}

.staff-contact-info {
    margin: 10px 0;
}

.staff section {
  margin-bottom: 60px;
}

section h2 {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px !important;
}

.staff-contact-info h4 {
    color: #777;
    font-weight: 300 !important;
}

.staff-contact-info h5.name {
    font-size: 18px;
    font-weight: 500 !important;
    margin-bottom: 0;
}

.staff-contact-info p.role {
    color: #555;
    font-family: 'Roboto', serif;
}

hr.card_rule {
    width: 60px;
    height: 1px;
    background-color: #047832;
    border: 0;
    clear: both;
    margin: 20px 100% 20px 0;
    padding: 0;
}

.staff-contact-info p {
    font-family: 'Lato', serif;
    font-size: 14px;
}

.staff-contact-info>p>span.glyphicon {
    padding-right: 6px;
}

.image-wrapper {
    border: 5px solid #eee;
    width: 100%;
}

.image-wrapper-nb {
    width: 100%;
}

.single-staff-section .image-wrapper, .single-staff-group .image-wrapper, .leadership .image-wrapper {
    border: 5px solid #eee;
    width: 100%;
    border-radius: 50%;
}

ul.collaborator-list {
  list-style: none;
  padding: 0;
}
ul.collaborator-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}


/*-------------------------------------------------------------------------*/


/*  1.0 ACCEL Page Styles
/*-------------------------------------------------------------------------*/

#accel-nav {
  background: rgba(0,50,106,0.80);
  border-top: solid 1px #567daa;
  border-bottom: solid 1px #567daa;
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
}

.accel-nav-item {
  text-align: center;
  display: inherit;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  border-left: solid 1px #567daa;
}

.accel-nav-item:hover {
  background-color: #003e78;
}

.accel-nav-item:last-child {
  border-right: solid 1px #567daa;
  margin-left: 20px;
}

.accel-nav-item a {
  color: #FFF;
  font-family: 'Roboto Slab', serif !important;
  text-decoration: none;
  font-weight: 400;
  padding: 10px 0;
}
.accel-nav-item a:hover {
  color: rgb(255, 203, 11) !important;
  text-decoration: none;
}


/*-------------------------------------------------------------------------*/


/*  1.0 R&D Project Styles
/*-------------------------------------------------------------------------*/

.active-status {
    color: #00cc99;
}

.complete-status {
    color: rgb(240, 128, 128);
}

.project-card, .tutorial-card {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    border-radius: 2px;
    transition: box-shadow 83ms;
    margin-bottom: 25px;
}

.project-card:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 3px rgba(0, 0, 0, .2);
}

.project-card__logo_name_wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    padding-bottom: 0;
}

.project-card__title_wrapper {

}

.project-card__project-name, .tutorial-card__tutorial-name {
    color: #424545;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    line-height: 22px;
    margin: 10px 0 5px;
    padding: 10px 0 0d;
    text-decoration: none !important;
}

.project-card__rd_project-name {
    color: #424545;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 10px 0 5px;
    padding: 10px 0 0;
    text-decoration: none !important;
}

.project-card__project-name a {
    text-decoration: none !important;
}

.project-card__status, .project-card__thrust-area {
    color: #6b6b6a;
    font-size: 10px;
    font-family: 'Open Sans', serif;
    line-height: 14px;
    letter-spacing: .5px;
}

p.project-card__status {
  margin-bottom: 0;
}

.project-card__status>span.active {
    color: #00cc99;
}

.project-card__description_wrapper {
  padding: 0 16px;
  padding-bottom: 16px;
}

.project-card__description {
    line-height: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, .8);
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 10px;
}

.project-card__logo_wrapper {
    margin: 0 8px 0 0;
}

.project-card__rd-image {
    width: 72px;
    height: 72px;
    margin-top: -4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 4px solid transparent;
    border-radius: 6px;
}

.project-card__science-category {
    color: #fff;
    font-size: 11px;
    font-family: 'Open Sans', serif;
    line-height: 14px;
    text-transform: uppercase;
}

.project-card__science-category span {
  background: #a8a8a8;
  padding: 6px;
}

.project-card__learn-wrap {
    border-top: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    padding: 4px 0;
    margin-top: auto;
    height: 41px;
    outline: 0;
    font-size: 100%;
    vertical-align: bottom;
    background: 0 0;
}

.project-card__separated-list {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: rgba(0, 0, 0, .55);
    margin-top: 6px;
}

.project-card__details {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  padding: 8px 0;
}

.filter-section-header {
  margin-bottom: 25px;
  background-color: #f2f2f2;
  color: #4a4a4a;
}

.filter-section-header__navigation {
  padding: 20px 25px;
  min-height: 67px;
}

.filter-section-header__navigation select {
  background-color: white;
  border-radius: 5px;
  min-width: 160px;
  vertical-align: top;
}

.card__content_wrapper {
  padding: 16px;
}

.today_shadow {
    background: url(assets/img/today-shadow.png) no-repeat bottom center;
    margin-bottom: 30px;
    text-align: center;
  }

.today_shadow .searchandfilter ul li {
  display: inline-block;
  padding: 20px 10px;
}

h3.news-headlines {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #E8E8E8;
  color: #047832;
  font-size: 28px;
  margin: 20px auto 40px auto;
  padding-bottom: 10px;
  text-align: center;
  width: 60%;
}

.generatedcontent .content form ul > li::before, ul.mec-event-sharing li::before {
  content: none !important;
}

ul.mec-event-sharing > li {
    padding: 5px 5px 0 0px !important;
}

.mec-month-divider span::before {
  border-bottom: none !important;
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span:hover, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year i, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year i {
  color: #047832 !important;
}

.mec-color, .mec-color-before *::before, .mec-color-hover:hover, .mec-wrap .mec-color, .mec-wrap .mec-color-before *::before, .mec-wrap .mec-color-hover:hover {
  color: #047832 !important;
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected:hover {
    color: #FFF !important;
  }

.mec-calendar .mec-has-event::after {
    background-color: #047832 !important;
}


td.code .container::before {
  display: block;
}

/*-------------------------------------------------------------------------*/


/*  1.0 Tutorial Styles
/*-------------------------------------------------------------------------*/

.posts___post {
  margin-bottom: 50px;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
}

.posts___post header h3 {
  display: block;
  margin: 10px 15px 0;
}

.posts__post-teaser {
  width: 100%;
  font-size: 14px;
  color: #7d7d7d;
  line-height: 1.5em;
  text-align: left;
  padding: 9px 15px 5px 15px;
}

.posts__post-details {
    font-size: 12px;
    bottom: 5px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    color: #8e8e8e;
}

.horizontal-form {
    margin-bottom: 25px;
    background-color: #f2f2f2;
    color: #4a4a4a;
    padding: 15px 0 15px;
}

.horizontal-form ul {
    padding: 0 !important;;
    margin: 0 !important;;
}

.horizontal-form ul li {
    display: inline-block;
    padding: 0;
    margin:0;
}
.horizontal-form input, .horizontal-form select {
    margin: 0;
    background-color:#fff;
}


/*-------------------------------------------------------------------------*/


/*  1.0 History Timeline Styles
/*-------------------------------------------------------------------------*/

div.story-intro div.story-btn {
    color: #788386;
    font-weight: 900;
}

.button-primary {
    border-radius: 3px;
    background-color: #eff2f4;
    color: #40484a;
    cursor: pointer;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #e0e6ea;
    text-transform: uppercase;
    font-size: 12px;
    padding: 18px;
    font-weight: 700;
}

div.story-intro {
    position: relative;
    padding-bottom: 60px;
}

div.story-intro::after {
    width: 1px;
    height: 50vh;
    background: #e0e0e0;
    position: absolute;
    top: 45%;
    left: -webkit-calc(10% - 5px);
    left: calc(10% - 5px);
    content: "";
}

.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}


/* The line */

.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e0e0e0;
    left: 11%;
    margin-left: -15px;
}

.cbp_tmtimeline>li {
    position: relative;
}

.cbp_tmtimeline>li::before {
    position: relative;
    list-style: none;
    content: "" !important;
}


/* The date/time */

.cbp_tmtimeline>li .cbp_tmtime {
    display: block;
    padding-right: 100px;
    position: absolute;
    top: 10px;
}

.cbp_tmtimeline>li .cbp_tmtime span {
    display: block;
    text-align: right;
}

.cbp_tmtimeline>li .cbp_tmtime span:first-child {
    font-size: 0.9em;
    color: #bdd0db;
}

.cbp_tmtimeline>li .cbp_tmtime span:last-child {
    font-size: 1.3em;
    color: #047832;
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmtime span:last-child {
    color: #047832;
}


/* Right content */

.cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 0 60px 15%;
    background: #f1f1f1;
    color: #fff;
    padding: 2em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-top: 4px solid #047832;
}

.cbp_tmtimeline>li .cbp_tmlabel p {
    color: #788386;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -.002em;
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel {
    background: #f1f1f1;
}

.cbp_tmtimeline>li .cbp_tmlabel h2 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}


/* The triangle */

.cbp_tmtimeline>li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f1f1f1;
    border-width: 10px;
    top: 10px;
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #f1f1f1;
}


/* The icons */

.cbp_tmtimeline>li .cbp_tmicon {
    width: 24px;
    height: 24px;
    font-family: 'ecoico';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #eee;
    border-radius: 50%;
    border: 4px solid #ccc;
    text-align: center;
    left: 11%;
    top: 10px;
    margin: 0 0 0 -25px;
}

.cbp_tmicon-phone:before {
    content: "\e000";
}

.cbp_tmicon-screen:before {
    content: "\e001";
}

.cbp_tmicon-mail:before {
    content: "\e002";
}

.cbp_tmicon-earth:before {
    content: "\e003";
}


/* Example Media Queries */

@media screen and (max-width: 65.375em) {
    .cbp_tmtimeline>li .cbp_tmtime span:last-child {
        font-size: 1.1em;
    }
    div.story-intro::after {
        width: 1px;
        height: 50vh;
        background: #e0e0e0;
        position: absolute;
        top: 45%;
        left: -webkit-calc(10% - 8px);
        left: calc(10% - 8px);
        content: "";
    }
}

@media screen and (max-width: 47.2em) {
    div.story-intro {
        display: none;
    }
    .cbp_tmtimeline:before {
        display: none;
    }
    .cbp_tmtimeline>li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }
    .cbp_tmtimeline>li .cbp_tmtime span {
        text-align: left;
    }
    .cbp_tmtimeline>li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }
    .cbp_tmtimeline>li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #047832;
        top: -20px;
    }
    .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #047832;
    }
    .cbp_tmtimeline>li .cbp_tmicon {
        display: none;
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }
}


/*-------------------------------------------------------------------------*/


/*  1.0 Footer Styles
/*-------------------------------------------------------------------------*/

.notice-content-footer {
    border-top: 1px solid #ebebeb;
    clear: both;
    color: #757575;
    margin-top: 16px;
}

.notice-content-footer p {
    clear: both;
    color: #757575;
    font: italic 13px/20px Roboto, sans-serif;
    margin-top: 16px;
}

#footer-outer {
    background-color: #151515;
}

#footer font-family Open Sans #footer .row {
    padding: 50px 0;
}

#footer .row .col {
    border-left: 1px solid #1f1f1f;
    padding-left: 25px;
}

#footer .row .col:first-of-type {
    border-left: none;
}

#footer h4 {
    color: #555;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

#footer .doe-logo {
    display: block;
    margin: 10px 0 20px;
    max-width: 250px;
}

#footer p {
    color: #A3A5A9;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
}

#footer p.attribution {
    color: #A3A5A9;
    font-family: 'Geneva', 'Verdana', 'Arial', 'Helvetica', sans-serif;
    font-style: italic;
    font-size: 11px;
    font-weight: normal;
}

#footer ul.managedby, #footer ul.auxilliary-links, #footer ul#menu-footer-quick-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer ul.managedby li a, #footer ul#menu-footer-quick-links li a {
    color: #FFFFFF;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.009em;
    text-decoration: none;
    text-transform: uppercase;
}

#footer .col ul li {
    border-bottom: none !important;
    padding: 0;
}

#footer #auxilliary-links li a {
    color: #FFFFFF;
    font-family: Open Sans, sans-serif !important;
    font-style: normal;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 0.009em;
    text-decoration: none;
    text-transform: uppercase;
}

#auxilliary-links li a strong {
    font-family: 'Open Sans';
}

#footer a:hover, footer ul li a:hover, #footer .social a:hover i {
    color: #00cc99 !important;
}

#footer a:before, #footer a:after {
    transition: color 0.1s ease-in 0s, background 0.1s ease-in 0s;
}

#footer hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #A3A5A9;
    border-image: none;
    border-style: solid;
    border-width: 3px 0 0;
    clear: both;
    height: 0;
    margin: 1rem 8rem 1rem 0rem;
}

.social a {
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    margin: 16px 0;
    text-transform: uppercase;
}

.social .facebook:before {
    background: url("assets/img/facebook.png");
    content: "";
    display: block;
    float: left;
    height: 16px;
    margin: 2px 10px 0 0px;
    width: 16px;
}

.social .twitter:before {
    background: url("assets/img/twitter.png");
    content: "";
    display: block;
    float: left;
    height: 16px;
    margin: 2px 10px 0 0px;
    width: 16px;
}

.social .vimeo:before {
    background: url("assets/img/vimeo.png");
    content: "";
    display: block;
    float: left;
    height: 16px;
    margin: 2px 10px 0px 0px;
    width: 16px;
}

a.anchor {
    text-decoration: none;
    color: #CCC;
    font-weight: none;
    font-size: 1em;
    margin-right: 4px;
}

a:hover.anchor {
    color: #00cc99;
    text-decoration: none;
}

.anchorlock {
    display: block;
    height: 113px;
    /*same height as header*/
    margin-top: -130px;
    /*same height as header*/
    visibility: hidden;
}

.sidebar-container {
  height: 101%;
}
nav.toc {
  max-height: 80%;
}

.toc-list li {
  list-style: none;
}
.toc-list-item .is-active-li {
  color: #047832;
}

.tocify-header > li > a {
  font-weight: bold;
}

#toc-sticky-wrapper {
  min-height:80% !important;
}


.anchorific {
    border-left: 4px solid #EEEEEE;
    padding: 0;
    background: #F8F8F8 none repeat scroll 0% 0%;
    overflow: auto;
    max-height: 640px;
}

.anchorific::before {
    content: "On this page:";
    color: #222;
    padding: 6px;
}

.anchorific ul {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}

.anchorific ul li {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.anchorific li ul {
    list-style-type: none !important;
    display: none;
}

.anchorific ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    display: block;
    padding: 6px;
    line-height: 16px;
    margin-bottom: 0px;
}

.anchorific li ul {
    display: none;
}

.anchorific li.active>a {
    color: #00cc99;
    background-color: #fff;
}

.anchorific li.active>ul {
    display: block;
}

[data-tag="4"], [data-tag="5"], [data-tag="6"] {
    display: none !important;
}

.menu.affix {
    width: 255px;
}

.menu.affix-bottom {
    position: absolute;
    width: 255px;
}

.affix {
    top: 160px;
    width: 198px;
}

.affix-top {
    width: 198px;
}

@media (min-width: 1200px) {
    .affix {
        width: 198px;
    }
    .menu.affix {
        width: 255px;
    }
}

.affix-bottom {
    position: absolute;
    width: 198px;
}

@media (min-width: 1200px) {
    .affix-bottom {
        width: 198px;
    }
    .menu.affix {
        width: 255px;
    }
}


/* active class is generated by the scrollspy */

.anchorific li.active>a {
    background: #f6f6f6;
    color: #00cc99;
    margin-bottom: 0;
}

.anchorific li.active>ul {
    background: #f6f6f6;
}

.anchorific li.active>ul li a, .anchorific li>ul li a {
    font-size: 12px;
    padding: 3px 16px;
}


/*-------------------------------------------------------------------------*/


/*  1.0 Ubermenu styles
/*-------------------------------------------------------------------------*/

.ubermenu-target {
    outline: none;
}

ul.ubermenu-nav li {
    color: #00865;
}

.ubermenu .ubermenu-submenu {
    background: #fff !important;
}

.ubermenu ul.ubermenu-submenu li.widget-item:hover {
    background: none;
}

.ubermenu ul.ubermenu-submenu li.ubermenu-has-submenu-drop:hover>a.ubermenu-target span {
    color: #0c9;
}

.ubermenu ul.ubermenu-submenu li.ubermenu-widget:hover {
    background: none !important;
}

.ubermenu-target-title {
    background: #fff;
    color: #585858;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: normal !important;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.ubermenu .ubermenu-target-description {
    font-family: 'Gentium Book Basic' !important;
    font-style: italic !important;
    font-size: 90% !important;
    line-height: 10px;
    padding-top: 4px;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target::after {
    margin-top: -9px !important;
}

.ubermenu-submenu ul li .ubermenu-target-title.ubermenu-target-text {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: 'Roboto', sans-serif !important;
    font-style: normal;
    font-weight: normal !important;
    line-height: 17px;
    text-decoration: none;
    text-transform: none;
    color: #444;
    display: block;
    font-size: 14px;
    height: auto;
    padding: 0;
    text-indent: 0;
}

.ubermenu-submenu-type-stack ul li .ubermenu-target-title.ubermenu-target-text {
    color: #777 !important;
    font-size: 12px;
    font-weight: 400 !important;
    margin-left: 10px;
}

.ubermenu-submenu-type-stack ul li .ubermenu-target-title.ubermenu-target-text:hover {
    color: #00cc99 !important;
}

.ubermenu a.ubermenu-target:hover {
    color: #00cc99;
}

.ubermenu-submenu ul li ul.ubermenu-tabs-group li ul li a {
    padding-bottom: 0 !important;
}

.ubermenu-submenu ul li ul.ubermenu-tabs-group li ul li.column-heading a span {
    color: #262626 !important;
    text-transform: none !important;
}

.ubermenu-submenu ul li ul.ubermenu-tabs-group li ul li.column-heading a:hover span {
    color: #0c9 !important;
}

.ubermenu-submenu ul li ul.ubermenu-tabs-group li ul li ul {
    padding-top: 10px !important;
}

.ubermenu-submenu ul li ul.ubermenu-tabs-group li ul li.column-heading ul li a span {
    color: #666 !important;
    text-transform: none !important;
}

.ubermenu-submenu ul li ul.ubermenu-tabs-group li ul li.column-heading ul li a:hover span {
    color: #0c9 !important;
}

.ubermenu-submenu ul li .ubermenu-target-title.ubermenu-target-text:hover {
    color: #0c9;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target::after {
    content: "\f0d7" !important;
}

ul.ubermenu-submenu li.ubermenu-has-submenu-drop>.ubermenu-target::after {
    content: "\f054" !important;
    color: #8d8d8d !important;
    font-size: 10px !important;
    font-weight: normal !important;
    line-height: 13px !important;
}


/*div ul.ubermenu-nav > li.ubermenu-item.ubermenu-item-has-children:hover {
  box-shadow: 0 0px 6px rgba(221,221,221,0.5);
  border: 1px solid rgba(9,9,9,0.07);
  background: #fff;
  height: 64px;
}*/

div ul.ubermenu-nav>li.ubermenu-item.ubermenu-item-has-children:hover {
    color: #00cc99;
}

div ul.ubermenu-nav>li.ubermenu-item.ubermenu-item-has-children:active {
    outline: 0;
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
    box-shadow: 0 0 6px rgba(221, 221, 221, 0.5) !important;
    padding: 10px 10px 10px;
    clip: auto !important;
}

.ubermenu .ubermenu-item {
    z-index: 10 !important;
    border: 1px solid transparent !important;
}

.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop, .ubermenu-nojs .ubermenu-item:hover .ubermenu-submenu-drop {
    /* z-index: -10 !important; */
}


/*
.ubermenu ul.ubermenu-submenu li.ubermenu-item a  {
	background: url("assets/img/whitesquare.gif") no-repeat 10px 13px;
}


.ubermenu ul.ubermenu-submenu li.ubermenu-item a:hover  {
	background: url("assets/img/neonsquare.gif") no-repeat 10px 13px;
}


div ul.ubermenu-nav > li.ubermenu-item:hover::after {
  background-color: #fff;
  height: 22px;
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
}*/

.ubermenu-tabs-group {
    border: none !important;
}

li.ubermenu-tab.ubermenu-active {
    background-color: #f7f7f7 !important;
}

.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group {
    border-right: 1px solid #E1E3DF !important;
}

.ubermenu .ubermenu-divider hr {
    border-color: #047832 !important;
    border-image: none !important;
    border-style: solid !important;
    border-width: 4px 0 0 !important;
    clear: both !important;
    height: 0 !important;
    margin: 0.5rem 1.22rem 0.3rem !important;
    max-width: 160px !important;
}

.ubermenu .widget-item {
    background: none repeat scroll 0 0 #fafafa !important;
    border-radius: 3px 3px 3px 3px !important;
    overflow: hidden !important;
    margin-top: 10px;
    padding: 20px 15px;
}

.ubermenu-submenu .contact-support {
    border-right: 1px solid #E1E3DF !important;
}

.contact-support a:hover {
    text-decoration: underline;
}

.contact-support .fa, .card .fa {
    padding-right: 10px;
}

.support-top-row {
    border-bottom: 1px solid #E1E3DF !important;
    margin-bottom: 1px !important;
}

li.nav-heading span.ubermenu-target-title.ubermenu-target-text {
    color: #555 !important;
    font-size: 15px !important;
}

ul.ubermenu-tab-content-panel li.ubermenu-has-submenu-stack>a span.ubermenu-target-text {
    text-transform: none;
    font-size: 14px;
    font-weight: 600 !important;
    ;
    font-family: 'Open Sans', sans-serif !important;
}

ul.ubermenu-tab-content-panel li.ubermenu-has-submenu-stack ul.ubermenu-submenu.ubermenu-submenu-type-auto li.ubermenu-column-auto a span.ubermenu-target-text {
    padding-left: 12px;
    text-transform: none;
    font-weight: 400 !important;
}

li.nav-pill {
    background-color: #e8e8e8;
    border-radius: 4px;
}

li.nav-pill:hover {
    background-color: #f8f8f8;
}

li.nav-pill:hover a>span {
    color: #0c9 !important;
}

.ubermenu h3.ubermenu-widgettitle {
    font-family: 'Lato', sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase !important;
}

.ubermenu .textwidget p {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 8px;
    padding-bottom: 0;
}

.ubermenu-transition-slide .ubermenu-item .ubermenu-submenu-drop {
    display: none;
}

li.mobile-heading {
    border-top: 1px solid #e8e8e8;
    border-bottom: none !important;
    color: #585858 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px;
    margin: 1px 0px 0px -12px !important;
    text-transform: uppercase !important;
}

#shiftnav-toggle-main {
    border-bottom: 4px solid #047832;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
    height: 82px;
}

.shiftnav-main-toggle-content img {
    height: 48px;
    padding-left: 6px;
}

#shiftnav-toggle-main .shiftnav-toggle-burger {
    padding: 30px 20px !important;
}

.shiftnav ul.shiftnav-menu li.menu-item {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 3px;
}

.shiftnav ul.shiftnav-menu li.menu-item>a.shiftnav-target {
    display: block;
    font-size: 12px;
    padding: 10px 0px 10px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.shiftnav ul.shiftnav-menu li.menu-item>ul>li.menu-item>a.shiftnav-target {
    padding-left: 40px !important;
}

.shiftnav-search {
    padding: 10px !important;
}

.shiftnav-search input.shiftnav-search-input {
    background: #e5e5e5 none repeat scroll 0% 0%;
}

input.shiftnav-search-submit[type="submit"] {
    background: #047832 !important;
    border-radius: 0 !important;
    color: #fff !important;
    height: 49px !important;
}

input.shiftnav-search-submit[type="submit"]:hover, input.shiftnav-search-submit[type="submit"]:focus {
    background: #0c9 !important;
}

.offcanvas-helpful-links h6 {
  border-top: 1px solid #E8E8E8;
  color: #666 !important;
  font-size: 11.4px;
  font-weight: 600 !important;
  letter-spacing: .2px;
  margin: 1px 0 0;
  padding: 10px 20px !important;
  text-transform: uppercase;
}
.offcanvas-helpful-links ul {
  margin-left: 20px;
}
.offcanvas-helpful-links ul li {
  list-style: none;
}
.offcanvas-helpful-links ul li a {
  display: block;
font-size: 12px;
padding: 10px 0px 10px 20px;
font-family: 'Open Sans', sans-serif;
font-weight: 600;

}


/*-------------------------------------------------------------------------*/


/*  1.0 Side-Nav Submenu
/*-------------------------------------------------------------------------*/

#sidebar .sub-menu {
    display: none;
}

#sidebar ul.menu li.current_page_ancestor>a {
    background: #047832;
    color: #FFF;
    padding: 20px;
}

#sidebar .current-menu-ancestor .sub-menu, .current-menu-item.menu-item-has-children .sub-menu, #sidebar .current-page-ancestor .sub-menu {
    background: #fff;
    border: 1px solid #e8e8e8;
    display: block;
    padding: 0 20px 20px 20px !important;
}

#sidebar ul ul.sub-menu li>a {
    background: transparent !important;
    border-top: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    padding: 12px 6px !important;
    color: #047832 !important;
    text-transform: none;
}

#sidebar ul ul.sub-menu li.current-menu-item>a, #sidebar ul ul.sub-menu li.current_page_item>a, #sidebar ul ul.sub-menu li.current-page-ancestor>a {
    background: transparent !important;
    color: #BBBBBB !important;
}

#sidebar ul ul.sub-menu li:last-child>a {
    box-shadow: none !important;
}

.is_stuck .top-ad, .regular-nav.is_stuck #menu {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}


/*-------------------------------------------------------------------------*/


/*  1.0 MEC Overrides
/*-------------------------------------------------------------------------*/

.mec-single-event .mec-events-meta-group-booking, .mec-single-event .mec-frontbox {
    margin-bottom: 0;
    padding: 0;
    border: 0;
}

.mec-events-event-image {
    margin-bottom: 12px !important;
}

.register-now-button {
    background: #047832;
    padding: 12px 34px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    border: 1px solid #e3e3e3;
    margin-bottom: 12px;
    text-align: center;
    transition: .3s;
}

.register-now-button:hover {
    background: #00cc99 !important;
    border: 1px solid #00cc99 !important;
    color: #FFF !important;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.register-now-button a, .register-now-button a:hover {
    color: #FFF !important;
}

/*-------------------------------------------------------------------------*/


/*  1.0 Summit PR Classes
/*-------------------------------------------------------------------------*/

#summit-pr section {
  border: none;
  padding: 140px 0 140px;
  margin-bottom: 0;
}

#summit-pr section .bg-grey {
  background: rgba(140,149,164,0.08);
}

#summit-pr section h2 {
  border: none;
}

#summit-about p {
  color:rgb(35, 31, 32);
  font-family: 'Open Sans', serif;
  font-size: 22px;
  line-height: 2em;
}
/*
.variable-width .slick-slide p {
  background: #ccc;
  height: 100px;
  color: #3498db;
  margin: 5px;
  line-height: 100px;
}

.carousel__prev, .carousel__next {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    border: 1px solid #3bb0c9;
    border-radius: 30px;
    margin-left: 10px;
    position: relative;
    transition: color .3s,border-color .3s;
}
*/

.tp-carousel-wrapper {
  overflow: visible !important;
}
#summit-pr #summit-introduction {
  background-image: url('../olcf-edition-child/assets/img/stars-head.png');
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 100;
  margin-bottom: 0;
  padding-bottom: 0;
}

.intro-parent {
  background-image: url('../olcf-edition-child/assets/img/summit_intro_splash.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  height: calc(100vh - 322px);
  max-height: 1024px;
}
.summit-logo {
  -webkit-flex-basis: 40%; /* Safari 6.1+ */
  flex-basis: 40%;
}
.summit-logo img {
  max-height: 340px;
  padding: 60px;
}
.summit-tagline {
  -webkit-flex-basis: 10%; /* Safari 6.1+ */
  flex-basis: 10%;
}
.summit-mountains {
  -webkit-flex-basis: 40%; /* Safari 6.1+ */
  flex-basis: 40%;
}

/*
.summit-mountain {
  position: absolute;
  bottom: 0;
}

.intro-text {
  position: relative;
  top: 10%;
  transform: translateY(-50%);
  z-index: 999;
  text-align: center;
}

#summit-logo {
  max-height: 340px !important;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 60px auto;
  padding: 0 60px;
}
*/

#particles-js {
  height: calc(100vh - 322px);
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -5;
  overflow: hidden;
}

#summit-pr h1 {
  font-family: "Oswald", sans-serif;
  font-size: 90px;
  font-weight: 200;
  color: #FFF;
  line-height: 120px;
  text-transform: uppercase;
}

#summit-pr h1.intro {
  text-transform: uppercase;
}

#summit-pr .white {
  color: #FFF !important;
}

#summit-pr #summit-about::after {
  background-image: url('../olcf-edition-child/assets/img/star-field-bg.png');
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

}

#summit-pr h2 {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 200;
  line-height: 80px;
  color: #047940;
  text-transform: none;
}

#summit-pr h2::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 12%;
  padding-top: 20px;
  border-bottom: 4px solid #047940;
}

#summit-pr h3 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 200;
  color: #252525;
  text-transform: none;
}

#summit-pr h6 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}

.node-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  background-image: url('../olcf-edition-child/assets/img/summit-node.png');
  background-repeat: no-repeat;
  background-size: contain;
}

#summit-early-science {
  background-color: #FFF;
}

li.faces-image-bg::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13,18,27,0.3);
  visibility: unset;
  z-index: 1;
}

li.faces-image-bg:hover::before {
  background: rgba(13,18,27,0.2);
}

.gray-gradient {
  background: -webkit-linear-gradient(bottom, #fff 0, #f6f6f6 150px);
  background: linear-gradient(to bottom, #fff 0, #f6f6f6 150px);
}
.gray-gradient-reverse {
  background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 150px);
  background: linear-gradient(to top, #fff 0, #f6f6f6 150px);
}

.large-buttons {
  padding: 30px !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  min-width: 210px;
}

.large-buttons:first-of-type {
  margin-right: 20px;
}

#summit-faces .tp-leftarrow:before {
content: "\f060"  !important;
}
#summit-faces .tp-rightarrow:before {
content: "\f061"  !important;
}

#summit-faces .tparrows::before {
  font-family: fontawesome !important;
  color: #047940 !important;
  line-height: 60px;
  transition: color .3s,border-color .3s;
}
#summit-faces .tparrows:hover, #summit-faces .tparrows:hover:before {
  border-color: #ccc;
  color: #ccc !important;
  transition: color .3s,border-color .3s;
}
#summit-faces .tparrows {
    background: transparent !important;
    vertical-align: top;
    width: 60px;
    height: 60px;
    border: 1px solid #047940;
    border-radius: 30px;
    margin-left: 10px;
    transition: color .3s,border-color .3s;
}
.grid--scroll {
  overflow: visible;
}

.feature-table > div {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  vertical-align: top;
  border-top: 1px solid rgba(140,149,164,0.1);
  margin: 0 15px;
}

.feature-table > div:first-child {
  border: none;
}

.feature-table .feature {
  padding: 20px 20px 20px 0;
  font-size: 24px;
  line-height: 1.5;
}

.feature-table .stat  {
  font-size: 16px;
  padding: 20px 20px 20px 0;
}

#summit-specs-features {
  background-image: url('../olcf-edition-child/assets/img/numbers-bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.summit-number-item {
  background-color: rgba(4, 121, 64, .4);
  width: 100%;
  height: 400px;
  position:relative;
  margin-bottom: 30px;
  border: 10px solid #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.item-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 200px;
}

.end-item {
  align-self: flex-end;
}

.summit-number-item .item-icon img {
    max-width: 100%;
    height: auto;
    margin: 20px;
    }

.cabinet-dimensions {
  margin-top: 140px;
}

.summit-number-item div p {
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  letter-spacing: .5px;
  padding: 0 10%;
}

#summit-node {
  background-image: url('../olcf-edition-child/assets/img/stars.png');
  background-repeat: no-repeat;
}

#summit-gallery, #summit-node {
  background-color: #f8f8f8;
}

#gallery {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.thumbnail-wrapper {
  background-color: #333;
  min-width: 45rem;
  min-height: 30rem;
  position: relative;
  flex: 1;
  flex-basis: 8rem;
  margin-right: 30px;
  margin-bottom: 30px;
}

.thumbnail-wrapper:nth-child(5n) {
  flex-basis: 14rem;
}

.thumbnail-wrapper:nth-child(2n+1) {
  flex-basis: 10rem;
}

.thumbnail-wrapper:nth-child(7n+4) {
  flex-basis: 20rem;
  min-height: 12rem;
}

.summit-thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.summit-thumbnail:hover {
  opacity: 0.6;
  transition: .2s ease-in;
}

#summit-social {
  background-color: #000000;
}

.hotspot {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50% 50%;
  background-color: #00CC99;
  color: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  backface-visibilty: hidden;
  transition: all 0.3s ease 0.1, border-radius 0.1s ease 0.2;
}
.hotspot.open {
  border-radius: 0 0;
  width: 400px;
  height: 410px;
  max-height: 410px;
  transition: all 0.3s ease, border-radius 0.1s ease;
  z-index: 999;
}
.hotspot.open .icon {
  transform: rotate(45deg);
}
.hotspot.open .hot-content {
  opacity: 1;
  transition: opacity 0.2s ease 0.2s;
}
.hotspot .icon {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 999;
}
.hotspot .node-plus {
  display: block;
}
.hotspot .node-key {
  display: none;
}

.hotspot .hot-content {
  position: absolute;
  top: 30px;
  left: 30px;
  margin: 0;
  overflow: auto;
  opacity: 0;
  transition: opacity 0.1s ease 0s;
  z-index: 9999;
}
.hotspot .hot-content h4 {
  margin: 10px 30px 10px 0;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}
.hotspot .hot-content p {
  margin: 0 30px 30px 0;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  line-height: 22px;
  color: #FFFFFF;
}
.hotspot.left-top .icon {
  top: 0;
  left: 0;
}
.hotspot.right-top .icon {
  left: auto;
  top: 0;
  right: 0;
}
.hotspot.left-bottom .icon {
  left: 0;
  bottom: 0;
}
.hotspot.right-bottom .icon {
  bottom: 0;
  right: 0;
}

.hotspot.open::before, .hotspot.open::after {
  animation-play-state: paused;
}

#summit-node .smart p, #summit-features p {
  font-family: "Oswald";
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 42px;
  font-weight: 200;
}
.question {
  font-size:1em;
  color:grey;
}


.snip1515 {
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  float: left;
  margin: 10px 1%;
  min-width: 230px;
  width: 100%;
  color: #000000;
  text-align: center;
  line-height: 1.4em;
  font-size: 14px;
  box-shadow: none !important;
}

.snip1515 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1515 .profile-image {
  display: inline-block;
  width: 80%;
  z-index: 1;
  position: relative;
  padding: 10px;
  border: 2px solid #047940;
}

.snip1515 .profile-image img {
  max-width: 100%;
  vertical-align: top;
}

.snip1515 figcaption {
  width: 100%;
  background-color: #EEEEEE;
  color: #555;
  padding: 125px 25px 25px;
  margin-top: -100px;
  display: inline-block;
}

.snip1515 h3,
.snip1515 h4,
.snip1515 p {
  margin: 0 0 5px;
}

.snip1515 h3 {
  font-weight: 600;
  font-size: 1.3em;
  font-family: 'Oswald', sans-serif;
}

.snip1515 h3::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 10%;
  border-bottom: 1px solid #047940;
}

.snip1515 h4 {
  color: #047940;
  font-weight: 200 !important;
  letter-spacing: 1px;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  line-height: 28px;
  font-size: 16px;
}

.snip1515 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
  text-align: left;
}

.snip1515 .icons {
  text-align: center;
  width: 100%;
}

.snip1515 i {
  padding: 10px 2px;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  color: #e8b563;
  opacity: 0.75;
}

.snip1515 i:hover {
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1515 .profile {
    border-radius: 50%;
    bottom: 100%;
    z-index: 1;
    max-width: 100px;
    width: 100px;
    opacity: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.chat-history ul {
  padding: 10px 0 0;
  margin: 0;
}
.chat-history ul li {
  list-style: none;
  margin-left: 0;
}
.chat-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.message {
    padding: 10px;
    border-radius: 5px;
    position: relative;
  }
  .message__text {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #777777;
}
  .chat-item img {
    width: 36px;
    border-radius: 50%;
  }

  .chat-item--me .message {
    margin-left: 15px;
    background: #fff;
  }
  .chat-item--me .message::before {
    right: 100%;
    border: solid transparent;
    border-right-color: #fff;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    top: 10px;
  }

  .chat-item--other .message {
    margin-right: 15px;
    background: #fff;
  }
  .chat-item--other .message::after {
    left: 100%;
    border: solid transparent;
    border-left-color: #fff;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    top: 10px;
  }

  .key-helper {
    display: none;
  }









/*-------------------------------------------------------------------------*/


/*  1.0 Alert Notice Widget
/*-------------------------------------------------------------------------*/

.alert-notice {
  background: red;
  text-align: center;
  padding: 8px 60px;
  margin-bottom: 0 !important;
}

.alert-notice p {
  color: white;
  padding: 0;
  margin: 0;
}
/*-------------------------------------------------------------------------*/


/*  1.0 Hide unless Printing
/*-------------------------------------------------------------------------*/

.print-only {
  display: none !important;
}

/*-------------------------------------------------------------------------*/


/*  1.0 Bootstrap glyphicon styles
/*-------------------------------------------------------------------------*/

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('functions/help/assets/fonts/glyphicons-halflings-regular.eot');
    src: url('functions/help/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('functions/help/assets/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('functions/help/assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('functions/help/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('functions/help/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}


/*-------------------------------------------------------------------------*/


/*  1.0 Media Queries
/*-------------------------------------------------------------------------*/

@media screen and (max-width: 1300px) {
  #logo {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 990px) {
  .rev_slider .tp-caption.rev_row {
    margin: 0 !important;
  }
  #homepage_slider h2.title {
    max-width: none !important;
    min-width: 0;
  }
  #homepage_slider h2.title a {
    font-size: 22px !important;
    line-height: 25px !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  #homepage_slider p.subtitle {
    display: none !important;
  }
  .more-link {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .page_feature .info {
    height: unset;
    position: relative !important;
  }
  .page_feature.in_page .info {
    width: 100%;
  }
}
@media screen and (max-width: 1262px) {
    #menu {
        float: none;
    }
    .top-nav-inner {
      text-align: center;
    }
    #logo {
      padding-top: 10px !important;
      padding-bottom: 5px !important;
    }
    .regular-nav #menu {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    .intro-parent, #particles-js {
      height: calc(100vh / 2);
    }


}
@media only screen and (max-width: 1000px) {
   .hotspot {
      pointer-events: none;
  }
  .hotspot .node-plus {
    display: none;
  }
  .hotspot .node-key {
    display: block;
  }
  .key-helper {
    display: block !important;
    background: #EEEEEE;
    padding: 10px 6px 0;
    margin-bottom: 20px;
  }
  .key-helper h4 {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
  }
  .key-helper img {
    text-align: center;
    width: 100%;
  }
  .key-helper p {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
  }
}

@media screen and (max-width: 1024px) {
    .top-bar, .audience-bar, .top-nav {
        display: none;
    }
    .ubermenu-target-title {
        font-size: 14px;
    }
    #summit-about p {
      font-size: 18px;
      line-height: 1.6em;
    }
    .large-buttons {
    padding: 20px !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    min-width: 170px;
    }

}
@media screen and (max-width: 1380px) {
    .ubermenu-target-title {
        font-size: 14px;
    }
}
@media screen and (max-width: 1280px) {
    h2.title a {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 1224px) {
    .audience-bar ul li a, ul.constant .menu-item a {
        font-size: 12px;
    }
    .ubermenu-target-title {
        font-size: 14px;
    }
    #summit-pr section {
      padding: 40px 0 40px;
    }
}

@media screen and (max-width: 990px) {
  #sidebar {
    position: relative !important;
    top:auto !important;
  }
  .snip1515 {
    margin-bottom: 40px;
  }
}



@media screen and (max-width: 768px) {
  #search-form #searchsubmit {
    margin-left: 0;
    margin-top: 10px;
  }
  blockquote.left {
    float: left;
    width: 100%;
    margin: 0 0 4% 0;
  }

  blockquote.right {
    float: right;
    width: 100%;
    margin: 0 0 4% 0;
  }
  .page_feature img {
    margin: 0;
  }
  .directory-head-row {
    display: none;
  }
  .staff .directory-group {
    margin-left: 8px;
  }
  .staff span.group-show-small {
    content: "OLCF Group: ";
    margin-left: 8px;
    font-weight: 600;
    line-height: 10px;
    margin-top: 18px;
    display: block;
    font-size: 14px;
    color: rgba(0,0,0,.7);
    font-family: 'Roboto';
  }
  .staff .staff-email-icon {
    display: inline;
    margin-left: 8px;
    margin-right: 4px;
  }
  .pagetitle h1.title {
    font-size: 28px;
    padding: 8px 0 !important;
  }
  .subheadline {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  #homepage_slider h2.title {
    min-width: 0 !important;
  }
  #homepage_slider h2.title a {
  font-size: 18px !important;
  line-height: 20px !important;
  }
  .latest-announcments {
    border-right: none;
  }
  #summit-pr h2 {
    font-size: 40px;
    line-height: 60px;
  }
  #summit-node .smart p {
    line-height: 22px;
  }
  .feature-table {
    text-align: center;
  }
  .cabinet-dimensions {
    margin-top: 10px;
    border-top: 1px solid rgba(140,149,164,0.1);
  }
}
@media screen and (max-width: 600px) {
  html #shiftnav-toggle-main ~ #wpadminbar {
    top: 36px !important;
  }
}
@media screen and (max-width: 480px) {
    .home-title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .single .post-subtitle {
        font-size: 20px;
    }
    .related_links_compact {
      border: none !important;
      padding: 0 !important;
    }
    p, ul, ol, body, h4.review-title {
        font-size: 14px !important;
    }
    .has-background .pagetitleloading .pagetitle {
      padding: 0;
    }
    table {
      display: block !important;
      overflow: auto !important;
    }
    .searchandfilter ul {
      padding: 0;
    }
    .searchandfilter ul li {
      padding: 0 !important;
    }
    .searchandfilter select.sf-input-select {
      font-size: 12px !important;
    }
    .today_shadow ul {
      padding-bottom: 20px;
    }
    .status-head {
      width: 75%
    }
    .menu .naver-handle {
      font-size: 13px;
      font-weight: 400;
    }
    .large-buttons:first-of-type {
      margin-right: 0;
    }
    .thumbnail-wrapper {
      min-width: 34rem;
      min-height: 24rem;
    }
    .intro-parent, #particles-js {
      height: calc(100vh / 3);
    }
}
@media screen and (max-width: 320px) {
  .shiftnav-main-toggle-content img {
      height: 44px;
    }
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
    body.shiftnav-disable-shift-body {
      padding: 0;
    }
    #shiftnav-toggle-main {
      display: none;
    }
    .print-only {
      display: block !important;
    }
}
