#i5 a {
    font-weight: normal;
}

#i5 h3 {
    margin: 0 0 5px 0;
}

#social-icons a {
    background-image: url(images/social.png);
    -webkit-background-size: 150px;
    background-size: 150px;
    height: 38px;
    width: 38px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0 0 0 5px;
}

#social-icons a:hover {
    opacity: 0.4;
}

#social-icons a.social-fb {
    background-position: 0 0;
}

#social-icons a.social-tw {
    background-position: -38px 0;
    width: 37px;
}

#social-icons a.social-li {
    background-position: -75px 0;
    width: 37px;
}

#social-icons a.social-ig {
    background-position: -113px 0;
    width: 37px;
}

.whychoose h3 {
    margin-top: 0 !important;
}

#right-content .cta {
    display: block;
    text-align: right;
    color: #fff !important;
    font-family: aleoregular;
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 5px;
    border-radius: 6px;
    padding: 15px 18px 12px;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
}

#right-content .cta em {
    font-family: Lato, sans-serif;
    display: block;
    font-style: normal;
    font-size: 12px;
    margin: -4px 0 0;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#right-content .cta.blue em {
    color: #c0e9ff;
}

#right-content .cta.green em {
    color: #e3ffbd;
}

#right-content .cta.blue {
    background: rgb(11, 115, 171);
    background: -moz-linear-gradient(top, rgba(11, 115, 171, 1) 1%, rgba(9, 92, 137, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(11, 115, 171, 1) 1%, rgba(9, 92, 137, 1) 100%);
    background: linear-gradient(to bottom, rgba(11, 115, 171, 1) 1%, rgba(9, 92, 137, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b73ab', endColorstr='#095c89', GradientType=0);
}

#right-content .cta.green {
    background: rgb(100, 152, 31);
    background: -moz-linear-gradient(top, rgba(100, 152, 31, 1) 0%, rgba(82, 126, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(100, 152, 31, 1) 0%, rgba(82, 126, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(100, 152, 31, 1) 0%, rgba(82, 126, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64981f', endColorstr='#527e17', GradientType=0);
}

#right-content .cta:hover em {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #999;
}

#right-content .cta span {
    position: relative;
    z-index: 9;
}

#right-content .cta:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: rgb(102, 102, 102);
    background: -moz-linear-gradient(top, rgba(102, 102, 102, 1) 0%, rgba(51, 51, 51, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(102, 102, 102, 1) 0%, rgba(51, 51, 51, 1) 100%);
    background: linear-gradient(to bottom, rgba(102, 102, 102, 1) 0%, rgba(51, 51, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333', GradientType=0);
    z-index: 2;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
}

#right-content .cta:hover:after {
    opacity: 1;
}

#right-content .cta:before {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

#right-content .cta:hover:before {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.4;
}

#right-content .cta.green:before {
    position: absolute;
    z-index: 10;
    background-image: url(images/cta-icon-green.png);
    display: block;
    width: 52px;
    height: 35px;
    content: "";
    top: 0;
    left: 13px;
    bottom: 0;
    margin: auto;
}

#right-content .cta.blue:before {
    position: absolute;
    z-index: 10;
    background-image: url(images/cta-icon-blue.png);
    display: block;
    width: 44px;
    height: 33px;
    content: "";
    top: 0;
    left: 18px;
    bottom: 0;
    margin: auto;
}

#blockStyle137Main19 {
    background-repeat: no-repeat;
    border-top: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.mlist-intro h2 {
    margin: 0 0 -10px !important;
}

.mlist-intro p {
    margin: 3px 0 10px;
    line-height: 12px !important;
}

.mlist label {
    display: none;
}

.mlist .submit, .mlist .fields {
    display: inline-block;
}

.mlist .fields input {
    padding: 9px 9px 9px 38px;
    border: 1px solid #CCC;
    outline: 0;
    font-family: Lato, sans-serif;
    background-image: url(images/icon-mail.png);
    background-repeat: no-repeat;
    background-position: 7px 8px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.mlist .fields input:hover,
.mlist .fields input:active,
.mlist .fields input:focus {
    border: 1px solid rgb(100, 152, 31);
}

.mlist .submit {
    background: rgb(100, 152, 31);
    background: -moz-linear-gradient(top, rgba(100, 152, 31, 1) 0%, rgba(82, 126, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(100, 152, 31, 1) 0%, rgba(82, 126, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(100, 152, 31, 1) 0%, rgba(82, 126, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64981f', endColorstr='#527e17', GradientType=0);
    font-family: Lato, sans-serif;
    border: none;
    outline: 0;
    opacity: 1;
    transition: all 0.2s;
    width: 85px;
    position: relative;
    left: -3px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

.mlist .submit:hover {
    opacity: 0.5;
}

.mlist-intro h2 {
    padding: 0 0 5px !important;
}

.home #i5 h1 {
    font-size: 36px;
    margin: 13px 0 9px;
}

.home #i5 h1 + p, .home #i5 h1 + p + p {
    font-size: 17px;
    line-height: 29px;
    margin: 0 0 17px;
}

#blockStyle648contentLayout1Cell111 {
    margin: 0 0 30px 0 !important;
    padding: 0px 0 15px 0 !important;

}

#nav .nav li a:hover {
    background-color: #79b22e;
}

#nav .nav li a {
    font-family: aleoregular;
    display: inline-block;
    text-decoration: none;
    position: relative;
    color: #f7f8ed;
    font-size: 18px;
    text-shadow: 1px 1px 2px #223c00;
    padding: 12px 21px 9px;
}

#contact p strong {
    font-weight: 400;
    font-size: 28px;
    position: relative;
    top: 6px;
}

#contact p strong {
    font-family: 'aleolight';
}

