/*!
	Theme Name: Colorado Association of Commerce & Industry
	Theme URI: http://cochamber.com
	Description: Theme for Colorado Association of Commerce & Industry
	Author: Taproot Creative
	Author URI: http://taprootcreative.com
	Version: 1.0

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: 0 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: 'Wisdom Script';
    src: url('library/fonts/Wisdom Script/wisdom_script-webfont.eot');
    src: url('library/fonts/Wisdom Script/wisdom_script-webfont.eot?#iefix') format('embedded-opentype'), url('library/fonts/Wisdom Script/wisdom_script-webfont.woff') format('woff'), url('library/fonts/Wisdom Script/wisdom_script-webfont.ttf') format('truetype'), url('library/fonts/Wisdom Script/wisdom_script-webfont.svg#wisdom_script_airegular') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Fontastic;
    src: url(library/fonts/Fontastic/colorado-chamber.eot);
    src: url(library/fonts/Fontastic/colorado-chamber.eot?#iefix) format("embedded-opentype"), url(library/fonts/Fontastic/colorado-chamber.woff) format("woff"), url(library/fonts/Fontastic/colorado-chamber.ttf) format("truetype"), url(library/fonts/Fontastic/colorado-chamber.svg#colorado-chamber) format("svg");
    font-weight: 400;
    font-style: normal
}

.co-search:before {
    content: "s"
}

.co-fb:before {
    content: "f"
}

.co-tw:before {
    content: "t"
}

.co-ln:before {
    content: "l"
}

.co-calendar:before {
    content: "c"
}

.co-star:before {
    content: "5"
}

.co-megaphone:before {
    content: "m"
}

.co-mail:before {
    content: "a"
}

.co-plus-circled:before {
    content: "b"
}

.co-arrow-down-light:before {
    content: "g"
}

.co-arrow-up-light:before {
    content: "e"
}

.co-check:before {
    content: "d"
}

.co-fontawesome-webfont:before {
    content: "h"
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #d81e2a;
    text-decoration: none
}

a:focus,
a:hover {
    color: #5e1b18;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

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

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d5d5d5
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #999
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width:767px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #999
}

.text-primary {
    color: #000000
}

.text-primary:hover {
    color: #131c35
}

.text-warning {
    color: #8a6d3b
}

.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

.text-danger:hover {
    color: #843534
}

.text-success {
    color: #3c763d
}

.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

.text-info:hover {
    color: #245269
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.list-inline>li:first-child {
    padding-left: 0
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:767px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
    .dl-horizontal dd:after,
    .dl-horizontal dd:before {
        content: " ";
        display: table
    }
    .dl-horizontal dd:after {
        clear: both
    }
    .dl-horizontal dd:after,
    .dl-horizontal dd:before {
        content: " ";
        display: table
    }
    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote small {
    display: block;
    line-height: 1.42857143;
    color: #999
}

blockquote .small:before,
blockquote small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}

blockquote.pull-right .small,
blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right .small:before,
blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right .small:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

blockquote:after,
blockquote:before {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:767px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:767px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: 0
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: 0
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: 0
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: 0
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    float: none;
    display: table-cell
}

.table>tbody>.active>td,
.table>tbody>.active>th,
.table>tbody>tr>.active,
.table>tfoot>.active>td,
.table>tfoot>.active>th,
.table>tfoot>tr>.active,
.table>thead>.active>td,
.table>thead>.active>th,
.table>thead>tr>.active {
    background-color: #f5f5f5
}

.table-hover>tbody>.active:hover>td,
.table-hover>tbody>.active:hover>th,
.table-hover>tbody>tr>.active:hover {
    background-color: #e8e8e8
}

.table>tbody>.success>td,
.table>tbody>.success>th,
.table>tbody>tr>.success,
.table>tfoot>.success>td,
.table>tfoot>.success>th,
.table>tfoot>tr>.success,
.table>thead>.success>td,
.table>thead>.success>th,
.table>thead>tr>.success {
    background-color: #dff0d8
}

.table-hover>tbody>.success:hover>td,
.table-hover>tbody>.success:hover>th,
.table-hover>tbody>tr>.success:hover {
    background-color: #d0e9c6
}

.table>tbody>.danger>td,
.table>tbody>.danger>th,
.table>tbody>tr>.danger,
.table>tfoot>.danger>td,
.table>tfoot>.danger>th,
.table>tfoot>tr>.danger,
.table>thead>.danger>td,
.table>thead>.danger>th,
.table>thead>tr>.danger {
    background-color: #f2dede
}

.table-hover>tbody>.danger:hover>td,
.table-hover>tbody>.danger:hover>th,
.table-hover>tbody>tr>.danger:hover {
    background-color: #ebcccc
}

.table>tbody>.warning>td,
.table>tbody>.warning>th,
.table>tbody>tr>.warning,
.table>tfoot>.warning>td,
.table>tfoot>.warning>th,
.table>tfoot>tr>.warning,
.table>thead>.warning>td,
.table>thead>.warning>th,
.table>thead>tr>.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>.warning:hover>td,
.table-hover>tbody>.warning:hover>th,
.table-hover>tbody>tr>.warning:hover {
    background-color: #faf2cc
}

@media (max-width:766px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

select[multiple],
select[size] {
    height: auto
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle
}

.checkbox label,
.radio label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    float: left;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline[disabled],
.checkbox[disabled],
.radio-inline[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=radio][disabled] {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg {
    height: auto
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:767px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block
    }
    .form-inline select.form-control {
        width: auto
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        float: none;
        margin-left: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media (min-width:767px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 3px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #eee
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important;
    visibility: hidden!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
td.visible-xs,
th.visible-xs,
tr.visible-xs {
    display: none!important
}

@media (max-width:766px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:767px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block!important
    }
    table.visible-xs.visible-sm {
        display: table
    }
    tr.visible-xs.visible-sm {
        display: table-row!important
    }
    td.visible-xs.visible-sm,
    th.visible-xs.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block!important
    }
    table.visible-xs.visible-md {
        display: table
    }
    tr.visible-xs.visible-md {
        display: table-row!important
    }
    td.visible-xs.visible-md,
    th.visible-xs.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-xs.visible-lg {
        display: block!important
    }
    table.visible-xs.visible-lg {
        display: table
    }
    tr.visible-xs.visible-lg {
        display: table-row!important
    }
    td.visible-xs.visible-lg,
    th.visible-xs.visible-lg {
        display: table-cell!important
    }
}

.visible-sm,
td.visible-sm,
th.visible-sm,
tr.visible-sm {
    display: none!important
}

@media (max-width:766px) {
    .visible-sm.visible-xs {
        display: block!important
    }
    table.visible-sm.visible-xs {
        display: table
    }
    tr.visible-sm.visible-xs {
        display: table-row!important
    }
    td.visible-sm.visible-xs,
    th.visible-sm.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:767px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block!important
    }
    table.visible-sm.visible-md {
        display: table
    }
    tr.visible-sm.visible-md {
        display: table-row!important
    }
    td.visible-sm.visible-md,
    th.visible-sm.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-sm.visible-lg {
        display: block!important
    }
    table.visible-sm.visible-lg {
        display: table
    }
    tr.visible-sm.visible-lg {
        display: table-row!important
    }
    td.visible-sm.visible-lg,
    th.visible-sm.visible-lg {
        display: table-cell!important
    }
}

.visible-md,
td.visible-md,
th.visible-md,
tr.visible-md {
    display: none!important
}

@media (max-width:766px) {
    .visible-md.visible-xs {
        display: block!important
    }
    table.visible-md.visible-xs {
        display: table
    }
    tr.visible-md.visible-xs {
        display: table-row!important
    }
    td.visible-md.visible-xs,
    th.visible-md.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:767px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block!important
    }
    table.visible-md.visible-sm {
        display: table
    }
    tr.visible-md.visible-sm {
        display: table-row!important
    }
    td.visible-md.visible-sm,
    th.visible-md.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-md.visible-lg {
        display: block!important
    }
    table.visible-md.visible-lg {
        display: table
    }
    tr.visible-md.visible-lg {
        display: table-row!important
    }
    td.visible-md.visible-lg,
    th.visible-md.visible-lg {
        display: table-cell!important
    }
}

.visible-lg,
td.visible-lg,
th.visible-lg,
tr.visible-lg {
    display: none!important
}

@media (max-width:766px) {
    .visible-lg.visible-xs {
        display: block!important
    }
    table.visible-lg.visible-xs {
        display: table
    }
    tr.visible-lg.visible-xs {
        display: table-row!important
    }
    td.visible-lg.visible-xs,
    th.visible-lg.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:767px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block!important
    }
    table.visible-lg.visible-sm {
        display: table
    }
    tr.visible-lg.visible-sm {
        display: table-row!important
    }
    td.visible-lg.visible-sm,
    th.visible-lg.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block!important
    }
    table.visible-lg.visible-md {
        display: table
    }
    tr.visible-lg.visible-md {
        display: table-row!important
    }
    td.visible-lg.visible-md,
    th.visible-lg.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

.hidden-xs {
    display: block!important
}

table.hidden-xs {
    display: table
}

tr.hidden-xs {
    display: table-row!important
}

td.hidden-xs,
th.hidden-xs {
    display: table-cell!important
}

@media (max-width:766px) {
    .hidden-xs,
    td.hidden-xs,
    th.hidden-xs,
    tr.hidden-xs {
        display: none!important
    }
}

@media (min-width:767px) and (max-width:991px) {
    .hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    tr.hidden-xs.hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-xs.hidden-md,
    td.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg {
        display: none!important
    }
}

.hidden-sm {
    display: block!important
}

table.hidden-sm {
    display: table
}

tr.hidden-sm {
    display: table-row!important
}

td.hidden-sm,
th.hidden-sm {
    display: table-cell!important
}

@media (max-width:766px) {
    .hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs {
        display: none!important
    }
}

@media (min-width:767px) and (max-width:991px) {
    .hidden-sm,
    td.hidden-sm,
    th.hidden-sm,
    tr.hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md,
    td.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg {
        display: none!important
    }
}

.hidden-md {
    display: block!important
}

table.hidden-md {
    display: table
}

tr.hidden-md {
    display: table-row!important
}

td.hidden-md,
th.hidden-md {
    display: table-cell!important
}

@media (max-width:766px) {
    .hidden-md.hidden-xs,
    td.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs {
        display: none!important
    }
}

@media (min-width:767px) and (max-width:991px) {
    .hidden-md.hidden-sm,
    td.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md,
    td.hidden-md,
    th.hidden-md,
    tr.hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-md.hidden-lg,
    td.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg {
        display: none!important
    }
}

.hidden-lg {
    display: block!important
}

table.hidden-lg {
    display: table
}

tr.hidden-lg {
    display: table-row!important
}

td.hidden-lg,
th.hidden-lg {
    display: table-cell!important
}

@media (max-width:766px) {
    .hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs {
        display: none!important
    }
}

@media (min-width:767px) and (max-width:991px) {
    .hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-lg.hidden-md,
    td.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg,
    td.hidden-lg,
    th.hidden-lg,
    tr.hidden-lg {
        display: none!important
    }
}

.visible-print,
td.visible-print,
th.visible-print,
tr.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
    .hidden-print,
    td.hidden-print,
    th.hidden-print,
    tr.hidden-print {
        display: none!important
    }
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(images/fancybox/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(images/fancybox/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(images/fancybox/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock {
    overflow: hidden!important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(images/fancybox/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(images/fancybox/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url(images/fancybox/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
    outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.slides {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    display: block;
    width: 100%
}

.slides:after {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
html {
    height: 100%
}

@media (max-width:767px) {
    body {
        background: transparent url(images/mountains.png) repeat-x center -150px
    }
}

h1 {
    font: 700 45px proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    line-height: .85em;
    margin: 0;
    text-transform: uppercase
}

h2 {
    font-size: 40px;
    font-weight: 700
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

a {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

a:focus,
a:hover {
    text-decoration: none
}

#wrap {
    height: auto!important;
    height: 100%;
    margin: 0 auto;
    min-height: 100%;
    padding: 0;
}

@media (max-width:767px) {
    #wrap {
        margin: 0;
        min-height: 0;
        padding: 0
    }
}

#header {
    border-top: 44px #da1921 solid;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width:767px) {
    #header {
        border: 0 none;
        left: auto;
        position: relative;
        top: auto;
        width: auto
    }
}

.customize-support #header {
    top: 32px
}

@media (max-width:767px) {
    .customize-support #header {
        top: auto
    }
}

#header .container {
    position: relative
}

#header .container:after,
#header .container:before {
    content: " ";
    display: table
}

#header .container:after {
    clear: both
}

#header .container:after,
#header .container:before {
    content: " ";
    display: table
}

#header .container:after {
    clear: both
}

/*site name in top thin header */
#header .container>p {
    color: #fff;
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.2em;
    margin: 0;
    position: absolute;
    right: 15px;
    top: -32px;
    text-transform: uppercase;
	display:none;
}

