/*
	Theme Name: CIMA
	Theme URI: http://riser.ninja/
	Author: RiSER
	Author URI: http://riser.ninja/
	Description: Created for CIMA (Center for International Media Assistance) by RiSER
	Version: 1.0
	Text Domain: cima

	All Content Copyright © RiSER and CIMA 2015 - All Rights Reserved.
*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,800);
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: normal;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

html,
body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    position: relative;
}

@media screen and (max-width: 1218px) {
    html,
    body {
        font-size: 90%;
    }
}

@media screen and (max-width: 960px) {
    html,
    body {
        font-size: 80%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 2.6em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 0.8em;
}

h6 {
    font-size: 0.6em;
}

p {
    color: #666;
    font-size: 1em;
    line-height: 25px;
}

li {
    color: #666;
}

strong {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

button {
    cursor: pointer;
    outline: none;
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

input {
    outline: none;
}

.wrapper {
    width: 1218px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 1218px) {
    .wrapper {
        width: 100%;
    }
}

.wrapper.skinny-wrapper {
    width: 1122px;
}

@media screen and (max-width: 1218px) {
    .wrapper.skinny-wrapper {
        width: 100%;
    }
}

.vc_row {
    margin: 0 !important;
}

div[class*=".vc_custom"] {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.wpb_row .wpb_column.vc_column_container {
    padding: 50px 48px;
}

@media screen and (max-width: 1218px) {
    .wpb_row .wpb_column.vc_column_container.vc_col-sm-4:last-of-type {
        padding-right: 5%;
    }
}

@media screen and (max-width: 768px) {
    .wpb_row .wpb_column.vc_column_container.vc_col-sm-4:last-of-type {
        padding: 0 5%;
    }
}

@media screen and (max-width: 1218px) {
    .wpb_row .wpb_column.vc_column_container {
        padding: 32px 0;
    }
}

@media screen and (max-width: 768px) {
    .wpb_row .wpb_column.vc_column_container {
        padding: 20px 0;
    }
}

.cima-button,
.cima-dropdown {
    cursor: pointer;
    outline: none;
}

.cima-button span,
.cima-dropdown span {
    background-color: #0C2E4E;
    text-transform: uppercase;
    color: white;
    padding: 18px 65px 7px 12px;
    font-family: 'Avenir Black', sans-serif;
    font-weight: 600;
    display: block;
    height: 45px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.cima-button i,
.cima-dropdown i {
    margin: -60px 0px 0px 35px;
    border-left: 0px solid transparent;
    border-bottom: 45px solid #327f67;
    padding-top: 15px;
    padding-right: 19px;
    width: 45px;
    height: 0px;
    color: white;
    float: right;
    transition: border-left 0.5s, width 0.2s;
    -o-transition: border-left 0.5s, width 0.2s;
    -moz-transition: border-left 0.5s, width 0.2s;
    -webkit-transition: border-left 0.5s, width 0.2s;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.cima-button i:before,
.cima-dropdown i:before {
    margin-top: 16px;
    position: absolute;
}

.cima-button i.fa-long-arrow-down:before,
.cima-dropdown i.fa-long-arrow-down:before {
    margin-left: 6px;
}

.cima-button:hover i,
.cima-dropdown:hover i {
    border-left: 17px solid transparent;
    width: 62px;
}

.cima-button.alternate-colors span,
.cima-dropdown.alternate-colors span {
    background-color: white;
    color: #0C2E4E;
}

.cima-button.grey span,
.cima-dropdown.grey span {
    background-color: #999;
    color: #fff;
}

.cima-button.grey i,
.cima-dropdown.grey i {
    border-bottom: 45px solid #333;
}

.simple-button {
    background-color: #327f67;
    outline: none;
    border: 0;
    margin: 0;
    padding: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.simple-button:hover {
    background: transparent;
    color: #FFFFFF;
    padding: 15px;
    border: 1px solid #FFFFFF;
}

.cima-dropdown {
    display: inline-block;
    position: absolute;
    min-width: 280px;
}

.cima-dropdown.regions-dropdown {
    position: relative;
}

.cima-dropdown ul {
    display: none;
    width: 100%;
}

.cima-dropdown ul li {
    display: block;
}

.cima-dropdown ul li.type-header,
.cima-dropdown ul li.type-spacer,
.cima-dropdown ul li a {
    display: block;
    color: white;
    padding: 15px;
    background: #0C2E4E;
    text-transform: uppercase;
    text-align: left;
}

.cima-dropdown ul li.type-header,
.cima-dropdown ul li a {
    border-top: 1px solid #327f67;
}

.cima-dropdown ul li a {
    padding-left: 32px;
}

.cima-dropdown ul li a:hover {
    color: #327f67;
}

.module-header {
    width: 100%;
    float: left;
}

.section-title {
    padding: 0 0 30px 10px;
    box-sizing: border-box;
    position: relative;
}

.section-title>span {
    color: #999;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.35;
}

.section-title>span::before {
    content: '';
    background-color: #0C2E4E;
    height: 47px;
    width: 2px;
    position: absolute;
    margin-left: -9px;
}

.section-title h4 {
    padding: 4px 0 0 0;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.section-title p {
    padding-top: 5px;
}

@media screen and (max-width: 1218px) {
    .section-title.mod {
        width: 90%;
        padding: 0 5%;
        box-sizing: border-box;
    }
    .section-title.mod~a button {
        padding: 0 0 0 5%;
        margin: 10px 0;
    }
}

.post-pagination {
    clear: both;
    text-align: center;
}

.post-pagination .page-name {
    color: #327f67;
    padding: 0 10px;
}

.post-pagination .page-numbers {
    display: none;
}

.post-pagination .page-numbers i {
    display: block;
    padding: 20px;
    color: white;
    background: #327f67;
    transition: background .4s;
}

.post-pagination .page-numbers i:hover,
.post-pagination .page-numbers i:active {
    background: #0C2E4E;
    transition: background .4s;
}

.post-pagination .page-numbers.previous {
    display: inline-block;
    margin-right: 10px;
}

.post-pagination .page-numbers.prev {
    display: inline-block;
    margin-right: 10px;
}

.post-pagination .page-numbers.next {
    display: inline-block;
}

.live-marker {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #327f67;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
}

.live-marker .fa-circle {
    margin-left: 10px;
}

.live-marker:before {
    content: ' ';
    display: block;
    border-top: 32px solid transparent;
    border-right: 20px solid #327f67;
    position: absolute;
    top: 0;
    left: -20px;
}

.live-event-shade {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 997;
}

.live-event-lightbox {
    width: 960px;
    height: 540px;
    padding-bottom: 56.25%;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -270px;
    margin-left: -480px;
    z-index: 998;
}

.live-event-lightbox iframe {
    width: 100%;
    height: 100%;
    background: #000;
}

.live-event-lightbox button {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    color: white;
    background: #0C2E4E;
}

.live-event-lightbox button i {
    position: relative;
    left: -5px;
}

.live-event-lightbox button:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: -32px;
    border-right: 32px solid #0C2E4E;
    border-bottom: 32px solid transparent;
}

.live-event-lightbox button:hover {
    background: #327f67;
}

.live-event-lightbox button:hover:before {
    border-right: 32px solid #327f67;
}

.mobileNavToggle {
    width: 70px;
    height: 70px;
    background-color: #333;
    float: right;
    display: none;
    padding: 25px;
    box-sizing: border-box;
    z-index: 20;
    cursor: pointer;
    position: absolute;
    right: 0;
}

@media (max-width: 1024px) {
    .mobileNavToggle {
        display: block;
    }
}

.mobileNavToggle .fa-close {
    display: none;
}

.mobileNavToggle .fa {
    color: #FFFFFF;
}

.primary-header {
    width: 100%;
}

@media screen and (max-width: 1218px) {
    .primary-header .wrapper {
        padding: 0 5%;
        width: 90%;
    }
}

.primary-header .wrapper .head {
    position: relative;
    overflow: hidden;
}

.primary-header .wrapper .head .logo {
    padding: 20px 0;
    width: 30%;
    display: block;
    position: relative;
    float: left;
}

.primary-header .wrapper .head .logo img { max-width: 500px; }

@media (max-width: 1220px) {
    .primary-header .wrapper .head .logo {
        padding: 14px 0;
    }
}

@media (max-width: 1024px) {
    .primary-header .wrapper .head .logo img {
        height: 40px;
    }
}

.primary-header .wrapper .head .socialIcons {
    display: block;
    width: 60%;
    height: 30px;
    float: right;
    top: 45px;
    position: relative;
    text-align: right;
}

@media (max-width: 1024px) {
    .primary-header .wrapper .head .socialIcons {
        display: none;
    }
}

.primary-header .wrapper .head .socialIcons .fa {
    color: #0C2E4E;
    margin: 0 0 0 10px;
    cursor: pointer;
    font-size: 16pt;
}

.primary-header .wrapper .head .socialIcons .fa:hover {
    color: #06638c;
}

.primary-header .wrapper .head .header-search {
    width: 600px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -785px;
    transition: right 0.5s;
    -o-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -webkit-transition: right 0.5s;
}

@media screen and (max-width: 1024px) {
    .primary-header .wrapper .head .header-search {
        display: none;
    }
}

.primary-header .wrapper .head .header-search .searchform {
    width: 100%;
    height: 100%;
}

.primary-header .wrapper .head .header-search .searchform input {
    outline: none;
    width: 100%;
    height: 100%;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    padding: 0 20px;
    border: 0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.primary-header .wrapper .head .header-search.open {
    right: 0;
}

.primary-header nav.mainNav {
    background-color: #0c2e4e;
    height: 70px;
    padding: 14px 0 0 0;
    box-sizing: border-box;
}

@media (max-width: 1220px) {
    .primary-header nav.mainNav {
        padding: 14px 0 0 0;
    }
}

@media (max-width: 1024px) {
    .primary-header nav.mainNav {
        display: none;
    }
}

.primary-header nav.mainNav ul li:first-of-type {
    padding-left: 0px;
}

.primary-header nav.mainNav ul li {
    display: inline-block;
    padding: 14px 24px 13px 24px;
    box-sizing: border-box;
    font-size: 12pt;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}

@media (max-width: 1100px) {
    .primary-header nav.mainNav ul li {
        padding: 14px 16px 13px 16px;
    }
}

.primary-header nav.mainNav ul li a {
    color: white;
}

.primary-header nav.mainNav ul li a:hover {
    color: #327f67;
    cursor: pointer;
}

.primary-header nav.mainNav ul li a:hover:after {
    content: '';
    width: 22px;
    height: 22px;
    background-color: #f0f0f0;
    margin: 21px auto 0 auto;
    display: block;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.primary-header .sub-navigation {
    max-height: 0;
    background-color: #f0f0f0;
    overflow: hidden;
    transition: max-height 0.2s;
    -o-transition: max-height 0.2s;
    -moz-transition: max-height 0.2s;
    -webkit-transition: max-height 0.2s;
}

.primary-header .sub-navigation ul li:first-of-type {
    padding-left: 0px;
}

.primary-header .sub-navigation ul li {
    color: #000000;
    display: inline-block;
    padding: 18px 20px;
    box-sizing: border-box;
    font-size: 10pt;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}

.primary-header .sub-navigation ul li a {
    color: #333;
}

.primary-header .sub-navigation ul li:hover a {
    color: #0C2E4E;
    cursor: pointer;
}

.primary-header .blueBar {
    background-color: #06638c;
    color: white;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 10pt;
    padding: 10px 0px;
    z-index: 4;
    position: relative;
    height: 13px;
    margin-bottom: 30px;
}

@media (max-width: 700px) {
    .primary-header .blueBar .twitter-feed {
        display: none;
    }
}

.primary-header .blueBar .twitter-feed {
    overflow: hidden;
    height: 12px;
}

.primary-header .blueBar .twitter-feed .feed-title {
    float: left;
    padding-right: 10px;
}

.primary-header .blueBar .twitter-feed ul li {
    display: block;
    float: left;
    opacity: 0;
    position: absolute;
    z-index: -1;
    max-width: 1012px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    color: #FFF;
}

@media screen and (max-width: 1218px) {
    .primary-header .blueBar .twitter-feed ul li {
        width: 75%;
    }
}

@media screen and (max-width: 768px) {
    .primary-header .blueBar .twitter-feed ul li {
        width: 70%;
    }
}

.primary-header .blueBar .twitter-feed ul li a {
    color: #327f67;
}

.primary-header .blueBar .twitter-feed ul li.active {
    opacity: 1;
    z-index: 1;
}

.primary-header .blueBar .truncate {
    text-overflow: ellipsis;
    max-width: 800px;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    margin-bottom: -2px;
}

@media screen and (max-width: 1200px) {
    .primary-header .blueBar .truncate {
        max-width: 400px;
    }
}

@media screen and (max-width: 750px) {
    .primary-header .blueBar .truncate {
        max-width: 250px;
    }
}

@media screen and (max-width: 550px) {
    .primary-header .blueBar .truncate {
        max-width: 170px;
    }
}

@media screen and (max-width: 400px) {
    .primary-header .blueBar .truncate {
        max-width: 50px;
    }
}

.primary-header .blueBar .breadcrumbs {
    text-align: right;
}

.primary-header .blueBar .breadcrumbs li {
    display: inline-block;
}

.primary-header .blueBar .breadcrumbs li a {
    color: #FFFFFF;
}

.primary-header .blueBar .breadcrumbs li a:hover {
    color: #999;
    cursor: pointer;
}

.primary-header .blueBar .breadcrumbs span {
    width: 1px;
    height: 16px;
    display: inline-block;
    background-color: #FFFFFF;
    margin: 0 10px -3px 10px;
    box-sizing: border-box;
}

.mobileNavCover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 6;
    opacity: 0;
    cursor: pointer;
}

nav.mobileNav {
    display: none;
}

@media (max-width: 1024px) {
    nav.mobileNav {
        display: block;
        right: 0;
        width: 320px;
        margin-right: -320px;
        position: absolute;
        z-index: 10;
        transition: right, .7s;
    }
    nav.mobileNav .mobileHead {
        background-color: #333;
        height: 70px;
        padding: 20px 70px 0 35px;
        width: 100%;
        box-sizing: border-box;
    }
    nav.mobileNav .mobileHead .mobileSocialIcons a {
        color: #FFFFFF;
    }
    nav.mobileNav .mobileHead .mobileSocialIcons a .fa {
        margin: 0 15px 0 0;
        font-size: 20pt;
    }
    nav.mobileNav .links {
        width: 320px;
    }
    nav.mobileNav .links .subPageBlock {
        overflow: hidden;
        transition: height 0.5s;
        -o-transition: height 0.5s;
        -moz-transition: height 0.5s;
        -webkit-transition: height 0.5s;
    }
    nav.mobileNav .links li {
        list-style: none;
        background-color: #FFFFFF;
        padding: 20px 25px;
        border-bottom: 1px solid #333;
        text-transform: uppercase;
        font-size: 10pt;
    }
    nav.mobileNav .links li a {
        color: #333;
    }
    nav.mobileNav .links li i.fa-chevron-up,
    nav.mobileNav .links li i.fa-chevron-down {
        float: right;
        cursor: pointer;
    }
    nav.mobileNav .links li span {
        margin: 0px 10px -13px 10px;
        width: 2px;
        height: 32px;
        background-color: #333;
        display: inline-block;
    }
    nav.mobileNav .links li form {
        display: inline-block;
        cursor: pointer;
    }
    nav.mobileNav .links li form input {
        background-color: #efefef;
        border: none;
        height: 26px;
        padding-left: 10px;
        font-size: 10pt;
    }
    nav.mobileNav .links li form input:focus {
        outline: 0;
    }
    nav.mobileNav .links li .fa-search {
        cursor: pointer;
    }
    nav.mobileNav .links li.subColor {
        background-color: #efefef;
    }
    nav.mobileNav .links li.subPage {
        background-color: #efefef;
        padding: 20px 25px 20px 50px;
    }
}

.post-sidebar {
    float: left;
    padding-top: 50px;
    overflow: hidden;
    width: 264px;
}

@media screen and (max-width: 1218px) {
    .post-sidebar {
        width: 90%;
        float: none;
        margin-top: 60px;
        padding: 0 5%;
    }
}

.post-sidebar h4 {
    color: #0C2E4E;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    padding: 32px 0;
}

@media screen and (max-width: 1218px) {
    .post-sidebar h4 {
        float: left;
        display: block;
        margin-right: 20px;
        width: 100%;
        padding: 20px 0;
    }
}

.post-sidebar h4:first-of-type {
    padding: 0;
    padding-bottom: 32px;
}

.post-sidebar ul {
    float: left;
    width: 100%;
}

.post-sidebar ul li {
    padding-bottom: 32px;
    text-transform: uppercase;
}

@media screen and (max-width: 1218px) {
    .post-sidebar ul li {
        display: block;
        text-align: left;
        float: left;
        padding-right: 20px;
        padding-bottom: 20px;
    }
}

.post-sidebar ul li a {
    color: #0C2E4E;
}

.post-sidebar ul li a:hover {
    color: #327f67;
}

.post-sidebar ul li.hidden {
    display: none;
}

.post-sidebar .tag-cloud {
    margin: 0;
    text-align: center;
}

.post-sidebar .tag-cloud li {
    float: left;
    margin: 5px;
    padding: 0;
}

.post-sidebar .tag-cloud li a {
    background-color: #0C2E4E;
    color: #ffffff;
    display: block;
    font-family: "Avenir Black", sans-serif;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: uppercase;
}

.post-sidebar .tag-cloud li a:hover {
    background-color: #327f67;
    color: #ffffff;
}

footer {
    width: 100%;
    float: left;
    padding: 50px 0 0 0;
}

footer .banner {
    overflow: hidden;
    background-image: url('img/cima-world-image.png');
    background-color: #0C2E4E;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

@media screen and (max-width: 1218px) {
    footer .banner {
        padding: 60px 5%;
    }
}

footer .banner .wrapper {
    position: relative;
    overflow: hidden;
}

footer .banner .wrapper .logoBox {
    width: 62%;
    float: left;
}

@media (max-width: 1122px) {
    footer .banner .wrapper .logoBox {
        width: 45%;
    }
}

@media (max-width: 700px) {
    footer .banner .wrapper .logoBox {
        width: 90%;
    }
}

footer .banner .wrapper .logoBox hr {
    border: 1px solid #327f67;
    width: 48px;
    float: left;
    margin: 15px 0 0 0;
}

footer .banner .wrapper .logoBox .logo img {
    max-width: 420px;
}

footer .banner .wrapper .logoBox .info {
    margin: 15px 0 0 0;
    float: left;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-size: 10pt;
    line-height: 15pt;
}

footer .banner .wrapper .contact {
    width: 38%;
    float: left;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 1122px) {
    footer .banner .wrapper .contact {
        width: 45%;
    }
}

@media (max-width: 700px) {
    footer .banner .wrapper .contact {
        position: relative;
        right: initial;
        bottom: initial;
        margin: 30px 0 0 0;
        width: 90%;
    }
}

footer .banner .wrapper .contact .socialIcons {
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
}

@media (max-width: 700px) {
    footer .banner .wrapper .contact .socialIcons {
        float: left;
        text-align: left;
        margin-bottom: 40px;
    }
}

footer .banner .wrapper .contact .socialIcons .fa {
    color: #FFFFFF;
    margin-left: 13px;
    font-size: 18pt;
}

footer .banner .wrapper .contact .socialIcons .fa:hover {
    color: #327f67;
}

footer .banner .wrapper .contact .socialIcons a:first-of-type .fa {
    margin-left: 0px;
}

footer .banner .wrapper .contact button {
    float: right;
}

@media (max-width: 700px) {
    footer .banner .wrapper .contact button {
        float: left;
    }
}

footer .banner .wrapper .contact form {
    float: right;
    margin: 0;
    display: none;
}

footer .banner .wrapper .contact form input[type='email'] {
    padding: 10px;
    box-sizing: border-box;
    height: 45px;
    width: 205px;
}

footer .banner .wrapper .contact form .simple-button {
    margin-left: 5px;
}

@media (max-width: 700px) {
    footer .banner .wrapper .contact form {
        float: left;
        margin-left: 0px;
        display: block;
    }
}

footer .footItems {
    background-color: #333;
}

footer .footItems ul {
    padding: 8px 0;
    text-align: center;
}

footer .footItems ul li {
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 10pt;
    padding: 0 9px;
    line-height: 2.5em;
}

footer .footItems ul li a {
    color: #FFFFFF;
}

footer .footItems ul li a:hover {
    color: #327f67;
    cursor: pointer;
}

.search-results-container {
    margin-top: 50px;
    width: 1218px;
    clear: both;
}

@media screen and (max-width: 1218px) {
    .search-results-container {
        width: 100%;
    }
}

.search-results-container .search-item {
    background: #f0f0f0;
    padding: 50px;
    overflow: hidden;
}

@media screen and (max-width: 1218px) {
    .search-results-container .search-item {
        width: 90%;
        padding: 50px 5%;
    }
}

.search-results-container .search-item:nth-child(2n) {
    background: white;
}

@media screen and (max-width: 768px) {
    .search-results-container .search-item table td {
        width: 100%;
        float: left;
    }
}

.search-results-container .search-item table .post-image {
    width: 130px;
}

@media screen and (max-width: 768px) {
    .search-results-container .search-item table .post-image {
        width: 100%;
        float: left;
    }
}

.search-results-container .search-item table .post-image .image {
    width: 100%;
    height: 75px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .search-results-container .search-item table .post-image .image {
        height: 220px;
        background-position: top center;
    }
}

.search-results-container .search-item table .post-image-spacer {
    width: 16px;
}

.search-results-container .search-item table .post-info {
    vertical-align: top;
    position: relative;
    padding-left: 12px;
}

@media screen and (max-width: 768px) {
    .search-results-container .search-item table .post-info {
        width: 100%;
        float: left;
        margin-top: 40px;
    }
}

.search-results-container .search-item table .post-info:before {
    content: ' ';
    display: block;
    width: 2px;
    height: 48px;
    background: #0C2E4E;
    position: absolute;
    top: 0;
    left: 0;
}

.search-results-container .search-item table .post-info .title {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2;
}

.search-results-container .search-item table .post-info p {
    padding-top: 10px;
}

.search-results-container .search-item table .post-button {
    width: 28%;
    vertical-align: middle;
    text-align: center;
    padding-left: 10%;
}

@media screen and (max-width: 960px) {
    .search-results-container .search-item table .post-button {
        width: 175px;
        float: left;
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .search-results-container .search-item table .post-button {
        width: 60%;
        float: left;
        padding: 0 20%;
    }
}

.search-filters {
    text-align: center;
    clear: both;
    width: 1150px;
    margin: 0 auto;
}

@media screen and (max-width: 1218px) {
    .search-filters {
        width: 90%;
        padding: 0 5%;
    }
}

.search-filters a.cima-button {
    margin-right: 15px;
}

.search-filters .cima-button {
    margin: 0 15px 15px 0;
    float: left;
}

.four-oh-four-container h1 {
    color: #0C2E4E;
    padding: 32px 0;
}

.four-oh-four-container h1 span {
    color: #327f67;
}

.vc-module.text-area {
    padding: 10px;
}

.vc-module.text-area ul {
    list-style: disc;
    margin: 10px 0;
}

.vc-module.text-area li {
    line-height: 25px;
    margin-left: 18px;
}

.vc-module.image-slider {
    width: 100%;
    height: 0;
    padding-bottom: 45%;
    background: #333;
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    .vc-module.image-slider {
        padding-bottom: 75%;
    }
}

@media (max-width: 400px) {
    .vc-module.image-slider {
        padding-bottom: 120%;
    }
}

@media (max-width: 320px) {
    .vc-module.image-slider {
        padding-bottom: 140%;
    }
}

.vc-module.image-slider .slide-rack {
    width: 100%;
    height: 0;
    padding-bottom: 45%;
    overflow: hidden;
}

@media (max-width: 768px) {
    .vc-module.image-slider .slide-rack {
        padding-bottom: 75%;
    }
}

@media (max-width: 400px) {
    .vc-module.image-slider .slide-rack {
        padding-bottom: 120%;
    }
}

@media (max-width: 320px) {
    .vc-module.image-slider .slide-rack {
        padding-bottom: 140%;
    }
}

.vc-module.image-slider .slide-rack .slide {
    width: 100%;
    height: 0;
    padding-bottom: 45%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

@media (max-width: 768px) {
    .vc-module.image-slider .slide-rack .slide {
        padding-bottom: 75%;
    }
}

@media (max-width: 400px) {
    .vc-module.image-slider .slide-rack .slide {
        padding-bottom: 120%;
    }
}

@media (max-width: 320px) {
    .vc-module.image-slider .slide-rack .slide {
        padding-bottom: 140%;
    }
}

.vc-module.image-slider .slide-rack .slide.active {
    z-index: 1;
    opacity: 1;
}

.vc-module.image-slider .slide-rack .slide .overlay {
    width: 100%;
    padding: 45px 12% 45px 55px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (max-width: 640px) {
    .vc-module.image-slider .slide-rack .slide .overlay {
        padding: 35px 12% 40px;
    }
}

@media screen and (max-width: 960px) {
    .vc-module.image-slider .slide-rack .slide .overlay {
        padding: 20px 12% 20px 35px;
    }
}

.vc-module.image-slider .slide-rack .slide .overlay button {
    background: #327f67;
    position: absolute;
    right: 0;
    bottom: 8px;
    padding: 20px 10px;
}

.vc-module.image-slider .slide-rack .slide .overlay button:before {
    content: ' ';
    display: block;
    border-top: 68px solid transparent;
    border-right: 32px solid #327f67;
    position: absolute;
    top: 0;
    left: -32px;
}

.vc-module.image-slider .slide-rack .slide .overlay button i {
    color: white;
    position: relative;
    left: -10px;
}

.vc-module.image-slider .slide-rack .slide .overlay h3 {
    color: white;
    font-family: 'Avenir Heavy', sans-serif;
    font-size: 2.6em;
    text-transform: uppercase;
    padding-bottom: 20px;
}

@media screen and (max-width: 960px) {
    .vc-module.image-slider .slide-rack .slide .overlay h3 {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 640px) {
    .vc-module.image-slider .slide-rack .slide .overlay h3 {
        font-size: 2em;
    }
}

.vc-module.image-slider .slide-rack .slide .overlay p {
    color: white;
    font-size: 1em;
    line-height: 22px;
}

@media screen and (max-width: 960px) {
    .vc-module.image-slider .slide-rack .slide .overlay p {
        line-height: 15px;
        padding-right: 4%;
    }
}

.vc-module.image-slider .slider-controls {
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.vc-module.image-slider .slider-controls .slide-trigger {
    cursor: pointer;
    height: 100%;
    float: left;
    border-left: 1px solid white;
    background-color: #0C2E4E;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
}

.vc-module.image-slider .slider-controls .slide-trigger:first-of-type {
    border-left: 0;
}

.vc-module.image-slider .slider-controls .slide-trigger.active {
    cursor: default;
    background-color: #327f67;
}

.vc-module.lower-caption-slider {
    position: relative;
    overflow: hidden;
}

.vc-module.lower-caption-slider .slide-rack {
    overflow: hidden;
    transition: margin-left 0.5s;
    -o-transition: margin-left 0.5s;
    -moz-transition: margin-left 0.5s;
    -webkit-transition: margin-left 0.5s;
}

.vc-module.lower-caption-slider .slide-rack .slide-container {
    float: left;
}

.vc-module.lower-caption-slider .slide-rack .slide-container .slide {
    width: 100%;
    padding-bottom: 56.25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.vc-module.lower-caption-slider .slide-rack .slide-container .slide.active {
    z-index: 1;
}

.vc-module.lower-caption-slider .slide-rack .slide-container .slide a {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: #327f67;
}

.vc-module.lower-caption-slider .slide-rack .slide-container .slide a:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: -16px;
    border-top: 48px solid transparent;
    border-right: 16px solid #327f67;
}

.vc-module.lower-caption-slider .slide-rack .slide-container .slide a i {
    color: white;
}

.vc-module.lower-caption-slider .slide-rack .slide-container .lower-caption-box {
    width: 100%;
    position: relative;
    padding: 32px;
    background: white;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.vc-module.lower-caption-slider .slide-rack .slide-container .lower-caption-box h3 {
    padding-bottom: 12px;
}

.vc-module.lower-caption-slider .slider-controls {
    width: 100%;
    height: 8px;
    position: absolute;
    top: 0;
    margin-top: 56.25%;
    z-index: 2;
}

.vc-module.lower-caption-slider .slider-controls .slide-trigger {
    cursor: pointer;
    height: 100%;
    float: left;
    background: #0C2E4E;
    border-left: 1px solid white;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
}

.vc-module.lower-caption-slider .slider-controls .slide-trigger.active {
    background: #327f67;
}

.vc-module.lower-caption-slider .slider-controls .slide-trigger:first-of-type {
    border-left: 0;
}

.vc-module.call-to-action {
    background-image: url('img/cta-bg.jpg');
    background-size: cover;
    padding: 70px;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

@media (max-width: 900px) {
    .vc-module.call-to-action {
        padding: 50px;
    }
}

@media (max-width: 750px) {
    .vc-module.call-to-action {
        padding: 40px;
    }
}

.vc-module.call-to-action h2 {
    color: white;
    display: block;
    float: left;
    margin: 5px 0px 0px 40px;
    font-size: 36px;
    text-transform: uppercase;
}

@media (max-width: 1220px) {
    .vc-module.call-to-action h2 {
        margin: 5px 0px 0px 0px;
        font-size: 26px;
    }
}

@media (max-width: 950px) {
    .vc-module.call-to-action h2 {
        padding-top: 10px;
        box-sizing: border-box;
        text-align: center;
        display: block;
        width: 100%;
    }
}

.vc-module.call-to-action button {
    display: block;
    margin: 0px 40px 0px 0px;
    float: right;
}

@media (max-width: 950px) {
    .vc-module.call-to-action button {
        display: block;
        margin: 0 auto;
        text-align: center;
        float: none;
        padding: 15px 0;
        box-sizing: border-box;
    }
}

.vc-module.quad-nav {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
}

.vc-module.quad-nav .main-topic-container {
    width: 50%;
    float: left;
    background-color: #f0f0f0;
    padding: 80px 60px 80px 60px;
    display: block;
    min-height: 550px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (max-width: 960px) {
    .vc-module.quad-nav .main-topic-container {
        width: 100%;
        min-height: 320px;
    }
}

.vc-module.quad-nav .main-topic-container h4 {
    color: #666;
    font-size: 25px;
    text-transform: uppercase;
}

.vc-module.quad-nav .main-topic-container h4:before {
    content: '';
    background-color: #0C2E4E;
    height: 47px;
    width: 2px;
    position: absolute;
    margin-left: -9px;
}

.vc-module.quad-nav .main-topic-container p {
    color: #666;
    padding: 10px 0 0 0;
}

.vc-module.quad-nav .main-topic-container button {
    padding: 20px 0 0 0;
}

.vc-module.quad-nav .main-topic-container ul {
    list-style: disc;
    margin: 10px 0;
}

.vc-module.quad-nav .main-topic-container li {
    line-height: 25px;
    margin-left: 18px;
    color: #666;
}

.vc-module.quad-nav .button-grid {
    width: 50%;
    float: left;
}

@media screen and (max-width: 960px) {
    .vc-module.quad-nav .button-grid {
        width: 100%;
        margin-bottom: 40px;
    }
}

.vc-module.quad-nav .button-grid button {
    width: 50%;
    height: 275px;
    float: left;
    background: #333;
    border: 1px dotted #999;
    color: #999;
    padding: 0 50px;
}

@media (max-width: 640px) {
    .vc-module.quad-nav .button-grid button {
        width: 100%;
    }
}

.vc-module.quad-nav .button-grid button .inner-container {
    position: relative;
    top: 40px;
    transition: top 0.2s;
    -o-transition: top 0.2s;
    -moz-transition: top 0.2s;
    -webkit-transition: top 0.2s;
}

@media (max-width: 640px) {
    .vc-module.quad-nav .button-grid button .inner-container {
        top: 0;
    }
}

.vc-module.quad-nav .button-grid button .icon {
    width: 64px;
    height: 60px;
    display: block;
    margin: 0 auto;
    background-position: top;
    transition: background-position 0.2s;
    -o-transition: background-position 0.2s;
    -moz-transition: background-position 0.2s;
    -webkit-transition: background-position 0.2s;
}

@media (max-width: 640px) {
    .vc-module.quad-nav .button-grid button .icon {
        background-position: bottom;
    }
}

.vc-module.quad-nav .button-grid button h5 {
    color: #999;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.vc-module.quad-nav .button-grid button p {
    line-height: 20px;
    margin-top: 20px;
    opacity: 0;
    transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

@media (max-width: 640px) {
    .vc-module.quad-nav .button-grid button p {
        opacity: 1;
    }
}

.vc-module.quad-nav .button-grid button:hover .inner-container {
    top: 0;
}

.vc-module.quad-nav .button-grid button:hover .icon {
    background-position: bottom;
}

.vc-module.quad-nav .button-grid button:hover p {
    opacity: 1;
}

.vc-module.blog-post-index .post-tile-container {
    width: 31.5%;
    float: left;
    margin-left: 2.75%;
    padding-bottom: 48px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.vc-module.blog-post-index .post-tile-container.last-col {
    margin-left: 0;
}

.vc-module.blog-post-index .post-tile-container a {
    color: transparent !important;
}

@media (max-width: 850px) {
    .vc-module.blog-post-index .post-tile-container {
        width: 100%;
        height: auto;
        margin: 0 0 50px 0;
        background-color: transparent;
    }
}

@media (max-width: 500px) {
    .vc-module.blog-post-index .post-tile-container {
        width: 100%;
        height: auto;
        margin: 0 0 50px 0;
        background-color: #f0f0f0;
        display: block;
        float: left;
    }
}

.vc-module.blog-post-index .post-tile-container .post-tile {
    background: #f0f0f0;
    position: relative;
    overflow: hidden;
}

@media (max-width: 850px) {
    .vc-module.blog-post-index .post-tile-container .post-tile {
        background: transparent;
    }
}

.vc-module.blog-post-index .post-tile-container .post-tile .image-container {
    width: 100%;
    height: 180px;
    background-color: #0C2E4E;
    position: relative;
}

@media (max-width: 850px) {
    .vc-module.blog-post-index .post-tile-container .post-tile .image-container {
        text-align: left;
        width: 47%;
        display: block;
        float: left;
    }
}

@media (max-width: 500px) {
    .vc-module.blog-post-index .post-tile-container .post-tile .image-container {
        width: 100%;
    }
}

.vc-module.blog-post-index .post-tile-container .post-tile .image-container .image {
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.vc-module.blog-post-index .post-tile-container .post-tile .image-container:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 400px solid #f0f0f0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: border-top 0.5s;
    -o-transition: border-top 0.5s;
    -moz-transition: border-top 0.5s;
    -webkit-transition: border-top 0.5s;
}

@media (max-width: 850px) {
    .vc-module.blog-post-index .post-tile-container .post-tile .image-container:after {
        display: none;
    }
}

.vc-module.blog-post-index .post-tile-container .post-tile .date-container {
    display: table;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    color: white;
    background: #0C2E4E;
    z-index: 1;
    text-align: center;
    transition: background 0.2s;
    -o-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
}

@media (max-width: 850px) {
    .vc-module.blog-post-index .post-tile-container .post-tile .date-container {
        left: 0;
        bottom: 0;
        top: 100px;
        margin: 0;
    }
}

@media (max-width: 500px) {
    .vc-module.blog-post-index .post-tile-container .post-tile .date-container {
        left: 50%;
        margin-top: -40px;
        margin-left: -40px;
        top: 178px;
    }
}

.vc-module.blog-post-index .post-tile-container .post-tile .date-container .date {
    display: table-cell;
    vertical-align: middle;
}

.vc-module.blog-post-index .post-tile-container .post-tile .date-container .date span {
    display: block;
}

.vc-module.blog-post-index .post-tile-container .post-tile .date-container .date .day {
    font-family: 'Lato', sans-serif;
    font-size: 34px;
    font-weight: 700;
}

.vc-module.blog-post-index .post-tile-container .post-tile .date-container .date .month {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.vc-module.blog-post-index .post-tile-container .post-tile .post-content {
    padding: 30px;
    padding-top: 32px;
    text-align: center;
}

@media (max-width: 850px) {
    .vc-module.blog-post-index .post-tile-container .post-tile .post-content {
        text-align: left;
        width: 47%;
        display: inline-block;
        padding: 0 0 0 5%;
    }
}

@media (max-width: 500px) {
    .vc-module.blog-post-index .post-tile-container .post-tile .post-content {
        text-align: center;
        width: 100%;
        padding: 58px 0 30px 0;
    }
}

.vc-module.blog-post-index .post-tile-container .post-tile .post-content .post-title {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.35;
    height: 42px;
}

.vc-module.blog-post-index .post-tile-container .post-tile .post-content p {
    padding-top: 20px;
    height: 120px;
}

.vc-module.blog-post-index .post-tile-container .post-tile .post-content button {
    margin-top: 32px;
}

.vc-module.blog-post-index .post-tile-container .post-tile:hover .image-container .image {
    opacity: 0.5;
}

.vc-module.blog-post-index .post-tile-container .post-tile:hover .image-container:after {
    border-top: 30px solid transparent;
}

.vc-module.blog-post-index .post-tile-container .post-tile:hover .date-container {
    background: #103869;
}

.vc-module.recent-posts a {
    color: #333;
}

.vc-module.recent-posts .content-tile-single {
    float: left;
    width: 30.4%;
}

@media (max-width: 1124px) {
    .vc-module.recent-posts .content-tile-single {
        width: 100%;
        margin: 0;
        background-color: transparent;
        padding: 50px 0 0 0;
        height: auto;
    }
}

@media (max-width: 500px) {
    .vc-module.recent-posts .content-tile-single {
        width: 90%;
        height: auto;
        padding: 50px 0;
    }
}

.vc-module.recent-posts .content-tile-single .section-title {
    width: 100%;
}

.vc-module.recent-posts .content-tile-single .content-tile {
    min-height: 578px;
    margin: 0;
    width: 100%;
}

@media (max-width: 1124px) {
    .vc-module.recent-posts .content-tile-single .content-tile {
        width: 100%;
        height: auto;
        margin: 0;
        min-height: initial;
        background-color: transparent;
    }
}

.vc-module.recent-posts .content-tile-single .content-tile.lower-height {
    height: 538px;
    min-height: initial;
}

@media (max-width: 1124px) {
    .vc-module.recent-posts .content-tile-single .content-tile.lower-height {
        height: auto;
    }
}

@media (max-width: 1124px) {
    .vc-module.recent-posts .content-tile-single .content-tile .image-wrap {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .vc-module.recent-posts .content-tile-single .content-tile .image-wrap {
        width: 100%;
    }
}

.vc-module.recent-posts .content-tile-single .content-tile .image-wrap img {
    width: 100%;
}

@media (max-width: 1124px) {
    .vc-module.recent-posts .content-tile-single .content-tile .image-wrap .overlay {
        width: 100%;
    }
}

@media (max-width: 1124px) {
    .vc-module.recent-posts .content-tile-single .content-tile .image-wrap .slant {
        display: none;
    }
}

.vc-module.recent-posts .content-tile-single .content-tile .content h5 {
    padding: 0 3%;
}

.vc-module.recent-posts .content-tile-single .content-tile .content p {
    padding: 0 3%;
}

@media (max-width: 1124px) {
    .vc-module.recent-posts .content-tile-single .content-tile .content {
        text-align: left;
        width: 45.5%;
        margin: 0 0 0 4.5%;
    }
    .vc-module.recent-posts .content-tile-single .content-tile .content h5 {
        margin: 0;
    }
}

@media (max-width: 1124px) {
    .vc-module.recent-posts .content-tile-single .content-tile .content h5,
    .vc-module.recent-posts .content-tile-single .content-tile .content p {
        padding: 0;
    }
}

@media (max-width: 500px) {
    .vc-module.recent-posts .content-tile-single .content-tile .content {
        width: 100%;
    }
}

@media (max-width: 1124px) {
    .vc-module.recent-posts .content-tile-single .content-tile .content button {
        float: left;
        padding: 0;
    }
}

.vc-module.recent-posts .content-tile-row {
    float: left;
    width: 100%;
    height: 538px;
    padding: 0 0 50px 0;
}

@media screen and (max-width: 1218px) {
    .vc-module.recent-posts .content-tile-row {
        padding: 0 5%;
        width: 90%;
    }
}

@media (max-width: 850px) {
    .vc-module.recent-posts .content-tile-row {
        height: auto;
        padding: 0 5%;
    }
}

.vc-module.recent-posts a:first-of-type .content-tile {
    margin-left: 0;
}

.vc-module.recent-posts .content-tile {
    width: 30.4%;
    background-color: #f0f0f0;
    display: block;
    float: left;
    margin: 0 0 0 4.4%;
    height: 465px;
}

@media (max-width: 850px) {
    .vc-module.recent-posts .content-tile {
        width: 100%;
        height: auto;
        margin: 0 0 50px 0;
        background-color: transparent;
    }
}

@media (max-width: 500px) {
    .vc-module.recent-posts .content-tile {
        width: 100%;
        height: auto;
        margin: 0 0 50px 0;
        background-color: #f0f0f0;
        display: block;
        float: left;
    }
}

.vc-module.recent-posts .content-tile .image-wrap {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media (max-width: 850px) {
    .vc-module.recent-posts .content-tile .image-wrap {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .vc-module.recent-posts .content-tile .image-wrap {
        width: 100%;
    }
}

.vc-module.recent-posts .content-tile .image-wrap .overlay {
    position: absolute;
    width: 100%;
    height: 180px;
    z-index: 1;
    background-color: #0C2E4E;
    opacity: 0;
    transition: opacity .5s;
}

@media (max-width: 850px) {
    .vc-module.recent-posts .content-tile .image-wrap .overlay {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .vc-module.recent-posts .content-tile .image-wrap .overlay {
        width: 100%;
        max-width: none;
    }
}

.vc-module.recent-posts .content-tile .image-wrap .image {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.vc-module.recent-posts .content-tile .image-wrap .image img {
    width: 100%;
    min-height: 100%;
}

@media (max-width: 850px) {
    .vc-module.recent-posts .content-tile .image-wrap .image img {
        min-width: 100%;
    }
}

@media (max-width: 500px) {
    .vc-module.recent-posts .content-tile .image-wrap .image img {
        width: 100%;
        height: auto;
    }
}

.vc-module.recent-posts .content-tile .image-wrap .slant {
    min-width: 370px;
    height: 40px;
    border-right: 380px solid #f0f0f0;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    border-top: 0px solid transparent;
    padding-top: 40px;
    margin: -40px 0 0 0;
    z-index: 2;
    position: absolute;
    bottom: 0;
    transition: border-top, border-right, padding-top, top, 0.5s;
}

@media (max-width: 1220px) {
    .vc-module.recent-posts .content-tile .image-wrap .slant {
        background-color: #f0f0f0;
        border-right: 0;
        width: 100%;
        transition: none;
    }
}

@media (max-width: 850px) {
    .vc-module.recent-posts .content-tile .image-wrap .slant {
        display: none;
    }
}

@media (max-width: 500px) {
    .vc-module.recent-posts .content-tile .image-wrap .slant {
        background-color: #f0f0f0;
        border-right: 0;
        width: 100%;
        transition: none;
        display: block;
    }
}

.vc-module.recent-posts .content-tile .image-wrap .cal-box {
    background-color: #0C2E4E;
    width: 80px;
    height: 80px;
    color: #FFFFFF;
    margin: -80px auto 0 auto;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
}

@media (max-width: 850px) {
    .vc-module.recent-posts .content-tile .image-wrap .cal-box {
        margin: -80px auto 0 0;
    }
}

@media (max-width: 500px) {
    .vc-module.recent-posts .content-tile .image-wrap .cal-box {
        margin: -80px auto 0 auto;
    }
}

.vc-module.recent-posts .content-tile .image-wrap .cal-box .cal-num {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    padding: 12px 0 0 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

.vc-module.recent-posts .content-tile .image-wrap .cal-box .cal-mon {
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    padding: 5px 0 0 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

.vc-module.recent-posts .content-tile:hover {
    cursor: pointer;
    transition: border-top, border-right, padding-top, top, opacity, 0.5s;
}

.vc-module.recent-posts .content-tile:hover .overlay {
    opacity: .8;
}

.vc-module.recent-posts .content-tile:hover .slant {
    border-top: 30px solid transparent;
    /*controls slope */
    border-right: 380px solid #f0f0f0;
    /*controls width*/
    padding-top: 10px;
    height: 40px;
}

