@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.woff') format('woff'),
         url('../fonts/Gotham-Bold.ttf') format('truetype'),
         url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg'),
         url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.woff') format('woff'),
         url('../fonts/Gotham-Medium.ttf') format('truetype'),
         url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg'),
         url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.woff') format('woff'),
         url('../fonts/Gotham-Book.ttf') format('truetype'),
         url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg'),
         url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
  }

.admin-bar #main,.admin-bar #main header.monolit-header {top: 32px;}
.admin-bar #main .share-inner {top:92px;}
/*.admin-bar #main .share-container {top: 106px;}*/
@media screen and (max-width:782px) {
    .admin-bar #main,.admin-bar #main header.monolit-header {top: 46px;}
    .header-social {display:none;}
}
@media screen and (max-width:600px) {
	.admin-bar #main{
		top:0px;
	}
	.admin-bar #main header.monolit-header {
		top: 0px;
		position: relative;
	}
}
.no-des {display: none;}
.no-dis {display: none;}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer-social ul {padding-left: 0px;}
.content-footer ul {list-style: none;padding-left: 0px;}
.single-slider .owl-dots {text-align: center;}


div.wpcf7-validation-errors {border:0px !important;}
div.wpcf7-response-output {margin-left: 0px;margin-right: 0px;padding: 0px;}
span.wpcf7-not-valid-tip {margin-bottom: 20px;}
.author-social ul {
    list-style: none;
    padding-left: 0px;
    text-align: right;
}
.author-social ul li {
    display: inline-block;

}
.author-social ul li a {font-size: 14px;padding:10px;}
.author-social ul li a:hover {opacity: 0.8}
article.content-none {margin-top: 0px;z-index: 3;background: #fff;}
.mrt-20 {margin-top: 20px;}


/*NEW EDITS from Skematic */
.content-holder{
    padding:0px;
}
.sect-subtitle {
    color: rgba(211, 239, 0, 0.35);;
}
header.monolit-header {
    background: #6f7271;
    width:100%;
}
footer.fixed-footer {
    background: rgba(111, 114, 113, 1.0);
    display:none;
}
.logo-holder {
    top: 5px;
}
.content-footer {
   background: #151515;

}
.footer-item p{
    color: #fff!important;
 }
.footer-logo  img {
	max-width: 300px;
}
.edit-link {
    display: none !important;
}
.footer-item p, .footer-item  span, .footer-item ul li a {
    font-size: 13px;
}
section p, section .wpb_text_column ul {
    font-size: 14px;
    line-height: 28px;
}
.custom-inner ol, .custom-inner ul {
    padding: 10px 0 10px 18px;
}
.post .creat-list li > span, .member-content-nav li a, .main-breadcrumb li > strong, .creat-list li a, .text-link {
    font-size: 11px;
}
.btn {
    font-size: 13px;
}
.btn:focus, .btn:hover {
    background: rgba(211, 239, 0, 1.0);
}
.btn:before {
    background: rgba(111, 114, 113, 1.0);
}
#movingBallG {
    height: 10px;
}
.movingBallG {
  background: rgba(111, 114, 113, 1.0);
  background: rgba(85, 80, 90, 1.0);
    position: absolute;
    width: 10px;
    height: 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.movingBallLineG {
    background: rgba(85, 80, 90, 0.8);
    top: 5px;
}
#formula_awards, #formula_publications {
    position: relative;
}
#formula_awards h3, #formula_publications h3 {
    font-weight: 100;
    font-size: 20px;
    position: relative;
}
#formula_awards h3 a, #formula_publications h3 a {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
}
#formula_awards h3::before, #formula_publications h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 55px;
    height: 0px;
	left:10%;
    background: rgba(221, 239, 0, 1.0);
    bottom: -3px;
    opacity: .3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#formula_awards h3:hover a:hover, #formula_publications h3:hover a:hover {
    text-decoration: none;
    color: inherit;
}
#formula_awards h3:hover::before, #formula_awards .vc_icon_element:hover + .wpb_text_column h3::before, #formula_publications h3:hover::before, #formula_publications .vc_icon_element:hover + .wpb_text_column h3::before {
    width: 80%;
    margin-left: 0;
    left: -1%;
    height: 110%;
    opacity: .8;
    background: rgba(221, 239, 0, 0.8);
}
.dark-bg .sect-subtitle,.dark-bg p{
    /* color: rgba(255,255,255, 1.0); */
    font-family: 'Gotham-Book';
}
.sect-subtitle, p{
    font-family: 'Gotham-Book';
    
}
#formula_awards.awards_page_wrapper h3:hover::before, #formula_awards.awards_page_wrapper .vc_icon_element:hover + .wpb_text_column h3::before {
    background: #ccc;

}
#formula_awards.awards_page_wrapper h3::before {
    background: #ccc;
}
.header-social{
    top: 21px;
    position: absolute;
    right: 50px;
}
.header-social a{
    color:#fff !important;
    list-style: none;
    z-index: 21;
    cursor: pointer;
    color: rgba(255,255,255,0.21);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center !important;
    margin-right: 2.3em;
}
.header-social li{
    display: inline;
}

.parallax-deck-item h3{
    color:#53505a!important;
}
.process-box:before{
    background:#53505a!important;
}
body{
    background:rgba(211, 239, 0, 1.0);
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Gotham-Book';
}
.folio-title{
    color: rgba(211, 239, 0, 0.2);
}
.bw{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.wpb_wrapper{background-color:#fafafa;}
.owl-carousel .owl-item{
    height: 100vh;
}