/*!
Theme Name: Cultural Practice 2018
Theme URI: http://www.culturalpractice.com
Author: Openbox9 (Joe Tan)

DO NOT EDIT style.css DIRECTLY.

Use style.scss.
*/

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-15px)
    }
    60% {
        -webkit-transform: translateY(-7px)
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-15px)
    }
    60% {
        -moz-transform: translateY(-7px)
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-15px)
    }
    60% {
        transform: translateY(-7px)
    }
}

@-webkit-keyframes pulse {
    0% {
        margin-bottom: 0px;
        opacity: 0
    }
    10% {
        margin-bottom: 0px;
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        margin-bottom: -15px;
        opacity: 1
    }
    75% {
        opacity: 1
    }
    90% {
        margin-bottom: 0px;
        opacity: 0
    }
    100% {
        margin-bottom: 0px;
        opacity: 0
    }
}

@-moz-keyframes pulse {
    0% {
        margin-bottom: 0px;
        opacity: 0
    }
    10% {
        margin-bottom: 0px;
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        margin-bottom: -15px;
        opacity: 1
    }
    75% {
        opacity: 1
    }
    90% {
        margin-bottom: 0px;
        opacity: 0
    }
    100% {
        margin-bottom: 0px;
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        margin-bottom: 0px;
        opacity: 0
    }
    10% {
        margin-bottom: 0px;
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        margin-bottom: -15px;
        opacity: 1
    }
    75% {
        opacity: 1
    }
    90% {
        margin-bottom: 0px;
        opacity: 0
    }
    100% {
        margin-bottom: 0px;
        opacity: 0
    }
}

@-webkit-keyframes loading {
    100% {
        background-position: 0px -570px
    }
}

@-moz-keyframes loading {
    100% {
        background-position: 0px -570px
    }
}

@keyframes loading {
    100% {
        background-position: 0px -570px
    }
}

@-webkit-keyframes loop {
    from {
        -webkit-transform: translate(0%, 0%)
    }
    to {
        -webkit-transform: translate(-50%, 0%)
    }
}

@-moz-keyframes loop {
    from {
        -moz-transform: translate(0%, 0%)
    }
    to {
        -moz-transform: translate(-50%, 0%)
    }
}

@keyframes loop {
    from {
        transform: translate(0%, 0%)
    }
    to {
        transform: translate(-50%, 0%)
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1rem 0;
    padding: 0;
    clear: both;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 1.3
}

h1.inline,
h2.inline,
h3.inline,
h4.inline,
h5.inline,
h6.inline {
    display: inline;
    margin-right: 1em
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none
}

h1 {
    margin: 1.25em 0 0.4em;
    font-size: 3.1em;
    line-height: 2
}

h2 {
    margin: 1.15em 0 0.5em;
    font-size: 2.35em;
    line-height: 1.35
}

h3 {
    margin: 1em 0 0.2em;
    font-size: 1.7em;
    line-height: 1.5
}

h4 {
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 1rem 0 0.15rem
}

h5 {
    font-size: inherit;
    margin: 1rem 0 0.1rem;
    letter-spacing: 3px;
    text-transform: uppercase
}

h6 {
    font-size: inherit;
    margin: 1rem 0 0;
    text-transform: uppercase;
    font-weight: normal
}

h1+h2,
h1+h3,
h2+h3,
h2+h4,
h3+h4,
h3+h5,
h4+h5,
h4+h6,
h5+h6 {
    margin-top: 0
}

h2.expandable {
    text-transform: none;
    font-size: 14px;
    font-weight: bold
}

h2.expandable:before {
    margin-right: 17px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    content: "+";
    bottom: -2px
}

h2.expandable.opened:before {
    content: '\2013'
}

.row {
    position: relative;
    margin-bottom: 20px;
    zoom: 1
}

.row:after {
    content: ' ';
    display: block;
    clear: both
}

.row:last-child {
    margin-bottom: 0
}

.row.group {
    margin-bottom: 0
}


/*! 16 grid, 25px margins */

.row>[class*="span"],
.row>[class*="col"],
.wpb_row.vc_row-fluid>[class*="vc_span"] {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row {
    margin-left: -25px;
    margin-left: calc(-25px)
}

.row>[class*="span"],
.row>[class*="col"],
.wpb_row.vc_row-fluid>[class*="vc_span"] {
    margin-left: 25px;
    margin-left: calc(25px)
}

.row>.col1_10 {
    width: 10%;
    width: -webkit-calc(10% - 25px);
    width: -moz-calc(10% - 25px);
    width: calc(10% - 25px)
}

.row>.offset1_10 {
    margin-left: 10%;
    margin-left: -webkit-calc(10% + 25px);
    margin-left: -moz-calc(10% + 25px);
    margin-left: calc(10% + 25px)
}

.row>.col1_5,
.row>.col2_10,
.row>.col3_15 {
    width: 20%;
    width: -webkit-calc(20% - 25px);
    width: -moz-calc(20% - 25px);
    width: calc(20% - 25px)
}

.row>.offset1_5,
.row>.offset2_10,
.row>.offset3_15 {
    margin-left: 20%;
    margin-left: -webkit-calc(20% + 25px);
    margin-left: -moz-calc(20% + 25px);
    margin-left: calc(20% + 25px)
}

.row>.col1_4,
.row>.col2_8,
.row>.col3_12,
.row>.col4_16,
.row>.span3,
.wpb_row.vc_row-fluid>.vc_span3 {
    width: 25%;
    width: -webkit-calc(25% - 25px);
    width: -moz-calc(25% - 25px);
    width: calc(25% - 25px)
}

.row>.offset1_4,
.row>.offset2_8,
.row>.offset3_12,
.row>.offset4_16,
.row>.offset3 {
    margin-left: 25%;
    margin-left: -webkit-calc(25% + 25px);
    margin-left: -moz-calc(25% + 25px);
    margin-left: calc(25% + 25px)
}

.row>.col3_10 {
    width: 30%;
    width: -webkit-calc(30% - 25px);
    width: -moz-calc(30% - 25px);
    width: calc(30% - 25px)
}

.row>.offset3_10 {
    margin-left: 30%;
    margin-left: -webkit-calc(30% + 25px);
    margin-left: -moz-calc(30% + 25px);
    margin-left: calc(30% + 25px)
}

.row>.col2_5,
.row>.col4_10,
.row>.col6_15 {
    width: 40%;
    width: -webkit-calc(40% - 25px);
    width: -moz-calc(40% - 25px);
    width: calc(40% - 25px)
}

.row>.offset2_5,
.row>.offset4_10,
.row>.offset6_15 {
    margin-left: 40%;
    margin-left: -webkit-calc(40% + 25px);
    margin-left: -moz-calc(40% + 25px);
    margin-left: calc(40% + 25px)
}

.row>.col1_2,
.row>.col2_4,
.row>.col3_6,
.row>.col4_8,
.row>.col5_10,
.row>.col6_12,
.row>.col7_14,
.row>.col8_16,
.row>.span6,
.wpb_row.vc_row-fluid>.vc_span6 {
    width: 50%;
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px)
}

.row>.offset1_2,
.row>.offset2_4,
.row>.offset3_6,
.row>.offset4_8,
.row>.offset5_10,
.row>.offset6_12,
.row>.offset7_14,
.row>.offset8_16,
.row>.offset6 {
    margin-left: 50%;
    margin-left: -webkit-calc(50% + 25px);
    margin-left: -moz-calc(50% + 25px);
    margin-left: calc(50% + 25px)
}

.row>.col3_5,
.row>.col6_10,
.row>.col9_15 {
    width: 60%;
    width: -webkit-calc(60% - 25px);
    width: -moz-calc(60% - 25px);
    width: calc(60% - 25px)
}

.row>.offset3_5,
.row>.offset6_10,
.row>.offset9_15 {
    margin-left: 60%;
    margin-left: -webkit-calc(60% + 25px);
    margin-left: -moz-calc(60% + 25px);
    margin-left: calc(60% + 25px)
}

.row>.col7_10 {
    width: 70%;
    width: -webkit-calc(70% - 25px);
    width: -moz-calc(70% - 25px);
    width: calc(70% - 25px)
}

.row>.offset7_10 {
    margin-left: 70%;
    margin-left: -webkit-calc(70% + 25px);
    margin-left: -moz-calc(70% + 25px);
    margin-left: calc(70% + 25px)
}

.row>.col3_4,
.row>.col6_8,
.row>.col9_12,
.row>.col12_16,
.row>.span9,
.wpb_row.vc_row-fluid>.vc_span9 {
    width: 75%;
    width: -webkit-calc(75% - 25px);
    width: -moz-calc(75% - 25px);
    width: calc(75% - 25px)
}

.row>.offset3_4,
.row>.offset6_8,
.row>.offset9_12,
.row>.offset12_16,
.row>.offset9 {
    margin-left: 75%;
    margin-left: -webkit-calc(75% + 25px);
    margin-left: -moz-calc(75% + 25px);
    margin-left: calc(75% + 25px)
}

.row>.col4_5,
.row>.col8_10,
.row>.col12_15 {
    width: 80%;
    width: -webkit-calc(80% - 25px);
    width: -moz-calc(80% - 25px);
    width: calc(80% - 25px)
}

.row>.offset4_5,
.row>.offset8_10,
.row>.offset12_15 {
    margin-left: 80%;
    margin-left: -webkit-calc(80% + 25px);
    margin-left: -moz-calc(80% + 25px);
    margin-left: calc(80% + 25px)
}

.row>.col9_10 {
    width: 90%;
    width: -webkit-calc(90% - 25px);
    width: -moz-calc(90% - 25px);
    width: calc(90% - 25px)
}

.row>.offset9_10 {
    margin-left: 90%;
    margin-left: -webkit-calc(90% + 25px);
    margin-left: -moz-calc(90% + 25px);
    margin-left: calc(90% + 25px)
}

.row>.col1_1,
.row>.col2_2,
.row>.col3_3,
.row>.col4_4,
.row>.col5_5,
.row>.col6_6,
.row>.col7_7,
.row>.col8_8,
.row>.col9_9,
.row>.col10_10,
.row>.col11_11,
.row>.col12_12,
.row>.col13_13,
.row>.col14_14,
.row>.col15_15,
.row>.col16_16,
.row>.span12,
.wpb_row.vc_row-fluid>.vc_span12 {
    width: 100%;
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px)
}

.row>.offset1_1,
.row>.offset2_2,
.row>.offset3_3,
.row>.offset4_4,
.row>.offset5_5,
.row>.offset6_6,
.row>.offset7_7,
.row>.offset8_8,
.row>.offset9_9,
.row>.offset10_10,
.row>.offset11_11,
.row>.offset12_12,
.row>.offset13_13,
.row>.offset14_14,
.row>.offset15_15,
.row>.offset16_16,
.row>.offset12 {
    margin-left: 100%;
    margin-left: -webkit-calc(100% + 25px);
    margin-left: -moz-calc(100% + 25px);
    margin-left: calc(100% + 25px)
}

.row>.col1_3,
.row>.col2_6,
.row>.col3_9,
.row>.col4_12,
.row>.col5_15,
.row>.span4,
.wpb_row.vc_row-fluid>.vc_span4 {
    width: 33.333%;
    width: -webkit-calc(33.333% - 25px);
    width: -moz-calc(33.333% - 25px);
    width: calc(33.333% - 25px)
}

.row>.offset1_3,
.row>.offset2_6,
.row>.offset3_9,
.row>.offset4_12,
.row>.offset5_15,
.row>.offset4 {
    margin-left: 33.333%;
    margin-left: -webkit-calc(33.333% + 25px);
    margin-left: -moz-calc(33.333% + 25px);
    margin-left: calc(33.333% + 25px)
}

.row>.col2_3,
.row>.col4_6,
.row>.col6_9,
.row>.col8_12,
.row>.col10_15,
.row>.span8,
.wpb_row.vc_row-fluid>.vc_span8 {
    width: 66.667%;
    width: -webkit-calc(66.667% - 25px);
    width: -moz-calc(66.667% - 25px);
    width: calc(66.667% - 25px)
}

