/* Home
*/
body {
  font-family: "Raleway", arial, sans-serif !important;
}

div#page-content {
  height: 100%;
}

header {
  border-bottom: 0;
}

section#hero {
  text-align: center;
  position: relative;
  display: block;
  background: url("../../img/home/hero-bg.jpg") no-repeat 0 0;
  background-size: cover;
  height: 480px;
  min-height: 400px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  section#hero {
    height: calc(100% - 87px);
  }
}
section#hero img#hero-constellation {
  position: absolute;
  top: 5%;
  left: 50%;
  margin-left: -161px;
  display: block;
  opacity: 0;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: constellation;
  -moz-animation-name: constellation;
  -ms-animation-name: constellation;
  -o-animation-name: constellation;
  animation-name: constellation;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
@media screen and (max-width: 700px) {
  section#hero img#hero-constellation {
    width: 273.7px;
    margin-left: -128.8px;
    top: 10%;
  }
}
section#hero img#hero-seal {
  position: absolute;
  top: 5%;
  left: 50%;
  margin-left: -161px;
  display: block;
  opacity: 0;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: seal;
  -moz-animation-name: seal;
  -ms-animation-name: seal;
  -o-animation-name: seal;
  animation-name: seal;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
@media screen and (max-width: 700px) {
  section#hero img#hero-seal {
    width: 273.7px;
    margin-left: -128.8px;
    top: 10%;
  }
}
@-webkit-keyframes seal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes seal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes seal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes seal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes seal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes constellation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes constellation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes constellation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes constellation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes constellation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hero-block {
  0% {
    opacity: 0;
    bottom: -300px;
  }
  100% {
    opacity: 1;
    bottom: 27%;
  }
}
@-moz-keyframes hero-block {
  0% {
    opacity: 0;
    bottom: -300px;
  }
  100% {
    opacity: 1;
    bottom: 27%;
  }
}
@-ms-keyframes hero-block {
  0% {
    opacity: 0;
    bottom: -300px;
  }
  100% {
    opacity: 1;
    bottom: 27%;
  }
}
@-o-keyframes hero-block {
  0% {
    opacity: 0;
    bottom: -300px;
  }
  100% {
    opacity: 1;
    bottom: 27%;
  }
}
@keyframes hero-block {
  0% {
    opacity: 0;
    bottom: -300px;
  }
  100% {
    opacity: 1;
    bottom: 27%;
  }
}
@-webkit-keyframes hero-line {
  0% {
    width: 0;
  }
  100% {
    width: 15%;
  }
}
@-moz-keyframes hero-line {
  0% {
    width: 0;
  }
  100% {
    width: 15%;
  }
}
@-ms-keyframes hero-line {
  0% {
    width: 0;
  }
  100% {
    width: 15%;
  }
}
@-o-keyframes hero-line {
  0% {
    width: 0;
  }
  100% {
    width: 15%;
  }
}
@keyframes hero-line {
  0% {
    width: 0;
  }
  100% {
    width: 15%;
  }
}
@-webkit-keyframes hero-next {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes hero-next {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes hero-next {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes hero-next {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hero-next {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section#hero div#hero-block {
  position: absolute;
  width: 100%;
  overflow: hidden;
  display: block;
  opacity: 0;
  bottom: -300px;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: hero-block;
  -moz-animation-name: hero-block;
  -ms-animation-name: hero-block;
  -o-animation-name: hero-block;
  animation-name: hero-block;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
section#hero div#hero-block h2 {
  color: #ffffff;
  font-size: 1.6em;
}
section#hero div#hero-block div.line {
  width: 0;
  height: 1px;
  background: #ffffff;
  margin: auto;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: hero-line;
  -moz-animation-name: hero-line;
  -ms-animation-name: hero-line;
  -o-animation-name: hero-line;
  animation-name: hero-line;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
section#hero div#hero-block p {
  margin: 1em auto 0 auto;
  color: #ffffff;
  width: 550px;
}
section#hero a#down-arrow {
  z-index: 10000;
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -188.5px;
  width: 377px;
  height: 51px;
}

section#intro {
  padding: 2.5em 0 3em 0;
  margin-top: -255px;
}
section#intro svg {
  display: none;
}
section#intro .twocols {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1000;
  display: flex;
}
section#intro .twocols div.col {
  width: 50%;
  min-height: 210px;
  float: left;
}
section#intro .twocols div.col div.col-content {
  width: 500px;
}
@media screen and (max-width: 1250px) {
  section#intro .twocols div.col div.col-content {
    width: 90%;
  }
}
section#intro .twocols div.col:first-of-type {
  background: url("../../img/home/left.png") no-repeat 0 0;
  background-size: 100% 610px;
  padding: 175px 5% 50px 5%;
  width: 40%;
  overflow: hidden;
  /*@media screen and (max-width: 767px) {
  	padding-top: 30px;
  	padding-bottom: 30px;
  	background: #eeeeee;
  	width: 90%;
  	float: none;
  }*/
}
section#intro .twocols div.col:first-of-type .col-content {
  float: right;
}
section#intro .twocols div.col:first-of-type h3 {
  font-weight: 400;
}
section#intro .twocols div.col:last-of-type {
  background: url("../../img/home/right.png") no-repeat 0 0;
  background-size: 100% 610px;
  padding: 135px 0 30px 0px;
}
section#intro .twocols div.col:last-of-type .col-content {
  padding-left: 30px;
  float: left;
}
section#intro div#hero-text-mobile {
  display: none;
}
section#intro h3 {
  color: #575756;
}
section#intro ul {
  list-style: none;
  margin-bottom: 10px;
}
section#intro ul li {
  float: left;
  background: url("../../img/home/tick.png") no-repeat 0 2px;
  padding: 0 0 5px 40px;
  min-height: 24px;
  margin: 0 5px;
  font-size: 16px;
}
section#intro p {
  font-weight: 400;
  text-align: left;
}
section#intro p a {
  text-decoration: none;
}

