/****************************************************
            MOBILE STYLING - FINRA-TECH
****************************************************/

@media only screen and (min-width:767px) and (max-width:988px) {
  .navbar-default .navbar-nav li a, .navbar-inverse .navbar-nav li a {
    font-size: 14px !important;
  }
  .tech-logo {
    font-size: 20px !important;
  }
}

@media only screen and (min-width:200px) and (max-width:767px) {
  .cl-effect-2 a {
    display: block;
    margin-bottom: 20px;
  }
  .mobile-show {
    display: visible !important;
  }
  .mobile-hide {
    display: none !important;
  }
  .home-mission-content img {
    margin-bottom: 40px;
    width: 70%;
    padding-left: 22%;
    clear: both;
  }
  #content-holder {
    display: block !important;
  }
  #slider {
    display: none !important;
  }
  .portfolio-carousel .item .project-details h1 {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 32px;
    text-align: left;
    color: #ffffff;
    /*width:60%;*/
    margin: 0 auto;
  }
  .portfolio-carousel .item .project-details p {
    /*width:60%;*/
    margin: 0 auto;
    text-align: left;
    color: #ffffff;
    font-size: 12px;
  }
  .carousel-control {
    position: absolute;
    top: 38%;
    bottom: 0;
    left: 0;
    width: 10%;
    height: 12%;
    font-size: 0.8em;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
  }
  .carousel-control.left {
    background-color: #de574f !important;
    border-radius: 50% !important;
    top: 40%;
    left: -6%;
    text-align: center;
    padding-left: 5%;
    padding-top: 2%;
  }
  .carousel-control.right {
    right: -6%;
    left: auto;
    top: 40%;
    padding-top: 2%;
    padding-left: 2%;
    text-align: left;
    background-color: #de574f !important;
    border-radius: 50% !important;
  }
  header .brand-name {
    font-size: 5em;
  }
  .article-content-left {
    width: 66.67%;
    float: left;
    text-align: left;
    color: #808587;
    font-size: 16px;
    padding: 0px 30px;
  }
  header.home .title {
    font-size: 2.4em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Avenir", "Helvetica", Arial, sans-serif;
    color: #ffffff;
    letter-spacing: -5px;
    line-height: 80px;
  }
  header.home .subtitle {
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: "Avenir", "Helvetica", Arial, sans-serif;
    color: #ffffff;
  }
  header.home .intro-content {
    padding-left: 18px !important;
    position: absolute;
    top: 0% !important;
    width: 92%;
    margin: auto;
    z-index: 10;
  }
  .home-awards-list {
    width: 62%;
    float: left;
    padding: 0px;
    height: 135px;
  }
  .more-awards-btn {
    width: 38%;
    padding: 9% 30px 30px 30px;
    background: #f34235;
    color: #ffffff;
    float: right;
    max-height: 135px;
    height: 135px;
  }
  .hit-the-floor {
    color: #fff;
    position: relative;
    top: -338px;
    left: 22%;
    font-size: 10em;
    font-weight: bold;
    font-family: Helvetica;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
  }
  /*#####################
Additional Styles (required)
######################*/
  .carousel {
    max-width: 663px;
    width: 100% !important;
    height: 50%;
    max-height: 226px;
    padding-left: 30px;
    padding-top: 25px;
    background: transparent;
    position: relative;
  }
  .carousel-indicators {
    float: left;
    top: 45px;
    left: 0;
    width: 20px;
    background: transparent;
    padding: 6px 0px;
    margin-left: 0;
    /*border-left:2px solid #fff;*/
  }
  div.carousel-inner {
    height: 100%;
  }
  div.carousel-inner div.item a img.thumbnail {
    background: transparent;
  }
  div.carousel-inner div.item {
    background: transparent;
  }
  div.carousel-inner div.item h3 {
    font-family: 'Avenir', Helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 20px !important;
  }
  div.carousel-inner div.item p {
    font-family: 'Avenir', Helvetica, sans-serif;
    font-weight: 400;
    color: #ffffff;
  }
  .carousel-indicators li {
    width: 12px;
    height: 12px;
    background: #fff;
    border-color: #fff;
    display: inline-block;
  }
  .carousel-indicators .active {
    width: 14px;
    height: 14px;
    background: #f34235;
    border-color: #f34235;
  }
  .carousel-inner .thumbnail {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .carousel-inner .caption {
    background: transparent;
    padding: 10px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
  .home-awards-list, .more-awards-btn {
    height: 187px;
    max-height: 187px;
    padding: 20px;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .home-awards-list {
    padding: 46px 0;
  }
  .mobile-show {
    display: none !important;
  }
  .mobile-hide {
    display: visible !important;
  }
  .left-rail-gray {
    float: left;
    padding: 1px 27px 15px 0px;
    background-position: right;
    background-repeat: no-repeat;
    width: 24%;
    margin: 0px 30px;
  }
  .article-content-right {
    width: 66.67%;
    float: right;
  }
  .left-rail-blue {
    float: left;
    width: 22%;
    height: auto;
    margin-left: 53px;
  }
  .left-rail-blue-top {
    width: 25px;
    height: 5px;
    border-bottom: 5px solid #00abec;
  }
  .left-rail-blue-left {
    width: 100%;
    height: 100%;
    padding-left: 30px;
    border-left: 9px solid #00abec;
  }
  .left-rail-blue-bottom {
    width: 25px;
    height: 5px;
    border-top: 5px solid #00abec;
  }
  .left-rail-blue h4 {
    font-size: 1.0em;
    margin-top: -5px;
    text-transform: none !important;
    color: #00abec;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 12px;
  }
  .left-rail-blue p {
    font-size: 0.857em;
    line-height: 18px;
    color: #808587;
  }
  .left-rail-blue img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
  /*red*/
  .left-rail-red {
    float: left;
    width: 26%;
    height: auto;
    margin-bottom: 116px;
    padding-left: 53px;
  }
  .left-rail-red-top {
    width: 25px;
    height: 5px;
    border-bottom: 5px solid #fb483d;
  }
  .left-rail-red-left {
    width: 227px;
    height: 100%;
    padding-left: 30px;
    border-left: 9px solid #fb483d;
  }
  .left-rail-red-bottom {
    width: 25px;
    height: 5px;
    border-top: 5px solid #fb483d;
  }
  .left-rail-red h4 {
    font-size: 1.0em;
    margin-top: -5px;
    text-transform: none !important;
    color: #fb483d;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 12px;
  }
  .left-rail-red p {
    font-size: 0.857em;
    line-height: 18px;
    color: #808587;
  }
  .left-rail-red img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
  /*====================Randich Article--------------------*/
  header .intro-content-full {
    position: absolute;
    top: 70%;
    left: 50%;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .intro-content-full h1 {
    font-size: 2em;
    color: #ffffff;
    /*letter-spacing:-7px;*/
    font-weight: 100 !important;
    line-height: 66px;
    text-shadow: 0px 0px 6px rgba(150, 150, 150, 1);
  }
  header .intro-content-full h1 span {
    color: #f44336;
    text-shadow: none;
  }
  header .intro-content-full p {
    font-size: 2em;
    color: #ffffff;
    font-family: 'Times Regular', Times, Georgia Serif;
    text-shadow: 0px 0px 6px rgba(150, 150, 150, 1);
  }
  header .intro-content-full p span {
    color: #f44336;
    font-style: italic;
    text-shadow: none;
  }
  .randich-orange {
    float: right;
    padding: 0px 0px 15px 0px;
    background-repeat: no-repeat;
    width: 28%;
  }
  .randich-orange h4 {
    font-size: 1.0em;
    margin-top: -5px;
    text-transform: none !important;
    color: #ffab00;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 12px;
  }
  .randich-orange img {
    margin: 0 auto;
    padding-bottom: 15px;
  }
}

.randich-orange p {
  font-size: 12px;
  color: #000000;
  line-height: 1.5;
  margin: 0px 0px 10px;
  text-align: left;
  padding: 0px 0px 0px 20px;
  border-left: 9px #ffab00 solid;
}

.randich-orange-lower {
  padding: 0px 0px 0px 20px;
  border-left: 9px #ffab00 solid;
  float: right;
  background-repeat: no-repeat;
  width: 28%;
}

.randich-orange-lower h4 {
  font-size: 1.0em;
  margin-top: -5px;
  text-transform: none !important;
  color: #ffab00;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 12px;
}

.randich-orange-lower-h4 {
  font-size: 1.2em;
  margin-top: -5px;
  text-transform: none !important;
  color: #455a64;
  margin-bottom: 20px;
  text-align: center;
}

.randich-orange-lower span {
  font-size: 5.0em;
  margin: -15px 0px 0px -6px;
  text-transform: none !important;
  color: #ffab00;
  margin-bottom: 10px;
  text-align: left;
  line-height: 87px;
  letter-spacing: -9px;
}

.randich-orange-lower p {
  font-size: 12px;
  color: #000000;
  line-height: 1.5;
  margin: 0px 0px 10px;
  text-align: left;
}

.randich-aside p {
  color: #000000;
  font-size: 16px;
}

.randich-rollover {
  color: #808587;
  border-bottom: #5b84f3 dotted 1px;
}

.randich-rollover:hover {
  background: #808587;
  color: #ffffff;
  border-bottom: #5b84f3 dotted 0px;
}

}

@media only screen and (min-width:300px) and (max-width:947px) {
  .home-mission-content {
    margin-top: -118px;
  }
  .home-mission-content h1 {
    color: #fb483d;
    padding-top: 20px;
    width: 76%;
    margin: 0 auto;
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .home-mission-content p {
    color: #808587;
    font-size: 12px;
    width: 76%;
    margin: 0 auto;
    text-align: left;
  }
  .home-mission-content p span {
    text-transform: uppercase;
    color: #fb483d;
  }
  .home-next-event h1 {
    color: #01101e;
    padding-top: 0px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
  }
  .home-next-event p {
    color: #01101e;
    font-size: 12px;
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  .home-next-event .section-title {
    color: #fb483d;
    font-size: 20px;
    font-weight: 700;
  }
  .carousel-inner {
    height: 242px !important;
  }
  /*====================Randich Article--------------------*/
  header .intro-content-full {
    position: absolute;
    top: 70%;
    left: 50%;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .intro-content-full h1 {
    font-size: 7em;
    color: #ffffff;
    letter-spacing: -7px;
    line-height: 66px;
  }
  header .intro-content-full h1 span {
    color: #f44336;
  }
  header .intro-content-full p {
    font-size: 2em;
    color: #ffffff;
    font-family: 'Times Regular', Times, Georgia Serif;
  }
  header .intro-content-full p span {
    color: #f44336;
    font-style: italic;
  }
  .randich-orange {
    float: right;
    padding: 0px 0px 15px 0px;
    background-repeat: no-repeat;
    width: 28%;
  }
  .randich-orange h4 {
    font-size: 1.0em;
    margin-top: -5px;
    text-transform: none !important;
    color: #ffab00;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 12px;
  }
  .randich-orange h4 span {
    font-size: 5.0em;
    margin: -15px 0px 0px -6px;
    text-transform: none !important;
    color: #ffab00;
    margin-bottom: 10px;
    text-align: center;
    line-height: 87px;
    letter-spacing: -9px;
  }
  .randich-orange img {
    margin: 0 auto;
    padding-bottom: 15px;
  }
}

.randich-orange p {
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  margin: 0px 0px 10px;
  text-align: left;
  padding: 0px 0px 0px 20px;
  border-left: 9px #ffab00 solid;
}

.randich-orange-lower {
  padding: 0px 0px 0px 20px;
  border-left: 9px #ffab00 solid;
  float: right;
  background-repeat: no-repeat;
  width: 28%;
}

.randich-orange-lower h4 {
  font-size: 1.0em;
  margin-top: -5px;
  text-transform: none !important;
  color: #ffab00;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 12px;
}

.randich-orange-lower-h4 {
  font-size: 1.2em;
  margin-top: -5px;
  text-transform: none !important;
  color: #455a64;
  margin-bottom: 20px;
  text-align: center;
}

.randich-orange-lower span {
  font-size: 5.0em;
  margin: -15px 0px 0px -6px;
  text-transform: none !important;
  color: #ffab00;
  margin-bottom: 10px;
  text-align: left;
  line-height: 87px;
  letter-spacing: -9px;
}

.randich-orange-lower p {
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  margin: 0px 0px 10px;
  text-align: left;
}

.randich-aside p {
  color: #000000;
  font-size: 16px;
}

.randich-rollover {
  color: #808587;
  border-bottom: #5b84f3 dotted 1px;
}

.randich-rollover:hover {
  background: #808587;
  color: #ffffff;
  border-bottom: #5b84f3 dotted 0px;
}

}

@media only screen and (min-width:768px) and (max-width:1024px) {}

.right-rail-blue {
  float: right;
  padding: 0px 0px 15px 30px;
  background-repeat: no-repeat;
  width: 23%;
}

.article-content-left {
  width: 66.67%;
  float: left;
  color: #808587;
  font-size: 16px;
  padding: 0px 30px;
}

}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .btn {
    white-space: normal;
    -webkit-appearance: none;
    /*Safari/Chrome*/
    -moz-appearance: none;
    /*Firefox*/
    -ms-appearance: none;
    /*IE*/
    -o-appearance: none;
    /*Opera*/
    appearance: none;
    -webkit-border-radius: 0;
    background: #666;
  }
  .copyright {
    padding: 26px 0;
    background-color: transparent;
    cursor: default;
    border-top: #009ee0 5px solid;
  }
  .copyright p {
    text-align: center;
    font-size: 11px;
    color: #336699;
    margin-top: 17px;
    padding-top: 0px;
  }
  #portfoliolist .portfolio {
    width: 48%;
    margin: 1%;
  }
  .cloudera-inner-thumb {
    position: relative;
    width: 200px !important;
    float: left;
    margin: 0px 30px 15px 0px;
  }
  .jm-item {
    padding: 10px;
    display: inline-block;
    text-align: left;
  }
  .jm-item-wrapper {
    position: relative;
    /*padding: 7px;
            background: #E8D7B6;*/
  }
  .jm-item-image {
    position: relative;
    overflow: hidden;
  }
  .jm-item-image img {
    display: block;
    width: 100%;
  }
  .jm-item-title {
    position: absolute;
    left: -10px;
    bottom: 17px;
    background: #FF6B0E;
    line-height: 1.5em;
    font-weight: normal;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 1.4em;
  }
  .jm-item-overlay {
    background: #000;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.5s ease-in 0s;
    -moz-transition: opacity 0.5s ease-in 0s;
    -o-transition: opacity 0.5s ease-in 0s;
    transition: opacity 0.5s ease-in 0s;
  }
  .jm-item-wrapper:hover .jm-item-overlay {
    opacity: 0.3;
  }
  .jm-item-button {
    height: 50px;
    width: 50px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -25px;
  }
  .jm-item-button a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ef4035;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 0.85em;
    line-height: 50px;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
    text-decoration: none !important;
    display: block;
  }
  .jm-item-button a:hover {
    background: #3b3b3b;
  }
  .first .jm-item-button {
    -webkit-transition: all 0.2s ease-in 0.2s;
    -moz-transition: all 0.2s ease-in 0.2s;
    -o-transition: all 0.2s ease-in 0.2s;
    transition: all 0.2s ease-in 0.2s;
    top: -50px;
  }
  .first .jm-item-wrapper:hover .jm-item-button {
    top: 32%;
  }
  .floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #e1e1e1;
  }
  .floating-label-form-group input, .floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none !important;
    resize: none;
    line-height: 1.5;
  }
  .floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.7;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .5s ease, opacity .5s ease;
    -moz-transition: top .5s ease, opacity .5s ease;
    -ms-transition: top .5s ease, opacity .5s ease;
    transition: top .5s ease, opacity .5s ease;
  }
  .floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #e1e1e1;
  }
  .floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
  }
  .floating-label-form-group-with-focus label {
    color: #ef4035;
  }
  form .row:first-child .floating-label-form-group {
    border-top: 1px solid #e1e1e1;
  }
  /**********************************
                    CAREERS PAGE MOBILE
        ***********************************/
  header.video .overlay {
    z-index: 998;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    top: 0;
  }
  .careers h1 {
    font-size: 1.5em !important;
    width: 100% !important;
    text-align: center;
  }
  .careers table {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
  }
  .careers tr {
    border-bottom: 1px #aeaeae dotted;
  }
  .careers tr.last {
    border-bottom: 0px #aeaeae dotted;
  }
  .careers tr:hover {
    color: #ffffff;
    background-color: #000000;
    webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .careers tr.labels {
    background-color: #dbdbdb;
    border-bottom: 0px;
  }
  .careers tr.labels td {
    font-size: 1em;
    font-weight: 400;
    color: #fb483d;
    background-color: #dbdbdb;
    /*border-right:1px #aeaeae solid;*/
  }
  .careers th, .careers td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 1.155em;
    line-height: 22px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    width: 30%;
  }
  .careers td i {
    font-family: FontAwesome;
    color: #fb483d;
    font-style: normal;
  }
  .careers td i.icon {
    font-family: FontAwesome;
    color: #fb483d;
    font-style: normal;
    clear: both;
    margin: 0 7px 0 7px;
  }
  .careers td i.icon:hover {
    color: #ff8f88;
    webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
    font-style: normal;
  }
  .careers td i.icon.last-child {
    margin-left: 0px;
    font-style: normal;
    clear: both;
  }
  .careers td.location {
    font-size: .888em;
    color: #9d9d9d;
    font-weight: 400;
    letter-spacing: normal;
  }
  .careers td.term {
    font-size: .888em;
    color: #9d9d9d;
    font-weight: 400;
    letter-spacing: normal;
  }
  .careers .moreContentCell {
    padding: 0 25px 20px 25px;
    border-left: 4px solid #fe4635;
    font-size: 14px;
    margin: 0 20px;
  }
  .careers .descriptionItem {
    padding: 10px 0;
  }
  .careers .description0 {
    font-size: 13px;
    color: #9d9d9d;
  }
  /*******************************************
                    EVENTS PAGE MOBILE
        *******************************************/
  .events-container {
    /*height:auto;*/
  }
  .event-listings-container {
    margin-top: 12px;
  }
  .event-card {
    position: relative;
    display: block;
    clear: both;
    min-height: 150px;
    text-decoration: none;
    border: 1px solid #f7f7f7;
    background-color: #fff;
    box-shadow: 0 2px 1px #f7f7f7;
  }
  .event-card-img {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #d9d9d9;
    float: left;
    overflow: hidden;
    text-align: center;
    display: table;
    line-height: 0;
    max-width: 50px;
    max-height: 50px;
  }
  .event-card-img img {
    max-height: 50px;
  }
  .event-card-info {
    padding: 10px;
    width: 70%;
  }
  .event-card-info h4 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
  }
  ul.event-card-info {
    list-style-type: none;
    padding: 0;
    margin-left: 0em;
  }
  li.event-card-info {
    list-style: none !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
    font-size: 0.9em;
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
  }
  .upcoming-events {
    min-height: 150px;
    text-decoration: none;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    box-shadow: 0 2px 1px #d5d5d5;
  }
  .past-events {
    min-height: 150px;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #f7f7f7;
    background-color: #c4c4c4;
    box-shadow: 0 2px 1px #f7f7f7;
  }
  .past-events h4 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
    color: #ffffff;
  }
  .past-events p {
    color: #ffffff;
  }
  /* --------------------------------

        xgallery

        -------------------------------- */
  .cd-gallery {
    padding: 26px 5%;
    width: 100%;
  }
  .cd-gallery li {
    margin-bottom: 1.6em;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    display: none;
    list-style: none;
  }
  .cd-gallery li.gap {
    /* used in combination with text-align: justify to align gallery elements */
    opacity: 0;
    height: 0;
    display: inline-block;
  }
  .cd-gallery img {
    display: block;
    width: 100%;
  }
  .cd-gallery h4 {
    text-align: left;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
  }
  .cd-gallery p {
    text-align: left;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.85em;
    font-weight: 200;
  }
  .cd-gallery .cd-fail-message {
    display: none;
    text-align: center;
  }
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
    list-style: none;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 .4em;
    width: auto;
    color: #222222;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
  }
  .no-touch .cd-tab-filter a:hover {
    background: #fb483d;
    color: #ffffff;
    border: none;
  }
  .cd-tab-filter a.selected {
    background: #fb483d;
    color: #ffffff;
    /* create border bottom using box-shadow property
        box-shadow: inset 0 -2px 0 #fb483d; */
  }
  .cd-tab-filter a.selected:hover {
    color: #ffffff;
    border: 1px solid #fb483d;
    /* create border bottom using box-shadow property
        box-shadow: inset 0 -2px 0 #fb483d; */
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
    list-style: none;
  }
  /*CUSTOM ARTICLE STYLES*/
  .blog-title {
    color: #ffffff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .blog-title h1 {
    font-size: 5em;
    font-weight: 100;
  }
  .blog-title h1 span {
    font-weight: 300;
    text-transform: none;
  }
  .blog-title-subtext {
    font-size: 1.555em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .blog-title-dark {
    color: #01101e;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 100;
  }
  .blog-title-dark h1 {
    font-size: 5em;
    font-weight: 100;
    text-transform: uppercase;
  }
  .blog-title-dark h1 span {
    font-weight: 300;
    text-transform: none;
    text-transform: uppercase;
  }
  .blog-title-dark-subtext {
    color: #01101e;
    font-size: 1.555em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .cloudera-inner-thumb {
    width: 100%;
    clear: both;
    margin-bottom: 15px;
  }
  .hero-title-hr {
    height: 3px;
    margin: 55px auto;
    max-width: 100%;
    border-bottom: 3px solid #c7cfd3;
    border-top: none;
  }
  .hero-title-hr-dark {
    height: 3px;
    margin: 55px auto;
    max-width: 100%;
    border-bottom: 3px solid #333333;
    border-top: none;
  }
  .hero-title-hr-home {
    height: 3px;
    margin: 15px auto;
    max-width: 50%;
    border-bottom: 1px dotted #333333;
    border-top: 1px dotted #333333;
  }
  .ani-header {
    position: relative;
    margin: 0 auto;
    min-height: 232px;
    width: 100%;
  }
  .title, .content {
    font-size: 100%;
  }
  .intro-effect-fadeout .title {
    text-align: center;
    padding-top: 120px;
  }
  .article-container {
    width: 90%;
    margin-bottom: 3em;
  }
  .article-content p {
    text-align: left;
    color: #808587;
    font-size: 16px;
  }
  .article-content h3 {
    color: #01101e;
  }
  .article-container-left {
    width: 100%;
    float: none;
    clear: both;
  }
  .article-container-right {
    width: 100%;
    float: none;
    clear: both;
  }
  .article-content-left {
    width: 100%;
    float: none;
    clear: both;
  }
  .article-content-right {
    width: 100%;
    float: none;
    clear: both;
  }
  .left-rail {
    float: none;
    clear: both;
    width: 100%;
    padding: 7px 35px 15px 0px;
  }
  .left-rail h4 {
    font-size: 1.143em;
    color: #01101e;
  }
  .left-rail p {
    font-size: 0.857em;
    line-height: 18px;
  }
  .left-rail img {
    margin-bottom: 20px;
  }
  .left-rail2 {
    float: none;
    clear: both;
    width: 100%;
    padding: 7px 35px 15px 0px;
  }
  .left-rail2 h4 {
    font-size: 1.143em;
    color: #01101e;
  }
  .left-rail2 p {
    font-size: 0.857em;
    line-height: 18px;
  }
  .left-rail2 img {
    margin-bottom: 20px;
  }
  .right-rail {
    float: none;
    width: 100%;
    padding: 0px 0px 15px 0px;
  }
  .right-rail h4 {
    font-size: 1.143em;
    color: #01101e;
    margin-top: 0px;
  }
  .right-rail p {
    font-size: 0.857em;
    line-height: 18px;
    color: #808587;
  }
  /*************************************
                    CUSTOM RAILS
        *************************************/
  .play-btn-container {
    position: relative;
    display: block;
    border: none;
    max-height: 142px;
    float: left;
  }
  .play-btn-overlay {
    position: absolute;
    float: left;
    margin: 0 auto;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 90%;
    text-align: center;
    display: block;
    border: 3px #fb483d solid;
    background: rgba(0, 0, 0, 0.7);
  }
  .play-btn-overlay a {
    position: relative;
    font-size: 40px;
    color: #ffffff;
    /*-webkit-text-stroke: 1px #ffffff;*/
    border: none;
    display: block;
    padding-top: 20%;
  }
  /*.play-btn-overlay i{
            -webkit-box-shadow: 0px 0px 23px 10px rgba(51,50,51,1);
            -moz-box-shadow: 0px 0px 23px 10px rgba(51,50,51,1);
            box-shadow: 0px 0px 23px 10px rgba(51,50,51,1);
        }*/
  .play-btn-overlay a:hover {
    font-size: 63px;
    color: #ff8f88;
    border: none;
    display: block;
    padding-top: 15px;
  }
  .play-btn-overlay a:active {
    font-size: 63px;
    color: #c4382f;
    border: none;
    display: block;
  }
  .right-rail-blue {
    float: none;
    padding: 0px 0px 15px 30px;
    background-repeat: no-repeat;
    width: 100%;
  }
  .right-rail-orange {
    float: none;
    padding: 0px 0px 15px 30px;
    background-repeat: no-repeat;
    width: 100%;
    border-left: 8px #fc771f solid;
  }
  .right-rail-blue h4 {
    font-size: 1.0em;
    margin-top: -5px;
    text-transform: none !important;
    color: #00639f;
    margin-bottom: 0px;
    text-align: center;
    padding-left: 12px;
  }
  .right-rail-orange h4 {
    font-size: 1.0em;
    margin-top: -5px;
    text-transform: none !important;
    color: #fc771f;
    margin-bottom: 0px;
    text-align: center;
    padding-left: 12px;
  }
  .right-rail-blue p {
    font-size: 0.857em;
    line-height: 18px;
    color: #808587;
  }
  .right-rail-orange p {
    font-size: 0.857em;
    line-height: 18px;
    color: #808587;
  }
  .right-rail-blue img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .right-rail-orange img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .fastola .right-rail-blue {
    padding-bottom: 25px;
  }
  .fastola .right-rail-orange {
    padding-bottom: 25px;
  }
  .left-rail-container {
    float: none;
    width: 100%;
    display: none;
  }
  .left-rail-red {
    float: left;
    padding: 0px 0px 15px 30px;
    background-repeat: no-repeat;
    clear: both;
  }
  .left-rail-red h4 {
    font-size: 1.0em;
    margin-top: -5px;
    text-transform: none !important;
    color: #fb483d;
    margin-bottom: 0px;
    text-align: center;
    padding-left: 12px;
  }
  .left-rail-red p {
    font-size: 0.857em;
    line-height: 18px;
    color: #808587;
  }
  .left-rail-red img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .left-rail-gray {
    float: none;
    padding: 0px;
    background-position: right;
    background-repeat: no-repeat;
    clear: both;
    width: 100%;
  }
  .left-rail-gray h4 {
    font-size: 1.0em;
    margin-top: -5px;
    text-transform: none !important;
    color: #424b4d;
    margin-bottom: 0px;
    text-align: center;
    padding-left: 12px;
  }
  .left-rail-gray p {
    font-size: 0.857em;
    line-height: 18px;
    color: #808587;
  }
  .left-rail-gray img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .right-rail-gray {
    float: none;
    padding: 40px 31px 15px 0px;
    background-position: right;
    background-repeat: no-repeat;
    clear: both;
  }
  .right-rail-gray h4 {
    font-size: 1.0em;
    margin-top: -5px;
    text-transform: none !important;
    color: #424b4d;
    margin-bottom: 0px;
    text-align: center;
    padding-left: 12px;
  }
  .right-rail-gray p {
    font-size: 0.857em;
    line-height: 18px;
    color: #808587;
  }
  .right-rail-gray img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .left-rail-blue {
    background-repeat: no-repeat;
    clear: both;
    float: none;
    padding: 0px 0px 15px 30px;
  }
  .left-rail-blue h4 {
    font-size: 1.0em;
    margin-top: -5px;
    text-transform: none !important;
    color: #00639f;
    margin-bottom: 0px;
    text-align: center;
  }
  .left-rail-blue p {
    font-size: 0.857em;
    line-height: 18px;
    color: #808587;
  }
  .left-rail-blue img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .events-left {
    width: 75%;
    float: left;
  }
  .events-right-rail {
    float: left;
    width: 36%;
  }
  .content-row-top {
    margin-top: 150px;
  }
}

@media only screen and (max-width:767px) {
  a:hover.rollover span {
    visibility: visible;
    opacity: 0.8;
    bottom: 0%;
    left: 50%;
    margin-left: -8%;
    /*-476px;*/
    margin-top: -16%;
    height: 100px;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 34px -6px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 34px -6px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 34px -6px rgba(0, 0, 0, 0.85);
  }
  .ta {
    position: absolute;
    left: 1%;
    top: 94%;
    /*margin-top:-66px;*/
    height: 50px;
    /*width:420px;*/
    background: none;
    z-index: 2;
    -webkit-transition: all 1s, color 400ms, outline 50ms;
    transition: all 1s, color 400ms, outline 50ms;
    overflow: hidden;
  }
  .copyright {
    padding: 26px 0;
    background-color: transparent;
    cursor: default;
    text-align: center !important;
  }
  footer.footer.tech div.btn.btn-block.btn-full-width div.container div.col-sm-4.text-left p {
    text-align: center !important;
  }
  footer.footer.tech div.btn.btn-block.btn-full-width div.container div.col-sm-4.text-right p {
    text-align: center !important;
  }
  footer.footer.tech div.btn.btn-block.btn-full-width div.container {
    text-align: center !important;
  }
  footer.footer.tech div.btn.btn-block.btn-full-width div.container div.col-sm-8.text-left p {
    text-align: center !important;
  }
  footer.footer.tech div.btn.btn-block.btn-full-width div.container div.col-sm-8.text-right {
    text-align: center !important;
  }
  footer.footer.tech div.btn.btn-block.btn-full-width div.container div.col-sm-1.text-left p {
    text-align: center !important;
  }
  footer.footer.tech div.btn.btn-block.btn-full-width div.container div.col-sm-1.text-right p {
    text-align: center !important;
  }
  footer.footer.tech div.btn.btn-block.btn-full-width div.container div.col-sm-3.text-left p {
    text-align: center !important;
  }
  footer.footer.tech div.btn.btn-block.btn-full-width div.container div.col-sm-3.text-right p {
    text-align: center !important;
  }
  footer.footer a {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
  }
  footer.footer a:hover {
    color: #fb483d;
  }
  footer.footer h5 a i {
    font-size: 29px;
    vertical-align: -5px;
    padding: 0 10px;
  }
  footer.footer .home-finra-weare {
    padding-top: 30px;
  }
  footer .footer .home-finra-technology {
    padding-bottom: 0px;
  }
  footer.footer img.ff-logo {
    width: 14%;
  }
  .copyright p {
    text-align: center;
    font-size: 11px;
    color: #336699;
    margin-top: 17px;
    padding-top: 0px;
  }
  #portfoliolist .portfolio {
    margin: 1%;
  }
  .floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #e1e1e1;
  }
  .floating-label-form-group input, .floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1em;
    line-height: 1.5;
    background: 0 0;
    box-shadow: none !important;
    resize: none;
  }
  .floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.7;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .5s ease, opacity .5s ease;
    -moz-transition: top .5s ease, opacity .5s ease;
    -ms-transition: top .5s ease, opacity .5s ease;
    transition: top .5s ease, opacity .5s ease;
  }
  .floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #e1e1e1;
  }
  .floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
  }
  .floating-label-form-group-with-focus label {
    color: #ef4035;
  }
  form .row:first-child .floating-label-form-group {
    border-top: 1px solid #e1e1e1;
  }
  /*********************************************************
                        HOMEPAGE IMAGE HOVER EFFECTS
        *********************************************************/
  .btn {
    border-radius: 0px;
    white-space: normal
  }
  .jm-item {
    padding: 10px;
    display: inline-block;
    text-align: left;
  }
  .jm-item-wrapper {
    position: relative;
    /*padding: 7px;
            background: #E8D7B6;*/
  }
  .jm-item-image {
    position: relative;
    overflow: hidden;
  }
  .jm-item-image img {
    display: block;
    width: 100%;
  }
  .jm-item-title {
    position: absolute;
    left: -10px;
    bottom: 17px;
    background: #FF6B0E;
    line-height: 1.5em;
    font-weight: normal;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 1.4em;
  }
  .jm-item-overlay {
    background: #000;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.5s ease-in 0s;
    -moz-transition: opacity 0.5s ease-in 0s;
    -o-transition: opacity 0.5s ease-in 0s;
    transition: opacity 0.5s ease-in 0s;
  }
  .jm-item-wrapper:hover .jm-item-overlay {
    opacity: 0.3;
  }
  .jm-item-button {
    height: 50px;
    width: 50px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -25px;
  }
  .jm-item-button a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ef4035;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 0.85em;
    line-height: 50px;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
    text-decoration: none !important;
    display: block;
  }
  .jm-item-button a:hover {
    background: #3b3b3b;
  }
  .first .jm-item-button {
    -webkit-transition: all 0.2s ease-in 0.2s;
    -moz-transition: all 0.2s ease-in 0.2s;
    -o-transition: all 0.2s ease-in 0.2s;
    transition: all 0.2s ease-in 0.2s;
    top: -50px;
  }
  .first .jm-item-wrapper:hover .jm-item-button {
    top: 32%;
  }
  /**********************************
                    CAREERS PAGE MOBILE
        ***********************************/
  header.video .overlay {
    z-index: 998;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    top: 0;
  }
  .careers h1 {
    font-size: 1.5em !important;
    width: 100% !important;
    text-align: center;
  }
  .careers table {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
  }
  .careers tr {
    border-bottom: 1px #aeaeae dotted;
  }
  .careers tr.last {
    border-bottom: 0px #aeaeae dotted;
  }
  .careers tr:hover {
    color: #ffffff;
    background-color: #000000;
    webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .careers tr.labels {
    background-color: #dbdbdb;
    border-bottom: 0px;
  }
  .careers tr.labels td {
    font-size: 1em;
    font-weight: 400;
    color: #fb483d;
    background-color: #dbdbdb;
    /*border-right:1px #aeaeae solid;*/
  }
  .careers th, .careers td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 20px;
    font-size: .855em;
    line-height: 22px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    width: 30%;
  }
  .careers td i {
    font-family: FontAwesome;
    color: #fb483d;
    font-style: normal;
  }
  .careers td i.icon {
    font-family: FontAwesome;
    color: #fb483d;
    font-style: normal;
    clear: both;
    margin: 0 7px 0 7px;
  }
  .careers td i.icon:hover {
    color: #ff8f88;
    webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
    font-style: normal;
  }
  .careers td i.icon.last-child {
    margin-left: 0px;
    font-style: normal;
    clear: both;
  }
  .careers td.location {
    font-size: .888em;
    color: #9d9d9d;
    font-weight: 400;
    letter-spacing: normal;
  }
  .careers td.term {
    font-size: .888em;
    color: #9d9d9d;
    font-weight: 400;
    letter-spacing: normal;
  }
  .careers tr.moreContent {
    padding: 25px 20px;
  }
  .careers tr.moreContent:hover {
    background: #fff;
    color: #000;
  }
  .careers .moreContentCell {
    padding: 0 25px 20px 25px;
    border-left: 4px solid #fe4635;
    font-size: 14px;
    margin: 0 20px;
  }
  .careers .descriptionItem {
    padding: 10px 0;
  }
  .careers .description0 {
    font-size: 13px;
    color: #9d9d9d;
  }
  /*******************************************
                    EVENTS PAGE MOBILE
        *******************************************/
  .events-container {
    /*height:auto;*/
  }
  .event-listings-container {
    margin-top: 12px;
  }
  .event-card {
    position: relative;
    display: block;
    clear: both;
    min-height: 150px;
    text-decoration: none;
    border: 1px solid #f7f7f7;
    background-color: #fff;
    box-shadow: 0 2px 1px #f7f7f7;
  }
  .event-card-img {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #d9d9d9;
    float: left;
    overflow: hidden;
    text-align: center;
    display: table;
    line-height: 0;
    max-width: 50px;
    max-height: 50px;
  }
  .event-card-img img {
    max-height: 50px;
  }
  .event-card-info {
    padding: 10px;
    width: 70%;
  }
  .event-card-info h4 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
  }
  ul.event-card-info {
    list-style-type: none;
    padding: 0;
    margin-left: 0em;
  }
  li.event-card-info {
    list-style: none !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
    font-size: 0.9em;
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
  }
  .upcoming-events {
    min-height: 150px;
    text-decoration: none;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    box-shadow: 0 2px 1px #d5d5d5;
  }
  .past-events {
    min-height: 150px;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #f7f7f7;
    background-color: #c4c4c4;
    box-shadow: 0 2px 1px #f7f7f7;
  }
  .past-events h4 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
    color: #ffffff;
  }
  .past-events p {
    color: #ffffff;
  }
  /* --------------------------------

        xgallery

        -------------------------------- */
  .cd-gallery {
    padding: 26px 5%;
    width: 100%;
  }
  .cd-gallery li {
    margin-bottom: 1.6em;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    display: none;
    list-style: none;
  }
  .cd-gallery li.gap {
    /* used in combination with text-align: justify to align gallery elements */
    opacity: 0;
    height: 0;
    display: inline-block;
  }
  .cd-gallery img {
    display: block;
    width: 100%;
  }
  .cd-gallery h4 {
    text-align: left;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
  }
  .cd-gallery p {
    text-align: left;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.85em;
    font-weight: 200;
  }
  .cd-gallery .cd-fail-message {
    display: none;
    text-align: center;
  }
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
    list-style: none;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 .4em;
    width: auto;
    color: #222222;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
  }
  .no-touch .cd-tab-filter a:hover {
    background: #fb483d;
    color: #ffffff;
    border: none;
  }
  .cd-tab-filter a.selected {
    background: #fb483d;
    color: #ffffff;
    /* create border bottom using box-shadow property
        box-shadow: inset 0 -2px 0 #fb483d; */
  }
  .cd-tab-filter a.selected:hover {
    color: #ffffff;
    border: 1px solid #fb483d;
    /* create border bottom using box-shadow property
        box-shadow: inset 0 -2px 0 #fb483d; */
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
    list-style: none;
  }
  /*CUSTOM ARTICLE STYLES*/
  .blog-title {
    color: #ffffff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .blog-title h1 {
    font-size: 5em;
    font-weight: 100;
  }
  .blog-title h1 span {
    font-weight: 300;
    text-transform: none;
  }
  .blog-title-subtext {
    font-size: 1.555em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .blog-title-dark {
    color: #01101e;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 100;
  }
  .blog-title-dark h1 {
    font-size: 5em;
    font-weight: 100;
    text-transform: uppercase;
  }
  .blog-title-dark h1 span {
    font-weight: 300;
    text-transform: none;
    text-transform: uppercase;
  }
  .blog-title-dark-subtext {
    color: #01101e;
    font-size: 1.555em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .cloudera-inner-thumb {
    width: 100%;
    clear: both;
    margin-bottom: 15px;
  }
  .hero-title-hr {
    height: 3px;
    margin: 55px auto;
    max-width: 100%;
    border-bottom: 3px solid #c7cfd3;
    border-top: none;
  }
  .hero-title-hr-dark {
    height: 3px;
    margin: 55px auto;
    max-width: 100%;
    border-bottom: 3px solid #333333;
    border-top: none;
  }
  .hero-title-hr-home {
    height: 3px;
    margin: 15px auto;
    max-width: 50%;
    border-bottom: 1px dotted #333333;
    border-top: 1px dotted #333333;
  }
  .ani-header {
    position: relative;
    margin: 0 auto;
    min-height: 232px;
    width: 100%;
  }
  .title, .content {
    font-size: 100%;
  }
  .intro-effect-fadeout .title {
    text-align: center;
    padding-top: 120px;
  }
  .article-container {
    width: 90%;
    margin-bottom: 3em;
  }
  .article-content p {
    text-align: left;
    color: #808587;
    font-size: 16px;
  }
  .article-content h3 {
    color: #01101e;
  }
  .article-container-left {
    width: 100%;
    float: none;
    clear: both;
  }
  .article-container-right {
    width: 100%;
    float: none;
    clear: both;
  }
  .article-content-left {
    width: 100%;
    float: none;
    clear: both;
  }
  .article-content-right {
    width: 100%;
    float: none;
    clear: both;
  }
  .left-rail {
    float: none;
    clear: both;
    width: 100%;
    padding: 7px 35px 15px 0px;
  }
  .left-rail h4 {
    font-size: 1.143em;
    color: #01101e;
  }
  .left-rail p {
    font-size: 0.857em;
    line-height: 18px;
  }
  .left-rail img {
    margin-bottom: 20px;
  }
  .left-rail2 {
    float: none;
    clear: both;
    width: 100%;
    padding: 7px 35px 15px 0px;
  }
  .left-rail2 h4 {
    font-size: 1.143em;
    color: #01101e;
  }
  .left-rail2 p {
    font-size: 0.857em;
    line-height: 18px;
  }
  .left-rail2 img {
    margin-bottom: 20px;
  }
  .right-rail {
    float: none;
    width: 100%;
    padding: 0px 0px 15px 0px;
  }
  .right-rail h4 {
    font-size: 1.143em;
    color: #01101e;
    margin-top: 0px;
  }
  .right-rail p {
    font-size: 0.857em;
    line-height: 18px;
    color: #808587;
  }
  .datagensolutions h4 {
    font-size: 1em;
    color: #00639f;
  }
  .datagensolutions p {
    font-size: 12px;
    color: #000000;
  }
  /*************************************
                    CUSTOM RAILS
        *************************************/
  .right-rail-blue {
    float: none;
    padding: 0px 0px 15px 30px;
    background-repeat: no-repeat;
    width: 100%;
  }
  .right-rail-orange {
    float: none;
    padding: 0px 0px 15px 30px;
    background-repeat: no-repeat;
    width: 100%;
    border-left: 8px #fc771f solid;
  }
  .right-rail-blue h4 {
    font-size: 1.0em;
    margin-top: -5px;
    text-transform: none !important;
    color: #00639f;
    margin-bottom: 0px;
    text-align: left;
  }
  .right-rail-orange h4 {
    font-size: 1.0em;
    margin-top: -5px;
    text-transform: none !important;
    color: #fc771f;
    margin-bottom: 0px;
    text-align: center;
    padding-left: 12px;
  }
  .right-rail-blue p {
    font-size: 0.857em;
    line-height: 18px;
    color: #808587;
  }
  .right-rail-orange p {
    font-size: 0.857em;
    line-height: 18px;
    color: #808587;
  }
  .right-rail-blue img {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 23%;
    float: left;
    margin-right: 22px;
  }
  .fastola .right-rail-blue {
    padding-bottom: 25px;
  }
  .left-rail-container {
    float: none;
    width: 100%;
  }
  .left-rail-red {
    float: left;
    width: 95%;
    height: auto;
    margin-bottom: 116px;
  }
  .left-rail-red-top {
    width: 25px;
    height: 5px;
    border-bottom: 5px solid #fb483d;
  }
  .left-rail-red-left {
    width: 100%;
    height: 100%;
    padding-left: 30px;
    border-left: 9px solid #fb483d;
  }
  .left-rail-red-bottom {
    width: 25px;
    height: 5px;
    border-top: 5px solid #fb483d;
  }
  .left-rail-red h4 {
    font-size: 1.0em;
    margin-top: -5px;
    text-transform: none !important;
    color: #fb483d;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 12px;
  }
  .left-rail-red p {
    font-size: 0.857em;
    line-height: 18px;
    color: #808587;
  }
  .left-rail-red img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
  .left-rail-gray {
    float: none;
    padding: 0px 26px 84px 0px;
    background-position: right;
    background-repeat: no-repeat;
    clear: both;
    width: 94%;
  }
  .left-rail-gray h4 {
    font-size: 1.0em;
    margin-top: -5px;
    text-transform: none !important;
    color: #424b4d;
    margin-bottom: 0px;
    text-align: center;
    padding-left: 12px;
  }
  .left-rail-gray p {
    font-size: 0.857em;
    line-height: 18px;
    color: #808587;
  }
  .left-rail-gray img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
  }
  .right-rail-gray {
    float: none;
    padding: 40px 31px 15px 0px;
    background-position: right;
    background-repeat: no-repeat;
    clear: both;
    width: 100%;
  }
  .right-rail-gray h4 {
    font-size: 1.0em;
    margin-top: -5px;
    text-transform: none !important;
    color: #424b4d;
    margin-bottom: 0px;
    text-align: center;
    padding-left: 12px;
  }
  .right-rail-gray p {
    font-size: 0.857em;
    line-height: 18px;
    color: #808587;
  }
  .right-rail-gray img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
  .left-rail-blue {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0px 0px 60px 0px;
  }
  .left-rail-blue-top {
    width: 0px;
    height: 0px;
    border-bottom: 0px solid #00abec;
  }
  .left-rail-blue-left {
    width: 100%;
    height: 100%;
    padding-left: 0px;
    border-left: 0px solid #00abec;
  }
  .left-rail-blue-bottom {
    width: 0px;
    height: 0px;
    border-top: 0px solid #00abec;
  }
  .left-rail-blue h4 {
    font-size: 1.0em;
    margin-top: -5px;
    text-transform: none !important;
    color: #00abec;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 12px;
  }
  .left-rail-blue p {
    font-size: 0.857em;
    line-height: 18px;
    color: #808587;
  }
  .left-rail-blue img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
  .events-left {
    width: 75%;
    float: left;
  }
  .events-right-rail {
    float: left;
    width: 36%;
  }
  .cloudera header {
    padding-top: 57px;
    height: 50%;
    background-size: 180% !important;
  }
  .cloudera .intro-content h1 {
    font-size: 2em;
    padding: 0 5%;
  }
  .cloudera .intro-content p {
    margin: 0;
    padding-left: 5%;
  }
  .home .intro-content.wow.fadeIn {
    padding-left: 8px;
  }
  #ss-container h3 {
    font-size: 18px;
  }
  #ss-container .ss-row:first-child h3 {
    margin-top: 24px;
  }
  #ss-container .ss-row:nth-child(4) .ss-left {
    font-size: 14px;
  }
  /*==============AWARDS============*/
  .intro-content-awards {
    width: 100% !important;
    top: -64% !important;
  }
}

