body {
    line-height: 1.5em;
}

.off-canvas-content > .row:first-child {
    padding-top: 3rem;
}

iframe.gmaps {
    width: 100%;
    height: 400px;
    margin-bottom: 3rem;
    border: none;
}

.event-img {
    margin-bottom: 1rem;
    border-bottom: 3px solid #FC4349;
}

.dark-bg {
    background-color: #222;
}

section {
    padding: 4em 0;
}

.dark-bg * {
    color: #fff;
}

.back-to-top{
    height: 3rem;
    width: 3rem;
    background: rgba(255,255,255,0.4);
    box-shadow: 0 3px 7px rgba(0,0,0,.3);
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.back-to-top:hover{
    text-decoration: none;
    background: #333;
    color: #fff;
}
.back-to-top::before{
    content: "^";
    text-align:center;
    font-size: 3rem;
    line-height: 4rem;
    display: block;
}

/*typography*/

h1.xlg-text {
    font-size: 3rem;
}

.view-all {
    font-size: 1.2rem;
    line-height: 1rem;
    color: #fff;
    padding: 5px 9px;
    background: #FC4349;
    display: inline-block;
    margin-left: 9px;
    float: right;
    margin-top: 5px;
    text-align: center;
}

.view-all:after {
    content: " >";
}

h2 a,
h4 a,
h6 a {
    color: #25486E;
}

.blue-lined {
    border-bottom: 3px solid #2ba6cb;
    margin-bottom: .5rem;
}

.box-list {
    font-size: .9rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #2ba6cb;
}

.box-list span {
    display: block;
}

.box-list h4 {
    margin-bottom: 0;
}


/*headers*/

.top-bar .hl {
    color: #FC4349;
    font-weight: 700;
}


/*page-header*/

.pg-lg-icon,
.xlg-icon {
    font-size: 4.5rem;
    color: #2ba6cb;
    text-align: center;
    display: block;
    line-height: 1.5em;
}

.pg-header {
    margin-bottom: 2rem;
}

.pg-title {
    margin-bottom: 1rem;
}


/*about*/
.sticky-about{
    padding-right: 1rem;
}
.sticky-about nav{
    margin-top: 2rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2)
}
.sticky-about.is-stuck nav{
    margin-top: 0;
}
.sticky-about nav a{
    padding: .1rem 0;
    text-align: center;
    transition: all linear .5s;
    background: rgba(255,255,255,0.9);
}
.sticky-about nav a.active{
    background: #BE262B;
    color: #fff;
    font-weight: 700;
    transition: all linear .5s;
}
.about-pg .name-list .column:last-child {
    float: left;
}

.about-pg section h1 {
    font-family: 'roboto', sans-serif;
    color: #BE262B;
    font-size: 2rem;
    line-height: 4rem;
}