form#formsearch {
  background: none;
  padding: 2.5em 0 3em 0;
}
form#formsearch h3 {
  color: white;
  text-align: left;
  font-weight: 100;
  margin-right: 10px;
  font-size: 1.4em;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  form#formsearch h3 {
    margin-right: 0;
  }
}
form#formsearch select {
  width: 35%;
  padding: 9px;
  padding-right: 32px;
  font-size: 1.2em;
  color: #555655 !important;
  border: 1px solid #9c9c9e !important;
  margin-right: 2.5%;
  background: url("/a/img/home/down-arrow.png") white no-repeat right 6px center;
  background-size: 20px 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
form#formsearch select::-ms-expand {
  display: none;
}
form#formsearch input#formsearch-keyword {
  width: 35%;
  margin-right: 2.5%;
  padding: 9px;
  font-size: 1.2em;
  color: #555655;
  margin-right: 10px;
  border: 1px solid #9c9c9e;
}
form#formsearch input#formsearch-keyword[type=text] {
  font-size: 16px;
}
form#formsearch a#adv-search {
  display: inline-block;
  color: white;
  text-align: left;
  position: relative;
  top: 9px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}
form#formsearch p {
  color: white;
  margin-top: 1.5em;
  font-weight: normal;
  font-size: 1.1em;
  text-align: left;
}
form#formsearch p a {
  color: white;
  text-decoration: underline;
}
form#formsearch .btn {
  background: #00a19a;
  border-color: white;
  border-width: 2px;
  font-weight: 100;
  width: 19%;
  padding: 8px;
}
form#formsearch .btn, form#formsearch #search-type, form#formsearch #formsearch-keyword {
  font-size: 16px;
  font-family: "Raleway", arial, sans-serif;
}

