@import "style_ie.2.css";
@import "style_ie.1.css";

#eep-register #eep-contact-form .register-form-top {
  margin-bottom: 40px;
}

.modal.fade:not(.in).left .modal-dialog {
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}

.modal.fade:not(.in).right .modal-dialog {
  -webkit-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0);
}

.modal.fade:not(.in).bottom .modal-dialog {
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

.modal.fade:not(.in).top-left .modal-dialog {
  -webkit-transform: translate3d(-25%, -25%, 0);
  transform: translate3d(-25%, -25%, 0);
}

.modal.fade:not(.in).top-right .modal-dialog {
  -webkit-transform: translate3d(25%, -25%, 0);
  transform: translate3d(25%, -25%, 0);
}

.modal.fade:not(.in).bottom-left .modal-dialog {
  -webkit-transform: translate3d(-25%, 25%, 0);
  transform: translate3d(-25%, 25%, 0);
}

.modal.fade:not(.in).bottom-right .modal-dialog {
  -webkit-transform: translate3d(25%, 25%, 0);
  transform: translate3d(25%, 25%, 0);
}

#section_make_the_change--top {
  background: url(../images/mtk-FImage.jpg) no-repeat center center;
  background-size: cover;
  min-height: 570px;
}

@media (max-width:767px) {
  #section_make_the_change--top {
    display: none;
  }
}

@media (min-width:768px) {
  #section_make_the_change--top {
    display: block;
  }
}

#section_make_the_change--top .container .section_make_the_change--txt h1:first-of-type:first-line {
  font-family: 'AvenirLTStd45Book';
  line-height: 75%;
}

@media (min-width:768px) {
  #section_make_the_change--top .container .section_make_the_change--txt h1:first-of-type:first-line {
    font-size: 89px;
    font-size: 8.9rem;
  }
}

@media (min-width:992px) {
  #section_make_the_change--top .container .section_make_the_change--txt h1:first-of-type:first-line {
    font-size: 102px;
    font-size: 10.2rem;
  }
}

@media (min-width:1200px) {
  #section_make_the_change--top .container .section_make_the_change--txt h1:first-of-type:first-line {
    font-size: 111px;
    font-size: 11.1rem;
  }
}

#section_make_the_change--top .container .section_make_the_change--txt h1 {
  color: #2dc389;
  text-align: left;
  font-family: 'AvenirLTStd45Book';
  line-height: 105%;
}

@media (min-width:768px) {
  #section_make_the_change--top .container .section_make_the_change--txt h1 {
    font-size: 104px;
    font-size: 10.4rem;
  }
}

@media (min-width:992px) {
  #section_make_the_change--top .container .section_make_the_change--txt h1 {
    font-size: 121px;
    font-size: 12.1rem;
  }
}

@media (min-width:1200px) {
  #section_make_the_change--top .container .section_make_the_change--txt h1 {
    font-size: 130px;
    font-size: 13rem;
  }
}

#section_make_the_change--top .container .section_make_the_change--txt hr {
  margin: 30px auto 15px;
}

#section_make_the_change--top .container .section_make_the_change--txt p {
  color: #898989;
  font-size: 24px;
  font-size: 2.4rem;
  padding: .5em 6px 0;
}

@media (min-width:992px) {
  #section_make_the_change--top .container .section_make_the_change--txt p {
    padding: .5em 40px 0 6px;
  }
}

@media (min-width:1200px) {
  #section_make_the_change--top .container .section_make_the_change--txt p {
    padding: .5em 6px 0;
  }
}

@media (min-width:768px) {
  #section_make_the_change--top .container .section_make_the_change--txt {
    margin-top: 140px;
    width: 445px;
    margin-left: 37%;
  }
}

@media (min-width:992px) {
  #section_make_the_change--top .container .section_make_the_change--txt {
    margin-top: 150px;
    width: 506px;
    margin-left: 47%;
  }
}

@media (min-width:1200px) {
  #section_make_the_change--top .container .section_make_the_change--txt {
    width: 565px;
    margin-left: 50%;
    margin-top: 140px;
  }
}

#section_make_the_change--top .container .section_make_the_change--txt .section_make_the_change--logos>div a {
  display: inline-block;
  margin: 20px 10px 0 0;
  vertical-align: top;
}

#section_make_the_change {
  margin-top: 50px;
}

#section_make_the_change ul li {
  padding: 0 0 13px;
  color: #2dc489;
}

#section_make_the_change ul li span {
  color: #000;
}

#section_make_the_change ul>li>a {
  color: #000;
}

@media (min-width:768px) {
  #section_make_the_change .section_make_the_change-cols>div:nth-last-child(2) {
    border-right: none;
    padding-right: 0;
  }
}

@media (min-width:992px) {
  #section_make_the_change .section_make_the_change-cols>div:nth-last-child(2) {
    border-right: solid 5px #ebebeb;
    padding-right: 20px;
  }
}

@media (min-width:768px) {
  #section_make_the_change .section_make_the_change-cols>div:nth-last-child(1) {
    padding-left: 0;
  }
}

@media (min-width:992px) {
  #section_make_the_change .section_make_the_change-cols>div:nth-last-child(1) {
    padding-left: 35px;
  }
}

#section_make_the_change .section_make_the_change-list {
  background: #ebebeb;
  border-radius: 5px;
  margin-top: 20px;
}

@media (max-width:767px) {
  #section_make_the_change .section_make_the_change-list {
    padding: 20px 20px;
  }
}

@media (min-width:768px) {
  #section_make_the_change .section_make_the_change-list {
    padding: 40px 20px;
    height: 380px;
  }
}

@media (min-width:992px) {
  #section_make_the_change .section_make_the_change-list {
    height: 440px;
  }
}

@media (min-width:1200px) {
  #section_make_the_change .section_make_the_change-list {
    height: 370px;
  }
}

#section_make_the_change .section_make_the_change-list .sub-heading {
  padding: 0;
}

#section_make_the_change .section_make_the_change-list ul li {
  padding: 0 0 10px;
  color: #2dc489;
}

#section_make_the_change .section_make_the_change-list ul li span {
  color: #000;
}

#section_make_the_change .section_make_the_change-list ul>li>a {
  color: #000;
}

#section_make_the_change .section_early_entry_program-bottom-links {
  text-align: center;
  padding: 40px 0;
}

#section_make_the_change .section_early_entry_program-bottom-links span {
  padding: 0 13px;
}

#section_make_the_change .section_need_more_reasons {
  text-align: center;
  padding: 40px 0 20px;
}

#section_make_the_change .section_need_more_reasons h3 {
  display: inline-block;
}

#section_make_the_change .section_need_more_reasons p {
  display: inline-block;
}

body.make_the_change  #filter-static>div>h1 {
  padding-top: 0;
}

@media (max-width:767px) {
  .intro {
    min-height: none;
  }
}

@media (min-width:768px) {
  .intro {
    min-height: 142px;
  }
}

@media (min-width:992px) {
  .intro {
    min-height: 100px;
  }
}

.newsAndBlogList,
.eventsList {
  position: relative;
}

@media (max-width:767px) {
  .newsAndBlogList,
  .eventsList {
    min-height: initial;
  }
}

@media (min-width:768px) {
  .newsAndBlogList,
  .eventsList {
    min-height: 660px;
  }
}

@media (min-width:768px) {
  .newsEventBtn {
    position: relative;
    bottom: 0;
  }
}

.newsTitle {
  font-weight: bold;
}

@media (max-width:767px) {
  .newsTitle {
    padding: 10px 4px;
  }
}

.newsBlock {
  min-height: 60px;
}

.newsImage img {
  display: block;
  max-width: 100%;
  height: auto;
  max-width: none;
  width: 100%;
}

.eventTitle {
  font-weight: bold;
}

.eventInfo {
  color: #6d6d6d;
  margin-top: 10px;
  margin-bottom: 50px;
}

.eventInfo>div>div {
  display: inline;
  padding: 0 10px 0 0;
}

footer {
  position: relative;
}

footer #footer_social {
  background-color: #202020;
  padding: 30px 0;
}

@media (max-width:767px) {
  footer #footer_social {
    padding: 10px 0;
  }
}

footer #footer_social .think-logo-wrapper {
  height: 50px;
  background-image: url(../images/think-logo-footer-png.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
}

@media (max-width:767px) {
  footer #footer_social .think-logo-wrapper {
    background-position: center;
  }
}

footer #footer_social .think-social-wrapper {
  text-align: right;
  height: 52px;
  padding: 6px 0;
}

footer #footer_social .think-social-wrapper a {
  padding: 11px 5px;
  display: inline-block;
}

footer #footer_social .think-social-wrapper a .icon_iconTwitter_png {
  background: url(../images/iconTwitter_png.png) no-repeat;
  width: 51px;
  height: 51px;
  text-indent: -9999px;
  padding: 16px 20px;
}

footer #footer_social .think-social-wrapper a .icon_iconFacebook_png {
  background: url(../images/iconFacebook_png.png) no-repeat;
  width: 51px;
  height: 51px;
  text-indent: -9999px;
  padding: 16px 20px;
}

footer #footer_social .think-social-wrapper a .icon_iconYouTube_png {
  background: url(../images/iconYouTube_png.png) no-repeat;
  width: 51px;
  height: 51px;
  text-indent: -9999px;
  padding: 16px 20px;
}

footer #footer_social .think-social-wrapper a .icon_iconLinkedin_png {
  background: url(../images/iconLinkedin_png.png) no-repeat;
  width: 51px;
  height: 51px;
  text-indent: -9999px;
  padding: 16px 20px;
}

footer #footer_college_links {
  background-color: #202020;
}

footer #footer_college_links>div .icon {
  color: #c4c4c4;
  display: table-cell;
  height: 80px;
  line-height: 0;
}

@media (min-width:768px) {
  footer #footer_college_links>div .icon {
    font-size: 150px;
    font-size: 15rem;
  }
}

@media (min-width:992px) {
  footer #footer_college_links>div .icon {
    font-size: 140px;
    font-size: 14rem;
  }
}

@media (min-width:1200px) {
  footer #footer_college_links>div .icon {
    font-size: 150px;
    font-size: 15rem;
  }
}

footer #footer_college_links>div .icon:hover {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms linear;
  transition: all 200ms ease-in ease-in;
  color: #ffffff;
}

footer #footer_page_links {
  background-color: #303030;
}

footer .footer-privacy-policy {
  text-align: center;
  border-top: solid 1px #454545;
  margin-top: 10px;
}

footer .footer-privacy-policy p {
  font-size: 10px;
  font-size: 1rem;
  color: #a6a6a6;
  font-style: italic;
}

footer .footer_social {
  margin: 0;
  padding: 0;
}

@media (min-width:768px) {
  footer .footer_social {
    display: none;
  }
}

footer .footer_social ul {
  list-style-type: none;
  font-size: 50px;
  font-size: 5rem;
  margin: 0 auto;
  width: 240px;
  padding: 0;
}

footer .footer_social ul li {
  display: inline;
  color: #ffffff;
}

footer .footer_social ul li a {
  color: #ffffff;
}

footer .footer_social ul li a .icon {
  line-height: 0;
}

#footer_page_links ul.nav {
  margin: 0;
  padding: 20px 10px;
}

#footer_page_links ul.nav li.parent {
  margin: 0;
  padding: 9px 0;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width:767px) {
  #footer_page_links ul.nav li.parent {
    border-top: solid 1px #595959;
  }
}

@media (min-width:768px) {
  #footer_page_links ul.nav li.parent {
    border-top: none;
  }
}

@media (min-width:768px) {
  #footer_page_links ul.nav li.parent {
    float: left;
    width: 16.66666667%;
  }
}

@media (min-width:992px) {
  #footer_page_links ul.nav li.parent {
    float: left;
    width: 16.66666667%;
  }
}

@media (min-width:1200px) {
  #footer_page_links ul.nav li.parent {
    float: left;
    width: 16.66666667%;
  }
}

#footer_page_links ul.nav li.parent>.separator {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  font-family: 'AvenirLTStd65Medium',sans-serif;
}

#footer_page_links ul.nav li.parent>ul {
  margin: 0;
  padding: .5em;
}

@media (max-width:767px) {
  #footer_page_links ul.nav li.parent>ul {
    display: none;
  }
}

@media (min-width:768px) {
  #footer_page_links ul.nav li.parent>ul {
    display: block;
  }
}

#footer_page_links ul.nav li.parent>ul li {
  list-style-type: none;
  font-family: 'AvenirLTStd35Light',sans-serif;
  padding: 8px 0;
}

#footer_page_links ul.nav li.parent>ul li a {
  color: #c4c4c4;
}

#footer_page_links ul.nav li.parent .addDeeperSlideToggle {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  right: 0;
}

@media (max-width:767px) {
  #footer_page_links ul.nav li.parent .addDeeperSlideToggle {
    display: block;
  }
}

@media (min-width:768px) {
  #footer_page_links ul.nav li.parent .addDeeperSlideToggle {
    display: none;
  }
}

#footer_page_links ul.nav li.parent .addDeeperSlideToggle:after {
  content: "\f10f";
  color: #ffffff;
  font-family: icons;
  position: absolute;
  top: 10px;
  right: 6px;
  font-size: 12px;
}

#footer_page_links ul.nav li.parent .addDeeperSlideToggle.opened:after {
  content: "\f114";
}

#footer_page_links ul.nav li.parent:last-child {
  border-bottom: solid 1px #595959;
}

@media (min-width:768px) {
  #footer_page_links ul.nav li.parent:last-child {
    border-bottom: none;
  }
}

#filter-static .lgWrppr {
  width: 190px;
  position: absolute;
  bottom: 90px;
  padding: 0 0;
}

@media (max-width:767px) {
  #filter-static .lgWrppr {
    position: static;
    padding: 10px 0;
  }
}

#filter-static .cllgsBtn {
  position: absolute;
  bottom: 20px;
  text-align: center;
}

@media (max-width:767px) {
  #filter-static .cllgsBtn {
    position: static;
    text-align: left;
  }
}

#filter-static .mix {
  display: none;
}

#filter-static .icon {
  margin: 0 10px 0 0;
}

#filter-static .panel-grey,
#filter-static .panel-grey-a,
#filter-static .panel-grey-b,
#filter-static .panel-grey-c,
#filter-static .panel-grey-d,
#filter-static .panel-grey-e,
#filter-static .panel-grey-f,
#filter-static .panel-grey-g,
#filter-static .panel-grey-h,
#filter-static .panel-grey-h,
#filter-static .panel-grey-i,
#filter-static .panel-grey-j,
#filter-static #filter-static .panel-grey-coll {
  position: relative;
}