@media (max-width:767px) {
    #header .container>p {
        color: #000000;
        letter-spacing: 2px;
        right: 0;
        text-align: center;
        top: 120px;
        width: 100%
    }
}

#header .container .logo {
    left: 5px;
    position: absolute;
    top: 8px;
    z-index: 105
}

#header .container .logo img {
    height: 60px;
    width: auto;
	margin-top:10px;
}

.footer-logo {
	background: transparent url(images/logo-icon.png) no-repeat center 0;
	width:70px;
	height:51px;
}

@media (max-width:767px) {
    .footer-logo  {
  margin:auto;
    }
}

@media (max-width:767px) {
    #header .container .logo {
        margin-left: -100px;
        left: 50%;
        top: 12px
    }
}

nav {
    position: relative;
    z-index: 100
}

@media (max-width:767px) {
    nav {
        display: none
    }
}

ul.navs {
    margin-bottom: 0;
    padding-right: 0;
    text-align: right
}

@media (max-width:767px) {
    ul.navs {
        background-color: #000000;
        padding: 0!important;
        text-align: left
    }
}

ul.navs>li {
    display: inline-block;
    line-height: .7em!important;
    position: relative
}

@media (max-width:767px) {
    ul.navs>li {
        border-top: 1px rgba(255, 255, 255, .15) solid;
        display: block
    }
}

ul.navs>li>a {
    color: #000000;
    display: inline-block;
    line-height: .7em!important;
    position: relative;
    text-transform: uppercase
}

@media (max-width:767px) {
    ul.navs>li>a {
        color: #fff;
        cursor: pointer!important;
        display: block;
        font: 400 24px proxima-nova-alt-ext-cond, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
        line-height: 1em!important;
        padding: 20px!important
    }
}

ul.navs>li>ul {
    left: 50%;
    list-style: none;
    margin: 0 0 0 -110px;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 0;
    position: absolute;
    text-align: left;
    top: -1000px;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    width: 220px
}

@media (max-width:767px) {
    ul.navs>li>ul {
        left: auto;
        margin: -20px 0 0 0;
        opacity: 100;
        filter: alpha(opacity=10000);
        position: relative;
        top: auto;
        width: auto
    }
    ul.navs>li>ul:before {
        display: none
    }
}

ul.navs>li>ul:before {
    border-bottom: 6px #d81e2a solid;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    content: "";
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: -6px;
    z-index: 10
}

ul.navs>li>ul>li {
    background-color: #d81e2a;
    padding: 0 10px
}

ul.navs>li>ul>li:first-child {
    padding-top: 3px
}

ul.navs>li>ul>li:last-child {
    padding-bottom: 3px
}

ul.navs>li>ul>li:last-child a {
    border-bottom: 0 none
}

@media (max-width:767px) {
    ul.navs>li>ul>li:last-child>ul li a {
        border-top: 1px rgba(255, 255, 255, .15) solid
    }
}

@media (max-width:767px) {
    ul.navs>li>ul>li {
        background-color: transparent;
        border: 0 none;
        margin: 0 20px;
        padding: 0
    }
}

ul.navs>li>ul>li>a,
ul.navs>li>ul>li>ul a {
    border-bottom: 1px rgba(255, 255, 255, .15) solid;
    color: #fff;
    display: block;
    font-weight: 700;
    line-height: 1.2em;
    padding: 12px 8px 12px 20px;
    position: relative
}

@media (max-width:767px) {
    ul.navs>li>ul>li>a,
    ul.navs>li>ul>li>ul a {
        padding-left: 14px
    }
}

ul.navs>li>ul>li>a:hover,
ul.navs>li>ul>li>ul a:hover {
    color: rgba(255, 255, 255, .7)
}