section#boxes .page-content {
  padding-top: 0;
}
section#boxes .page-content .twocols {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section#boxes .page-content .twocols div.col {
  width: 49%;
  min-height: 210px;
  float: left;
  flex: 1;
  display: flex;
  flex-direction: column;
}
section#boxes .page-content .twocols div.col .box_left_col {
  float: left;
  width: 47.5%;
  display: flex;
  flex-direction: column;
}
section#boxes .page-content .twocols div.col .box_right_col {
  float: right;
  width: 47.5%;
  display: flex;
  flex-direction: column;
}
section#boxes .page-content .twocols div.col .box_wrapper {
  display: flex;
  justify-content: space-between;
}
section#boxes .page-content .twocols div.col .box_blog_horiz {
  width: calc(100% - 2px);
  border: 1px #f5f5f5 solid;
  display: flex;
  flex: 1;
}
section#boxes .page-content .twocols div.col .box_blog_horiz .blog_thumb_div {
  width: 47.5%;
  float: left;
  vertical-align: middle;
}
section#boxes .page-content .twocols div.col .box_blog_horiz .blog_thumb_div .blog_thumb {
  visibility: hidden;
}
section#boxes .page-content .twocols div.col .box_blog_horiz .box_blog_content {
  width: 47.5%;
  padding: 3%;
  float: left;
}
section#boxes .page-content .twocols div.col .box_blog_horiz .box_blog_content h2 {
  color: #00a19a;
  font-size: 22px;
  margin-bottom: 10px;
}
section#boxes .page-content .twocols div.col .box_blog_horiz .box_blog_content p, section#boxes .page-content .twocols div.col .box_blog_horiz .box_blog_content span {
  font-size: 16px;
  margin-bottom: 10px;
  color: #7c7c7c;
}
section#boxes .page-content .twocols div.col .box_blog_horiz .box_blog_content span {
  color: #7c7c7c;
  display: block;
}
section#boxes .page-content .twocols div.col .box_blog_horiz .box_blog_content a {
  color: #7c7c7c;
}
section#boxes .page-content .twocols div.col .box_blog_horiz .box_blog_content .blog_author_photo {
  width: 32px;
  border-radius: 50%;
  vertical-align: middle;
}
section#boxes .page-content .twocols div.col .box_blog_horiz .box_blog_content .blog_author_photo + span {
  display: inline;
}
section#boxes .page-content .twocols div.col .box_blog_horiz .box_blog_content .no_underline {
  text-decoration: none;
}
section#boxes .page-content .twocols div.col .box_blog_vert {
  width: calc(47.5% - 2px);
  border: 1px #f5f5f5 solid;
}
section#boxes .page-content .twocols div.col .box_blog_vert .blog_thumb {
  width: 100%;
}
section#boxes .page-content .twocols div.col .box_blog_vert .box_blog_content {
  padding: 6%;
}
section#boxes .page-content .twocols div.col .box_blog_vert .box_blog_content h2 {
  color: #00a19a;
  font-size: 22px;
  margin-bottom: 10px;
}
section#boxes .page-content .twocols div.col .box_blog_vert .box_blog_content p, section#boxes .page-content .twocols div.col .box_blog_vert .box_blog_content span {
  font-size: 16px;
  margin-bottom: 10px;
  color: #7c7c7c;
}
section#boxes .page-content .twocols div.col .box_blog_vert .box_blog_content span {
  color: #7c7c7c;
  display: block;
}
section#boxes .page-content .twocols div.col .box_blog_vert .box_blog_content a {
  color: #7c7c7c;
}
section#boxes .page-content .twocols div.col .box_blog_vert .box_blog_content .blog_author_photo {
  width: 32px;
  border-radius: 50%;
  vertical-align: middle;
}
section#boxes .page-content .twocols div.col .box_blog_vert .box_blog_content .blog_author_photo + span {
  display: inline;
}
section#boxes .page-content .twocols div.col .box_blog_vert .box_blog_content .no_underline {
  text-decoration: none;
}
section#boxes .page-content .twocols div.col .box_tweet {
  margin-top: 8%;
  flex: 1;
}
section#boxes .page-content .twocols div.col .box_tweet #twitter-content {
  padding: 15px;
}
section#boxes .page-content .twocols div.col .box_tweet p, section#boxes .page-content .twocols div.col .box_tweet a {
  color: white;
  text-decoration: none;
  font-weight: 100;
  word-wrap: break-word;
  font-size: 18px;
}
section#boxes .page-content .twocols div.col .box_tweet p.timePosted {
  display: none;
}
section#boxes .page-content .twocols div.col .box_tweet li {
  list-style: none;
}
section#boxes .page-content .twocols div.col .box_tweet i {
  font-size: 40px;
}
section#boxes .page-content .twocols div.col .box_tweet a span.follow {
  text-decoration: underline;
  margin-left: 5px;
}
section#boxes .page-content .twocols div.col .box_join {
  background-color: #00a19a;
  background-image: url("/a/img/home/join-seal.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 120px 133px;
}
section#boxes .page-content .twocols div.col .box_join .box_join_content {
  padding: 15px;
}
section#boxes .page-content .twocols div.col .box_join .box_join_content h3, section#boxes .page-content .twocols div.col .box_join .box_join_content p, section#boxes .page-content .twocols div.col .box_join .box_join_content a {
  color: white;
  font-weight: 100;
}
section#boxes .page-content .twocols div.col .box_join .box_join_content h3 {
  font-size: 26px;
}
section#boxes .page-content .twocols div.col .box_join .box_join_content a.join_cta {
  font-weight: 400;
  color: white;
  text-decoration: none;
}
section#boxes .page-content .twocols div.col .box_ig {
  position: relative;
  font-size: 0;
}
section#boxes .page-content .twocols div.col .box_ig .follow-us {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  color: white;
  padding: 6px 10px;
  width: calc(100% - 20px);
  background: linear-gradient(transparent, black);
  text-decoration: underline;
}
section#boxes .page-content .twocols div.col .box_ig .follow-us a {
  color: white;
}
section#boxes .page-content .twocols div.col .box_ig .follow-us i.fa {
  font-size: 48px;
  margin-right: 10px;
}
section#boxes .page-content .twocols div.col:first-of-type {
  margin-right: 2%;
}
section#boxes .page-content .twocols div.col:first-of-type .box_blog_horiz {
  margin-bottom: 4%;
}
section#boxes .page-content .twocols div.col:first-of-type .box_blog_vert {
  float: right;
}
section#boxes .page-content .twocols div.col:first-of-type .box_tweet {
  background: #5f7eb2;
}
section#boxes .page-content .twocols div.col:first-of-type .box_tweet #tweetsleft ul li:first-of-type {
  display: none;
}
section#boxes .page-content .twocols div.col:last-of-type .box_blog_vert {
  float: left;
}
section#boxes .page-content .twocols div.col:last-of-type .box_tweet {
  background: #ef9d63;
}
section#boxes .page-content .twocols div.col:last-of-type .box_wrapper {
  margin-bottom: 4%;
}