.row>.offset2_3,
.row>.offset4_6,
.row>.offset6_9,
.row>.offset8_12,
.row>.offset10_15,
.row>.offset8 {
    margin-left: 66.667%;
    margin-left: -webkit-calc(66.667% + 25px);
    margin-left: -moz-calc(66.667% + 25px);
    margin-left: calc(66.667% + 25px)
}

.row>.col1_6,
.row>.col2_12,
.row>.span2,
.wpb_row.vc_row-fluid>.vc_span2 {
    width: 16.667%;
    width: -webkit-calc(16.667% - 25px);
    width: -moz-calc(16.667% - 25px);
    width: calc(16.667% - 25px)
}

.row>.offset1_6,
.row>.offset2_12,
.row>.offset2 {
    margin-left: 16.667%;
    margin-left: -webkit-calc(16.667% + 25px);
    margin-left: -moz-calc(16.667% + 25px);
    margin-left: calc(16.667% + 25px)
}

.row>.col5_6,
.row>.col10_12,
.row>.span10,
.wpb_row.vc_row-fluid>.vc_span10 {
    width: 83.333%;
    width: -webkit-calc(83.333% - 25px);
    width: -moz-calc(83.333% - 25px);
    width: calc(83.333% - 25px)
}

.row>.offset5_6,
.row>.offset10_12,
.row>.offset10 {
    margin-left: 83.333%;
    margin-left: -webkit-calc(83.333% + 25px);
    margin-left: -moz-calc(83.333% + 25px);
    margin-left: calc(83.333% + 25px)
}

.row>.col1_7,
.row>.col2_14 {
    width: 14.286%;
    width: -webkit-calc(14.286% - 25px);
    width: -moz-calc(14.286% - 25px);
    width: calc(14.286% - 25px)
}

.row>.offset1_7,
.row>.offset2_14 {
    margin-left: 14.286%;
    margin-left: -webkit-calc(14.286% + 25px);
    margin-left: -moz-calc(14.286% + 25px);
    margin-left: calc(14.286% + 25px)
}

.row>.col2_7,
.row>.col4_14 {
    width: 28.571%;
    width: -webkit-calc(28.571% - 25px);
    width: -moz-calc(28.571% - 25px);
    width: calc(28.571% - 25px)
}

.row>.offset2_7,
.row>.offset4_14 {
    margin-left: 28.571%;
    margin-left: -webkit-calc(28.571% + 25px);
    margin-left: -moz-calc(28.571% + 25px);
    margin-left: calc(28.571% + 25px)
}

.row>.col3_7,
.row>.col6_14 {
    width: 42.857%;
    width: -webkit-calc(42.857% - 25px);
    width: -moz-calc(42.857% - 25px);
    width: calc(42.857% - 25px)
}

.row>.offset3_7,
.row>.offset6_14 {
    margin-left: 42.857%;
    margin-left: -webkit-calc(42.857% + 25px);
    margin-left: -moz-calc(42.857% + 25px);
    margin-left: calc(42.857% + 25px)
}

.row>.col4_7,
.row>.col8_14 {
    width: 57.143%;
    width: -webkit-calc(57.143% - 25px);
    width: -moz-calc(57.143% - 25px);
    width: calc(57.143% - 25px)
}

.row>.offset4_7,
.row>.offset8_14 {
    margin-left: 57.143%;
    margin-left: -webkit-calc(57.143% + 25px);
    margin-left: -moz-calc(57.143% + 25px);
    margin-left: calc(57.143% + 25px)
}

.row>.col5_7,
.row>.col10_14 {
    width: 71.429%;
    width: -webkit-calc(71.429% - 25px);
    width: -moz-calc(71.429% - 25px);
    width: calc(71.429% - 25px)
}

.row>.offset5_7,
.row>.offset10_14 {
    margin-left: 71.429%;
    margin-left: -webkit-calc(71.429% + 25px);
    margin-left: -moz-calc(71.429% + 25px);
    margin-left: calc(71.429% + 25px)
}

.row>.col6_7,
.row>.col12_14 {
    width: 85.714%;
    width: -webkit-calc(85.714% - 25px);
    width: -moz-calc(85.714% - 25px);
    width: calc(85.714% - 25px)
}

.row>.offset6_7,
.row>.offset12_14 {
    margin-left: 85.714%;
    margin-left: -webkit-calc(85.714% + 25px);
    margin-left: -moz-calc(85.714% + 25px);
    margin-left: calc(85.714% + 25px)
}

.row>.col1_8,
.row>.col2_16 {
    width: 12.5%;
    width: -webkit-calc(12.5% - 25px);
    width: -moz-calc(12.5% - 25px);
    width: calc(12.5% - 25px)
}

.row>.offset1_8,
.row>.offset2_16 {
    margin-left: 12.5%;
    margin-left: -webkit-calc(12.5% + 25px);
    margin-left: -moz-calc(12.5% + 25px);
    margin-left: calc(12.5% + 25px)
}

.row>.col3_8,
.row>.col6_16 {
    width: 37.5%;
    width: -webkit-calc(37.5% - 25px);
    width: -moz-calc(37.5% - 25px);
    width: calc(37.5% - 25px)
}

.row>.offset3_8,
.row>.offset6_16 {
    margin-left: 37.5%;
    margin-left: -webkit-calc(37.5% + 25px);
    margin-left: -moz-calc(37.5% + 25px);
    margin-left: calc(37.5% + 25px)
}

.row>.col5_8,
.row>.col10_16 {
    width: 62.5%;
    width: -webkit-calc(62.5% - 25px);
    width: -moz-calc(62.5% - 25px);
    width: calc(62.5% - 25px)
}

.row>.offset5_8,
.row>.offset10_16 {
    margin-left: 62.5%;
    margin-left: -webkit-calc(62.5% + 25px);
    margin-left: -moz-calc(62.5% + 25px);
    margin-left: calc(62.5% + 25px)
}

.row>.col7_8,
.row>.col14_16 {
    width: 87.5%;
    width: -webkit-calc(87.5% - 25px);
    width: -moz-calc(87.5% - 25px);
    width: calc(87.5% - 25px)
}

.row>.offset7_8,
.row>.offset14_16 {
    margin-left: 87.5%;
    margin-left: -webkit-calc(87.5% + 25px);
    margin-left: -moz-calc(87.5% + 25px);
    margin-left: calc(87.5% + 25px)
}

.row>.col1_9 {
    width: 11.111%;
    width: -webkit-calc(11.111% - 25px);
    width: -moz-calc(11.111% - 25px);
    width: calc(11.111% - 25px)
}

.row>.offset1_9 {
    margin-left: 11.111%;
    margin-left: -webkit-calc(11.111% + 25px);
    margin-left: -moz-calc(11.111% + 25px);
    margin-left: calc(11.111% + 25px)
}

.row>.col2_9 {
    width: 22.222%;
    width: -webkit-calc(22.222% - 25px);
    width: -moz-calc(22.222% - 25px);
    width: calc(22.222% - 25px)
}

.row>.offset2_9 {
    margin-left: 22.222%;
    margin-left: -webkit-calc(22.222% + 25px);
    margin-left: -moz-calc(22.222% + 25px);
    margin-left: calc(22.222% + 25px)
}

.row>.col4_9 {
    width: 44.444%;
    width: -webkit-calc(44.444% - 25px);
    width: -moz-calc(44.444% - 25px);
    width: calc(44.444% - 25px)
}

.row>.offset4_9 {
    margin-left: 44.444%;
    margin-left: -webkit-calc(44.444% + 25px);
    margin-left: -moz-calc(44.444% + 25px);
    margin-left: calc(44.444% + 25px)
}

.row>.col5_9 {
    width: 55.556%;
    width: -webkit-calc(55.556% - 25px);
    width: -moz-calc(55.556% - 25px);
    width: calc(55.556% - 25px)
}

.row>.offset5_9 {
    margin-left: 55.556%;
    margin-left: -webkit-calc(55.556% + 25px);
    margin-left: -moz-calc(55.556% + 25px);
    margin-left: calc(55.556% + 25px)
}

.row>.col7_9 {
    width: 77.778%;
    width: -webkit-calc(77.778% - 25px);
    width: -moz-calc(77.778% - 25px);
    width: calc(77.778% - 25px)
}

.row>.offset7_9 {
    margin-left: 77.778%;
    margin-left: -webkit-calc(77.778% + 25px);
    margin-left: -moz-calc(77.778% + 25px);
    margin-left: calc(77.778% + 25px)
}

.row>.col8_9 {
    width: 88.889%;
    width: -webkit-calc(88.889% - 25px);
    width: -moz-calc(88.889% - 25px);
    width: calc(88.889% - 25px)
}

.row>.offset8_9 {
    margin-left: 88.889%;
    margin-left: -webkit-calc(88.889% + 25px);
    margin-left: -moz-calc(88.889% + 25px);
    margin-left: calc(88.889% + 25px)
}

.row>.col1_11 {
    width: 9.091%;
    width: -webkit-calc(9.091% - 25px);
    width: -moz-calc(9.091% - 25px);
    width: calc(9.091% - 25px)
}

.row>.offset1_11 {
    margin-left: 9.091%;
    margin-left: -webkit-calc(9.091% + 25px);
    margin-left: -moz-calc(9.091% + 25px);
    margin-left: calc(9.091% + 25px)
}

.row>.col2_11 {
    width: 18.182%;
    width: -webkit-calc(18.182% - 25px);
    width: -moz-calc(18.182% - 25px);
    width: calc(18.182% - 25px)
}

.row>.offset2_11 {
    margin-left: 18.182%;
    margin-left: -webkit-calc(18.182% + 25px);
    margin-left: -moz-calc(18.182% + 25px);
    margin-left: calc(18.182% + 25px)
}

.row>.col3_11 {
    width: 27.273%;
    width: -webkit-calc(27.273% - 25px);
    width: -moz-calc(27.273% - 25px);
    width: calc(27.273% - 25px)
}

.row>.offset3_11 {
    margin-left: 27.273%;
    margin-left: -webkit-calc(27.273% + 25px);
    margin-left: -moz-calc(27.273% + 25px);
    margin-left: calc(27.273% + 25px)
}

.row>.col4_11 {
    width: 36.364%;
    width: -webkit-calc(36.364% - 25px);
    width: -moz-calc(36.364% - 25px);
    width: calc(36.364% - 25px)
}

.row>.offset4_11 {
    margin-left: 36.364%;
    margin-left: -webkit-calc(36.364% + 25px);
    margin-left: -moz-calc(36.364% + 25px);
    margin-left: calc(36.364% + 25px)
}

.row>.col5_11 {
    width: 45.455%;
    width: -webkit-calc(45.455% - 25px);
    width: -moz-calc(45.455% - 25px);
    width: calc(45.455% - 25px)
}

.row>.offset5_11 {
    margin-left: 45.455%;
    margin-left: -webkit-calc(45.455% + 25px);
    margin-left: -moz-calc(45.455% + 25px);
    margin-left: calc(45.455% + 25px)
}

.row>.col6_11 {
    width: 54.545%;
    width: -webkit-calc(54.545% - 25px);
    width: -moz-calc(54.545% - 25px);
    width: calc(54.545% - 25px)
}

.row>.offset6_11 {
    margin-left: 54.545%;
    margin-left: -webkit-calc(54.545% + 25px);
    margin-left: -moz-calc(54.545% + 25px);
    margin-left: calc(54.545% + 25px)
}

.row>.col7_11 {
    width: 63.636%;
    width: -webkit-calc(63.636% - 25px);
    width: -moz-calc(63.636% - 25px);
    width: calc(63.636% - 25px)
}

.row>.offset7_11 {
    margin-left: 63.636%;
    margin-left: -webkit-calc(63.636% + 25px);
    margin-left: -moz-calc(63.636% + 25px);
    margin-left: calc(63.636% + 25px)
}

.row>.col8_11 {
    width: 72.727%;
    width: -webkit-calc(72.727% - 25px);
    width: -moz-calc(72.727% - 25px);
    width: calc(72.727% - 25px)
}

