/*!
Theme Name: Andersal
Theme URI: http://www.andersal.com.au
Author: Konnect Digital
Author URI: http://www.konnectdigital.com.au
Description: A custom theme designed for Andersal.
Version: 1.0
*/

.col {
    display: inline-block;
    vertical-align: middle
}

*+html .col {
    display: inline
}

* html .col {
    display: inline
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-big {
    font-size: 1.2em
}

.text-justify {
    text-justify: auto
}

.text-white {
    color: #fff
}

.clear {
    clear: both;
    overflow: auto
}

.valign-top {
    vertical-align: top
}

.margin-right {
    margin-right: 10px
}

.padding-right {
    padding-right: 15px
}

.valign-mid {
    vertical-align: middle
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.black {
    color: #000 !important
}

.gray {
    color: #666 !important
}

.pos-relative {
    position: relative
}

.display-block {
    display: block
}

.no-decor {
    text-decoration: none
}

.no-decor:hover {
    text-decoration: none
}

body {
    -webkit-font-smoothing: antialiased;
    background: #fff;
    font-family: "Open Sans";
    font-size: 13px
}

a {
    color: #013a81
}

a:hover {
    color: #013a81
}

#schema_block {
    display: none
}

header .fixed {
    background-color: #fff;
    box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 2
}

header .container {
    padding: 20px 0
}

header .top-bar {
    background: #ddd;
    margin-bottom: 10px
}

header .top-bar .container {
    padding: 0
}

header .top-bar .slogan {
    color: #999;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    padding: 10px 15px
}

header .top-bar .email {
    border-left: 1px solid #bbb;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px
}

header .top-bar .email img {
    margin: -3px 5px 0 0;
    width: 24px
}

header .top-bar .call {
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    font-size: 17px;
    font-weight: 300;
    padding: 8px 15px
}

header .top-bar .call img {
    margin: -3px 5px 0 0;
    width: 24px
}

header .top-bar .call a {
    font-weight: 700
}

header .branding .logo {
    max-height: 40px
}

header nav {
    margin-top: 10px
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative
}

header nav ul li a {
    border-bottom: 3px solid transparent;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px;
    padding: 7px 30px;
	text-align: center;
}

header nav ul li a:hover {
    text-decoration: none
}

header nav ul li.current-menu-item>a, header nav ul li.current_page_ancestor>a {
    border-bottom: 3px solid #f29f00
}

header nav ul li:hover a {
    border-bottom: 3px solid #f29f00
}

header nav ul li:hover .sub-menu {
    display: block
}

header nav ul li:hover.menu-item-has-children>a {
    position: relative
}

header nav .sub-menu {
    background: #222;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    position: absolute;
    z-index: 2;
    margin-top: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 10px 0;
    text-align: left;
    left: 0;
    margin-left: 3px;
    margin-top: 26px;
    width: 275px
}

header nav .sub-menu li {
    display: block;
    margin: 0
}

header nav .sub-menu li a {
    border-bottom: 0 !important;
    color: #fff;
    display: block !important;
    font-weight: 600;
    margin: 0;
    padding: 10px 22px;
    text-transform: uppercase
}

header nav .sub-menu li:hover a, header nav .sub-menu li.current-menu-item a {
    background: #000;
    color: #f29f00
}

header nav .sub-menu li:last-child a {
    border-bottom: 0 !important
}

header nav .sub-menu:before {
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.8);
    bottom: 0;
    content: ' ';
    height: 1px;
    left: 25px;
    margin-top: -20px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 9
}

header nav .sub-menu:after {
    content: ' ';
    height: 30px;
    left: 0;
    top: 0;
    margin-top: -30px;
    position: absolute;
    width: 100%;
    z-index: 8
}

header .fixed.on {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3
}

header .fixed.on .top-bar {
    margin-bottom: 5px
}

header .fixed.on .top-bar .container {
    padding: 0
}

header .fixed.on .container {
    padding: 15px 0
}

header .fixed.on .logo {
    margin-top: 5px;
    max-height: 37px
}

header .fixed.on nav .sub-menu {
    margin-top: 18px
}

@media (max-width: 1199px) {
    header nav ul li a {
        padding: 5px 25px
    }
}

@media (max-width: 991px) {
    header nav ul li a {
        margin: 0 3px;
        padding: 5px 9px
    }
    header nav .sub-menu {
        margin-top: 30px
    }
}

@media (min-width: 768px) {
    header #menu-main {
        display: block !important
    }
}