section#events-jobs {
  position: relative;
}
section#events-jobs .twocols {
  /*border-top: #bcbdbd 1px solid;
  border-bottom: #bcbdbd 1px solid; */
  display: flex;
}
section#events-jobs .twocols .col {
  width: 50%;
  padding: 40px 0;
}
section#events-jobs .twocols .col .col_wrapper {
  height: 100%;
  padding: 0 10%;
}
section#events-jobs .twocols .col .col_wrapper h2, section#events-jobs .twocols .col .col_wrapper a {
  color: #575756;
}
section#events-jobs .twocols .col .col_wrapper h2 {
  margin-bottom: 20px;
}
section#events-jobs .twocols .col .col_wrapper a {
  display: inline-block;
  font-weight: normal;
}
section#events-jobs .twocols .col .col_wrapper a.view {
  text-decoration: none;
  border-bottom: #00a19a 1px solid;
}
section#events-jobs .twocols .col .col_wrapper p.link {
  color: #575756;
  font-weight: 100;
  margin-top: 20px;
  font-weight: normal;
}
section#events-jobs .twocols .col .col_wrapper div.listing {
  margin: 30px 0;
}
section#events-jobs .twocols .col .col_wrapper div.listing h3 {
  color: #00a19a;
}
section#events-jobs .twocols .col .col_wrapper div.listing p {
  color: #575756;
  font-weight: 100;
  margin-bottom: 5px;
  font-weight: normal;
}
section#events-jobs .twocols .col .col_wrapper div.listing p span {
  color: #00a19a;
}
section#events-jobs .twocols .col .col_wrapper div.listing:last-of-type {
  margin-bottom: 0;
}
section#events-jobs .twocols .col div.listing_line {
  display: none;
  width: 50%;
  border-bottom: #afafaf 1px solid;
  margin: auto;
}
section#events-jobs .twocols .col div.listing_line:first-of-type {
  border-bottom-color: #575756;
}
section#events-jobs .twocols .col:first-of-type {
  float: left;
}
section#events-jobs .twocols .col:last-of-type {
  float: right;
}
section#events-jobs .twocols .col:last-of-type .col_wrapper {
  border-left: #bcbdbd 1px solid;
}
section#events-jobs svg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

section#knowledge-base h2 {
  color: #00a19a;
  text-align: center;
}
section#knowledge-base p {
  text-align: center;
  color: #575756;
}
section#knowledge-base p a {
  color: #00a19a;
}

section#help-and-advice {
  padding-top: 3em;
  padding-bottom: 4em;
  text-align: center;
}
section#help-and-advice h1 {
  text-align: center;
}
section#help-and-advice div.col {
  float: left;
  width: 30%;
  margin: 0 1.5%;
  line-height: 1.5;
}
section#help-and-advice div.col h2 {
  margin-top: 0.45em;
}
section#help-and-advice div.col h2 a {
  text-decoration: none;
}

