/** icons **/

.icon-feature {
    color: #ddd;
    font-size: 1.5em;
    font-weight: 200;
    margin-bottom: 4px;
}

/** features **/

.feature img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.cover h2 {
    letter-spacing: 2px;
    font-size: 2.7em;
    font-weight: 600;
}

/**! 01. Reset **/
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
    margin: 0;
    padding: 0;
}

/**! 02. Typography **/
html {
    font-size: 95%;
}

@media all and (max-width: 768px) {
    html {
        font-size: 81.25%;
    }
}

body {
    font-size: 1em;
    line-height: 1.7em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Merriweather, Baskerville, Georgia, serif;
    color: #666666;
    font-weight: 500;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Palanquin Dark', 'Helvetica', 'Arial', sans-serif;
    color: #155575;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 15px;
    border-bottom: 0;
    font-size: 1.5em;
    text-align: center;
}

.block-title {
    padding-bottom: 5px;
    padding-top: 10px;
    font-size: 1.25em;
    font-family: 'Palanquin Dark', 'Helvetica', 'Arial', sans-serif;
    border-bottom: 1px #d3d3d3 solid;
    margin-bottom: 10px;
    font-weight: 600;
    color: #155575;
}

h1,
.h1 {
    font-size: 3.14285714em;
    line-height: 1.31818182em;
    text-transform: uppercase;
}

h2,
.h2 {
    font-size: 2.5em;
    line-height: 1.36363636em;
}

h3,
.h3 {
    font-size: 1.6em;
    line-height: 1.3em;
}

h4,
.h4 {
    font-size: 1.35714286em;
    line-height: 1.36842105em;
}

h5,
.h5 {
    font-size: 1em;
    line-height: 1.85714286em;
}

h6,
.h6 {
    font-size: 0.85714286em;
    line-height: 2.16666667em;
}

.lead {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
}

@media all and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 2.5em;
        line-height: 1.36363636em;
    }

    h2,
    .h2 {
        font-size: 1.78571429em;
        line-height: 1.5em;
    }

    h3,
    .h3 {
        font-size: 1.35714286em;
        line-height: 1.85714286em;
    }

    .lead {
        font-size: 1.35714286em;
        line-height: 1.36842105em;
    }
}

p,
ul,
ol,
pre,
table,
blockquote {
    margin-bottom: 1.5em;
}

ul,
ol {
    list-style: none;
    line-height: 1.85714286em;
}

ul.bullets {
    list-style: inside;
}

ol {
    list-style-type: decimal;
    list-style-position: inside;
}

blockquote {
    font-size: 1em;
    line-height: 1.5em;
    padding: 10px 10px;
    border-left: 5px solid #eee;
}

strong {
    font-weight: 600;
}

hr {
    margin: 1.85714286em 0;
    border-color: #fafafa;
}

a,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #2c5c8a;
}

a:hover {
    text-decoration: none;
    color: #000230;
}


.regular-text li {
    list-style: disc;
    margin-left: 2em;
    line-height: inherit;
}

.numberedlist li {
    margin-bottom: 1em;
    line-height: 1.7em;
}

/*Quote style pullquote */
.pullquote {
    position: relative;
    padding: 10px 30px
}

.pullquote:before {
    content: '\201C';
    position: absolute;
    top: 10px;
    left: -10px;
    color: #31708f;
    font-size: 3em;
}

.pullquote:after {
    content: '\201D';
    position: absolute;
    bottom: 0;
    right: -10px;
    font-size: 3em;
    color: #31708f;
}

/*Sidebar pullquote*/
p.sidequote {
    display: block;
    float: right;
    padding: 1em 0 1em 1em;
    margin: 0 0 0 1em;
    width: 9em;
    font-size: 1.4em;
    line-height: 1.4em;
    text-align: left;
    color: #666;
    border-left: 3px solid #ccc;

}

/* Adds Width Element -- Medium-Narrow. */
.paragraph.paragraph--width--medium-narrow > .paragraph__column {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .paragraph.paragraph--width--medium-narrow > .paragraph__column {
        float: left;
        width: 66.666666%;
    }
}

@media (min-width: 768px) {
    .paragraph.paragraph--width--medium-narrow > .paragraph__column {
        margin-left: 16.6666666%;
    }
}

/*! Typography -- Helpers */
.type--fade {
    opacity: .5;
}

.type--uppercase {
    text-transform: uppercase;
}

.type--bold {
    font-weight: bold;
}

.type--xbold {
    font-weight: 600;
}

.type--italic {
    font-style: italic;
}

.type--fine-print {
    font-size: 0.85714286em;
}

.type--strikethrough {
    text-decoration: line-through;
    opacity: .5;
}

.type--underline {
    text-decoration: underline;
}

.type--body-font {
    font-family: 'Open Sans', 'Helvetica';
}

.type--paragraph-header {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    color: #155575;
    font-family: 'Palanquin Dark', 'Helvetica', 'Arial', sans-serif;
    margin-bottom: 0;
}

.type--center {
    text-align: center;
}

.type-center img {
    display: inline;
}