@media (min-width:768px) {
  #filter-static .panel-grey,
  #filter-static .panel-grey-a,
  #filter-static .panel-grey-b,
  #filter-static .panel-grey-c,
  #filter-static .panel-grey-d,
  #filter-static .panel-grey-e,
  #filter-static .panel-grey-f,
  #filter-static .panel-grey-g,
  #filter-static .panel-grey-h,
  #filter-static .panel-grey-h,
  #filter-static .panel-grey-i,
  #filter-static .panel-grey-j,
  #filter-static #filter-static .panel-grey-coll {
    min-height: 466px;
    padding-bottom: 66px;
  }
}

@media (min-width:992px) {
  #filter-static .panel-grey,
  #filter-static .panel-grey-a,
  #filter-static .panel-grey-b,
  #filter-static .panel-grey-c,
  #filter-static .panel-grey-d,
  #filter-static .panel-grey-e,
  #filter-static .panel-grey-f,
  #filter-static .panel-grey-g,
  #filter-static .panel-grey-h,
  #filter-static .panel-grey-h,
  #filter-static .panel-grey-i,
  #filter-static .panel-grey-j,
  #filter-static #filter-static .panel-grey-coll {
    min-height: 515px;
    padding-bottom: 66px;
  }
}

@media (min-width:1200px) {
  #filter-static .panel-grey,
  #filter-static .panel-grey-a,
  #filter-static .panel-grey-b,
  #filter-static .panel-grey-c,
  #filter-static .panel-grey-d,
  #filter-static .panel-grey-e,
  #filter-static .panel-grey-f,
  #filter-static .panel-grey-g,
  #filter-static .panel-grey-h,
  #filter-static .panel-grey-h,
  #filter-static .panel-grey-i,
  #filter-static .panel-grey-j,
  #filter-static #filter-static .panel-grey-coll {
    min-height: 466px;
    padding-bottom: 66px;
  }
}

#filter-static .panel-grey ul,
#filter-static .panel-grey-a ul,
#filter-static .panel-grey-b ul,
#filter-static .panel-grey-c ul,
#filter-static .panel-grey-d ul,
#filter-static .panel-grey-e ul,
#filter-static .panel-grey-f ul,
#filter-static .panel-grey-g ul,
#filter-static .panel-grey-h ul,
#filter-static .panel-grey-h ul,
#filter-static .panel-grey-i ul,
#filter-static .panel-grey-j ul,
#filter-static #filter-static .panel-grey-coll ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
}

#filter-static .panel-grey li,
#filter-static .panel-grey-a li,
#filter-static .panel-grey-b li,
#filter-static .panel-grey-c li,
#filter-static .panel-grey-d li,
#filter-static .panel-grey-e li,
#filter-static .panel-grey-f li,
#filter-static .panel-grey-g li,
#filter-static .panel-grey-h li,
#filter-static .panel-grey-h li,
#filter-static .panel-grey-i li,
#filter-static .panel-grey-j li,
#filter-static #filter-static .panel-grey-coll li {
  color: #353535;
}

@media (min-width:768px) {
  #filter-static .panel-grey-coll {
    min-height: 517px;
    padding-bottom: 66px;
  }
}

@media (min-width:992px) {
  #filter-static .panel-grey-coll {
    min-height: 543px;
    padding-bottom: 66px;
  }
}

@media (min-width:1200px) {
  #filter-static .panel-grey-coll {
    min-height: 520px;
    padding-bottom: 66px;
  }
}

#filter-static .address {
  margin-bottom: 12px;
}

@media (min-width:768px) {
  #filter-static .lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (min-width:992px) {
  #filter-static .lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (min-width:1200px) {
  #filter-static .lead {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

#filter-static .panel-grey-img-wrapper a {
  padding: 0 5px;
}

@media (min-width:768px) {
  #filter-static .panel-grey-img-wrapper a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media (min-width:992px) {
  #filter-static .panel-grey-img-wrapper a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media (min-width:1200px) {
  #filter-static .panel-grey-img-wrapper a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width:767px) {
  #filter-static .getDirection {
    position: static;
  }
}

@media (min-width:768px) {
  #filter-static .getDirection {
    position: absolute;
    bottom: 12px;
  }
}

.filter_generic h3 {
  font-family: 'AvenirLTStd95Black';
  font-size: 18px;
  font-size: 1.8rem;
  color: #2dc489;
  padding-top: 0;
}

body.business .filter_generic h3 {
  color: #c5203e;
}

body.design .filter_generic h3 {
  color: #ed1c8f;
}

body.health .filter_generic h3 {
  color: #873494;
}

body.hospitality .filter_generic h3 {
  color: #00bcd3;
}

.filter_generic h5 {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
}

.filter_generic .fltr_rslt_itms {
  border-bottom: 12px solid rgba(223,223,223,0.6);
  padding-bottom: 40px;
  padding-top: 40px;
}

.filter_generic .fltr_rslt_itms .think-btn {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 20px;
}

@media (min-width:768px) {
  .filter_generic .fltr_crs_dtls {
    text-align: left;
  }
}

@media (min-width:992px) {
  .filter_generic .fltr_crs_dtls {
    text-align: right;
  }
}

.filter_generic .fltr_crs_dtls p {
  font-family: 'AvenirLTStd65Medium';
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 0;
  padding-bottom: 0;
}

.filter_generic .fltr_crs_dtls .crs_strt {
  font-family: 'AvenirLTStd65Medium';
  color: #898989;
  font-style: italic;
  padding-top: 0;
  padding-bottom: 15px;
}

.filter_generic .fltr_crs_info h4 {
  padding-bottom: 4px;
}

.filter_generic .fltr_crs_info p {
  font-family: 'AvenirLTStd65Medium';
  color: #898989;
  font-style: italic;
  padding-top: 0;
  padding-bottom: 0;
}

.filter_generic .process-mk-display-block {
  display: block;
}

.filter_generic .process-mk-display-none {
  display: none;
}

.filter_generic .no-records {
  display: none;
  text-align: center;
}

@media (max-width:767px) {
  .filter_generic img {
    width: 180px;
  }
}

@media (min-width:768px) {
  .filter_generic img {
    bwidth: 100%;
  }
}

.filter_generic .mix {
  display: none;
}

#upcoming_think_eventthinkevent h3 {
  font-family: 'AvenirLTStd95Black';
  font-size: 18px;
  font-size: 1.8rem;
  color: #2dc489;
}

@media (max-width:767px) {
  #upcoming_think_eventthinkevent h3 {
    padding-top: 1em;
  }
}

@media (min-width:768px) {
  #upcoming_think_eventthinkevent h3 {
    padding-top: 0;
  }
}

#upcoming_think_eventthinkevent .evnt_rslt_itms {
  border-bottom: 12px solid #ebebeb;
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width:768px) {
  #upcoming_think_eventthinkevent .evnt_dtls_r {
    text-align: left;
  }
}

@media (min-width:992px) {
  #upcoming_think_eventthinkevent .evnt_dtls_r {
    text-align: right;
  }
}

#upcoming_think_eventthinkevent .evnt_dtls_r .think-btn {
  font-size: 16px;
  font-size: 1.6rem;
}

#upcoming_think_eventthinkevent .evnt_dtls_r .think-btn .icon {
  vertical-align: baseline;
}

#upcoming_think_eventthinkevent .evnt_dtls_r .cllgLnk {
  color: #2dc489;
  font-family: 'AvenirLTStd65Medium';
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width:767px) {
  #upcoming_think_eventthinkevent .evnt_dtls_r img {
    width: 150px;
  }
}

#upcoming_think_eventthinkevent .eventInfoBlock {
  font-family: 'AvenirLTStd65Medium';
  color: #898989;
  font-style: italic;
  padding: 1em 6px 0 0;
}

#upcoming_think_eventthinkevent .filter-event-process-mk-display-block {
  display: block;
}

#upcoming_think_eventthinkevent .filter-event-process-mk-display-none {
  display: none;
}

#upcoming_think_eventthinkevent .think-filter-news-event-row {
  display: none;
}

#upcoming_think_eventthinkevent #no-records-filter-event-message {
  display: none;
  text-align: center;
}

.upcoming_think_eventthinkevent .selectricWrapper {
  position: relative;
  margin: 0 0 6px;
  width: 200px;
  cursor: pointer;
}

.upcoming_think_eventthinkevent .selectricDisabled {
  filter: alpha(opacity=50);
  opacity: .5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.upcoming_think_eventthinkevent .selectricOpen {
  z-index: 9999;
}

.upcoming_think_eventthinkevent .selectricOpen .selectricItems {
  display: block;
}

.upcoming_think_eventthinkevent .selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.upcoming_think_eventthinkevent .selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.upcoming_think_eventthinkevent .selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  _font: NaN a;
  background: none !important;
}

.upcoming_think_eventthinkevent .selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.upcoming_think_eventthinkevent .selectricOpen .selectric {
  border-color: #CCC;
  background: #F0F0F0;
  z-index: 9999;
}

.upcoming_think_eventthinkevent .selectricOpen .selectricItems {
  display: block;
}

.upcoming_think_eventthinkevent .selectric {
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 4px;
  position: relative;
}

.upcoming_think_eventthinkevent .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 6px;
  font-size: 12px;
  line-height: 18px;
  color: #929191;
  min-height: 18px;
  text-shadow: 0 1px #FFF;
  text-align: left;
}

.upcoming_think_eventthinkevent .selectric .button {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  font: 0/0 a;
  border-left: 1px solid #D2D2D2;
}

.upcoming_think_eventthinkevent .selectric .button:after {
  content: " ";
  zoom: 1;
  position: absolute;
  overflow: hidden;
  top: 13px;
  right: 12px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.upcoming_think_eventthinkevent .selectric .button:before {
  content: " ";
  float: left;
  height: 100%;
  border-right: 1px solid #FFF;
}

.upcoming_think_eventthinkevent .selectricHover .selectric {
  border-color: #CCC;
}

.upcoming_think_eventthinkevent .selectricHover .selectric .button {
  color: #888;
}

.upcoming_think_eventthinkevent .selectricHover .selectric .button:after {
  border-top-color: #888;
}

.upcoming_think_eventthinkevent .selectricItems {
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: 9998;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}

.upcoming_think_eventthinkevent .selectricItems ul,
.upcoming_think_eventthinkevent .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 20px;
  line-height: 20px;
  font-size: 12px;
}

.upcoming_think_eventthinkevent .selectricItems li {
  padding: 5px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #EEE;
  color: #666;
  border-top: 1px solid #FFF;
}

.upcoming_think_eventthinkevent .selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}

.upcoming_think_eventthinkevent .selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}

.upcoming_think_eventthinkevent .selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}

.icagenda-think-event-detail-page .selectricWrapper {
  position: relative;
  margin: 0 0 6px;
  width: 100%;
  cursor: pointer;
}

.icagenda-think-event-detail-page .selectricDisabled {
  filter: alpha(opacity=50);
  opacity: .5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.icagenda-think-event-detail-page .selectricOpen {
  z-index: 9999;
}

.icagenda-think-event-detail-page .selectricOpen .selectricItems {
  display: block;
}

.icagenda-think-event-detail-page .selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.icagenda-think-event-detail-page .selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.icagenda-think-event-detail-page .selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  _font: NaN a;
  background: none !important;
}

.icagenda-think-event-detail-page .selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.icagenda-think-event-detail-page .selectricOpen .selectric {
  border-color: #CCC;
  background: #F0F0F0;
  z-index: 9999;
}

.icagenda-think-event-detail-page .selectricOpen .selectricItems {
  display: block;
}

.icagenda-think-event-detail-page .selectric {
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 4px;
  position: relative;
}

.icagenda-think-event-detail-page .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #dadada;
  min-height: 18px;
  text-align: left;
  font-weight: normal;
}

.icagenda-think-event-detail-page .selectric .button {
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  width: 38px;
  font: 0/0 a;
  border-left: 1px solid #D2D2D2;
}

.icagenda-think-event-detail-page .selectric .button:after {
  content: " ";
  zoom: 1;
  position: absolute;
  overflow: hidden;
  top: 17px;
  right: 14px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.icagenda-think-event-detail-page .selectric .button:before {
  content: " ";
  float: left;
  height: 100%;
  border-right: 1px solid #FFF;
}

.icagenda-think-event-detail-page .selectricHover .selectric {
  border-color: #CCC;
}

.icagenda-think-event-detail-page .selectricHover .selectric .button {
  color: #888;
}

.icagenda-think-event-detail-page .selectricHover .selectric .button:after {
  border-top-color: #888;
}

.icagenda-think-event-detail-page .selectricItems {
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: 9998;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}

.icagenda-think-event-detail-page .selectricItems ul,
.icagenda-think-event-detail-page .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 20px;
  line-height: 20px;
  font-size: 12px;
}

.icagenda-think-event-detail-page .selectricItems li {
  padding: 5px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #EEE;
  color: #666;
  border-top: 1px solid #FFF;
}

.icagenda-think-event-detail-page .selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}

.icagenda-think-event-detail-page .selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}

.icagenda-think-event-detail-page .selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}

.icagenda-think-event-detail-page .event-details {
  margin-bottom: 20px;
}

.icagenda-think-event-detail-page .event-details .event-information h3 {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0;
  margin-bottom: 5px;
}

.icagenda-think-event-detail-page .event-details .event-information .location p {
  display: inline-block;
  padding: 0;
}

.icagenda-think-event-detail-page .event-details .event-information .location p strong {
  color: #2dc489;
}

.icagenda-think-event-detail-page .event-details .event-information .icon {
  vertical-align: top;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 5px;
  color: #c4c4c4;
}

.icagenda-think-event-detail-page .event-details .event-information hr {
  width: 100px;
  margin-left: 0;
}

.icagenda-think-event-detail-page .event-details .event-information .btn {
  margin-bottom: 0;
}

.icagenda-think-event-detail-page #booking-form {
  background: #ebebeb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #dfdfdf;
}

.icagenda-think-event-detail-page #booking-form .form-title {
  font-family: inherit;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: 'GustanBlack';
  font-weight: 500;
  line-height: 1.1;
  color: #353535;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}

.icagenda-think-event-detail-page #booking-form .form-title small,
.icagenda-think-event-detail-page #booking-form .form-title .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

.icagenda-think-event-detail-page #booking-form .form-title small,
.icagenda-think-event-detail-page #booking-form .form-title .small {
  font-size: 65%;
}

@media (max-width:767px) {
  .icagenda-think-event-detail-page #booking-form .form-title {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1em 3px;
  }
}

@media (min-width:768px) {
  .icagenda-think-event-detail-page #booking-form .form-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 2em 4px 1em 4px;
  }
}

@media (min-width:992px) {
  .icagenda-think-event-detail-page #booking-form .form-title {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 1em 5px;
  }
}