section#news {
  background: #fbf9f9;
  padding: 3em 2% 1em 2%;
}
section#news h1 {
  text-align: center;
}
section#news ul#latest-news {
  list-style: none;
  width: 49%;
  margin-right: 1%;
  float: left;
}
section#news ul#latest-news li {
  margin-bottom: 2.5em;
}
section#news ul#latest-news li a.thumbnail {
  width: 115px;
  height: 115px;
  float: left;
  border-radius: 50%;
  display: block;
  margin-right: 20px;
}
section#news ul#latest-news li a.thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  display: block;
}
section#news ul#latest-news li div.description {
  width: 400px;
  float: left;
}
section#news ul#latest-news li div.description h3 {
  font-weight: bold;
  text-transform: none;
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
section#news ul#latest-news li div.description h3 a {
  text-decoration: none;
}
section#news ul#latest-news li div.description div.date {
  color: #898d8c;
  margin-bottom: 0.75em;
}
section#news ul#latest-news li div.description p {
  line-height: 1.4;
}
section#news ul#latest-news li div.description a.readmore {
  font-weight: bold;
}
section#news div#social-media {
  width: 49%;
  margin-left: 1%;
  float: left;
}
section#news div#social-media div#twitter {
  margin-bottom: 2em;
}
section#news div#social-media div#twitter a#twitter-icon {
  float: left;
  width: 56px;
  margin-right: 20px;
}
section#news div#social-media div#twitter div#twitter-content {
  float: left;
  width: 455px;
}
section#news div#social-media div#twitter div#twitter-content ul {
  list-style: none;
}
section#news div#social-media div#twitter div#twitter-content ul li p.tweet {
  font-size: 1.5em;
  color: #339b8c;
  line-height: 1.5;
}
section#news div#social-media div#twitter div#twitter-content ul li p.tweet a {
  word-break: break-word;
}
section#news div#social-media div#twitter div#twitter-content ul li p.timePosted {
  color: #898d8c;
  font-weight: bold;
  margin-bottom: 0.5em;
}
section#news div#social-media div#instagram a#instagram-icon {
  float: left;
  width: 56px;
  margin-right: 20px;
}
section#news div#social-media div#instagram div#instafeed {
  float: left;
  width: 455px;
}
section#news div#social-media div#instagram div#instafeed img {
  width: 100px;
  margin-right: 10px;
}

