/* Latest Projects Shortcode */

.latest-projects-shortcode {
    margin-top: 12px;
    margin-bottom: 18px;
}

.latest-projects-shortcode .latest-projects-shortcode-slides {
    white-space: nowrap;
}

.latest-projects-shortcode ul.latest-projects {
    list-style: none;
    margin: 0;
    padding: 0;
}

.latest-projects-shortcode ul.latest-projects > li {
    background: transparent;
    position: relative;
    margin-top: 0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border: 1px solid white;
    margin-left: 10px;
    margin-right: 6px;
    width: 218px;
    overflow: hidden;
}

div.latest-projects-shortcode div.overlay > h2 { white-space: normal; }

ul.latest-projects > li > a > img {
    min-width: 218px;
    min-height: 201px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .latest-projects-shortcode ul.latest-projects > li > a > img {
        min-width: 164px;
        min-height: 151px;
    }
}

.latest-projects div.overlay {
    overflow: hidden;
    border-top: 1px solid white;
    max-width: 218px;
}

.latest-projects div.overlay h2 {
    white-space: normal;
}

li.slide a:hover {
    text-decoration: none;
    outline: 0;
}

li.slide:hover {
    
}

.latest-projects-shortcode ul.latest-projects > li:first-child {
    margin-left: 0;
}

.latest-projects-shortcode ul.latest-projects > li {
    display: inline-block;
}

.latest-projects-shortcode ul.latest-projects > li.slide {
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
}

.latest-projects-shortcode ul.latest-projects > li > div.overlay {
    opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

    .latest-projects-shortcode ul.latest-projects li, .latest-projects-shortcode ul.latest-projects > li img {
        width: 164px;
        margin-right: 1px;
    }

    .latest-projects-shortcode ul.latest-projects > li > div.overlay {
        padding-top: 6px;
        padding-bottom: 5px;
    }
    
    .latest-projects-shortcode ul.latest-projects > li > div.overlay > p {
        display: none;
        visibility: collapse;
    }
    
    .latest-projects-shortcode ul.latest-projects > li > div.overlay > h2 {
        text-indent: -999px;
        padding-top: 0;
        padding-bottom: 0;
        height: 30px;
    }
}

@media screen and (max-width: 767px) {

    #lp-sc-slider {
        overflow: visible;
    }

    #lp-sc-slider ul {
        overflow: visible;
    }

    #lp-sc-slider > .yui3-scrollview {
        overflow: visible;
    }

    .latest-projects-shortcode ul.latest-projects > li {
        margin-right: 0px;
    }

    .latest-projects-shortcode .slide-image-wrapper {
        position: relative;
    }
}

/* Recent Posts */

.recent-posts-shortcode {
    margin-top: 18px;
    margin-bottom: 12px;

}

.recent-posts-shortcode h2 {
    margin-top: 0;
}
.recent-posts-shortcode h5 {
    margin-top: 3px;
}
.recent-posts-shortcode h4 {
    margin-top: 13px;
    margin-bottom: 13px;
    font-size: 13px;
    line-height: 19px;
}

.recent-posts-shortcode .continue-link {
    display: block;
    margin-top: 1em;
}

@media screen and (max-width: 767px) {
    .recent-posts-shortcode h5 {
        margin-top: 15px;
    }
}


/* Buttons */

.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
    color: #ffffff;
}

.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
    background-color: #c43c35;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ee5f5b', endColorstr = '#c43c35', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #c43c35 #c43c35 #882a25;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.success, .alert-message.success {
    background-color: #57a957;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#62c462', endColorstr = '#57a957', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #57a957 #57a957 #3d773d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.info, .alert-message.info {
    background-color: #339bb9;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(top, #5bc0de, #339bb9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5bc0de', endColorstr = '#339bb9', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #339bb9 #339bb9 #22697d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn, a.btn, .wpcf7-submit {
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e6e6e6', GradientType = 0);
    padding: 8px 17px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #313337;
    font-size: 13px;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    margin: 0 8px 1em 0;

    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

body a.btn, body a:visited.btn {
    color: #313337;
}