@media (min-width:1200px) {
  .icagenda-think-event-detail-page #booking-form .form-title {
    font-size: 20px;
    font-size: 2rem;
    padding: 1em 6px;
  }
}

@media (max-width:767px) {
  .icagenda-think-event-detail-page #booking-form {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}

@media (min-width:768px) {
  .icagenda-think-event-detail-page #booking-form {
    padding: 30px 80px;
    margin-bottom: 30px;
  }
}

@media (min-width:992px) {
  .icagenda-think-event-detail-page #booking-form {
    padding: 30px 60px;
    margin-bottom: 60px;
  }
}

@media (min-width:1200px) {
  .icagenda-think-event-detail-page #booking-form {
    margin-bottom: 80px;
  }
}

.icagenda-think-event-detail-page #booking-form .form-label {
  text-align: left;
  font-family: inherit;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: 'GustanBlack';
  font-weight: 500;
  line-height: 1.1;
  color: #353535;
  text-transform: uppercase;
  margin: 0;
  margin-top: 0;
  padding: 0 0 5px 5px;
}

.icagenda-think-event-detail-page #booking-form .form-label small,
.icagenda-think-event-detail-page #booking-form .form-label .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

.icagenda-think-event-detail-page #booking-form .form-label small,
.icagenda-think-event-detail-page #booking-form .form-label .small {
  font-size: 65%;
}

@media (max-width:767px) {
  .icagenda-think-event-detail-page #booking-form .form-label {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1em 3px;
  }
}

@media (min-width:768px) {
  .icagenda-think-event-detail-page #booking-form .form-label {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 2em 4px 1em 4px;
  }
}

@media (min-width:992px) {
  .icagenda-think-event-detail-page #booking-form .form-label {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 1em 5px;
  }
}

@media (min-width:1200px) {
  .icagenda-think-event-detail-page #booking-form .form-label {
    font-size: 20px;
    font-size: 2rem;
    padding: 1em 6px;
  }
}

.icagenda-think-event-detail-page #booking-form .select-wrap {
  position: relative;
}

.icagenda-think-event-detail-page #booking-form .select-wrap i.icon {
  position: absolute;
  top: 26px;
  right: 8px;
  line-height: 0;
  font-size: 20px;
  font-size: 2rem;
  color: #dfdfdf;
}

.icagenda-think-event-detail-page #booking-form .select-wrap:after {
  content: "";
  background: #dfdfdf;
  position: absolute;
  top: 1px;
  right: 35px;
  height: 50px;
  width: 1px;
}

.icagenda-think-event-detail-page #booking-form textarea,
.icagenda-think-event-detail-page #booking-form input,
.icagenda-think-event-detail-page #booking-form select {
  background-color: #fff;
  border: none;
  color: #535353;
  letter-spacing: 0;
  font-family: 'AvenirLTStd35Light';
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 20px;
  width: 100%;
  margin: 0 0 16px 0;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: "";
  text-indent: .01px;
}

.icagenda-think-event-detail-page #booking-form hr {
  width: 100%;
  height: 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #f3f3f3;
  margin: 4px 0 20px 0;
}

.icagenda-think-event-detail-page #booking-form .submit-wrap {
  text-align: center;
}

.icagenda-think-event-detail-page #booking-form .submit-wrap input {
  background-color: #2dc489;
  width: 50%;
}

.icagenda-think-event-detail-page #booking-form #faculty {
  display: none;
}

#eblog-wrapper {
  font-family: "AvenirLTStd35Light",sans-serif;
}

#eblog-wrapper>div {
  margin-top: 60px;
}

#eblog-wrapper>div>h2 {
  font-size: 24px;
  font-size: 2.4rem;
}

#eblog-wrapper>hr {
  width: 10%;
}

#eblog-wrapper>#ezblog-body {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}

@media (min-width:768px) {
  #eblog-wrapper>#ezblog-body {
    width: 730px;
  }
}

@media (min-width:992px) {
  #eblog-wrapper>#ezblog-body {
    width: 950px;
  }
}

@media (min-width:1200px) {
  #eblog-wrapper>#ezblog-body {
    width: 1150px;
  }
}

#eblog-wrapper>#ezblog-body>.navbar-header,
#eblog-wrapper>#ezblog-body>.navbar-collapse {
  margin-right: -5px;
  margin-left: -5px;
}

@media (min-width:768px) {
  #eblog-wrapper>#ezblog-body>.navbar-header,
  #eblog-wrapper>#ezblog-body>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

#eblog-wrapper>#ezblog-body>#ezblog-posts {
  margin-top: 20px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width:768px) {
  #eblog-wrapper>#ezblog-body>#ezblog-posts {
    float: left;
    width: 100%;
  }
}

@media (min-width:992px) {
  #eblog-wrapper>#ezblog-body>#ezblog-posts {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width:1200px) {
  #eblog-wrapper>#ezblog-body>#ezblog-posts {
    float: left;
    width: 66.66666667%;
  }
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post {
  border-top: 0 none;
  padding-bottom: 0;
  padding-top: 0;
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-post-in {
  border-bottom: 1px solid #2dc489;
  margin-bottom: 20px;
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-cap>h2 {
  text-align: left;
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-cap>h2>a {
  color: #000;
  font-size: 30px;
  font-size: 3rem;
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-cap>h2>a:hover {
  color: #2dc489;
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-cap>div.blog-meta>div.in {
  background-image: none;
  padding: 0;
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-cap>div.blog-meta span {
  font-weight: normal;
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content>div.blog-text>a {
  border: 0 none;
  padding: 0;
  width: 100%;
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content>div.blog-text p {
  padding: 0 0 10px 0;
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore {
  text-align: right;
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
  font-family: 'AvenirLTStd65Medium';
  cursor: pointer;
  display: inline-block;
  margin: 1em auto;
  text-align: center;
  color: #fff !important;
  background-color: #2dc489;
  border-color: #2dc489;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
  text-transform: uppercase;
  padding: 5px 14px;
  font-size: 13px;
  font-size: 1.3rem;
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:hover {
  text-decoration: none;
}

@media (max-width:767px) {
  .left #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
    margin: 0 0 0 3px;
  }
}

@media (min-width:768px) {
  .left #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
    margin: 0 0 0 4px;
  }
}

@media (min-width:992px) {
  .left #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
    margin: 0 0 0 5px;
  }
}

@media (min-width:1200px) {
  .left #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
    margin: 0 0 0 6px;
  }
}

@media (max-width:767px) {
  .right #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
    margin: 0 3px 0 0;
  }
}

@media (min-width:768px) {
  .right #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
    margin: 0 4px 0 0;
  }
}

@media (min-width:992px) {
  .right #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
    margin: 0 5px 0 0;
  }
}

@media (min-width:1200px) {
  .right #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
    margin: 0 6px 0 0;
  }
}

@media (max-width:767px) {
  #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
    padding: 11px 24px;
  }
}

@media (min-width:768px) {
  #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
    padding: 8px 15px;
  }
}

@media (min-width:992px) {
  #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
    padding: 11px 24px;
  }
}

@media (min-width:1200px) {
  #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
    padding: 11px 20px;
  }
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:hover,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:focus,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:active,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.active,
.open .dropdown-toggle#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
  color: #fff;
  background-color: #25a372;
  border-color: #229266;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear linear;
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:active,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.active,
.open .dropdown-toggle#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a {
  background-image: none;
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.disabled,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a[disabled],
fieldset[disabled] #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.disabled:hover,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a[disabled]:hover,
fieldset[disabled] #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:hover,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.disabled:focus,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a[disabled]:focus,
fieldset[disabled] #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:focus,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.disabled:active,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a[disabled]:active,
fieldset[disabled] #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a:active,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.disabled.active,
#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a[disabled].active,
fieldset[disabled] #eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a.active {
  background-color: #2dc489;
  border-color: #2dc489;
}

#eblog-wrapper>#ezblog-body>#ezblog-posts>div.blog-post .blog-content .easyblog-button-readmore>a .badge {
  color: #2dc489;
  background-color: #fff;
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width:768px) {
  #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
    float: left;
    width: 100%;
  }
}

@media (min-width:992px) {
  #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width:1200px) {
  #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
    float: left;
    width: 33.33333333%;
  }
}

@media (max-width:767px) {
  #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width:768px) {
  #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width:992px) {
  #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width:1200px) {
  #eblog-wrapper>#ezblog-body>.easyblog-right-sidebar {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post {
  margin-top: 15px;
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post>.eb-rp-header {
  font-family: 'AvenirLTStd85Heavy',sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post>.eb-rp-header>span {
  color: #2dc489;
  font-size: 28px;
  font-size: 2.8rem;
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post>.eb-rp-title {
  color: #2dc489;
  margin: 10px 0;
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post>.eb-rp-footer {
  margin-top: 20px;
  border-bottom: 1px solid #2dc489;
  padding-bottom: 5px;
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post>.eb-rp-footer>span:nth-of-type(2) {
  float: right;
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-recent-post>.eb-rp-footer>span>i {
  color: #2dc489;
  font-size: 18px;
  font-size: 1.8rem;
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-categories {
  margin-top: 15px;
  border-bottom: 1px solid #2dc489;
  padding-bottom: 30px;
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-categories>.eb-rp-header {
  font-family: 'AvenirLTStd85Heavy',sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-categories>.eb-rp-header>span {
  color: #2dc489;
  font-size: 28px;
  font-size: 2.8rem;
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-categories>div>a {
  text-decoration: underline;
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-archive {
  margin-top: 15px;
  border-bottom: 1px solid #2dc489;
  padding-bottom: 30px;
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-archive>.eb-rp-header {
  font-family: 'AvenirLTStd85Heavy',sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-archive>.eb-rp-header>span {
  color: #2dc489;
  font-size: 28px;
  font-size: 2.8rem;
}

#eblog-wrapper>#ezblog-body>.easyblog-right-sidebar>.easyblog-archive>div>a {
  text-decoration: underline;
}

#eblog-wrapper>#ezblog-body {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}

@media (min-width:768px) {
  #eblog-wrapper>#ezblog-body {
    width: 730px;
  }
}

@media (min-width:992px) {
  #eblog-wrapper>#ezblog-body {
    width: 950px;
  }
}

@media (min-width:1200px) {
  #eblog-wrapper>#ezblog-body {
    width: 1150px;
  }
}

#eblog-wrapper>#ezblog-body>.navbar-header,
#eblog-wrapper>#ezblog-body>.navbar-collapse {
  margin-right: -5px;
  margin-left: -5px;
}

@media (min-width:768px) {
  #eblog-wrapper>#ezblog-body>.navbar-header,
  #eblog-wrapper>#ezblog-body>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width:768px) {
  #eblog-wrapper>#ezblog-body>#ezblog-article-entry {
    float: left;
    width: 100%;
  }
}

@media (min-width:992px) {
  #eblog-wrapper>#ezblog-body>#ezblog-article-entry {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width:1200px) {
  #eblog-wrapper>#ezblog-body>#ezblog-article-entry {
    float: left;
    width: 66.66666667%;
  }
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry .blog-head>h1 {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry .blog-image-container {
  text-align: left;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry .blog-image-container img {
  margin: 0;
  padding: 0;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry .blog-text {
  margin-top: 10px;
  margin-right: 0;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry .blog-text p {
  padding: 0;
  margin-top: 10px;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry .ezblog-socialmedia-article {
  color: #3fbd87;
  font-size: 54px;
  font-size: 5.4rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #3fbd87;
  margin-bottom: 20px;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry ul {
  margin: 0 20px 20px;
  padding: 0;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-entry ul li {
  padding: 5px 0;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width:768px) {
  #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
    float: left;
    width: 100%;
  }
}

@media (min-width:992px) {
  #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width:1200px) {
  #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
    float: left;
    width: 33.33333333%;
  }
}

@media (max-width:767px) {
  #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width:768px) {
  #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width:992px) {
  #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width:1200px) {
  #eblog-wrapper>#ezblog-body>#ezblog-article-sidebar {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-recent-post {
  border-bottom: 1px solid #2dc489;
  padding-bottom: 30px;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-recent-post>.eb-rp-header {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-recent-post>.eb-rp-header>span {
  color: #2dc489;
  font-size: 28px;
  font-size: 2.8rem;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-recent-post>ul {
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-recent-post>ul>li>a {
  color: #000;
  text-decoration: underline;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-categories {
  margin-top: 15px;
  border-bottom: 1px solid #2dc489;
  padding-bottom: 30px;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-categories>.eb-rp-header {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-categories>.eb-rp-header>span {
  color: #2dc489;
  font-size: 28px;
  font-size: 2.8rem;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-categories>div>a {
  text-decoration: underline;
  color: #000;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-archive {
  margin-top: 15px;
  border-bottom: 1px solid #2dc489;
  padding-bottom: 30px;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-archive>.eb-rp-header {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-archive>.eb-rp-header>span {
  color: #2dc489;
  font-size: 28px;
  font-size: 2.8rem;
}

#eblog-wrapper>#ezblog-body>#ezblog-article-sidebar>.easyblog-archive>div>a {
  text-decoration: underline;
  color: #000;
}

#ezblog-body .blog-meta>div.in {
  background-image: none;
  padding: 0;
}

#ezblog-body .blog-meta span {
  font-weight: normal;
}

#eblog-wrapper>#ezblog-body>.ezblog-category-title h2 {
  text-align: left;
  font-size: 26px;
  font-size: 2.6rem;
  margin-left: 5px;
}

#eblog-wrapper>#ezblog-body #ezblog-label-archive {
  border-bottom: 0 none;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  padding-left: 5px;
}

#eblog-wrapper>#ezblog-body .ezblog-posts-archive>div.blog-post h2 {
  text-align: left;
}

#eblog-wrapper>#ezblog-body .ezblog-posts-archive>div.blog-post h2>a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
}

#eblog-wrapper>#ezblog-body .ezblog-posts-archive>div.blog-post h2>a:hover {
  color: #2dc489;
}

#eblog-wrapper>#ezblog-body .ezblog-posts-archive>div.blog-post .blog-meta>div {
  background-image: none;
  padding: 0;
}

#eblog-wrapper>#ezblog-body .ezblog-posts-archive>div.blog-post .blog-meta>div span {
  font-weight: normal;
}

.think-education-difference-wrapper {
  width: 90%;
  margin: 10px auto;
}

#search_results .sectionWrapper {
  padding: 25px 0;
}

#search_results dl {
  margin-bottom: 0;
}

#search_results dl dt {
  font-weight: 400;
}

#search_results dl dd {
  margin-bottom: 20px;
}

#search_results dl dd:last-child {
  margin-bottom: 0;
}

#search_results dl hr {
  width: 100%;
  border-top: 1px solid #797979;
  margin: 40px auto;
}

#search_results .highlight {
  font-weight: 700;
  color: #2dc489;
}

#search_results .info {
  text-align: center;
  margin-bottom: 20px;
}

#search_results .panel-grey,
#search_results .panel-grey-a,
#search_results .panel-grey-b,
#search_results .panel-grey-c,
#search_results .panel-grey-d,
#search_results .panel-grey-e,
#search_results .panel-grey-f,
#search_results .panel-grey-g,
#search_results .panel-grey-h,
#search_results .panel-grey-h,
#search_results .panel-grey-i,
#search_results .panel-grey-j,
#search_results #filter-static .panel-grey-coll {
  margin-bottom: 20px;
}

#search_results .panel-grey .form-group,
#search_results .panel-grey-a .form-group,
#search_results .panel-grey-b .form-group,
#search_results .panel-grey-c .form-group,
#search_results .panel-grey-d .form-group,
#search_results .panel-grey-e .form-group,
#search_results .panel-grey-f .form-group,
#search_results .panel-grey-g .form-group,
#search_results .panel-grey-h .form-group,
#search_results .panel-grey-h .form-group,
#search_results .panel-grey-i .form-group,
#search_results .panel-grey-j .form-group,
#search_results #filter-static .panel-grey-coll .form-group {
  margin-bottom: 5px;
}

#search_results .panel-grey .form-group .btn-green,
#search_results .panel-grey-a .form-group .btn-green,
#search_results .panel-grey-b .form-group .btn-green,
#search_results .panel-grey-c .form-group .btn-green,
#search_results .panel-grey-d .form-group .btn-green,
#search_results .panel-grey-e .form-group .btn-green,
#search_results .panel-grey-f .form-group .btn-green,
#search_results .panel-grey-g .form-group .btn-green,
#search_results .panel-grey-h .form-group .btn-green,
#search_results .panel-grey-h .form-group .btn-green,
#search_results .panel-grey-i .form-group .btn-green,
#search_results .panel-grey-j .form-group .btn-green,
#search_results #filter-static .panel-grey-coll .form-group .btn-green {
  margin: 0;
  text-align: center;
}

@media (max-width:767px) {
  #search_results .panel-grey .form-group .btn-green,
  #search_results .panel-grey-a .form-group .btn-green,
  #search_results .panel-grey-b .form-group .btn-green,
  #search_results .panel-grey-c .form-group .btn-green,
  #search_results .panel-grey-d .form-group .btn-green,
  #search_results .panel-grey-e .form-group .btn-green,
  #search_results .panel-grey-f .form-group .btn-green,
  #search_results .panel-grey-g .form-group .btn-green,
  #search_results .panel-grey-h .form-group .btn-green,
  #search_results .panel-grey-h .form-group .btn-green,
  #search_results .panel-grey-i .form-group .btn-green,
  #search_results .panel-grey-j .form-group .btn-green,
  #search_results #filter-static .panel-grey-coll .form-group .btn-green {
    padding: 11px 24px;
    margin-top: 7px;
  }
}

