2015-11-29 13:42:26 -05:00
|
|
|
@import "../../colors";
|
|
|
|
|
2016-05-12 18:32:57 -04:00
|
|
|
.jobs {
|
|
|
|
.top {
|
|
|
|
img {
|
|
|
|
margin-bottom: 10px;
|
2016-07-29 17:37:24 -04:00
|
|
|
width: 100%;
|
2016-05-12 18:32:57 -04:00
|
|
|
}
|
2016-05-12 17:57:48 -04:00
|
|
|
}
|
2016-03-02 09:42:51 -05:00
|
|
|
|
2016-05-12 18:32:57 -04:00
|
|
|
.middle {
|
|
|
|
margin: 20px 0;
|
|
|
|
background-color: $ui-gray;
|
|
|
|
padding: 40px 0;
|
|
|
|
width: 100%;
|
2016-05-12 17:57:48 -04:00
|
|
|
}
|
2016-03-02 09:42:51 -05:00
|
|
|
|
2016-05-12 18:32:57 -04:00
|
|
|
.bottom {
|
|
|
|
width: 100%;
|
|
|
|
line-height: 200%;
|
2016-03-02 09:42:51 -05:00
|
|
|
|
2016-05-12 18:32:57 -04:00
|
|
|
.thin-heading {
|
|
|
|
padding: 20px 0;
|
|
|
|
}
|
2016-03-02 09:42:51 -05:00
|
|
|
|
2016-05-12 18:32:57 -04:00
|
|
|
p {
|
|
|
|
margin: auto;
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
2016-06-21 15:00:51 -04:00
|
|
|
padding-left: 0;
|
2016-05-12 18:32:57 -04:00
|
|
|
list-style: none;
|
|
|
|
|
|
|
|
li {
|
|
|
|
span {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2016-03-02 09:42:51 -05:00
|
|
|
}
|
|
|
|
}
|
2015-11-29 13:42:26 -05:00
|
|
|
}
|
|
|
|
}
|