@media (max-width: 767px) {
    header .top-bar {
        background: #000;
        color: #fff
    }
    header .top-bar .text-right {
        text-align: center !important
    }
    header .top-bar .call {
        border-left: 0;
        border-right: 0;
        font-size: 24px;
        text-align: center
    }
    header .top-bar .call a {
        color: inherit;
        font-weight: 700
    }
    header .top-bar .call .visible-xs {
        display: inline !important
    }
    header .container {
        padding-bottom: 0
    }
    header .branding {
        padding-bottom: 15px
    }
    header .branding .logo {
        max-height: 35px
    }
    header #menu-toggler {
        cursor: pointer;
        margin-right: 20px;
        margin-top: -7px;
        position: absolute;
        right: 0;
        width: 45px;
        z-index: 2
    }
    header .col-md-9.col-sm-8.text-right {
        padding: 0
    }
    header nav {
        border-top-width: 1px;
        text-align: left
    }
    header nav #menu-main {
        display: none
    }
    header nav ul li {
        border-bottom: 0;
        display: block;
        padding: 0
    }
    header nav ul li a {
        background: #013a81;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
        font-weight: 400;
        margin: 0;
        padding: 10px 20px;
        text-align: center;
    }
    header nav ul li a:after {
        display: none !important
    }
    header nav ul li:hover a {
        background: #002d65;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff
    }
    header nav ul li.current-menu-item a, header nav ul li.current_page_ancestor a {
        background: #002d65;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff
    }
    header nav ul li .sub-menu {
        display: none !important
    }
}

.home header .fixed {
    border-bottom: 0
}

.banner {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 480px
}

.banner.home {
    padding-bottom: 250px;
    height: 675px
}

.banner .container {
    height: 100%
}

.banner table {
    height: 100%;
    width: 100%
}

.banner table .heading {
    margin: 0 0 5px;
    width: 700px
}

.banner table .heading span {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 44px;
    font-weight: 300;
    line-height: 80px;
    padding: 5px 14px;
    text-transform: uppercase
}

.banner table .subheading {
    background: rgba(255, 255, 255, 0.75);
    color: #013a81;
    font-size: 24px;
    padding: 10px;
    width: 350px
}

.banner table .btn {
    background: #f29f00;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 20px
}

.banner table .btn .caret {
    border: 6px solid transparent;
    border-left: 7px solid #fff;
    margin: -3px 0 0 10px
}

.banner table .btn:hover {
    background: #ffb72c;
    color: #fff
}

@media (max-width: 1199px) {
    .banner {
        height: 340px
    }
    .banner.home {
        padding-bottom: 230px;
        height: 550px
    }
    .banner table .heading {
        margin: 0 0 3px;
        width: 575px
    }
    .banner table .heading span {
        font-size: 38px;
        line-height: 68px
    }
    .banner table .subheading {
        font-size: 18px;
        width: 280px
    }
    .banner table .btn {
        font-size: 13px;
        margin-top: 7px
    }
}

@media (max-width: 991px) {
    .banner {
        height: 320px
    }
    .banner.home {
        padding-bottom: 230px;
        height: 520px
    }
    .banner table .heading span {
        font-size: 36px;
        line-height: 66px
    }
    .banner table .btn {
        font-size: 12px;
        padding: 8px 12px
    }
}

.home .container.main {
    padding-left: 15px;
    padding-right: 15px
}

.container.main {
    padding: 65px 0
}

.container.main .breadcrumb {
    background: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    font-weight: 600;
    margin: -55px 15px 50px;
    padding: 10px 0;
    text-transform: uppercase
}

.container.main .content h1 {
    border-bottom: 3px solid #013a81;
    color: #013a81;
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 40px;
    padding: 0 0 15px;
    text-align: center;
    text-transform: uppercase
}

.container.main .content h2 {
    color: #000;
    font-size: 23px;
    font-weight: 600;
    margin: 30px 0 20px
}

.container.main .content h3 {
    font-size: 20px
}

.container.main .content a {
    font-weight: 600
}

.container.main .content p {
    font-size: 14px;
    line-height: 20px
}

.container.main .content .left-column {
    padding-right: 30px
}

.container.main .content .big {
    font-size: 16px
}

.container.main .content img.alignnone {
    margin-top: 30px
}

.container.main .content table.gallery {
    width: 100%
}

.container.main .content table.gallery td {
    vertical-align: top;
    text-align: center;
    width: 33%
}