@media (min-width:768px) {
  #search_results .panel-grey .form-group .btn-green,
  #search_results .panel-grey-a .form-group .btn-green,
  #search_results .panel-grey-b .form-group .btn-green,
  #search_results .panel-grey-c .form-group .btn-green,
  #search_results .panel-grey-d .form-group .btn-green,
  #search_results .panel-grey-e .form-group .btn-green,
  #search_results .panel-grey-f .form-group .btn-green,
  #search_results .panel-grey-g .form-group .btn-green,
  #search_results .panel-grey-h .form-group .btn-green,
  #search_results .panel-grey-h .form-group .btn-green,
  #search_results .panel-grey-i .form-group .btn-green,
  #search_results .panel-grey-j .form-group .btn-green,
  #search_results #filter-static .panel-grey-coll .form-group .btn-green {
    padding: 7px 8px;
  }
}

@media (min-width:992px) {
  #search_results .panel-grey .form-group .btn-green,
  #search_results .panel-grey-a .form-group .btn-green,
  #search_results .panel-grey-b .form-group .btn-green,
  #search_results .panel-grey-c .form-group .btn-green,
  #search_results .panel-grey-d .form-group .btn-green,
  #search_results .panel-grey-e .form-group .btn-green,
  #search_results .panel-grey-f .form-group .btn-green,
  #search_results .panel-grey-g .form-group .btn-green,
  #search_results .panel-grey-h .form-group .btn-green,
  #search_results .panel-grey-h .form-group .btn-green,
  #search_results .panel-grey-i .form-group .btn-green,
  #search_results .panel-grey-j .form-group .btn-green,
  #search_results #filter-static .panel-grey-coll .form-group .btn-green {
    padding: 11px 24px;
  }
}

@media (min-width:1200px) {
  #search_results .panel-grey .form-group .btn-green,
  #search_results .panel-grey-a .form-group .btn-green,
  #search_results .panel-grey-b .form-group .btn-green,
  #search_results .panel-grey-c .form-group .btn-green,
  #search_results .panel-grey-d .form-group .btn-green,
  #search_results .panel-grey-e .form-group .btn-green,
  #search_results .panel-grey-f .form-group .btn-green,
  #search_results .panel-grey-g .form-group .btn-green,
  #search_results .panel-grey-h .form-group .btn-green,
  #search_results .panel-grey-h .form-group .btn-green,
  #search_results .panel-grey-i .form-group .btn-green,
  #search_results .panel-grey-j .form-group .btn-green,
  #search_results #filter-static .panel-grey-coll .form-group .btn-green {
    padding: 11px 24px;
  }
}

@media (max-width:767px) {
  #search_results .panel-grey .form-group input.form-control,
  #search_results .panel-grey-a .form-group input.form-control,
  #search_results .panel-grey-b .form-group input.form-control,
  #search_results .panel-grey-c .form-group input.form-control,
  #search_results .panel-grey-d .form-group input.form-control,
  #search_results .panel-grey-e .form-group input.form-control,
  #search_results .panel-grey-f .form-group input.form-control,
  #search_results .panel-grey-g .form-group input.form-control,
  #search_results .panel-grey-h .form-group input.form-control,
  #search_results .panel-grey-h .form-group input.form-control,
  #search_results .panel-grey-i .form-group input.form-control,
  #search_results .panel-grey-j .form-group input.form-control,
  #search_results #filter-static .panel-grey-coll .form-group input.form-control {
    height: 42px;
  }
}

@media (min-width:768px) {
  #search_results .panel-grey .form-group input.form-control,
  #search_results .panel-grey-a .form-group input.form-control,
  #search_results .panel-grey-b .form-group input.form-control,
  #search_results .panel-grey-c .form-group input.form-control,
  #search_results .panel-grey-d .form-group input.form-control,
  #search_results .panel-grey-e .form-group input.form-control,
  #search_results .panel-grey-f .form-group input.form-control,
  #search_results .panel-grey-g .form-group input.form-control,
  #search_results .panel-grey-h .form-group input.form-control,
  #search_results .panel-grey-h .form-group input.form-control,
  #search_results .panel-grey-i .form-group input.form-control,
  #search_results .panel-grey-j .form-group input.form-control,
  #search_results #filter-static .panel-grey-coll .form-group input.form-control {
    height: 34px;
  }
}

@media (min-width:992px) {
  #search_results .panel-grey .form-group input.form-control,
  #search_results .panel-grey-a .form-group input.form-control,
  #search_results .panel-grey-b .form-group input.form-control,
  #search_results .panel-grey-c .form-group input.form-control,
  #search_results .panel-grey-d .form-group input.form-control,
  #search_results .panel-grey-e .form-group input.form-control,
  #search_results .panel-grey-f .form-group input.form-control,
  #search_results .panel-grey-g .form-group input.form-control,
  #search_results .panel-grey-h .form-group input.form-control,
  #search_results .panel-grey-h .form-group input.form-control,
  #search_results .panel-grey-i .form-group input.form-control,
  #search_results .panel-grey-j .form-group input.form-control,
  #search_results #filter-static .panel-grey-coll .form-group input.form-control {
    height: 42px;
  }
}

@media (min-width:1200px) {
  #search_results .panel-grey .form-group input.form-control,
  #search_results .panel-grey-a .form-group input.form-control,
  #search_results .panel-grey-b .form-group input.form-control,
  #search_results .panel-grey-c .form-group input.form-control,
  #search_results .panel-grey-d .form-group input.form-control,
  #search_results .panel-grey-e .form-group input.form-control,
  #search_results .panel-grey-f .form-group input.form-control,
  #search_results .panel-grey-g .form-group input.form-control,
  #search_results .panel-grey-h .form-group input.form-control,
  #search_results .panel-grey-h .form-group input.form-control,
  #search_results .panel-grey-i .form-group input.form-control,
  #search_results .panel-grey-j .form-group input.form-control,
  #search_results #filter-static .panel-grey-coll .form-group input.form-control {
    height: 42px;
  }
}

@media (max-width:767px) {
  #search_results .panel-grey .form-group .control-label,
  #search_results .panel-grey-a .form-group .control-label,
  #search_results .panel-grey-b .form-group .control-label,
  #search_results .panel-grey-c .form-group .control-label,
  #search_results .panel-grey-d .form-group .control-label,
  #search_results .panel-grey-e .form-group .control-label,
  #search_results .panel-grey-f .form-group .control-label,
  #search_results .panel-grey-g .form-group .control-label,
  #search_results .panel-grey-h .form-group .control-label,
  #search_results .panel-grey-h .form-group .control-label,
  #search_results .panel-grey-i .form-group .control-label,
  #search_results .panel-grey-j .form-group .control-label,
  #search_results #filter-static .panel-grey-coll .form-group .control-label {
    padding-top: 0;
  }
}

@media (min-width:768px) {
  #search_results .panel-grey .form-group .control-label,
  #search_results .panel-grey-a .form-group .control-label,
  #search_results .panel-grey-b .form-group .control-label,
  #search_results .panel-grey-c .form-group .control-label,
  #search_results .panel-grey-d .form-group .control-label,
  #search_results .panel-grey-e .form-group .control-label,
  #search_results .panel-grey-f .form-group .control-label,
  #search_results .panel-grey-g .form-group .control-label,
  #search_results .panel-grey-h .form-group .control-label,
  #search_results .panel-grey-h .form-group .control-label,
  #search_results .panel-grey-i .form-group .control-label,
  #search_results .panel-grey-j .form-group .control-label,
  #search_results #filter-static .panel-grey-coll .form-group .control-label {
    padding-top: 7px;
  }
}

@media (min-width:992px) {
  #search_results .panel-grey .form-group .control-label,
  #search_results .panel-grey-a .form-group .control-label,
  #search_results .panel-grey-b .form-group .control-label,
  #search_results .panel-grey-c .form-group .control-label,
  #search_results .panel-grey-d .form-group .control-label,
  #search_results .panel-grey-e .form-group .control-label,
  #search_results .panel-grey-f .form-group .control-label,
  #search_results .panel-grey-g .form-group .control-label,
  #search_results .panel-grey-h .form-group .control-label,
  #search_results .panel-grey-h .form-group .control-label,
  #search_results .panel-grey-i .form-group .control-label,
  #search_results .panel-grey-j .form-group .control-label,
  #search_results #filter-static .panel-grey-coll .form-group .control-label {
    padding-top: 11px;
  }
}

@media (min-width:1200px) {
  #search_results .panel-grey .form-group .control-label,
  #search_results .panel-grey-a .form-group .control-label,
  #search_results .panel-grey-b .form-group .control-label,
  #search_results .panel-grey-c .form-group .control-label,
  #search_results .panel-grey-d .form-group .control-label,
  #search_results .panel-grey-e .form-group .control-label,
  #search_results .panel-grey-f .form-group .control-label,
  #search_results .panel-grey-g .form-group .control-label,
  #search_results .panel-grey-h .form-group .control-label,
  #search_results .panel-grey-h .form-group .control-label,
  #search_results .panel-grey-i .form-group .control-label,
  #search_results .panel-grey-j .form-group .control-label,
  #search_results #filter-static .panel-grey-coll .form-group .control-label {
    padding-top: 11px;
  }
}

#search_results .panel-grey .phrases,
#search_results .panel-grey-a .phrases,
#search_results .panel-grey-b .phrases,
#search_results .panel-grey-c .phrases,
#search_results .panel-grey-d .phrases,
#search_results .panel-grey-e .phrases,
#search_results .panel-grey-f .phrases,
#search_results .panel-grey-g .phrases,
#search_results .panel-grey-h .phrases,
#search_results .panel-grey-h .phrases,
#search_results .panel-grey-i .phrases,
#search_results .panel-grey-j .phrases,
#search_results #filter-static .panel-grey-coll .phrases {
  text-align: center;
}

#search_results .panel-grey .phrases .controls .radio,
#search_results .panel-grey-a .phrases .controls .radio,
#search_results .panel-grey-b .phrases .controls .radio,
#search_results .panel-grey-c .phrases .controls .radio,
#search_results .panel-grey-d .phrases .controls .radio,
#search_results .panel-grey-e .phrases .controls .radio,
#search_results .panel-grey-f .phrases .controls .radio,
#search_results .panel-grey-g .phrases .controls .radio,
#search_results .panel-grey-h .phrases .controls .radio,
#search_results .panel-grey-h .phrases .controls .radio,
#search_results .panel-grey-i .phrases .controls .radio,
#search_results .panel-grey-j .phrases .controls .radio,
#search_results #filter-static .panel-grey-coll .phrases .controls .radio {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

#search_results .pagination-think {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 100px;
}

@media (max-width:767px) {
  #search_results .pagination-think {
    margin-bottom: 0;
  }
}

#search_results .pagination-think ul {
  margin: auto;
  padding: 0;
}

#search_results .pagination-think ul li {
  font-weight: bold;
  display: inline-block;
}

#search_results .pagination-think ul li.pagination-start,
#search_results .pagination-think ul li.pagination-end {
  display: none;
}

#search_results .pagination-think ul li.pagination-prev span.pagenav {
  display: none;
}

#search_results .pagination-think ul li.pagination-next span.pagenav {
  display: none;
}

@media (max-width:767px) {
  #search_results .pagination-think ul li {
    margin: 0 2px;
  }
}

@media (min-width:768px) {
  #search_results .pagination-think ul li {
    margin: 0 5px;
  }
}

@media (min-width:992px) {
  #search_results .pagination-think ul li {
    margin: 0 5px;
  }
}

@media (min-width:1200px) {
  #search_results .pagination-think ul li {
    margin: 0 5px;
  }
}

#livechat {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 999999999;
}

#livechat div {
  cursor: pointer;
  text-align: center;
}

.liveChatClose {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 3px;
  cursor: pointer;
}

.liveChatClose:after {
  content: "x";
  color: #1f5127;
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  top: 0;
  left: 0;
}

#livechat img {
  margin-top: 5px;
}