@media (max-width: 1124px) {
    .vc-module.recent-posts .content-tile:hover .slant {
        border-right: none;
        /*controls width*/
    }
}

.vc-module.recent-posts .content-tile:hover .cal-box {
    background-color: #103869;
}

.vc-module.recent-posts .content-tile .content {
    width: 100%;
    text-align: center;
    float: left;
}

@media (max-width: 850px) {
    .vc-module.recent-posts .content-tile .content {
        text-align: left;
        width: 50%;
    }
}

@media (max-width: 500px) {
    .vc-module.recent-posts .content-tile .content {
        text-align: center;
        width: 100%;
        padding: 30px 0 30px 0;
    }
}

.vc-module.recent-posts .content-tile .content h5 {
    margin: 15px 0 0 0;
    padding: 0 25px;
    box-sizing: border-box;
    line-height: 1.25em;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 850px) {
    .vc-module.recent-posts .content-tile .content h5 {
        margin: 0;
    }
}

.vc-module.recent-posts .content-tile .content p {
    margin: 10px 0 0 0;
    padding: 0 30px;
}

.vc-module.recent-posts .content-tile button {
    margin: 15px auto 0 auto;
    display: block;
}

@media (max-width: 850px) {
    .vc-module.recent-posts .content-tile button {
        float: left;
        padding: 0 25px;
    }
}

