/* Alfred UI by Jody Christian */

@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(//cdn.jsdelivr.net/jquery.jssocials/1.1.0/jssocials.css);
@import url(//cdn.jsdelivr.net/jquery.jssocials/1.1.0/jssocials-theme-flat.css);
body,
html {
    font-family: "proxima-nova-soft", sans-serif;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 17px;
    color: #555;
    background: url("/media/1029/bg.png") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}
general-content a {
    color: #144a72;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: bold;
}
general-content a:focus {
    color: #144a72;
    font
}
general-content a:visited {
    color: #144a72;
}
general-content a:hover {
    color: #1e9e59;
}
general-content img{
	float:left;
	width: 100%;
	height:auto;
	margin-bottom: 20px;
}
.big-text {
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.light-shadow {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.21);
}
.lighter-shadow {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
}
overlay {
    position: fixed;
    background: #333;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: -90;
    width: 150%;
    height: 150%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
overlay.open {
    z-index: 995;
    opacity: 0.5;
}
h1,
h2,
h3,
h4,
h5 {
    color: #555;
    float: left;
    height: auto;
    width: 100%;
    letter-spacing: -0.05rem;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "proxima-nova-soft", sans-serif;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.copy {
    font-family: 'Lora', serif;
}
.container {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.nopad {
    padding: 0 !important;
}
.nomar {
    margin: 0 !important;
}
shim {
    width: 100%;
    float: left;
    height: 80px;
}
.wrapper {
    width: 100%;
    float: left;
    height: auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}
.row {
    width: 100%;
    float: left;
    height: auto;
    clear: both;
}
slidenav {
    position: fixed;
    top: 0;
    left: -2300px;
    width: 230px;
    height: 100%;
    z-index: 9999;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    background: #FFF;
    position: fixed;
    top: 0;
    left: -2300px;
    width: 230px;
    height: 100%;
    z-index: 9999;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    background: #FFF;
}
slidenav ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 20px;
}
slidenav ul li {
    width: 100%;
    float: left;
}
slidenav ul lilast-child {
    border-bottom: none;
}
slidenav ul li a {
    color: #555;
    width: 100%;
    padding: 10px 20px;
    text-decoration: none;
    float: left;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    text-align: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
slidenav ul li a:hover {
    padding-left: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
slidenav.open {
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
slidenav ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 20px;
}
slidenav ul li {
    width: 100%;
    float: left;
}
slidenav ul lilast-child {
    border-bottom: none;
}
slidenav ul li a {
    color: #555;
    width: 100%;
    padding: 10px 20px;
    text-decoration: none;
    float: left;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    text-align: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
slidenav ul li a:hover {
    padding-left: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
slidenav.open {
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
topheader {
    width: 100%;
    float: left;
    height: 80px;
    line-height: 80px;
    font-weight: 400;
    font-size: 25px;
    color: #555;
    background: url("/media/1030/headerbg.jpg") center top no-repeat #10507e;
    letter-spacing: 0.05rem;
    text-align: center;
    position: relative;
    z-index: 999;
}
topmenu {
    height: 60px;
    width: 100%;
    float: left;
    background: #144a72;
    position: relative;
    z-index: 999;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
topmenu .mo-logo {
    position: absolute;
    top: 0px;
    left: 10px;
    height: 50px;
    margin-top: 5px;
    display: none;
}
topmenu .mo-logo img {
    height: 50px;
    width: auto;
    float: left;
}
topmenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 60px;
}
topmenu ul li {
    width: auto;
    height: 60px;
    line-height: 60px;
    float: left;
    margin-right: 25px;
}
topmenu ul li a {
    color: #DDD;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
}
topmenu ul li dropdown {
    position: absolute;
    top: 59px;
    left: 0;
    background: #3a3e49;
    width: 100%;
    height: 250px;
    line-height: normal !important;
    z-index: -50;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #DDD;
    pointer-events: none;
}
topmenu ul li:hover dropdown {
    opacity: 1;
    z-index: 999;
    pointer-events: all;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
topmenu .togglenav {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 60px;
    z-index: 99999;
    background: url("/media/1031/lightburger.png") left no-repeat;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
topmenu .togglenav.open {
    background: url("/media/1031/lightburger.png") right no-repeat;
}
topmenu .togglesearch {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    z-index: 99999;
    background: url("/media/1032/lightglass.png") right no-repeat;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
topmenu .togglesearch.open {
    background: url("/media/1032/lightglass.png") left no-repeat;
}
topmenu.up {
    top: 0;
    position: fixed;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99999999;
    left: 0;
}
/* labels */

.label-tag {
    height: 25px;
    padding: 0 8px !important;
    color: #666;
    text-align: center;
    font-size: 9px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-decoration: none;
    background-color: transparent;
    box-sizing: border-box;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: auto !important;
    display: inline-block;
}
.label-tag.primary {
    color: #FFF;
    background-color: #2574A9;
}
.label-tag.danger {
    color: #FFF;
    background-color: #C0392B;
}
.label-tag.success {
    color: #FFF;
    background-color: #1e9e59;
}
.label-tag.dark {
    color: #FFF;
    background-color: #444;
}
.label-tag.over {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
}
.label-tag a {
    color: #f0f0f0;
    text-decoration: none;
}
.label-tag a:hover {
    text-decoration: underline;
}
/* Buttons */

.button,
button {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #777;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    font-family: "proxima-nova-soft", sans-serif;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #777;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    font-family: "proxima-nova", sans-serif;
}
.button:hover,
button:hover {
    color: #333;
    border-color: #888;
    outline: 0;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #333;
    border-color: #888;
    outline: 0;
}
.button:focus,
button:focus {
    color: #333;
    border-color: #888;
    outline: 0;
}
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    color: #333;
    border-color: #888;
    outline: 0;
}
.button.button-primary,
button.button-primary {
    color: #FFF;
    background-color: #0077c8;
    border-color: #0b629d;
}
input[type="button"].button-primary,
input[type="reset"].button-primary,
input[type="submit"].button-primary {
    color: #FFF;
    background-color: #0077c8;
    border-color: #0b629d;
}
.button.button-primary:hover,
button.button-primary:hover {
    color: #FFF;
    background-color: #0181d9;
    border-color: #0b629d;
}
input[type="button"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="submit"].button-primary:hover {
    color: #FFF;
    background-color: #0181d9;
    border-color: #0b629d;
}
.button.button-primary:focus,
button.button-primary:focus {
    color: #FFF;
    background-color: #0181d9;
    border-color: #0b629d;
}
input[type="button"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="submit"].button-primary:focus {
    color: #FFF;
    background-color: #0181d9;
    border-color: #0b629d;
}
.button.button-primary,
button.button-primary {
    color: #FFF;
    background-color: #0077c8;
    border-color: #0b629d;
}
input[type="button"].button-primary,
input[type="reset"].button-primary,
input[type="submit"].button-primary {
    color: #FFF;
    background-color: #0077c8;
    border-color: #0b629d;
}
.button.button-primary:hover,
button.button-primary:hover {
    color: #FFF;
    background-color: #0181d9;
    border-color: #0b629d;
}
input[type="button"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="submit"].button-primary:hover {
    color: #FFF;
    background-color: #0181d9;
    border-color: #0b629d;
}
.button.button-primary:focus,
button.button-primary:focus {
    color: #FFF;
    background-color: #0181d9;
    border-color: #0b629d;
}
input[type="button"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="submit"].button-primary:focus {
    color: #FFF;
    background-color: #0181d9;
    border-color: #0b629d;
}
.button.button-secondary,
button.button-secondary {
    color: #FFF;
    background-color: #003865;
    border-color: #013056;
}
input[type="button"].button-secondary,
input[type="reset"].button-secondary,
input[type="submit"].button-secondary {
    color: #FFF;
    background-color: #003865;
    border-color: #013056;
}
.button.button-secondary:hover,
button.button-secondary:hover {
    color: #FFF;
    background-color: #05477c;
    border-color: #013056;
}
input[type="button"].button-secondary:hover,
input[type="reset"].button-secondary:hover,
input[type="submit"].button-secondary:hover {
    color: #FFF;
    background-color: #05477c;
    border-color: #013056;
}
.button.button-secondary:focus,
button.button-secondary:focus {
    color: #FFF;
    background-color: #05477c;
    border-color: #013056;
}
input[type="button"].button-secondary:focus,
input[type="reset"].button-secondary:focus,
input[type="submit"].button-secondary:focus {
    color: #FFF;
    background-color: #05477c;
    border-color: #013056;
}
.button.button-danger,
button.button-danger {
    color: #FFF;
    background-color: #C0392B;
    border-color: #a43125;
}
input[type="button"].button-danger,
input[type="reset"].button-danger,
input[type="submit"].button-danger {
    color: #FFF;
    background-color: #C0392B;
    border-color: #a43125;
}
.button.button-danger:hover,
button.button-danger:hover {
    color: #FFF;
    background-color: #d23222;
    border-color: #a43125;
}
input[type="button"].button-danger:hover,
input[type="reset"].button-danger:hover,
input[type="submit"].button-danger:hover {
    color: #FFF;
    background-color: #d23222;
    border-color: #a43125;
}
.button.button-danger:focus,
button.button-danger:focus {
    color: #FFF;
    background-color: #d23222;
    border-color: #a43125;
}
input[type="button"].button-danger:focus,
input[type="reset"].button-danger:focus,
input[type="submit"].button-danger:focus {
    color: #FFF;
    background-color: #d23222;
    border-color: #a43125;
}
.button.button-success,
button.button-success {
    color: #FFF;
    background-color: #1e9e59;
    border-color: #196f40;
}
input[type="button"].button-success,
input[type="reset"].button-success,
input[type="submit"].button-success {
    color: #FFF;
    background-color: #1e9e59;
    border-color: #196f40;
}
.button.button-success:hover,
button.button-success:hover {
    color: #FFF;
    background-color: #1eae60;
    border-color: #196f40;
}
input[type="button"].button-success:hover,
input[type="reset"].button-success:hover,
input[type="submit"].button-success:hover {
    color: #FFF;
    background-color: #1eae60;
    border-color: #196f40;
}
.button.button-success:focus,
button.button-success:focus {
    color: #FFF;
    background-color: #1eae60;
    border-color: #196f40;
}
input[type="button"].button-success:focus,
input[type="reset"].button-success:focus,
input[type="submit"].button-success:focus {
    color: #FFF;
    background-color: #1eae60;
    border-color: #196f40;
}
.button.button-dark,
button.button-dark {
    color: #FFF;
    background-color: #444;
    border-color: #333;
}
input[type="button"].button-dark,
input[type="reset"].button-dark,
input[type="submit"].button-dark {
    color: #FFF;
    background-color: #444;
    border-color: #333;
}
.button.button-dark:hover,
button.button-dark:hover {
    color: #FFF;
    background-color: #555;
    border-color: #333;
}
input[type="button"].button-dark:hover,
input[type="reset"].button-dark:hover,
input[type="submit"].button-dark:hover {
    color: #FFF;
    background-color: #555;
    border-color: #333;
}
.button.button-dark:focus,
button.button-dark:focus {
    color: #FFF;
    background-color: #555;
    border-color: #333;
}
input[type="button"].button-dark:focus,
input[type="reset"].button-dark:focus,
input[type="submit"].button-dark:focus {
    color: #FFF;
    background-color: #555;
    border-color: #333;
}
.button-wide {
    width: 100%;
}
.button-group {
    width: 100%;
    float: left;
}
.button-group .button {
    width: 50% !important;
    margin: 0 !important;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.button-group .button:first-child {
    -webkit-border-top-left-radius: 2px !important;
    -webkit-border-bottom-left-radius: 2px !important;
    -moz-border-radius-topleft: 2px !important;
    -moz-border-radius-bottomleft: 2px !important;
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none !important;
}
.button-group .button:last-child {
    -webkit-border-top-right-radius: 2px !important;
    -webkit-border-bottom-right-radius: 2px !important;
    -moz-border-radius-topright: 2px !important;
    -moz-border-radius-bottomright: 2px !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    -webkit-border-top-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
/* Form Elements */

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
    height: 38px;
    padding: 6px 10px;
    /* The 6px vertically centers text on FF, ignored by Webkit */
    
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    font-size: 13px;
}
select,
textarea {
    height: 38px;
    padding: 6px 10px;
    /* The 6px vertically centers text on FF, ignored by Webkit */
    
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    font-size: 13px;
}
.button.button-round {
    -webkit-border-radius: 19px !important;
    -moz-border-radius: 19px !important;
    border-radius: 19px !important;
}
.button.light {
    border: solid 1px #f9f9f9;
    color: #f9f9f9;
}
.button.light:hover {
    background: #f0f0f0;
    color: #333;
    font-weight: 700 !important;
}
.button-facebook {
    background: #3b5998;
    color: #f9f9f9 !important;
    border: solid 1px #4364a9 !important;
}
.button-facebook:hover {
    background: #4364a9 !important;
}
.button-twitter {
    background: #55acee;
    color: #f9f9f9 !important;
    border: solid 1px #4364a9 !important;
}
.button-twitter:hover {
    background: #4364a9 !important;
}
.button-listen {
    background: url("/media/1033/greenbluefade.png") top left no-repeat;
    color: #FFF;
    margin-bottom: 20px;
}
.button-listen span {
    font-weight: normal;
}
.button-listen:hover {
    border: solid 1px #FFF;
    color: #FFF;
}
.button-listen:visited {
    border: solid 1px #FFF;
    color: #FFF;
}
/* Removes awkward default styles on some inputs for iOS */

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus {
    border: 1px solid #33C3F0;
    outline: 0;
}
select:focus,
textarea:focus {
    border: 1px solid #33C3F0;
    outline: 0;
}
label,
legend {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
fieldset {
    padding: 0;
    border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
    display: inline;
}
label > .label-body {
    display: inline-block;
    margin-left: 0.5rem;
    font-weight: normal;
}
/* Grid */

.col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.twelve {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 100%;
}
.eleven {
    width: 91.66666667%;
}
.ten {
    width: 83.33333333%;
}
.nine {
    width: 75%;
}
.eight {
    width: 66.66666667%;
}
.seven {
    width: 58.33333333%;
}
.six {
    width: 50%;
}
.five {
    width: 41.66666667%;
}
.four {
    width: 33.33333333%;
}
.three {
    width: 25%;
}
.two {
    width: 16.66666667%;
}
.one {
    width: 8.33333333%;
}
/* static columns */

.block-wrap {
    width: 100%;
    float: left;
    height: auto;
    background: #DDD;
}
.left-col {
    width: calc(100% - 340px);
    float: left;
    height: auto;
    background: #f5f5f5;
}
.left-col-ext {
    width: 100%;
    float: left;
    height: auto;
    background: #f5f5f5;
}
.right-col {
    width: 340px;
    padding: 20px;
    float: left;
}
.right-col div.ad {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 20px;
}
.right-col div.ad img {
    width: 100%;
    float: left;
    height: auto;
}
.right-col a.signup {
    margin-bottom: 20px;
}
/* listen live */

#sp {
    display: none;
}
listen-live {
    width: 100%;
    float: left;
    height: auto;
    background: url("/media/1033/greenbluefade.png") top left no-repeat;
    background-size: cover;
    color: #FFF;
    font-size: 15px;
    margin-bottom: 20px;
    position: relative;
}
listen-live controls {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    background: url("/media/1034/frost.png");
    border-top: solid 1px #999;
}
listen-live controls mute {
    width: auto;
    line-height: 40px;
    height: 40px;
    width: 40px;
    float: left;
    border-right: solid 1px #CCC;
    padding: 0 15px;
    font-size: 12px;
    text-transform: uppercase;
    background: url("/media/1035/no_mute.png") center center no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
listen-live controls mute.on {
    background: url("/media/1036/muted.png") center center no-repeat;
}
listen-live controls break-out {
    width: auto;
    line-height: 40px;
    height: 40px;
    width: 40px;
    float: right;
    padding: 0 15px;
    border-left: solid 1px #999;
    font-size: 12px;
    text-transform: uppercase;
    background: url("/media/1037/breakout.png") center center no-repeat;
    cursor: pointer;
}
listen-live more-stations {
    width: 100%;
    float: left;
    height: auto;
    position: absolute;
    top: 50px;
    left: 0;
    background: #2d4859;
    -webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.16);
    display: none;
}
listen-live more-stations item {
    width: 100%;
    float: left;
    height: auto;
    padding: 15px;
    color: #DDD;
    border-bottom: solid 1px #355367;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
listen-live more-stations item:last-child {
    border-bottom: none;
}
listen-live more-stations item .fa {
    float: right;
    font-size: 12px;
    color: #CCC;
    margin-top: 2px;
}
listen-live more-stations item:hover {
    background: #355367;
    color: #FFF;
    padding-left: 25px;
    cursor: pointer;
}
listen-live hdr {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    float: left;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url("/media/1038/hdrbg.png");
}
listen-live drop-down {
    width: 100%;
    float: left;
    height: 50px;
    line-height: 50px;
}
listen-live drop-down drop {
    width: 50px;
    float: right;
    height: 50px;
    line-height: 50px;
    border-left: solid 1px #999;
    background: url("/media/1040/more_down.png") center center no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
listen-live drop-down drop.active {
    background: url("/media/1041/more_up.png") center center no-repeat;
    border-left: solid 1px transparent;
}
listen-live drop-down current-station {
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
}
listen-live current {
    width: 100%;
    float: left;
    height: auto;
    padding: 15px;
    background: url("/media/1039/darktrans1.png");
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
listen-live current span#pip {
    width: 36px;
    height: 36px;
    float: left;
    text-align: center;
    line-height: 36px;
    border: solid 1px #f5f5f5;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    margin-right: 15px;
    background: url("/media/1095/puff.svg") center center no-repeat;
}
listen-live current info {
    text-transform: capitalize!important;
}
listen-live current span#pip .fa {
    line-height: 36px;
    width: 36px;
    text-align: center;
    margin: 0;
    padding: 0;
}
listen-live current span#pip.paused {
    background: none;
}
listen-live last-five item {
    width: 100%;
    float: left;
    height: auto;
    padding: 10px 15px;
}
listen-live last-five item info {
    width: calc(100% - 51px);
    height: auto;
    float: left;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: lowercase;
    text-transform: capitalize;
}
listen-live last-five item span {
    width: 36px;
    height: 36px;
    float: left;
    text-align: center;
    line-height: 36px;
    border: solid 1px #f5f5f5;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    margin-right: 15px;
}
/* listen live */

slides {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}
slides slide {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
}
slides slide over-lay {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: url("/media/1042/slide-overlay.png") bottom no-repeat;
    background-size: contain;
    z-index: 88;
    opacity: 0.8;
}
slides slide info {
    position: absolute;
    height: auto;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    text-shadow: 1px 1px 1px #111;
    z-index: 99;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
slides slide info buttons {
    height: auto;
    width: 100%;
    float: left;
}
slides slide info p {
    color: #FFF;
}
slides slide info slide-title {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 8px;
    text-decoration: none;
    color: #FFF;
    font-size: 25px;
    font-weight: bold;	
}
slides slide info slide-title a {
    text-decoration: none;
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
}
slides slide img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
}
/* blocks and block wraps */

block-wrap {
    width: 100%;
    height: auto;
    padding: 0 5px;
    float: left;
}
block {
    width: 100%;
    float: left;
    height: auto;
    background: #FFF;
    margin-bottom: 20px;
    font-size: 14px;
}
block p {
    margin: 10px;
}
block block-title {
    width: 100%;
    float: left;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    padding: 0 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url("/media/1043/block-title-bg.png") center center no-repeat;
    background-size: cover;
}
block block-title a.more {
    float: right;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-left: solid 1px #CCC;
}
block ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    float: left;
    height: auto;
}
block ul li {
    padding: 15px;
    margin: 0;
    list-style: none;
    width: 100%;
    border-bottom: solid 1px #f0f0f0;
    float: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
block ul li:hover {
    background: #f7f7f7;
}
block ul li a {
    width: 100%;
    float: left;
    height: auto;
    text-decoration: none;
}
block ul li a img {
    width: 65px;
    height: auto;
    float: left;
    margin-right: 10px;
}
block ul li a .title {
    font-weight: bold;
    color: #666;
    font-size: 14px;
    float: right;
    width: calc(100% - 75px);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 5px;
}
block ul li a .meta-info {
    font-size: 10px;
    width: calc(100% - 75px);
    float: right;
    color: #777;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    font-weight: bold;
}
block ul li a .meta-info span.price {
    font-size: 15px;
    font-weight: 800;
    color: #C0392B;
}
block ul li a .summary {
    font-size: 10px;
    width: calc(100% - 75px);
    float: right;
    color: #777;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.03rem;
}
block ul li:last-child {
    border-bottom: none;
}
block.wide block-title {
    font-size: 18px !important;
}
block.wide ul li {
    width: 100%;
    border-left: solid 1px #f6f6f6;
}
block.wide ul li a .title {
    font-size: 16px;
}
/* Podcast Content */

general-img {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
}
general-img img {
    width: 100%;
    float: left;
    height: auto;
    /*
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    */
}
general-content {
    width: 100%;
    float: left;
    height: auto;
}
general-content general-social {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 20px;
}
general-content general-social a {
    float: left;
    margin-right: 8px;
}
general-content general-meta {
    width: 100%;
    float: left;
    height: auto;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.03rem;
    margin-bottom: 20px;
}
general-content general-meta a {
    font-weight: bold;
    text-decoration: none;
    color: #8b0f04;
}
general-content p {
    line-height: 28px;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Show Page list */

h1.page-title {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #CCC;
    padding-top: 20px;
    padding-bottom: 5px;
}
ul.show-list {
    width: 100%;
    float: left;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 20px;
    margin-bottom: 20px;
}
ul.show-list li {
    width: 50%;
    float: left;
    height: auto;
    padding: 20px;
    border-right: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
}
ul.show-list li:nth-child(even) {
    border-right: none;
}
ul.show-list li a.title {
    font-weight: bold;
    font-size: 17px;
    width: calc(100% - 220px);
    color: #555;
    text-decoration: none;
    margin-bottom: 3px;
    float: right;
}
ul.show-list li .show-times {
    font-size: 15px;
    width: calc(100% - 220px);
    color: #555;
    text-decoration: none;
    margin-bottom: 10px;
    float: right;
    text-align: left;
}
ul.show-list li .show-times span {
    font-size: 13px;
    font-weight: bold;
    color: #777;
    width: 100%;
}
ul.show-list li a.mimg {
    float: left;
    width: 200px;
    height: auto;
    margin-right: 20px;
}
ul.show-list li a.mimg img {
    width: 100%;
    float: left;
    height: auto;
}
ul.work-list {
    width: 100%;
    float: left;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 20px;
    margin-bottom: 20px;
}
ul.work-list li {
    width: 50%;
    float: left;
    height: auto;
    padding: 20px;
    border-right: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
}
ul.work-list li:nth-child(even) {
    border-right: none;
}
ul.work-list li a.title {
    font-weight: bold;
    font-size: 17px;
    width: calc(100% - 220px);
    color: #555;
    text-decoration: none;
    margin-bottom: 3px;
    float: right;
}
ul.work-list li .show-times {
    font-size: 15px;
    width: calc(100% - 220px);
    color: #555;
    text-decoration: none;
    margin-bottom: 10px;
    float: right;
    text-align: left;
}
ul.work-list li .show-times span {
    font-size: 13px;
    font-weight: bold;
    color: #777;
    width: 100%;
}
ul.work-list li a.mimg {
    float: left;
    width: 200px;
    height: auto;
    margin-right: 20px;
}
ul.work-list li a.mimg img {
    width: 100%;
    float: left;
    height: auto;
}
ul.work-list li .work-info {
    font-size: 14px;
}
/* Tabs */

.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
    list-style: none;
    padding: 0px;
    width: 100%;
    margin: 0px;
}
.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
}
.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}
.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #666;
    text-decoration: none;
}
.tabs-menu .current a {
    color: #2e7da3;
}
.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
}
.tab-content {
    width: 100%;
    padding: 20px;
    display: none;
    float: left;
    height: auto;
}
#tab-1 {
    display: block;
}
/* Footer */

pre-footer {
    width: 100%;
    float: left;
    background: #333;
    height: auto;
    color: #CCC;
    padding: 20px 0px;
	text-align:center;
}
pre-footer h5 {
    color: #f9f9f9;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    margin-bottom: 8px;
	text-transform: uppercase;
}
post-footer {
    width: 100%;
    float: left;
    background: #222;
    height: auto;
    color: #CCC;
    padding: 20px 15px;
    font-size: 14px;
    text-align: center;
}
post-footer a {
    color: #FFC;
}
footer {
    width: 100%;
    float: left;
    background: #444;
    color: #DDD;
    height: auto;
}
#mo-search,
#mo-toggle {
    display: none;
    right: 60px;
}
/* Search Stuff */

#searchwrap {
    width: 100%;
    position: relative;
}
#searchwrap .field {
    width: 100%;
    padding-right: 85px;
    background: none;
    border: none;
    font-family: "proxima-nova-soft", sans-serif;
    font-size: 18px;
    color: #FFF;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 0.09rem;
}
#searchwrap h4 {
    font-size: 11px;
    color: #777;
    font-family: "proxima-nova-soft", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.09rem;
    width: 100%;
    text-align: center;
}
#searchwrap #searchsubmit {
    height: 40px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    background-size: contain;
    position: absolute;
    right: 15;
    bottom: 5px;
    color: #DDD !important;
    border: solid 1px #999;
}
#searchwrap #searchsubmit:hover {
    background: #294255;
}
#searchbox {
    width: 100%;
    height: 60px;
    background: #203342;
    color: #DDD;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 999;
    opacity: 1;
}
#searchbox.off {
    opacity: 0;
    margin: 0;
    width: 100%;
    z-index: 999;
	height: 0px;
	overflow: hidden;
}
/* stories content blocks */