@media only screen and (min-width:300px) and (max-width:629px) {
  input#graph-normal:checked~.graph-container .bar-container, input#graph-normal:checked~.graph-container:after, input#graph-normal:checked~.graph-container>li:last-child {
    height: 19em;
  }
  .bar-background {
    width: 17em;
    height: 100%;
    position: absolute;
    top: -2.5em;
    left: 2.5em;
    z-index: 1;
  }
  /**/
  input#f-newway:checked~.graph-container>li:nth-child(1) .bar-inner {
    height: 60%;
    bottom: 0;
  }
  .bar-foreground, .bar-inner {
    width: 11em;
  }
  .bar-container {
    width: 13em;
  }
  .graph-container>li>span {
    font-size: 2.5em;
  }
  .graph-marker-container span {
    left: -2.5em;
    font-size: 2em;
  }
}

@media only screen and (min-width:300px) and (max-width:900px) {
  .article-content p {
    text-align: left;
    color: #808587;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .cloudera .intro-content h1 {
    margin: 15px 0 5px;
  }
  .home-awards-list {
    padding: 20px 0;
  }
}

/*==============AWARDS==========*/

@media (min-width:768px) {
  nav .awards-trigger {
    display: none !important;
  }
}

@media (min-width:885px) {
  header .brand-name {
    margin-top: 15px;
    text-transform: uppercase;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 7em;
    font-weight: 100;
    line-height: 86%;
    letter-spacing: -3px;
  }
}