#social-icons {
    left: 800px;
    top: 50px;
}

#awardTop {
    top: 8px;
}

#social-icons a {
    margin-right: 1px;
}

#social-icons a.social-fb {
    margin-right: 2px;
}

#nav .nav li a {
    margin-top: 1px;
}

.striped:after {
    background: repeating-linear-gradient(    45deg,    transparent,    transparent 10px,    #ffffff 10px,    #ffffff 20px  );
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content:'';
    opacity: 0.25;
}

.striped {
    position: relative;
    overflow: hidden;
}


button.btn.low-vacancy:after {
    content: attr(data-remaining) ' Remaining!';
    color: white;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    float: right;
    position: absolute;
    right: -60px;
    background: #ff1717;
    background: -moz-linear-gradient(top,#ff1717 0%,#ab0000 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff1717),color-stop(100%,#ab0000));
    background: -webkit-linear-gradient(top,#ff1717 0%,#ab0000 100%);
    background: -o-linear-gradient(top,#ff1717 0%,#ab0000 100%);
    background: -ms-linear-gradient(top,#ff1717 0%,#ab0000 100%);
    background: linear-gradient(to bottom,#ff1717 0%, #ab0000 100%);
    padding: 7px;
    border-radius: 30px;
    width: 85px;
    border: 2px solid #fff;
    top: -10px;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -moz-transform: scale(1,.01);
    -o-transform: scale(1,.01);
    -ms-transform: scale(1,.01);
    -webkit-transition: all 500ms cubic-bezier(.68,-.55,.265,1.55);
    -moz-transition: all 500ms cubic-bezier(.68,-.55,.265,1.55);
    -o-transition: all 500ms cubic-bezier(.68,-.55,.265,1.55);
    transition: all 500ms cubic-bezier(.68,-.55,.265,1.55);
    -webkit-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
    -moz-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
    -o-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
}


#wrapper .btn.btn-primary.btn-invert, #wrapper .btn.btn-success.btn-invert, .btn.btn-primary.btn-invert, .btn.btn-success.btn-invert {
    background: #ffffff;
    background: -moz-linear-gradient(top,#ffffff 0%,#d9efc3 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#d9efc3));
    background: -webkit-linear-gradient(top,#ffffff 0%,#d9efc3 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#d9efc3 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#d9efc3 100%);
    background: linear-gradient(to bottom,#ffffff 0%,#d9efc3 100%);
    color: #30560a;
    text-shadow: 0 0 1px #31550e87;
}

#wrapper .btn.btn-primary.btn-invert:hover , #wrapper .btn.btn-success.btn-invert:hover, .btn.btn-primary.btn-invert:hover, .btn.btn-success.btn-invert:hover {
    background: #d9efc3;
    background: -moz-linear-gradient(top,#d9efc3 0%,#d9efc3 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d9efc3),color-stop(100%,#d9efc3));
    background: -webkit-linear-gradient(top,#d9efc3 0%,#d9efc3 100%);
    background: -o-linear-gradient(top,#d9efc3 0%,#d9efc3 100%);
    background: -ms-linear-gradient(top,#d9efc3 0%,#d9efc3 100%);
    background: linear-gradient(to bottom,#d9efc3 0%,#d9efc3 100%);
    color: #30560a;
    text-shadow: none;
}


