.openings section#principal{
    background-color: #495962;
    margin-top: -2px;
    padding: 80px 0;
    background-image: url(../img/openings/opening_bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 780px;
    color: #fff;
    text-shadow: 0 1px 10px rgba(0,0,0,0.7);
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .openings section#principal{
        background-image: url(../img/openings/opening_bg@2x.png);
    }
}
section#principal h1 {
    color: #fff;
}
.openings .container{
    max-width: 1050px;
}
.openings .opening_head{
    vertical-align: middle;
    font-size: 40px;
    color: #293A43;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 0 5px;
    margin-bottom: 40px;;
}
.openings .opening_head img{
    width: 50px;
    vertical-align: bottom;
    margin-right: 6px;
}
.openings .opening_head a.link_button{
    background: #A8C910;
    border-radius: 4px;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, arial, serif;
    font-size: 18px;
    color: #FFFFFF;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    line-height: 1em;
    float: right;
    margin-top: 12px;
    text-transform: uppercase;
}
.openings .secondary_head{
    background: #29393D;
    border-radius: 3px;
    font-size: 24px;
    color: #FFFFFF;
    padding: 10px 20px;
    font-weight: 300;
    width: 100%;
    display: block;
    margin-bottom: 0;
}
.openings .secondary_paragraph{
    padding: 20px 20px 30px;
}
.openings .secondary_paragraph h4{
    font-family: "Helvetica Neue", Helvetica, arial, serif;
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: normal;
}
.openings .secondary_paragraph ul{
    padding-left: 40px;
    padding-top: 5px;;
}
.openings .secondary_paragraph ul li{
    font-weight: 300;
    font-family: HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.openings .secondary_paragraph p.special{
    margin-top: 30px;
    padding: 18px 20px;
    background-color: rgba(169, 201, 16, 0.15);
    border-radius: 3px;
}

/* @hashtag link */
a.hash.icon{
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 6px;
}
a.hash .icon-link {
  background: url("../img/icon_link.png") no-repeat scroll left 47% rgba(0, 0, 0, 0);
  height: 26px;
  visibility: hidden;
  width: 26px;
  background-size: 26px;
  display: block;
  margin-top: 0;
}
h1:hover a.hash .icon-link, h2:hover a.hash .icon-link, h3:hover a.hash .icon-link {
  visibility: visible;
}
h1 a.hash .icon-link:hover, h2 a.hash .icon-link:hover, h3 a.hash .icon-link:hover {
  opacity: 0.8;
}
/* @end */

.apply_phone{
    display: none;
}
@media screen and (max-width: 768px) {
    p{
        font-size: 1em;
        text-align: justify;
    }
    a.hash.icon{
      display: none;
    }
    .openings .secondary_paragraph ul{
        padding-left: 30px;
        padding-top: 5px;
    }
    .openings .secondary_paragraph ul li{
        font-size: 1em;
    }
    .openings .opening_head a.link_button{
        font-size: 17px;
        padding: 7px 12px;
        margin-top: 8px;
        display: none;
    }
    .apply_phone{
        display: inline-block;
        text-transform: uppercase;
        border-left: 1px solid #ccc;
        padding-left: 10px;
        font-size: 20px;
        margin-left: 5px;
        line-height: 1em;
    }
    .openings .opening_head img{
        width: 34px;
        margin-right: 0px;
        vertical-align: text-bottom;
    }
    .openings .opening_head {
        font-size: 27px;
        padding: 10px 0 5px;
        margin-bottom: 30px;
    }
    .openings .secondary_head {
        font-size: 22px;
        padding: 8px 20px;
        margin-bottom: 0;
    }
    .openings .secondary_paragraph h4 {
        padding: 15px 0 15px;
    }
    .openings section#principal{
        background-image: none;
        padding: 80px 0 50px;
    }
}
@media (max-width: 1200px),
@media (max-width: 992px),
@media (max-width: 768px){

}