@media screen and (max-width:760px) {
  #livechat {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    background: #2dc489;
    width: 100%;
    height: 50px;
  }
}

#thankyou {
  min-height: 600px;
}

#thankyou p {
  margin-bottom: 75px;
}

#thankyou .logoWrapper {
  display: table;
  margin: 5px 0;
}

@media (max-width:767px) {
  #thankyou .logoWrapper {
    min-height: initial;
    width: 100%;
    padding: 20px 20%;
  }
}

@media (min-width:768px) {
  #thankyou .logoWrapper {
    min-height: 85px;
    padding: 0 80px;
  }
}

@media (min-width:992px) {
  #thankyou .logoWrapper {
    min-height: 110px;
    padding: 30px 30px;
  }
}

@media (min-width:1200px) {
  #thankyou .logoWrapper {
    min-height: 145px;
    padding: 45px　45px;
  }
}

#thankyou .logoWrapper>a {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width:768px) {
  #thankyou .logoWrapper>a {
    text-align: left;
  }
}

@media (min-width:992px) {
  #thankyou .logoWrapper>a {
    text-align: center;
  }
}

#filter-static .logoWrapper {
  display: table;
  margin: 5px 0;
}

@media (max-width:767px) {
  #filter-static .logoWrapper {
    min-height: initial;
    width: 100%;
    padding: 20px 20%;
  }
}

@media (min-width:768px) {
  #filter-static .logoWrapper {
    min-height: 85px;
    padding: 0 80px;
  }
}

@media (min-width:992px) {
  #filter-static .logoWrapper {
    min-height: 110px;
    padding: 30px 30px;
  }
}

@media (min-width:1200px) {
  #filter-static .logoWrapper {
    min-height: 145px;
    padding: 45px 45px;
  }
}

#filter-static .logoWrapper>a {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width:768px) {
  #filter-static .logoWrapper>a {
    text-align: left;
  }
}

@media (min-width:992px) {
  #filter-static .logoWrapper>a {
    text-align: center;
  }
}

.page-not-found {
  text-align: center;
  min-height: 750px;
}

.page-not-found h5 {
  font-size: 48px;
  font-size: 4.8rem;
  margin-top: 3.5em;
}

@media (max-width:767px) {
  .page-not-found h5 {
    margin-top: 10px;
  }
}

.page-not-found h6 {
  font-size: 37px;
  font-size: 3.7rem;
}

.page-not-found h1 {
  font-size: 193px;
  font-size: 19.3rem;
  color: #2dc489;
  padding-top: 0;
  -webkit-text-stroke: 0 !important;
  margin-top: -0.2em;
}

@media (max-width:767px) {
  .page-not-found h1 {
    font-size: 49vw;
    margin-left: -5px;
    margin-right: -5px;
  }
}

.page-not-found h2 {
  font-size: 35px;
  font-size: 3.5rem;
  margin-top: .4em;
}

.page-not-found .btn-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

@media (max-width:767px) {
  .page-not-found .btn-row {
    flex-direction: column;
  }
}

.page-not-found .btn-row .think-btn {
  padding: 0;
  margin: 0;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width:767px) {
  .page-not-found .btn-row .think-btn {
    margin-bottom: 10px;
  }
}

@media (min-width:768px) {
  .page-not-found .btn-row .think-btn {
    width: 150px;
  }
}

@media (min-width:992px) {
  .page-not-found .btn-row .think-btn {
    width: 180px;
  }
}

section#block__banner .panel-banner img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media (max-width:767px) {
  section#block__banner .panel-banner .lead {
    padding: 15px 6px 1em 6px;
  }
}

@media (min-width:768px) {
  section#block__banner .panel-banner .lead {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 15px 6px 1em 6px;
  }
}

@media (min-width:992px) {
  section#block__banner .panel-banner .lead {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 6px 0 6px;
  }
}

@media (min-width:1200px) {
  section#block__banner .panel-banner .lead {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 10px 6px .5em 6px;
  }
}

section#block__banner .panel-banner span {
  font-family: 'AvenirLTStd85Heavy';
}

@media (min-width:768px) {
  section#block__banner .panel-banner ul.check>li {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 5px 0;
  }
}

@media (min-width:992px) {
  section#block__banner .panel-banner ul.check>li {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 6px 0 6px;
  }
}

@media (min-width:1200px) {
  section#block__banner .panel-banner ul.check>li {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 0 5px 0;
  }
}

section#block__banner .panel-banner ul.check>li span {
  font-family: 'AvenirLTStd85Heavy';
}

section#block__banner .panel-banner iframe {
  width: 100%;
}

@media (max-width:767px) {
  section#block__choose_cities h2 {
    padding-bottom: 20px;
  }
}

@media (min-width:768px) {
  section#block__choose_cities h2 {
    padding-bottom: 60px;
  }
}

@media (max-width:767px) {
  section#block__choose_cities img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width:768px) {
  section#block__choose_cities img {
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
  }
}

@media (min-width:992px) {
  section#block__choose_cities img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
}

section#block__choose_cities .panel-white {
  border: solid 1px #ececec;
  box-shadow: none;
}

@media (max-width:767px) {
  section#block__choose_cities .bottom_links {
    padding: 10px;
  }
}

@media (min-width:768px) {
  section#block__choose_cities .bottom_links {
    padding: 0;
  }
}

@media (min-width:992px) {
  section#block__choose_cities .bottom_links {
    padding: 15px;
  }
}

section#block__choose_cities .bottom_links .think-btn {
  padding: 15px 20px;
  margin-bottom: 20px;
}

section#block__sponsor .i {
  font-size: 22px;
  font-size: 2.2rem;
  font-style: italic;
  margin-bottom: 30px;
}

@media (max-width:767px) {
  section#block__sponsor .block__sponsor-top {
    margin-bottom: 0;
  }
}

@media (min-width:768px) {
  section#block__sponsor .block__sponsor-top {
    margin-bottom: 60px;
  }
}

@media (max-width:767px) {
  section#block__sponsor .block__sponsor-top img {
    padding: 0 20px 20px;
  }
}

@media (min-width:768px) {
  section#block__sponsor .block__sponsor-top img {
    padding: 0;
  }
}

@media (max-width:767px) {
  section#block__sponsor .block__sponsor-bottom {
    margin-top: 0;
  }
}

@media (min-width:768px) {
  section#block__sponsor .block__sponsor-bottom {
    margin-top: 70px;
  }
}

@media (max-width:767px) {
  section#block__sponsor .block__sponsor-bottom img {
    padding: 0 20px 20px;
  }
}

@media (min-width:768px) {
  section#block__sponsor .block__sponsor-bottom img {
    padding: 0;
  }
}

section#block__sponsor .block__question h2 {
  padding-top: 75px;
}

section#block__event__info {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

body.foc-syd section#block__event__info {
  background-image: url(../images/block__event-wrapper-bg-syd.jpg);
}

body.foc-mel section#block__event__info {
  background-image: url(../images/block__event-wrapper-bg-mel.jpg);
}

body.foc-bris section#block__event__info {
  background-image: url(../images/block__event-wrapper-bg-bris.jpg);
}

@media (max-width:767px) {
  section#block__event__info .block__event-logo {
    padding: 40px 10px 0;
    margin-bottom: 40px;
  }
}

@media (min-width:768px) {
  section#block__event__info .block__event-logo {
    padding: 40px 0;
    margin-bottom: 70px;
  }
}

section#block__event__info .block__event-wrapper {
  background: rgba(254,254,246,0.8);
  padding: 10px 30px;
}

@media (max-width:767px) {
  section#block__event__info .block__event-wrapper {
    min-height: 1630px;
  }
}

@media (min-width:768px) {
  section#block__event__info .block__event-wrapper {
    min-height: 1335px;
  }
}

@media (min-width:992px) {
  section#block__event__info .block__event-wrapper {
    min-height: 950px;
  }
}

@media (max-width:767px) {
  section#block__event__info .block__event-wrapper p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width:768px) {
  section#block__event__info .block__event-wrapper p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

section#block__event__info .block__event-wrapper .lead {
  font-size: 24px;
  font-size: 2.4rem;
}

section#block__event__info .block__event-wrapper .lead-secondary {
  font-family: 'AvenirLTStd85Heavy';
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width:767px) {
  section#block__event__info .block__event-wrapper .block__event-top h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (min-width:768px) {
  section#block__event__info .block__event-wrapper .block__event-top h3 {
    padding: 1em 4px 1em 4px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (min-width:992px) {
  section#block__event__info .block__event-wrapper .block__event-top h3 {
    padding: 1em 4px 1em 4px;
  }
}

body.foc-syd section#block__event__info .block__event-wrapper .block__event-top h3 span {
  color: #ec098a;
}

body.foc-mel section#block__event__info .block__event-wrapper .block__event-top h3 span {
  color: #8e22ae;
}

body.foc-bris section#block__event__info .block__event-wrapper .block__event-top h3 span {
  color: #c74d26;
}

@media (max-width:767px) {
  section#block__event__info .mel {
    min-height: 1300px;
  }
}

@media (min-width:768px) {
  section#block__event__info .mel {
    min-height: 950px;
  }
}

@media (max-width:767px) {
  section#block__event__info .bris {
    min-height: 1330px;
  }
}

@media (min-width:768px) {
  section#block__event__info .bris {
    min-height: 1130px;
  }
}

@media (min-width:992px) {
  section#block__event__info .bris {
    min-height: 950px;
  }
}

section#block__event__info .block__event-bottom {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width:767px) {
  section#block__event__info .block__event-bottom>div:first-child {
    margin-bottom: 35px;
  }
}

@media (min-width:768px) {
  section#block__event__info .block__event-bottom>div:first-child {
    margin-bottom: 35px;
  }
}

@media (min-width:992px) {
  section#block__event__info .block__event-bottom>div:first-child {
    margin-bottom: 105px;
  }
}

@media (min-width:1200px) {
  section#block__event__info .block__event-bottom>div:first-child {
    margin-bottom: 30px;
  }
}

@media (max-width:767px) {
  section#block__event__info .block__event-bottom>div:last-child {
    margin-top: 20px;
  }
}

@media (min-width:768px) {
  section#block__event__info .block__event-bottom>div:last-child {
    margin-top: 150px;
  }
}

@media (min-width:992px) {
  section#block__event__info .block__event-bottom>div:last-child {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media (min-width:1200px) {
  section#block__event__info .block__event-bottom>div:last-child {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

@media (min-width:768px) {
  body.foc-mel section#block__event__info .block__event-bottom>div:last-child {
    margin-top: 30px;
  }
}

@media (min-width:768px) {
  body.foc-bris section#block__event__info .block__event-bottom>div:last-child {
    margin-top: 30px;
  }
}

section#block__event__info .block__event-bottom span {
  font-family: 'AvenirLTStd85Heavy';
}

section#block__event__info .block__event-bottom .think-btn {
  margin: 0;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 13px 20px;
  border: 0;
}

section#block__event__info .block__event-bottom .think-btn span {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'AvenirLTStd35Light';
  font-style: italic;
  text-transform: lowercase;
}

section#block__event__info .block__event-bottom .block__event-map {
  margin-top: 10px;
}

section#block__event__info .block__event-bottom .block__event-map #map_canvas {
  height: 140px;
}

section#block__event__info_tabs .responsive-tabs__heading {
  display: none;
}

section#block__event__info_tabs .responsive-tabs__list__item {
  display: inline;
  cursor: pointer;
}

@media (max-width:767px) {
  section#block__event__info_tabs .responsive-tabs__list {
    display: none;
  }

  section#block__event__info_tabs .responsive-tabs__heading {
    display: block;
    cursor: pointer;
  }

  section#block__event__info_tabs .responsive-tabs__panel--closed-accordion-only {
    display: none;
  }
}

@media (min-width:768px) {
  section#block__event__info_tabs .responsive-tabs__panel--closed-accordion-only {
    display: block !important;
  }
}

section#block__event__info_tabs .responsive-tabs-wrapper {
  clear: both;
  zoom: 1;
  margin-top: 30px;
}

section#block__event__info_tabs .responsive-tabs-wrapper:before,
section#block__event__info_tabs .responsive-tabs-wrapper:after {
  content: "";
  display: table;
}

section#block__event__info_tabs .responsive-tabs-wrapper:after {
  clear: both;
}

section#block__event__info_tabs .responsive-tabs__heading:focus,
section#block__event__info_tabs .responsive-tabs__list__item:focus {
  outline: 1px solid #ccc;
}

section#block__event__info_tabs .responsive-tabs__heading--active:focus,
section#block__event__info_tabs .responsive-tabs__list__item--active:focus {
  outline: none !important;
}

section#block__event__info_tabs .responsive-tabs__list {
  margin: 0;
  padding: 0;
  font-family: 'GustanBlack',sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: 1px solid #ddd;
}

section#block__event__info_tabs .responsive-tabs__list__item {
  margin-right: 6px;
  background-color: #dbdcd5;
  color: #000;
  margin-bottom: 0;
  padding: 10px 12px;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: none;
  text-align: center;
  vertical-align: middle;
}

@media (min-width:768px) {
  section#block__event__info_tabs .responsive-tabs__list__item {
    width: 236px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width:992px) {
  section#block__event__info_tabs .responsive-tabs__list__item {
    width: 309px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (min-width:1200px) {
  section#block__event__info_tabs .responsive-tabs__list__item {
    width: 376px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}

section#block__event__info_tabs .responsive-tabs__list__item:hover {
  border-bottom: none;
}

section#block__event__info_tabs .responsive-tabs__list__item:last-child {
  margin-right: 0;
}

section#block__event__info_tabs .responsive-tabs__list__item:hover {
  background-color: #dbdcd5;
  color: #000;
}

section#block__event__info_tabs .responsive-tabs__list__item--active,
section#block__event__info_tabs .responsive-tabs__list__item--active:hover {
  color: #fff;
  background: #231f20;
}

section#block__event__info_tabs .responsive-tabs__panel {
  margin-bottom: 30px;
}

@media (max-width:767px) {
  section#block__event__info_tabs .responsive-tabs__heading {
    color: #ffffff;
    padding: 20px 10px;
    background: #000;
    transition: all .3s linear;
    position: relative;
    margin-bottom: 5px;
    font-size: 17px;
    font-size: 1.7rem;
  }

  section#block__event__info_tabs .responsive-tabs__heading:after {
    font-family: "icons";
    content: "\f10a";
    color: #fff;
    position: absolute;
    right: 15px;
    font-size: 12px;
    font-size: 1.2rem;
    transition: all .3s linear;
    bottom: 23px;
  }

  section#block__event__info_tabs .responsive-tabs__heading--active {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    background: #c9c9c3;
    transition: all .3s linear;
  }

  section#block__event__info_tabs .responsive-tabs__heading--active:after {
    font-family: "icons";
    content: "\f109";
    color: #fff;
    position: absolute;
    right: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (max-width:767px) {
  .block__event__info-dates {
    padding: 0 0;
    margin-top: 30px;
  }
}