ul.navs>li>ul>li>a:before,
ul.navs>li>ul>li>ul a:before {
    border-bottom: 3px transparent solid;
    border-left: 3px #fff solid;
    border-top: 3px transparent solid;
    content: "";
    left: 8px;
    margin-top: -3px;
    position: absolute;
    top: 50%
}

@media (max-width:767px) {
    ul.navs>li>ul>li>a:before,
    ul.navs>li>ul>li>ul a:before {
        left: 0
    }
}

ul.navs>li>ul>li>ul {
    list-style-type: none;
    padding-left: 20px;
}

@media (max-width:767px) {
    ul.navs>li>ul>li>ul {
        display: block;
        list-style: none;
        padding: 0
    }
}

ul.navs>li:hover>a {
    color: #d81e2a;
}

@media (max-width:767px) {
    ul.navs>li:hover>a {
        color: #fff
    }
}

ul.navs>li:hover>ul {
    opacity: 100;
    filter: alpha(opacity=10000);
    top: 44px
}

#main-nav ul.navs>li:hover>ul {
    margin: 0 0 0 -110px;
    top: 0;
    z-index: 100
}

@media (max-width:767px) {
    #main-nav ul.navs>li:hover>ul {
        margin: -20px 0 0 0
    }
}

@media (max-width:767px) {
    ul.navs>li:hover>ul {
        top: auto
    }
}

#main-nav {
    background: #fff;
    background: rgba(255, 255, 255, .9)
}

#main-nav>ul {
    padding: 45px 0
}

#main-nav>ul>li {
    padding: 0 15px
}

@media (max-width:767px) {
    #main-nav>ul>li {
        padding: 0
    }
    #main-nav>ul>li:first-child {
        border-top: 0 none
    }
}

#main-nav>ul>li>a {
    font: 600 17px proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media (max-width:992px) {
    #main-nav>ul>li>a {
        font-size: 12px
    }
}

#main-nav>ul>li:last-child>ul {
    left: auto;
    margin: 0;
    right: 0
}

@media (max-width:767px) {
    #main-nav>ul>li:last-child>ul {
        margin: -20px 0 0 0
    }
}

#main-nav>ul>li>ul {
    padding-top: 45px
}

@media (max-width:767px) {
    #main-nav>ul>li>ul {
        padding-top: 0
    }
}

#main-nav>ul>li>ul:before {
    top: 39px
}

#secondary-nav {
    background: #f4f4f4;
    background: rgba(255, 255, 255, .7)
}

@media (max-width:767px) {
    #secondary-nav>ul {
        padding-bottom: 6px
    }
}

#secondary-nav>ul>li>a {
    font-weight: 700;
    line-height: 1em!important;
    padding: 15px
}

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

#secondary-nav>ul>li.search>a {
    text-align: left;
    text-indent: -9999px
}

#secondary-nav>ul>li.search>a:before {
    content: "s";
    font: 400 18px Fontastic;
    float: left;
    line-height: .75em;
    text-indent: 0;
    text-transform: none
}

#secondary-nav>ul>li.search.active a {
    color: #d81e2a
}

@media (max-width:767px) {
    .mobile-nav {
        background-color: #000000;
        color: #fff;
        cursor: pointer;
        display: block!important;
        margin-top: 185px;
        padding: 15px
    }
    .mobile-nav .icon-wrap {
        background-color: #27396e;
        border: 1px rgba(255, 255, 255, .15) solid;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        float: left;
        margin-right: 10px;
        padding: 8px 5px;
        width: 50px
    }
    .mobile-nav .icon-wrap .icon-bar {
        background-color: rgba(255, 255, 255, .35);
        display: block;
        height: 1px;
        margin: 3px auto;
        width: 14px
    }
    .mobile-nav p {
        font-weight: 700;
        line-height: 2.5em;
        margin: 0
    }
}

#searchform {
    background: #eee;
    background: rgba(255, 255, 255, .5);
    display: none;
    padding: 20px 0
}

#searchform form {
    padding: 0 0 0 60px;
    position: relative
}

#searchform form:before {
    content: "s";
    color: #000000;
    font: 400 40px Fontastic;
    left: 0;
    position: absolute;
    top: 2px
}

#searchform form input[type=text] {
    background: rgba(255, 255, 255, .92);
    border: 0 none;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    float: left;
    padding: 10px 14px;
    width: 100%
}

#searchform form input[type=submit] {
    background: #d81e2a;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    float: right;
    font: 700 14px proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 15px 55px;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

#searchform form input[type=submit]:hover {
    background: #7b2420
}

@media (max-width:767px) {
    #searchform {
        display: none
    }
}

#frontpage-header {
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 44px;
    min-height: 600px;
    position: relative;
	background-size:cover;
}

@media (min-width:2000px) {
    #frontpage-header {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
}

#frontpage-header:before {
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0)
}

#frontpage-header>.container {
    position: relative;
    min-height: 640px
}

#frontpage-header header {
    bottom: 100px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 3
}

#frontpage-header header h1 {
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, .65);
		margin-left:27%;
	text-align:left;
	margin-bottom:74px;
	line-height: .8 !important;
}

#frontpage-header header h1 span {
    display: block;
    font: 400 60px "Wisdom Script", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1em;
    margin-left: 120px;
    text-align: left;
    text-transform: none
}

#frontpage-header header h5 {
    color: #fff;
    font-size: 30px;
    font-style: italic;
    line-height: 34px;
    padding: 0 20%;
    text-shadow: 1px 1px rgba(0, 0, 0, .65)
}

@media (max-width:767px) {
    #frontpage-header {
        display: none
    }
}

#frontpage-features {
    /*background: transparent url(images/mountains.png) repeat-x center 0; */
    margin: -70px 0 60px 0;
    padding-top: 145px;
    position: relative;
    z-index: 2
}

@media (max-width:767px) {
    #frontpage-features {
        background: 0 0;
        margin: 0 0 15px 0;
        padding-top: 0
    }
}

#frontpage-features .row>div:first-child {
    padding-right: 0
}

@media (max-width:767px) {
    #frontpage-features .row>div:first-child {
        float: none;
        margin: 15px auto;
        padding-right: 15px
    }
}

#frontpage-features .frontpage-report {
    background: transparent url(images/co-capitol.png) no-repeat center 0;
    height: 566px;
    margin-top: -124px;
    position: relative;
    text-align: center
}

@media (max-width:767px) {
    #frontpage-features .frontpage-report {
        background: transparent url(images/co-capitol.png) no-repeat center -126px;
        height: 440px;
        margin-top: 0
    }
}

#frontpage-features .frontpage-report p {
    bottom: 225px;
    color: #fff;
    font: 600 45px proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    left: 0;
    line-height: .9em !important;
    margin: 0 0 30px 35px;
    position: absolute;
    text-shadow: 1px 1px rgba(0, 0, 0, .35);
    text-transform: none;
    width: 100%;
    text-align: left;
}

#frontpage-features .frontpage-report p span {
    display: block;
    font-size: 90px;
    font-weight: 700
}

#frontpage-features .frontpage-report a {
    background-color: #da1921;
    bottom: 0;
    color: #fff;
    display: block;
    font: 700 27px proxima-nova-alt-ext-cond, "Helvetica Neue", Helvetica, Arial, sans-serif;
    left: 0;
    line-height: 1em;
    padding: 28px 0;
    position: absolute;
    text-transform: uppercase;
    width: 100%
}

#frontpage-features .frontpage-report a:hover {
    background-color: #872723
}

@media (max-width:767px) {
    #frontpage-features .frontpage-report a {
        font-size: 24px
    }
}

#frontpage-features .frontpage-news {
    background-color: #0061ab;
    height: 285px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative
}

#frontpage-features .frontpage-news::selection {
    background: #000000;
    color: #fff
}

#frontpage-features .frontpage-news::-moz-selection {
    background: #000000;
    color: #fff
}

#frontpage-features .frontpage-news article {
    height: 285px;
    padding: 40px
}

@media (max-width:767px) {
    #frontpage-features .frontpage-news article {
        padding: 30px
    }
}

#frontpage-features .frontpage-news p {
    color: #fff;
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 10px 0
}

#frontpage-features .frontpage-news h2 {
    line-height: 1em;
    margin: 0 0 10px 0
}

#frontpage-features .frontpage-news h2 a {
    color: #fff
}

#frontpage-features .frontpage-news h2 a:hover {
    color: #c3cdea
}