.row>.offset8_11 {
    margin-left: 72.727%;
    margin-left: -webkit-calc(72.727% + 25px);
    margin-left: -moz-calc(72.727% + 25px);
    margin-left: calc(72.727% + 25px)
}

.row>.col9_11 {
    width: 81.818%;
    width: -webkit-calc(81.818% - 25px);
    width: -moz-calc(81.818% - 25px);
    width: calc(81.818% - 25px)
}

.row>.offset9_11 {
    margin-left: 81.818%;
    margin-left: -webkit-calc(81.818% + 25px);
    margin-left: -moz-calc(81.818% + 25px);
    margin-left: calc(81.818% + 25px)
}

.row>.col10_11 {
    width: 90.909%;
    width: -webkit-calc(90.909% - 25px);
    width: -moz-calc(90.909% - 25px);
    width: calc(90.909% - 25px)
}

.row>.offset10_11 {
    margin-left: 90.909%;
    margin-left: -webkit-calc(90.909% + 25px);
    margin-left: -moz-calc(90.909% + 25px);
    margin-left: calc(90.909% + 25px)
}

.row>.col1_12,
.row>.span1,
.wpb_row.vc_row-fluid>.vc_span1 {
    width: 8.333%;
    width: -webkit-calc(8.333% - 25px);
    width: -moz-calc(8.333% - 25px);
    width: calc(8.333% - 25px)
}

.row>.offset1_12,
.row>.offset1 {
    margin-left: 8.333%;
    margin-left: -webkit-calc(8.333% + 25px);
    margin-left: -moz-calc(8.333% + 25px);
    margin-left: calc(8.333% + 25px)
}

.row>.col5_12,
.row>.span5,
.wpb_row.vc_row-fluid>.vc_span5 {
    width: 41.667%;
    width: -webkit-calc(41.667% - 25px);
    width: -moz-calc(41.667% - 25px);
    width: calc(41.667% - 25px)
}

.row>.offset5_12,
.row>.offset5 {
    margin-left: 41.667%;
    margin-left: -webkit-calc(41.667% + 25px);
    margin-left: -moz-calc(41.667% + 25px);
    margin-left: calc(41.667% + 25px)
}

.row>.col7_12,
.row>.span7,
.wpb_row.vc_row-fluid>.vc_span7 {
    width: 58.333%;
    width: -webkit-calc(58.333% - 25px);
    width: -moz-calc(58.333% - 25px);
    width: calc(58.333% - 25px)
}

.row>.offset7_12,
.row>.offset7 {
    margin-left: 58.333%;
    margin-left: -webkit-calc(58.333% + 25px);
    margin-left: -moz-calc(58.333% + 25px);
    margin-left: calc(58.333% + 25px)
}

.row>.col11_12,
.row>.span11,
.wpb_row.vc_row-fluid>.vc_span11 {
    width: 91.667%;
    width: -webkit-calc(91.667% - 25px);
    width: -moz-calc(91.667% - 25px);
    width: calc(91.667% - 25px)
}

.row>.offset11_12,
.row>.offset11 {
    margin-left: 91.667%;
    margin-left: -webkit-calc(91.667% + 25px);
    margin-left: -moz-calc(91.667% + 25px);
    margin-left: calc(91.667% + 25px)
}

.row>.col1_13 {
    width: 7.692%;
    width: -webkit-calc(7.692% - 25px);
    width: -moz-calc(7.692% - 25px);
    width: calc(7.692% - 25px)
}

.row>.offset1_13 {
    margin-left: 7.692%;
    margin-left: -webkit-calc(7.692% + 25px);
    margin-left: -moz-calc(7.692% + 25px);
    margin-left: calc(7.692% + 25px)
}

.row>.col2_13 {
    width: 15.385%;
    width: -webkit-calc(15.385% - 25px);
    width: -moz-calc(15.385% - 25px);
    width: calc(15.385% - 25px)
}

.row>.offset2_13 {
    margin-left: 15.385%;
    margin-left: -webkit-calc(15.385% + 25px);
    margin-left: -moz-calc(15.385% + 25px);
    margin-left: calc(15.385% + 25px)
}

.row>.col3_13 {
    width: 23.077%;
    width: -webkit-calc(23.077% - 25px);
    width: -moz-calc(23.077% - 25px);
    width: calc(23.077% - 25px)
}

.row>.offset3_13 {
    margin-left: 23.077%;
    margin-left: -webkit-calc(23.077% + 25px);
    margin-left: -moz-calc(23.077% + 25px);
    margin-left: calc(23.077% + 25px)
}

.row>.col4_13 {
    width: 30.769%;
    width: -webkit-calc(30.769% - 25px);
    width: -moz-calc(30.769% - 25px);
    width: calc(30.769% - 25px)
}

.row>.offset4_13 {
    margin-left: 30.769%;
    margin-left: -webkit-calc(30.769% + 25px);
    margin-left: -moz-calc(30.769% + 25px);
    margin-left: calc(30.769% + 25px)
}

.row>.col5_13 {
    width: 38.462%;
    width: -webkit-calc(38.462% - 25px);
    width: -moz-calc(38.462% - 25px);
    width: calc(38.462% - 25px)
}

.row>.offset5_13 {
    margin-left: 38.462%;
    margin-left: -webkit-calc(38.462% + 25px);
    margin-left: -moz-calc(38.462% + 25px);
    margin-left: calc(38.462% + 25px)
}

.row>.col6_13 {
    width: 46.154%;
    width: -webkit-calc(46.154% - 25px);
    width: -moz-calc(46.154% - 25px);
    width: calc(46.154% - 25px)
}

.row>.offset6_13 {
    margin-left: 46.154%;
    margin-left: -webkit-calc(46.154% + 25px);
    margin-left: -moz-calc(46.154% + 25px);
    margin-left: calc(46.154% + 25px)
}

.row>.col7_13 {
    width: 53.846%;
    width: -webkit-calc(53.846% - 25px);
    width: -moz-calc(53.846% - 25px);
    width: calc(53.846% - 25px)
}

.row>.offset7_13 {
    margin-left: 53.846%;
    margin-left: -webkit-calc(53.846% + 25px);
    margin-left: -moz-calc(53.846% + 25px);
    margin-left: calc(53.846% + 25px)
}

.row>.col8_13 {
    width: 61.538%;
    width: -webkit-calc(61.538% - 25px);
    width: -moz-calc(61.538% - 25px);
    width: calc(61.538% - 25px)
}

.row>.offset8_13 {
    margin-left: 61.538%;
    margin-left: -webkit-calc(61.538% + 25px);
    margin-left: -moz-calc(61.538% + 25px);
    margin-left: calc(61.538% + 25px)
}

.row>.col9_13 {
    width: 69.231%;
    width: -webkit-calc(69.231% - 25px);
    width: -moz-calc(69.231% - 25px);
    width: calc(69.231% - 25px)
}

.row>.offset9_13 {
    margin-left: 69.231%;
    margin-left: -webkit-calc(69.231% + 25px);
    margin-left: -moz-calc(69.231% + 25px);
    margin-left: calc(69.231% + 25px)
}

.row>.col10_13 {
    width: 76.923%;
    width: -webkit-calc(76.923% - 25px);
    width: -moz-calc(76.923% - 25px);
    width: calc(76.923% - 25px)
}

.row>.offset10_13 {
    margin-left: 76.923%;
    margin-left: -webkit-calc(76.923% + 25px);
    margin-left: -moz-calc(76.923% + 25px);
    margin-left: calc(76.923% + 25px)
}

.row>.col11_13 {
    width: 84.615%;
    width: -webkit-calc(84.615% - 25px);
    width: -moz-calc(84.615% - 25px);
    width: calc(84.615% - 25px)
}

.row>.offset11_13 {
    margin-left: 84.615%;
    margin-left: -webkit-calc(84.615% + 25px);
    margin-left: -moz-calc(84.615% + 25px);
    margin-left: calc(84.615% + 25px)
}

.row>.col12_13 {
    width: 92.308%;
    width: -webkit-calc(92.308% - 25px);
    width: -moz-calc(92.308% - 25px);
    width: calc(92.308% - 25px)
}

.row>.offset12_13 {
    margin-left: 92.308%;
    margin-left: -webkit-calc(92.308% + 25px);
    margin-left: -moz-calc(92.308% + 25px);
    margin-left: calc(92.308% + 25px)
}

.row>.col1_14 {
    width: 7.143%;
    width: -webkit-calc(7.143% - 25px);
    width: -moz-calc(7.143% - 25px);
    width: calc(7.143% - 25px)
}

.row>.offset1_14 {
    margin-left: 7.143%;
    margin-left: -webkit-calc(7.143% + 25px);
    margin-left: -moz-calc(7.143% + 25px);
    margin-left: calc(7.143% + 25px)
}

.row>.col3_14 {
    width: 21.429%;
    width: -webkit-calc(21.429% - 25px);
    width: -moz-calc(21.429% - 25px);
    width: calc(21.429% - 25px)
}

.row>.offset3_14 {
    margin-left: 21.429%;
    margin-left: -webkit-calc(21.429% + 25px);
    margin-left: -moz-calc(21.429% + 25px);
    margin-left: calc(21.429% + 25px)
}

.row>.col5_14 {
    width: 35.714%;
    width: -webkit-calc(35.714% - 25px);
    width: -moz-calc(35.714% - 25px);
    width: calc(35.714% - 25px)
}

.row>.offset5_14 {
    margin-left: 35.714%;
    margin-left: -webkit-calc(35.714% + 25px);
    margin-left: -moz-calc(35.714% + 25px);
    margin-left: calc(35.714% + 25px)
}

.row>.col9_14 {
    width: 64.286%;
    width: -webkit-calc(64.286% - 25px);
    width: -moz-calc(64.286% - 25px);
    width: calc(64.286% - 25px)
}

.row>.offset9_14 {
    margin-left: 64.286%;
    margin-left: -webkit-calc(64.286% + 25px);
    margin-left: -moz-calc(64.286% + 25px);
    margin-left: calc(64.286% + 25px)
}

.row>.col11_14 {
    width: 78.571%;
    width: -webkit-calc(78.571% - 25px);
    width: -moz-calc(78.571% - 25px);
    width: calc(78.571% - 25px)
}

.row>.offset11_14 {
    margin-left: 78.571%;
    margin-left: -webkit-calc(78.571% + 25px);
    margin-left: -moz-calc(78.571% + 25px);
    margin-left: calc(78.571% + 25px)
}

.row>.col13_14 {
    width: 92.857%;
    width: -webkit-calc(92.857% - 25px);
    width: -moz-calc(92.857% - 25px);
    width: calc(92.857% - 25px)
}

.row>.offset13_14 {
    margin-left: 92.857%;
    margin-left: -webkit-calc(92.857% + 25px);
    margin-left: -moz-calc(92.857% + 25px);
    margin-left: calc(92.857% + 25px)
}

.row>.col1_15 {
    width: 6.667%;
    width: -webkit-calc(6.667% - 25px);
    width: -moz-calc(6.667% - 25px);
    width: calc(6.667% - 25px)
}

.row>.offset1_15 {
    margin-left: 6.667%;
    margin-left: -webkit-calc(6.667% + 25px);
    margin-left: -moz-calc(6.667% + 25px);
    margin-left: calc(6.667% + 25px)
}

.row>.col2_15 {
    width: 13.333%;
    width: -webkit-calc(13.333% - 25px);
    width: -moz-calc(13.333% - 25px);
    width: calc(13.333% - 25px)
}

.row>.offset2_15 {
    margin-left: 13.333%;
    margin-left: -webkit-calc(13.333% + 25px);
    margin-left: -moz-calc(13.333% + 25px);
    margin-left: calc(13.333% + 25px)
}

.row>.col4_15 {
    width: 26.667%;
    width: -webkit-calc(26.667% - 25px);
    width: -moz-calc(26.667% - 25px);
    width: calc(26.667% - 25px)
}

.row>.offset4_15 {
    margin-left: 26.667%;
    margin-left: -webkit-calc(26.667% + 25px);
    margin-left: -moz-calc(26.667% + 25px);
    margin-left: calc(26.667% + 25px)
}