.container.main .content table.gallery td img {
    width: 190px;
    height: auto !important
}

.container.main .content img {
    max-width: 100%
}

.container.main #scroll-up-trigger {
    cursor: pointer
}

@media (max-width: 991px) {
    .container.main .left-column {
        padding-right: 15px !important
    }
}

@media (max-width: 767px) {
    .container.main .breadcrumb {
        margin: -20px 0 40px 0
    }
    .container.main .left-column, .container.main .right-column {
        padding: 0 !important
    }
    .container.main {
        padding: 30px 20px
    }
}

#submenu {
    margin: 0 0 40px
}

#submenu button {
    -webkit-font-smoothing: antialiased;
    background: #013a81;
    border: 0;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 25px;
    text-align: left;
    width: 100%
}

#submenu button .caret {
    border-width: 6px;
    float: right;
    margin-top: 9px
}

#submenu .dropdown-menu {
    box-shadow: none;
    border: 0;
    width: 100%
}

#submenu ul {
    margin: 0;
    padding: 0
}

#submenu ul li {
    background: #013a81 url("images/submenu-arrow.png") 95% center no-repeat;
    border-bottom: 2px solid #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

#submenu ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 50px 12px 25px;
    white-space: normal
}

#submenu ul li a:hover {
    background: transparent;
    text-decoration: none
}

#submenu ul li .children {
    background: #333;
    border-left: 2px solid #fff;
    display: none;
    left: 100%;
    margin-left: 0;
    position: absolute;
    top: 0;
    width: 250px;
    z-index: 2
}

#submenu ul li .children li {
    background-color: transparent;
    background-image: none
}

#submenu ul li .children li a {
    border-bottom: 0;
    color: #fff;
    padding: 12px 50px 12px 25px
}

#submenu ul li .children li a:hover {
    background-color: transparent;
    text-decoration: underline
}

#submenu ul li .children:before {
    content: ' ';
    height: 100%;
    left: -11px;
    position: absolute;
    width: 11px
}

#submenu ul li:hover {
    background-color: #002d65;
    background-image: none
}

#submenu ul li:hover .children {
    display: block
}

#submenu ul li.current_page_item {
    background: #002d65
}

@media (min-width: 992px) {
    #submenu .dropdown-menu {
        display: block !important;
        position: static !important
    }
}

@media (max-width: 991px) {
    #submenu ul li a {
        background: #002d65
    }
    #submenu ul li .children {
        display: none !important
    }
}

.services {
    background: rgba(1, 58, 129, 0.9);
    height: 250px;
    margin-top: -250px;
    padding: 30px 0
}

.services .heading {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 26px;
    text-transform: uppercase
}

.services .subheading {
    color: #fff;
    font-size: 16px
}

.services .list {
    margin-top: 10px;
    width: 840px;
    text-align: center
}

.services .service {
    margin: 10px 0
}

.services .service .icon {
    margin: 0 0 5px;
    width: 90px
}

.services .service .name {
    color: #fff;
    display: block;
    font-weight: 600;
    margin-top: 8px
}

.services .service a:hover .icon {
    margin: 0;
    width: 95px
}

@media (max-width: 1199px) {
    .services {
        height: 230px;
        margin-top: -230px
    }
    .services .list {
        width: 650px
    }
    .services .service .icon {
        width: 75px
    }
    .services .service a:hover .icon {
        margin: 0;
        width: 80px
    }
}