@media (min-width:768px) {
  .block__event__info-dates {
    padding: 40px 0;
  }
}

.block__event__info-dates .center {
  font-family: 'AvenirLTStd85Heavy';
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  clear: both;
}

.block__event__info-dates ul {
  list-style-type: none;
}

.block__event__info-dates li {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}

.block__event__info-dates ul.block__event__info-dates-lft {
  text-align: right;
}

.block__event__info-dates ul.block__event__info-dates-lft li {
  padding: 0 5px 0 0;
}

.block__event__info-dates dl {
  padding: 0;
  width: 100%;
}

@media (max-width:767px) {
  .block__event__info-dates dl {
    margin-bottom: 10px;
  }
}

@media (min-width:768px) {
  .block__event__info-dates dl {
    margin-bottom: 0;
  }
}

.block__event__info-dates dt {
  text-align: right;
}

@media (max-width:767px) {
  .block__event__info-dates dt {
    width: 100%;
    clear: both;
    text-align: center;
    float: none;
    margin-bottom: .5em;
  }
}

@media (min-width:768px) {
  .block__event__info-dates dt {
    width: 100%;
    clear: both;
    text-align: right;
    margin-bottom: .5em;
  }
}

@media (min-width:992px) {
  .block__event__info-dates dt {
    width: 110px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: right;
    white-space: nowrap;
    margin-bottom: 1em;
    float: left;
  }
}

@media (min-width:1200px) {
  .block__event__info-dates dt {
    width: 140px;
    font-size: 14px;
    font-size: 1.4rem;
    white-space: nowrap;
    margin-bottom: 1em;
  }
}

@media (max-width:767px) {
  .block__event__info-dates dd {
    width: 100%;
    margin: 0 0 2em 0;
    text-align: center;
  }
}

@media (min-width:768px) {
  .block__event__info-dates dd {
    width: 100%;
    margin: 0 0 1.5em 0;
    text-align: left;
  }
}

@media (min-width:992px) {
  .block__event__info-dates dd {
    width: 195px;
    margin: 0 0 1em 132px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
  }
}

@media (min-width:1200px) {
  .block__event__info-dates dd {
    width: 210px;
    margin: 0 0 1em 150px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.block__event__wrapper {
  clear: both;
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-register {
  padding: 25px 0 0 5px;
  font-family: 'AvenirLTStd85Heavy';
}

@media (max-width:767px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-register {
    display: block;
  }
}

@media (min-width:768px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-register {
    display: none;
  }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner {
  background: #fff;
  border: solid 1px #e7e7e2;
  padding: 7px;
  margin-top: 20px;
  position: relative;
}

@media (min-width:992px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner {
    height: 245px;
  }
}

@media (min-width:1200px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner {
    height: 290px;
  }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .center_bottom {
  padding: 15px 0 5px;
  font-family: 'AvenirLTStd85Heavy';
  text-align: center;
}

@media (min-width:768px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .center_bottom {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width:992px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .center_bottom {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width:1200px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .center_bottom {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .center_bottom a {
  color: #000;
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay {
  background: #fff;
  padding: 10px 20px 0;
  cursor: default;
}

@media (max-width:767px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay {
    display: none;
  }
}

@media (min-width:768px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay {
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
  }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .center {
  font-family: 'AvenirLTStd85Heavy';
  margin-bottom: 0;
}

@media (max-width:767px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .center {
    padding: 10px 0 5px;
  }
}

@media (min-width:768px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .center {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 0 5px;
  }
}

@media (min-width:992px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .center {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 0 5px;
  }
}

@media (min-width:1200px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .center {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 0 10px;
  }
}

@media (max-width:767px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay p {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1em 3px 0;
  }
}

@media (min-width:768px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay p {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 4px 0;
  }
}

@media (min-width:992px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay p {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 4px 15px;
  }
}

@media (min-width:1200px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay a.register {
  font-family: 'AvenirLTStd85Heavy';
}

@media (min-width:768px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay a.register {
    position: absolute;
    right: 10px;
    bottom: 11px;
  }
}

@media (min-width:992px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay a.register {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .block__event__info-blocks-inner-tittle {
  font-family: 'AvenirLTStd85Heavy';
  padding-left: 5px;
}

@media (min-width:768px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .block__event__info-blocks-inner-tittle {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (min-width:992px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .block__event__info-blocks-inner-tittle {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (min-width:1200px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner .overlay .block__event__info-blocks-inner-tittle {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner:hover .overlay {
  opacity: .9;
}

.block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner:hover .center_bottom {
  color: #fff;
}

@media (min-width:768px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner:hover .center_bottom {
    opacity: 1;
  }
}

@media (min-width:992px) {
  .block__event__wrapper .block__event__info-blocks .block__event__info-blocks-inner:hover .center_bottom {
    opacity: 0;
  }
}

@media (max-width:767px) {
  .block__sponsor-bottom img {
    padding: 20px 0;
  }
}

.sponsors-left-first {
  padding-top: 30px;
}

.sponsors-left {
  padding-top: 30px;
  margin-left: 40px;
}

.sponsors-right {
  margin-left: 80px;
}

section#block__event__cta .think-btn {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 13px 20px;
  width: 100%;
}

section#block__event__cta .think-btn span {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'AvenirLTStd35Light';
  font-style: italic;
  text-transform: lowercase;
}

.down {
  padding: 12px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

#map_canvas_foc_ultm,
#map_canvas_foc_pyrmnt,
#map_canvas_foc_nrthsyd,
#map_canvas_foc_ltlcllns,
#map_canvas_foc_ftzry,
#map_canvas_foc_brsbn,
#map_canvas_foc_brsbnWLC {
  width: 100%;
  height: 228px;
}

#replayVideoFOC {
  color: white;
  background-color: grey;
  cursor: pointer;
  position: absolute;
  z-index: 998;
  padding: 10px 20px;
  top: 100px;
  right: 30px;
  border: 1px solid #ddd;
  font-family: 'AvenirLTStd85Heavy';
}

#FOCvideoPly {
  display: none;
  cursor: pointer;
}

#skipVideoFOC {
  color: white;
  background-color: grey;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  padding: 10px 20px;
  bottom: 40px;
  right: 20px;
  border: 1px solid #ddd;
  font-family: 'AvenirLTStd85Heavy';
  display: none;
}

#skipVideoFOC.show {
  bottom: 40px;
  display: block;
}

#tAndC {
  margin-top: 5em;
  text-align: left;
}

#tAndC p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #353535;
}

#tAndC p sup {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: .5em;
  top: 0;
}

#tAndC p strong {
  font-family: 'AvenirLTStd85Heavy';
}

#tAndC ul li {
  color: #353535;
  font-size: 12px;
  font-size: 1.2rem;
}

#tablist1-panel1 dl,
#tablist1-panel2 dl,
#tablist1-panel3 dl {
  width: 100%;
  margin-bottom: 3em;
  margin-top: 2em;
}

#tablist1-panel1 dl dt,
#tablist1-panel2 dl dt,
#tablist1-panel3 dl dt {
  width: 50%;
  padding-right: .5em;
  float: left;
}

@media (max-width:767px) {
  #tablist1-panel1 dl dt,
  #tablist1-panel2 dl dt,
  #tablist1-panel3 dl dt {
    width: 100%;
    clear: both;
    float: none;
  }
}

#tablist1-panel1 dl dd,
#tablist1-panel2 dl dd,
#tablist1-panel3 dl dd {
  width: 50%;
  margin-left: 50%;
  padding-left: .5em;
}

@media (max-width:767px) {
  #tablist1-panel1 dl dd,
  #tablist1-panel2 dl dd,
  #tablist1-panel3 dl dd {
    width: 100%;
    clear: both;
    float: none;
    margin-left: 0;
  }
}

.foc-confirmation {
  margin-top: 15px;
  margin-bottom: 15px;
}

.foc-confirmation .col-md-12 {
  background-image: url('../images/form/foc-location-confirmation-icon.jpg');
  background-repeat: no-repeat;
  background-position: 18px;
  background-color: #36b77f;
  padding: 25px 76px;
  color: #fff;
}

.foc-confirmation span {
  font-family: 'AvenirLTStd85Heavy';
}

.panel-featured-events {
  background-color: #ffffff;
  padding: 40px;
  margin-top: 50px;
}

.panel-featured-events .lead-secondary {
  font-family: 'AvenirLTStd85Heavy';
  font-size: 22px;
  text-transform: uppercase;
}

.panel-featured-events .speaker-foc {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: -15px;
  padding-top: 0;
}

.panel-featured-events .foc-event {
  padding: 10px;
  border-top: 1px solid #c1c3c2;
  border-bottom: 1px solid #c1c3c2;
}

.panel-featured-events .foc-event .details {
  margin: 10px 0;
}

.panel-featured-events .foc-event .right {
  text-align: right;
}

.panel-featured-events .foc-event .think-btn {
  margin: 0;
}

.panel-featured-events span {
  font-family: 'AvenirLTStd85Heavy';
}

.panel-featured-events .small-text-italic {
  font-size: 14px;
  font-style: italic;
}

#block_speakers_details .panel-white {
  padding: 12px;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}

@media (max-width:767px) {
  #block_speakers_details .panel-white {
    min-height: 480px;
  }
}

@media (min-width:480px) {
  #block_speakers_details .panel-white {
    min-height: 680px;
  }
}

@media (min-width:768px) {
  #block_speakers_details .panel-white {
    min-height: 440px;
  }
}

@media (min-width:992px) {
  #block_speakers_details .panel-white {
    min-height: 450px;
  }
}

@media (min-width:1200px) {
  #block_speakers_details .panel-white {
    min-height: 450px;
  }
}

#block_speakers_details .panel-white .overlay {
  margin-left: 5px;
  margin-right: 0;
  background: #222;
  padding: 20px 20px 0;
  cursor: default;
}

@media (max-width:767px) {
  #block_speakers_details .panel-white .overlay {
    opacity: 1;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: relative;
    display: none;
  }
}

@media (min-width:768px) {
  #block_speakers_details .panel-white .overlay {
    display: none;
    opacity: 1;
    width: 690px;
    left: 0;
    top: 0;
    height: 100%;
    position: relative;
  }
}

@media (min-width:992px) {
  #block_speakers_details .panel-white .overlay {
    display: block;
    opacity: 0;
    width: 306px;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
  }
}

@media (min-width:1200px) {
  #block_speakers_details .panel-white .overlay {
    opacity: 0;
    width: 374px;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
  }
}

#block_speakers_details .panel-white .overlay .center {
  font-family: 'AvenirLTStd85Heavy';
  margin-bottom: 0;
}

@media (max-width:767px) {
  #block_speakers_details .panel-white .overlay .center {
    padding: 10px 0 5px;
  }
}

@media (min-width:768px) {
  #block_speakers_details .panel-white .overlay .center {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 0 5px;
  }
}

@media (min-width:992px) {
  #block_speakers_details .panel-white .overlay .center {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 0 5px;
  }
}

@media (min-width:1200px) {
  #block_speakers_details .panel-white .overlay .center {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 0 10px;
  }
}

#block_speakers_details .panel-white .overlay p {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width:767px) {
  #block_speakers_details .panel-white .overlay p {
    padding: 1em 3px 0;
  }
}

@media (min-width:768px) {
  #block_speakers_details .panel-white .overlay p {
    padding: 0 4px 0;
  }
}

@media (min-width:992px) {
  #block_speakers_details .panel-white .overlay p {
    padding: 0 4px 15px;
  }
}

#block_speakers_details .panel-white .overlay .think-btn {
  border: none;
  width: 100%;
}

#block_speakers_details .panel-white .overlay .block__event__info-blocks-inner-tittle {
  font-family: 'AvenirLTStd85Heavy';
  padding-left: 5px;
}

@media (min-width:768px) {
  #block_speakers_details .panel-white .overlay .block__event__info-blocks-inner-tittle {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (min-width:992px) {
  #block_speakers_details .panel-white .overlay .block__event__info-blocks-inner-tittle {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (min-width:1200px) {
  #block_speakers_details .panel-white .overlay .block__event__info-blocks-inner-tittle {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#block_speakers_details .panel-white .overlay .overlay-cont {
  height: 100%;
  cursor: default;
}

#block_speakers_details .panel-white .overlay .overlay-cont p:first-child {
  margin-bottom: -36px;
  line-height: 24px;
}

#block_speakers_details .panel-white .overlay .overlay-cont p {
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
}

#block_speakers_details .panel-white .overlay .overlay-cont p .name {
  font-family: 'AvenirLTStd85Heavy';
  font-size: 20px;
}

#block_speakers_details .panel-white .overlay .overlay-cont .btn_area {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
}

@media (min-width:768px) {
  #block_speakers_details .panel-white .overlay .overlay-cont .btn_area {
    bottom: 0;
  }
}

@media (min-width:992px) {
  #block_speakers_details .panel-white .overlay .overlay-cont .btn_area {
    bottom: 0;
  }
}

@media (min-width:1200px) {
  #block_speakers_details .panel-white .overlay .overlay-cont .btn_area {
    bottom: 0;
  }
}

#block_speakers_details .panel-white .overlay .overlay-cont .btn_area .think-btn {
  border: none;
}

@media (min-width:768px) {
  #block_speakers_details .panel-white .overlay .overlay-cont .btn_area .think-btn {
    width: 50%;
  }
}

@media (min-width:992px) {
  #block_speakers_details .panel-white .overlay .overlay-cont .btn_area .think-btn {
    width: 80%;
  }
}

#block_speakers_details .panel-white .speakers_details_area {
  position: relative;
}

#block_speakers_details .panel-white .speakers_details_area .speakers_details {
  font-family: 'AvenirLTStd85Heavy';
  text-align: center;
  margin: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

#block_speakers_details .panel-white .speakers_details_area .btn_area {
  text-align: center;
  position: absolute;
  width: 100%;
}

@media (min-width:768px) {
  #block_speakers_details .panel-white .speakers_details_area .btn_area {
    top: 80px;
  }
}

@media (min-width:992px) {
  #block_speakers_details .panel-white .speakers_details_area .btn_area {
    top: 110px;
  }
}

@media (min-width:1200px) {
  #block_speakers_details .panel-white .speakers_details_area .btn_area {
    top: 80px;
  }
}

#block_speakers_details .panel-white .speakers_details_area .btn_area .think-btn {
  border: 0;
}

@media (min-width:768px) {
  #block_speakers_details .panel-white .speakers_details_area .btn_area .think-btn {
    width: 50%;
  }
}