@media (min-width:767px) and (max-width:992px) {
    #frontpage-features .frontpage-news h2 {
        font-size: 34px
    }
}

@media (max-width:767px) {
    #frontpage-features .frontpage-news h2 {
        font-size: 28px
    }
}

#frontpage-features .frontpage-news time {
    color: #fff;
    color: rgba(255, 255, 255, .5);
    font-size: 26px;
    font-weight: 700
}

@media (min-width:767px) and (max-width:992px) {
    #frontpage-features .frontpage-news time {
        font-size: 22px
    }
}

@media (max-width:767px) {
    #frontpage-features .frontpage-news time {
        font-size: 18px
    }
}

#frontpage-features .frontpage-news .flex-direction-nav a {
    background: transparent url(images/directional-nav.png) no-repeat 0 0;
    bottom: 30px;
    display: block;
    height: 14px;
    position: absolute;
    text-indent: -9999px;
    -webkit-transition: none;
    transition: none;
    width: 27px
}

#frontpage-features .frontpage-news .flex-direction-nav a.flex-next {
    background-position: 0 -13px;
    right: 60px
}

#frontpage-features .frontpage-news .flex-direction-nav a.flex-next.flex-disabled {
    background-position: -27px -13px;
    cursor: default
}

#frontpage-features .frontpage-news .flex-direction-nav a.flex-prev {
    right: 30px
}

#frontpage-features .frontpage-news .flex-direction-nav a.flex-prev.flex-disabled {
    background-position: -27px 0;
    cursor: default
}

#frontpage-features .frontpage-members {
    background-color: #c9c9c9;
    height: 142px;
    position: relative
}

@media (max-width:767px) {
    #frontpage-features .frontpage-members {
        height: auto
    }
}

#frontpage-features .frontpage-members header {
    background-color: #b2b2b2;
    float: left;
    height: 142px;
    padding-top: 35px;
    position: relative;
    text-align: center;
    width: 35%
}

#frontpage-features .frontpage-members header:after {
    border-bottom: 71px transparent solid;
    border-left: 20px #b2b2b2 solid;
    border-top: 71px transparent solid;
    content: "";
    position: absolute;
    right: -20px;
    top: 0
}

#frontpage-features .frontpage-members header p {
    color: rgba(255, 255, 255, .6);
    font-size: 29px;
    font-weight: 300;
    line-height: .9em;
    margin: 0;
    text-transform: uppercase
}

#frontpage-features .frontpage-members header p span {
    font-size: 33px;
    font-weight: 700
}

@media (min-width:767px) and (max-width:992px) {
    #frontpage-features .frontpage-members header p {
        font-size: 20px
    }
    #frontpage-features .frontpage-members header p span {
        font-size: 23px
    }
}

@media (min-width:767px) and (max-width:992px) {
    #frontpage-features .frontpage-members header {
        padding-top: 45px
    }
}

@media (max-width:767px) {
    #frontpage-features .frontpage-members header {
        height: auto;
        float: none;
        padding: 20px;
        width: 100%
    }
    #frontpage-features .frontpage-members header:after {
        display: none
    }
    #frontpage-features .frontpage-members header p {
        font-size: 24px;
        font-weight: 700
    }
    #frontpage-features .frontpage-members header p span {
        font-size: 24px
    }
}

#frontpage-features .frontpage-members .members-list {
    float: right;
    height: 142px;
    padding: 15px 0;
    text-align: center;
    width: 62%
}

#frontpage-features .frontpage-members .members-list img {
    padding: 0 20px;
    max-height: 110px;
    max-width: 330px;
    width: auto;
    height: auto;
    margin: 0px auto;
}

@media (min-width:767px) and (max-width:992px) {
    #frontpage-features .frontpage-members .members-list {
        padding: 30px 0
    }
    #frontpage-features .frontpage-members .members-list img {
        max-height: 86px;
        max-width: 255px;
    }
}

@media (max-width:767px) {
    #frontpage-features .frontpage-members .members-list {
        height: auto;
        float: none;
        width: 100%
    }
}

#frontpage-features .frontpage-members .flex-control-nav {
    bottom: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 188px
}

#frontpage-features .frontpage-members .flex-control-nav li {
    display: inline-block;
    padding: 0 5px
}

#frontpage-features .frontpage-members .flex-control-nav li a {
    background-color: rgba(255, 255, 255, .5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    height: 8px;
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    width: 8px
}

#frontpage-features .frontpage-members .flex-control-nav li a.flex-active {
    background-color: #fff
}

@media (min-width:767px) and (max-width:992px) {
    #frontpage-features .frontpage-members .flex-control-nav {
        width: 140px
    }
}

@media (max-width:767px) {
    #frontpage-features .frontpage-members .flex-control-nav {
        display: none
    }
}

#frontpage-banners {
    background-color: #0061ab;
    padding: 60px 0 90px 0;
    position: relative;
    overflow: hidden
}

#frontpage-banners .row>div {
    height: auto;
    margin-left: 8.3%
}

@media (max-width:992px) {
    #frontpage-banners .row>div {
        margin-left: 0
    }
}

#frontpage-banners .banners-list {
    height: auto
}

#frontpage-banners .banners-list li figure {
    position: relative
}

#frontpage-banners .banners-list li figure a {
    display: block
}

#frontpage-banners .banners-list li figure .flex-caption {
    background: #000;
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 25px;
    position: absolute;
    width: 100%
}

#frontpage-banners .banners-list li figure .flex-caption h3 {
    font: 700 30px proxima-nova-alt-ext-cond, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1em;
    margin: 0 0 5px 0;
    text-transform: uppercase
}

#frontpage-banners .banners-list li figure .flex-caption p {
    font-size: 16px;
    line-height: 18px;
    margin: 0
}

#frontpage-banners .banners-list li figure .flex-caption a {
    color: #fff
}

@media (max-width:767px) {
    #frontpage-banners .banners-list li figure .flex-caption {
        position: relative
    }
}

#frontpage-banners .flex-direction-nav a {
    background: transparent url(images/directional-nav.png) no-repeat 0 0;
    display: block;
    height: 27px;
    margin-top: -13px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    -webkit-transition: none;
    transition: none;
    width: 14px
}

#frontpage-banners .flex-direction-nav a.flex-prev {
    left: -30px
}

#frontpage-banners .flex-direction-nav a.flex-next {
    background-position: -13px 0;
    right: -30px
}

@media (max-width:992px) {
    #frontpage-banners .flex-direction-nav {
        display: none
    }
}

#frontpage-banners .flex-control-nav {
    bottom: -45px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

#frontpage-banners .flex-control-nav li {
    display: inline-block;
    padding: 0 5px
}

#frontpage-banners .flex-control-nav li a {
    background-color: rgba(255, 255, 255, .5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    height: 8px;
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    width: 8px
}

#frontpage-banners .flex-control-nav li a.flex-active {
    background-color: #fff
}

@media (max-width:767px) {
    #frontpage-banners {
        padding: 15px 0
    }
}

#frontpage-event {
    background-color: #000000;
    color: #fff
}

#frontpage-event .row>div {
    display: table;
    min-height: 130px;
    padding: 30px 10px
}

#frontpage-event .row>div:first-child {
    background: transparent url(images/featured-event-bg.png) repeat-y right 0
}

#frontpage-event time {
    color: #fff;
    display: table-cell;
    font: 700 50px proxima-nova-alt-ext-cond, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: .85em;
    padding-left: 115px;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle
}

@media (max-width:992px) {
    #frontpage-event time {
        margin-bottom: 20px;
        padding-left: 20px
    }
}

#frontpage-event time em {
    color: rgba(255, 255, 255, .4);
    display: block;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 1.5em
}

#frontpage-event time span {
    font: 700 14px proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block
}

#frontpage-event time:before {
    color: rgba(255, 255, 255, .4);
    content: "c";
    font: 400 60px Fontastic;
    left: 40px;
    line-height: 1em;
    margin: -30px 15px 12px 0;
    position: absolute;
    text-transform: none;
    top: 50%
}

#frontpage-event time:after {
    color: #fff;
    content: "5";
    font: 400 16px Fontastic;
    left: 63px;
    position: absolute;
    text-transform: none;
    top: 50%
}

@media (max-width:992px) {
    #frontpage-event time:after,
    #frontpage-event time:before {
        display: none
    }
}