.row>.col7_15 {
    width: 46.667%;
    width: -webkit-calc(46.667% - 25px);
    width: -moz-calc(46.667% - 25px);
    width: calc(46.667% - 25px)
}

.row>.offset7_15 {
    margin-left: 46.667%;
    margin-left: -webkit-calc(46.667% + 25px);
    margin-left: -moz-calc(46.667% + 25px);
    margin-left: calc(46.667% + 25px)
}

.row>.col8_15 {
    width: 53.333%;
    width: -webkit-calc(53.333% - 25px);
    width: -moz-calc(53.333% - 25px);
    width: calc(53.333% - 25px)
}

.row>.offset8_15 {
    margin-left: 53.333%;
    margin-left: -webkit-calc(53.333% + 25px);
    margin-left: -moz-calc(53.333% + 25px);
    margin-left: calc(53.333% + 25px)
}

.row>.col11_15 {
    width: 73.333%;
    width: -webkit-calc(73.333% - 25px);
    width: -moz-calc(73.333% - 25px);
    width: calc(73.333% - 25px)
}

.row>.offset11_15 {
    margin-left: 73.333%;
    margin-left: -webkit-calc(73.333% + 25px);
    margin-left: -moz-calc(73.333% + 25px);
    margin-left: calc(73.333% + 25px)
}

.row>.col13_15 {
    width: 86.667%;
    width: -webkit-calc(86.667% - 25px);
    width: -moz-calc(86.667% - 25px);
    width: calc(86.667% - 25px)
}

.row>.offset13_15 {
    margin-left: 86.667%;
    margin-left: -webkit-calc(86.667% + 25px);
    margin-left: -moz-calc(86.667% + 25px);
    margin-left: calc(86.667% + 25px)
}

.row>.col14_15 {
    width: 93.333%;
    width: -webkit-calc(93.333% - 25px);
    width: -moz-calc(93.333% - 25px);
    width: calc(93.333% - 25px)
}

.row>.offset14_15 {
    margin-left: 93.333%;
    margin-left: -webkit-calc(93.333% + 25px);
    margin-left: -moz-calc(93.333% + 25px);
    margin-left: calc(93.333% + 25px)
}

.row>.col1_16 {
    width: 6.25%;
    width: -webkit-calc(6.25% - 25px);
    width: -moz-calc(6.25% - 25px);
    width: calc(6.25% - 25px)
}

.row>.offset1_16 {
    margin-left: 6.25%;
    margin-left: -webkit-calc(6.25% + 25px);
    margin-left: -moz-calc(6.25% + 25px);
    margin-left: calc(6.25% + 25px)
}

.row>.col3_16 {
    width: 18.75%;
    width: -webkit-calc(18.75% - 25px);
    width: -moz-calc(18.75% - 25px);
    width: calc(18.75% - 25px)
}

.row>.offset3_16 {
    margin-left: 18.75%;
    margin-left: -webkit-calc(18.75% + 25px);
    margin-left: -moz-calc(18.75% + 25px);
    margin-left: calc(18.75% + 25px)
}

.row>.col5_16 {
    width: 31.25%;
    width: -webkit-calc(31.25% - 25px);
    width: -moz-calc(31.25% - 25px);
    width: calc(31.25% - 25px)
}

.row>.offset5_16 {
    margin-left: 31.25%;
    margin-left: -webkit-calc(31.25% + 25px);
    margin-left: -moz-calc(31.25% + 25px);
    margin-left: calc(31.25% + 25px)
}

.row>.col7_16 {
    width: 43.75%;
    width: -webkit-calc(43.75% - 25px);
    width: -moz-calc(43.75% - 25px);
    width: calc(43.75% - 25px)
}

.row>.offset7_16 {
    margin-left: 43.75%;
    margin-left: -webkit-calc(43.75% + 25px);
    margin-left: -moz-calc(43.75% + 25px);
    margin-left: calc(43.75% + 25px)
}

.row>.col9_16 {
    width: 56.25%;
    width: -webkit-calc(56.25% - 25px);
    width: -moz-calc(56.25% - 25px);
    width: calc(56.25% - 25px)
}

.row>.offset9_16 {
    margin-left: 56.25%;
    margin-left: -webkit-calc(56.25% + 25px);
    margin-left: -moz-calc(56.25% + 25px);
    margin-left: calc(56.25% + 25px)
}

.row>.col11_16 {
    width: 68.75%;
    width: -webkit-calc(68.75% - 25px);
    width: -moz-calc(68.75% - 25px);
    width: calc(68.75% - 25px)
}

.row>.offset11_16 {
    margin-left: 68.75%;
    margin-left: -webkit-calc(68.75% + 25px);
    margin-left: -moz-calc(68.75% + 25px);
    margin-left: calc(68.75% + 25px)
}

.row>.col13_16 {
    width: 81.25%;
    width: -webkit-calc(81.25% - 25px);
    width: -moz-calc(81.25% - 25px);
    width: calc(81.25% - 25px)
}

.row>.offset13_16 {
    margin-left: 81.25%;
    margin-left: -webkit-calc(81.25% + 25px);
    margin-left: -moz-calc(81.25% + 25px);
    margin-left: calc(81.25% + 25px)
}

.row>.col15_16 {
    width: 93.75%;
    width: -webkit-calc(93.75% - 25px);
    width: -moz-calc(93.75% - 25px);
    width: calc(93.75% - 25px)
}

.row>.offset15_16 {
    margin-left: 93.75%;
    margin-left: -webkit-calc(93.75% + 25px);
    margin-left: -moz-calc(93.75% + 25px);
    margin-left: calc(93.75% + 25px)
}

.grid {
    position: relative
}

.grid:after {
    content: ' ';
    display: block;
    clear: both
}

.grid>[class*="col"] {
    float: left
}

.grid>.col1_4 {
    width: 25%
}

.grid>.col1_2,
.grid>.col2_4,
.grid>.col3_6 {
    width: 50%
}

.grid>.col3_4 {
    width: 75%
}

.grid>.col1_1,
.grid>.col2_2,
.grid>.col3_3,
.grid>.col4_4,
.grid>.col5_5,
.grid>.col6_6 {
    width: 100%
}

.grid>.col1_3,
.grid>.col2_6 {
    width: 33.333%
}

.grid>.col2_3,
.grid>.col4_6 {
    width: 66.666%
}

.grid>.col1_5 {
    width: 20%
}

.grid>.col2_5 {
    width: 40%
}

.grid>.col3_5 {
    width: 60%
}

.grid>.col4_5 {
    width: 80%
}

.grid>.col1_6 {
    width: 16.666%
}

.grid>.col5_6 {
    width: 83.333%
}

.grid>.col1_7 {
    width: 14.285%
}

.grid>.col1_8 {
    width: 12.5%
}

.grid>.col1_9 {
    width: 11.111%
}

.grid>.col1_10 {
    width: 10%
}

.grid>.offset1_1 {
    margin-left: 100%
}

.grid>.offset1_2 {
    margin-left: 50%
}

.grid>.offset1_3 {
    margin-left: 33.333%
}

.grid>.offset1_4 {
    margin-left: 25%
}

.grid>.offset1_5 {
    margin-left: 20%
}

.grid>.offset1_6 {
    margin-left: 16.666%
}

.grid>.offset1_7 {
    margin-left: 14.285%
}

.grid>.offset1_8 {
    margin-left: 12.5%
}

.grid>.offset1_9 {
    margin-left: 11.111%
}

.grid>.offset1_10 {
    margin-left: 10%
}

.table-grid {
    display: table;
    border-collapse: separate
}

.table-grid>.row {
    display: table-row;
    margin-left: 0;
    margin-bottom: 5px
}

.table-grid>.row>[class*="col"] {
    display: table-cell;
    float: none;
    width: auto
}

.table-grid>.row>[class*="col"].col1_2 {
    width: 50%
}

.table-grid>.row>[class*="col"].col1_3 {
    width: 33.333%
}

.table-grid>.row>[class*="col"].col2_3 {
    width: 66.666%
}

.show-grid {
    margin-top: 10px;
    margin-bottom: 20px
}

.show-grid [class*="span"],
.show-grid [class*="col"] {
    background-color: #578ec8;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 40px;
    line-height: 40px;
    color: #fff
}

@media screen and (max-width: 767px) {
    .row,
    .row>[class*="span"],
    .row>[class*="col"],
    .grid,
    .grid>[class*="col"] {
        width: auto;
        float: none;
        display: block;
        margin-left: 0
    }
    .table-grid,
    .table-grid>.grid,
    .table-grid>.grid>[class*="col"] {
        float: none;
        display: block;
        width: auto
    }
}

xmp {
    margin: 0 0 1em;
    background: yellow;
    color: #313131;
    overflow: hidden;
    font-size: 10px
}

img.sample {
    background: #00aaee
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #313131;
    text-align: left;
    min-width: 320px
}

html {
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #00a992
}

body {
    padding: 0 0 0px 0;
    background: #fff
}

strong,
b {
    font-weight: bold
}

em,
i {
    font-style: italic
}

em strong,
strong em {
    font-weight: bold;
    font-style: italic
}

.mobile-only {
    display: none
}

.hidden {
    display: block;
    position: absolute;
    top: -10000px;
    height: -10000px;
    letter-spacing: 2px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden
}

.clear {
    clear: both
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.entity {
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial, Helvetica, sans-serif
}

.text-sans-serif {
    font-family: "Raleway", sans-serif
}

.text-serif {
    font-family: Merriweather, serif
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-aligncenter,
.text-center {
    text-align: center
}

.text-alignright,
.text-right {
    text-align: right
}

.text-alignleft,
.text-left {
    text-align: left
}

img {
    max-width: 100%;
    height: auto
}

img[align=left],
img.alignleft {
    margin: 0 15px 15px 0
}

img[align=right],
img.alignright {
    margin: 0 0 15px 15px
}

img.aligncenter {
    display: block;
    margin: 0 auto 30px auto
}

img.circle {
    border-radius: 50%
}

img,
a>img {
    border: 0
}

a {
    color: #00a992;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .5px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear
}

a:hover {
    text-decoration: underline
}

a.more {
    white-space: nowrap
}

a.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden
}

p {
    margin: 0 0 1em 0
}

p:last-child {
    margin-bottom: 0
}

iframe {
    max-width: 100%
}

.fb_iframe_widget iframe {
    max-width: none
}

.intro {
    margin: 0 0 1em;
    font-size: 1.2em;
    padding-top: 20px
}

.clickable {
    cursor: pointer
}

.anchor:before {
    content: "";
    display: block;
    height: 120px;
    margin: -120px 0 0
}

ul {
    margin: 0 0 1em
}

hr {
    margin: 2.5em auto;
    width: 100%;
    border-bottom: 2px solid #eee;
    border-top: none;
    border-left: none;
    border-right: none
}

.form-margin {
    margin-bottom: -110px
}

th,
td {
    border: 0
}

blockquote {
    box-sizing: border-box;
    position: relative;
    margin: 1.7em;
    font-size: 110%;
    line-height: 1.75;
    padding: 1em 5em;
    font-weight: 600;
    opacity: .9;
    color: #0e66b0
}

blockquote p {
    position: relative;
    z-index: 1
}

blockquote cite {
    display: block;
    margin: 5px 0 0 0;
    font-style: normal;
    font-size: 85%;
    line-height: normal;
    text-transform: uppercase
}

blockquote cite:before {
    content: '\2014';
    margin-right: 0.25em
}

blockquote.alignright {
    width: 50%;
    margin: 0 0 1em 1em
}

blockquote.alignleft {
    width: 50%;
    margin: 0 1em 1em 0
}

blockquote:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #00a992;
    margin-left: -1.5em
}

.toggle {
    cursor: pointer
}

.question {
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e3e6
}

.expandable {
    cursor: pointer;
    position: relative
}

.expandable:hover {
    color: #0e66b0
}

.expandable:after {
    display: inline-block;
    margin: 0 0 0 0.5em;
    font-family: "FontAwesome";
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none !important;
    content: "\f067";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    font-size: 28px;
    color: white;
    text-align: center;
    background: #00a992
}

.expandable.opened:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.expand-content {
    display: none;
    margin: 0 0 1.5em 0
}