/* Media Queries
*/
@media screen and (max-width: 960px) {
  section#hero #hero-block h2 {
    margin-bottom: 6px;
  }
  section#hero #hero-block #hero-text-desktop p {
    width: 390px;
    margin-top: 0px;
  }

  form#formsearch select#search-type {
    font-size: 14px;
    width: 45%;
    margin-right: 0;
  }
  form#formsearch input#formsearch-keyword[type=text] {
    font-size: 14px;
    width: 45%;
    float: right;
    margin-right: 0;
  }
  form#formsearch input.btn {
    display: block;
    margin: auto;
    margin-top: 15px;
    width: 35%;
  }
  form#formsearch a#adv-search {
    display: block;
    text-align: center;
  }

  section#boxes .box_tweet i.fa-twitter {
    font-size: 32px !important;
  }
  section#boxes .box_join .box_join_content h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section#hero div#hero-block h2 {
    font-size: 1.4em;
  }
  section#hero div#hero-block div.line {
    width: 25%;
  }
  section#hero div#hero-block p {
    font-size: 1.1em;
    width: 420px;
  }
  section#hero a#down-arrow {
    background: url("../../img/home/hero-next.png") no-repeat center;
    height: 21px;
    width: 146px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: hero-next;
    -moz-animation-name: hero-next;
    -ms-animation-name: hero-next;
    -o-animation-name: hero-next;
    animation-name: hero-next;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
  }

  section#intro {
    margin-top: -100px;
  }
  section#intro div.twocols {
    display: block;
  }
  section#intro div.twocols div.col {
    width: 100% !important;
  }
  section#intro div.twocols div.col:first-of-type {
    background: none;
    padding: 0;
  }
  section#intro div.twocols div.col:first-of-type svg {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    display: inline;
  }
  section#intro div.twocols div.col:first-of-type .col-content {
    float: none;
    margin: auto;
    padding: 2.5em 0 3em 0;
    text-align: center;
  }
  section#intro div.twocols div.col:first-of-type .col-content ul {
    text-align: left;
  }
  section#intro div.twocols div.col:first-of-type .col-content ul li {
    float: none;
    display: inline-block;
    clear: both;
    padding-left: 35px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: left;
  }
  section#intro div.twocols div.col:first-of-type .col-content p {
    text-align: center;
  }
  section#intro div.twocols div.col:last-of-type {
    background: #00a19a;
    padding: 0;
  }
  section#intro div.twocols div.col:last-of-type .col-content {
    float: none;
    margin: auto;
    padding-left: 0;
  }
  section#intro div.twocols div.col:last-of-type .col-content h3 {
    text-align: center;
  }
  section#intro div.twocols div.col:last-of-type .col-content p {
    text-align: center;
  }
  section#intro div.twocols div.col:last-of-type .col-content select#search-type {
    display: block;
    margin: auto;
    width: 228px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  section#intro div.twocols div.col:last-of-type .col-content input#formsearch-keyword {
    display: block;
    margin: auto;
    float: none;
    width: 208px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  section#intro div.twocols div.col:last-of-type .col-content input.btn {
    width: 228px;
  }

  section#boxes .page-content div.twocols {
    display: block;
  }
  section#boxes .page-content div.twocols div.col {
    display: block;
    width: 100%;
  }
  section#boxes .page-content div.twocols div.col:first-of-type {
    margin-bottom: 4%;
  }

  section#events-jobs .twocols {
    display: block;
  }
  section#events-jobs .twocols .col {
    display: block;
    width: 100%;
    float: none !important;
    text-align: center;
  }
  section#events-jobs .twocols .col div.listing_line {
    display: block;
  }
  section#events-jobs .twocols .col:last-of-type {
    padding-top: 0;
  }
  section#events-jobs .twocols .col:last-of-type .col_wrapper {
    border-left: none;
  }
}
@media screen and (max-width: 480px) {
  section#hero div#hero-block h2 {
    font-size: 1.4em;
  }
  section#hero div#hero-block div.line {
    display: none;
  }
  section#hero div#hero-block div#hero-text-desktop p {
    width: 94%;
  }
  section#hero a#down-arrow {
    bottom: 110px;
  }

  section#intro {
    padding: 1em 0 15px 0;
  }
  section#intro div.twocols h1 {
    font-size: 1em;
  }
  section#intro div.twocols div#hero-text-mobile {
    display: block;
    margin-bottom: 1.5em;
  }
  section#intro div.twocols div#hero-text-mobile p {
    font-weight: bold;
  }
  section#intro div.twocols p {
    font-size: 1em;
    width: 90%;
    margin: auto;
    font-weight: normal;
  }
  section#intro div.twocols ul {
    margin: 1em auto;
    width: 90%;
  }
  section#intro div.twocols ul li {
    margin-left: 0;
    margin-right: 0;
  }
  section#intro div.col:last-of-type form#formsearch {
    padding: 15px 0 15px 0;
  }
  section#intro div.col:last-of-type form#formsearch h1 {
    font-size: 1.1em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  section#intro div.col:last-of-type form#formsearch select,
section#intro div.col:last-of-type form#formsearch input#formsearch-keyword {
    font-size: 1em;
  }
  section#intro div.col:last-of-type form#formsearch select#search-type {
    margin-top: 15px;
  }
  section#intro div.col:last-of-type form#formsearch input.btn {
    display: block;
    margin: auto;
    padding: 8px 0;
  }
  section#intro div.col:last-of-type form#formsearch p {
    font-size: 1em;
  }
  section#intro div.col:last-of-type form#formsearch a#adv-search {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  section#hero div#hero-block h2 {
    display: none;
  }

  section#boxes .page-content div.twocols div.col .box_wrapper {
    display: block;
  }
  section#boxes .page-content div.twocols div.col .box_blog_vert {
    width: 100%;
  }
  section#boxes .page-content div.twocols div.col .box_tweet {
    margin: 4% 0 4% 0;
  }
  section#boxes .page-content div.twocols div.col .box_join {
    margin-top: 4%;
  }
  section#boxes .page-content div.twocols div.col .box_left_col {
    width: 100%;
    display: block;
  }
  section#boxes .page-content div.twocols div.col .box_right_col {
    width: 100%;
    display: block;
  }
}

/*# sourceMappingURL=screen.css.map */