#frontpage-event a {
    color: #fff;
    display: table-cell;
    font: 400 30px proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1em;
    padding-left: 20px;
    vertical-align: middle
}

@media (max-width:767px) {
    #frontpage-event {
        padding: 30px;
        text-align: center
    }
    #frontpage-event .row>div {
        display: block;
        min-height: 0;
        padding: 0
    }
    #frontpage-event .row>div:first-child {
        background: 0 0
    }
    #frontpage-event a,
    #frontpage-event time {
        display: block;
        padding: 0
    }
}

#frontpage-testimonials header,
.side_testimonials header {
    margin-bottom: 30px
}

#frontpage-testimonials header p,
.side_testimonials header p {
    color: #d81e2a;
    font: 400 20px proxima-nova-alt-ext-cond, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1em;
    text-transform: uppercase
}

#frontpage-testimonials header p:before,
.side_testimonials header p:before {
    content: "m";
    font: 400 18px Fontastic;
    float: left;
    margin-right: 10px;
    text-transform: none
}

@media (max-width:767px) {
    #frontpage-testimonials header,
    .side_testimonials header {
        margin-bottom: 15px
    }
    #frontpage-testimonials header p:before,
    .side_testimonials header p:before {
        display: none
    }
}

#frontpage-testimonials .testimonial-photo,
.side_testimonials .testimonial-photo {
    position: relative;
    text-align: center
}

#frontpage-testimonials .testimonial-photo img,
.side_testimonials .testimonial-photo img {
    border: 10px #e6e6e6 solid;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    -o-border-radius: 130px;
    border-radius: 130px;
    height: 130px;
    margin-bottom: 15px;
    width: 130px
}

#frontpage-testimonials .testimonial-photo i:before,
.side_testimonials .testimonial-photo i:before {
    background: #d81e2a;
    border: #e6e6e6 4px solid;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    left: 150px;
    line-height: 1em!important;
    padding: 10px;
    position: absolute;
    top: 0
}

@media (max-width:992px) {
    #frontpage-testimonials .testimonial-photo i:before,
    .side_testimonials .testimonial-photo i:before {
        left: 125px
    }
}

@media (max-width:767px) {
    #frontpage-testimonials .testimonial-photo i:before,
    .side_testimonials .testimonial-photo i:before {
        display: none
    }
}

@media (max-width:767px) {
    #frontpage-testimonials .testimonial-photo,
    .side_testimonials .testimonial-photo {
        margin-bottom: 30px
    }
}

#frontpage-testimonials .testimonial-entry strong,
.side_testimonials .testimonial-entry strong {
    margin-bottom: 8px;
    text-transform: uppercase
}

#frontpage-testimonials .testimonial-entry em,
#frontpage-testimonials .testimonial-entry span,
#frontpage-testimonials .testimonial-entry strong,
.side_testimonials .testimonial-entry em,
.side_testimonials .testimonial-entry span,
.side_testimonials .testimonial-entry strong {
    display: block
}

#frontpage-testimonials .testimonial-entry em,
.side_testimonials .testimonial-entry em {
    color: #b2b2b2;
    margin-top: 4px
}

#frontpage-testimonials .testimonial-entry i:before,
.side_testimonials .testimonial-entry i:before {
    content: "h";
    font: 400 20px Fontastic;
    float: left;
    line-height: 1.5em;
    margin-right: 12px
}

#frontpage-testimonials .testimonial-quote,
.side_testimonials .testimonial-quote {
    margin-bottom: 50px
}

#frontpage-testimonials {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (max-width:767px) {
    #frontpage-testimonials {
        text-align: center
    }
}

#frontpage-testimonials .testimonial-quote p {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1em
}

#frontpage-testimonials .testimonial-quote a {
    font-size: 22px
}

@media (max-width:767px) {
    #frontpage-testimonials .testimonial-quote a i {
        display: none
    }
}

@media (max-width:767px) {
    #frontpage-testimonials .testimonial-quote p {
        font-size: 24px
    }
}

#frontpage-testimonials .testimonial-no-photo {
    padding: 0 80px
}

.side_testimonials header {
    margin-bottom: 15px
}

.side_testimonials div,
.side_testimonials header {
    float: none;
    padding: 0;
    width: 100%
}

.side_testimonials .testimonial-entry {
    margin-bottom: 15px
}

.side_testimonials .testimonial-quote p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35em;
    margin-bottom: 0
}

.side_testimonials .testimonial-quote a {
    display: block;
    font-size: 15px;
    line-height: 2em
}

.side_testimonials strong {
    margin-bottom: 4px!important
}

#interior-header {
    background: transparent url(images/interior.jpg) repeat center 0;
    margin-top: 44px;
    min-height: 230px
}

@media (max-width:767px) {
    #interior-header {
        background: 0 0;
        margin-top: 0;
        min-height: 0
    }
}

#main {
    /* background: transparent url(images/mountains-interior.png) repeat-x center 0; */
    margin: -70px 0 0 0;
    padding-top: 105px
}

@media (max-width:767px) {
    #main {
        background: 0 0;
        margin: 15px 0;
        padding-top: 0
    }
}

.text {
    position: relative
}

.text ol,
.text p,
.text ul {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px
}

.text ol,
.text ul {
    padding-left: 25px
}

.text ol li,
.text ul li {
    line-height: 24px;
    margin-bottom: 8px
}

.text ol li ul,
.text ul li ul {
    margin-top: 15px
}

.text ol li address,
.text ul li address {
    margin: 0
}

.text .wp-caption,
.text img {
    height: auto;
    max-width: 100%
}

.text h1 {
    color: #d81e2a;
    font-size: 50px;
    line-height: .8em !important;
    margin-bottom: 20px
}

.text h2 {
    margin-bottom: 20px
}

.text h2 a {
    color: #000000
}

.text iframe {
    width: 100%
}

@media (max-width:767px) {
    #sidebar {
        margin-bottom: 20px
    }
}

#sidebar .side_menu {
    background-color: #0061ab;
    margin-bottom: 50px
}

#sidebar .side_menu header {
    background-color: #313f66;
    background-color: rgba(255, 255, 255, .08);
    color: #838aa4;
    color: rgba(255, 255, 255, .4);
    font-weight: 700;
    line-height: 1em;
    padding: 20px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

#sidebar .side_menu header:before {
    bottom: 0;
    border-bottom: 7px #0061ab solid;
    border-left: 7px transparent solid;
    border-right: 7px transparent solid;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -7px
}

#sidebar .side_menu ul {
    margin-bottom: 0;
    padding: 5px 20px 20px 20px
}

#sidebar .side_menu ul li {
    border-bottom: 1px rgba(255, 255, 255, .15) solid;
    position: relative
}

#sidebar .side_menu ul li:last-child {
    border-bottom: 0 none
}

#sidebar .side_menu ul li.current-cat,
#sidebar .side_menu ul li.current_page_item,
#sidebar .side_menu ul li.current_page_parent {
    font-weight: 700
}

#sidebar .side_menu ul li.current-cat>a,
#sidebar .side_menu ul li.current_page_item>a,
#sidebar .side_menu ul li.current_page_parent>a {
    color: rgba(255, 255, 255, .75)
}

#sidebar .side_menu ul li.current-cat>a:before,
#sidebar .side_menu ul li.current_page_item>a:before,
#sidebar .side_menu ul li.current_page_parent>a:before {
    border-bottom: 6px transparent solid;
    border-left: 6px #fff solid;
    border-top: 6px transparent solid;
    content: "";
    position: absolute;
    left: -20px;
    margin-top: -6px;
    top: 50%
}

#sidebar .side_menu ul li.current_page_item>a {
    cursor: default
}

#sidebar .side_menu ul li.page_item_has_children:after {
    border-right: 4px transparent solid;
    border-left: 4px transparent solid;
    border-top: 4px rgba(255, 255, 255, .5) solid;
    content: "";
    position: absolute;
    right: 20px;
    top: 20px
}

#sidebar .side_menu ul li.current_page_parent.page_item_has_children ul {
    display: block
}

#sidebar .side_menu ul li.current_page_parent.page_item_has_children ul li {
    font-weight: 400
}

#sidebar .side_menu ul li.current_page_parent.page_item_has_children ul li.current_page_item {
    font-weight: 700
}

#sidebar .side_menu ul li a {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 1em;
    padding: 12px 20px;
    position: relative
}

#sidebar .side_menu ul li a:hover {
    color: rgba(255, 255, 255, .75)
}