.expandable-box {
    margin: 0 auto 2em 0;
    padding: 0 0 1.5em 0
}

.expandable-box>.content {
    position: relative;
    max-height: 6em;
    overflow: hidden;
    -webkit-transition: max-height, 0.2s linear;
    -moz-transition: max-height, 0.2s linear;
    -ms-transition: max-height, 0.2s linear;
    -o-transition: max-height, 0.2s linear;
    transition: max-height, 0.2s linear
}

.expandable-box>.content:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0), #fff)
}

.expandable-box>.more {
    position: relative;
    z-index: 1;
    display: block;
    cursor: pointer;
    text-align: right;
    font-size: 17px;
    font-family: "Raleway", sans-serif;
    color: #00a992;
    text-transform: uppercase
}

.expandable-box>.more:after {
    margin-left: 0.5em;
    font-family: "FontAwesome";
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none !important;
    content: "\f107"
}

.expandable-box.on>.content {
    max-height: 1000px
}

.expandable-box.on>.content:after {
    display: none
}

.expandable-box.on>.more:after {
    content: "\f106"
}

@media screen and (max-width: 767px) {
    .mobile-hide {
        display: none
    }
    .mobile-only {
        display: block
    }
    blockquote {
        font-size: 100%;
        padding: 0
    }
}

.fb_iframe_widget,
.fb_iframe_widget>span {
    max-width: 100%;
    width: 100%
}

@media screen and (max-width: 767px) {
    table,
    tr,
    td {
        display: block
    }
    td {
        margin-bottom: 1em
    }
    table.table-responsive>thead {
        display: none
    }
    table.table-responsive>tbody>tr>td {
        margin-bottom: 0
    }
    table.table-responsive>tbody>tr>td:before {
        display: block;
        content: attr(data-label);
        font-size: 80%
    }
    table.table-responsive>tbody>tr>td:last-child {
        margin-bottom: 1em
    }
}

input[type="submit"],
input[type="button"],
button,
.button,
.btn {
    position: relative;
    display: inline-block;
    margin: 0em 0 0;
    padding: 20px 30px;
    font-family: "Raleway", sans-serif;
    font-size: initial;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    color: white;
    -webkit-appearance: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background: #0e66b0;
    background-clip: padding-box;
    border: 0;
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

input[type="submit"]>span,
input[type="button"]>span,
button>span,
.button>span,
.btn>span {
    margin-left: 5px
}

input[type="submit"].aligncenter,
input[type="submit"].center,
input[type="button"].aligncenter,
input[type="button"].center,
button.aligncenter,
button.center,
.button.aligncenter,
.button.center,
.btn.aligncenter,
.btn.center {
    display: block;
    max-width: 250px;
    margin: 0 auto 1em
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover,
.btn:hover {
    background-color: #0c5898;
    text-decoration: none
}

input[type="submit"].green,
input[type="button"].green,
button.green,
.button.green,
.btn.green {
    background-color: green
}

input[type="submit"].green:hover,
input[type="button"].green:hover,
button.green:hover,
.button.green:hover,
.btn.green:hover {
    background-color: #006700
}

input[type="submit"].blue,
input[type="button"].blue,
button.blue,
.button.blue,
.btn.blue {
    background-color: #0e66b0
}

input[type="submit"].blue:hover,
input[type="button"].blue:hover,
button.blue:hover,
.button.blue:hover,
.btn.blue:hover {
    background-color: #0c5898
}

input[type="submit"].teal,
input[type="button"].teal,
button.teal,
.button.teal,
.btn.teal {
    background-color: #00a992
}

input[type="submit"].teal:hover,
input[type="button"].teal:hover,
button.teal:hover,
.button.teal:hover,
.btn.teal:hover {
    background-color: #00907c
}

input[type="submit"].orange,
input[type="button"].orange,
button.orange,
.button.orange,
.btn.orange {
    background-color: #ecaa30
}

input[type="submit"].orange:hover,
input[type="button"].orange:hover,
button.orange:hover,
.button.orange:hover,
.btn.orange:hover {
    background-color: #eaa019
}

input[type="submit"].gray,
input[type="button"].gray,
button.gray,
.button.gray,
.btn.gray {
    color: gray;
    background-color: gray
}

input[type="submit"].gray:hover,
input[type="button"].gray:hover,
button.gray:hover,
.button.gray:hover,
.btn.gray:hover {
    background-color: #737373
}

input[type="submit"].loading:after,
input[type="button"].loading:after,
button.loading:after,
.button.loading:after,
.btn.loading:after {
    position: absolute;
    right: -40px;
    top: 50%;
    margin: -15px 0 0 0;
    display: block;
    background: url(images/loading.png) no-repeat center top;
    width: 30px;
    height: 30px;
    content: ' ';
    -webkit-animation: loading 1s steps(19) infinite;
    -moz-animation: loading 1s steps(19) infinite;
    -ms-animation: loading 1s steps(19) infinite;
    -o-animation: loading 1s steps(19) infinite;
    animation: loading 1s steps(19) infinite
}

input[type="submit"].done,
input[type="button"].done,
button.done,
.button.done,
.btn.done {
    cursor: default;
    color: #555;
    border-color: #555
}

input[type="submit"].done:hover,
input[type="button"].done:hover,
button.done:hover,
.button.done:hover,
.btn.done:hover {
    color: #555;
    background: none
}

button.unstyled,
.button.unstyled {
    padding: 3px 5px;
    background: none;
    color: #363636;
    font-size: 100%;
    font-family: arial, sans-serif;
    background: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
    background-image: -moz-linear-gradient(top, #fff 0%, #eee 100%);
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #eee 100%);
    background-image: linear-gradient(top, #fff 0%, #eee 100%);
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

button.unstyled:hover {
    background: #eeeeee
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    line-height: 1;
    margin: 0;
    padding: 15px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
    font-family: "Raleway", sans-serif
}

textarea {
    width: 100%
}

.wpcf7-text {
    width: 100%
}

.input.select {
    position: relative;
    z-index: 1000;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    text-align: left
}

.input.select strong {
    position: relative;
    display: block;
    margin: 0;
    padding: 14px 30px 14px 15px;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    background: #00a992;
    color: white;
    letter-spacing: 1px;
    border-radius: 5px
}

.input.select strong .text {
    display: inline-block
}

.input.select strong .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    height: 20px;
    line-height: 20px;
    margin: -10px 0 0;
    -webkit-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -ms-transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear
}

.input.select.on strong {
    border-radius: 5px 5px 0 0
}

.input.select.on strong .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.input.select>select {
    position: absolute;
    z-index: -1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.input.select .select {
    zoom: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0px 0px 5px;
    background: #00a992;
    border-radius: 0 0 5px 5px;
    color: white;
    letter-spacing: 1px
}

.input.select .select .option {
    display: block;
    padding: 7px 10px 7px 15px;
    cursor: pointer;
    white-space: normal;
    line-height: normal;
    background: #00a992;
    color: white
}

.input.select .select .option.selected,
.input.select .select .option:hover {
    color: #313131
}

.input.select .select .option:last-child {
    border-bottom: 0
}

.input.select>.select {
    display: none;
    position: absolute;
    z-index: 1001;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch
}

.input.select>.select::-webkit-scrollbar {
    height: 0;
    width: 0
}

.input.select.on>.select {
    display: block !important
}

@media screen and (max-width: 767px) {
    .input.select select {
        z-index: 1
    }
    .input.select .select {
        display: none !important
    }
}

@media screen and (max-height: 600px) {
    .input.select select {
        z-index: 1
    }
    .input.select .select {
        display: none !important
    }
}

.ninja-forms-form-wrap .field-wrap.layout-half-wrap {
    display: inline-block;
    width: 47%
}

.ninja-forms-form-wrap .field-wrap.layout-half-wrap+.layout-half-wrap {
    margin-left: 5%
}

.ninja-forms-form-wrap .field-wrap.layout-half-wrap.layout-left-wrap {
    margin-left: 0
}

.ninja-forms-form-wrap .field-wrap.layout-third-wrap {
    display: inline-block;
    width: 31%
}

.ninja-forms-form-wrap .field-wrap.layout-third-wrap+.layout-third-wrap {
    margin-left: 2.5%
}

.ninja-forms-form-wrap .field-wrap.layout-third-wrap.layout-left-wrap {
    margin-left: 0
}

.wp-caption-wrap a {
    border: 0
}

.wp-caption {
    position: relative;
    max-width: 100%;
    margin-bottom: 1em;
    text-align: center;
    padding: 8px 0 0;
    color: #0e66b0;
    margin: 0 auto
}

.wp-caption img {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto
}

.wp-caption.alignright {
    margin: 0 -50px 1em 1.5em
}

.wp-caption.alignleft {
    margin: 0 1.5em 1em -50px
}

.wp-caption.alignnone {
    margin: 1.5em auto
}

.wp-caption .wp-caption-text {
    position: relative;
    bottom: 0;
    width: auto;
    margin: 0;
    padding: 10px 0px;
    line-height: 1.5;
    text-align: right;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px
}

.wp-caption .credit {
    margin: 5px 0 10px;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase
}

.wp-caption .wp-caption-text+.credit {
    margin-top: -5px
}

.gallery {
    position: relative;
    text-align: center
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.3333333333%
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery.gallery-columns-6 .gallery-item {
    width: 16.6666666667%
}

.gallery.gallery-columns-7 .gallery-item {
    width: 14.2857142857%
}

.gallery.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery.gallery-columns-9 .gallery-item {
    width: 11.1111111111%
}

.gallery .gallery-item {
    display: inline-block;
    vertical-align: text-top;
    padding: 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.gallery .gallery-item img {
    display: block;
    margin: 0 auto 10px auto;
    border: 0;
    border-radius: 5px
}

.gallery .gallery-item .gallery-caption {
    line-height: normal;
    font-size: 80%
}

@media screen and (max-width: 767px) {
    .gallery .gallery-item {
        display: block;
        width: auto !important
    }
}

#header {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: padding 0.15s;
    -moz-transition: padding 0.15s;
    -ms-transition: padding 0.15s;
    -o-transition: padding 0.15s;
    transition: padding 0.15s;
    color: white
}

body.admin-bar #header {
    margin-top: 32px
}

body.admin-bar #header:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100%;
    height: 32px;
    background: #ddd
}

@media screen and (max-width: 782px) {
    body.admin-bar #header {
        margin-top: 46px
    }
    body.admin-bar #header:before {
        height: 46px
    }
}

#header:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0e66b0 url(images/header.jpg) repeat-x 50% 100%;
    background-size: 100% auto;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#header .wrap {
    position: relative;
    z-index: 1
}

#header .logo {
    margin: 0 15px
}

#header .logo a {
    font-weight: bold;
    color: white
}

#header .logo img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    height: auto;
    object-fit: contain;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#header .toggle {
    display: none
}

#header form {
    position: absolute;
    top: -2px;
    right: 0
}

#header form input[type="text"] {
    width: 0px;
    padding: 4px 0px;
    border: 0;
    background: white;
    font-size: 16px;
    max-width: 400px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

body.search-on #header form input[type="text"] {
    padding-left: 5px;
    padding-right: 5px;
    width: 200px
}

#header form button {
    background: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    font-size: 18px;
    line-height: 1;
    outline: 0
}

.scrolled #header form {
    display: none
}

body.home #header {
    background: none
}

body.home #header:after {
    background: #0e66b0;
    opacity: 0
}

body.scrolled #header {
    padding: 18px 0
}

body.scrolled #header:after {
    opacity: 1
}

@media screen and (min-width: 768px) {
    #header {
        padding: 55px 0 20px
    }
    #header .logo img {
        top: -5px;
        height: 105px;
        left: -21px;
        width: auto
    }
    body.scrolled #header .logo img {
        height: 60px
    }
    #header .wrap {
        display: -ms-flexbox;
        -ms-flex-pack: justify;
        -ms-flex-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