@media (min-width:992px) {
  #block_speakers_details .panel-white .speakers_details_area .btn_area .think-btn {
    width: 80%;
  }
}

#block_speakers_details .panel-white .speakers_details_area .think-btn {
  border: 0;
}

@media (min-width:768px) {
  #block_speakers_details .panel-white .speakers_details_area .think-btn {
    width: 50%;
  }
}

@media (min-width:992px) {
  #block_speakers_details .panel-white .speakers_details_area .think-btn {
    width: 80%;
  }
}

#block_speakers_details .panel-white img {
  border-radius: 0;
  margin-bottom: 15px;
}

#block_speakers_details .panel-white:hover .overlay {
  opacity: .9;
}

#block_speakers_details .panel-white:hover .center_bottom {
  color: #fff;
}

@media (min-width:768px) {
  #block_speakers_details .panel-white:hover .center_bottom {
    opacity: 1;
  }
}

@media (min-width:992px) {
  #block_speakers_details .panel-white:hover .center_bottom {
    opacity: 0;
  }
}

#block_speakers_details .mg-bottom {
  margin-bottom: 20px;
}

\ #eblog-wrapper {
  margin-bottom: 0;
}

@media (min-width:992px) {
  #ezblog-posts {
    padding-left: 15px;
    padding-top: 22px;
  }
}

@media (min-width:1200px) {
  #ezblog-posts {
    padding-left: 15px;
    padding-top: 22px;
  }
}

#ezblog-posts .blog-post {
  padding: 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 3px 5px rgba(0,0,0,0.15);
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  margin-bottom: 40px;
}

@media (min-width:992px) {
  #ezblog-posts .blog-post {
    width: 330px;
  }
}

@media (min-width:1200px) {
  #ezblog-posts .blog-post {
    width: 410px;
  }
}

#ezblog-posts .blog-post .blog-title {
  font-size: 22px;
  font-size: 2.2rem;
  color: #000;
  text-transform: inherit;
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 10px;
}

#ezblog-posts .blog-post .blog-title a {
  text-transform: inherit;
}

#ezblog-posts .blog-post .blog-header {
  margin: 0 0 0;
}

#ezblog-posts .blog-post .blog-header ul {
  padding: 0 10px;
  margin-bottom: 5px;
}

#ezblog-posts .blog-post .blog-image {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

#ezblog-posts .blog-post .post-image {
  padding: 18px;
  margin-bottom: 10px;
}

#ezblog-posts .blog-post .blog-content {
  padding: 0 28px;
}

#ezblog-posts .blog-post .blog-meta {
  margin: 15px 0 15px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #a3a2a2;
}

#ezblog-posts .blog-post p {
  font-size: 16px;
  font-size: 1.6rem;
}

#ezblog-posts .blog-post .social-bottom {
  margin: 20px 0;
}

#ezblog-posts .blog-post .social-bottom .easyblog-social ul {
  list-style-type: none;
  display: inline;
  padding: 0;
}

#ezblog-posts .blog-post .social-bottom .easyblog-social ul li {
  display: inline;
  width: 50px;
  height: 50px;
  padding: 0;
}

#ezblog-posts .blog-post .social-bottom .easyblog-social ul li:before {
  content: none;
}

#ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon {
  color: #d0d0d0;
  font-size: 40px;
  font-size: 4rem;
}

@media (max-width:767px) {
  #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconFacebookBlog:active {
    color: #3b5998;
  }
}

@media (min-width:768px) {
  #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconFacebookBlog:active {
    color: #3b5998;
  }
}

@media (min-width:992px) {
  #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconFacebookBlog:hover {
    color: #3b5998;
  }
}

@media (min-width:1200px) {
  #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconFacebookBlog:hover {
    color: #3b5998;
  }
}

@media (max-width:767px) {
  #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconLinkedInBlog:active {
    color: #007bb6;
  }
}

@media (min-width:768px) {
  #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconLinkedInBlog:active {
    color: #007bb6;
  }
}

@media (min-width:992px) {
  #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconLinkedInBlog:hover {
    color: #007bb6;
  }
}

@media (min-width:1200px) {
  #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconLinkedInBlog:hover {
    color: #007bb6;
  }
}

@media (max-width:767px) {
  #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconTwitterBlog:active {
    color: #41abe1;
  }
}

@media (min-width:768px) {
  #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconTwitterBlog:active {
    color: #41abe1;
  }
}

@media (min-width:992px) {
  #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconTwitterBlog:hover {
    color: #41abe1;
  }
}

@media (min-width:1200px) {
  #ezblog-posts .blog-post .social-bottom .easyblog-social ul li .icon_iconTwitterBlog:hover {
    color: #41abe1;
  }
}

#ezblog-posts .blog-post .social-bottom .easyblog-button-readmore {
  text-transform: uppercase;
  text-align: right;
}

#ezblog-posts .blog-post .social-bottom .easyblog-button-readmore a.think-btn {
  margin: 0;
}

#ezblog-posts .blog-post+.blog-post {
  border-top: none;
}

#ezblog-posts #paginate {
  display: none;
  text-decoration: none;
}

#ezblog-posts #loadWrap {
  height: 0;
  background: url('../images/ajax-loader2.gif') top center no-repeat;
  background-size: auto 100%;
  margin-bottom: 30px;
  margin-top: 30px;
  -webkit-transition: height .5s ease;
  -moz-transition: height .5s ease;
  -o-transition: height .5s ease;
  -ms-transition: height .5s linear;
  transition: height .5s ease ease;
}

#ezblog-posts #loadWrap.loading {
  height: 32px;
}

#ezblog-body .blog-content img {
  height: auto;
}

#post-wrapper>article:first-child {
  border-top: 1px solid #ddd;
}

.easyblog-right-sidebar {
  position: static;
}

@media (min-width:992px) {
  .easyblog-right-sidebar>div #stickySideBar {
    width: 228px;
    padding-right: 15px;
  }
}

@media (min-width:1200px) {
  .easyblog-right-sidebar>div #stickySideBar {
    width: 278px;
    padding-right: 15px;
  }
}

@media (min-width:992px) {
  .easyblog-right-sidebar .sticky {
    position: fixed;
    top: 66px;
  }

  .easyblog-right-sidebar .stickBot {
    position: absolute;
    bottom: 43px;
  }
}

.easyblog-right-sidebar .easyblog-recent-post .blog-sidebar-hr,
.easyblog-right-sidebar .easyblog-categories .blog-sidebar-hr {
  margin: 0 auto 18px;
  border-top: 4px solid #EEE;
  width: 100%;
}

.easyblog-right-sidebar .easyblog-recent-post .eb-rp-header,
.easyblog-right-sidebar .easyblog-categories .eb-rp-header {
  font-family: inherit;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: 'GustanBlack';
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  padding: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: right;
  font-size: 18px;
  font-size: 1.8rem;
  color: #353535;
  text-transform: uppercase;
  line-height: 3;
}

.easyblog-right-sidebar .easyblog-recent-post .eb-rp-header small,
.easyblog-right-sidebar .easyblog-categories .eb-rp-header small,
.easyblog-right-sidebar .easyblog-recent-post .eb-rp-header .small,
.easyblog-right-sidebar .easyblog-categories .eb-rp-header .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

.easyblog-right-sidebar .easyblog-recent-post .eb-rp-header small,
.easyblog-right-sidebar .easyblog-categories .eb-rp-header small,
.easyblog-right-sidebar .easyblog-recent-post .eb-rp-header .small,
.easyblog-right-sidebar .easyblog-categories .eb-rp-header .small {
  font-size: 65%;
}

@media (max-width:767px) {
  .easyblog-right-sidebar .easyblog-recent-post .eb-rp-header,
  .easyblog-right-sidebar .easyblog-categories .eb-rp-header {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1em 3px;
  }
}

@media (min-width:768px) {
  .easyblog-right-sidebar .easyblog-recent-post .eb-rp-header,
  .easyblog-right-sidebar .easyblog-categories .eb-rp-header {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 2em 4px 1em 4px;
  }
}

@media (min-width:992px) {
  .easyblog-right-sidebar .easyblog-recent-post .eb-rp-header,
  .easyblog-right-sidebar .easyblog-categories .eb-rp-header {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 1em 5px;
  }
}

@media (min-width:1200px) {
  .easyblog-right-sidebar .easyblog-recent-post .eb-rp-header,
  .easyblog-right-sidebar .easyblog-categories .eb-rp-header {
    font-size: 20px;
    font-size: 2rem;
    padding: 1em 6px;
  }
}

@media (max-width:992px) {
  .easyblog-right-sidebar .easyblog-recent-post .eb-rp-header,
  .easyblog-right-sidebar .easyblog-categories .eb-rp-header {
    text-align: left;
  }
}

.easyblog-right-sidebar .easyblog-recent-post .eb-rp-title {
  margin-bottom: 1em;
}

.easyblog-right-sidebar .easyblog-recent-post .eb-rp-title a {
  font-size: 16px;
  font-size: 1.6rem;
}

.easyblog-right-sidebar .easyblog-recent-post .eb-rp-title .blog-hit {
  color: #a3a2a2;
  font-size: 16px;
  font-size: 1.6rem;
}

.easyblog-right-sidebar .easyblog-categories {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
}

@media (max-width:992px) {
  .easyblog-right-sidebar .easyblog-categories {
    text-align: left;
    padding: 20px 0;
  }

  .easyblog-right-sidebar .easyblog-categories .h3 {
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 20px;
  }

  .easyblog-right-sidebar .easyblog-categories .dropdown {
    width: 60%;
    text-align: left;
    position: relative;
    display: inline-block;
  }

  .easyblog-right-sidebar .easyblog-categories .dropdown ul {
    width: 100%;
  }

  .easyblog-right-sidebar .easyblog-categories .dropdown ul li {
    padding: 0;
  }

  .easyblog-right-sidebar .easyblog-categories .dropdown button {
    position: relative;
    width: 100%;
  }

  .easyblog-right-sidebar .easyblog-categories .dropdown button p {
    margin-bottom: 0;
  }

  .easyblog-right-sidebar .easyblog-categories .dropdown button .caret {
    position: absolute;
    top: 19px;
    right: 13px;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
}

@media (max-width:1200px) {
  .easyblog-right-sidebar .easyblog-categories .h3 {
    font-size: 1.2em;
    text-align: right;
    margin-bottom: 15px;
  }

  .easyblog-right-sidebar .easyblog-categories .dropdown {
    width: 100%;
    text-align: left;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
  }

  .easyblog-right-sidebar .easyblog-categories .dropdown ul {
    width: 100%;
  }

  .easyblog-right-sidebar .easyblog-categories .dropdown ul li {
    padding: 0;
  }

  .easyblog-right-sidebar .easyblog-categories .dropdown button {
    position: relative;
    width: 100%;
  }

  .easyblog-right-sidebar .easyblog-categories .dropdown button p {
    margin-bottom: 0;
  }

  .easyblog-right-sidebar .easyblog-categories .dropdown button .caret {
    position: absolute;
    top: 19px;
    right: 13px;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
}

#eblog-wrapper .blog-image-container {
  margin-top: 20px;
}

@media (max-width:991px) {
  #eblog-wrapper #social-left {
    width: 100%;
  }
}

@media (max-width:991px) {
  #eblog-wrapper #social-right {
    width: 100%;
  }
}

#eblog-wrapper #social-right ul {
  list-style-type: none;
  display: inline;
}

#eblog-wrapper #social-right ul li {
  display: inline;
  padding: 0 0 0 0;
}

#eblog-wrapper #social-right ul li:before {
  content: none;
}

#eblog-wrapper #social-right ul li .icon {
  color: #d0d0d0;
  font-size: 50px;
  font-size: 5rem;
}

@media (max-width:767px) {
  #eblog-wrapper #social-right ul li .icon_iconFacebookBlog:active {
    color: #3b5998;
  }
}

@media (min-width:768px) {
  #eblog-wrapper #social-right ul li .icon_iconFacebookBlog:active {
    color: #3b5998;
  }
}

@media (min-width:992px) {
  #eblog-wrapper #social-right ul li .icon_iconFacebookBlog:hover {
    color: #3b5998;
  }
}

@media (min-width:1200px) {
  #eblog-wrapper #social-right ul li .icon_iconFacebookBlog:hover {
    color: #3b5998;
  }
}

@media (max-width:767px) {
  #eblog-wrapper #social-right ul li .icon_iconLinkedInBlog:active {
    color: #007bb6;
  }
}

@media (min-width:768px) {
  #eblog-wrapper #social-right ul li .icon_iconLinkedInBlog:active {
    color: #007bb6;
  }
}

@media (min-width:992px) {
  #eblog-wrapper #social-right ul li .icon_iconLinkedInBlog:hover {
    color: #007bb6;
  }
}

@media (min-width:1200px) {
  #eblog-wrapper #social-right ul li .icon_iconLinkedInBlog:hover {
    color: #007bb6;
  }
}

@media (max-width:767px) {
  #eblog-wrapper #social-right ul li .icon_iconTwitterBlog:active {
    color: #41abe1;
  }
}

@media (min-width:768px) {
  #eblog-wrapper #social-right ul li .icon_iconTwitterBlog:active {
    color: #41abe1;
  }
}

@media (min-width:992px) {
  #eblog-wrapper #social-right ul li .icon_iconTwitterBlog:hover {
    color: #41abe1;
  }
}

@media (min-width:1200px) {
  #eblog-wrapper #social-right ul li .icon_iconTwitterBlog:hover {
    color: #41abe1;
  }
}

@media (max-width:425px) {
  #eblog-wrapper #social-right p {
    top: 0 !important;
  }
}

@media (max-width:991px) {
  #eblog-wrapper #social-right p {
    text-align: left;
    line-height: inherit;
    top: 20px;
  }
}

@media (min-width:992px) {
  #eblog-wrapper #social-right p {
    right: 170px;
  }
}

@media (min-width:1200px) {
  #eblog-wrapper #social-right p {
    right: 170px;
  }
}

#eblog-wrapper #social_facebook,
#eblog-wrapper #social_linkedin,
#eblog-wrapper #social_twitter {
  width: 44px;
  height: 44px;
  display: inline-block;
  margin-left: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}

#eblog-wrapper #social_facebook {
  background-image: url(../images/svg_facebook_blog.svg);
}

#eblog-wrapper #social_linkedin {
  background-image: url(../images/svg_linkedin_blog.svg);
}

#eblog-wrapper #social_twitter {
  background-image: url(../images/svg_twitter_blog.svg);
}

#eblog-wrapper #social_facebook:hover {
  background-image: url(../images/svg_facebook_blog_hover.svg);
}

#eblog-wrapper #social_linkedin:hover {
  background-image: url(../images/svg_linkedin_blog_hover.svg);
}