/**! 03. Position **/
body {
    overflow-x: hidden;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.pos-absolute.container {
    left: 0;
    right: 0;
}

.pos-top {
    top: 0;
}

.pos-bottom {
    bottom: 0;
}

.pos-right {
    right: 0;
}

.pos-left {
    left: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


@media all and (max-width: 767px) {

    .float-left,
    .float-right {
        float: none;
    }

    .float-left-xs {
        float: left;
    }

    .float-right-xs {
        float: right;
    }
}

.pos-vertical-center {
    position: relative;
    top: 50%;
    /* transform: translateY(-50%);
  -webkit-transform: translateY(-50%); */
}

@media all and (max-width: 767px) {
    .pos-vertical-center {
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
}

@media all and (max-height: 600px) {
    .pos-vertical-center {
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
}

.pos-vertical-align-columns {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.pos-vertical-align-columns > div[class*='col-'] {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

@media all and (max-width: 990px) {
    .pos-vertical-align-columns {
        display: block;
        width: auto;
    }

    .pos-vertical-align-columns > div[class*='col-'] {
        display: block;
    }
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.border-block {
    display: block;
    border-style: solid;
    border-width: thin;
    border-color: #d3d3d3;
    padding: 5px;
}


@media all and (max-width: 767px) {
    .block--xs {
        display: block;
    }
}

@media all and (max-width: 990px) {
    .text-center-md {
        text-align: center;
    }

    .text-left-md {
        text-align: left;
    }

    .text-right-md {
        text-align: right;
    }
}

@media all and (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-right-xs {
        text-align: right;
    }
}

/**! 04. Element Size **/
.height-100,
.height-90,
.height-80,
.height-70,
.height-60,
.height-50,
.height-40,
.height-30,
.height-20,
.height-10 {
    height: auto;
    /* padding: 100px 0;   */
    margin-bottom: 30px;
}

@media all and (max-width: 767px) {

    .height-100,
    .height-90,
    .height-80,
    .height-70,
    .height-60,
    .height-50,
    .height-40,
    .height-30,
    .height-20,
    .height-10 {
        height: auto;
        padding: 4em 0;
    }
}

@media all and (min-height: 600px) and (min-width: 767px) {
    .height-10 {
        height: 10vh;
    }

    .height-20 {
        height: 20vh;
    }

    .height-30 {
        height: 30vh;
    }

    .height-40 {
        height: 40vh;
    }

    .height-50 {
        height: 50vh;
    }

    .height-60 {
        height: 60vh;
    }

    .height-70 {
        height: 70vh;
    }

    .height-80 {
        height: 80vh;
    }

    .height-90 {
        height: 90vh;
    }

    .height-100 {
        height: 100vh;
    }
}

section.height-auto {
    height: auto;
}

section.height-auto .pos-vertical-center {
    top: 0;
    position: relative;
    transform: none;
}

@media all and (max-width: 767px) {
    div[class*='col-'][class*='height-'] {
        padding-top: 120px;
        padding-bottom: 120px;
        /**5.57142857em !important; **/
    }
}

img.align-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.align-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

/** Nav **/
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 5px;
    border: 0;
}

.navbar-nav > li > a {
    font-size: 0.8em;
    /* line-height: 3em; */
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Open Sans";
    letter-spacing: .2px;
    color: #9d9d9d;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar .form-group {
    margin-bottom: 0;
    margin-top: 5px;
    padding-top: 5px;
}

.nav-container {
    background-color: white;
}

.navbar-default {
    background-color: #ffffff;
    font-family: "Open Sans";
}

.dropdown-menu {
    font-size: 0.857142857142857em;
    line-height: 2.166666666666667em;
    font-family: "open sans", sans-serif;
}

.navbar-btn {
    margin-top: 0;
    margin-bottom: 8px;
}

/** Search page **/

.search-page h2 {
    visibility: hidden
}

figcaption {
    font-size: .8em;
    word-wrap: normal;
    text-align: inherit;
    line-height: normal;
}


figure {
    margin: 10px;
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/**! 27. Image Blocks **/
.imageblock {
    position: relative;
    padding: 0;
}

.imageblock > .container,
.imageblock > div[class*='col-']:not(.imageblock__content) {
    padding-top: 7.42857143em;
    padding-bottom: 7.42857143em;
    float: none;
    overflow: hidden;
}

.imageblock.imageblock--lg > .container,
.imageblock.imageblock--lg > div[class*='col-']:not(.imageblock__content) {
    padding-top: 9.28571429em;
    padding-bottom: 9.28571429em;
    float: none;
    overflow: hidden;
}

.imageblock .imageblock__content {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 2;
    padding: 0;
}

.imageblock .imageblock__content .slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.imageblock .imageblock__content .slider .slides > li {
    padding: 0;
    min-height: 100%;
    position: absolute !important;
}

.imageblock.allow-overflow .imageblock__content {
    overflow: visible;
}

@media all and (max-height: 728px) {

    .imageblock > .container,
    .imageblock > div[class*='col-']:not(.imageblock__content) {
        padding-top: 3.71428571em;
        padding-bottom: 3.71428571em;
    }
}

@media all and (max-width: 767px) {
    .imageblock[class*='space-'] {
        padding-bottom: 0;
        padding-top: 0;
    }

    .imageblock .imageblock__content {
        position: relative;
        min-height: 18.57142857em;
    }

    .imageblock > .container,
    .imageblock > div[class*='col-']:not(.imageblock__content) {
        padding-top: 5.57142857em;
        padding-bottom: 5.57142857em;
        float: none;
        overflow: hidden;
    }

    .imageblock.imageblock--lg > .container,
    .imageblock.imageblock--lg > div[class*='col-']:not(.imageblock__content) {
        padding-top: 5.57142857em;
        padding-bottom: 5.57142857em;
        float: none;
        overflow: hidden;
    }
}

/**! 05. Images **/
img {
    max-width: 100%;
    /**! margin-bottom: 1.85714286em; **/
}

/*p+img, img:last-child{
	margin-bottom: 0;
}*/
.img--fullwidth {
    width: 100%;
}

[data-grid="2"].masonry {
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-count: 2;
    -moz-column-gap: 0;
    column-count: 2;
    column-gap: 0;
}

[data-grid="2"].masonry li {
    width: 100%;
    float: none;
}

[data-grid="2"] li {
    width: 50%;
    display: inline-block;
}

[data-grid="3"].masonry {
    -webkit-column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-count: 3;
    -moz-column-gap: 0;
    column-count: 3;
    column-gap: 0;
}

[data-grid="3"].masonry li {
    width: 100%;
    float: none;
}

[data-grid="3"] li {
    width: 33.33333333%;
    display: inline-block;
}

[data-grid="4"].masonry {
    -webkit-column-count: 4;
    -webkit-column-gap: 0;
    -moz-column-count: 4;
    -moz-column-gap: 0;
    column-count: 4;
    column-gap: 0;
}

[data-grid="4"].masonry li {
    width: 100%;
    float: none;
}

[data-grid="4"] li {
    width: 25%;
    display: inline-block;
}

[data-grid="5"].masonry {
    -webkit-column-count: 5;
    -webkit-column-gap: 0;
    -moz-column-count: 5;
    -moz-column-gap: 0;
    column-count: 5;
    column-gap: 0;
}

[data-grid="5"].masonry li {
    width: 100%;
    float: none;
}

[data-grid="5"] li {
    width: 20%;
    display: inline-block;
}

[data-grid="6"].masonry {
    -webkit-column-count: 6;
    -webkit-column-gap: 0;
    -moz-column-count: 6;
    -moz-column-gap: 0;
    column-count: 6;
    column-gap: 0;
}

[data-grid="6"].masonry li {
    width: 100%;
    float: none;
}

[data-grid="6"] li {
    width: 16.66666667%;
    display: inline-block;
}

[data-grid="7"].masonry {
    -webkit-column-count: 7;
    -webkit-column-gap: 0;
    -moz-column-count: 7;
    -moz-column-gap: 0;
    column-count: 7;
    column-gap: 0;
}

[data-grid="7"].masonry li {
    width: 100%;
    float: none;
}

[data-grid="7"] li {
    width: 14.28571429%;
    display: inline-block;
}

[data-grid="8"].masonry {
    -webkit-column-count: 8;
    -webkit-column-gap: 0;
    -moz-column-count: 8;
    -moz-column-gap: 0;
    column-count: 8;
    column-gap: 0;
}

[data-grid="8"].masonry li {
    width: 100%;
    float: none;
}

[data-grid="8"] li {
    width: 12.5%;
    display: inline-block;
}

@media all and (max-width: 767px) {
    [data-grid]:not(.masonry) li {
        width: 33.333333%;
    }

    [data-grid="2"]:not(.masonry) li {
        width: 50%;
    }

    [data-grid].masonry {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-responsive {
    display: inline-block;
}

.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    background: #252525;
}

.background-image-holder:not([class*='col-']) {
    width: 100%;
}

.background-image-holder.background--bottom {
    background-position: 50% 100% !important;
}

.background-image-holder.background--top {
    background-position: 50% 0% !important;
}

.image--light .background-image-holder {
    background: none;
}

.background-image-holder img {
    display: none;
}

[data-overlay] {
    position: relative;
}

[data-overlay]:before {
    position: absolute;
    content: '';
    background: #252525;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay] *:not(.contain):not(.background-image-holder) {
    z-index: 2;
}

[data-overlay].image--light:before {
    background: #fff;
}

[data-overlay].bg--primary:before {
    background: #4a90e2;
}

[data-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before {
    opacity: 0.9;
}

[data-overlay="10"]:before {
    opacity: 1;
}

[data-overlay="0"]:before {
    opacity: 0;
}

[data-scrim-bottom] {
    position: relative;
}

[data-scrim-bottom]:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #252525));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #252525 100%);
    bottom: 0;
    left: 0;
    z-index: 1;
    backface-visibility: hidden;
}

[data-scrim-bottom]:not(.image--light) h1,
[data-scrim-bottom]:not(.image--light) h2,
[data-scrim-bottom]:not(.image--light) h3,
[data-scrim-bottom]:not(.image--light) h4,
[data-scrim-bottom]:not(.image--light) h5,
[data-scrim-bottom]:not(.image--light) h6 {
    color: #a5a5a5;
    color: #f1f1f1;
}

[data-scrim-bottom]:not(.image--light) p,
[data-scrim-bottom]:not(.image--light) span,
[data-scrim-bottom]:not(.image--light) ul {
    color: #e6e6e6;
}

[data-scrim-bottom].image--light:before {
    background: #fff;
}

[data-scrim-bottom="1"]:before {
    opacity: 0.1;
}

[data-scrim-bottom="2"]:before {
    opacity: 0.2;
}

[data-scrim-bottom="3"]:before {
    opacity: 0.3;
}

[data-scrim-bottom="4"]:before {
    opacity: 0.4;
}

[data-scrim-bottom="5"]:before {
    opacity: 0.5;
}

[data-scrim-bottom="6"]:before {
    opacity: 0.6;
}

[data-scrim-bottom="7"]:before {
    opacity: 0.7;
}

[data-scrim-bottom="8"]:before {
    opacity: 0.8;
}

[data-scrim-bottom="9"]:before {
    opacity: 0.9;
}

[data-scrim-bottom="10"]:before {
    opacity: 1;
}

[data-scrim-top] {
    position: relative;
}

[data-scrim-top]:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: -moz-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, #252525), color-stop(100%, rgba(0, 0, 0, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    z-index: 1;
}

[data-scrim-top]:not(.image--light) h1,
[data-scrim-top]:not(.image--light) h2,
[data-scrim-top]:not(.image--light) h3,
[data-scrim-top]:not(.image--light) h4,
[data-scrim-top]:not(.image--light) h5,
[data-scrim-top]:not(.image--light) h6 {
    color: #fff;
}

[data-scrim-top]:not(.image--light) p,
[data-scrim-top]:not(.image--light) span,
[data-scrim-top]:not(.image--light) ul {
    color: #e6e6e6;
}

[data-scrim-top].image--light:before {
    background: #fff;
}

[data-scrim-top="1"]:before {
    opacity: 0.1;
}

[data-scrim-top="2"]:before {
    opacity: 0.2;
}

[data-scrim-top="3"]:before {
    opacity: 0.3;
}

[data-scrim-top="4"]:before {
    opacity: 0.4;
}

[data-scrim-top="5"]:before {
    opacity: 0.5;
}

[data-scrim-top="6"]:before {
    opacity: 0.6;
}

[data-scrim-top="7"]:before {
    opacity: 0.7;
}

[data-scrim-top="8"]:before {
    opacity: 0.8;
}

[data-scrim-top="9"]:before {
    opacity: 0.9;
}

[data-scrim-top="10"]:before {
    opacity: 1;
}

.imagebg {
    position: relative;
}

.imagebg .container {
    z-index: 2;
}

.imagebg .container:not(.pos-absolute) {
    position: relative;
}

.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
    color: #fff;
}

.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
    color: #252525;
}

.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
    color: #666666;
}

div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
    color: #fff;
}

div[data-overlay] p,
div[data-overlay] ul {
    color: #fff;
}

.image--xxs {
    max-height: 1.85714286em;
}

.image--xs {
    max-height: 3.71428571em;
}

.image--sm {
    max-height: 5.57142857em;
}

.image--md {
    max-height: 7.42857143em;
}

/**
 * Flex row flow for images paragraph.
 */
.paragraph--type--images .field-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.paragraph--type--images .field-item {
    margin: 0 1em 1em 0;
}

/**
 *50/50 flex grid for image/text paragraph.
 */
@media (min-width: 560px) {
    .paragraph--type--text-image {
        display: flex;
        flex-flow: row wrap;
    }

    .paragraph--type--text-image .field-name-field-text-demo {
        flex: 1 1 0;
        margin: 0 1em 0 0;
    }

    .paragraph--type--text-image .field-type-image {
        flex: 1 1 0;
    }
}

/**! Paragraphs **/

.paragraph {
    margin-bottom: 10px;
}

/**! 33. Gradient BG **/
[data-gradient-bg] {
    position: relative;
    background: #252525;
}

[data-gradient-bg] > canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

[data-gradient-bg] > canvas + .background-image-holder {
    opacity: .4 !important;
}


.parallax {
    overflow: hidden;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_overlay {
    height: 100%;
    width: 100%;
    margin: auto;
    padding: 0;

}

.top-header-text {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4em;
    color: white;
    text-align: center;
    height: 100%;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: revert;
}



/**! 16. Tabs **/
.tabs {
    display: block;
    margin-bottom: 0;
}

.tabs > li {
    display: inline-block;
    opacity: .5;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabs > .active,
.tabs:hover {
    opacity: 1;
}

.tabs .tab__title {
    cursor: pointer;
}

.tabs .tab__title:not(.btn) {
    padding: 0 1.85714286em;
}

.tabs li:first-child .tab__title:not(.btn) {
    padding-left: 0;
}

.tabs .tab__content {
    display: none;
}

.tabs-content {
    margin-top: 1em;
}

.tabs-content li > .tab__content {
    width: 100%;
    display: none;
}

.tabs-content > .active > .tab__content {
    display: block;
}

.tabs-container[data-content-align="left"] .tabs-content {
    text-align: left;
}

@media all and (max-width: 767px) {
    .tabs-content > li:not(.active) .tab__content {
        display: none !important;
    }
}

.nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.nav-tabs {
    text-align: center;
}

/*! -- Stack Tabs -- */
.tabs-container.tabs--vertical {
    overflow: hidden;
}

.tabs-container.tabs--vertical .tabs {
    width: 25%;
    float: left;
}

.tabs-container.tabs--vertical .tabs li {
    display: block;
}

.tabs-container.tabs--vertical .tabs li:not(:last-child) {
    border-right: none;
    /* border-bottom: 1px solid #ECECEC; */
}

.tabs-container.tabs--vertical .tabs-content {
    width: 70%;
    float: right;
    margin-top: 0;
}

.tabs-container.tabs--vertical .tabs-content > li:not(.active) .tab__content {
    animation: fadeOutUp .5s ease forwards;
    -webkit-animation: fadeOutUp .5s ease forwards;
}

.tabs-container.tabs--vertical .tabs-content > li.active .tab__content {
    animation: fadeInUp .5s ease forwards;
    -webkit-animation: fadeInUp .5s ease forwards;
    backface-visibility: hidden;
}

.tabs-container.tabs--vertical.tabs--icons .tabs {
    width: 15%;
    text-align: center;
}

.tabs-container.tabs--vertical.tabs--icons .tabs-content {
    width: 80%;
}

@media all and (max-width: 767px) {

    .tabs-container.tabs--vertical .tabs,
    .tabs-container.tabs--vertical .tabs-content {
        width: 100%;
        float: none;
    }

    .tabs-container.tabs--vertical .tabs {
        margin-bottom: 1.85714286em;
    }

    .tabs-container.tabs--vertical .tabs-content > li:not(.active) .tab__content {
        animation: fadeOutRight .5s ease forwards;
        -webkit-animation: fadeOutRight .5s ease forwards;
    }

    .tabs-container.tabs--vertical .tabs-content > li.active .tab__content {
        animation: fadeInLeft .5s ease forwards;
        -webkit-animation: fadeInLeft .5s ease forwards;
        backface-visibility: hidden;
    }
}


.tabs {
    display: inline-block;
    /* border: 1px solid #ECECEC; */
    margin-bottom: 5px;
    border-radius: 6px;
}

.tabs li {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    padding: 0.92857143em 1.85714286em;
}

.tabs li:not(:last-child) {
    border-right: 1px solid #ECECEC;
}

.tabs li.active {
    opacity: 1;
}

.tabs li.active .tab__title {
    color: #4a90e2;
}

.tabs li.active .tab__title span {
    color: #4a90e2;
}

.tabs li:not(.active) {
    opacity: .5;
}

.tabs li:hover {
    opacity: 1;
    cursor: pointer;
}



.tabs .tab__title {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

.tabs .tab__title:not(.btn) {
    padding-right: 0;
    padding-left: 0;
}

.tabs .tab__title i + span {
    margin-top: 0.46428571em;
    display: inline-block;
    margin-bottom: 0;
}

.bg--primary .tabs {
    border-color: #fff;
}

.bg--primary .tabs li.active .tab__title {
    color: #fff;
}

.bg--primary .tabs li.active .tab__title span {
    color: #fff;
}

.bg--primary .tabs li:not(:last-child) {
    border-color: #fff;
}

@media all and (min-width: 768px) {
    .tabs.tabs--spaced {
        margin-bottom: 3.71428571em;
    }
}

.tabs-content {
    position: relative;
}

.tabs-content > li:not(.active) .tab__content {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    animation: fadeOutRight .5s ease forwards;
    -webkit-animation: fadeOutRight .5s ease forwards;
}

.tabs-content > li.active {
    animation: fadeInLeft .5s ease forwards;
    -webkit-animation: fadeInLeft .5s ease forwards;
    backface-visibility: hidden;
}

@media all and (max-width: 767px) {
    .tabs li {
        display: block;
    }

    .tabs li:not(:last-child) {
        border-bottom: 1px solid #ECECEC;
        border-right: none;
    }
}


/**! 08. Lists **/
ul:last-child {
    margin: 0;
}

.list-inline li {
    padding: 0 1em;
    margin-left: 0;
}

.list-inline li:first-child {
    padding-left: 0;
}

.list-inline li:last-child {
    padding-right: 0;
}

.list-inline.list-inline--narrow li {
    padding: 0 .5em;
}

.list-inline.list-inlintage--wide li {
    padding: 0 2em;
}

/*! -- Stack Instagram -- */
.instafeed a {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

.instafeed a:hover {
    opacity: .75;
}

.instafeed:not(.instafeed--gapless) li {
    padding: 0.46428571em;
}

.instafeed.instafeed--gapless li {
    margin-bottom: -1px;
}

.instafeed + .btn {
    margin-top: 2.78571429em;
}

.instafeed[data-grid="1"][data-amount="8"] li {
    display: inline-block;
    width: 12.5%;
}

.instagram {
    position: relative;
}

.instagram.unpad .btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    margin: 0;
}

//** Tables **//

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media all and (max-width: 767px) {
    .table-responsive .td {
        margin-bottom: (@line-height-computed * 0.75);
        overflow-y: hidden;
        white-space: pre;
    }
}

.table-column20 {
    width: 20%;
}

.table-column30 {
    width: 30%;
}

.table-column40 {
    width: 40%;
}

.table-column50 {
    width: 50%;
}



.views-field-field-ft-note {
    word-wrap: normal;
    max-width: 300px;
}

/*! -- Stack Footers -- */

@media (min-width: 768px) {

    footer .footer-3 .row:last-child,
    footer .footer-4 .row:last-child {
        margin-top: 1.85714286em;
    }
}

footer {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    background-color: #eee;
    margin-top: 20px;
    color: #666666;
    font-family: "open sans", sans-serif;
}

footer .social-list a {
    font-size: 1.2em;
    color: #32a1da;
}

footer .social-list a:hover {
    color: #155575;
}

footer .type--fine-print:not(p) {
    opacity: .5;
}

footer a {
    font-weight: normal;
    color: #666666;
}

footer a:hover {
    color: #000230;
}

footer a.type--fine-print:not(:first-child) {
    margin-left: 1.85714286em;
}

footer .logo {
    max-height: 2.5em;
}

footer ul:not(.list-inline):not(.slides) > li {
    line-height: 2.32142857em !important;
}

footer.footer-2 .row:last-child {
    margin-top: 3.71428571em;
}

footer.footer-5 .row [class*='col-'] > div:nth-last-child(2) {
    margin: 0.92857143em;
}

footer.footer-5 .row [class*='col-'] > div:nth-last-child(2) .type--fine-print {
    opacity: 1;
}

footer.footer-6 .footer__lower {
    background: #fafafa;
    margin-top: 1.85714286em;
    padding: 1.85714286em 0;
}

footer.footer-6.bg--dark .footer__lower {
    background: #181818;
}

footer.footer-6.bg--secondary .footer__lower {
    background: #f5f5f5;
}

footer.footer-6.bg--primary .footer__lower {
    background: #3483de;
}

footer.footer-7 {
    padding: 1.85714286em 0;
}

@media all and (min-width: 768px) {
    footer .list-inline + .btn {
        position: relative;
        bottom: 4px;
    }

    footer .logo {
        margin: 0;
    }

    footer .logo:not(:last-child) {
        margin-right: 1.85714286em;
    }

    footer.footer-3 .logo + ul {
        position: relative;
        top: 5px;
    }

    footer.footer-3 .logo + ul a {
        color: #252525;
    }

    footer.footer-3 .social-list {
        position: relative;
        top: 9px;
    }

}

footer.footer-3 .row:last-child {
    margin-top: 1.85714286em;
}

footer.footer-4 .logo + span {
    position: relative;
    top: 8px;
}

footer.footer-4 form {
    position: relative;
    bottom: 4px;
}

footer.footer-4 .row:last-child {
    margin-top: 1.85714286em;
}

footer.imagebg:not(.image--light) span,
footer.imagebg:not(.image--light) p,
footer.imagebg:not(.image--light) a {
    color: #fff;
}

.footer-1 .type--fine-print {
    position: relative;
    top: 2px;
}

@media all and (max-width: 767px) {
    footer .social-list {
        margin: 1.85714286em 0;
    }

    .footer-4 form {
        margin: 1.85714286em 0;
    }

    .footer-4 .logo {
        margin: 0;
    }

    .footer-6 .footer__lower .social-list {
        margin-top: 1.85714286em;
    }

    .footer-7 .social-list {
        margin-top: 1.85714286em;
    }

    .footer-1 .social-list {
        margin-top: 1.85714286em;
    }

    .footer-1 .logo {
        display: block;
        margin-top: 1.85714286em;
        margin-bottom: 0.92857143em;
        margin-left: auto;
        margin-right: auto;
    }
}


/**! 36. Helper Classes **/
.clearfix {
    overflow: hidden;
}

.allow-overflow {
    overflow: visible;
}

.container .row--gapless {
    padding-left: 15px;
    padding-right: 15px;
}

.container .row--gapless > div[class*='col-'] {
    padding: 0;
}

@media all and (max-width: 767px) {
    .text-left-xs {
        text-align: left;
    }
}

@media all and (max-width: 991px) {
    .text-left-sm {
        text-align: left;
    }
}

section > .row--gapless {
    padding-left: 0;
    padding-right: 0;
}

section > .row--gapless > div[class*='col-'] {
    padding: 0;
}

div.right {
    float: right;
}

div.left {
    float: left;
}

section.text-right > .container:last-child > .row:only-child > div[class*='col-']:only-child {
    float: right;
}

div.flex {
    display: inline-flex;
}


.flex .field__items {
    display: inline-flex;

}

.flex .field--item:after {
    content: ",";
    margin-right: 3px;
    position: relative;
}

.flex .field--item:last-child:after {
    content: none;
}


/**! 37. Spacing **/

section.space--xxs,
footer.space--xxs {
    padding-top: 1.85714286em;
    padding-bottom: 1.85714286em;
}

section.space--xs,
footer.space--xs {
    padding-top: 3.71428571em;
    padding-bottom: 3.71428571em;
}

section.space--sm,
footer.space--sm {
    padding-top: 4.95238095em;
    padding-bottom: 4.95238095em;
}

section.space--md,
footer.space--md {
    padding-top: 11.14285714em;
    padding-bottom: 11.14285714em;
}

section.space--lg,
footer.space--lg {
    padding-top: 14.85714286em;
    padding-bottom: 14.85714286em;
}

section.space--xlg,
footer.space--xlg {
    padding-top: 29.71428571em;
    padding-bottom: 29.71428571em;
}

section.space--0,
footer.space--0 {
    padding: 0;
}

section.section--even,
footer.section--even {
    padding-top: 7.42857143em;
    padding-bottom: 7.42857143em;
}

section.space-bottom--sm,
footer.space-bottom--sm {
    padding-bottom: 4.95238095em;
}

@media all and (max-width: 767px) {

    section,
    footer,
    section.section--even {
        padding: 1em 0;
    }

    section.space--lg,
    footer.space--lg,
    section.section--even.space--lg,
    section.space--md,
    footer.space--md,
    section.section--even.space--md {
        padding: 5.57142857em 0;
    }

    section.space--xlg,
    footer.space--xlg,
    section.section--even.space--xlg {
        padding: 8.35714286em 0;
    }
}

div[class*='col-'] > div[class*='col-']:first-child {
    padding-left: 0;
}

div[class*='col-'] > div[class*='col-']:last-child {
    padding-right: 0;
}

@media all and (max-width: 767px) {
    .col-xs-6:nth-child(odd) {
        padding-right: 7.5px;
    }

    .col-xs-6:nth-child(even) {
        padding-left: 7.5px;
    }
}

@media all and (min-width: 768px) {
    .mt--1 {
        margin-top: 1.85714286em;
    }

    .mt--2 {
        margin-top: 3.71428571em;
    }

    .mt--3 {
        margin-top: 5.57142857em;
    }

    .mb--1 {
        margin-bottom: 1.85714286em;
    }

    .mb--2 {
        margin-bottom: 3.71428571em;
    }

    .mb--3 {
        margin-bottom: 5.57142857em;
    }
}

@media all and (max-width: 990px) {

    .mt--1,
    .mt--2 {
        margin-top: 1.85714286em;
    }

    .mt--3 {
        margin-top: 2.78571429em;
    }
}

.unpad {
    padding: 0;
}

.unpad--bottom {
    padding-bottom: 0;
}

.unpad--top {
    padding-top: 0;
}

section.unpad--bottom {
    padding-bottom: 0;
}

section.unpad {
    padding: 0;
}

section.unpad--top {
    padding-top: 0;
}

.unmarg--bottom {
    margin-bottom: 0;
}

.unmarg {
    margin: 0;
}

.unmarg--top {
    margin-top: 0;
}

/**! Events Block **/


.upcoming-container .event-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin: 0 -1rem;
}

.upcoming-container {
    max-width: 85.71428571rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 2rem;
    padding-bottom: 2rem;
}


.front-page {
    max-width: 85.71428571rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: transparent;
}

@media (max-width: 768px) {
    .front-page {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.front-page .front-page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin: 0 -1rem;
    background-color: white;
}

.front-page .front-page-container .front-page-panel {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    min-width: 0;
    margin: 0 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.front-page .front-page-container .front-page-panel > h2 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: #333333;
    margin: 0 0 1rem;
    font-size: 1rem;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
}

.front-page .front-page-container .front-page-panel > h2 small,
.front-page .front-page-container .front-page-panel > h2 .small {
    /*font-family:  Arial, sans-serif; */
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    color: #333333;
    /*
		.browser-moz({
            font-family: @font-family-base-fallback;
        });
        */
}

.front-page .front-page-container .front-page-panel > h3 small.block,
.front-page .front-page-container .front-page-panel > h3 .small.block {
    display: block;
    margin-bottom: 2px;
}

a .front-page .front-page-container .front-page-panel > h2 {
    color: inherit !important;
}

@media (max-width: 992px) {
    .front-page .front-page-container .front-page-panel.news {
        -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
        -webkit-flex: 0 0 calc(100% - 2rem) !important;
        flex: 0 0 calc(100% - 2rem) !important;
        -ms-flex: 0 1 auto;
        width: calc(100% - 2rem);
        max-width: calc(100% - 2rem);
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        margin-bottom: 1rem;
    }

    .front-page .front-page-container .front-page-panel.twitter-block {
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }

    .front-page .front-page-container .front-page-panel.events {
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
    }
}

@media (max-width: 768px) {
    .front-page .front-page-container .front-page-panel {
        -webkit-box-flex: 0 0 calc(100% - 2rem) !important;
        -webkit-flex: 0 0 calc(100% - 2rem) !important;
        flex: 0 0 calc(100% - 2rem) !important;
        -ms-flex: 0 1 auto;
        width: calc(100% - 2rem);
        max-width: calc(100% - 2rem);
        margin-bottom: 2rem;
    }
}

.front-page .front-page-container .front-page-panel ul {
    padding-left: 0;
    list-style: none;
}

.front-page .front-page-container .front-page-panel {
    margin-bottom: 1rem;
}

.front-page .front-page-container .front-page-panel {
    color: #333333;
    display: block;
    position: relative;
}

.front-page .front-page-container .front-page-panel ul > li > a.front-page-panel-item {
    padding-left: 145px;
}

.front-page .front-page-container .front-page-panel ul > li > front-page-panel-item .front-page-panel-image {
    position: absolute;
    top: 4px;
    left: 0;
    width: 130px;
}

.front-page .front-page-container .front-page-panel ul > li > front-page-panel-item .front-page-panel-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.front-page .front-page-container .front-page-panel .news-item a {
    margin-bottom: 1rem;
    color: #333333;
    display: block;
    position: relative;
}

.front-page-panel ul > li > .front-page-panel-date,
.front-page-panel .news-item .news-date {
    display: block;
    color: #155575;
    font-size: 12px;
    font-weight: bold;
}

.front-page-container .front-page-panel .events-item {
    padding-left: 60px;
    position: relative;
}

.front-page-container .front-page-panel .archive-pick {
    position: relative;
    font-size: .85em;
}

.archive-pick img {
    float: left;
    margin-bottom: 0;
    padding-right: 10px;
}

.archive-pick p {
    margin-bottom: 0;

}

.archive-pick h4 {

    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;

}

.archive-pick h3 {

    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #333333;
}

.more-archive {
    margin-left: 15%;
}

.more-archive h3 {
    font-size: 1.2em;
    font-weight: 500;
    text-transform: none;
    padding-top: 40px;
}

.more-archive p {
    text-align: left;
    font-size: .8em;
}

.more-archive a:before {
    font-family: fontawesome;
    content: '\f101';
    margin-right: 6px;
    color: #666666;
}

.events-date {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 45px;
    border-top: 3px solid #333333;
    padding-top: 3px;
}

.events-date .month {
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}

.events-date .date {
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
}

.events-title {
    display: block;
    color: #155575;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.events-time {
    display: block;
    font-size: 12px;
}

.front-page .front-page-container .front-page-panel.twitter-block,
.front-page .front-page-container .front-page-panel.events {
    min-height: 92px;
}

.front-page .front-page-container .front-page-panel .front-page-panel-more,
.front-page .front-page-container .front-page-panel .events-more,
.front-page .front-page-container .front-page-panel .news-more {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

.front-page .front-page-container .front-page-panel .front-page-panel-more {
    padding-left: 145px;
}

.front-page .front-page-container .front-page-panel .events-more {
    padding-left: 60px;
}


.more-link {
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
}

.more-link a {
    color: #aaa;
}


.news-title {
    margin-top: 20px;
    border-top: lightgray 6px solid;
    max-width: 80%;
    align-items: center;
    display: inline-block;
    padding-top: 10px;
    font-family: 'Palanquin Dark', 'Helvetica', 'Arial', sans-serif;
    font-size: 1.1em;
    text-transform: capitalize;
}

/** Twitter **/




/**Button**/
.btn--sm {
    padding-top: 0.30952381em;
    padding-bottom: 0.30952381em;
    padding-right: 1.85714286em;
    padding-left: 1.85714286em;
}

.btn {
    position: relative;
}

.btn:not([class*='primary']) {
    border-color: #d3d3d3;
}

.btn:not([class*='primary']):hover {
    border-color: #252525;
}

.btn.type--uppercase {
    letter-spacing: .5px;
}

.btn.type--uppercase .btn__text {
    letter-spacing: .5px;
    margin-right: -0.5px;
}

@media all and (min-width: 991px) {
    .bar__module:not(:only-child) {
        display: inline-block;
    }

    .bar__module:not(:last-child) {
        margin-right: 0.92857143em;
    }
}

@media (min-width: 769px) {
    #block-podcast {
        display: inline-block;
        margin-left: 30px;
        margin-top: 0;
        overflow: visible;
    }
}

@media all and (max-width: 767px) {
    .bar__module {
        margin-bottom: 0.92857143em;
    }

    .bar__module + .bar__module {
        margin-top: 1.85714286em;
    }

    .bar__module .btn {
        display: block;
    }

    .bar__module .btn + .btn {
        margin-left: 0 !important;
    }

    .bar__module .btn:not(:last-child) {
        margin-bottom: 0.92857143em;
    }

    .bar + nav.bar {
        padding-top: 0;
    }
}

.button--slider {
    background-color: #32a1da;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 20px;
    margin-top: 25px;
    font-weight: 600;
    vertical-align: middle;
}

.button--slider:hover {
    opacity: .8;
}

.btn-action {
    background-color: #32a1da;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 20px;
    margin-top: 0;
    font-weight: 600;
    vertical-align: middle;
    text-shadow: 1px 1px 0 #444;
    font-family: "open sans", sans-serif;
}

.btn-action:hover {
    background-color: #0e72a5;
}

.btn-action:action {
    transform: translate(1px, 2px)
}

.btn-primary {
    color: #fff;
    background-color: #155575;
    border-color: #32a1da;
}

/**Blog **/
.News a:after {
    content: '';
    background: url('news.png');
    background-size: cover;
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    float: right;
    position: absolute;
}

.Blog a:after {
    content: '';
    background: url(blog.jpg);
    background-size: cover;
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    float: right;
    position: absolute;
}

.Blog,
.News {
    font-family: 'Palanquin Dark', 'Helvetica', 'Arial', sans-serif;
    font-weight: 600;
    font-size: 1.1em;
}

.blog-page h3 {
    text-align: center;
    margin-top: 1em;
    font-size: 2.6em;
    line-height: 1.5em;
}

.pagination {
    font-family: 'open sans';
}

/**
.blog-page .field__items {
     display: inline-flex;
}

.blog-page .field--item:after {
  content: ","; margin-right: 3px; position: relative;
}

.blog-page .field--item:last-child:after {
    content: none;
}
**/

.news-datepublished {
    font-family: 'Palanquin Dark';
    font-size: .9em;
    text-transform: lowercase;
}

.blog-info {
    display: flex;
    margin: auto;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 1.5em;
    border-bottom: 1px gray solid;
    margin-bottom: 1.5em;
    margin-top: 1.2em;
}

.field--name-field-article-author {
    margin-left: 2px;
}

.article-type .links {
    padding-top: 10px;
    margin-left: 0;
}


.article-type h2 {
    font-size: 1.5em;
}


@media (min-width: 768px) {
    .blog {
        margin-left: 15.66666667%;
    }
}

/** Album Display **/
.album-display {
    display: inline;
}

.album-display img {
    display: inline;
    float: left;
}

.album-display .title {
    font-weight: 600;
}

.discography {
    border-bottom: 1px solid #d3d3d3;
    clear: both;
}

.discography .discography-album {
    padding: 10px;
    float: left;
    display: inline;
}

.discography .discography-description {
    display: block;
}

.album-top .regular-album img {
    max-height: 250px;
    max-width: 250px;
}

.album-top {
    margin-bottom: 15px;
}

.album-top .album-stats {
    clear: right;
}

.album-top .album-stats {
    display: inline-flex;
}

.album-top .album-stats .field--name-field-year-issued {
    margin-left: 3px;
}


.latest-album img {
    max-height: 350px;
    max-width: 350px;
    margin-right: 20px;
    margin-bottom: 10px;
    box-shadow: 5px 5px 3px #ccc;
}

/** Small Hero **/

.small-hero {
    position: relative;
    max-width: 300px;
}

.small-hero .text {
    text-align: center;
    margin-top: 50%;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: normal;
    font-family: 'Palanquin Dark', 'Helvetica', 'Arial', sans-serif;
}

.small-hero a {
    color: #fff;
}


.small-hero .hero-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.5); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #252525));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #252525 100%);
    bottom: 0;
    color: #fff;
}

.small-hero .hero-overlay:hover {
    background-color: rgba(250, 250, 250, 0.5);
}

/** Large Hero **/
.large-hero {
    position: relative;
}

.large-hero .hero-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.5); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #252525));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #252525 100%);
    bottom: 0;
    color: #fff;
}

.large-hero .hero-overlay:hover {
    background-color: rgba(150, 150, 150, 0.5);
    color: white;
}

.large-hero .text {
    text-align: center;
    margin-top: 70%;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: normal;
    font-family: 'Palanquin Dark', 'Helvetica', 'Arial', sans-serif;
    position: absolute;
}

/** Slideshow **/

/* HOMEPAGE SLIDESHOW */
.paragraph--type--paragraph-fp-slide {
    height: 100%;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
}

.paragraph--type--paragraph-fp-slide h2 {
    color: #fff !important;
    text-transform: capitalize;
    border: 1px;
    font-weight: 700;
    font-size: 3em;
    letter-spacing: 1px;
}

.paragraph--type--paragraph-fp-slide a {
    color: white;
    font-weight: bold;
    font-family: 'open sans', sans-serif;
}

.carousel-inner {
    float: left;
    width: 100%;
     !important margin-left: 0;
     !important
}

ol.carousel-indicators {
    margin-bottom: 0;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.bg-opacity {
    opacity: .6 !important;
}

.carousel-control .glyphicon {}


.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.featured .text-pane-wrapper {

    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    width: 75%;
}

.featured .text-pane-wrapper.text-right {
    left: auto;
    right: 90px;
}

@media (max-width: 768px) {
    .featured .text-pane-wrapper {
        width: 350px;
    }
}

@media (max-width: 768px) {
    .featured .text-pane-wrapper {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        position: static;
        padding: 20px 57px;
    }
}

.featured .text-pane-wrapper .text-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px;
    border-radius: 20px;
}

@media (max-width: 992px) {
    .featured .text-pane-wrapper .text-overlay {
        padding: 15px 10px;
    }
}

@media (max-width: 768px) {
    .featured .text-pane-wrapper .text-overlay {
        background-color: rgba(0, 0, 0, 0.2);
        padding: 10px;
    }
}

/** E-mail signup **/
.email {
    width: 100%;
    text-align: center;
    height: auto;
    display: flex;
    padding-bottom: 0em;
    background-color: rgba(158, 158, 158, .3);
    align-items: center;
    padding-top: 0em;
    font-family: 'Palanquin Dark', sans-serif;
    color: rgb(102, 102, 102);
}

.email .call {
    color: #666666;
    font-size: 1em;
    font-kerning: auto;
    float: left;
    font-weight: 600;
    /* padding-left: 20px;
    line-height: 55px;   
    padding-right: 20px; */
}


/*! -- Repatriation pages --*/
.repatriation-page .details {
    padding-bottom: 10px;
}

.repatriation-page .details h4 {
    padding-bottom: 8px;
    padding-top: 10px;
    font-family: 'open sans';
    font-size: 1em;
    font-weight: 600;
}

.repatriation-page .details a {
    color: #666666;
}

.repatriation-page .details a:hover {
    color: #000230;
}

.repatriation-page .r-body {
    padding: 10px;
}

.repatriation-page .details .image-gallery {
    min-width: 30%;
    height: auto;
}


.repatriation h4 {
    margin-top: 10px;
    border-bottom: .5px #c5c5c5 solid;
    margin-bottom: 10px;
    font-weight: 500;
}

.repat.views-row {
    margin-bottom: .6em;
}

/*! -- Friends and Colleages -- */

.external-link a:after {
    font-family: "font awesome";
    content: '\f35d';
    margin-right: 6px;
    color: #252525;
}

.fac {
    xborder: 1px black solid;
    padding: 15px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: 1px solid #d3d3d3;
    -moz-column-rule: 1px solid #d3d3d3;
    column-rule: 1px solid #d3d3d3;
}

@media (max-width: 769px) {
    .fac {
        column-count: 1;
    }
}


/*! -- Stack Accordions -- */
/**! 13. Accordions **/
.accordion li .accordion__title,
.accordion li .accordion__content,
.accordion li .accordion__content * {
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
}

.accordion li .accordion__title {
    cursor: pointer;
    padding: 0.46428571em 0.92857143em;
    border: 1px solid #ececec;
    border-bottom: none;
    background: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordion li:last-child .accordion__title {
    border-bottom: 1px solid #ececec;
}

.accordion li .accordion__content {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}

.accordion li .accordion__content > * {
    display: none;
}

.accordion li .accordion__content > *:first-child {
    padding-top: 0;
}

.accordion li .accordion__content > *:last-child {
    padding-bottom: 0;
}

.accordion li.active .accordion__title {
    background: #4a90e2;
    border-bottom: 1px solid #ececec;
}

.accordion li.active .accordion__content {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    padding-top: 15px;
}

.accordion li.active .accordion__content > * {
    display: inline-block;
}

.accordion .accordion__title {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    opacity: .5;
    margin-bottom: 0.92857143em;
}

.accordion .accordion__title:hover {
    opacity: 1;
}

.accordion .accordion__title:before {
    font-family: "stack-interface";
    content: '\e80d';
    margin-right: 6px;
    color: #252525;
}

.accordion .accordion__title span {
    display: inline-block;
}

.accordion li.active {
    margin-bottom: 0.92857143em;
}

.accordion li.active .accordion__title {
    opacity: 1;
}

.accordion li.active .accordion__title:before {
    content: '\e80a';
}

.accordion li.active .accordion__content {
    animation: fadeUp .5s ease forwards;
    -webkit-animation: fadeUp .5s ease forwards;
}

.accordion-1 li.active .accordion__title {
    border-color: #4a90e2;
}

.accordion-1 li.active .accordion__title span {
    color: #fff;
}

.accordion-1 li.active .accordion__title:before {
    color: #fff;
}

.accordion-1 li .accordion__title {
    border-radius: 6px;
    border-bottom: 1px solid #ECECEC;
}

.accordion-2 li .accordion__title {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #ECECEC;
    padding-left: 0;
}

.accordion-2 li.active .accordion__title {
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.bg--dark .accordion-2 li .accordion__title,
.imagebg:not(.image--light) .accordion-2 li .accordion__title,
.bg--primary .accordion-2 li .accordion__title,
.bg--dark .accordion-1 li .accordion__title,
.imagebg:not(.image--light) .accordion-1 li .accordion__title,
.bg--primary .accordion-1 li .accordion__title {
    border-color: #4b4b4b;
}

.bg--dark .accordion-2 li .accordion__title:before,
.imagebg:not(.image--light) .accordion-2 li .accordion__title:before,
.bg--primary .accordion-2 li .accordion__title:before,
.bg--dark .accordion-1 li .accordion__title:before,
.imagebg:not(.image--light) .accordion-1 li .accordion__title:before,
.bg--primary .accordion-1 li .accordion__title:before {
    color: #fff;
}

.imagebg:not(.image--light) .accordion li .accordion__title,
.bg--primary .accordion li .accordion__title {
    border-color: rgba(255, 255, 255, 0.3);
}

.views-accordion-header {
    font-family: 'Open Sans'
}

.view-podcast-page p {
    font-family: 'Merriweather';
    font-size: 1em;
    line-height: 1.5em;
}

//** Podcast Icon 
.podcast-i {
    position: relative;
}

.podcast-i img {
    margin-bottom: 0;
    padding-right: 1em;
    vertical-align: middle;
}

.podcast-i a {
    line-height: 36px;
    padding-top: 8px;
    position: relative;
}

.podcast-i a:hover {
    color: #8E2D00;
    cursor: pointer;
}


li a.fa-podcast:before {
    content: "\f2ce";
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0e75be;
    font-family: "FontAwesome";
}

**/ //** Lesson Plans **//

.lp-select {
    padding-top: 10px;
    padding-bottom: 10px;
}

.lp-info {
    background-color: #d3d3d3;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 15px;
}

.lp-content {
    border-top: 1px;
}

.lp-content ul {
    list-style: circle;
    list-style-position: inside;

}

.lp-content ol {
    list-style-type: decimal;
}

.lp-content ul li {
    padding-left: 12px;
}

.lp-content ul li ul {
    padding-left: 36px;
    list-style: square;
}

.lp-info .field__items {
    display: inline-flex;

}

.lp-info .field--item:after {
    content: ",";
    margin-right: 3px;
    position: relative;
}

.lp-info .field--item:last-child:after {
    content: none;
}


.lp-content blockquote {
    margin-left: 20px;
    border: 0;
}


//** Taxonomy Pages **//

.tax-title h3 {
    margin-bottom: 10px;
    border-bottom: 2px;
    text-align: center;
}

.view-taxonomy-term h2 {
    font-size: 1.5em;
    text-align: center;
}



.filter-guidelines .filter-guidelines-item {
    margin-top: 1em;
    display: none;
}