.about-header {
    height: 50vh;
    position: relative;
}
.header-visual {
    background: url(../img/events-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.header-gradient {
    background: url(../img/header-gradient.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
/*.parallax {
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
perspective-origin-x: 100%;
}
.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
transform-origin-x: 100%;
}
.parallax__layer--base {
  transform: translateZ(1px) scale(2);
}

/*.about-pg .skew{
    position: relative;
}
.about-pg .skew::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    z-index: 2;
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(-2deg);
}
.skew .row *{
    z-index: 3;
}*/
.about-pg .about-header p {
    color: #fff;
    line-height: 1.3rem;
}

.about-header h1 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    font-family: 'benchNine';
}

.about-header-title {
    position: absolute;
    bottom: 0;
}

.team-box {
    margin-bottom: 3em;
    height: 350px;
}
.name-list .team-box{
    height: auto;
}
.team-box img {
    width: 70%;
}
.team-box:last-child:not(:first-child){
    float: left;
}
.team-box * {
    display: block;
    font-size: .8rem;
    line-height: 1.5;
}
.team

.team-box a {
    color: #FC4349;
}

.team-box .name {
    text-transform: uppercase;
    color:#2ba6cb;
    font-size: 1rem;
}

.team-box .position,
.team-details .department {
    font-size: .85rem;
    font-style: italic;
    line-height: 1rem;
}

.name-list h1 {
    margin-bottom: 1em;
}


/*Home*/

.news-item {
    background: #25486E;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    transition: all .4s ease-out;
    display: block;
    margin-bottom: 2rem;
}

.news-item .headline {
    position: absolute;
    top: 20%;
    padding: 0 1rem;
}

.news-item .headline h1 {
    color: #fff;
    font-family: 'roboto', sans-serif;
    font-size: 1.4rem;
}

.news-item img {
    opacity: .5;
    transform: scale(1, 1);
    transition: all .3s ease-in;
}

.news-item:hover img,
.news-item:focus img {
    opacity: .2;
    transform: scale(1.2, 1.2);
    transition: all .3s ease-out;
}

.news- item:hover,
.news-item:focus {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    transition: all .4s ease-in;
}

.link-item {
    display: block;
    padding: .5rem;
    border-bottom: 1px solid #eee;
    background: #fff;
    font-size: 1rem;
    border-left: 0px solid #FC4349;
    transition: all .3s ease-in;
}

.link-item:hover {
    border-left: 5px solid #FC4349;
    box-shadow: 0 3px 10px #ccc;
    transition: all .3 ease-in;
    z-index: 3;
    position: relative;
}

/*lgoin*/

.login-form,
.search-box,
.dlg-box {
    background: #eee;
    padding: 1rem;
    border-top: solid 3px #2ba6cb;
    margin-bottom: 2rem;
}

/*membership*/

.dark-box.light-blue {
    background-color: #2ba6cb;
}

.dark-box.dark-blue {
    background-color: #25486E;
}

.dark-box {
    margin-bottom: 1rem;
    padding: 1.2rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    display: block;
}

.dark-box .button > i {
    margin-left: 9px;
    vertical-align: middle;
}

.dark-box * {
    color: #fff;
}

.blurb-container {
    margin: 1rem 0;
}

.blurb-container i {
    font-size: 2.5rem;
    color: #8a8a8a;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 1rem;
    vertical-align: top;
    text-align: left;
    max-width: 15%
}

.blurb-container > .blurb-text {
    display: inline-block;
    width: 82%;
}


/* memebrship application */

.member-type {
    padding: 1rem;
    box-shadow: 0 3px 10px #eee;
    background: #fefefe;
    border: 1px solid #ddd;
    border-top: 4px solid #2ba6cb;
    transition: all linear .2s;
    margin-bottom: 2rem;
}

.member-type:hover {
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
    background: #2ba6cb;
    color: #fff;
    border: 1px solid #2ba6cb;
    border-top: 4px solid #FC4349;
    transition: all linear .2s;
}

.member-type:hover * {
    color: #fff!important;
}

.member-type h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #2ba6cb;
}

.member-type p.desc {
    font-size: .9rem;
}

.bottom-half div {
    font-size: 1.6rem;
    font-family: 'BenchNine', sans-serif;
    text-transform: uppercase;
    color: #2ba6cb;
    font-weight: 700;
}

.member-type .price {
    font-size: 2rem;
    color: #888;
}

.member-type .price sup {
    color: #ccc;
    font-size: 1.3rem;
    margin-right: .2rem;
}

.member-type .number {
    font-size: 7em;
    line-height: 1em;
    font-weight: 700;
    color: #2ba6cb;
}

.steps-indicate > .step {
    padding: .25rem 1rem;
    color: #fff;
    background: #aaa;
    display: inline-block;
    text-align: center;
    height: 2.2rem;
    vertical-align: middle;
    font-weight: 700;
}

.steps-indicate > .active:after {
    content: " \f11a";
    font-family: "Flaticon";
    font-size: .8rem;
    text-align: right;
    padding-left: 2rem;
}

.steps-indicate > .active {
    background: #FC4349!important;
}

.steps-indicate > .active::before {
    content: "Step ";
}

.steps-indicate {
    margin-bottom: 2em;
}

.required-docs label.button {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
}

.required-docs > div {
    background: #eee;
    margin-bottom: .8rem;
    padding: 1rem;
    padding-bottom: 0;
    border-left: 3px solid #2ba6cb;
}

.required-docs div > span {
    font-size: .9rem;
    line-height: 1.6em;
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
}

.required-docs i {
    margin-right: 1rem;
}

.fee-table p {
    display: block;
    margin: 0;
}

.fee-table p span {
    text-align: right;
    float: right;
}

.fee-amount:before {
    content: "RM ";
}

.total.fee-amount {
    color: #5CA7D6;
}

.terms {
    font-size: .85rem;
}

.terms ul li {
    margin-bottom: .8rem;
}

.terms ul li:last-child {
    margin-bottom: 0;
}


/*Nav*/

.title-bar-logo {
    max-width: 70px;
    padding: 0.5rem 0;
}

.top-bar .menu {
    text-transform: uppercase;
}

.top-bar-right>ul>li>a {
    position: relative;
    overflow: hidden;
    color: #333;
}

.top-bar-right a {
    text-decoration: none;
}

.top-bar-right>ul>li {
    margin: 0 12px;
    display: inline-block;
    position: relative;
}

.top-bar-right>.menu>li::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #FC4349;
    height: 4px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.submenu li a {
    padding: 0;
    margin-left: .5rem;
    color: #666;
    font-size: .8rem;
}

.submenu li a:hover {
    color: #FC4349;
    text-decoration: none;
}


/*blog*/

article .entry-content {
    margin-bottom: 50px;
}

article p {
    margin-bottom: 1.7rem;
}

article img {
    margin-bottom: 20px;
}

article .entry-meta {
    margin-bottom: 1rem;
}

article .date,
.post-tease .date {
    margin-right: 9px;
    border-right: 1px solid #333;
    padding-right: 9px;
}

article .author,
.post-tease .author {
    color: #2ba6cb;
}

article .author span,
.post-tease .author span {
    color: #666;
    margin-left: 5px;
    font-style: italic;
    font-size: .8rem;
}

article h2 {
    font-weight: 700;
}

.entry-meta .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0;
    margin-right: 9px;
    display: inline-block;
}

.sb-widget {
    margin-bottom: 40px;
}

.blue-lined {
    margin-bottom: 1rem;
}

.post-tease {
    margin: 1em 2rem 1.5em 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
    /*box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);*/
}

.post-tease .meta {
    font-size: .9rem;
}

.post-tease h2 {
    font-size: 1.8rem;
    font-weight: 700;
}
.post-tease p {
    line-height: 1.3rem;
    margin-top: .5rem;
}
.post-thumbs{
    vertical-align: top;
}

.post-link a.story-img {
    width: 76px;
    height: 76px;
    background-position: center;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.post-link {
    padding-left: 94px;
    position: relative;
    margin-bottom: 1.5rem;
    min-height: 76px;
    vertical-align: top;
}

.post-link .story-title {
    font-size: 1.4rem;
    font-weight: 700;
}

.post-link .story-meta {
    font-size: .9rem;
    color: #999;
}


/*invoice*/

.invoice-box tr td {
    display: block;
}

.invoice-box .heading {
    display: none;
}

div.invoice-box table .top tr:nth-child(even) {
    background: #fff;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.invoice-box .name {
    font-weight: 700;
    color: #666;
}

.invoice-box .inv-row td:last-child {
    font-size: 1.6rem;
}

.invoice-title {
    font-size: 3rem;
    font-weight: 700;
    color: #aaa;
    width: 100%;
}

.invoice-title td {
    padding: .5em .2em;
}


/*Main Nav*/

.top-bar-right>.menu>li:hover::before,
.top-bar-right>.menu>li.active::before {
    background: #FC4349;
    left: 0;
    right: 0;
}

.top-bar-right>.menu>li:hover,
.top-bar-right>.menu>li.active {
    color: #FC4349;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.off-canvas .menu a {
    padding: .3rem 1rem;
    color: #fff;
    border-left: 0px solid #FC4349;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: .9rem;
}

.off-canvas .title {
    padding: .5rem 1rem;
    border-bottom: 1px solid #5EB3D1;
    color: #5EB3D1;
    margin-top: 1.05rem;
}

.off-canvas .menu a:hover {
    border-left: 6px solid #FC4349;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #FC4349;
}

.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto;
    border-top: 1px solid #ccc;
}


/*events*/

.event-month {
    font-size: 2rem;
    color: #25486E;
    border-bottom: 3px solid #5EB3D1;
    margin-bottom: 1rem;
    line-height: 2rem;
    padding: .5rem 0;
    text-transform: uppercase;
}

.event-month span {
    color: #999;
    font-weight: 300;
    margin-left: 9px;
}

.event-month span::before {
    content: "|";
    margin-right: 9px;
    text-align: center;
}

.event-entry {
    margin-bottom: 1rem;
    position: relative;
    background: #fff;
    display: block;
    box-sizing: border-box;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    z-index: 1;
    vertical-align: middle;
}

.event-entry .title {
    padding: 1rem;
    padding-bottom: 60%;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 2;
    word-wrap: break-word;
    background-size: cover;
    background-image: url(../img/dark-bg.png);
}
.event-entry .title .overlay{
    width: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    opacity: .4;
}
.event-entry .title > .text {
    position: absolute;
    margin-right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.event-entry .info {
    padding: 1rem;
    background: #fff;
    font-size: .9rem;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    height: 100%;
}

.event-entry .date {
    color: #aaa;
    font-weight: 700;
    line-height: 1.5em;
    font-size: 1rem;
}

.event-entry h2,
.event-entry .label {
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.event-add-info {
    font-size: .9rem;
}


/*careers*/

.career-list > h3 a {
    font-weight: 300;
    color: #25486E!important;
}

.career-list > .entry-meta,
.career-desc .entry-meta {
    font-style: italic;
    margin-right: 20px;
}

.career-list .entry-meta i,
.career-desc .entry-meta i {
    margin-right: 5px;
    font-size: 1.2rem;
    vertical-align: middle;
}

.career-list > p {
    margin-top: .5rem;
}

.career-desc > .job-title {
    margin-bottom: 1rem;
}


/*content*/

.lg-icon {
    color: #25486E;
    font-size: 4.5rem;
    line-height: 1;
    margin-bottom: 14px;
}

.search-input .column:first-child {
    padding-left: 0.9375rem;
}

.search-input .column:last-child {
    padding-right: 0.9375rem;
}
.search-results .card-box img{
    background: #fff;
    display: block;
    max-width: 40%;
    margin-bottom: 1rem;
    box-shadow: 0 3px 5px #ccc;
}
.card-box {
    border-top: 3px solid #FC4349;
    padding: .8rem 1rem;
    margin-bottom: 25px;
    background: #fafafa;
    transition: all .2s linear;
}

.card-box.light-blue {
    border-top: 3px solid #2ba6cb;
}

.card-box.dark-blue {
    border-top: 3px solid #25486E;
}

.card-box.no-border {
    border-top: none;
}

.card-box h6 a {
    font-size: 1.4em;
    color: #2C3E50;
    display: block;
}

.resources > a.flaticon-agenda {}

a.search-title:hover {
    color: #BE262B;
}

.card-box .reg-number {
    font-size: 1em;
    color: #777;
    display: block;
}

.details {
    margin-top: 9px;
    padding-top: 9px;
    border-top: 1px solid #D2DADB;
}

.inline-icon .icon-label {
    display: table-cell;
}

.inline-icon i[class^="flaticon-"] {
    color: #5EB3D1;
    font-size: 1.2rem;
    display: table-cell;
}

.inline-icon i[class^="flaticon-"] + .icon-label {
    padding-left: 15px;
}

.details .tags {
    font-size: 1.2em;
    padding: 9px 0;
}

span.marker,
p.marker {
    margin-right: 30px;
    color: #888;
    display: inline-block;
    min-width: 9rem;
}

.marker::after {
    content: ":";
}

span.info,
p.info {
    width: auto;
    display: block;
    color: #111;
}


/*share icons*/

.share-icons a {
    padding: .3rem .8rem;
    color: #fff;
    margin: 1.1rem 0;
    display: inline-block;
    font-size: .7rem;
    vertical-align: bottom;
    text-transform: uppercase;
}

.share-icons a:before {
    margin-right: .3rem;
}

.share-icons .flaticon-facebook {
    background: #3B5998;
}

.share-icons .flaticon-twitter {
    background: #5CA7D6;
}

.share-icons .flaticon-linkedin {
    background: #0077b5;
}

.share-icons .flaticon-facebook:hover {
    background: #284878;
}

.share-icons .flaticon-twitter:hover {
    background: #008ec4;
}

.share-icons .flaticon-linkedin:hover {
    background: #005c8c;
}


/*member profile*/

.profile-desc .stack-for-small .media-object-section img {
    display: block;
    padding: 1rem;
    width: auto;
    max-width: 160px;
}

.contact-info h3 {
    margin-bottom: 0;
}

.contact-info .position {
    color: #999;
    font-size: .9rem;
    line-height: 1;
    margin-bottom: .5rem;
}


/*footer*/

footer {
    padding-top: 2.5rem;
    background: #fbfbfb;
    margin-top: 2.5rem;
    color: #666;
    border-top: 3px solid #FC4349;
}

footer .contact-info address {
    margin-bottom: 1rem;
}

footer .contact-info,
footer .quick-links a {
    font-size: .8rem;
}

footer ul li {
    list-style: none;
}

footer ul {
    margin-left: 0;
}

footer .quick-links h6 {
    padding-bottom: .2em;
    margin-bottom: .3rem;
    border-bottom: 1px solid #25486E;
}

footer > .row > div {
    margin-bottom: 20px;
}

footer .social-media a {
    font-size: 1.4rem;
    color: #fff;
    padding: .5rem;
    display: inline-block;
    background: #FC4349;
    text-align: center;
    border-radius: 3px;
}

footer .copyright {
    font-size: .7rem;
    color: #999;
}

footer .flaticon-facebook:hover {
    background: #3B5998;
}

footer .flaticon-instagram:hover {
    background: #222;
}

footer .flaticon-twitter:hover {
    background: #5CA7D6;
}

footer .flaticon-youtube:hover {
    background: #BE262B;
}

.orbit-bullets {
    bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
    outline: 0;
}

.orbit-bullets li {
    display: inline-block;
    width: 20%;
    background: #000;
    margin: 0 -2px;
    border-top: 3px solid #666;
    transition: border-top ease-out .6s;
    cursor: pointer;
}

.orbit-bullets li img {
    transition: opacity ease-out .6s;
    opacity: .4;
}

.orbit-bullets li:hover img {
    transition: opacity ease-in .2s;
    opacity: .2;
}

.orbit-bullets li.is-active img {
    transition: opacity ease-out .6s;
    opacity: 1;
}

.orbit-bullets li.is-active {
    border-top: 3px solid #FC4349;
    transition: border-top ease-out .6s;
}

.orbit {
    margin-bottom: 2rem;
}


/*date picker*/

.datepicker {
    display: none;
    position: absolute;
    padding: 4px;
    margin-top: 1px;
    direction: ltr;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-size: 13px;
    line-height: 18px;
}

.datepicker.dropdown-menu th {
    padding: 8px 9px;
}

.datepicker.dropdown-menu td {
    padding: 12px;
}

.datepicker.dropdown-menu td.day:hover,
.datepicker td span.month:hover,
.datepicker td span.year:hover {
    background: #eee;
    border-radius: 9px;
    color: #000;
}

.datepicker table {
    border: 0;
    margin: 0;
    width: auto;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
}

.datepicker td {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer;
}

.datepicker td.active.day,
.datepicker td span.active.year {
    background: #2ba6cb;
    border-radius: 9px;
    color: #fff;
}

.datepicker td.old,
.datepicker td.new {
    color: #999;
}

.datepicker td span.active {
    background: #2ba6cb;
    color: #fff;
    border-radius: 9px;
}

.datepicker td.day.disabled {
    color: #eee;
}

.datepicker td span.month.disabled,
.datepicker td span.year.disabled {
    color: #eee;
}

.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    cursor: pointer;
}

.datepicker tr th.date-switch:hover,
.datepicker tr th.next:hover,
.datepicker tr th.prev:hover {
    background-color: #2ba6cb;
    color: #fff;
}

.datepicker th.active.day,
.datepicker th.active.year {
    background: #2ba6cb;
}

.datepicker th.date-switch {
    width: 145px;
}

.datepicker th span.active {
    background: #2ba6cb;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker thead tr:first-child th {
    cursor: pointer;
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.datepicker tfoot tr:first-child th {
    cursor: pointer;
}

.datepicker-inline {
    width: 220px;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px;
}

.datepicker > div,
.datepicker-dropdown::before,
.datepicker-dropdown::after {
    display: none;
}

.datepicker-close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 15px;
    height: 30px;
    padding: 0;
    display: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}


/* Small only */

@media screen and (max-width: 39.9375em) {}


/*MQ Medium and up */

@media screen and (min-width: 40em) {
    .post-tease {
    margin: 1em 2rem 1.5em 0;
    padding-bottom: 2rem;
    /*box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);*/
}
    .post-thumbs{
        display: inline-block;
        width: 30%;
        margin-right: 20px;
        line-height: 1;
    }
    .post-desc{
        width: 64%;
        display: inline-block;
    }
    #site-logo {
        max-width: 220px;
        padding: 0.5rem 0;
    }
    .event-img {
        margin-bottom: 2rem;
    }
    .inline-icon .icon-label {
        font-size: .9rem;
        vertical-align: top;
    }
    footer .quick-links h6 {
        display: inline-block;
    }
    .required-docs div > span {
        display: inline-block;
        width: 68%;
    }
    .required-docs label.button {
        width: 10rem;
        display: inline-block;
        float: right;
    }
    .required-docs > div {
        clear: both;
        overflow: auto;
    }
    .event-entry {
        font-size: 0;
    }
    .event-entry .label {
        margin-right: 6px;
    }
    .card-box .search-title {
        display: inline;
        margin-right: 9px;
    }
    .event-entry .title,
    .event-entry .info {
        width: 50%;
        display: inline-block;
    }
    .event-entry .title {
        padding-bottom: 30%;
    }
    .event-entry .title .text {
        position: absolute;
        top: 50%;
    }
    .orbit-caption {
        position: relative;
        width: 40%;
        top: 0;
        left: 0;
        padding: 2rem;
        display: inline-block;
        float: left;
        font-size: 1rem;
    }
    .orbit-image {
        width: 60%;
        max-width: 65%;
    }
    .invoice-box tr td {
        display: table-cell;
    }
    .invoice-box .gst .name,
    .invoice-box .total .name {
        text-align: right;
    }
    .invoice-box .heading {
        display: table-row;
    }
    .invoice-box .heading th {
        text-align: left;
        background: #fff;
        border-bottom: 1px solid #ededed;
    }
    .invoice-box .inv-row td:last-child {
        font-size: 1rem;
    }
}


/*MQ Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .orbit-caption h3 {
        font-size: 1.6rem;
        font-weight: 300;
    }
    .orbit-caption {
        font-size: .8rem;
        line-height: 1em;
    }
    .post-link {
        max-width: 48%;
        display: inline-block;
        margin: .5em;
    }
    .post-link-group div:nth-child(odd) {
        margin-left: 0;
    }
    .post-link-group div:nth-child(even) {
        margin-right: 0;
    }
    .sidebar.end {
        float: none!important;
    }
}


/*MQ Large and up */

@media screen and (min-width: 64em) {
    .off-canvas {
        display: none!important;
    }
    /*search directory*/
    .memebership-sb .blurb-container > .blurb-text {
        width: 82%;
    }
    .blurb-container i {
        font-size: 3rem;
        color: #8a8a8a;
        display: inline-block;
        padding-top: 1rem;
        padding-right: 1rem;
        vertical-align: top;
        text-align: left;
        max-width: 15%
    }
    .orbit-bullets {
        position: absolute;
        bottom: 0;
        width: 60%;
        right: 0;
    }
    .news-item .headline h1 {
        font-size: 1.1rem;
        letter-spacing: .04rem
    }G
    .about-header {
        height: 60vh;
    }
    .about-header-title {
        width: 500px;
        bottom: 12%;
    }
    .about-header-title h1 {
        font-size: 5rem;
        line-height: 5rem;
    }
    .about-pg .about-header .about-header-title p {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
}


/* MQ Large only */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