#eblog-wrapper #social_twitter:hover {
  background-image: url(../images/svg_twitter_blog_hover.svg);
}

@media (max-width:767px) {
  #eblog-wrapper #social-right,
  #eblog-wrapper #social-left {
    float: none;
  }
}

#eblog-wrapper .blogReadTitle {
  text-align: left;
}

@media (min-width:992px) {
  .blog-article {
    padding-left: 15px;
  }
}

@media (min-width:1200px) {
  .blog-article {
    padding-left: 15px;
  }
}

.kaltura_player_wrapper {
  padding: 50px 0;
  height: 420px;
}

.kaltura_player_container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

#section_openday-design--top,
#section_openday-health--top,
#section_openday-business--top,
#section_openday-hospitality--top {
  background: url(../images/Think_ODay_CarouselImage.jpg) no-repeat center center;
  background-size: cover;
}

@media (max-width:767px) {
  #section_openday-design--top,
  #section_openday-health--top,
  #section_openday-business--top,
  #section_openday-hospitality--top {
    display: none;
  }
}

@media (min-width:768px) {
  #section_openday-design--top,
  #section_openday-health--top,
  #section_openday-business--top,
  #section_openday-hospitality--top {
    display: block;
    min-height: 360px;
  }
}

@media (min-width:992px) {
  #section_openday-design--top,
  #section_openday-health--top,
  #section_openday-business--top,
  #section_openday-hospitality--top {
    min-height: 460px;
  }
}

@media (min-width:1200px) {
  #section_openday-design--top,
  #section_openday-health--top,
  #section_openday-business--top,
  #section_openday-hospitality--top {
    min-height: 570px;
  }
}

#section_openday-design--top .section_openday-design--txt h1,
#section_openday-health--top .section_openday-design--txt h1,
#section_openday-business--top .section_openday-design--txt h1,
#section_openday-hospitality--top .section_openday-design--txt h1 {
  color: #fff;
  text-align: left;
  text-shadow: -4px 3px 5px rgba(204,208,210,0.25);
}

@media (min-width:768px) {
  #section_openday-design--top .section_openday-design--txt h1,
  #section_openday-health--top .section_openday-design--txt h1,
  #section_openday-business--top .section_openday-design--txt h1,
  #section_openday-hospitality--top .section_openday-design--txt h1 {
    margin-top: 100px;
    font-size: 40px;
    font-size: 4rem;
  }
}

@media (min-width:992px) {
  #section_openday-design--top .section_openday-design--txt h1,
  #section_openday-health--top .section_openday-design--txt h1,
  #section_openday-business--top .section_openday-design--txt h1,
  #section_openday-hospitality--top .section_openday-design--txt h1 {
    margin-top: 150px;
    font-size: 44px;
    font-size: 4.4rem;
  }
}

@media (min-width:1200px) {
  #section_openday-design--top .section_openday-design--txt h1,
  #section_openday-health--top .section_openday-design--txt h1,
  #section_openday-business--top .section_openday-design--txt h1,
  #section_openday-hospitality--top .section_openday-design--txt h1 {
    margin-top: 190px;
    font-size: 50px;
    font-size: 5rem;
  }
}

#section_openday-health--top {
  background: url(../images/Think_ODay_Health_TopCarouselImage.jpg) no-repeat center center;
  background-size: cover;
}

#section_openday-business--top {
  background: url(../images/Think_ODay_Business_TopCarouselImage.jpg) no-repeat center center;
  background-size: cover;
}

#section_openday-hospitality--top {
  background: url(../images/Think_ODay_Hospitality_TopCarouselImage.jpg) no-repeat center center;
  background-size: cover;
}

.logos {
  width: 250px;
}

.item {
  margin: 10px auto 0;
}

.item p {
  padding: 1em 1.5em;
}

.gray-bg {
  background: #F5F5F5;
}

.divider-lg-w80 {
  width: 90%;
  border-bottom: 1px solid #D4D4D4;
  margin: 0 auto;
}

.bold {
  font-weight: 800;
}

.careersattorrens_jobapi .container {
  padding: 0 50px;
}

.careersattorrens_jobapi #ja-jobs-widget .job {
  margin: 20px 0 50px 0;
  border-top: solid 5px #f3f3f3;
  padding-top: 30px;
}

.careersattorrens_jobapi #ja-jobs-widget .job h2.title {
  text-align: left;
  text-transform: none;
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 8px;
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form {
  width: 100%;
  display: inline-block;
  margin: 75px 0 80px;
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container {
  float: left;
  display: inline-block;
  margin-right: 15px;
}

@media (max-width:767px) {
  .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container {
    width: 100%;
  }
}

@media (min-width:768px) {
  .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container {
    width: 20%;
  }
}

@media (min-width:992px) {
  .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container {
    width: 21%;
  }
}

@media (min-width:1200px) {
  .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container {
    width: 231px;
  }
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container label {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container label[for="ja-def-14313"],
.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container label[for="ja-def-14315"],
.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container #ja-def-14313,
.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container #ja-def-14315 {
  display: none;
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container:nth-last-child(2) {
  margin-right: 0;
}

@media (max-width:767px) {
  .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container:nth-last-child(2) {
    width: 62%;
  }
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-field-container:nth-last-child(2) input {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-submit {
  float: left;
  height: auto;
}

@media (max-width:767px) {
  .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-submit {
    width: 38%;
  }
}

@media (min-width:768px) {
  .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-submit {
    width: 13%;
  }
}

@media (min-width:992px) {
  .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-submit {
    width: 10%;
  }
}

@media (min-width:1200px) {
  .careersattorrens_jobapi #ja-jobs-widget .ja-form .ja-submit {
    width: 80px;
  }
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form textarea,
.careersattorrens_jobapi #ja-jobs-widget .ja-form input,
.careersattorrens_jobapi #ja-jobs-widget .ja-form select {
  height: 60px;
  background-color: #fff;
  border: none;
  color: #a1a1a1;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  margin: 0 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: "";
  text-indent: .01px;
  border: 1px solid #e4e4e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

@media (max-width:767px) {
  .careersattorrens_jobapi #ja-jobs-widget .ja-form textarea,
  .careersattorrens_jobapi #ja-jobs-widget .ja-form input,
  .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
    padding: 13px 20px;
  }
}

@media (min-width:768px) {
  .careersattorrens_jobapi #ja-jobs-widget .ja-form textarea,
  .careersattorrens_jobapi #ja-jobs-widget .ja-form input,
  .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
    padding: 13px 8px;
  }
}

@media (min-width:992px) {
  .careersattorrens_jobapi #ja-jobs-widget .ja-form textarea,
  .careersattorrens_jobapi #ja-jobs-widget .ja-form input,
  .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
    padding: 13px 20px;
  }
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form select {
  background: url("../images/arrows/arrow-top-job-adder.png") no-repeat;
}

@media (max-width:767px) {
  .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
    background-position: 95%;
  }
}

@media (min-width:768px) {
  .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
    background-position: 90% 20px;
  }
}

@media (min-width:992px) {
  .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
    background-position: 90% 20px;
  }
}

@media (min-width:1200px) {
  .careersattorrens_jobapi #ja-jobs-widget .ja-form select {
    background-position: 221px 20px;
  }
}

.careersattorrens_jobapi #ja-jobs-widget .ja-form input[type='button'] {
  width: 100%;
  padding: 15px 10px;
  background-color: #2dc489;
  border-top-right-radius: 5;
  border-bottom-right-radius: 5;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  vertical-align: middle;
  position: relative;
  top: 26px;
  box-shadow: none;
  height: 62px;
  color: #FFF;
}

@media (max-width:767px) {
  .careersattorrens_jobapi #ja-jobs-widget .ja-form input[type='button'] {
    min-width: 100%;
  }
}

.careersattorrens_jobapi .ja-pager-summary {
  display: none;
}

.careersattorrens_jobapi .ja-pager {
  margin-top: 100px;
  text-align: center;
  border-top: solid 1px #2dc489;
}

.careersattorrens_jobapi .ja-pager .page,
.careersattorrens_jobapi .ja-pager .next,
.careersattorrens_jobapi .ja-pager .previous {
  position: relative;
  top: 1px;
  margin-right: 15px;
}

.careersattorrens_jobapi .current-page {
  margin: 0 10px;
  padding: 5px 6px;
  border-top: solid 5px #777777;
}

.careersattorrens_jobapi .page {
  margin: 0 10px;
}

.careersattorrens_jobapi .powered-by-jobadder {
  display: none;
}

.careersattorrens_jobapi h2.title {
  text-align: left;
  text-transform: none;
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 8px;
}

.careersattorrens_jobapi .classifications {
  display: block;
  margin-top: 15px;
  margin-bottom: 22px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: solid 5px #f3f3f3;
}

.careersattorrens_jobapi .bullet-points {
  padding-left: 20px;
}

.careersattorrens_jobapi .description {
  padding: 20px;
}

.careersattorrens_jobapi .description ul {
  padding-top: 20px;
  padding-left: 3px;
}

.careersattorrens_jobapi .description p {
  margin: -20px !important;
}

.ja-job-list-container {
  padding-bottom: 200px;
}

.ja-job-list-container .view-details {
  display: none;
}

.ja-job-list-container .meta p.date-posted:before {
  content: "Date listed:";
  color: #353535;
  font-weight: bold;
}

.ja-job-details .meta p.date-posted:before {
  content: "Date listed:";
  color: #353535;
}

.ja-job-details .apply {
  background: #f3f3f3;
  margin-bottom: 75px;
  text-align: center;
}

@media (max-width:767px) {
  .ja-job-details .apply {
    padding: 23px 0 40px;
  }
}

@media (min-width:768px) {
  .ja-job-details .apply {
    padding: 50px;
  }
}

@media (min-width:992px) {
  .ja-job-details .apply {
    padding: 40px;
  }
}

.ja-job-details .apply .back-link {
  color: #2dc489;
  text-transform: uppercase;
  margin: 0 20px;
  font-family: 'AvenirLTStd95Black';
}

.ja-job-details .apply .back-link:before {
  font-family: "icons";
  content: "\f113";
  position: relative;
  top: 5px;
  font-size: 22px;
  font-size: 2.2rem;
}

.ja-job-details .ja-button {
  width: 212px;
  height: 55px;
  background-color: #2dc489;
  border-radius: 4px;
  -moz-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
  color: #FFF;
  font-family: 'AvenirLTStd95Black';
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 20px;
  text-transform: uppercase;
}

.ja-job-details .ja-button:focus {
  color: #FFF !important;
}

@font-face {
  font-family: 'wallaby';
  src: url('../fonts/wallaby.eot?');
  src: url('../fonts/wallaby.eot?#iefix') format('embedded-opentype'),url('../fonts/wallaby.woff?') format('woff'),url('../fonts/wallaby.ttf?') format('truetype'),url('../fonts/wallaby.svg?#wallaby') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon-apm:before {
  content: '\e800';
}

.icon-catc:before {
  content: '\e801';
}

.icon-torrens:before {
  content: '\e802';
}

.icon-jni:before {
  content: '\e803';
}

.icon-ssnt:before {
  content: '\e804';
}

.icon-ancb:before {
  content: '\e805';
}

.icon-wb:before {
  content: '\e806';
}

.icon-acnt:before {
  content: '\e807';
}

.icon-bb-wallaby:before {
  content: '\e808';
}

.wallaby-icon {
  font-family: "wallaby";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 100%;
  margin-right: .2em;
  text-align: left;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer_wallaby {
  background-color: #202020;
}

.footer_wallaby .wallaby-icon {
  color: #fff;
}

@media (min-width:768px) {
  .footer_wallaby .wallaby-icon {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (min-width:992px) {
  .footer_wallaby .wallaby-icon {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (min-width:1200px) {
  .footer_wallaby .wallaby-icon {
    font-size: 20px;
    font-size: 2rem;
  }
}

.footer_wallaby .top-row {
  padding: 0 0 30px;
}

.footer_wallaby .sub-row {
  border-top: solid 1px #fff;
  padding: 30px 0 40px;
}

@media (min-width:768px) {
  .footer_wallaby .icon-torrens {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

@media (min-width:992px) {
  .footer_wallaby .icon-torrens {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media (min-width:1200px) {
  .footer_wallaby .icon-torrens {
    font-size: 40px;
    font-size: 4rem;
  }
}

.footer_wallaby .icon-torrens:after {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
  right: 16px;
}

@media (max-width:767px) {
  .footer_wallaby .icon-torrens:after {
    content: none;
  }
}

@media (min-width:768px) {
  .footer_wallaby .icon-torrens:after {
    content: "";
  }
}

@media (min-width:992px) {
  .footer_wallaby .icon-torrens:after {
    content: "";
  }
}

@media (min-width:1200px) {
  .footer_wallaby .icon-torrens:after {
    content: "";
  }
}

@media (min-width:768px) {
  .footer_wallaby .icon-catc {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (min-width:992px) {
  .footer_wallaby .icon-catc {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (min-width:1200px) {
  .footer_wallaby .icon-catc {
    font-size: 20px;
    font-size: 2rem;
  }
}

.footer_wallaby .icon-bb-wallaby {
  padding-top: 5px;
}

@media (min-width:768px) {
  .footer_wallaby .icon-bb-wallaby {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media (min-width:992px) {
  .footer_wallaby .icon-bb-wallaby {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (min-width:1200px) {
  .footer_wallaby .icon-bb-wallaby {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media (min-width:768px) {
  .footer_wallaby .icon-apm {
    font-size: 51px;
    font-size: 5.1rem;
  }
}

@media (min-width:992px) {
  .footer_wallaby .icon-apm {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media (min-width:1200px) {
  .footer_wallaby .icon-apm {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media (min-width:768px) {
  .footer_wallaby .icon-wb,
  .footer_wallaby .icon-acnt,
  .footer_wallaby .icon-jni,
  .footer_wallaby .icon-ancb {
    font-size: 40px;
    font-size: 4rem;
    padding-bottom: 30px;
  }
}

@media (min-width:992px) {
  .footer_wallaby .icon-wb,
  .footer_wallaby .icon-acnt,
  .footer_wallaby .icon-jni,
  .footer_wallaby .icon-ancb {
    font-size: 25px;
    font-size: 2.5rem;
    padding-bottom: 0;
  }
}

@media (min-width:1200px) {
  .footer_wallaby .icon-wb,
  .footer_wallaby .icon-acnt,
  .footer_wallaby .icon-jni,
  .footer_wallaby .icon-ancb {
    font-size: 30px;
    font-size: 3rem;
    padding-bottom: 0;
  }
}

@media (min-width:768px) {
  .footer_wallaby .icon-ssnt {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media (min-width:992px) {
  .footer_wallaby .icon-ssnt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (min-width:1200px) {
  .footer_wallaby .icon-ssnt {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

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