@media only screen and (min-width:200px) and (max-width:400px) {
  .tech-logo {
    color: #ffffff;
    font-size: 23px !important;
    letter-spacing: -2px;
    font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
  }
  .careersnewyork .jobtitle, .careersillinois .jobtitle {
    min-width: 135px;
  }
  .careersnewyork .location, .careersillinois .location {
    min-width: 127px;
  }
}

@media only screen and (min-width:400px) and (max-width:427px) {
  .tech-logo {
    color: #ffffff;
    font-size: 23px !important;
    letter-spacing: -3px;
    font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
  }
}

@media only screen and (min-width:280px) and (max-width:885px) {
  header .brand-name {
    margin-top: 15px;
    text-transform: uppercase;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 3em !important;
    font-weight: 100 !important;
    line-height: 86%;
    letter-spacing: -3px;
  }
}

@media only screen and (min-width: 300px) {
  header .brand-name {
    margin-top: 15px;
    text-transform: uppercase;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 3em;
    font-weight: 900;
    line-height: 86%;
    letter-spacing: -3px;
  }
  .home-finra-title {
    cursor: pointer;
    font-size: 3em;
    font-weight: 600;
    letter-spacing: -1px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    /*background-color: #01101e;*/
    letter-spacing: -4px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 0.8em;
    color: #ffffff;
  }
  .home-finra-weare {
    cursor: pointer;
    font-size: 1em;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
  }
  .home-finra-technology {
    cursor: pointer;
    font-size: 1em;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #ffffff;
  }
  .os-footer-logo {
    text-align: center;
    padding-bottom: 30px;
  }
  .os-footer-social {
    text-align: center;
  }
  .copyright {
    clear: right;
    text-align: center;
  }
}