@media (max-width: 500px) {
    .vc-module.recent-posts .content-tile button {
        margin: 25px auto 0 auto;
        display: block;
        float: none;
    }
}

@media screen and (max-width: 1218px) {
    .vc-module.recent-events {
        padding: 0 5%;
    }
}

.vc-module.recent-events .recent-events-tiles {
    clear: both;
    overflow: hidden;
}

.vc-module.recent-events .recent-events-tiles .recent-event {
    width: 32%;
    float: left;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-left: 2%;
    margin-bottom: 48px;
}

.vc-module.recent-events .recent-events-tiles .recent-event:first-of-type {
    margin-left: 0;
}

@media (max-width: 850px) {
    .vc-module.recent-events .recent-events-tiles .recent-event {
        width: 100%;
        height: auto;
        margin: 0 0 50px 0;
        background-color: transparent;
        float: left;
        padding: 0;
    }
}

@media (max-width: 500px) {
    .vc-module.recent-events .recent-events-tiles .recent-event {
        width: 100%;
        height: auto;
        margin: 0 0 50px 0;
        background-color: transparent;
        display: block;
        float: left;
    }
}

.vc-module.recent-events .recent-events-tiles .recent-event .inner-container .recent-event-image {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

@media (max-width: 850px) {
    .vc-module.recent-events .recent-events-tiles .recent-event .inner-container .recent-event-image {
        width: 47%;
        float: left;
        display: block;
    }
}

@media (max-width: 500px) {
    .vc-module.recent-events .recent-events-tiles .recent-event .inner-container .recent-event-image {
        width: 100%;
    }
}

.vc-module.recent-events .recent-events-tiles .recent-event .inner-container .recent-event-content {
    padding: 50px 32px;
    background-color: #f0f0f0;
    text-align: center;
}

@media (max-width: 850px) {
    .vc-module.recent-events .recent-events-tiles .recent-event .inner-container .recent-event-content {
        text-align: left;
        width: 47%;
        display: inline-block;
        background-color: transparent;
        padding: 0 0 0 5%;
    }
}

@media (max-width: 500px) {
    .vc-module.recent-events .recent-events-tiles .recent-event .inner-container .recent-event-content {
        text-align: center;
        width: 100%;
        padding: 30px 0 30px 0;
        background-color: #f0f0f0;
    }
}

.vc-module.recent-events .recent-events-tiles .recent-event .inner-container .recent-event-content h4,
.vc-module.recent-events .recent-events-tiles .recent-event .inner-container .recent-event-content p {
    padding-bottom: 10px;
}

.vc-module.recent-events .recent-events-tiles .recent-event .inner-container .recent-event-content h4 {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.5;
    font-size: 16px;
}

.vc-module.recent-events .recent-events-tiles .recent-event .inner-container .recent-event-content button {
    margin-top: 20px;
}

.vc-module.recent-events .cima-dropdown {
    z-index: 5;
    right: 0px;
    top: 0;
    min-width: 300px;
}

.vc-module.recent-events .cima-dropdown:first-of-type {
    right: 360px;
}

@media (max-width: 560px) {
    .vc-module.recent-events .cima-dropdown {
        position: relative;
        top: initial;
        margin-top: 20px;
        left: -10px;
    }
}

.vc-module.recent-events .cima-dropdown ul {
    max-height: 750px;
    overflow-y: auto;
}

.vc-module.recent-events .cima-dropdown ul li.type-header {
    border: 0;
    padding: 0;
}

.vc-module.recent-events .cima-dropdown ul li.type-header a {
    padding-left: 15px;
}

.vc-module.recent-events .recent-events-list {
    clear: both;
}

.vc-module.recent-events .recent-events-list .recent-event {
    cursor: pointer;
    width: 100%;
    padding: 32px 0;
    border-top: 1px dotted #999;
    overflow: hidden;
}

.vc-module.recent-events .recent-events-list .recent-event:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.vc-module.recent-events .recent-events-list .recent-event .recent-event-image {
    width: 50%;
    height: 150px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

@media (max-width: 850px) {
    .vc-module.recent-events .recent-events-list .recent-event .recent-event-image {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .vc-module.recent-events .recent-events-list .recent-event .recent-event-image {
        width: 100%;
    }
}

.vc-module.recent-events .recent-events-list .recent-event .recent-event-image .fa-calendar {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    background: rgba(25, 79, 144, 0.8);
    text-align: center;
    line-height: 150px;
    opacity: 0;
    transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

.vc-module.recent-events .recent-events-list .recent-event .recent-event-content {
    width: 50%;
    float: left;
    padding-left: 40px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media (max-width: 850px) {
    .vc-module.recent-events .recent-events-list .recent-event .recent-event-content {
        text-align: left;
        width: 50%;
    }
}

@media (max-width: 500px) {
    .vc-module.recent-events .recent-events-list .recent-event .recent-event-content {
        text-align: center;
        width: 100%;
        padding: 30px 0 30px 0;
    }
}

.vc-module.recent-events .recent-events-list .recent-event .recent-event-content .recent-event-date {
    color: #999;
    padding-bottom: 10px;
    margin-top: -7px;
}

.vc-module.recent-events .recent-events-list .recent-event .recent-event-content .recent-event-title {
    color: #333;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.35;
}

.vc-module.recent-events .recent-events-list .recent-event .recent-event-content .recent-event-title:after {
    content: ' ';
    display: block;
    width: 48px;
    height: 2px;
    background: #0C2E4E;
    margin-top: 10px;
}

.vc-module.recent-events .recent-events-list .recent-event .recent-event-content .recent-event-excerpt {
    color: #666;
    font-size: 13px;
    padding-top: 20px;
}

.vc-module.recent-events .recent-events-list .recent-event .video-container {
    float: left;
    clear: left;
    width: 100%;
    margin-top: 20px;
}

.vc-module.recent-events .recent-events-list .recent-event .video-container .iframe-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.vc-module.recent-events .recent-events-list .recent-event .video-container .iframe-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.vc-module.recent-events .recent-events-list .recent-event:hover .recent-event-image .fa-calendar {
    opacity: 1;
}

@media screen and (max-width: 1218px) {
    .vc_col-sm-4 .recent-publication {
        padding-right: 5%;
    }
}

.vc-module.recent-publication {
    width: 100%;
}

.vc-module.recent-publication a {
    color: #333;
}

.vc-module.recent-publication .module-body {
    clear: both;
    background: #f0f0f0;
}

.vc-module.recent-publication .module-body .image {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.vc-module.recent-publication .module-body .publication-content-container {
    padding: 60px 30px;
    text-align: center;
}

.vc-module.recent-publication .module-body .publication-content-container .publication-title {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 20px;
    line-height: 1.35;
}

.vc-module.recent-publication .module-body .publication-content-container .publication-excerpt {
    color: #666;
    padding-bottom: 30px;
}

.vc-module.recent-publication .module-body .publication-content-container button {
    display: block;
    margin: 0 auto;
}

.chart-column .vc-module.chart .chart-header {
    width: 100%;
    background: #333;
    position: relative;
    padding: 10px 32px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.chart-column .vc-module.chart .chart-header .chart-legend {
    text-align: center;
}

.chart-column .vc-module.chart .chart-header .chart-legend li {
    display: inline-block;
    padding: 10px 32px 0 32px;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    position: relative;
    font-weight: 600;
}

.chart-column .vc-module.chart .chart-header .chart-legend li:before {
    content: ' ';
    display: block;
    background: #333;
    width: 10px;
    height: 10px;
    border-width: 3px;
    border-style: solid;
    border-radius: 100%;
    position: absolute;
    left: 0;
}

.chart-column .vc-module.chart .chart-header button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    background: #327f67;
}

.chart-column .vc-module.chart .chart-header button i {
    color: white;
    position: relative;
    left: -10px;
}

.chart-column .vc-module.chart .chart-header button:before {
    content: ' ';
    display: block;
    border-right: 32px solid #327f67;
    border-bottom: 67px solid transparent;
    position: absolute;
    top: 0;
    left: -32px;
}

.chart-column .vc-module.chart .cima-chart {
    background: #333;
    padding: 10px 32px 32px 32px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.wpb_row .vc-module.country-profile {
    margin: 0;
}

.vc-module.country-profile {
    overflow: hidden;
    margin: 50px 0;
}

@media screen and (max-width: 1218px) {
    .vc-module.country-profile {
        padding: 5%;
    }
}

.vc-module.country-profile .profile-column {
    width: 33.33%;
    float: left;
    padding-right: 48px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-bottom: 80px;
    position: relative;
}

@media screen and (max-width: 960px) {
    .vc-module.country-profile .profile-column {
        width: 100%;
        padding-bottom: 60px;
        padding-right: 0;
    }
}

.vc-module.country-profile .profile-column.full-width {
    width: 100%;
}

.vc-module.country-profile .profile-column h4 {
    text-transform: uppercase;
    font-weight: 600;
}

.vc-module.country-profile .profile-column p {
    color: #666;
    padding-top: 10px;
    padding-bottom: 20px;
}

.vc-module.country-profile .profile-column .country-profile-map {
    height: 280px;
}

.vc-module.country-profile .chart-column {
    width: 66.66%;
    float: left;
}

@media screen and (max-width: 960px) {
    .vc-module.country-profile .chart-column {
        width: 100%;
        margin-bottom: 60px;
    }
}

.vc-module.country-profile .chart-column .cima-button {
    float: right;
    margin-top: 20px;
    margin-left: 20px;
}

.vc-module.content-with-image {
    overflow: hidden;
    background: #f0f0f0;
}

.vc-module.content-with-image .text-content {
    width: 50%;
    float: left;
    padding: 50px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (max-width: 960px) {
    .vc-module.content-with-image .text-content {
        margin-bottom: 60px;
        padding: 5%;
        width: 90%;
    }
}

.vc-module.content-with-image .text-content .section-title p {
    margin-top: 10px;
}

.vc-module.content-with-image .text-content .content-header-container {
    overflow: hidden;
}

.vc-module.content-with-image .text-content .content-header-container img {
    height: 135px;
    float: left;
    padding-right: 32px;
    padding-bottom: 20px;
}

.vc-module.content-with-image .text-content .content-header-container .section-title.with-icon {
    margin-top: 42px;
}

.vc-module.content-with-image .image-content {
    width: 50%;
    float: left;
}

@media screen and (max-width: 960px) {
    .vc-module.content-with-image .image-content {
        margin-bottom: 60px;
        padding: 5%;
        width: 90%;
    }
}

.vc-module.content-with-image .image-content .image {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.vc-module.content-with-image .image-content .image .overlay {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    padding: 40px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.vc-module.content-with-image .image-content .image .overlay p {
    color: white;
}

.vc-module.content-with-map {
    overflow: hidden;
    background: #f0f0f0;
}

.vc-module.content-with-map .text-content {
    width: 50%;
    float: left;
    padding: 50px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.vc-module.content-with-map .text-content .section-title p {
    margin-top: 10px;
}

.vc-module.content-with-map .map-content {
    width: 50%;
    float: left;
}

.vc-module.content-with-map .map-content .map {
    width: 100%;
    height: 450px;
}

.vc-module.two-column-content {
    background: #f0f0f0;
    overflow: hidden;
    padding: 50px;
}

.vc-module.two-column-content h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 30px;
}

.vc-module.two-column-content h4 span {
    font-weight: 900;
}

.vc-module.two-column-content div[class*="column"] {
    width: 50%;
    float: left;
    padding-left: 16px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (max-width: 1218px) {
    .vc-module.two-column-content div[class*="column"] {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
}

.vc-module.two-column-content div[class*="column"]:first-of-type {
    padding-left: 0;
    padding-right: 16px;
}

.vc-module.topic-ctas {
    padding: 0 48px;
}

.vc-module.topic-ctas .topic-cta {
    padding: 50px 0;
    border-top: 1px dotted #666;
    overflow: hidden;
}

.vc-module.topic-ctas .topic-cta:first-of-type {
    border-top: 0;
}

.vc-module.topic-ctas .topic-cta .cta-content {
    width: 75%;
    float: left;
}

@media screen and (max-width: 1218px) {
    .vc-module.topic-ctas .topic-cta .cta-content {
        width: 65%;
    }
}

@media screen and (max-width: 768px) {
    .vc-module.topic-ctas .topic-cta .cta-content {
        width: 50%;
    }
}

@media screen and (max-width: 560px) {
    .vc-module.topic-ctas .topic-cta .cta-content {
        width: 100%;
    }
}

.vc-module.topic-ctas .topic-cta .cta-content .section-title {
    margin-bottom: 20px;
    margin-left: -10px;
}

.vc-module.topic-ctas .topic-cta .cta-content p {
    margin-top: -20px;
    margin-left: 10px;
}

.vc-module.topic-ctas .topic-cta .cta-content button {
    margin-top: 32px;
}

.vc-module.topic-ctas .topic-cta .cta-image {
    width: 152px;
    height: 152px;
    float: right;
}

@media screen and (max-width: 560px) {
    .vc-module.topic-ctas .topic-cta .cta-image {
        float: left;
    }
}

.vc-module.topic-ctas .topic-cta .cta-image img {
    width: 152px;
    height: 152px;
    position: absolute;
}

.vc-module.topic-ctas .topic-cta .cta-image .hover-image {
    opacity: 0;
    transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

@media screen and (max-width: 560px) {
    .vc-module.topic-ctas .topic-cta div[class*="cta-"] {
        margin-bottom: 40px;
    }
}

.vc-module.topic-ctas .topic-cta:nth-child(2n) .cta-image {
    float: left;
    padding-right: 72px;
}

.vc-module.topic-ctas .topic-cta:hover .hover-image {
    opacity: 1;
}

.vc-module.single-event-module {
    overflow: hidden;
    padding: 0 48px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.vc-module.single-event-module .event-image,
.vc-module.single-event-module .event-info {
    width: 50%;
    float: left;
}

@media (max-width: 768px) {
    .vc-module.single-event-module .event-image,
    .vc-module.single-event-module .event-info {
        text-align: center;
        width: 90%;
        padding: 5%;
    }
}

.vc-module.single-event-module .event-image .image {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.vc-module.single-event-module .event-image .image .live-marker {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #327f67;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
}

.vc-module.single-event-module .event-image .image .live-marker .fa-circle {
    margin-left: 10px;
}

.vc-module.single-event-module .event-image .image .live-marker:before {
    content: ' ';
    display: block;
    border-top: 32px solid transparent;
    border-right: 20px solid #327f67;
    position: absolute;
    top: 0;
    left: -20px;
}

.vc-module.single-event-module .event-info {
    padding-left: 32px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.vc-module.single-event-module .event-info .event-date {
    color: #999;
}

.vc-module.single-event-module .event-info .event-title {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 900;
}

.vc-module.single-event-module .event-info hr {
    width: 48px;
    border: 0;
    border-top: 2px solid #0C2E4E;
    float: left;
    margin: 20px 0;
}

.vc-module.single-event-module .event-info p {
    clear: both;
}

.vc-module.single-event-module .event-info button {
    margin-top: 20px;
}

.vc-module.single-event-module .video-container {
    width: 100%;
    float: left;
    clear: left;
    margin-top: 20px;
}

.vc-module.single-event-module .video-container .iframe-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.vc-module.single-event-module .video-container .iframe-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.vc-module.icon-blurb {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .vc-module.icon-blurb {
        padding: 40px 10%;
    }
}

.vc-module.icon-blurb h3 {
    margin-top: 20px;
    text-transform: uppercase;
}

.vc-module.icon-blurb p {
    margin-top: 10px;
}

.vc-module.icon-blurb button {
    margin-top: 32px;
}

.image-module {
    max-width: 100%;
}

.vc-module.single-video {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.vc-module.single-video iframe {
    position: absolute;
    height: 100%;
    width: 100%;
}

.vc-module.single-video .light-box {
    position: absolute !important;
    width: 100%;
    height: 100%;
}

.vc-module.single-video .light-box iframe,
.vc-module.single-video .light-box object,
.vc-module.single-video .light-box embed {
    height: 100%;
    width: 100%;
}

.vc-module.staff-members {
    overflow: hidden;
}

.vc-module.staff-members .staff-member {
    width: 33.33%;
    float: left;
    padding: 16px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (max-width: 1218px) {
    .vc-module.staff-members .staff-member {
        width: 100%;
    }
}

.vc-module.staff-members .staff-member .inner-container {
    width: 100%;
    height: 180px;
    background-color: #f0f0f0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (max-width: 560px) {
    .vc-module.staff-members .staff-member .inner-container {
        width: 100%;
    }
}

.vc-module.staff-members .staff-member .inner-container .staff-image {
    width: 45%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.vc-module.staff-members .staff-member .inner-container .staff-image i {
    color: white;
    background: #327f67;
    padding: 8px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.vc-module.staff-members .staff-member .inner-container .staff-image i:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: -18px;
    border-top: 30px solid rgba(0, 0, 0, 0);
    border-right: 18px solid #327f67;
}

.vc-module.staff-members .staff-member .inner-container .staff-info {
    width: 55%;
    height: 100%;
    float: left;
    padding: 10px 20px;
    position: relative;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.vc-module.staff-members .staff-member .inner-container .staff-info h3,
.vc-module.staff-members .staff-member .inner-container .staff-info h4 {
    padding-top: 10px;
}

.vc-module.staff-members .staff-member .inner-container .staff-info button {
    position: absolute;
    bottom: 15px;
}

.vc-module.staff-members .post-pagination {
    padding-top: 48px;
}

.related-posts {
    clear: both;
    padding: 50px 0;
}

@media screen and (max-width: 1218px) {
    .related-posts {
        width: 90%;
        padding: 50px 5% 50px 5%;
    }
}

.related-posts .related-columns-container .related-post-column {
    width: 31.1%;
    margin-left: 3.33%;
    float: left;
}

@media (max-width: 850px) {
    .related-posts .related-columns-container .related-post-column {
        width: 100%;
        height: auto;
        margin: 0 0 50px 0;
        background: transparent;
    }
}

@media (max-width: 500px) {
    .related-posts .related-columns-container .related-post-column {
        width: 100%;
        height: auto;
        margin: 0 0 50px 0;
        background-color: #f0f0f0;
        display: block;
        float: left;
    }
}

.related-posts .related-columns-container .related-post-column:first-of-type {
    margin-left: 0;
}

.related-posts .related-columns-container .related-post-column .related-post {
    background: #f0f0f0;
}

@media (max-width: 850px) {
    .related-posts .related-columns-container .related-post-column .related-post {
        background: transparent;
    }
}

.related-posts .related-columns-container .related-post-column .related-post .image {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 850px) {
    .related-posts .related-columns-container .related-post-column .related-post .image {
        text-align: left;
        width: 47%;
        display: block;
        float: left;
    }
}

@media (max-width: 500px) {
    .related-posts .related-columns-container .related-post-column .related-post .image {
        width: 100%;
    }
}

.related-posts .related-columns-container .related-post-column .related-post .related-post-content {
    text-align: center;
    padding: 50px 30px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media (max-width: 850px) {
    .related-posts .related-columns-container .related-post-column .related-post .related-post-content {
        text-align: left;
        width: 47%;
        display: inline-block;
        padding: 0 0 0 5%;
    }
}

@media (max-width: 500px) {
    .related-posts .related-columns-container .related-post-column .related-post .related-post-content {
        text-align: center;
        width: 100%;
        padding: 30px 0 30px 0;
    }
}

.related-posts .related-columns-container .related-post-column .related-post .related-post-content h4 {
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
    height: 58px;
}

.related-posts .related-columns-container .related-post-column .related-post .related-post-content p {
    height: 200px;
}

.related-posts .related-columns-container .related-post-column .related-post .related-post-content button {
    margin-top: 32px;
}

.archives-container {
    width: 858px;
    float: left;
}

.archives-container>h1 {
    padding: 50px 0;
}

.archives-container>a .archived-post {
    background: white;
}

.archives-container>a:nth-child(2n) .archived-post {
    background: #f0f0f0;
}

.archives-container .archived-post {
    padding: 50px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.archives-container .archived-post .post-image-spacer {
    width: 16px;
}

.archives-container .archived-post .post-image {
    width: 130px;
}

.archives-container .archived-post .post-image .image {
    width: 100%;
    height: 75px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.archives-container .archived-post .post-info {
    vertical-align: top;
}

.archives-container .archived-post .post-info .title {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #333;
}

.archives-container .archived-post .post-info p {
    padding-top: 20px;
}

.archives-container .archived-post .post-button {
    width: 28%;
    vertical-align: middle;
    text-align: center;
}

.resource-header {
    height: 56px;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.resource-header .wrapper {
    height: 100%;
    position: relative;
}

.resource-header img {
    height: 100%;
    float: left;
}

.resource-header .cima-dropdown {
    max-width: 380px;
    float: left;
    margin-left: 72px;
    position: absolute;
    right: 0;
}

.resource-header .cima-dropdown span {
    padding-right: 242px;
}

.resource-header .cima-dropdown ul {
    max-height: 735px;
    overflow-x: hidden;
}

.resource-header .cima-dropdown ul li a {
    max-width: 380px;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}

.resource-header .resource-view-controls {
    float: right;
    line-height: 56px;
}

.resource-header .resource-view-controls li {
    cursor: pointer;
    display: inline-block;
    color: #333;
    margin-left: 10px;
}

.resource-controls {
    background: #333;
    padding: 10px 0;
    overflow: hidden;
}

.resource-controls ul li {
    cursor: pointer;
    display: inline-block;
    color: white;
    margin-right: 10px;
    text-transform: uppercase;
}

.resource-controls ul li .inactive {
    color: #666;
}

.resource-controls .resource-title {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 720px;
    height: 14px;
    color: white;
    text-transform: uppercase;
    padding-left: 20px;
    white-space: nowrap;
}

.resource-controls .nav-controls {
    float: left;
}

.resource-controls .resource-arrows {
    float: right;
}

.resource-controls .resource-arrows i {
    margin: 0 5px;
}

.resource-controls .resource-arrows a {
    color: white;
    text-decoration: none;
}

.resource-stage .resource-viewport {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    box-shadow: 0 0 72px #f0f0f0;
    margin-top: 32px;
    position: relative;
}

.resource-stage .resource-viewport iframe,
.resource-stage .resource-viewport object {
    width: 100%;
    height: 100%;
    position: absolute;
}

.single-post {
    float: right;
    display: block;
    width: 858px;
    color: #333;
    padding-top: 50px;
}

@media screen and (max-width: 1218px) {
    .single-post {
        padding: 0 5%;
        width: 90%;
        float: initial;
    }
}

.single-post .post-header {
    text-transform: uppercase;
}

.single-post .post-header .post-date {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #333;
}

.single-post .post-header .name {
    display: inline-block;
    margin-left: 5px;
    font-size: 11pt;
}

.single-post .post-header .post-title {
    font-size: 1.8em;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 35px;
}

.single-post .post-header .post-meta li {
    display: inline;
    border-left: 1px solid #999;
    padding: 0 10px;
}

.single-post .post-header .post-meta li:first-of-type {
    border-left: 0;
    padding-left: 0;
}

.single-post .post-header .post-meta li a {
    color: #333;
}

.single-post .post-header .post-meta li a:hover {
    color: #327f67;
}

.single-post .post-image {
    margin: 32px 0 30px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 100%;
    overflow: hidden;
}

.single-post .post-image img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.single-post .post-image .overlay {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    padding: 40px 50px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (max-width: 700px) {
    .single-post .post-image .overlay {
        position: relative;
        background: #000000;
        padding: 25px 30px;
        margin-top: -1px;
    }
}

.single-post .post-image .live-marker {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #327f67;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
}

.single-post .post-image .live-marker i {
    margin-left: 10px;
}

.single-post .post-image .live-marker:before {
    content: ' ';
    display: block;
    border-top: 32px solid transparent;
    border-right: 20px solid #327f67;
    position: absolute;
    top: 0;
    left: -20px;
}

.single-post .post-content {
    margin: 25px 0 50px 0;
    overflow: hidden;
    display: block;
}

.single-post .post-content h1,
.single-post .post-content h2,
.single-post .post-content h3,
.single-post .post-content h4,
.single-post .post-content h5,
.single-post .post-content h6 {
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
}

.single-post .post-content h1,
.single-post .post-content h2 {
    font-size: 1.8em;
    line-height: 1.4em;
}

.single-post .post-content h3 {
    font-size: 1.6em;
    line-height: 1.4em;
}

.single-post .post-content h3:first-child {
    color: #666;
}

.single-post .post-content h4 {
    font-size: 1.4em;
    line-height: 1.4em;
}

.single-post .post-content h5 {
    font-size: 1.2em;
    line-height: 1.4em;
}

.single-post .post-content h6 {
    font-size: 1em;
    line-height: 1.4em;
}

.single-post .post-content img {
    max-width: 100%;
}

.single-post .post-content p {
    margin-bottom: 27px;
}

.single-post .post-content ul {
    list-style: disc;
    margin: 10px 0;
}

.single-post .post-content li {
    line-height: 25px;
    margin-left: 36px;
}

.single-post .post-content li:last-of-type {
    margin-bottom: 27px;
}

.single-post .post-content .aligncenter {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.single-post .post-content .aligncenter .wp-caption-text {
    margin-right: 5px;
    margin-left: 5px;
}

.single-post .post-content .alignright {
    text-align: right;
    float: right;
    padding-left: 30px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.single-post .post-content .alignleft {
    float: left;
    padding-right: 30px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.single-post .post-content .wp-caption-text {
    text-align: left;
    background-color: #f0f0f0;
    margin-top: -2px;
    margin-bottom: 0;
    padding: 5px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-style: italic;
}

.single-post .post-content blockquote {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    padding: 0 40px 20px;
    background: url(img/quote.png) -5px -1px no-repeat;
}

.single-post .post-social-links li {
    display: inline;
    padding-right: 20px;
}

.single-post .post-social-links li a {
    color: #333;
    transition: color 0.2s;
    -o-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
}

.single-post .post-social-links li a:hover {
    color: #327f67;
}

.single-post .event-register-button {
    margin-top: 50px;
}

.single-post .post-comments {
    margin-top: 50px;
    padding: 50px;
    background: #f0f0f0;
}

.single-post .post-comments .section-title h4 span {
    font-weight: 400;
}

.single-post .post-comments .comment {
    padding: 16px;
}

.single-post .post-comments .comment .comment-meta {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.single-post .post-comments .comment .comment-meta span {
    padding-left: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.single-post .post-comments .comment i {
    color: #327f67;
}

.single-post .post-comments .comment p {
    padding-top: 10px;
}

.single-post .post-comments .comment .comment {
    padding: 16px 0 0 32px;
}

.single-post .post-comments .comment-respond {
    margin-top: 48px;
}

.single-post .post-comments .comment-respond .comment-form-title {
    font-size: 16px;
    text-transform: uppercase;
}

.single-post .post-comments .comment-respond .comment-form-title span {
    font-weight: 900;
}

.single-post .post-comments .comment-respond form {
    padding-top: 10px;
}

.single-post .post-comments .comment-respond form input,
.single-post .post-comments .comment-respond form textarea {
    display: block;
    width: 100%;
    border: 0;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-top: 10px;
    padding: 10px 20px;
    outline: none;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.single-post .post-comments .comment-respond form textarea {
    resize: none;
}

.single-post .post-comments .comment-respond form button[type="submit"] {
    margin-top: 32px;
}

.single-post .post-comments .comment-respond form .form-submit {
    display: none;
}

@media screen and (max-width: 1218px) {
    .single-post .post-sidebar {
        width: 100%;
        padding: 0;
    }
}

.single-region-container .region-header {
    position: relative;
    margin: 50px 0 100px 0;
    padding: 50px;
    background: #f0f0f0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (max-width: 1218px) {
    .single-region-container .region-header {
        padding: 0 5%;
        margin: 50px 0 0;
    }
}

.single-region-container .region-header.clean {
    background-color: #ffffff;
    padding: 0;
}

.single-region-container .region-header:after {
    content: ' ';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.single-region-container .region-header .region-info,
.single-region-container .region-header .region-gallery {
    float: left;
}

.single-region-container .region-header .region-info.half-width {
    width: 50%;
}

.single-region-container .region-header .region-info.half-width p {
    padding-right: 48px;
}

.single-region-container .region-header .region-info .section-title p {
    margin-top: 10px;
}

.single-region-container .region-header .cima-dropdown {
    max-height: 500px;
    overflow-y: auto;
    z-index: 100;
    position: relative;
    clear: left;
    float: left;
    padding-top: 30px;
}

.single-region-container .region-header .region-gallery {
    width: 50%;
    height: 450px;
    position: relative;
}

.single-region-container .region-header .region-gallery .gallery-image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
}

.single-region-container .region-header .region-gallery .gallery-image .image-overlay {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 40px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.single-region-container .region-header .region-gallery .gallery-image .image-overlay p {
    color: white;
}

.regions-index-container .regions-index-header {
    margin: 50px 0;
    padding: 50px;
    background: #f0f0f0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.regions-index-container .regions-index-header h4 {
    font-weight: 400;
    padding-bottom: 10px;
}

.regions-index-container .regions-index-header h4 span {
    font-weight: 900;
}

.regions-index-container .regions-index-header a {
    display: inline-block;
    margin-left: 12px;
}

.regions-index-container .regions-index-header a:first-of-type {
    margin-left: 0;
}

.regions-index-container .region {
    padding: 30px 0;
    border-top: 1px dotted #999;
    overflow: hidden;
}

.regions-index-container .region .region-info,
.regions-index-container .region .region-image {
    width: 50%;
    float: left;
}

.regions-index-container .region .region-info {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.regions-index-container .region .region-info.region-right {
    padding-left: 48px;
}

@media screen and (max-width: 1218px) {
    .regions-index-container .region .region-info.region-right {
        width: 90%;
        padding: 0 5%;
    }
}

.regions-index-container .region .region-info.region-left {
    padding-right: 48px;
}

@media screen and (max-width: 1218px) {
    .regions-index-container .region .region-info.region-left {
        width: 90%;
        padding: 0 5%;
    }
}

.regions-index-container .region .region-info button {
    margin-top: 32px;
}

.regions-index-container .region .region-image .image {
    width: 560px;
    height: 245px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.publications-index-container .publications-header {
    padding: 50px 0;
    overflow: hidden;
}

@media screen and (max-width: 1218px) {
    .publications-index-container .publications-header {
        padding: 50px 5% 25px 5%;
    }
}

.publications-index-container .publications-header .section-title {
    float: left;
}

@media screen and (max-width: 960px) {
    .publications-index-container .publications-header .section-title {
        width: 100%;
    }
}

.publications-index-container .publications-header button {
    margin-left: 400px;
}

.publications-index-container .publications-header button:first-of-type {
    margin-left: 32px;
}

@media screen and (max-width: 960px) {
    .publications-index-container .publications-header button {
        float: left;
        margin: 0 32px 20px 0;
        position: relative;
        display: block;
    }
}

.publications-index-container .cima-dropdown {
    width: 340px;
    float: left;
    margin-left: 72px;
    z-index: 1;
}

@media screen and (max-width: 480px) {
    .publications-index-container .cima-dropdown {
        width: 240px;
    }
}

.publications-index-container .cima-dropdown span {
    text-align: left;
    /*padding-right: 200px;
      @media screen and (max-width: @legacyMobileWidth) {
          padding-right: 130px;
      }*/
}

.publications-index-container .cima-dropdown ul {
    max-height: 750px;
    overflow-y: auto;
}

@media screen and (max-width: 960px) {
    .publications-index-container .cima-dropdown ul {
        position: absolute;
        z-index: 7;
    }
}

.publications-index-container .cima-dropdown ul li a {
    max-width: 380px;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}

.publications-index-container .cima-dropdown ul li.type-header {
    border: 0;
    padding: 0;
}

.publications-index-container .cima-dropdown ul li.type-header a {
    padding-left: 15px;
}

.publications-index-container .publications-list .featured-publication {
    width: 66%;
    float: left;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: 1%;
}

@media (max-width: 1218px) {
    .publications-index-container .publications-list .featured-publication {
        margin: 0;
        background-color: transparent;
        height: auto;
        margin-bottom: 40px;
        width: 100%;
        padding: 0 5%;
    }
}

.publications-index-container .publications-list .featured-publication .inner-container {
    width: 100%;
    height: 680px;
    padding: 50px;
    overflow: hidden;
    background: #f0f0f0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .publications-index-container .publications-list .featured-publication .inner-container {
        height: auto;
        padding: 30px;
    }
}

.publications-index-container .publications-list .featured-publication .inner-container .publication-image {
    width: 260px;
    height: 340px;
    float: left;
}

@media screen and (max-width: 768px) {
    .publications-index-container .publications-list .featured-publication .inner-container .publication-image {
        margin: 40px auto 0 auto;
        float: initial;
    }
}

@media screen and (max-width: 560px) {
    .publications-index-container .publications-list .featured-publication .inner-container .publication-image {
        width: 100%;
    }
}

.publications-index-container .publications-list .featured-publication .inner-container .publication-image .image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.publications-index-container .publications-list .featured-publication .inner-container .publication-excerpt {
    position: relative;
    height: 480px;
    left: 32px;
    padding-right: 32px;
    overflow: hidden;
}

.publications-index-container .publications-list .featured-publication .inner-container .publication-excerpt p {
    height: 320px;
    overflow: hidden;
}

.publications-index-container .publications-list .featured-publication .inner-container .publication-excerpt button {
    margin-top: 32px;
}

@media screen and (max-width: 560px) {
    .publications-index-container .publications-list .featured-publication .inner-container .publication-excerpt button {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .publications-index-container .publications-list .featured-publication .inner-container .publication-excerpt {
        width: 100%;
        left: 0;
        padding: 40px 5% 0 5%;
        box-sizing: border-box;
        text-align: center;
        height: auto;
    }
}

@media screen and (max-width: 560px) {
    .publications-index-container .publications-list .featured-publication .inner-container .publication-excerpt {
        padding: 40px 0 0 0;
    }
}

.publications-index-container .publications-list div[class*="col-"] {
    margin: 0 1% 48px 1%;
}

@media (max-width: 1218px) {
    .publications-index-container .publications-list div[class*="col-"] {
        margin: 0 0 48px 0;
    }
}

.publications-index-container .publications-list .single-publication {
    width: 32%;
    float: left;
    height: 680px;
    margin-bottom: 48px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media (max-width: 1218px) {
    .publications-index-container .publications-list .single-publication {
        width: 100%;
        margin: 0;
        background-color: transparent;
        height: auto;
        margin-bottom: 40px;
    }
}

.publications-index-container .publications-list .single-publication.col-0 {
    margin-left: 0 !important;
}

@media screen and (max-width: 1218px) {
    .publications-index-container .publications-list .single-publication.col-0 {
        padding: 0 5%;
    }
}

.publications-index-container .publications-list .single-publication.col-2 {
    margin-right: 0;
}

@media screen and (max-width: 1218px) {
    .publications-index-container .publications-list .single-publication.col-2 {
        padding: 0 5%;
    }
}

.publications-index-container .publications-list .single-publication .inner-container {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    position: relative;
}

@media screen and (max-width: 1218px) {
    .publications-index-container .publications-list .single-publication .inner-container {
        background-color: transparent;
    }
}

.publications-index-container .publications-list .single-publication .inner-container .image {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 1218px) {
    .publications-index-container .publications-list .single-publication .inner-container .image {
        width: 50%;
        float: left;
        height: 180px;
    }
}

@media (max-width: 500px) {
    .publications-index-container .publications-list .single-publication .inner-container .image {
        width: 100%;
    }
}

.publications-index-container .publications-list .single-publication .inner-container .content-container {
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (max-width: 1218px) {
    .publications-index-container .publications-list .single-publication .inner-container .content-container {
        text-align: left;
        width: 50%;
        float: left;
        padding: 0 0 0 30px;
    }
    .publications-index-container .publications-list .single-publication .inner-container .content-container h5 {
        margin: 0;
    }
    .publications-index-container .publications-list .single-publication .inner-container .content-container h5,
    .publications-index-container .publications-list .single-publication .inner-container .content-container p {
        padding: 0;
    }
}

@media (max-width: 500px) {
    .publications-index-container .publications-list .single-publication .inner-container .content-container {
        text-align: center;
        width: 100%;
        background-color: #f0f0f0;
        padding: 30px;
    }
}

.publications-index-container .publications-list .single-publication .inner-container .content-container h3 {
    color: #333;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.5;
    padding-bottom: 20px;
}

.publications-index-container .publications-list .single-publication .inner-container .content-container p {
    padding-bottom: 20px;
}

.publications-index-container .publications-list .single-publication .inner-container .content-container .button-container {
    position: absolute;
    bottom: 120px;
    text-align: center;
    left: 15px;
    right: 15px;
}

@media (max-width: 1218px) {
    .publications-index-container .publications-list .single-publication .inner-container .content-container button {
        position: relative;
        margin: initial;
        left: initial;
        bottom: initial;
        margin-top: 30px;
    }
}

.publications-index-container .publications-list.first-page .single-publication.col-0 {
    margin-right: 0;
    margin-left: 1% !important;
}

@media screen and (max-width: 1218px) {
    .publications-index-container .publications-list.first-page .single-publication.col-0 {
        padding: 0 5%;
    }
}

.publications-index-container .publications-list.first-page .single-publication.col-1 {
    margin-left: 0;
}

@media screen and (max-width: 1218px) {
    .publications-index-container .publications-list.first-page .single-publication.col-1 {
        padding: 0 5%;
    }
}

.publications-index-container .publications-list.first-page .single-publication.col-2 {
    margin-right: 1%;
}

@media screen and (max-width: 1218px) {
    .publications-index-container .publications-list.first-page .single-publication.col-2 {
        padding: 0 5%;
    }
}

.wrapper.single-staff-member {
    padding-top: 50px;
}

@media screen and (max-width: 1218px) {
    .wrapper.single-staff-member {
        padding: 0 5%;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
}

.wrapper.single-staff-member .section-title {
    margin-bottom: 10px;
}

.wrapper.single-staff-member .image-container {
    width: 220px;
    float: left;
}

.wrapper.single-staff-member .image-container img {
    width: 100%;
}

.wrapper.single-staff-member .bio-container {
    width: calc(100% - 220px);
    float: left;
    padding-left: 30px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (max-width: 1218px) {
    .wrapper.single-staff-member .bio-container {
        width: 100%;
        padding-left: 0;
        margin-top: 50px;
    }
}

.wrapper.single-staff-member .bio-container .staff-contact-info {
    display: block;
    padding-bottom: 10px;
}

.wrapper.single-staff-member .bio-container .staff-contact-info .email-address {
    display: inline-block;
}

.wrapper.single-staff-member .bio-container .staff-contact-info .email-address a {
    color: #333;
}

.wrapper.single-staff-member .bio-container .staff-contact-info .contact-divider {
    width: 1px;
    height: 18px;
    background: #999;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    top: 5px;
}

.wrapper.single-staff-member .bio-container .staff-contact-info .social-network-links {
    display: inline-block;
}

.wrapper.single-staff-member .bio-container .staff-contact-info .social-network-links li {
    display: inline-block;
    padding: 0 10px;
}

.wrapper.single-staff-member p {
    padding-bottom: 10px;
}

.wrapper.single-staff-member .post-pagination {
    padding-top: 48px;
}


/* Bootstrap for Visual Composer Grid (complete) */

.vc_non_responsive .vc_row .vc_col-sm-1,
.vc_non_responsive .vc_row .vc_col-sm-10,
.vc_non_responsive .vc_row .vc_col-sm-11,
.vc_non_responsive .vc_row .vc_col-sm-12,
.vc_non_responsive .vc_row .vc_col-sm-2,
.vc_non_responsive .vc_row .vc_col-sm-3,
.vc_non_responsive .vc_row .vc_col-sm-4,
.vc_non_responsive .vc_row .vc_col-sm-5,
.vc_non_responsive .vc_row .vc_col-sm-7,
.vc_non_responsive .vc_row .vc_col-sm-8,
.vc_non_responsive .vc_row .vc_col-sm-9 {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after,
.vc_clearfix:after,
.vc_el-clearfix,
.vc_row:after {
    clear: both;
}

.vc_general.vc_btn3,
.vc_toggle_title {
    -webkit-user-select: none;
    -moz-user-select: none;
}

.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::before,
.vc_toggle_round.vc_toggle_active .vc_toggle_icon::after,
.vc_toggle_rounded.vc_toggle_active .vc_toggle_icon::after,
.vc_toggle_simple.vc_toggle_active .vc_toggle_icon::after,
.vc_toggle_square.vc_toggle_active .vc_toggle_icon::after {
    visibility: hidden;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.vc_parallax-inner iframe,
.vc_video-bg iframe {
    max-width: 1000%;
}

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

.btn-group-sm>.btn,
.btn-group-xs>.btn {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm>.btn {
    padding: 5px 10px;
}

.btn-group-xs>.btn {
    padding: 1px 5px;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before,
.vc_row:after,
.vc_row:before {
    content: " ";
    display: table;
}

@media (max-width: 767px) {
    .vc_hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .vc_hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .vc_hidden-md {
        display: none !important;
    }
}

.vc_non_responsive .vc_row .vc_col-sm-1 {
    position: relative;
    width: 8.33333333%;
    min-height: 1px;
}

.vc_non_responsive .vc_row .vc_col-sm-2 {
    position: relative;
    width: 16.66666667%;
    min-height: 1px;
}

.vc_non_responsive .vc_row .vc_col-sm-3 {
    position: relative;
    width: 25%;
    min-height: 1px;
}

.vc_non_responsive .vc_row .vc_col-sm-4 {
    position: relative;
    width: 33.33333333%;
    min-height: 1px;
}

.vc_non_responsive .vc_row .vc_col-sm-5 {
    position: relative;
    width: 41.66666667%;
    min-height: 1px;
}

.vc_non_responsive .vc_row .vc_col-sm-6 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-7 {
    position: relative;
    width: 58.33333333%;
    min-height: 1px;
}

.vc_non_responsive .vc_row .vc_col-sm-8 {
    position: relative;
    width: 66.66666667%;
    min-height: 1px;
}

.vc_non_responsive .vc_row .vc_col-sm-9 {
    position: relative;
    width: 75%;
    min-height: 1px;
}

.vc_non_responsive .vc_row .vc_col-sm-10 {
    position: relative;
    width: 83.33333333%;
    min-height: 1px;
}

.vc_non_responsive .vc_row .vc_col-sm-11 {
    position: relative;
    width: 91.66666667%;
    min-height: 1px;
}

.vc_col-xs-12,
.vc_column_container {
    width: 100%;
}

.vc_non_responsive .vc_row .vc_col-sm-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-12 {
    margin-left: 100%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-11 {
    margin-left: 91.66666667%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-10 {
    margin-left: 83.33333333%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-9 {
    margin-left: 75%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-8 {
    margin-left: 66.66666667%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-7 {
    margin-left: 58.33333333%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-6 {
    margin-left: 50%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-5 {
    margin-left: 41.66666667%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-4 {
    margin-left: 33.33333333%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-3 {
    margin-left: 25%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-2 {
    margin-left: 16.66666667%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-1 {
    margin-left: 8.33333333%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-0 {
    margin-left: 0;
}

.vc_non_responsive .vc_row .vc_hidden-sm {
    display: none !important;
}

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

.vc_el_width_100,
.vc_el_width_50,
.vc_el_width_60,
.vc_el_width_70,
.vc_el_width_80,
.vc_el_width_90 {
    margin-right: auto !important;
}

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

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

.vc_col-xs-11 {
    width: 91.66666667%;
}

.vc_col-xs-10 {
    width: 83.33333333%;
}

.vc_col-xs-9 {
    width: 75%;
}

.vc_col-xs-8 {
    width: 66.66666667%;
}

.vc_col-xs-7 {
    width: 58.33333333%;
}

.vc_col-xs-6 {
    width: 50%;
}

.vc_col-xs-5 {
    width: 41.66666667%;
}

.vc_col-xs-4 {
    width: 33.33333333%;
}

.vc_col-xs-3 {
    width: 25%;
}

.vc_col-xs-2 {
    width: 16.66666667%;
}

.vc_col-xs-1 {
    width: 8.33333333%;
}

.vc_col-xs-pull-12 {
    right: 100%;
}

.vc_col-xs-pull-11 {
    right: 91.66666667%;
}

.vc_col-xs-pull-10 {
    right: 83.33333333%;
}

.vc_col-xs-pull-9 {
    right: 75%;
}

.vc_col-xs-pull-8 {
    right: 66.66666667%;
}

.vc_col-xs-pull-7 {
    right: 58.33333333%;
}

.vc_col-xs-pull-6 {
    right: 50%;
}

.vc_col-xs-pull-5 {
    right: 41.66666667%;
}

.vc_col-xs-pull-4 {
    right: 33.33333333%;
}

.vc_col-xs-pull-3 {
    right: 25%;
}

.vc_col-xs-pull-2 {
    right: 16.66666667%;
}

.vc_col-xs-pull-1 {
    right: 8.33333333%;
}

.vc_col-xs-pull-0 {
    right: auto;
}

.vc_col-xs-push-12 {
    left: 100%;
}

.vc_col-xs-push-11 {
    left: 91.66666667%;
}

.vc_col-xs-push-10 {
    left: 83.33333333%;
}

.vc_col-xs-push-9 {
    left: 75%;
}

.vc_col-xs-push-8 {
    left: 66.66666667%;
}

.vc_col-xs-push-7 {
    left: 58.33333333%;
}

.vc_col-xs-push-6 {
    left: 50%;
}

.vc_col-xs-push-5 {
    left: 41.66666667%;
}

.vc_col-xs-push-4 {
    left: 33.33333333%;
}

.vc_col-xs-push-3 {
    left: 25%;
}

.vc_col-xs-push-2 {
    left: 16.66666667%;
}

.vc_col-xs-push-1 {
    left: 8.33333333%;
}

.vc_col-xs-push-0 {
    left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.vc_col-xs-offset-0 {
    margin-left: 0;
}

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

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

@media (min-width: 1200px) {
    .vc_hidden-lg {
        display: none !important;
    }
    .vc_col-lg-1,
    .vc_col-lg-10,
    .vc_col-lg-11,
    .vc_col-lg-12,
    .vc_col-lg-2,
    .vc_col-lg-3,
    .vc_col-lg-4,
    .vc_col-lg-5,
    .vc_col-lg-6,
    .vc_col-lg-7,
    .vc_col-lg-8,
    .vc_col-lg-9 {
        float: left;
    }
    .vc_col-lg-12 {
        width: 100%;
    }
    .vc_col-lg-11 {
        width: 91.66666667%;
    }
    .vc_col-lg-10 {
        width: 83.33333333%;
    }
    .vc_col-lg-9 {
        width: 75%;
    }
    .vc_col-lg-8 {
        width: 66.66666667%;
    }
    .vc_col-lg-7 {
        width: 58.33333333%;
    }
    .vc_col-lg-6 {
        width: 50%;
    }
    .vc_col-lg-5 {
        width: 41.66666667%;
    }
    .vc_col-lg-4 {
        width: 33.33333333%;
    }
    .vc_col-lg-3 {
        width: 25%;
    }
    .vc_col-lg-2 {
        width: 16.66666667%;
    }
    .vc_col-lg-1 {
        width: 8.33333333%;
    }
    .vc_col-lg-pull-12 {
        right: 100%;
    }
    .vc_col-lg-pull-11 {
        right: 91.66666667%;
    }
    .vc_col-lg-pull-10 {
        right: 83.33333333%;
    }
    .vc_col-lg-pull-9 {
        right: 75%;
    }
    .vc_col-lg-pull-8 {
        right: 66.66666667%;
    }
    .vc_col-lg-pull-7 {
        right: 58.33333333%;
    }
    .vc_col-lg-pull-6 {
        right: 50%;
    }
    .vc_col-lg-pull-5 {
        right: 41.66666667%;
    }
    .vc_col-lg-pull-4 {
        right: 33.33333333%;
    }
    .vc_col-lg-pull-3 {
        right: 25%;
    }
    .vc_col-lg-pull-2 {
        right: 16.66666667%;
    }
    .vc_col-lg-pull-1 {
        right: 8.33333333%;
    }
    .vc_col-lg-pull-0 {
        right: auto;
    }
    .vc_col-lg-push-12 {
        left: 100%;
    }
    .vc_col-lg-push-11 {
        left: 91.66666667%;
    }
    .vc_col-lg-push-10 {
        left: 83.33333333%;
    }
    .vc_col-lg-push-9 {
        left: 75%;
    }
    .vc_col-lg-push-8 {
        left: 66.66666667%;
    }
    .vc_col-lg-push-7 {
        left: 58.33333333%;
    }
    .vc_col-lg-push-6 {
        left: 50%;
    }
    .vc_col-lg-push-5 {
        left: 41.66666667%;
    }
    .vc_col-lg-push-4 {
        left: 33.33333333%;
    }
    .vc_col-lg-push-3 {
        left: 25%;
    }
    .vc_col-lg-push-2 {
        left: 16.66666667%;
    }
    .vc_col-lg-push-1 {
        left: 8.33333333%;
    }
    .vc_col-lg-push-0 {
        left: auto;
    }
    .vc_col-lg-offset-12 {
        margin-left: 100%;
    }
    .vc_col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .vc_col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .vc_col-lg-offset-9 {
        margin-left: 75%;
    }
    .vc_col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .vc_col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .vc_col-lg-offset-6 {
        margin-left: 50%;
    }
    .vc_col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .vc_col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .vc_col-lg-offset-3 {
        margin-left: 25%;
    }
    .vc_col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .vc_col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .vc_col-lg-offset-0 {
        margin-left: 0;
    }
}

.vc_el_width_100,
.vc_el_width_50,
.vc_el_width_60,
.vc_el_width_70,
.vc_el_width_80,
.vc_el_width_90 {
    margin-left: auto !important;
}

.vc_pull-right {
    float: right !important;
}

.vc_pull-left {
    float: left !important;
}

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

.vc_column_container {
    padding-left: 10px !important;
    padding-right: 30px !important;
}

.flex {
    display: -ms-flexbox;
    display: flex;
}

.visible-print {
    display: none;
}

.text-center {
    text-align: center;
}

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

h3.well-title {
    margin-bottom: 10px;
}

.well p {
    font-weight: 400;
}

.chart-buttons {
    display: none;
}

.priority {
    list-style-type: none;
    margin-left: 5px !important;
    margin-bottom: 3px !important;
}

.priority-high {
    color: #6CB144;
    font-size: 1.15em;
}

.priority-moderate {
    color: #144377;
}

.priority-low {
    font-size: 0.9em;
    color: #666;
}

p {
    margin-bottom: 20px;
}

h4,
h6 {
    color: #666;
}

h6 {
    font-size: 1em;
    margin-top: 20px;
}

.column-shallow {
    padding-bottom: 0px !important;
}

.bg-alt {
    background-color: #f0f0f0;
}

.well {
    padding: 30px;
    background-color: #f0f0f0;
}

.well .well-title {
    color: #0C2E4E;
    text-transform: uppercase;
}

.well p {
    margin-bottom: 10px;
}

.well .heading-prelist {
    color: #4d4d4d;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.well-donor {
    padding: 0;
    text-align: center;
}

.well-donor .donor-header {
    background-color: #fff;
}

.well-donor h3 {
    background: #0C2E4E;
    color: #fff;
    display: block;
    font-size: 1.2em;
    padding: 10px 5px;
}

.donor-body {
    float: right;
}

.cima-button.cima-button-anchor span {
    padding: 5px;
    height: auto;
}

.cima-button-narrow {
    background: #0C2E4E;
    color: #fff;
    display: block;
    text-align: center;
}

.cima-button-narrow span {
    display: inline-block;
    font-size: 0.8em;
    height: 15px;
    padding: 5px 10px;
}

.cima-button-narrow .icon-wrapper {
    background: #327f67;
    float: right;
    height: 15px;
    padding: 5px;
}

.metric {
    color: #0C2E4E;
    font-size: 3em;
}

.collapse.in {
    display: block;
}

.collapse {
    display: none;
}

.cima-button.cima-button-narrow span {
    padding: 5px;
    height: auto;
}

.section-title {
    clear: both;
}

.section-title.page-title>span::before {
    height: 60px;
}

.heading-icon {
    height: 100px;
    margin-right: 20px;
}

.page-title h1 {
    font-size: 3em;
    font-weight: 900;
}

.col-case-study {
    display: -ms-flexbox;
    display: flex;
}

.col-case-study .wpb_wrapper {
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 375px) {
    .hidden-xs {
        display: none;
    }
    .visible-xs {
        display: block;
    }
    .flex {
        display: block;
    }
}

@page {
    size: Letter;
    margin: 20mm 10mm;
}

@media print {
    .visible-print {
        display: block;
    }
    .hidden-print {
        display: none;
    }
    .invisible-print {
        visibility: hidden;
    }
    * {
        max-width: 216mm !important;
    }
    html,
    body {
        color: black !important;
        width: 216mm;
    }
    .flex {
        display: block;
    }
    .wpb_row .wpb_column.vc_column_container {
        padding: 0;
        padding-top: 40px;
    }
    .vc_column_container {
        padding: 0 !important;
    }
    .section-title {
        margin-left: 0 !important;
        padding-left: 0;
    }
    .section-title>span::before {
        background-color: transparent !important;
    }
    .well {
        background: transparent;
        padding: 0;
    }
    .mobileNav,
    .mobileNavToggle,
    .mainNav,
    .socialIcons,
    footer,
    .blueBar,
    .btn-readmore,
    .chart,
    .post-sidebar,
    .post-social-links,
    .post-comments,
    .related-posts,
    iframe,
    .twitter-timeline,
    .recent-events,
    .recent-posts,
    .icon-blurb,
    .lower-caption-slider,
    .post-pagination,
    .staff-contact-info {
        display: none !important;
    }
    .collapse {
        display: block;
    }
    .topic-cta {
        padding-top: 0 !important;
    }
    .image-slider {
        background: transparent !important;
        height: auto !important;
        overflow: visible !important;
        position: static !important;
    }
    .image-slider .slider-controls {
        display: none !important;
    }
    .slide-rack {
        background: transparent;
        height: auto !important;
        overflow: visible !important;
        position: static !important;
    }
    .slide-rack .slide {
        float: left;
        clear: left;
        height: auto !important;
        opacity: 1 !important;
        overflow: visible !important;
        padding-bottom: 0 !important;
        position: static !important;
        visibility: hidden;
    }
    .slide-rack .slide .overlay {
        background: transparent;
        padding: 10px !important;
        position: static !important;
        height: auto !important;
    }
    .slide-rack .slide h3,
    .slide-rack .slide p {
        color: black !important;
        visibility: visible;
    }
    .bio-container {
        clear: left;
        padding-top: 20px;
        padding-left: 0 !important;
    }
    .print-body {
        float: left;
        width: 148mm;
    }
    .print-highlights {
        float: right;
        width: 60mm;
    }
    .print-highlights img {
        max-width: 50mm;
        width: 50mm;
    }
    .print-body-full {
        clear: left;
        float: left;
        width: 216mm;
    }
}

.cima-carousel .slide {
    position: relative;
}

.cima-carousel .slide:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    content: "";
    z-index: 1;
}

.cima-carousel .meta {
    position: absolute;
    top: 0;
    left: 60px;
    bottom: 0;
    width: 60%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
}

.cima-carousel .meta h2 {
    color: white;
    position: relative;
    font-family: 'open sans', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 9px;
}

.cima-carousel .meta h2:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -16px;
    width: 4px;
    height: 67px;
    background: #327f67;
}

.cima-carousel .meta p {
    font-weight: 400;
    color: white;
    font-size: 16px;
    line-height: 18px;
}

.cima-carousel .meta .readmore {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.cima-carousel .meta .readmore span {
    color: white;
    display: -ms-flexbox;
    display: flex;
    background: #194f90;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 8px 15px;
    font-family: 'Avenir Black', sans-serif;
    font-weight: 800;
}

.cima-carousel .meta .readmore i {
    background: #327f67;
    color: white;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px;
    transition: 250ms all ease-out;
    position: relative;
}

.cima-carousel .meta .readmore i:before {
    z-index: 2;
    transition: 250ms all ease-out;
}

.cima-carousel .meta .readmore .slant {
    background: #327f67;
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    width: 13px;
    transition: 250ms all ease-out;
    z-index: 1;
}

.cima-carousel .meta .readmore:hover i {
    padding: 0 5px;
}

.cima-carousel .meta .readmore:hover .slant {
    right: 16px;
    width: 18px;
}

@media screen and (max-width: 1100px) {
    .cima-carousel .slide {
        background-size: cover;
        min-height: 370px;
        display: -ms-flexbox;
        display: flex;
    }
    .cima-carousel .slide img {
        display: none !important;
    }
    .cima-carousel .meta {
        position: relative;
        width: 80%;
        padding: 40px 0;
    }
}

.cima-carousel-pager {
    display: -ms-flexbox;
    display: flex;
    margin: 4px 0 10px;
}

.cima-carousel-pager .pager {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 10px;
    background: #194f90;
    cursor: pointer;
    margin: 0 1px;
    transition: 250ms all ease-out;
}

.cima-carousel-pager .pager:first-of-type {
    margin-left: 0;
}

.cima-carousel-pager .pager:last-of-type {
    margin-right: 0;
}

.cima-carousel-pager .pager.active {
    background: #327f67;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}


/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* close commented backslash hack */

.single-cima_publication .blueBar {
    margin-bottom: 0;
}

.single-cima_publication .single-post img {
    max-width: 100%;
    height: auto;
}

.single-cima_publication .single-post img.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

.single-cima_publication .single-post img.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

.single-cima_publication .single-post img.alignnone {
    display: block;
}

.single-cima_publication .single-post img.aligncenter {
    display: block;
    margin: auto;
}

.single-cima_publication .single-post div.wp-caption {
    max-width: 100%;
}

img.alignleft,
div.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

img.aligncenter,
div.aligncenter {
    float: none;
    display: block;
    margin: 15px auto;
}

img.alignright,
div.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

img .wp-caption-text,
div .wp-caption-text {
    font-style: italic;
    font-size: 14px;
}

.tsd-cima-module.tsd-image img {
    display: block;
    margin: auto;
}

.tsd-cima-module.tsd-image .container {
    margin: 15px auto 0;
}

.tsd-cima-module.tsd-image .wp-caption {
    font-size: 14px;
    font-style: italic;
    margin: 0;
}

.tsd-cima-publication-header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 350px;
    background-position: center;
    background-size: cover;
}

.tsd-cima-publication-header img {
    max-width: 100%;
    width: 100%;
}

.tsd-cima-publication-header .meta {
    max-width: 1122px;
    margin: 30px auto;
    padding: 17px 30px 18px 60px;
    position: relative;
    width: 80%;
    background: rgba(21, 71, 129, 0.8);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tsd-cima-publication-header .meta:before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    width: 10px;
    background: #327f67;
    left: 42px;
}

.tsd-cima-publication-header .meta h1 {
    color: white;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.tsd-cima-publication-header .meta h5 {
    color: white;
    font-size: 36px;
    font-weight: 100;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.tsd-cima-publication-header .meta h6 {
    font-size: 18px;
    color: white;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.tsd-cima-publication {
    max-width: 100vw;
    overflow-x: hidden;
}

.tsd-cima-publication .skinny-wrapper {
    position: relative;
}

.tsd-cima-publication * {
    box-sizing: border-box;
}

.tsd-cima-publication .tsd-simple_content {
    position: relative;
}

.tsd-cima-publication .tsd-simple_content ul {
    list-style-type: disc;
    padding-left: 25px;
}

.tsd-cima-publication .tsd-simple_content ul li {
    color: #666;
    font-size: 1em;
    line-height: 25px;
    margin-bottom: 20px;
    position: relative;
}

.tsd-cima-publication .tsd-simple_content ul li:before {
    content: "";
    top: 9px;
    left: -19px;
    background: #327f67;
    border-radius: 100%;
    width: 8px;
    position: absolute;
    height: 8px;
}

.tsd-cima-publication .tsd-simple_content table {
    border-collapse: inherit;
    border-spacing: inherit;
}

.tsd-cima-publication .tsd-graph-container h2 {
    text-align: center;
}

.tsd-cima-publication .tsd-graph-container .tsd-graph .wp-chart-wrap {
    margin: 0 auto 10px !important;
}

.tsd-cima-publication .tsd-graph-container .tsd-graph-sharing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}

.tsd-cima-publication .tsd-graph-container .tsd-graph-sharing p {
    margin: 0;
    width: 30px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
}

.tsd-cima-publication .tsd-graph-container .tsd-graph-sharing p.facebook {
    background: #3b5998;
}

.tsd-cima-publication .tsd-graph-container .tsd-graph-sharing p.twitter {
    background: #55acee;
}

.tsd-cima-publication .tsd-graph-container .tsd-graph-sharing p.email {
    background: #327f67;
}

.tsd-cima-publication .post-sidebar {
    background: white;
    padding-left: 15px;
    padding-right: 15px;
    width: 234px;
    padding-bottom: 15px;
}

.tsd-cima-publication .post-sidebar.stuck-to-window-top {
    position: fixed;
    top: 0;
}

.tsd-cima-publication .post-sidebar.stuck-to-footer-top {
    position: absolute;
    bottom: 0;
}

.tsd-cima-publication .post-sidebar .tsd-newsletter-table-of-contents li {
    padding-bottom: 15px;
    transition: 250ms all ease-out;
    display: -ms-flexbox;
    display: flex;
    text-transform: none;
    font-weight: 600;
    color: #194f90;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.tsd-cima-publication .post-sidebar .tsd-newsletter-table-of-contents li * {
    transition: 250ms all ease-out;
}

.tsd-cima-publication .post-sidebar .tsd-newsletter-table-of-contents li:hover {
    color: #327f67;
}

.tsd-cima-publication .post-sidebar .tsd-newsletter-table-of-contents li:hover i {
    border-color: #327f67;
}

.tsd-cima-publication .post-sidebar .tsd-newsletter-table-of-contents li:hover i:before {
    color: #327f67;
}

.tsd-cima-publication .post-sidebar .tsd-newsletter-table-of-contents li.active {
    color: #327f67;
}

.tsd-cima-publication .post-sidebar .tsd-newsletter-table-of-contents li.active i,
.tsd-cima-publication .post-sidebar .tsd-newsletter-table-of-contents li.active i:before {
    color: #327f67;
    border-color: #327f67;
}

.tsd-cima-publication .post-sidebar .tsd-newsletter-table-of-contents li i {
    border: 1px solid #194f90;
    border-radius: 100%;
    margin-left: 5px;
    line-height: 1;
    display: inline-block;
}

.tsd-cima-publication .post-sidebar .tsd-newsletter-table-of-contents li i:before {
    margin: 0 0.2px;
    line-height: 1;
    color: #194f90;
}

.tsd-cima-publication .post-sidebar .social-media h6 {
    text-transform: uppercase;
    color: #194f90;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.2px;
}

.tsd-cima-publication .post-sidebar .post-social-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tsd-cima-publication .post-sidebar .post-social-links li {
    padding: 0;
    margin-right: 8px;
    list-style-type: none;
}

.tsd-cima-publication .post-sidebar .post-social-links li i {
    color: white;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    font-size: 14px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.tsd-cima-publication .post-sidebar .post-social-links li i.fa-facebook {
    background: #3b5998;
}

.tsd-cima-publication .post-sidebar .post-social-links li i.fa-twitter {
    background: #55acee;
}

.tsd-cima-publication .post-sidebar .post-social-links li i.fa-google-plus {
    background: #dd4b39;
}

.tsd-cima-publication .post-sidebar .post-social-links li i.fa-envelope {
    background: #327f67;
}

.tsd-cima-publication .post-sidebar .mobile-title {
    display: none;
}

.tsd-cima-publication .post-sidebar.mobile {
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
}

.tsd-cima-publication .post-sidebar.mobile>.content>h4 {
    margin: 0;
    text-align: center;
    padding: 0;
    font-size: 45px;
    padding-top: 30px;
}

.tsd-cima-publication .post-sidebar.mobile .mobile-title {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 10vh;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid white;
}

.tsd-cima-publication .post-sidebar.mobile .mobile-title .title {
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #194f90;
    height: 100%;
}

.tsd-cima-publication .post-sidebar.mobile .mobile-title .title p {
    margin: 0;
    color: #327f67;
    font-size: 18px;
    text-align: center;
    display: block;
    line-height: 1.3;
}

.tsd-cima-publication .post-sidebar.mobile .mobile-title .trigger {
    height: 100%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
    background: #327f67;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.tsd-cima-publication .post-sidebar.mobile .mobile-title .trigger i {
    font-size: 36px;
    line-height: 1;
    display: block;
}

.tsd-cima-publication .post-sidebar.mobile .mobile-title .trigger i:before {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 250ms all ease-out;
}

.tsd-cima-publication .post-sidebar.mobile .mobile-title .trigger.closed i:before {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.tsd-cima-publication .post-sidebar.mobile .content {
    height: 90vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    transition: 250ms all ease-out;
}

.tsd-cima-publication .post-sidebar.mobile .content.closed {
    height: 0;
    padding: 0;
}

.tsd-cima-publication .post-sidebar.mobile .tsd-newsletter-table-of-contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
    padding: 0 10px;
}

.tsd-cima-publication .post-sidebar.mobile .tsd-newsletter-table-of-contents li {
    padding-right: 0;
    font-size: 19px;
    padding-bottom: 20px;
}

.tsd-cima-publication .post-sidebar.mobile .tsd-newsletter-table-of-contents li:last-of-type {
    padding-bottom: 0;
}

.tsd-cima-publication .post-sidebar.mobile .bottom-meta-container {
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
}

.tsd-cima-publication .post-sidebar.mobile .bottom-meta-container .download {
    margin-right: 3px;
}

.tsd-cima-publication .post-sidebar.mobile .bottom-meta-container .social-media {
    margin-left: 3px;
}

.tsd-cima-publication .post-sidebar.mobile .social-media {
    width: 100%;
    padding-bottom: 30px;
}

.tsd-cima-publication .post-sidebar.mobile .social-media h6 {
    font-size: 24px;
    text-align: center;
    margin-top: 36px;
}

.tsd-cima-publication .post-sidebar.mobile .social-media .post-social-links {
    -ms-flex-pack: center;
    justify-content: center;
}

.tsd-cima-publication .post-sidebar.mobile .social-media .post-social-links li:last-of-type {
    margin: 0;
}

.tsd-cima-publication .post-sidebar.mobile .social-media i {
    width: 40px;
    height: 40px;
    font-size: 19px;
}

.tsd-cima-publication .post-sidebar.mobile .download span {
    padding: 15px 60px 15px 15px;
    width: 169px;
}

.tsd-chart-samples {
    display: -ms-flexbox;
    display: flex;
}

.tsd-key_findings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 15px !important;
    margin-bottom: 30px;
}

.tsd-key_findings.dark_gray {
    background-color: #373a36;
}

.tsd-key_findings.light_gray {
    background-color: #dad9d7;
}

.tsd-key_findings.blue {
    background-color: #194f90;
}

.tsd-key_findings.lime_green {
    background-color: #327f67;
}

.tsd-key_findings.light_blue {
    background-color: #65b2e9;
}

.tsd-key_findings.purple {
    background-color: #592c82;
}

.tsd-key_findings.yellow {
    background-color: #ffda27;
}

.tsd-key_findings.orange {
    background-color: #ff9016;
}

.tsd-key_findings.red {
    background-color: #ff3c1f;
}

.tsd-key_findings .title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    background: rgba(0, 0, 0, 0.2);
    background-blend-mode: multiply;
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 1;
    display: block;
    padding: 15px 0;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.2px;
}

.tsd-key_findings .divider {
    -ms-flex: 0 0 1px;
    flex: 0 0 1px;
    border-left: 1px dashed white;
}

.tsd-key_findings .content-block {
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    padding: 15px;
}

.tsd-key_findings .content-block * {
    color: white;
}

@media screen and (max-width: 825px) {
    .tsd-key_findings .content-block {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .tsd-key_findings .divider {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.twitter_form {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
}

.twitter_form form {
    background: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 600px;
    width: 95%;
}

.twitter_form img {
    width: 300px;
    display: block;
    margin: 60px auto;
}

.twitter_form .header {
    display: -ms-flexbox;
    display: flex;
    background: #00aced;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
}

.twitter_form .header * {
    color: white;
}

.twitter_form .header i {
    font-size: 22px;
    margin-right: auto;
}

.twitter_form .header .close {
    font-size: 30px;
    margin-left: auto;
    cursor: pointer;
}

.twitter_form .inputs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px 15px 15px;
}

.twitter_form .inputs textarea {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.twitter_form .inputs input[type=submit] {
    margin-left: 15px;
}

.twitter_form input[type=submit] {
    color: black;
}

.tsd-graph_with_text .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tsd-graph_with_text .row .text,
.tsd-graph_with_text .row .graph {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.tsd-graph_with_text .row .text {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
}

.tsd-graph_with_text .row .text .text-container {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 15px 0;
}

.tsd-graph_with_text .row .text .text-container *:last-child {
    margin-bottom: 0;
}

.tsd-graph_with_text.with-bg .row .text .text-container {
    border-top-color: white;
    border-bottom-color: white;
}

.tsd-dropquote {
    display: -ms-flexbox;
    display: flex;
}

.tsd-dropquote.dropquote-blue .quote {
    background: #65b2e9;
}

.tsd-dropquote.dropquote-blue h3 {
    color: #65b2e9;
}

.tsd-dropquote.dropquote-gray .quote {
    background: #dad9d7;
}

.tsd-dropquote.dropquote-gray h3 {
    color: #dad9d7;
}

.tsd-dropquote.dropquote-dark_blue .quote {
    background: #194f90;
}

.tsd-dropquote.dropquote-dark_blue h3 {
    color: #194f90;
}

.tsd-dropquote.dropquote-green .quote {
    background: #327f67;
}

.tsd-dropquote.dropquote-green h3 {
    color: #327f67;
}

.tsd-dropquote.with-bg h3 {
    color: white;
}

.tsd-dropquote.with-bg .quote {
    background: white;
}

.tsd-dropquote.with-bg.dark_gray .quote i {
    color: #373a36;
}

.tsd-dropquote.with-bg.light_gray .quote i {
    color: #dad9d7;
}

.tsd-dropquote.with-bg.blue .quote i {
    color: #194f90;
}

.tsd-dropquote.with-bg.lime_green .quote i {
    color: #327f67;
}

.tsd-dropquote.with-bg.light_blue .quote i {
    color: #65b2e9;
}

.tsd-dropquote.with-bg.purple .quote i {
    color: #592c82;
}

.tsd-dropquote.with-bg.yellow .quote i {
    color: #ffda27;
}

.tsd-dropquote.with-bg.orange .quote i {
    color: #ff9016;
}

.tsd-dropquote.with-bg.red .quote i {
    color: #ff3c1f;
}

.tsd-dropquote .quote {
    font-size: 40px;
    padding: 20px;
    background: black;
    color: white;
    margin-left: 10%;
    margin-right: 5%;
}

.tsd-dropquote .content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 10%;
}

.tsd-dropquote .content h3 {
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.1;
}

.tsd-cima-module {
    padding: 50px 15px;
    width: 100%;
}

.tsd-cima-module.with-bg {
    position: relative;
}

.tsd-cima-module.with-bg * {
    color: white;
}

.tsd-cima-module.with-bg:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -50000px;
    right: -50000px;
}

.tsd-cima-module.with-bg.dark_gray:before {
    background-color: #373a36;
}

.tsd-cima-module.with-bg.light_gray:before {
    background-color: #dad9d7;
}

.tsd-cima-module.with-bg.blue:before {
    background-color: #194f90;
}

.tsd-cima-module.with-bg.lime_green:before {
    background-color: #327f67;
}

.tsd-cima-module.with-bg.light_blue:before {
    background-color: #65b2e9;
}

.tsd-cima-module.with-bg.purple:before {
    background-color: #592c82;
}

.tsd-cima-module.with-bg.yellow:before {
    background-color: #ffda27;
}

.tsd-cima-module.with-bg.orange:before {
    background-color: #ff9016;
}

.tsd-cima-module.with-bg.red:before {
    background-color: #ff3c1f;
}

.tsd-author-bio {
    padding: 100px 0;
    display: -ms-flexbox;
    display: flex;
}

.tsd-author-bio .content {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.tsd-author-bio .content h4 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 30px;
}

.tsd-author-bio .meta {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    margin-left: auto;
}

.tsd-author-bio .meta img {
    max-width: 100%;
    display: block;
    margin: auto;
    border: 4px solid #65b2e9;
    border-radius: 100%;
}

.tsd-author-bio .meta h5 {
    padding-top: 30px;
    font-size: 30px;
    color: #65b2e9;
    text-align: center;
    font-weight: 800;
}

.tsd-graph-label {
    display: -ms-flexbox;
    display: flex;
}

.tsd-graph-label .label-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.tsd-graph-label .label-item span {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 7px;
}

.tsd-graph-label .label-item p {
    margin: 0;
}

.tsd-image {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tsd-image img {
    max-width: 100%;
}

@media screen and (max-width: 1219px) {
    .tsd-cima-publication-header .meta h1 {
        font-size: 44px;
    }
    .tsd-cima-publication-header .meta h5 {
        font-size: 28px;
    }
    .single-cima_publication {
        padding-bottom: 10vh;
    }
    .single-cima_publication .single-post {
        padding-top: 30px;
        width: 100%;
    }
    .tsd-dropquote .quote {
        margin-left: 10px;
    }
    .tsd-dropquote .content {
        margin-right: 10px;
    }
    .tsd-cima-publication .post-sidebar.mobile .bottom-meta-container h6 {
        display: none;
    }
    .tsd-cima-publication .post-sidebar.mobile .bottom-meta-container .download {
        margin-right: 15px;
    }
    .tsd-cima-publication .post-sidebar.mobile .bottom-meta-container .social-media {
        padding-bottom: 0;
        margin-left: 15px;
    }
}

@media screen and (max-width: 510px) {
    .tsd-cima-publication-header .meta {
        width: 70%;
        padding-left: 40px;
    }
    .tsd-cima-publication-header .meta:before {
        left: 20px;
    }
    .tsd-cima-publication-header .meta h1 {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .tsd-cima-publication-header .meta h5 {
        font-size: 18px;
    }
    .tsd-cima-publication-header .meta h6 {
        font-size: 16px;
        margin-top: 5px;
    }
    .tsd-cima-publication .post-sidebar.mobile>.content>h4 {
        font-size: 18px;
        padding-top: 20px;
    }
    .tsd-cima-publication .post-sidebar.mobile .mobile-title .title {
        padding: 0 10px;
    }
    .tsd-cima-publication .post-sidebar.mobile .mobile-title .title p {
        font-size: 15px;
        text-align: center;
        line-height: 1.3;
        display: block;
    }
    .tsd-cima-publication .post-sidebar.mobile .tsd-newsletter-table-of-contents li {
        font-size: 12px;
        padding-bottom: 12px;
        text-align: center;
    }
    .tsd-cima-publication .post-sidebar.mobile .social-media {
        padding-bottom: 0px;
    }
    .tsd-cima-publication .post-sidebar.mobile .social-media h6 {
        display: none;
    }
    .tsd-cima-publication .post-sidebar.mobile .social-media i {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .tsd-dropquote .quote {
        margin: 0 0 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 6px;
    }
    .tsd-dropquote .content {
        margin-right: 0px;
    }
    .expand-on-mobile {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }
    .tsd-dropquote,
    .tsd-author-bio {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tsd-graph_with_text .text-container {
        margin-bottom: 45px;
    }
}

.tsd_footnote_indicator {
    font-size: 75%;
    position: relative;
    top: -7px;
    padding: 0 1px;
}

.tsd-endnotes {
    list-style-type: decimal;
    padding-left: 22px;
    padding-top: 15px;
}

.tsd-endnotes li {
    font-size: 13px;
    margin-bottom: 18px;
    line-height: 1.4;
}

@media screen and (max-width: 350px) {
    .tsd-cima-publication .post-sidebar.mobile .bottom-meta-container {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tsd-cima-publication .post-sidebar.mobile .bottom-meta-container .post-social-links {
        padding-top: 15px;
    }
    .tsd-cima-publication .post-sidebar.mobile .mobile-title .title p {
        font-size: 12px;
    }
}

.publications-list .section-title h4 small {
    margin-top: 7px;
    display: block;
}

@media screen and (max-width: 1218px) {
    .publications-list .button-container {
        position: relative !important;
        bottom: 0 !important;
    }
    .publications-list .inner-container {
        height: auto !important;
    }
    .publications-header .cima-dropdown {
        margin: 0 7px 0 0 !important;
    }
}

.vc_ui-panel.vc_active {
    z-index: 65535;
}


/* Organizations */

.wrapper--organizations {
    background-color: #f0f0f0;
    padding: 45px 0px;
}

.wrapper--organizations+footer,
.wrapper--organizations+script+footer {
    padding-top: 0;
}

.organization__section {
    margin-bottom: 50px;
}

.organization__section:last-child {
    margin-bottom: 0;
}

.organization__section h2 {
    margin: 0 5px;
}

.organization__section hr {
    margin: 10px 5px;
}

.organizations {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    align-content: flex-start;
}

.organization {
    margin: 5px;
    width: 100%;
}

.organization__btn {
    background: #FFF;
    border: 1px solid #d4d4d4;
    text-align: center;
    padding: 5px;
    height: 167px;
    width: 100%;
    position: relative;
}

.organization__btn.active {
    cursor: default;
}

.organization__btn.active:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 19px solid #0C2E4E;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.organziation__img {
    max-width: 82%;
    max-height: 76px;
}

.organization__content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.857142857;
    color: #ffffff;
}

.organization__content p:last-child {
    margin-bottom: 0;
}

.organization__content a {
    font-weight: 700;
    color: #FFF;
}

.organization__content a:hover,
.organization__content a:focus {
    text-decoration: underline;
}

.organization__content {
    display: none;
    background-color: #0C2E4E;
    font-family: 'Open Sans', sans-serif;
    padding: 30px 80px 30px 40px;
    box-sizing: border-box;
    position: relative;
    margin-top: -1px;
    z-index: 2;
}

.organization__content__close {
    border: none;
    background: url(./img/organization-close.png) no-repeat 50% 50%;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 30px;
    top: 23px;
}

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

.organization__image-alt {
    font-size: 18px;
    display: inline-block;
    padding: 0 15px;
    font-weight: bold;
}

.policy-link {
    color:white;
    margin-right: 5px;
}
.policy-link:hover {
    border-bottom: 1px solid #fff;
}



/*
.organization:nth-child(even) .organization__content {
    margin-left: calc(-100% - 10px);
}
*/

@media (min-width: 540px) {
    .organization {
        width: calc(50% - 10px);
    }
    .organization__content {
        width: calc(200% + 10px);
    }
}

@media (min-width:540px) and (max-width:767px) {
    .organization:nth-child(even) .organization__content {
        margin-left: calc(-100% - 10px);
    }
}

@media (min-width: 768px) {
    .organization {
        width: calc(33.3% - 10px);
    }
    .organization__content {
        width: calc(300% + 20px);
    }
}

@media(min-width:768px) and (max-width:991px) {
    .organization:nth-child(3n+2) .organization__content {
        margin-left: calc(-100% - 10px);
    }
    .organization:nth-child(3n) .organization__content {
        margin-left: calc(-200% - 20px);
    }
}

@media (min-width: 992px) {
    .organization {
        width: calc(25% - 10px);
    }
    .organization__content {
        width: calc(400% + 30px);
    }
    .organization:nth-child(4n+2) .organization__content {
        margin-left: calc(-100% - 10px);
    }
    .organization:nth-child(4n+3) .organization__content {
        margin-left: calc(-200% - 20px);
    }
    .organization:nth-child(4n+4) .organization__content {
        margin-left: calc(-300% - 30px);
    }
}