@media screen and (max-width: 980px) {
    #header {
        padding: 20px 0 15px
    }
    body.scrolled #header {
        padding: 20px 0 15px
    }
    #header .logo {
        margin: 0
    }
    #header .logo img {
        top: -5px;
        height: 48px;
        left: 0;
        width: auto
    }
    #header .wrap {
        display: block
    }
    #header form {
        display: -ms-flexbox;
        position: relative;
        top: auto;
        right: auto;
        display: flex
    }
    #header form input[type="text"] {
        -ms-flex-positive: 1;
        -ms-flex-order: 1;
        order: 1;
        flex-grow: 1;
        max-width: none;
        width: 280px;
        background: none;
        border: 0;
        padding: 5px;
        border-bottom: 1px solid white;
        color: white
    }
    #header form button {
        margin: 0 15px 0 0;
        font-size: 26px
    }
    #header form ::-webkit-input-placeholder {
        color: white
    }
    #header form :-moz-placeholder {
        color: white
    }
    #header form ::-moz-placeholder {
        color: white
    }
    #header form :-ms-input-placeholder {
        color: white
    }
    #header .toggle {
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 15px;
        margin: -18px 0 0;
        display: block;
        line-height: 1
    }
    #header .toggle .icon {
        display: inline-block;
        vertical-align: middle;
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 22px;
        border-radius: 4px;
        background: #0e66b0;
        text-align: center
    }
    body.menu-on #header .toggle .icon:before {
        content: "\f00d"
    }
    #header #mobile-menu {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        display: block;
        -webkit-transition: top .4s ease-in-out;
        -moz-transition: top .4s ease-in-out;
        -ms-transition: top .4s ease-in-out;
        -o-transition: top .4s ease-in-out;
        transition: top .4s ease-in-out;
        background: rgba(14, 102, 176, 0.9);
        color: white;
        padding: 80px 20px 20px 20px
    }
    body.menu-on #header #mobile-menu {
        display: block;
        top: 0
    }
    #header .mobile-only {
        margin: 30px 0 0
    }
    #header .footer-social-copy a {
        color: #0e66b0
    }
    #header .footer-nav-copy ul,
    #header .footer-nav-copy li {
        margin: 0;
        padding: 0;
        list-style: none
    }
    #header .footer-nav-copy a {
        padding: 5px 0;
        display: block;
        color: white;
        text-decoration: underline
    }
    #header .footer-nav-copy a:hover {
        text-decoration: none
    }
}

#nav {
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: "Raleway", "Raleway", sans-serif, sans-serif;
    text-align: right;
    text-transform: lowercase
}

#nav a {
    position: relative;
    display: inline-block;
    text-decoration: none
}

#nav a:hover:after {
    height: 4px
}

@media screen and (max-width: 767px) {
    #nav a:hover:after {
        height: 0
    }
}

#nav ul,
#nav li {
    margin: 0;
    padding: 0;
    list-style: none
}

#nav>ul>li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em
}

#nav>ul>li:last-child {
    margin-right: 0
}

#nav>ul>li>a {
    color: white
}

#nav>ul>li>a:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 0;
    background: #fff568;
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    -ms-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out
}

#nav>ul>li>a:after:hover {
    height: 4px
}

#nav>ul>li>a:hover {
    color: #fff568
}

#nav>ul>li.current-menu-item>a,
#nav>ul>li.current-menu-ancestor>a,
#nav>ul>li.current-page-ancestor>a {
    color: #fff568
}

#nav>ul>li.current-menu-item>a:hover,
#nav>ul>li.current-menu-ancestor>a:hover,
#nav>ul>li.current-page-ancestor>a:hover {
    color: #fff568
}

#nav>ul>li.current-menu-item>a:after,
#nav>ul>li.current-menu-ancestor>a:after,
#nav>ul>li.current-page-ancestor>a:after {
    height: 4px
}

@media screen and (max-width: 767px) {
    #nav>ul>li.current-menu-item>a:after,
    #nav>ul>li.current-menu-ancestor>a:after,
    #nav>ul>li.current-page-ancestor>a:after {
        height: 0
    }
}

#nav>ul>li>ul {
    display: none;
    position: absolute;
    margin-left: -15px;
    font-size: 85%;
    font-weight: 600
}

#nav>ul>li>ul>li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 1em
}

#nav>ul>li>ul>li:last-child,
#nav>ul>li>ul>li:first-child {
    margin-right: 0
}

#nav>ul>li>ul>li>a {
    color: white;
    padding: 5px 0px;
    font-size: 12px
}

#nav>ul>li>ul>li>a:hover {
    color: #fff568
}

#nav>ul>li>ul>li.current-menu-item>a,
#nav>ul>li>ul>li.current-menu-ancestor>a,
#nav>ul>li>ul>li.current-page-ancestor>a {
    color: #fff568
}

#nav>ul>li>ul>li.current-menu-item>a:hover,
#nav>ul>li>ul>li.current-menu-ancestor>a:hover,
#nav>ul>li>ul>li.current-page-ancestor>a:hover {
    color: #fff568
}

#nav>ul>li>ul>li.current-menu-item>a:after,
#nav>ul>li>ul>li.current-menu-ancestor>a:after,
#nav>ul>li>ul>li.current-page-ancestor>a:after {
    height: 4px
}

@media screen and (max-width: 767px) {
    #nav>ul>li>ul>li.current-menu-item>a:after,
    #nav>ul>li>ul>li.current-menu-ancestor>a:after,
    #nav>ul>li>ul>li.current-page-ancestor>a:after {
        height: 0
    }
}

#nav>ul>li.current-menu-item>ul,
#nav>ul>li.current-menu-ancestor>ul,
#nav>ul>li.current-page-ancestor>ul {
    display: block
}

@media screen and (max-width: 767px) {
    #nav {
        padding-bottom: 30px;
        text-align: left
    }
    #nav>ul>li {
        display: block;
        margin: 0 0 15px
    }
    #nav>ul>li>a {
        display: block;
        text-transform: none;
        font-size: 1.5rem
    }
    #nav>ul>li.has-submenu>a:after {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0.5em;
        content: '+'
    }
    #nav>ul>li>ul {
        position: relative;
        margin: 0 0 0 1em;
        padding: 0;
        width: auto;
        left: auto;
        top: auto;
        background: none;
        border: 0;
        font-size: 18px;
        text-transform: uppercase
    }
    #nav>ul>li>ul>li {
        display: block;
        margin: 0.5em 0;
        line-height: 1
    }
    #nav>ul>li>ul>li>a {
        font-weight: normal
    }
    #nav .toggle {
        display: block
    }
    body.menu-on #nav>ul {
        display: block
    }
}

@media screen and (max-width: 400px) {
    #nav .toggle {
        font-size: 14px;
        font-weight: 300
    }
    #nav .toggle .icon {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 16px
    }
}

#footer {
    position: relative;
    padding: 70px 0 50px;
    background: #00a992;
    color: white;
    font-size: 0.85rem;
    letter-spacing: 1px
}

#footer>.wrap {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-align: start;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

#footer>.wrap>div {
    width: 30%
}

#footer ul,
#footer li {
    margin: 0;
    padding: 0;
    list-style: none
}

#footer a {
    color: inherit;
    text-decoration: underline;
    font-weight: 400;
    letter-spacing: 1px
}

#footer a:hover {
    text-decoration: none
}

#footer ul.social li {
    margin: 0 1em 0 0
}

#footer ul.social li a {
    color: #00a992;
    border: 1px solid white
}

#footer ul.social li a:hover {
    background: #00a992;
    color: white
}

@media screen and (max-width: 767px) {
    #footer {
        padding: 15px 0
    }
    #footer>.wrap {
        display: block
    }
    #footer>.wrap>div {
        width: auto;
        margin: 30px 0
    }
}

#wrap {
    padding-top: 155px
}

.home #wrap {
    padding-top: 0
}

.wrap {
    max-width: 1200px;
    margin: 0 auto
}

@media screen and (max-width: 1230px) {
    .wrap {
        margin: 0 15px
    }
}

.wrap840 {
    max-width: 840px;
    margin: 0 auto
}

@media screen and (max-width: 870px) {
    .wrap840 {
        margin: 0 15px
    }
}

.wrap1000 {
    max-width: 1000px;
    margin: 0 auto
}

@media screen and (max-width: 870px) {
    .wrap1000 {
        margin: 0 15px
    }
}

.wrap1200 {
    max-width: 1200px;
    margin: 0 auto
}

@media screen and (max-width: 870px) {
    .wrap1200 {
        margin: 0 15px
    }
}

ul.social {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em 0 0
}

ul.social li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 50%;
    color: #313131;
    line-height: 35px;
    text-align: center;
    font-size: 22px
}

.logos {
    margin: 2em auto
}

.logos img {
    display: inline-block;
    vertical-align: middle;
    margin: 1em;
    max-width: 300px;
    max-height: 225px;
    object-fit: contain
}

#wrap {
    -webkit-transition: padding, 0.1s;
    -moz-transition: padding, 0.1s;
    -ms-transition: padding, 0.1s;
    -o-transition: padding, 0.1s;
    transition: padding, 0.1s
}

#main-content {
    min-height: 500px
}

#archive-banner {
    padding: 50px 0 0
}

#archive-banner .section-title {
    margin: 0 0 30px;
    text-align: center;
    line-height: 1
}

#query-posts {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#query-posts>.hentry {
    width: 33.333%;
    width: -webkit-calc(33.333% - 20px);
    width: -moz-calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    margin: 10px
}

#query-posts>.hentry:nth-child(1),
#query-posts>.hentry:nth-child(2) {
    width: 50%;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px)
}

#query-posts>.hentry:nth-child(1) .title,
#query-posts>.hentry:nth-child(2) .title {
    font-size: 1.5rem
}

#query-posts>.hentry:not(.first) {
    background-image: none !important
}

#query-posts>.hentry.news {
    background-image: none !important
}

@media screen and (max-width: 767px) {
    #query-posts>.hentry {
        width: 50%;
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px)
    }
}

@media screen and (max-width: 500px) {
    #query-posts {
        display: block
    }
    #query-posts>.hentry {
        margin: 10px 0;
        width: auto !important
    }
}

#hero {
    position: relative;
    padding: 160px 0 60px;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s
}

#hero:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0e66b0 no-repeat center;
    background-size: cover
}

#hero .wrap {
    position: relative;
    z-index: 1
}

#hero .content {
    max-width: 650px;
    float: left
}

#hero .logo-mark {
    float: left;
    width: 100px;
    margin-right: 3%
}

#hero .logo-mark img {
    height: 105px;
    width: auto;
    padding-top: 60px
}

@media screen and (max-width: 767px) {
    #hero .logo-mark img {
        padding-top: 0%;
        height: 80px;
        width: auto
    }
}

#hero #clear {
    clear: both
}

#hero h1 {
    margin: .7em 0 30px 0;
    font-size: 3.8rem;
    line-height: 1.2;
    color: white;
    text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2)
}

#hero h1 strong {
    color: #fff568
}

@media screen and (max-width: 767px) {
    #hero {
        padding-bottom: 40px
    }
    #hero h1 {
        font-size: 3rem;
        margin-top: 10px
    }
}

@media screen and (max-width: 500px) {
    #hero {
        padding: 120px 0 20px
    }
    #hero h1 {
        font-size: 2rem
    }
}

#service-expertise {
    padding: 100px 0;
    background: #e3f0f6
}

#service-expertise .boxes {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 60px 0px
}

#service-expertise .box {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    margin: 0 5px;
    padding: 0px 20px 50px 20px
}

#service-expertise .box .hdr {
    overflow: hidden;
    display: block;
    margin: 0px -20px 50px -20px
}

#service-expertise .box .hdr img {
    display: block;
    width: 105%;
    margin: -5px 0 0 -2.5%;
    max-width: none
}

#service-expertise .box .content {
    max-width: 400px;
    margin: 0 auto
}

#service-expertise .box.expertise {
    background: #00a992
}

#service-expertise .box.services {
    background: #0e66b0
}

#service-expertise .box.services .hdr img {
    margin-top: -15px;
    margin-bottom: -1px
}

#service-expertise h3 {
    margin: 0;
    color: #fff568;
    text-transform: lowercase
}