@media (max-width:992px) {
    #sidebar .side_menu ul li a {
        font-size: 14px;
        padding: 12px 16px
    }
}

#sidebar .side_menu ul li ul {
    display: none;
    margin-bottom: 10px;
    padding: 0
}

#sidebar .side_menu ul li ul li {
    border-bottom: 0
}

#sidebar .side_menu ul li ul li a {
    font-size: 16px;
    padding: 5px 20px 5px 40px;
    position: relative
}

#sidebar .side_menu ul li ul li a:before,
#sidebar .side_menu ul li ul li.current_page_item a:before {
    background: #fff;
    border: 0 none!important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 4px;
    left: 25px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 4px
}

#sidebar .side_content {
    background: #e8e8e8;
    padding: 20px 20px 10px 20px
}

#sidebar .side_content h3 {
    color: #000000;
    margin: 0 0 10px 0
}

#sidebar .side_content ul {
    margin-bottom: 30px;
    padding-left: 20px
}

#sidebar .side_content ul li {
    margin-bottom: 6px
}

.staff-entry {
    font-size: 16px;
    height: 575px;
    text-align: center
}

@media (max-width:767px) {
    .staff-entry {
        height: auto
    }
}

.staff-entry>span a {
    color: #333
}

.staff-entry .profile-photo {
    display: inline-block;
    padding: 10px;
    position: relative
}

.staff-entry .profile-photo.profile-photo-link:before {
    background: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease;
    width: 100%;
    z-index: 10
}

.staff-entry .profile-photo.profile-photo-link span {
    color: #fff;
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%
}

.staff-entry .profile-photo.profile-photo-link span:before {
    content: "b";
    font: 400 60px Fontastic;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 35%;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    z-index: 20
}

.staff-entry .profile-photo.profile-photo-link span:after {
    content: "Read Full Bio";
    font-size: 30px;
    font-weight: 300;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 55%;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    width: 100%;
    z-index: 20
}

.staff-entry .profile-photo img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    max-width: 100%
}

.staff-entry .profile-photo:hover.profile-photo-link:before {
    opacity: .8;
    filter: alpha(opacity=80)
}

.staff-entry .profile-photo:hover.profile-photo-link span:after,
.staff-entry .profile-photo:hover.profile-photo-link span:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.staff-entry.col-large img {
    height: 350px;
    width: 245px
}

@media (max-width:767px) {
    .staff-entry.col-large img {
        height: auto;
        width: auto
    }
}

.staff-entry.col-small {
    height: 500px
}

@media (max-width:767px) {
    .staff-entry.col-small {
        height: auto
    }
}

.staff-entry.col-small img {
    height: 275px;
    width: 193px
}

@media (max-width:992px) {
    .staff-entry.col-small img {
        height: 286px;
        width: 200px
    }
}

@media (max-width:767px) {
    .staff-entry.col-small img {
        height: auto;
        width: auto
    }
}

.staff-entry.col-small>a,
.staff-entry.col-small>em,
.staff-entry.col-small>span {
    font-size: 14px
}

@media (max-width:767px) {
    .staff-entry.col-small>a,
    .staff-entry.col-small>em,
    .staff-entry.col-small>span {
        font-size: inherit
    }
}

.staff-entry.staff-council {
    height: 300px
}

@media (max-width:767px) {
    .staff-entry.staff-council {
        height: auto
    }
}

.staff-entry.staff-council img {
    height: 160px;
    width: 112px
}

@media (max-width:992px) {
    .staff-entry.staff-council img {
        height: 196px;
        width: 138px
    }
}

@media (max-width:767px) {
    .staff-entry.staff-council img {
        height: auto;
        width: auto
    }
}

.staff-entry.staff-council h3 {
    font-size: 14px;
    margin: 3px 0 6px 0
}

.staff-entry.staff-council em {
    margin-bottom: 6px
}

.staff-entry.staff-council>a,
.staff-entry.staff-council>em,
.staff-entry.staff-council>span {
    display: block;
    font-size: 13px;
    line-height: 15px
}

@media (max-width:767px) {
    .staff-entry.staff-council>a,
    .staff-entry.staff-council>em,
    .staff-entry.staff-council>span {
        font-size: inherit
    }
}

.staff-entry.staff-council .profile-photo.profile-photo-link span:after {
    display: none
}

.staff-entry>em {
    color: #888;
    display: block;
    margin-bottom: 8px
}

@media (max-width:767px) {
    .staff-entry {
        margin-bottom: 60px
    }
}

.email-address {
    display: inline-block;
    text-indent: -9999px
}

.email-address:before {
    border-left: 1px #333 solid;
    content: "a";
    font: 400 20px Fontastic;
    float: left;
    line-height: .75em;
    margin: 2px 0 0 5px;
    padding-left: 8px;
    text-indent: 0
}

.staff-entry-single {
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%
}

.staff-entry-single img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    max-width: 100%;
    padding: 0
}

@media (max-width:767px) {
    .staff-entry-single {
        margin-left: 0
    }
}

.title-center h1 {
    text-align: center
}

.staff-type {
    margin: -12px 0 12px 0
}

@media (max-width:767px) {
    .staff-type {
        margin: 0 0 20px 0;
        text-align: center
    }
}