@media (max-width: 767px) {
    .services {
        background: #002d65;
        height: auto;
        padding: 0;
        margin-top: 0
    }
    .services .container {
        padding: 0
    }
    .services .list {
        margin-top: 0;
        width: 100%
    }
    .services .service {
        background-color: #002d65;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#013a81), to(#002d65));
        background-image: -webkit-linear-gradient(top, #013a81, #002d65);
        background-image: -moz-linear-gradient(top, #013a81, #002d65);
        background-image: -ms-linear-gradient(top, #013a81, #002d65);
        background-image: -o-linear-gradient(top, #013a81, #002d65);
        background-image: linear-gradient(top, #013a81, #002d65);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#013a81', EndColorStr='#002d65');
        margin: 0;
        padding: 0
    }
    .services .service .icon {
        width: 65px
    }
    .services .service .name {
        margin-top: 7px
    }
    .services .service a {
        border-bottom: 1px solid #002d65;
        border-top: 1px solid #013a81;
        display: block;
        padding: 20px 0
    }
    .services .service a:hover {
        background: #002d65;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        border-top: 1px solid rgba(255, 255, 255, 0.2)
    }
    .services .service a:hover .icon {
        margin: 0;
        width: 70px
    }
}

.services-big .service {
    border: 1px solid #013a81;
    border-radius: 3px;
    margin: 40px 0
}

.services-big .service table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%
}

.services-big .service .icon {
    background-color: #002d65;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#013a81), to(#002d65));
    background-image: -webkit-linear-gradient(top, #013a81, #002d65);
    background-image: -moz-linear-gradient(top, #013a81, #002d65);
    background-image: -ms-linear-gradient(top, #013a81, #002d65);
    background-image: -o-linear-gradient(top, #013a81, #002d65);
    background-image: linear-gradient(top, #013a81, #002d65);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#013a81', EndColorStr='#002d65');
    width: 150px
}

.services-big .service .icon a {
    display: block;
    padding: 30px
}

.services-big .service .icon img {
    width: 90px
}

.services-big .service .text {
    padding: 30px
}

.services-big .service .name {
    border-bottom: 2px solid;
    color: #013a81;
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 0 0 10px;
    text-transform: uppercase
}

.services-big .service .description {
    color: #333;
    display: block;
    font-weight: 400
}

.services-big .service:hover {
    border-color: #002d65
}

.services-big .service:hover .icon {
    background: #002d65
}

.services-big .service:first-child {
    margin-top: 0
}

@media (max-width: 767px) {
    .services-big .service .icon {
        width: 100px
    }
    .services-big .service .icon a {
        padding: 20px
    }
    .services-big .service .icon img {
        width: 60px
    }
    .services-big .service .text {
        padding: 25px
    }
    .services-big .service .name {
        border-bottom: 0;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

footer {
    background: #191919;
    color: #fff
}

footer .container {
    padding: 40px 15px;
    text-align: center
}

footer nav {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    margin: 10px 0 40px;
    padding: 15px 0
}

footer nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer nav ul li {
    display: inline-block;
    padding: 5px 30px
}

footer nav ul li a {
    color: #bbb;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase
}

footer nav ul li a:hover {
    color: #fff
}

footer nav ul li.current_page_item a {
    color: #fff
}

footer .branding .logo {
    margin-right: 30px
}

footer .terms {
    color: #fff !important;
    font-size: 11px;
    font-weight: 600;
    text-transform: none
}

footer .address {
    color: #ddd;
    font-size: 15px;
    font-weight: 400
}

footer .contact {
    text-align: left
}

footer .contact .num {
    font-size: 23px;
    font-weight: 700
}

footer .contact .num a, footer .contact .email {
    color: #fff
}

footer .contact .email {
    font-size: 14px
}

footer .contact .divider {
    border-left: 1px solid #fff;
    height: 52px;
    margin: 0 25px;
    width: 1px
}

footer .copyright {
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
    padding: 10px 0;
    text-align: left
}

footer .copyright a {
    color: #fff
}

@media (max-width: 991px) {
    footer nav ul li {
        padding: 5px 20px
    }
    footer .branding {
        display: block;
        margin: 0 0 20px;
        text-align: center
    }
    footer .branding .logo {
        margin-right: 0
    }
    footer .contact {
        text-align: center !important
    }
    footer .contact .address {
        display: block
    }
    footer .copyright {
        text-align: center
    }
}

@media (max-width: 767px) {
    footer .branding {
        display: block;
        margin: 0 0 20px;
        text-align: center
    }
    footer .branding .logo {
        width: 75px
    }
}

#blog #blog-posts.tiles {
    overflow: hidden
}

#blog #blog-posts.tiles .post {
    border: 1px solid #ddd;
    width: 30%;
    margin: 20px 15px;
    vertical-align: top
}

#blog #blog-posts.tiles .post .img {
    display: block;
    margin: 0
}

#blog #blog-posts.tiles .post .img img {
    width: 100%
}

#blog #blog-posts.tiles .post .title {
    color: #777;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 10px 20px 6px
}

#blog #blog-posts.tiles .post .text {
    border-bottom: 1px solid #ddd;
    color: #777;
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 0 20px 10px
}

#blog #blog-posts.tiles .post .details {
    display: block;
    padding: 10px
}

#blog #blog-posts.tiles .post .details .date {
    color: #999
}

#blog #blog-posts.tiles .post .details .cat {
    font-size: 11px
}

@media (max-width: 767px) {
    #blog #blog-posts.tiles .post {
        margin: 15px 0;
        width: 100%
    }
    #blog #blog-posts.tiles .post:first-child {
        margin-top: 0
    }
}