block .contentblock-block {
    width: 100%;
    float: left;
    padding: 15px;
    height: auto;
}
block .contentblock-image {
    float: left;
    width: 90px;
    margin-right: 15px;
}
block .contentblock-image img {
    float: left;
    width: 100%;
    height: auto;
}
block .contentblock-title {
    float: right;
    width: calc(100% - 105px);
}
block .contentblock-title a {
    font-weight: bold;
    font-size: 15px;
    color: #666;
    text-decoration: none;
    float: left;
    width: 100%;
}
block .contentblock-content {
    float: right;
    width: calc(100% - 105px);
}
/* The Stand */

#thestand {} #thestand ul li {
    width: 100%;
    border: none;
    border-bottom: solid 1px #DDD;
}
#thestand ul li:last-child {
    border-bottom: none;
}
#thestand ul li a .title {
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
}
#thestand ul li .summary {
    font-size: 15px;
}
/* lineup-link */

.lineup-link a {
    margin-top: 5px;
    line-height: 38px;
    height: 38px;
    padding: 0px 20px;
    text-align: center;
    background: #144a72;
    color: #f5f5f5;
    border: solid 1px #144a72;
    text-decoration: none;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.lineup-link a:hover {
    background: #216597;
}
.show-cont {
    width: 100%;
    float: left;
    height: auto;
}
.show-time {
    float: left;
    width: auto;
    margin-right: 20px;
}
.show-name {
    float: left;
}
.storycontent {
    padding: 5%;
}
/* Salvatorre */
#grid[data-columns]::before {
	content: '2 .column.size-1of2';
}
.column.size-1of2{
	width:50%;
	float:left	
}
.content{
	float:left;
}
.app-wrapper{
    overflow: auto;
    display: block;
    clear: both;
}
.app-image-wrapper{
	float: left;
    width: 48%;
}
.appstore-wrapper{
	width: 25%;
    text-align: center;
    float: left;
    min-width: 150px;
    margin-bottom: 10px;
}