.staff-type a {
    background: rgba(32, 47, 91, .2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.staff-type a:hover {
    background: #000000
}

.button {
    background: #fdd032;
    border: 0 none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 12px;
    text-transform: uppercase;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.button:hover {
    background: #898b8e;
    color: #fff
}

hr {
    margin: 45px 0
}

.accordion_wrapper {
    clear: both
}

.accordion_wrapper>div {
    margin-bottom: 20px
}

.accordion_wrapper>div h3 {
    margin: 0
}

.accordion_wrapper>div h3 a {
    background: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: 20px 60px 20px 24px;
    position: relative
}

@media (max-width:992px) {
    .accordion_wrapper>div h3 a {
        font-size: 18px
    }
}

.accordion_wrapper>div h3 a:hover {
    background: #4c4c4c
}

.accordion_wrapper>div h3 a:before {
    content: "g";
    font: 400 24px Fontastic;
    line-height: 1em;
    margin-top: -12px;
    position: absolute;
    right: 24px;
    top: 50%
}

.accordion_wrapper>div h3 a.open {
    background: #e3e3e3;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    color: #000000
}

.accordion_wrapper>div h3 a.open:before {
    content: "e"
}

.accordion_wrapper>div>div {
    background: #e3e3e3;
    padding: 5px 40px 20px 40px
}

.accordion_wrapper>div>div span {
    display: block
}

@media (max-width:992px) {
    .accordion_wrapper>div>div {
        padding: 5px 30px 20px 30px
    }
}

.policy-councils .council_wrap {
    border-bottom: 1px #ccc solid;
    margin: 10px 0 25px 0;
    padding-bottom: 25px
}

.policy-councils .council_wrap:after,
.policy-councils .council_wrap:before {
    content: " ";
    display: table
}

.policy-councils .council_wrap:after {
    clear: both
}

.policy-councils .council_wrap:after,
.policy-councils .council_wrap:before {
    content: " ";
    display: table
}

.policy-councils .council_wrap:after {
    clear: both
}

.policy-councils .council_wrap .council_chair,
.policy-councils .council_wrap .council_contact {
    float: left;
    width: 50%
}

.policy-councils .council_wrap .council_chair:after,
.policy-councils .council_wrap .council_chair:before,
.policy-councils .council_wrap .council_contact:after,
.policy-councils .council_wrap .council_contact:before {
    content: " ";
    display: table
}

.policy-councils .council_wrap .council_chair:after,
.policy-councils .council_wrap .council_contact:after {
    clear: both
}

.policy-councils .council_wrap .council_chair:after,
.policy-councils .council_wrap .council_chair:before,
.policy-councils .council_wrap .council_contact:after,
.policy-councils .council_wrap .council_contact:before {
    content: " ";
    display: table
}

.policy-councils .council_wrap .council_chair:after,
.policy-councils .council_wrap .council_contact:after {
    clear: both
}

@media (min-width:767px) and (max-width:992px) {
    .policy-councils .council_wrap .council_chair,
    .policy-councils .council_wrap .council_contact {
        text-align: center
    }
}

@media (max-width:767px) {
    .policy-councils .council_wrap .council_chair,
    .policy-councils .council_wrap .council_contact {
        float: none;
        margin-bottom: 30px;
        width: auto
    }
}

.policy-councils .chair-photo {
    border: 2px #e3e3e3 solid;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -o-border-radius: 200px;
    border-radius: 200px;
    -webkit-box-shadow: 0 0 0 5px #c9c9c9;
    box-shadow: 0 0 0 5px #c9c9c9;
    float: left;
    height: 60px;
    margin-right: 20px;
    width: 60px
}

@media (min-width:767px) and (max-width:992px) {
    .policy-councils .chair-photo {
        float: none;
        margin: 0 0 20px 0
    }
}

.policy-councils .chair_content {
    float: left;
    padding-right: 20px;
    width: 185px
}

.policy-councils .chair_content em a {
    color: #333
}

@media (min-width:767px) and (max-width:992px) {
    .policy-councils .chair_content {
        float: none;
        padding: 0 10px;
        width: auto
    }
}

@media (max-width:767px) {
    .policy-councils .chair_content {
        float: left;
        padding: 0;
        width: 140px
    }
}

.policy-councils h5 {
    color: #d81e2a;
    font: 700 15px proxima-nova-alt-ext-cond, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 2px 0;
    text-transform: uppercase
}

.policy-councils .council_contact strong a {
    color: #333
}

.policy-councils .subcommittees {
    border-top: 1px #ccc solid;
    margin: 20px 0;
    padding-top: 25px;
    text-align: center
}

.policy-councils .subcommittees:after,
.policy-councils .subcommittees:before {
    content: " ";
    display: table
}

.policy-councils .subcommittees:after {
    clear: both
}

.policy-councils .subcommittees:after,
.policy-councils .subcommittees:before {
    content: " ";
    display: table
}

.policy-councils .subcommittees:after {
    clear: both
}

.policy-councils .subcommittees h3 {
    margin-bottom: 20px
}

.policy-councils .subcommittees .chair-photo {
    display: block;
    float: none;
    margin: 12px auto
}

@media (max-width:992px) {
    .policy-councils .subcommittees .chair-photo {
        display: none
    }
}

.policy-councils .subcommittees span {
    display: block;
    float: left;
    padding: 0 5px;
    width: 25%
}

@media (max-width:992px) {
    .policy-councils .subcommittees span {
        clear: both;
        float: none;
        margin: 20px 0;
        padding: 0;
        text-align: left;
        width: auto
    }
}

.policy-councils .subcommittees em {
    display: block;
    font-size: 12px;
    line-height: 1.2em
}

.sponsors {
    margin: 40px 0;
    padding: 0!important
}

.sponsors:after,
.sponsors:before {
    content: " ";
    display: table
}

.sponsors:after {
    clear: both
}

.sponsors:after,
.sponsors:before {
    content: " ";
    display: table
}

.sponsors:after {
    clear: both
}

.sponsors li {
    float: left;
    margin: 0!important;
    padding: 10px;
    text-align: center
}

.sponsors li a {
    display: block;
    height: 100%
}

.sponsors li img {
    max-height: 100%;
    max-width: 100%
}

.sponsors li .no-logo {
    display: block;
    height: 68px;
    padding-top: 20px
}

@media (max-width:992px) {
    .sponsors li .no-logo {
        height: 80px;
        padding-top: 30px
    }
}

@media (max-width:767px) {
    .sponsors li .no-logo {
        height: 46px;
        padding-top: 10px
    }
}

.sponsors.sponsors-no-logo.sponsors-large li {
    height: auto!important;
    line-height: 1.2em;
    padding: 6px
}

.sponsors.sponsors-no-logo .no-logo {
    height: auto;
    padding-top: 0
}

@media (max-width:767px) {
    .sponsors.sponsors-no-logo li {
        float: none;
        padding: 6px 0;
        width: auto
    }
}

.sponsors-x-large li {
    height: 140px;
    width: 100%
}

@media (max-width:992px) {
    .sponsors-x-large li {
        height: 80px;
        width: 50%
    }
}

.sponsors-large li {
    height: 140px;
    width: 50%
}

@media (max-width:992px) {
    .sponsors-large li {
        height: 80px
    }
}

.sponsors-small li {
    height: 100px;
    width: 33%
}

@media (max-width:992px) {
    .sponsors-small li {
        height: 80px;
        width: 50%
    }
}

.sponsors-x-small li {
    height: 80px;
    width: 25%
}

@media (max-width:992px) {
    .sponsors-x-small li {
        width: 50%
    }
}

.sponsors-list li {
    padding: 0;
    text-align: left
}

.sponsors-capitol-report {
    margin: 0!important
}

.subheadings {
    color: #b3b3b3
}

.contact_person {
    float: right;
    margin: 0 0 20px 20px;
    text-align: center;
    width: 225px
}

.contact_person header {
    background: #b2b2b2;
    padding: 15px 15px 0 15px;
    position: relative
}

.contact_person header:before {
    border-top: 15px #b2b2b2 solid;
    border-left: 112px transparent solid;
    border-right: 112px transparent solid;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0
}

.contact_person header p {
    color: #e0e0e0;
    font: 700 20px proxima-nova-alt-ext-cond, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase
}

.contact_person ul {
    background: #c9c9c9;
    padding: 35px 0 0 0!important
}

.contact_person ul li {
    color: #000000;
    margin: 0;
    padding-bottom: 20px
}

.contact_person ul li img {
    border: 5px #e3e3e3 solid;
    margin-bottom: 15px;
    width: 50%
}

.contact_person ul li em,
.contact_person ul li strong {
    display: block
}

.contact_person ul li em,
.contact_person ul li span {
    font-size: 12px;
    line-height: 1.2em
}

.contact_person ul li a {
    color: #000000
}

.contact_person ul li .email-address:before {
    border-left-color: #999;
    font-size: 16px;
    margin-top: 6px
}

@media (max-width:767px) {
    .contact_person {
        display: none
    }
}

.levels {
    border: 1px #ccc solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 60px
}

.levels header {
    text-align: center
}

.levels header h3 {
    background: #efefef;
    border-bottom: 1px #ccc solid;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 3px;
    margin: 0;
    padding: 25px 25px 35px 25px;
    text-transform: uppercase
}

@media (max-width:767px) {
    .levels header h3 {
        font-size: 30px;
        letter-spacing: 2px
    }
}

.levels header p {
    margin: -20px 0 8px 0
}

.levels header p span {
    background: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    padding: 10px 20px
}

.levels .levels-content {
    padding: 15px 30px
}

@media (max-width:767px) {
    .levels .levels-content {
        padding: 15px
    }
}

.levels ul {
    list-style: none;
    padding: 0!important
}

.levels ul li {
    padding-left: 35px;
    position: relative
}

.levels ul li:before {
    color: #55b264;
    content: "d";
    font: 400 20px Fontastic;
    left: 0;
    margin-top: -12px;
    position: absolute;
    top: 50%
}

.featured_image {
    margin-bottom: 30px;
    position: relative
}

.featured_image>div {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    width: 100%
}

@media (max-width:767px) {
    .featured_image>div {
        background: #333;
        bottom: auto;
        left: auto;
        padding: 15px;
        position: relative
    }
}

.featured_image>div>p {
    color: #fff;
    font-size: 12px;
    font-style: italic;
    line-height: 1em;
    margin: 0
}

@media (max-width:767px) {
    .featured_image>div>p {
        line-height: 1.2em
    }
}

.pagination {
    padding-left: 0!important
}

.pagination span:hover {
    background: 0 0!important
}

.pagination a,
.pagination span {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 18px!important
}

.event-listing {
    margin: 0 0 20px 0
}

.event-listing dt {
    background-color: #e6e6e6;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin: 20px 0 8px 0;
    padding: 10px;
    text-transform: uppercase
}

.event-listing dt:after,
.event-listing dt:before {
    content: " ";
    display: table
}

.event-listing dt:after {
    clear: both
}

.event-listing dt:after,
.event-listing dt:before {
    content: " ";
    display: table
}

.event-listing dt:after {
    clear: both
}

.event-listing dt.calendar-cat {
    background-color: #d3d5da
}

.event-listing dt span {
    background-color: #b8bac2;
    color: #75809f;
    display: block;
    float: right;
    font-size: 10px;
    line-height: 1em;
    padding: 2px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.event-listing dd {
    font-size: 18px;
    margin: 0 0 0 10px;
    padding: 4px
}

.event-listing dd span {
    display: inline-block;
    font: 700 18px proxima-nova-alt-ext-cond, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: right;
    width: 70px
}

@media (max-width:767px) {
    .event-listing dd span {
        display: block;
        text-align: left;
        width: auto
    }
}

.annual-event-listing {
    padding: 0!important
}

.annual-event-listing li {
    border-bottom: 1px #d5d5d5 solid;
    margin-bottom: 45px!important;
    padding-bottom: 45px
}

.annual-event-listing li:last-child {
    border-bottom: 0 none;
    margin-bottom: 0
}

.annual-event-listing li>p {
    margin: 0
}

.annual-event-listing li .annual_event_photo {
    margin-bottom: 20px
}

.annual-event-listing li .button {
    display: inline-block;
    margin-top: 20px
}

@media (max-width:767px) {
    .annual-event-listing li .button {
        display: block;
        text-align: center
    }
}

.annual-event-listing li .event-contact {
    margin-top: 30px
}

.event-contact:after,
.event-contact:before {
    content: " ";
    display: table
}

.event-contact:after {
    clear: both
}

.event-contact:after,
.event-contact:before {
    content: " ";
    display: table
}

.event-contact:after {
    clear: both
}

.event-contact .council_contact {
    float: left;
    width: 50%
}

.event-contact .council_contact:after,
.event-contact .council_contact:before {
    content: " ";
    display: table
}

.event-contact .council_contact:after {
    clear: both
}

.event-contact .council_contact:after,
.event-contact .council_contact:before {
    content: " ";
    display: table
}

.event-contact .council_contact:after {
    clear: both
}

@media (max-width:992px) {
    .event-contact .council_contact {
        float: none;
        margin-bottom: 30px;
        width: 100%
    }
}

.event-contact .council_contact .chair-photo {
    margin-left: 20px
}

@media (max-width:992px) {
    .event-contact .council_contact .chair-photo {
        float: left;
        margin-left: 20px
    }
}

.event-contact .council_contact .chair_content {
    padding-top: 10px
}

.event-contact .council_contact .chair_content em a {
    color: #333
}

@media (max-width:992px) {
    .event-contact .council_contact .chair_content {
        float: left;
        padding-left: 20px;
        width: 185px
    }
}

#toc {
    background: #f4f4f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 30px
}

#toc h4 {
    margin: 0 0 20px 0
}

#toc ul {
    margin-bottom: 0
}

#footer {
    /* background: #c9c9c9 url(images/footer.jpg) repeat-x center 0; */
    background: #eeeeee;
	min-height: 350px;
    padding-top: 75px;
    position: relative
}