@media screen and (max-width: 767px) {
    #service-expertise {
        padding: 20px 0
    }
    #service-expertise .boxes {
        display: block
    }
    #service-expertise .boxes .box {
        width: auto;
        margin: 10px 0
    }
}

#recent {
    padding: 100px 0;
    background: url(images/bg.jpg) no-repeat 50% 30%;
    background-size: cover
}

#recent>.wrap {
    display: -ms-flexbox;
    display: flex;
    opacity: .8
}

#recent .hentry {
    width: 33%
}

#recent .hentry:before {
    opacity: 1
}

#recent .hentry.resource {
    border-left: 10px solid #fff568;
    border-right: 10px solid #fff568
}

@media screen and (min-width: 980px) {
    #recent .hentry {
        padding: 50px
    }
}

@media screen and (max-width: 767px) {
    #recent {
        padding: 50px 0
    }
    #recent>.wrap {
        display: block
    }
    #recent .hentry {
        width: auto;
        margin: 10px 0
    }
    #recent .hentry.resource {
        border-left: 0;
        border-right: 0
    }
}

#partners {
    padding: 125px 0 100px;
    text-align: center
}

#partners h2 {
    margin: 0 0 105px;
    position: relative;
    color: #0e66b0;
    text-transform: lowercase
}

#partners h2 span {
    position: relative;
    z-index: 1
}

#partners h2:before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #59c6b9
}

#bottom {
    padding: 100px 0;
    background: #e3f0f6;
    color: white
}

#bottom .wrap {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    display: flex;
    justify-content: space-between
}

#bottom .box {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    margin: 0 5px;
    padding: 50px;
    text-align: center;
    color: #0e66b0;
    background: #fcf7e6
}

#bottom .box .content {
    max-width: 400px;
    padding: 50px 0;
    margin: 0 auto
}

#bottom .box.work {
    background: #59c6b9
}

#bottom h3 {
    margin: 0;
    color: inherit;
    text-transform: lowercase
}

@media screen and (max-width: 767px) {
    #bottom {
        padding: 20px 0
    }
    #bottom .wrap {
        display: block
    }
    #bottom .wrap .box {
        width: auto;
        margin: 10px 0
    }
}

.hentry {
    position: relative
}

.hentry.box {
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    min-height: 275px;
    background: #00a992 50% 50% no-repeat;
    background-size: cover;
    color: white
}

.hentry.box:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat;
    background-color: inherit;
    opacity: 0.7
}

.hentry.box.type-news {
    background-color: #fcf7e6;
    color: #0e66b0
}

.hentry.box.type-post {
    background-color: #0e66b0
}

.hentry.box .inner {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    display: flex;
    flex-direction: column;
    height: 100%
}

.hentry.box .post_type {
    display: block;
    font-size: 0.8rem;
    margin: 0 0 30px
}

.hentry.box .title {
    -ms-flex-positive: 1;
    margin: 0 0 30px;
    flex-grow: 1;
    font-size: 1.1rem;
    color: inherit
}

.hentry.box .title a {
    color: inherit
}

.hentry.box .date {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px
}

.hentry.location {
    text-align: center
}

.hentry.location .title {
    font-size: 1.1rem
}

#page-header {
    padding: 50px 0 0
}

#page-header h1 {
    margin: 0;
    font-size: 3.2rem;
    line-height: 1;
    padding-bottom: 20px
}

@media screen and (max-width: 767px) {
    #page-header h1 {
        font-size: 2.3rem
    }
}

#post-header {
    position: relative;
    padding: 80px 0 0px;
    margin: 0 0 50px;
    background: url(images/bg.gif) repeat-x 50% 50%;
    color: white
}

.single-resource #post-header {
    background: url(images/pattern_green.png) repeat-x 50% 50%
}

.single-post #post-header {
    background: url(images/pattern_blue.png) repeat-x 50% 50%
}

#post-header:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00a992;
    opacity: 0.7
}

body.single-post #post-header:after {
    background-color: #0e66b0
}

#post-header .wrap {
    position: relative;
    z-index: 1;
    padding: 0 0 50px
}

#post-header .post_type {
    margin: 0 0 40px;
    font-size: 1rem;
    color: #fff568
}

#post-header h1 {
    max-width: -webkit-calc(100% - 250px);
    max-width: -moz-calc(100% - 250px);
    max-width: calc(100% - 250px);
    margin: 0 0 60px;
    font-size: 2.9rem;
    line-height: 1;
    letter-spacing: 3px;
    color: white;
    line-height: 1.1
}

#post-header h1 strong {
    color: #fff568
}

#post-header a {
    color: inherit;
    text-decoration: underline
}

#post-header a:hover {
    text-decoration: none
}

#post-header .meta {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
    width: 79%
}

#post-header .meta .sep {
    margin: 0 0.5em
}

#post-header .meta .terms a {
    font-weight: 300
}

#post-header .image {
    position: absolute;
    bottom: -40px;
    right: -180px
}

#post-header .image img {
    display: block;
    width: 350px;
    height: 350px;
    object-fit: cover
}

@media screen and (max-width: 1230px) {
    #post-header h1 {
        font-size: 2.9rem;
        max-width: -webkit-calc(100% - 250px);
        max-width: -moz-calc(100% - 250px);
        max-width: calc(100% - 250px)
    }
    #post-header .meta {
        width: 70%
    }
    #post-header .image {
        right: -50px
    }
    #post-header .image img {
        max-width: 280px;
        max-height: 280px
    }
}

@media screen and (max-width: 980px) {
    #post-header h1 {
        font-size: 3rem;
        max-width: -webkit-calc(100% - 300px);
        max-width: -moz-calc(100% - 300px);
        max-width: calc(100% - 300px)
    }
    #post-header .image {
        right: 0px
    }
}

@media screen and (max-width: 860px) {
    #post-header {
        padding: 20px 0 0
    }
    #post-header h1 {
        clear: left;
        max-width: none;
        margin: 0 0 20px;
        font-size: 2.8rem
    }
    #post-header .post_type {
        margin-bottom: 10px
    }
    #post-header .image {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 1em -15px -50px
    }
    #post-header .image img {
        position: relative;
        z-index: 1;
        max-width: 250px;
        max-height: 250px;
        margin: 0 auto
    }
    #post-header .image:before {
        content: ' ';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 85%;
        width: 100%;
        background: white
    }
}

@media screen and (max-width: 767px) {
    #post-header h1 {
        font-size: 2.6rem
    }
    #post-header .post_type {
        font-size: 0.7rem
    }
}

@media screen and (max-width: 500px) {
    #post-header h1 {
        font-size: 2.2rem
    }
}

#main-content {
    padding: 15px 0 80px
}

body.single #main-content .wrap:before {
    content: ' ';
    display: block;
    width: 100px;
    height: 5px;
    margin: 0 0 40px;
    background: #0e66b0
}

#main-content .content p {
    letter-spacing: 0.5px
}

#main-content .meta-bottom {
    margin: 40px 0 0;
    text-transform: uppercase;
    font-size: 0.8rem
}

#main-content .meta-bottom:before {
    content: ' ';
    display: block;
    width: 100px;
    height: 5px;
    margin: 0 0 40px;
    background: #0e66b0
}

#main-content .meta-bottom a {
    font-weight: 600;
    opacity: .9;
    letter-spacing: 1px
}

@media screen and (max-width: 1200px) {
    .single #main-content:after {
        display: none
    }
}

#comments {
    margin: 0 0 50px
}

#related {
    margin: 50px 0 0;
    position: relative;
    padding: 0 0 50px;
    margin: 0
}

#related:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: #e3f0f6
}

#related .wrap {
    position: relative;
    max-width: 1000px;
    z-index: 1
}

#related .section-title {
    margin: 0 0 2em 0;
    font-size: 1.3rem;
    color: #0e66b0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px
}

#related .posts {
    display: -ms-flexbox;
    display: flex
}

#related .posts .hentry {
    width: 33.33%;
    margin: 0 15px;
    background-image: none !important
}

@media screen and (max-width: 767px) {
    #related {
        padding: 0 0 20px
    }
    #related .posts {
        display: block
    }
    #related .posts .hentry {
        width: auto;
        margin: 15px 0
    }
}

.enclosure {
    margin: 4em 0 2em
}

.enclosure .icon:before {
    display: inline-block;
    margin: 0 0.5em 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    font-size: 18px;
    color: white;
    text-align: center;
    background: #00a992
}

.posts-nav {
    top: 5em;
    clear: both;
    margin: 4em 0 2em;
    white-space: nowrap
}

.posts-nav.no-ajax {
    visibility: visible
}

.posts-nav.ajax-pager {
    visibility: visible;
    text-align: center
}

.posts-nav:after {
    content: ' ';
    display: block;
    clear: both
}

.posts-nav ul {
    margin: 0;
    padding: 0;
    text-align: center
}

.posts-nav ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    padding: 0;
    list-style: none;
    color: #aaa
}

.posts-nav ul li.page_info {
    display: none
}

.posts-nav ul li a {
    display: block;
    padding: 0.5em 0.7em;
    line-height: normal;
    text-decoration: none;
    border: 0
}

.posts-nav ul li a:hover {
    color: white;
    background: gray
}

.posts-nav ul li.active_page {
    color: white;
    background: #0e66b0
}

.posts-nav ul li.active_page a {
    padding: 0.5em 1em;
    color: #fff
}

@media screen and (max-width: 700px) {
    .posts-nav {
        top: 0;
        margin-left: -10px;
        margin-right: -10px;
        font-size: 12px
    }
    .posts-nav ul li {
        margin-right: 3px
    }
}

.posts-nav.ajax-pager {
    text-align: center
}

.posts-nav.ajax-pager .button.done {
    background: none;
    color: #ccc;
    cursor: default
}

.section.subscribe {
    position: relative;
    z-index: 11;
    box-sizing: border-box;
    margin: 0;
    background: #0e66b0;
    text-align: center;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%)
}

.section.subscribe:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    display: block;
    background: url(images/squares.png) repeat-x 50% 100%;
    opacity: 0.7
}

.section.subscribe .wrap {
    position: relative;
    z-index: 1;
    padding: 25px 0
}

.section.subscribe .button {
    display: inline-block;
    padding: 10px 30px;
    border: 4px solid white;
    border-radius: 11px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: 1px
}

@media screen and (min-height: 800px) {
    .section.subscribe.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        visibility: visible
    }
    .section.subscribe.on {
        -webkit-transform: translate(0, 0%);
        -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%)
    }
    .section.subscribe.on .wrap:before {
        height: 20px
    }
    .section.subscribe.done {
        position: relative;
        bottom: auto;
        left: auto !important;
        width: auto;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none
    }
}

@media screen and (max-height: 799px) {
    .section.subscribe {
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

@media screen and (max-width: 450px) {
    .section.subscribe .button {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px
    }
}

.section.subscribe.cloned {
    visibility: hidden;
    z-index: -1
}

.section.subscribe.done+.section.subscribe.cloned {
    display: none
}

#overlay-mask {
    display: block;
    position: fixed;
    z-index: 199999;
    top: 0%;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out
}

#overlay-mask:before {
    display: none;
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
    background: url(images/loading.png) no-repeat center top;
    -webkit-animation: loading 1s steps(19) infinite;
    -moz-animation: loading 1s steps(19) infinite;
    -ms-animation: loading 1s steps(19) infinite;
    -o-animation: loading 1s steps(19) infinite;
    animation: loading 1s steps(19) infinite
}

#overlay-mask:after {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

body.overlay-loading #overlay-mask,
body.overlay-init #overlay-mask {
    top: 0%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9)
}

body.overlay-loading #overlay-mask:before {
    display: block
}

body.overlay-on #overlay-mask:before {
    display: none
}

body.overlay-on #overlay-mask:after {
    height: 100%
}

#overlay {
    display: none;
    position: fixed;
    z-index: 200000;
    top: 0px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 50px 0 0;
    text-align: center;
    color: white
}

body.overlay-init #overlay {
    display: block;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -ms-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

body.overlay-on #overlay {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%)
}

#overlay .content {
    position: relative;
    top: 50px;
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box
}

#overlay .content iframe {
    display: block;
    width: 100%;
    height: 630px;
    margin: 0 auto
}