#blog #blog-post {
    padding: 0 60px 0 0
}

#blog #blog-post h1 {
    margin-bottom: 20px;
    text-align: left
}

#blog #blog-post .img {
    margin: 0 0 30px
}

#blog #blog-post .img img {
    max-height: 400px;
    max-width: 100%
}

#blog #blog-post .date {
    color: #999;
    font-size: 13px;
    margin: 0 0 40px
}

#blog #blog-post .text {
    color: #777;
    font-size: 15px;
    margin: 20px 0 0
}

@media (max-width: 1199px) {
    #blog #blog-post h1 {
        margin-top: 20px
    }
    #blog #blog-post {
        padding: 0
    }
}

#blog .share .ssba div {
    text-align: center !important
}

#blog #disqus_thread {
    background: #eee;
    border-radius: 5px;
    margin-top: 60px;
    padding: 30px
}

@media (max-width: 1199px) {
    #blog #disqus_thread {
        margin-top: 30px
    }
}

#blog .blog-box {
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 0 10px #ddd;
    margin-top: 30px;
    padding: 30px
}

#blog .blog-box:first-child {
    margin-top: 0
}

#blog .blog-box h2 {
    font-size: 26px;
    margin: 0 0 30px
}

#blog .blog-box.categories {
    font-size: 14px
}

#blog .blog-box.categories ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#blog .blog-box.categories ul li {
    padding: 3px 0
}

@media (max-width: 1199px) {
    #blog .blog-box:first-child {
        margin-top: 30px
    }
}

@media (max-width: 991px) {
    #blog h1 {
        margin-top: 20px
    }
}

#contact {
    border: 1px solid #013a81;
    margin-top: 40px
}

#contact .heading {
    background: #013a81 url("images/email.png") 95% center no-repeat;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 25px;
    position: relative;
    text-align: left
}

#contact #contact-toggler {
    cursor: pointer
}

#contact .alert {
    border-radius: 0;
    font-weight: 600;
    margin: 0
}

#contact .alert .glyphicon {
    font-size: 17px;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle
}

#contact .alert.alert-danger {
    border-width: 1px 0
}

#contact form {
    padding: 40px
}

#contact form textarea {
    height: 100px;
    resize: none
}

@media (max-width: 991px) {
    #contact .heading {
        background-position: 97% center
    }
    #contact form {
        display: none;
        padding: 30px
    }
}

@media (max-width: 767px) {
    #contact .heading {
        background-position: 95% center
    }
}

#contact-placeholder #contact {
    margin-bottom: 40px;
    margin-top: 0
}

#clients {
    margin-top: 40px
}

#clients .list {
    background: #fff;
    box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
    padding: 0 100px
}

#clients .list .client {
    margin: 10px 20px;
    max-height: 75px
}

#clients .heading {
    color: #013a81;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 30px 0
}

@media (max-width: 767px) {
    #clients .list {
        padding: 20px
    }
    #clients .list .client {
        margin: 10px;
        max-height: 75px;
        max-width: 100px
    }
}

.left-column #clients {
    margin-top: 0
}

.left-column #clients .heading {
    font-size: 22px
}

.left-column #clients .list {
    padding: 20px
}

.left-column #clients .list .client {
    margin: 10px;
    max-height: 75px;
    max-width: 100px
}
/* Accordion Services */
.card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-bottom: 0;
    border-top: 0;
    border-color: #ccc
}
.accordion .card .card-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin-top: -1px;
    padding: 1rem 3rem 1rem 1.5rem;
    position: relative
}

.accordion .card .card-header .fa {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: transform 0.33s ease-in-out;
    -o-transition: transform 0.33s ease-in-out;
    -webkit-transition: transform 0.33s ease-in-out;
    transition: transform 0.33s ease-in-out;
    font-size: 2rem;
    margin-top: -1rem;
    position: absolute;
    right: 1.5rem;
    top: 50%
}

.accordion .card .card-header[aria-expanded="true"] .fa {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion .card .card-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    line-height: 1.75;
    margin: 0 0 1px;
    padding: 1.5rem
}

.accordion .card:first-child .card-header {
    margin-top: 0
}

.accordion .card:last-child .card-body {
    border-bottom: 1px solid #ccc;
    margin: 0
}
div#accordion {
    margin-top: 50px;
}

.content .right-column li { font-size: 14px; }