/* Media Queries */

@media (max-width: 1160px) {
	.column.size-1of2{
		width:100%;
		float:left	
	}
    ul.work-list li {
        width: 100%;
        float: left;
        height: auto;
        padding: 20px;
        border-right: none;
        border-bottom: solid 1px #DDD;
    }
    ul.work-list li a.mimg {
        width: 95px;
    }
    ul.work-list li a.title {
        width: calc(100% - 115px);
    }
    ul.work-list li .work-info {
        width: calc(100% - 115px);
        float: right;
    }
    ul.show-list {
        width: 100%;
        float: left;
        height: auto;
        padding: 0;
        margin: 0;
        list-style: none;
        padding-top: 20px;
        margin-bottom: 20px;
    }
    ul.show-list li {
        width: 100%;
        float: left;
        height: auto;
        padding: 0;
        border: none;
        border-bottom: solid 1px #DDD;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    ul.show-list li a.title {
        font-weight: bold;
        font-size: 16px;
        width: calc(100% - 105px);
        color: #555;
        text-decoration: none;
        margin-bottom: 5px;
    }
    ul.show-list li a.mimg {
        float: left;
        width: 85px;
        height: auto;
        margin-right: 20px;
    }
    ul.show-list li a.mimg img {
        width: 100%;
        float: left;
        height: auto;
    }
}
@media (max-width: 960px) {
    .container {
        padding: 0;
    }
}
@media (max-width: 830px) {
    .lineup-link {
        width: 100%;
    }
    .lineup-link a {
        width: 100%;
    }
    #searchbox {
        top: 60px;
    }
    #mo-search {
        display: none;
    }
    #mo-toggle {
        display: block;
    }
    topmenu .mo-logo {
        display: block;
    }
    topheader {
        display: none;
    }
    wrapper {
        padding: 0 !important;
    }
    topmenu ul {
        position: fixed;
        right: -225px;
        top: 60px;
        height: 100%;
        background: #203342;
        width: 225px;
        padding-top: 10px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        border-right: solid 2px #222;
    }
    topmenu ul.open {
        right: 0;
    }
    topmenu ul li {
        width: 225px;
        height: auto;
        float: left;
        text-align: left;
        line-height: 40px;
        height: 40px;
        padding: 0 15px;
    }
    topmenu ul li a {
        font-size: 18px;
    }
    .left-col {
        width: 100%;
    }
    .right-col {
        width: 100%;
    }
    block.wide block-title {
        font-size: 18px !important;
    }
    block.wide ul li {
        width: 100%;
        border-left: solid 1px #f6f6f6;
    }
    block.wide ul li a .title {
        font-size: 16px;
        min-height: 40px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .eight,
    .eleven,
    .five,
    .four,
    .nine,
    .one,
    .seven,
    .six,
    .ten,
    .three,
    .twelve,
    .two {
        width: 100%;
    }
    .wall-column {
        width: 50%;
    }
    topnav #togglenav {
        left: 0;
    }
    topnav #togglesearch {
        right: 0;
    }
    topnav ul {
        display: none;
    }
}
@media (max-width: 600px) {
    topmenu ul {
        position: fixed;
        right: -240px;
        top: 60px;
        left: auto;
        height: 100%;
        background: #203342;
        width: 100% padding-top: 10px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    topmenu ul.open {
        right: 0;
    }
    topmenu ul li {
        width: 100%;
        height: auto;
        float: left;
        text-align: left;
        line-height: 40px;
        height: 40px;
        padding: 0 15px;
    }
    topmenu ul li a {
        font-size: 18px;
        color: #DDD;
    }
    ul.show-list {
        width: 100%;
        float: left;
        height: auto;
        padding: 0;
        margin: 0;
        list-style: none;
        padding-top: 20px;
        margin-bottom: 20px;
    }
    ul.show-list li {
        width: 100%;
        float: left;
        height: auto;
        padding: 0;
        border: none;
        border-bottom: solid 1px #DDD;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    ul.show-list li a.title {
        font-weight: bold;
        font-size: 16px;
        width: calc(100% - 105px);
        color: #555;
        text-decoration: none;
        margin-bottom: 5px;
    }
    ul.show-list li .show-times {
        width: calc(100% - 105px);
    }
    ul.show-list li a.mimg {
        float: left;
        width: 85px;
        height: auto;
        margin-right: 20px;
    }
    ul.show-list li a.mimg img {
        width: 100%;
        float: left;
        height: auto;
    }
    slides slide info p {
        font-size: 14px;
    }
    slides slide info slide-title a {
        font-size: 18px;
    }
    .wall-column {
        width: 100%;
    }
    .flow .flowbox {
        width: 100% !important;
        height: 250px !important;
    }
	.app-image-wrapper{
		float: none;
		width: 90%;
	}
	.appstore-wrapper{
		width: 100%;
		float: none;
	}
}
wrapper {
    width: 100%;
    float: left;
    height: auto;
    padding: 20px 0;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
/* animations */

@keyframes slidedown {
    0% {
        padding: 0;
        height: 75px;
    }
    100% {
        padding: 40px 0;
        height: 35px;
    }
    100% {
        padding: 40px 0;
        height: 75px;
    }
}
blockquote {
    border-top: solid 2px #DDD;
    font-style: italic;
    border-bottom: solid 2px #DDD;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-transform: lowercase;
}
blockquote p {
    font-family: "proxima-nova", sans-serif;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px !important;
    line-height: 24px;
    letter-spacing: 0.01rem;
    margin-bottom: 0 !important;
    color: #666;
}
.scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}
.podcastLocations{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.podcastLocations a{
    text-decoration: none;
}
#theApp{
	margin-bottom: 20px;
	width: 100%;
	display: none;
}
#theApp.show{
	display: block;
}