#overlay .close {
    position: absolute;
    z-index: 200001;
    top: 25px;
    right: 25px;
    cursor: pointer;
    text-align: right;
    color: #313131;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.20em
}

#overlay .close span {
    display: inline-block;
    vertical-align: middle
}

@media screen and (max-width: 900px) {
    #overlay .content iframe {
        height: 550px
    }
}

@media screen and (max-width: 850px) {
    #overlay {
        padding-top: 150px
    }
    #overlay .logo .svg-icon {
        width: 125px;
        height: 144px
    }
}

@media screen and (max-width: 800px) {
    #overlay .content iframe {
        height: 500px
    }
}

@media screen and (max-width: 767px) {
    #overlay {
        padding-top: 105px
    }
    #overlay .content iframe {
        height: 470px
    }
}

@media screen and (max-width: 600px) {
    #overlay .content {
        padding-left: 15px;
        padding-right: 15px
    }
    #overlay .content iframe {
        height: 400px
    }
}

@media screen and (max-width: 500px) {
    #overlay .content {
        padding-left: 0;
        padding-right: 0
    }
    #overlay .content iframe {
        height: 350px
    }
}

@media screen and (max-width: 400px) {
    #overlay .content iframe {
        height: 300px
    }
}

@media screen and (min-width: 768px) {
    #share-tab {
        position: absolute;
        z-index: 100;
        right: 0;
        top: 50%;
        color: white;
        line-height: 1;
        opacity: 1
    }
    #share-tab.fixed {
        position: fixed;
        top: 200px
    }
    #share-tab.bottom {
        opacity: 0;
        width: 0
    }
    #share-tab>a.toggle {
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        line-height: 44px;
        height: 44px;
        width: 80px
    }
    body.share-on #share-tab ul {
        z-index: 1;
        opacity: 1;
        margin-top: 0;
        max-height: 500px;
        overflow: visible
    }
}

#share-tab>a.toggle {
    display: inline-block;
    padding: 0;
    text-align: center;
    background: #ecaa30;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0
}

#share-tab>a.toggle:hover {
    background-color: #be8111
}

#share-tab ul,
#share-tab li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

#share-tab ul {
    position: absolute;
    right: 0;
    top: 160px;
    width: 44px;
    padding: 5px 0;
    background: #ecaa30;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    margin: -30px 0 0 0;
    max-height: 0px;
    overflow: hidden;
    border-radius: 0
}

#share-tab ul:before {
    position: absolute;
    top: -6px;
    left: 50%;
    margin: 0 0 0 -6px;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border: 6px solid #ecaa30;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 0
}

#share-tab ul>li>a {
    display: block;
    padding: 15px 0;
    color: white;
    font-size: 16px
}

#share-tab ul>li>a:hover {
    color: #313131
}

@media screen and (max-width: 767px) {
    #share-tab {
        display: -ms-flexbox;
        -ms-flex-pack: justify;
        -ms-flex-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0
    }
    #share-tab>a.toggle {
        padding: 5px 15px;
        margin: 0 5px;
        line-height: 18px
    }
    #share-tab ul {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        padding: 0;
        margin: 0 5px;
        max-height: none;
        opacity: 1
    }
    #share-tab ul li {
        display: inline-block
    }
    #share-tab ul li a {
        padding: 5px 10px;
        line-height: 18px
    }
}

#posts-filter {
    padding: 60px 0;
    background: #e3f0f6
}

#posts-filter form {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    display: flex;
    justify-content: space-between
}

#posts-filter .filters {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#posts-filter .filters>.filter {
    width: 32%;
    margin: 0 15px 0 0
}

#posts-filter .filters>.filter .input.select {
    display: block
}

#posts-filter .filters>.filter .input.select strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#posts-filter .query {
    display: -ms-flexobx;
    -ms-flex-align: center;
    display: flex;
    align-items: center
}

#posts-filter .query input[type="text"] {
    background: #00a992;
    color: white;
    border: 0;
    width: 250px;
    margin: 0;
    padding: 13px 15px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif
}

#posts-filter .query ::-webkit-input-placeholder {
    color: white
}

#posts-filter .query :-moz-placeholder {
    color: white
}

#posts-filter .query ::-moz-placeholder {
    color: white
}

#posts-filter .query :-ms-input-placeholder {
    color: white
}

#posts-filter button {
    margin: 0;
    padding: 5px;
    font-size: 24px;
    background: none;
    border-radius: 0;
    color: #00a992
}

@media screen and (max-width: 767px) {
    #posts-filter form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    #posts-filter .filters {
        width: 100%;
        margin: 0 -6px 10px
    }
    #posts-filter .filters .filter {
        margin: 0 6px
    }
    #posts-filter .query {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    #posts-filter .query input[type="text"] {
        width: 100%
    }
}

@media screen and (max-width: 500px) {
    #posts-filter .filters {
        display: block;
        margin-bottom: 0
    }
    #posts-filter .filters .filter {
        width: 100%;
        margin-bottom: 10px
    }
}

#recent-tags {
    padding: 30px 0;
    text-align: center;
    font-size: 0.8rem;
    text-transform: uppercase
}

#recent-tags a {
    font-weight: 600
}

.search #main {
    padding: 0 0 50px 0
}

.hentry.search {
    margin: 0 0 2.5em
}

.hentry.search .title {
    margin: 0
}

.hentry.search .url {
    font-size: 12px;
    color: #555
}

.hentry.search .hasMore,
.hentry.search a.more {
    display: none
}

form.search {
    margin: 1em auto;
    text-align: center
}

form.search button {
    display: inline-block;
    vertical-align: middle
}

form.search input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 5px
}

#map {
    padding: 0 0 65%;
    background: #0e66b0;
    margin-top: 6%
}

#key {
    margin-top: 40px;
    padding: 10px 0 30px;
    position: relative;
    overflow: hidden;
    background: #ededed
}

#key #icon {
    height: 60px;
    width: 90px;
    float: left;
    padding: 25px
}

#key #icon a {
    color: inherit;
    font-weight: 400;
    color: #313131;
    letter-spacing: normal
}

#key #icon #icon-description p {
    line-height: 1.25;
    margin-top: 10px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 12px
}

#key #icon #icon-image-food {
    padding-bottom: 10px;
    display: block;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-image: url(images/icons/icon_food.svg)
}

#key #icon #icon-image-climate {
    padding-bottom: 10px;
    display: block;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-image: url(images/icons/icon_climate.svg)
}

#key #icon #icon-image-economic {
    padding-bottom: 10px;
    display: block;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-image: url(images/icons/icon_econ.svg)
}

#key #icon #icon-image-gender {
    padding-bottom: 10px;
    display: block;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-image: url(images/icons/icon_gender.svg)
}

#key #icon #icon-image-health {
    padding-bottom: 10px;
    display: block;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-image: url(images/icons/icon_health.svg)
}

#key #icon #icon-image-monitoring {
    padding-bottom: 10px;
    display: block;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-image: url(images/icons/icon_eval.svg)
}

.location-marker {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    margin: -4px 0 -4px;
    background: #fff568;
    border-radius: 0%;
    cursor: default
}

.location-marker.location-global {
    background: none
}

.location-marker.location-global:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    background: url(images/icons/star.png) no-repeat 50% 0%;
    background-size: 100% auto
}

.location-marker .close {
    color: #000;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.location-marker .info {
    display: none;
    position: absolute;
    bottom: 28px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    color: #0e66b0;
    border-radius: 10px;
    border: 0;
    text-align: center;
    min-width: 200px;
    max-width: 500px;
    width: 400px;
    font-size: 16px
}

.location-marker .info a {
    font-size: 17px
}

.location-marker .info:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    border: 15px solid rgba(255, 255, 255, 0.8);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 0;
    margin: 0 0 0 -20px
}

.location-marker .info a {
    color: inherit
}

.location-marker .info .logo {
    display: block;
    margin: 0 auto 10px;
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px
}

.location-marker .info .name {
    display: block;
    font-size: 22px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    color: #0e66b0;
    font-weight: 540;
    letter-spacing: 3px
}

.location-marker .info .title {
    line-height: 1.2;
    margin-top: 0.4em
}

.location-marker .info .categories {
    margin-top: 17px
}

.location-marker .info .categories a {
    display: inline-block;
    margin: 5px;
    width: 40px;
    height: 40px;
    background: #ccc no-repeat 50% 50%;
    background-size: contain;
    border-radius: 50%;
    text-indent: -10000px;
    overflow: hidden
}

.location-marker .info .categories a.term-ag-food-security {
    background-color: #ffffff;
    background-image: url(images/icons/icon_food.svg)
}

.location-marker .info .categories a.term-climate-environment {
    background-color: #ffffff;
    background-image: url(images/icons/icon_climate.svg)
}

.location-marker .info .categories a.term-economic-growth {
    background-color: #ffffff;
    background-image: url(images/icons/icon_econ.svg)
}

.location-marker .info .categories a.term-gender-360 {
    background-color: #ffffff;
    background-image: url(images/icons/icon_gender.svg)
}

.location-marker .info .categories a.term-health {
    background-color: #ffffff;
    background-image: url(images/icons/icon_health.svg)
}

.location-marker .info .categories a.term-monitoring-evaluation {
    background-color: #ffffff;
    background-image: url(images/icons/icon_eval.svg)
}

.location-marker .info .bottom {
    display: block;
    margin: 10px -15px -15px;
    padding: 15px 15px;
    border-top: 1px solid #a8a8a8;
    text-transform: uppercase;
    color: #0e66b0;
    font-family: "Raleway", sans-serif
}

.location-marker .info .bottom a {
    letter-spacing: 2px
}

.location-marker .info .bottom a .icon {
    margin-left: 0.25em
}

@media screen and (min-width: 767px) {
    .location-marker .info .excerpt,
    .location-marker .info .address,
    .location-marker .info .urls {
        display: none
    }
}

.location-marker.on {
    background-color: #00a992
}

.location-marker.on .info {
    display: block
}

.location-marker.on.location-global {
    background: none
}

.location-marker.on.location-global:before {
    background-position: 50% 100%
}

.page-styleguide #share-tab,
.page-styleguide #support-work,
.page-styleguide #related,
.page-styleguide #footer:before {
    display: none
}

.page-styleguide .tag {
    color: #86c0ed
}

.page-styleguide .clickme {
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    background: #0e66b0;
    color: white
}

.page-styleguide .clickme:hover {
    cursor: pointer;
    background: gray
}

.page-styleguide .placeholders {
    float: left;
    margin: 20px 20px 20px 0;
    padding: 50px 5px 0;
    box-sizing: border-box;
    text-align: center;
    background-color: #eee
}

.page-styleguide article {
    display: none
}

.page-styleguide .code_area {
    min-height: 200px;
    padding: 25px;
    margin-bottom: 1em;
    vertical-align: middle;
    box-sizing: border-box;
    overflow-x: hidden;
    color: white;
    font-family: "Consolas", "Lucida Console", Monaco, monospace;
    background-color: #252525;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 8px
}

.page-styleguide summary.styleguide {
    cursor: pointer;
    border: 0;
    outline: 0
}

.page-styleguide details.primer {
    position: relative;
    display: block;
    clear: both;
    margin: 2.5em 0;
    background-color: #e9e9e9;
    border-bottom: 2px solid #e9e9e9
}

.page-styleguide details.primer summary {
    position: absolute;
    right: 0;
    top: -2.5em;
    padding: 0.75em;
    overflow: hidden;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    background-color: #e9e9e9
}

.page-styleguide details.primer summary::-webkit-details-marker {
    display: none
}

.page-styleguide details.primer section {
    overflow: hidden;
    padding: 3% 1.5% 1.5%
}

.page-styleguide details .caption {
    margin-bottom: 0
}

.page-styleguide .circle {
    width: 150px;
    height: 150px;
    margin: 0 20px 20px 0;
    float: left;
    text-align: center;
    font-size: 75%;
    border-radius: 50%
}

.page-styleguide .circle p {
    margin-top: 25px
}

@media screen and (max-width: 767px) {
    .page-styleguide .code_area {
        margin-bottom: 20px
    }
}