.btn.dark-gray, .btn.dark-gray:visited {
    color: #ffffff;
    background-color: #313337;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#656971), to(#313337));
    background-image: -moz-linear-gradient(top, #656971, #313337);
    background-image: -ms-linear-gradient(top, #656971, #313337);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #656971), color-stop(100%, #313337));
    background-image: -webkit-linear-gradient(top, #656971, #313337);
    background-image: -o-linear-gradient(top, #656971, #313337);
    background-image: linear-gradient(top, #656971, #313337);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#656971', endColorstr = '#313337', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #313337 #313337 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.dark-gray, .ie7 .btn.dark-gray {
    border-bottom-color: #313337;
}

.btn.orange, .btn.orange:visited {
    color: #ffffff;
    background-color: #b26a15;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#f7941d), to(#b26a15));
    background-image: -moz-linear-gradient(top, #f7941d, #b26a15);
    background-image: -ms-linear-gradient(top, #f7941d, #b26a15);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7941d), color-stop(100%, #b26a15));
    background-image: -webkit-linear-gradient(top, #f7941d, #b26a15);
    background-image: -o-linear-gradient(top, #f7941d, #b26a15);
    background-image: linear-gradient(top, #f7941d, #b26a15);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f7941d', endColorstr = '#b26a15', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #b26a15 #b26a15 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.orange, .ie7 .btn.orange {
    border-bottom-color: #b26a15;
}

.btn.black, .btn.black:visited {
    color: #ffffff;
    background-color: black;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#444444), to(black));
    background-image: -moz-linear-gradient(top, #444444, black);
    background-image: -ms-linear-gradient(top, #444444, black);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, black));
    background-image: -webkit-linear-gradient(top, #444444, black);
    background-image: -o-linear-gradient(top, #444444, black);
    background-image: linear-gradient(top, #444444, black);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#444444', endColorstr = 'black', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: black black #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.black, .ie7 .btn.black {
    border-bottom-color: black;
}

.btn.light-gray, .btn.light-gray:visited {
    color: #ffffff;
    background-color: #656971;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#b4bbca), to(#656971));
    background-image: -moz-linear-gradient(top, #b4bbca, #656971);
    background-image: -ms-linear-gradient(top, #b4bbca, #656971);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4bbca), color-stop(100%, #656971));
    background-image: -webkit-linear-gradient(top, #b4bbca, #656971);
    background-image: -o-linear-gradient(top, #b4bbca, #656971);
    background-image: linear-gradient(top, #b4bbca, #656971);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b4bbca', endColorstr = '#656971', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #656971 #656971 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.light-gray, .ie7 .btn.light-gray {
    border-bottom-color: #656971;
}

.btn.dark-yellow, .btn.dark-yellow:visited {
    color: #ffffff;
    background-color: #999000;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ddd000), to(#999000));
    background-image: -moz-linear-gradient(top, #ddd000, #999000);
    background-image: -ms-linear-gradient(top, #ddd000, #999000);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd000), color-stop(100%, #999000));
    background-image: -webkit-linear-gradient(top, #ddd000, #999000);
    background-image: -o-linear-gradient(top, #ddd000, #999000);
    background-image: linear-gradient(top, #ddd000, #999000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ddd000', endColorstr = '#999000', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #999000 #999000 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.dark-yellow, .ie7 .btn.dark-yellow {
    border-bottom-color: #999000;
}

.btn.peach, .btn.peach:visited {
    color: #ffffff;
    background-color: #eedc94;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#fbecbd), to(#eedc94));
    background-image: -moz-linear-gradient(top, #fbecbd, #eedc94);
    background-image: -ms-linear-gradient(top, #fbecbd, #eedc94);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbecbd), color-stop(100%, #eedc94));
    background-image: -webkit-linear-gradient(top, #fbecbd, #eedc94);
    background-image: -o-linear-gradient(top, #fbecbd, #eedc94);
    background-image: linear-gradient(top, #fbecbd, #eedc94);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fbecbd', endColorstr = '#eedc94', GradientType = 0);
    border-color: #eedc94 #eedc94 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #313337;
}

.ie8 .btn.peach, .ie7 .btn.peach {
    border-bottom-color: #eedc94;
}

.btn.red, .btn.red:visited {
    color: #ffffff;
    background-color: #c1292d;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ff6a6a), to(#c1292d));
    background-image: -moz-linear-gradient(top, #ff6a6a, #c1292d);
    background-image: -ms-linear-gradient(top, #ff6a6a, #c1292d);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6a6a), color-stop(100%, #c1292d));
    background-image: -webkit-linear-gradient(top, #ff6a6a, #c1292d);
    background-image: -o-linear-gradient(top, #ff6a6a, #c1292d);
    background-image: linear-gradient(top, #ff6a6a, #c1292d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff6a6a', endColorstr = '#c1292d', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #c1292d #c1292d #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.red, .ie7 .btn.red {
    border-bottom-color: #c1292d;
}

.btn.green, .btn.green:visited {
    color: #ffffff;
    background-color: #227e22;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#5ac45a), to(#227e22));
    background-image: -moz-linear-gradient(top, #5ac45a, #227e22);
    background-image: -ms-linear-gradient(top, #5ac45a, #227e22);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ac45a), color-stop(100%, #227e22));
    background-image: -webkit-linear-gradient(top, #5ac45a, #227e22);
    background-image: -o-linear-gradient(top, #5ac45a, #227e22);
    background-image: linear-gradient(top, #5ac45a, #227e22);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5ac45a', endColorstr = '#227e22', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #227e22 #227e22 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.green, .ie7 .btn.green {
    border-bottom-color: #227e22;
}

.btn.blue, .btn.blue:visited {
    color: #ffffff;
    background-color: #27559f;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#4fa5ed), to(#27559f));
    background-image: -moz-linear-gradient(top, #4fa5ed, #27559f);
    background-image: -ms-linear-gradient(top, #4fa5ed, #27559f);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4fa5ed), color-stop(100%, #27559f));
    background-image: -webkit-linear-gradient(top, #4fa5ed, #27559f);
    background-image: -o-linear-gradient(top, #4fa5ed, #27559f);
    background-image: linear-gradient(top, #4fa5ed, #27559f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4fa5ed', endColorstr = '#27559f', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #27559f #27559f #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.purple, .btn.purple:visited {
    color: #ffffff;
    background-color: #3c1e4b;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ad54d9), to(#3c1e4b));
    background-image: -moz-linear-gradient(top, #ad54d9, #3c1e4b);
    background-image: -ms-linear-gradient(top, #ad54d9, #3c1e4b);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ad54d9), color-stop(100%, #3c1e4b));
    background-image: -webkit-linear-gradient(top, #ad54d9, #3c1e4b);
    background-image: -o-linear-gradient(top, #ad54d9, #3c1e4b);
    background-image: linear-gradient(top, #ad54d9, #3c1e4b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ad54d9', endColorstr = '#3c1e4b', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #3c1e4b #3c1e4b #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.yellow, .btn.yellow:visited {
    color: #ffffff;
    background-color: #fff200;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#FFF799), to(#fff200));
    background-image: -moz-linear-gradient(top, #FFF799, #fff200);
    background-image: -ms-linear-gradient(top, #FFF799, #fff200);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF799), color-stop(100%, #fff200));
    background-image: -webkit-linear-gradient(top, #FFF799, #fff200);
    background-image: -o-linear-gradient(top, #FFF799, #fff200);
    background-image: linear-gradient(top, #FFF799, #fff200);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FFF799', endColorstr = '#fff200', GradientType = 0);
    border-color: #fff200 #fff200 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #313337;
}

.ie8 .btn.yellow, .ie7 .btn.yellow {
    border-bottom-color: #fff200;
}

.btn.fuschia, .btn.fuschia:visited {
    color: #ffffff;
    background-color: #a62a73;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ff46b4), to(#a62a73));
    background-image: -moz-linear-gradient(top, #ff46b4, #a62a73);
    background-image: -ms-linear-gradient(top, #ff46b4, #a62a73);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff46b4), color-stop(100%, #a62a73));
    background-image: -webkit-linear-gradient(top, #ff46b4, #a62a73);
    background-image: -o-linear-gradient(top, #ff46b4, #a62a73);
    background-image: linear-gradient(top, #ff46b4, #a62a73);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff46b4', endColorstr = '#a62a73', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #a62a73 #a62a73 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.fuschia, .ie7 .btn.fuschia {
    border-bottom-color: #a62a73;
}

.btn.bronze, .btn.bronze:visited {
    color: #ffffff;
    background-color: #603913;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#cd7929), to(#603913));
    background-image: -moz-linear-gradient(top, #cd7929, #603913);
    background-image: -ms-linear-gradient(top, #cd7929, #603913);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cd7929), color-stop(100%, #603913));
    background-image: -webkit-linear-gradient(top, #cd7929, #603913);
    background-image: -o-linear-gradient(top, #cd7929, #603913);
    background-image: linear-gradient(top, #cd7929, #603913);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cd7929', endColorstr = '#603913', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #603913 #603913 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.bronze, .ie7 .btn.bronze {
    border-bottom-color: #603913;
}

.btn.aqua, .btn.aqua:visited {
    color: #ffffff;
    background-color: #317673;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#1cbbb4), to(#317673));
    background-image: -moz-linear-gradient(top, #1cbbb4, #317673);
    background-image: -ms-linear-gradient(top, #1cbbb4, #317673);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1cbbb4), color-stop(100%, #317673));
    background-image: -webkit-linear-gradient(top, #1cbbb4, #317673);
    background-image: -o-linear-gradient(top, #1cbbb4, #317673);
    background-image: linear-gradient(top, #1cbbb4, #317673);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#1cbbb4', endColorstr = '#317673', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #317673 #317673 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.aqua, .ie7 .btn.aqua {
    border-bottom-color: #317673;
}

#button-examples .btn {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.btn:hover, a.btn:hover, .main .prime-page a.btn:hover, .main .post a.btn:hover, .wpcf7-submit:hover {
    background-position: 0 -15px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.btn:focus {
    outline: 1px dotted #666;
}

.btn.primary, .main a.btn.primary {
    color: #ffffff;
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#049cdb', endColorstr = '#0064cd', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled {
    cursor: default;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity = 65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn[disabled] {
    cursor: default;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity = 65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.large, a.btn.large:hover, .main .post a.btn.large:hover, .main .prime-page a.btn.large:hover {
    font-size: 15px;
    line-height: normal; 
    padding: 9px 14px 9px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn.small, a.btn.small, a.btn.small:hover, .main .post a.btn.small, .main .prime-page a.btn.small:hover {
    padding: 7px 9px 7px;
    margin: 0 5px 0 0;
    font-size: 11px;
}

:root .alert-message, :root .btn {
    border-radius: 0 \0;
}

button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Alerts */

.close, .main a.close, .main a.close:hover {
    float: right;
    color: black;
    font-size: 24px;
    font-weight: bold;
    line-height: 17.5px;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity = 20);
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    border: none;
    text-decoration: none;
}

.close:hover, .main a.close:hover {
    color: #000000;
    text-decoration: none;
    filter: alpha(opacity = 40);
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    background: none;
}

.alert-message {
    position: relative;
    padding: 7px 15px;
    margin-bottom: 18px;
    color: #404040;
    background-color: #eedc94;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
    background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
    background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
    background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
    background-image: -o-linear-gradient(top, #fceec1, #eedc94);
    background-image: linear-gradient(top, #fceec1, #eedc94);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fceec1', endColorstr = '#eedc94', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #eedc94 #eedc94 #e4c652;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.alert-message .close {
    *margin-top: 3px; /* IE7 spacing */
}

.alert-message h5 {
    line-height: 18px;
}

.alert-message p:first-child {
    margin-top: 0;
}

.alert-message div {
    margin-top: 5px;
    margin-bottom: 2px;
    line-height: 28px;
}

.alert-message .btn {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    margin-bottom: 0;
    margin-top: 0;
}

.alert-message.block-message {
    background-image: none;
    background-color: #fdf5d9;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    padding: 14px;
    border-color: #fceec1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.alert-message.block-message ul, .alert-message.block-message p {
    margin-right: 30px;
}

.alert-message.block-message ul {
    margin-bottom: 0;
}

.alert-message.block-message li {
    color: #404040;
}

.alert-message.block-message .alert-actions {
    margin-top: 5px;
}

.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info {
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-message.block-message.error {
    background-color: #fddfde;
    border-color: #fbc7c6;
}

.alert-message.block-message.success {
    background-color: #d1eed1;
    border-color: #bfe7bf;
}

.alert-message.block-message.info {
    background-color: #ddf4fb;
    border-color: #c6edf9;
}

.alert-message .alert-actions a.btn {
    color: black !important;
}

/* Tabs */

.tabs, .pills {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    zoom: 1;
}

.tabs:before,
.pills:before,
.tabs:after,
.pills:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
}

.tabs:after, .pills:after {
    clear: both;
}

.tabs > li:first-child {
    background: none;
    padding-left: 0;
}

.tabs > li, .pills > li {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    background: url('../img/filter-divider.png') left center no-repeat;
}

.tabs > li.active, .tabs > li.right-of-active {
    background: none;
}

.tabs > li > a, .pills > li > a {
    display: block;
}

.tabs {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.tabs > li {
    position: relative;
    top: 1px;
}

.main .tabs > li > a, .tabs > li > a {
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid transparent;

    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;

    font-size: 12px;
    font-weight: bold;
    color: #f48400;
}

.main .tabs > li > a:hover, .tabs > li > a:hover {
    text-decoration: none;
}

.main .tabs > li.active > a, .tabs > li.active > a {
    color: #313337;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.tabs .menu-dropdown, .tabs .dropdown-menu {
    top: 35px;
    border-width: 1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.tabs a.menu:after, .tabs .dropdown-toggle:after {
    border-top-color: #999;
    margin-top: 15px;
    margin-left: 5px;
}

.tabs li.open.menu .menu, .tabs .open.dropdown .dropdown-toggle {
    border-color: #999;
}

.tabs li.open a.menu:after, .tabs .dropdown.open .dropdown-toggle:after {
    border-top-color: #555;
}

.tab-content {
    background: white;
    margin-bottom: 1em;
    clear: both;
}

.tab-content > div {
    padding: 2px 13px 2px 13px;
    border-top: none;
    margin-top: 0;
}

.pills a {
    margin: 5px 3px 5px 0;
    padding: 0 15px;
    text-shadow: 0 1px 1px #ffffff;
    line-height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.pills a:hover {
    background: #00438a;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.pills .active a {
    background: #0069d6;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.tab-content > div, .pill-content > div {
    visibility: hidden;
    display: block;
    opacity: 0;
    height: 0;
    width: auto;
    padding: 0;
    overflow: hidden;
    padding-left: 13px;
    padding-right: 13px;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -ms-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: none;
    height: auto;
    overflow: hidden;
}

.tab-content > div.active, .pill-content > div.active {
    visibility: visible;
    height: auto;
    opacity: 1;
    padding: 2px 13px 2px 13px;
    margin-top: 0;
}

/* Social Media Buttons */

ul.like-buttons {
    overflow: visible;
    float: left;
    list-style: none;
    margin: 5px 0 20px 0;
    padding: 0;
    width: 100%;
}

ul.like-buttons li {
    display: inline-block;
    float: left;
    height: 19px;
    max-width:90px;
    padding-bottom: 10px;
}

ul.like-buttons li.google-like {
    max-width: 74px;
}

ul.like-buttons li.facebook-like {
    max-width: 1000px;
}

footer ul.like-buttons li {
    display: block;
    float: left;
}
.ie8 .post ul.like-buttons li.facebook-like {
    margin-right: -2px;
}

/* Modal */

.modal-backdrop {
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    height: 100%;
    --webkit-user-select: none;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop, .modal-backdrop.fade.in {
    filter: alpha(opacity = 60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11000;
    width: 560px;
    margin: -250px 0 0 -250px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999; /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.modal .close {
    margin-top: 7px;
}

.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -ms-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}

.modal.fade.in {
    top: 39%;
}

.modal-header {
    border-bottom: 1px solid #eee;
    padding: 5px 15px;
}

.modal-body {
    padding: 15px;
}

.modal-footer {
    background-color: #f5f5f5;
    padding: 14px 15px 15px;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    zoom: 1;
    margin-bottom: 0;
}

.modal-footer:before, .modal-footer:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn {
    float: right;
    margin-left: 5px;
}

@media screen and (max-width: 767px) {

    .modal .close {
        padding: 20px;
        margin-right: -10px;
        margin-top: 0px;
    }

    #contact-modal {
        position: absolute;
    }

    #mobile-menu-modal {
        position: absolute;
    }

    .modal-background {
        bottom: auto;
    }
}

/* Contact Modal */

#contact-modal {
    width: 368px;
    margin: -189px 0 0 -189px;
    border-radius: 0;
    border: 5px solid #313337;
    background: #ffffff url('../img/contact-bg.png') repeat left top;
}

.ie8 #contact-modal {
    border: 5px solid #313337;
}

#contact-modal > .modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ie8 #contact-modal > .modal-header {
    border-bottom: 1px solid #dddddd;
}

#contact-modal > .modal-header > h2 {
    font-size: 20px;
    margin-top: 14px;
    margin-bottom: 9px;
    padding-left: 4px;
}

#contact-modal > .modal-header > a.close {
    text-decoration: none;
}

#contact-modal > .modal-body {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
}

.ie8 #contact-modal > .modal-body {
    border-top: 1px solid #fbfbfb;
}

#contact-modal > .modal-body p {
    padding-bottom: 0px;
}

form.wpcf7-form ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

form.wpcf7-form ul li:first-child {
    padding-top: 0;
}

form.wpcf7-form ul br {
    display: none;
    visibility: collapse;
}

form.wpcf7-form  ul input {
    float: none;
    margin-bottom: 6px;
}

form.wpcf7-form  ul textarea {
    height: 200px;
    width: 97.5%;
    margin-bottom: 17px;
}

form.wpcf7-form  ul label {
    font-weight: bold;
    text-align: left;
    float: none;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
}

form.wpcf7-form  ul input[type="submit"] {
    font-weight: bold;
    display: inline-block;
}

form.wpcf7-form ul p {
    display: inline-block;
    margin-left: 4px;
}


@media screen and (max-width: 767px) {

    #contact-modal {
        position: absolute;
    }

    #contact-modal, #mobile-menu-modal {
        width: 280px;
        margin: 0 -140px 0 -140px;
        border-radius: 4px;
        border: 5px solid rgba(0, 0, 0, 0.9);
        top: 25px;
        left: 50%;
    }

    #contact-modal > .modal-body form.contact-form ul input[type="text"],
    #contact-modal > .modal-body form.contact-form ul input[type="email"] {
        width: 230px;
    }

    #contact-modal > .modal-body form.contact-form ul textarea {
        height: 49px;
        width: 230px;
        margin-bottom: 17px;
    }

    #contact-modal > .modal-body > form.contact-form > ul > li:last-child > p {
        display: none;
        visibility: collapse;
    }

    #contact-modal > .modal-body > form.contact-form > ul > li > input[type="submit"] {
        width: 240px;
    }
}

/* Blockquote */

blockquote {
    margin-left: 20px;
    margin-right: 50px;
    padding-left: 30px;
    font-style: italic;
    font-size: 16px;
    line-height: 1.5em;
    font-family: 'Droid Serif', Cambria, Georgia, serif;
    border-left: 2px solid #7f858f;
    color: #7f858f;
}

blockquote.pullquote.left {
    float: left;
    width: 220px;
}

blockquote.pullquote.right {
    float: right;
    width: 220px;
    margin-left: 40px;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    blockquote.pullquote.left, blockquote.pullquote.right {
        float: none;
        width: auto;
        margin-left: 20px;
        margin-right: 50px;
        padding-left: 30px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    blockquote.pullquote.left, blockquote.pullquote.right {
        float: none;
        width: auto;
        margin-left: 20px;
        margin-right: 50px;
        padding-left: 30px;
    }

}

span.dropcap {
    display: block;
    float: left;
    font-size: 40px;
    line-height: 34px;
    margin: 2px 8px 0 0;
}

div.divider.shortcode-divider, .main.has-sidebar div.divider.shortcode-divider {
    position: relative;
    /*margin-left: 0;*/
    margin-bottom: 0.8em;
    margin-top: 1.1em;
    margin-bottom: 1em;
    /*width: 100%;*/
}

div.divider.shortcode-divider.with-top-link, .main.has-sidebar div.divider.shortcode-divider.with-top-link {
    margin-bottom: 0;
}

div.divider-top-link-wrapper {
    margin: 0 auto;
    margin-bottom: 0.3em;
    /*margin-top: -17px;*/
}

.main.has-sidebar div.divider-top-link-wrapper {
    width: 656px;
}


.main div.divider-top-link-wrapper {
    width: 940px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .main.has-sidebar div.divider-top-link-wrapper {
        width: 416px;
    }


    .main div.divider-top-link-wrapper {
        width: 700px;
    }
}

@media screen and (max-width: 767px) {
    .main.has-sidebar div.divider-top-link-wrapper {
        width: 98%;
    }

    .main div.divider-top-link-wrapper {
        width: 95%;
    }
}

a.divider-top-link {
    font-size: 0.8em;
    line-height: 0.8em;
    /*position: absolute;*/
    /*right: 0;*/
    float: right;
}

div.divider.shortcode-divider.autosize, .main.has-sidebar div.divider.shortcode-divider.autosize, html.full-width-layout div.divider.shortcode-divider.autosize, html.full-width-layout .main.has-sidebar div.divider.shortcode-divider.autosize{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.prime-gallery {
    /*margin-top: 20px;*/
    display: inline-block;
    width: 100%;
}

.prime-gallery a {
    cursor: pointer;
}

.prime-gallery a:hover img.gallery-image {
    opacity: 0.8;
}

.gallery-image {

    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s; /* Firefox 4 */
    -webkit-transition: opacity 0.5s; /* Safari and Chrome */
    -o-transition: opacity 0.5s; /* Opera */


    float: left;
    border: 1px solid white;
    padding: 4px;
    margin-right: 18px;
    margin-bottom: 18px;
    box-shadow: 0px 0 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.25);
    background: #f8f8f8;


}

.framed-image {
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s; /* Firefox 4 */
    -webkit-transition: opacity 0.5s; /* Safari and Chrome */
    -o-transition: opacity 0.5s; /* Opera */

    border: 1px solid white;
    padding: 4px;
    box-shadow: 0px 0 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.25);
    background: #f8f8f8;
    width: 99%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .framed-image {
        width: 98%;
    }
}

.prime-gallery img.desktop-row {
    margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .prime-gallery img.tablet-row, .prime-gallery img.desktop-row.tablet-row {
        margin-right: 0;
    }
    .prime-gallery img.desktop-row {
        margin-right: 18px;
    }
}

@media screen and (max-width: 767px) {
    .prime-gallery img.mobile-row, .prime-gallery img.desktop-row.mobile-row {
        margin-right: 0;
    }
    .prime-gallery img.desktop-row {
        margin-right: 18px;
    }
}

/* Twitter Accordion */
.collapse {
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -ms-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
    position: relative;
    overflow: hidden;
    height: 0;
}
.collapse.in {
    height: auto;
}
.accordion {
    margin-top: 2px;
    margin-bottom: 18px;
}
.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.accordion-heading {
    border-bottom: 0;
    position: relative;
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}
.accordion-inner {
    padding: 2px 15px;
    border-top: 1px solid #e5e5e5;
}
a.accordion-toggle {
    font-weight: bold;
}
html.touch a.accordion-toggle:hover {
    text-decoration: none;
}
i.toggle-icon {
    display: inline-block;
    padding-right: 5px;
}


/* Tabs */

ul.tabs > li.nav-tab.right-of-active {
    background: none;
}

/* Icon Lists */
div.styled-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.styled-list.arrow ul li {
    background: transparent url(../img/arrow.png) left center no-repeat;
    padding-left: 25px;
}

div.styled-list.chat ul li {
    background: transparent url(../img/chat.png) left center no-repeat;
    padding-left: 25px;
}

div.styled-list.check ul li {
    background: transparent url(../img/check.png) left center no-repeat;
    padding-left: 25px;
}

div.styled-list.circle-arrow ul li {
    background: transparent url(../img/circle-arrow.png) left center no-repeat;
    padding-left: 25px;
}

div.styled-list.circle-plus ul li {
    background: transparent url(../img/circle-plus.png) left center no-repeat;
    padding-left: 25px;
}

div.styled-list.circle ul li {
    background: transparent url(../img/circle.png) left 2px no-repeat;
    padding-left: 25px;
}

div.styled-list.cloud ul li {
    background: transparent url(../img/cloud.png) left 2px no-repeat;
    padding-left: 25px;
}

div.styled-list.exclamation ul li {
    background: transparent url(../img/exclamation.png) left center no-repeat;
    padding-left: 25px;
}

div.styled-list.flag ul li {
    background: transparent url(../img/flag.png) left center no-repeat;
    padding-left: 25px;
}

div.styled-list.heart ul li {
    background: transparent url(../img/heart.png) left center no-repeat;
    padding-left: 25px;
}

div.styled-list.marker ul li {
    background: transparent url(../img/marker.png) left center no-repeat;
    padding-left: 25px;
}

div.styled-list.link ul li {
    background: transparent url(../img/link.png) left center no-repeat;
    padding-left: 25px;
}

div.styled-list.play ul li {
    background: transparent url(../img/play.png) left 2px no-repeat;
    padding-left: 25px;
}

div.styled-list.plus ul li {
    background: transparent url(../img/plus.png) left center no-repeat;
    padding-left: 25px;
}

div.styled-list.star ul li {
    background: transparent url(../img/star.png) left center no-repeat;
    padding-left: 25px;
}

div.styled-list.thumbs-up ul li {
    background: transparent url(../img/thumbs-up.png) left center no-repeat;
    padding-left: 25px;
}

div.styled-list.user ul li {
    background: transparent url(../img/user.png) left center no-repeat;
    padding-left: 25px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    div.styled-list ul li {
        background-size: 20px 20px;
    }
    div.styled-list.user ul li {
        background-image: url(../img/user-hires.png);
    }
    div.styled-list.marker ul li {
        background-image: url(../img/marker-hires.png);
    }
    div.styled-list.heart ul li {
        background-image: url(../img/heart-hires.png);
    }
    div.styled-list.star ul li {
        background-image: url(../img/star-hires.png);
    }
    div.styled-list.thumbs-up ul li {
        background-image: url(../img/thumbs-up-hires.png);
    }
    div.styled-list.chat ul li {
        background-image: url(../img/chat-hires.png);
    }
    div.styled-list.link ul li {
        background-image: url(../img/link-hires.png);
    }
    div.styled-list.flag ul li {
        background-image: url(../img/flag-hires.png);
    }
    div.styled-list.check ul li {
        background-image: url(../img/check-hires.png);
    }
    div.styled-list.circle-plus ul li {
        background-image: url(../img/circle-plus-hires.png);
    }
    div.styled-list.plus ul li {
        background-image: url(../img/plus-hires.png);
    }
    div.styled-list.exclamation ul li {
        background-image: url(../img/exclamation-hires.png);
    }
    div.styled-list.cloud ul li {
        background-image: url(../img/cloud-hires.png);
    }
    div.styled-list.play ul li {
        background-image: url(../img/play-hires.png);
    }
    div.styled-list.circle ul li {
        background-image: url(../img/circle-hires.png);
    }
    div.styled-list.arrow ul li {
        background-image: url(../img/arrow-hires.png);
    }
    div.styled-list.circle-arrow ul li {
        background-image: url(../img/circle-arrow-hires.png);
    }
}


/* Styled Table */
div.styled-table > table {
    width: 100%;
    text-align: left;
}

div.styled-table > table > thead {
    background: #fafafa;
    border-bottom: 2px solid #DDD;
    border-top: 1px solid #DDD;
    /*border-left: 1px solid #ddd;*/
}

div.styled-table > table > thead > tr > th {
    padding: 10px;
    font-size: 1.2em;
    text-align: left;
}
div.styled-table > table td {
    padding: 10px;
}
div.styled-table > table tbody {
    margin-top: 3px;
    /*border-left: 1px solid #ddd;*/
    /*border-right: 1px solid #ddd;*/
}

div.styled-table > table tbody tr {
    border-bottom: 1px solid white;
    background: #f2f2f4;
}
div.styled-table > table tfoot {
    font-size: 0.9em;
}

/* Recent Posts Vertical */

div.recent-posts-vertical div.divider.shortcode-divider, .main.has-sidebar div.recent-posts-vertical div.divider.shortcode-divider {
    margin: 10px 0 5px 0;
    width: 100%;

}

p.continue-reading-wrapper {
    margin-bottom: 0;
    margin-top: 0.5em;
}

div.recent-posts-vertical-post p.continue-reading-wrapper a.continue-link {
    margin-top: 0;
}

div.recent-posts-vertical-post {
    margin-top: 20px;
}

div.recent-posts-vertical.recent-posts-shortcode h4 {
    margin-top: 0.5em;
    margin-bottom: 0;
}

div.recent-posts-vertical.recent-posts-shortcode p.preview-text {
    margin-top:0.5em;
    margin-bottom: 0.5em
}

div.recent-posts-vertical-image {
    width: 150px;
    float:left;
    display:inline-block;
    margin-right: 20px;
    margin-top:4px;
}

div.teaser-with-image {
    margin-left: 170px;
}

@media screen and (max-width: 767px) {
    div.recent-posts-vertical-image {
        width: 100%;
        margin-bottom: 1em;
        float: none;
    }
    p.continue-reading-wrapper {
        margin-bottom: 2em;
    }
    div.teaser-with-image {
        margin-left: 0;
    }
    div.recent-posts-vertical div.divider.shortcode-divider, .main.has-sidebar div.recent-posts-vertical div.divider.shortcode-divider {
        display:none;
        visibility: collapse;
    }

}

/* Video Embed Shortcode */
div.video-embed-shortcode.autosize {
    width: 99%;
}
div.video-embed-shortcode > iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    div.video-embed-shortcode.autosize {
        width: 98%;
    }
}

