@media only screen and (max-width:767px) {
  .home .sliding-btn {
    padding: 25px 10px;
    margin: -1px -6px;
  }
  .desktop-only {
    visibility: hidden;
    height: 91%;
  }
  div.home-content.container {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 51px;
    height: 74%;
    z-index: 1000;
  }
  div.home-content.container h3 {
    font-size: 21px;
  }
  div.home-content.container p {
    font-size: 16px;
  }
  div.home-content-1 {
    width: 100%;
    padding: 5px;
    height: auto;
    position: relative;
    top: 46% !important;
    left: 0px;
  }
  div.home-content-2 {
    width: 100%;
    padding: 5px;
    height: auto;
    position: relative;
    top: 154px;
    left: 0px;
  }
  div.home-content-3 {
    width: 100%;
    padding: 5px;
    float: right;
    height: auto;
    position: relative;
    top: 168px;
    right: 0px;
  }
  .home-content-1 .overlay {
    display: none;
    background: #000000;
    opacity: 0.8;
    height: 219px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home-content-2 .overlay {
    display: none;
    background: #000000;
    opacity: 0.8;
    height: 219px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home-content-3 .overlay {
    display: none;
    background: #000000;
    opacity: 0.8;
    height: 219px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .careers .applyOnline {
    padding-top: 30px;
    display: block;
  }
}

@media only screen and (min-width:1610px) {
  div.home-content-1 {
    left: -354px;
  }
  div.home-content-3 {
    top: 100px;
    right: -136px;
  }
}

@media only screen and (width:908px) {
  div.home-content-1 {
    top: 93px;
    left: -124px !important;
    width: 43%;
  }
}

@media only screen and (width:1680px) {
  div.home-content-1 {
    left: -308px !important;
  }
}

@media only screen and (width:1280px) {
  div.home-content-1 {
    left: -108px !important;
  }
}

@media only screen and (width:1024px) {
  div.home-content-1 {
    left: -84px !important;
  }
}

@media only screen and (width:768px) {
  div.home-content-1 {
    left: -63px !important;
  }
}

@media only screen and (width:1366px) {
  div.home-content-1 {
    left: -117px !important;
  }
}

@media only screen and (width:1440px) {
  div.home-content-1 {
    left: -124px !important;
  }
}

@media only screen and (min-width:768px) and (max-width: 1450px) {
  div.home-content-1 {
    top: 93px;
    left: -69px;
    width: 43%;
  }
  div.home-content-2 {
    top: 40px;
    right: 44px;
    width: 44%;
  }
  div.home-content-3 {
    top: 100px;
    right: 9px;
    width: 42%;
  }
}

@media only screen and (max-width:767px) {
  .mid {
    display: none !important;
  }
  .mid2 {
    display: none !important;
  }
  .mid3 {
    display: none !important;
  }
  div.home-content-2 {
    display: visible !important;
  }
}