@media (max-width:767px) {
    #footer {
        background: #eeeeee;
        padding-top: 30px;
        height: auto
    }
}

#footer::selection {
    background: #000000;
    color: #fff
}

#footer::-moz-selection {
    background: #000000;
    color: #fff
}

@media (max-width:767px) {
    #footer .container .row>div {
        float: none;
        padding: 10px;
        text-align: center;
        width: 100%
    }
}

#footer .container .row>div>p {
    color: #333;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 25px
}

#footer .container .row>div address {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin: 0
}

#footer .container .row>div a {
    color: #000000!important
}

#footer .container ul {
    margin-top: 0px;
    text-align: right
}

#footer .container ul:after,
#footer .container ul:before {
    content: " ";
    display: table
}

#footer .container ul:after {
    clear: both
}

#footer .container ul:after,
#footer .container ul:before {
    content: " ";
    display: table
}

#footer .container ul:after {
    clear: both
}

#footer .container ul li {
    display: inline-block;
    margin-left: 30px
}

#footer .container ul li a {
    color: #898b8e;
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    width: 36px
}

#footer .container ul li a:hover {
    color: #d81e2a
}
#footer .container ul li a svg{
    transition: all 0.25s;
}
#footer .container ul li a:hover svg{
    fill: #d81e2a !important;
}

#footer .container ul li a:before {
    font: 400 36px Fontastic;
    float: left;
    text-indent: 0
}

#footer .container ul li.fb a:before {
    content: "f"
}

#footer .container ul li.tw a:before {
    content: "t"
}

#footer .container ul li.ln a:before {
    content: "l"
}

@media (max-width:767px) {
    #footer .container ul {
        margin: 0 0 20px 0;
        text-align: center;
        width: 100%
    }
    #footer .container ul li {
        margin: 0 15px
    }
    #footer .container ul li a {
        text-align: center
    }
}

#footer>.copyright {
    background-color: #0061ab;
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

#footer>.copyright p {
    color: #fff;
    font-size: 12px;
    line-height: 1.6em;
    margin: 0;
    padding: 16px
}

#footer>.copyright p a {
    color: #fff
}

#footer>.copyright p a:hover {
    color: rgba(255, 255, 255, .5)
}

#footer>.copyright .love {
    background-color: #151f3d;
    display: block;
    color: #737887;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 8px
}

#footer>.copyright .love a {
    color: #737887
}

#footer>.copyright .love a:hover {
    color: #fff
}

@media (max-width:767px) {
    #footer>.copyright {
        bottom: auto;
        height: auto;
        left: auto;
        padding: 20px;
        position: relative
    }
}

.gform_wrapper input[type=text],
.gform_wrapper textarea {
    border: 1px #ccc solid;
    font-size: 16px!important;
    line-height: 1em
}

.gform_wrapper label {
    font-weight: 400
}

.gform_wrapper select {
    margin-bottom: 10px!important
}

.gform_wrapper .gsection {
    margin-top: 30px!important
}

.gform_wrapper .gsection .gsection_title {
    color: #000000;
    font: 700 30px proxima-nova-alt-ext-cond, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    text-transform: uppercase
}

.gform_wrapper .gfield_description {
    color: #888;
    font-size: 12px!important;
    font-style: italic
}

.gform_wrapper .button {
    padding: 14px 22px
}

.gsc-control-cse {
    background-color: transparent!important;
    border: 0 none!important;
    padding: 0!important
}

.gsc-control-cse .gsc-thumbnail-inside,
.gsc-control-cse .gsc-url-top {
    padding: 0!important
}

.gsc-control-cse .gsc-cursor-box {
    margin: 10px 0!important
}

.event-filter-label {
    margin: 0 0 5px 5px!important
}

.event-filter {
    margin: 0;
    padding: 0!important
}

.event-filter:after,
.event-filter:before {
    content: " ";
    display: table
}

.event-filter:after {
    clear: both
}

.event-filter:after,
.event-filter:before {
    content: " ";
    display: table
}

.event-filter:after {
    clear: both
}

.event-filter li {
    float: left
}

.event-filter li a {
    background: #d81e2a;
    display: block;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1em;
    margin: 5px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.event-filter li a:hover {
    background: #000000
}

.side-flipbook {
    display: block;
    margin-bottom: 50px
}

.side-flipbook img {
    max-width: 100%
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.alignleft {
    margin: 5px 20px 5px 0
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0
}

img.alignright {
    margin: 5px 0 5px 20px
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px
}

img.aligncenter {
    margin: 10px auto 20px auto
}

.wp-caption.alignnone,
img.alignnone {
    margin: 10px 0 20px 0
}

.entry-caption,
.gallery-caption,
.wp-caption .wp-caption-text {
    color: #999;
    font-size: 12px;
    font-style: italic;
    line-height: 1em;
    text-align: center
}

.wp-caption-text {
    margin: 0;
    padding: 20px 20px 5px 20px
}

.rsswidget img,
img.wp-smiley {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption.alignleft+ol,
.wp-caption.alignleft+ul {
    list-style-position: inside
}

.gform_wrapper * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

/* Partners */
.partners-third{
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 10px;
}
@media (max-width: 565px){
	.partners-third{
		width: auto;
		float: none;
	}
}

/* Mobile Nav Toggling */
@media (max-width: 767px){
    #menu-secondary-navigation{
        background-color: #232323 !important;
    }
    #menu-main-navigation>li>ul,
    #menu-secondary-navigation>li>ul{
        overflow: hidden;
        -webkit-transition: max-height 0.4s ease-out;
        -o-transition: max-height 0.4s ease-out;
        transition: max-height 0.4s ease-out;
        max-height: 0px;
    }
    #menu-main-navigation>li{
        min-height: 64px;
    }
    #menu-secondary-navigation>li{
        min-height: 60px;
    }
    #menu-secondary-navigation>li>a{
        font-size: 20px !important;
        text-transform: none !important;
    }
}
