/* @override 
    http://socialimpactaward.at/wp-content/themes/parlament/style.css
    http://ec2-54-171-176-205.eu-west-1.compute.amazonaws.com/net/wp-content/themes/parlament/style.css */



/*--------------------------------------------------------------------------------------------------

    Theme Name: Parlament
    Theme URI: http://parlament.icypixels.com/
    Description: A Political WordPress theme meant to revolutionize the way you interact with a candidate's website. This is a theme brought to you by <a href="http://www.icypixels.com/?utm_source=dashboard&utm_medium=banner&utm_content=textlink&utm_campaign=parlament" title="Icy Pixels WordPress Themes">Icy Pixels</a> (<a href="http://twitter.com/theicypixels/">Twitter</a> | <a href="https://www.facebook.com/pages/Icy-Pixels/170508899756996">Facebook</a>). Make sure you check out the included documentation and if any issues arise, we offer quality <a href="http://icypixels.ticksy.com/" title="Support">theme support</a>.
    Author: Icy Pixels
    Author URI: http://www.icypixels.com/
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Tags: white
    Version: 1.4.10

    Designed & Handcrafted by Paul from Icy Pixels
    All files, unless otherwise stated, are released under the GNU General Public License
    version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------

    Table of Contents 

    1. CSS Reset
    2. Setup
    3. Header Styling
    4. Navigation
    5. Content Styling
        5.a.  Main Content
        5.b.  Sidebar
    6. Post Styling
    7. Comments Styling    
    8. Footer Styling    
    9. Widgets
    10. Icy Page Builder Styling
        a. Blog Block
        b. Carousel Block
        c. Icy Section
        d. Slogan
        e. Biography
        f. Stats Graph
        g. Quotes
        h. Google Map
        j. Contact Form
        k. Events Slider
    11. WPML Language Switcher
    12. Mailchimp
    13. View.js
    14. MISC
    15. Media Queries

--------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------
    1.  CSS Reset
--------------------------------------------------------------------------------------------------*/

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

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

html {
    -webkit-text-size-adjust: none;
}

.mu_register {
    width: 400px !important;
    margin: 40px auto !important;
}

/*--------------------------------------------------------------------------------------------------
    2.  Setup
--------------------------------------------------------------------------------------------------*/

body,
input,
textarea,
button {
    margin: 0;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    line-height: 26px;
    border: none;
    -webkit-text-size-adjust: auto;
    -webkit-border-radius: 0;
}

body {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #777;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    position: relative;
}

input {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    line-height: 26px;

}

button,
input[type="submit"] {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    clear: both;
    float: left;
    font-family: Helvetica, Arial;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    padding: 15px 15px;
    background: #222;
}

button:hover,
input[type="submit"]:hover {
    background-color: #53b0e2;
}

input[type="text"],
input[type="email"] {
    width: 40%;
    background-color: #f8f8f8;
    border: 1px solid #f0f0f0;
}

textarea {
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #f0f0f0;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #53b0e2;
}

input[type="submit"] {
    background-color: transparent;
    width: auto;
    padding: 15px 30px;
}

input[type="submit"]:hover {
    background-color: #53b0e2;
    opacity: 0.8;
    width: auto;
}

input[type="button"],
input[type="submit"],
.more-link {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    float: left;
    margin-top: 0px;
    border: 2px solid transparent;

    background: #ee3f42;
    color: #fff;
}

.more-link:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    border: 2px solid #ee3f42;
    background: transparent;
    color: #ee3f42;
}

p {
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #53b0e2;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #3fbfc4;
}

a img {
    border: none
}

a,
.transition {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

hr {
    background-color: #f0f0f0;
    border: none;
    height: 1px;
    margin: 25px auto;
}

h1,
.u-h1,
h2,
.u-h2,
h3,
.u-h3 h4,
.u-h4,
h5,
.u-indicator,
h6 {
    -webkit-font-smoothing: antialiased;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #736c83;
    letter-spacing: 0px;
    font-weight: 400;
}

h1,
.u-h1 {
    font-size: 42px;
    line-height: 68px;
}

h2,
.u-h2 {
    font-size: 26px;
    line-height: 42px;
}

h3,
.u-h3,
.u-lead {
    font-size: 20px;
    line-height: 36px;
}

h4,
.u-h4 {
    font-size: 16px;
    line-height: 26px;
}

h5,
.u-indicator {
    font-size: 13px;
    line-height: 21px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

ul,
ol,
dl {
    margin-left: 30px;
}

.wrapper {
    position: relative;
    width: 1260px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
}

.row-fluid {
    width: 100%;
    *zoom: 1
}

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

.row-fluid:after {
    clear: both
}

.row-fluid [class*="span"] {
    display: block;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574%
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0
}

.aq-template-wrapper {
    position: relative;
    float: left;
    width: 100%
}

.row-fluid .span12,
.aq-template-wrapper .aq_span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%
}

.row-fluid .span11,
.aq-template-wrapper .aq_span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%
}

.row-fluid .span10,
.aq-template-wrapper .aq_span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%
}

.row-fluid .span9,
.aq-template-wrapper .aq_span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%
}

.row-fluid .span8,
.aq-template-wrapper .aq_span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%
}

.row-fluid .span7,
.aq-template-wrapper .aq_span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%
}

.row-fluid .span6,
.aq-template-wrapper .aq_span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%
}

.row-fluid .span5,
.aq-template-wrapper .aq_span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%
}

.row-fluid .span4,
.aq-template-wrapper .aq_span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%
}

.row-fluid .span3,
.aq-template-wrapper .aq_span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%
}

.row-fluid .span2,
.aq-template-wrapper .aq_span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%
}

.row-fluid .span1,
.aq-template-wrapper .aq_span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%
}

.row-fluid .offset12 {
    margin-left: 104.25531914893617%;
    *margin-left: 104.14893617021275%
}

.row-fluid .offset12:first-child {
    margin-left: 102.12765957446808%;
    *margin-left: 102.02127659574467%
}

.row-fluid .offset11 {
    margin-left: 95.74468085106382%;
    *margin-left: 95.6382978723404%
}

.row-fluid .offset11:first-child {
    margin-left: 93.61702127659574%;
    *margin-left: 93.51063829787232%
}

.row-fluid .offset10 {
    margin-left: 87.23404255319149%;
    *margin-left: 87.12765957446807%
}

.row-fluid .offset10:first-child {
    margin-left: 85.1063829787234%;
    *margin-left: 84.99999999999999%
}

.row-fluid .offset9 {
    margin-left: 78.72340425531914%;
    *margin-left: 78.61702127659572%
}

.row-fluid .offset9:first-child {
    margin-left: 76.59574468085106%;
    *margin-left: 76.48936170212764%
}

.row-fluid .offset8 {
    margin-left: 70.2127659574468%;
    *margin-left: 70.10638297872339%
}

.row-fluid .offset8:first-child {
    margin-left: 68.08510638297872%;
    *margin-left: 67.9787234042553%
}

.row-fluid .offset7 {
    margin-left: 61.70212765957446%;
    *margin-left: 61.59574468085106%
}

.row-fluid .offset7:first-child {
    margin-left: 59.574468085106375%;
    *margin-left: 59.46808510638297%
}

.row-fluid .offset6 {
    margin-left: 53.191489361702125%;
    *margin-left: 53.085106382978715%
}

.row-fluid .offset6:first-child {
    margin-left: 51.063829787234035%;
    *margin-left: 50.95744680851063%
}

.row-fluid .offset5 {
    margin-left: 44.68085106382979%;
    *margin-left: 44.57446808510638%
}

.row-fluid .offset5:first-child {
    margin-left: 42.5531914893617%;
    *margin-left: 42.4468085106383%
}

.row-fluid .offset4 {
    margin-left: 36.170212765957444%;
    *margin-left: 36.06382978723405%
}

.row-fluid .offset4:first-child {
    margin-left: 34.04255319148936%;
    *margin-left: 33.93617021276596%
}

.row-fluid .offset3 {
    margin-left: 27.659574468085104%;
    *margin-left: 27.5531914893617%
}

.row-fluid .offset3:first-child {
    margin-left: 25.53191489361702%;
    *margin-left: 25.425531914893618%
}

.row-fluid .offset2 {
    margin-left: 19.148936170212764%;
    *margin-left: 19.04255319148936%
}

.row-fluid .offset2:first-child {
    margin-left: 17.02127659574468%;
    *margin-left: 16.914893617021278%
}

.row-fluid .offset1 {
    margin-left: 10.638297872340425%;
    *margin-left: 10.53191489361702%
}

.row-fluid .offset1:first-child {
    margin-left: 8.51063829787234%;
    *margin-left: 8.404255319148938%
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
    margin-bottom: 20px;
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

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

.hidden {
    display: none
}

.navigation-links,
p,
.bot-margin {
    margin-bottom: 20px;
}

::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

.sticky {
    background-color: #f6f6f6;
}

/*--------------------------------------------------------------------------------------------------
    3.  Header Styling      
--------------------------------------------------------------------------------------------------*/

.hello-bar {
    background-color: #29262f;
    height: 40px;
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 3;
}

.logged-in .hello-bar {
    top: 28px;
}

#top {
    clear: both;
    background-color: #fff;
    border-bottom: 1px solid #f9f9f9;
    position: relative;
    width: 100%;
    z-index: 2;
    -webkit-box-shadow: 0 1px 3px rgba(6, 44, 65, 0.5);
    box-shadow: 0 1px 3px rgba(6, 44, 65, 0.5);
}

.icy-sticky-wrapper {
    width: 100%;
    clear: both;
    position: relative;
}

.icy-sticky-wrapper #top {
    width: 100%;
    position: relative;
}


.is-sticky #top {
    -webkit-box-shadow: 0 1px 3px rgba(6, 44, 65, 0.5);
    box-shadow: 0 1px 3px rgba(6, 44, 65, 0.5);
}

.hello-bar .widget {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 40px;
    font-weight: 400;
    color: #736c83;
}

header {
    margin: 0;
    display: block;
    position: relative;
    padding: 0;
    z-index: 3;
    background-color: #16161D;
    min-height: 40px;
}

.logo-wrapper {
    float: left;
    text-align: left;
}

.logo-wrapper.extend {
    background-color: #fff !important;
    margin-left: -9999px;
    padding-left: 9999px;
}

.logo {
    text-align: left;
    float: left;
    height: 65px;
    position: relative;
}

.logo img {
    max-width: 100%;
    height: auto;
    margin-top: -33px;
}

.logo span {
    line-height: 0;
    font-size: 0;
    display: block;
}

.logo .text_logo {
    line-height: 64px;
    font-size: 28px;
    display: block;
    color: #fff;
    margin-bottom: 0;
    padding-right: 25px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

/*  
.logo .normal_logo{
}

.logo .retina_logo{
  display: none;
}


@media (-webkit-min-device-pixel-ratio: 2) {
    .logo .normal_logo {
        display: none;
    }

    .logo .retina_logo {        
        display: block;
    }
}
*/
.icy-button.donate {
    top: 7px;
    position: relative;
    padding: 5px;
    background-color: #ee3f42;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    vertical-align: middle;
    float: left;
}

/* Button 7a */
.icy-button.donate {
    overflow: visible;
}

.icy-button.donate:before {
    color: #fff;
    width: 22px;
}

.icy-button.language {
    position: relative;
    padding: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    vertical-align: middle;
    float: left;

}

.icy-button.language:hover {
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.icy-button.language:before {
    color: #fff;
    width: 22px;
}

.icy-button.donate:hover {
    -webkit-animation: fadeOutText 0.7s;
    animation: fadeOutText 0.7s;
}

.icy-button.donate:hover::before {
    -webkit-animation: moveToRight 0.7s;
    animation: moveToRight 0.7s;
}

@-webkit-keyframes fadeOutText {
    0% {
        color: transparent;
    }

    50% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}

@keyframes fadeOutText {
    0% {
        color: transparent;
    }

    50% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}

@-webkit-keyframes moveToRight {
    50% {
        -webkit-transform: translateX(80px);
    }

    51% {
        opacity: 1;
        -webkit-transform: translateX(80px);
    }

    52% {
        opacity: 0;
        -webkit-transform: translateX(80px);
    }

    73% {
        opacity: 0;
        -webkit-transform: translateX(40px);
    }

    94% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes moveToRight {
    50% {
        -webkit-transform: translateX(80px);
    }

    51% {
        opacity: 1;
        -webkit-transform: translateX(80px);
    }

    52% {
        opacity: 0;
        -webkit-transform: translateX(80px);
    }

    73% {
        opacity: 0;
        -webkit-transform: translateX(40px);
    }

    94% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

.search-button {
    background-color: #ee3f42;
    width: 40px;
    height: 40px;
    position: relative;
    float: right;
    z-index: 99;
    margin-right: 0px;
}

.icon-search {
    position: absolute;
    left: 12px;
    top: 12px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: text-shadow .2s ease;
    -o-transition: text-shadow .2s ease;
    transition: text-shadow .2s ease;
}


.search-button:hover .icon-search {
    text-shadow: 0 0px 8px #fff;
}

.search-button.active {
    background-color: #29262f;
}

.search-button.active .icy-button.icon-search:before {
    content: "\F14E";
}

.hello-bar .icon-card:before,
.hello-bar .icon-flag:before {
    font-size: 16px !important;
    line-height: 26px !important;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    width: 40px;
    margin-left: -5px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.icy-language-switcher {
    float: left;
    margin-left: 20px;
    margin-top: 7px;
}

.message-wrapper {
    padding-left: 120px;
}

.icy-featured-image {
    width: 100%;
    font-size: 0;
    line-height: 0;
    position: relative;
    clear: both;
    display: block;
    margin-bottom: 0;
    overflow: hidden;
}

.icy-featured-image img {
    left: 0;
    width: 100%;
    height: auto;
}

.search-wrapper {
    width: 30%;
    position: absolute;
    top: -90px;
    height: 40px;
    right: 57px;
    z-index: 100;
}

.search-wrapper form input {
    width: 100%;
    background-color: #16161D;
    border: 1px solid #3b3448;
    height: 40px;
    padding: 0 10px;
    text-align: left;
    margin: 0;
}

.icy-page-title {
    width: 100%;
    background: #3b3448;
    position: relative;
    color: #fff;
    display: block;
    top: 0;
}

.icy-featured-image.with-title .icy-page-title {
    background: transparent;

    position: absolute;
    top: 34%;
}

.icy-page-title .flex-caption-wrapper {
    position: relative;
    display: block;
}

.icy-page-title .flex-caption .flex-caption-content {
    position: relative;
    padding: 5% 0;
    top: 0;
}

.with-title .icy-page-title .flex-caption .flex-caption-content {
    position: absolute;
    padding: 0;
    top: 34%;
}

.flex-caption-content .caption-title {
    margin-bottom: 0;
    line-height: 1.3;
}

.full-width-slider .flex-caption,
.icy-page-title .flex-caption {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1220px;
    height: 100%;
    padding-left: 0;
    margin: 0 auto;
}

.full-width-slider .caption-title,
.icy-page-title .caption-title {
    background: transparent;
    font-family: 'PT Sans Narrow', sans-serif;
    left: 0;
    position: relative !important;
}

.full-width-slider .flex-caption .flex-caption-content,
.icy-page-title .flex-caption .flex-caption-content {
    position: relative;
    width: 50%;
    top: 34%;
}

.icy-page-title.only-title .flex-caption .flex-caption-content {
    top: 0;
}

/* Control Nav */
.full-width-slider .flex-caption .caption-button {
    width: auto;
    padding: 10px 15px;
    clear: both;
    float: left;
    margin-left: -5px;
    margin-top: 0px;
    color: #ee3f42;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: #fff;
}

.csstransitions .flexslider .flex-caption .caption-title,
.csstransitions .flexslider .flex-caption .caption-button {
    opacity: 0;
}

.full-width-slider .flex-caption .caption-title span,
.icy-page-title .flex-caption .caption-title span {
    background: #53b0e2;
    -webkit-box-shadow: 10px 0 0 #ee3f42, -10px 0 0 #ee3f42;
    box-shadow: 10px 0 0 #ee3f42, -10px 0 0 #ee3f42;
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    word-wrap: normal;
    padding: 7px 0 0px;
}

/*--------------------------------------------------------------------------------------------------
    4.  Navigation
--------------------------------------------------------------------------------------------------*/

nav#primary-nav {
    font-size: 13px;
    line-height: 13px;
    font-family: 'PT Sans Narrow', sans-serif;
    float: right;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    /*box-shadow: inset 0 4px 0 #3b3448;*/
}

nav#primary-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

nav#primary-nav ul a {
    display: inline-block;
    position: relative;
}

nav#primary-nav ul>li {
    float: left;
    display: inline-block;
    display: block;
    position: relative;
    z-index: 1;
    position: relative;
    list-style: none;
    letter-spacing: 1px;
}

nav#primary-nav ul>li:first-child {
    margin-left: 0;
}

nav#primary-nav ul>li a {
    padding: 16px 15px;
    border-top: 4px solid transparent;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

nav#primary-nav ul>li a::before {
    position: absolute;
    top: -4px;
    left: 15px;
    overflow: hidden;
    padding: 16px 0;
    max-width: 0;
    border-top: 4px solid #53b0e2;
    color: #53b0e2;
    content: attr(data-hover);
    -webkit-transition: max-width 0.5s;
    -o-transition: max-width 0.5s;
    transition: max-width 0.5s;

    white-space: nowrap;
}

nav#primary-nav ul>li a:hover::before,
nav#primary-nav ul>li a:focus::before {
    max-width: 100%;
}

nav#primary-nav ul li a {
    text-align: left;
}

nav#primary-nav ul li:hover {
    visibility: inherit;
}

nav#primary-nav ul ul {
    position: absolute;
    top: -9999em;
    width: 180px;
    z-index: 9999;
    line-height: 20px;
    visibility: hidden;
    border-width: 3px 0 0;
    border-style: solid;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
    text-transform: none;
}

nav#primary-nav ul ul li {
    width: 100%
}

nav#primary-nav ul li:hover ul,
nav#primary-nav ul li.sfHover ul {
    left: 0px;
    top: 63px;
    visibility: visible;
}

nav#primary-nav ul a {
    line-height: 28px;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
}

nav#primary-nav ul li a {
    color: #062c41;
}

nav#primary-nav ul li a:hover {
    color: #53b0e2;
    text-shadow: none;
}

nav#primary-nav ul li:hover li ul,
nav#primary-nav ul li.sfHover li ul,
nav#primary-nav ul li li:hover li ul,
nav#primary-nav ul li li.sfHover li ul,
nav#primary-nav ul li li li:hover li ul,
nav#primary-nav ul li li li.sfHover li ul {
    top: -9999em
}

nav#primary-nav ul li li:hover ul,
nav#primary-nav ul li li.sfHover ul,
nav#primary-nav ul li li li:hover ul,
nav#primary-nav ul li li li.sfHover ul,
nav#primary-nav ul li li li li:hover ul,
nav#primary-nav ul li li li li.sfHover ul {
    left: 180px;
    top: 0px;
    visibility: visible;
}

nav#primary-nav ul li.current-cat a,
nav#primary-nav ul li.current_page_item a,
nav#primary-nav ul li.current-menu-item a,
nav#primary-nav ul>li a:hover::before {
    border-top-color: #53b0e2;
    text-decoration: none;
    color: #53b0e2;

}

nav#primary-nav ul ul {
    padding: 7px 0;
    color: #666;
    background-image: inherit;
}

nav#primary-nav ul ul li {
    padding: 0px;
    margin: 0;
    color: #666;
    letter-spacing: 0px;
    z-index: 9999;
    position: relative;
}

nav#primary-nav ul ul li:last-child {
    border-bottom: none
}

nav#primary-nav ul li ul li a {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0;
    padding: 0 20px;
    font-weight: 400;
    border-top: 0;
}

nav#primary-nav ul ul>li a::before {
    position: absolute;
    top: 0px;
    left: 20px;
    overflow: hidden;
    padding: 0px 0;
    max-width: 0;
    content: attr(data-hover);
    -webkit-transition: max-width 0.5s;
    -o-transition: max-width 0.5s;
    transition: max-width 0.5s;
    white-space: nowrap;
    border-top: 0;
}

nav#primary-nav ul ul>li a:hover {
    color: inherit;
}

nav#primary-nav ul ul>li a:hover::before,
nav#primary-nav ul ul>li a:focus::before {
    max-width: 100%;
}

.nav-prev {
    float: left;
}

.nav-next {
    float: right;
}

.navigation-posts {
    padding-top: 50px;
    border-top: 1px solid #f0f0f0;
    font-weight: 400;
    float: left;
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 50px;
}

.navigation-posts a {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 400;
    border: 2px solid #53b0e2;
    padding: 10px 15px;
    cursor: pointer;
    color: #fff;
    background: #53b0e2;
    float: left;
}

.navigation-posts a:hover {
    color: #53b0e2;
    background-color: transparent;
}

#icy-nav {
    overflow: hidden;
    display: none;
    background-color: #29262f;
}

#icy-nav ul,
#icy-nav ul li {
    text-align: left;
    margin: 0 auto;
}

#icy-nav ul {
    padding: 20px;
}

#icy-nav ul ul {
    padding: 5px;
}

#icy-nav ul li:first-child {
    border-top: none;
}

#icy-nav ul li {
    padding: 7px 10px;
    border-top: 1px solid #454647;
}

#icy-nav ul ul li {
    padding: 7px 10px;
}

#icy-nav ul li.current-cat a,
#icy-nav ul li.current_page_item a,
#icy-nav ul li.current-menu-item a {
    font-weight: 400;
}

#icy-nav a {
    color: #d9d9d9;
}

#icy-nav a:hover {
    color: #53b0e2;
}

.nav-btn {
    display: block;
    width: 2.625em;
    height: 2.25em;
    cursor: pointer;
    padding: 0;
    border: 0;
    outline: none;
    background: url("/content/themes/parlament/images/nav-icon.svg") left center no-repeat;
    -webkit-background-size: 1.875em 1.5em;
    background-size: 1.875em 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.85;
    margin-top: 8px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: none;
    float: right;
}

.no-svg .nav-btn {
    background-image: url("/content/themes/parlament/images/nav-icon.png");
}

.nav-btn:hover,
.nav-btn:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.nav-btn {
    display: none;
}

/*--------------------------------------------------------------------------------------------------
    5.  Content Styling
--------------------------------------------------------------------------------------------------*/

ul.posts-list li.post,
ul.posts-list li.attachment {
    margin: 35px 0px 0px 0px;
    padding-bottom: 35px;
}

ul.posts-list li.post:first-child {
    margin-top: 0;
}

ul.posts-list li.post:last-child {
    border-bottom: none;
    padding-bottom: 35px;
}

.main-container {
    position: relative;
    clear: both;
    background-color: #fff;
    z-index: 1;
}

.content {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 70px 0;
}

.primary {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

ul.posts-list {
    margin: 0;
}

/*--------------------------*
/*  WordPress Styles
/*--------------------------*/

.aligncenter {
    display: block;
    margin: 0 auto
}

.alignright {
    float: right;
    margin: 10px 0 10px 10px
}

.alignleft {
    float: left;
    margin: 10px 10px 10px 0
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.textcenter {
    text-align: center
}

.textright {
    text-align: right
}

.textleft {
    text-align: left
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none
}

/* Wrapper div for the entire comment form. */
div#respond {}

/* Reply title. */
h3#reply-title {}

/* Cancel comment link. */
h3#reply-title small {}

/* The comment form. */
form#commentform {}

/* Comment author field. */
p.comment-form-author {}

p.comment-form-author label {
    display: none;
}

p.comment-form-author input#author {}

/* Comment email field. */
p.comment-form-email {}

p.comment-form-email label {
    display: none;
}

p.comment-form-email input#email {}

/* Comment URL field. */
p.comment-form-url {}

p.comment-form-url label {
    display: none;
}

p.comment-form-url input#url {}

/* Required (*) text. */
span.required {
    display: none;
}

/* Comment form text. */
p.comment-form-comment {}

p.comment-form-comment label {
    display: none;
}

p.comment-form-comment textarea#comment {}

/* Must log in paragraph. */
p.must-log-in {}

/* Logged in paragraph. */
p.logged-in-as {}

/* Comment notes paragraph. */
p.comment-notes {}

/* Allowed tags paragraph. */
p.form-allowed-tags {}

p.form-allowed-tags code {}

/* Paragraph that wraps the submit button and hidden comment ID fields. */
p.form-submit {}

/* Submit button. */
input#submit {}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right
}


address {
    font-style: italic;
}

abbr[title],
acronym[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted #666;
}

blockquote {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #9da0a4;
    font-style: italic;
    margin: 40px 80px;
}

strong {
    font-weight: bold;
}

em,
dfn,
cite {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

sup {
    font-size: 11px;
    vertical-align: top;
}

sub {
    font-size: 11px;
    vertical-align: bottom;
}

small {
    font-size: 11px;
}

del {
    text-decoration: line-through;
}

ins {
    text-decoration: underline;
}

code,
pre {
    line-height: 18px;
}

var,
kbd,
samp,
code,
pre {
    font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
    background: #fff;
}

kbd {
    font-weight: bold;
}

samp,
var {
    font-style: italic;
}

pre {
    white-space: pre;
    overflow: auto;
    padding: 10px;
    clear: both;
    margin: 40px 80px;
}

code {
    padding: 3px;
}

ul,
ol,
dl {
    margin-left: 30px;
}

table {
    border: 1px solid #f1f1f1;
    border-width: 1px;
    line-height: 18px;
    margin: 0 0 22px 0;
    text-align: left;
    padding: 0 5px;
}

table .even {
    background: #f5f5f5;
}

caption {
    text-align: left;
}

tr {
    border-bottom: 1px solid #f5f5f5;
}

th,
td {
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}

blockquote {
    border-left: 1px solid #c6c6c6;
    margin: 25px 0 25px 0;
    padding: 1.5% 3% 1.5% 3%;
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: 300 !important;
    position: relative;
    font-size: 26px;
    line-height: 1.3em;
    background-color: #53b0e2;
    color: #fff;

}

blockquote p {
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
}

input[type="text"],
input[type="email"],
textarea {
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #666;
    font-weight: 400;
    display: inline-block;
    clear: both;
}

input[type="text"] {
    width: 40%;
}

/*--------------------------------------------------------------------------------------------------
    5.a.  Main Content Styling
--------------------------------------------------------------------------------------------------*/

img.alignleft {
    float: left;
    margin: 10px 25px 20px 0;
}

img.alignright {
    display: block;
    margin: 10px 0 25px 20px;
}

img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    margin-top: 5px;
}

embed,
object,
iframe {
    width: 100%;
}

.icy_video {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 100%;
}

.icy_video p {
    margin-bottom: 0;
}

.wp-caption {
    text-align: center;
    clear: both;
    overflow: hidden;
    font-style: italic;
    position: relative;
}

.wp-caption[style] {
    width: 100% !important;
}

.wp-caption img,
.wp-caption img a {
    margin: 0;
    padding: 0;
    border: 0 none;
    max-width: 100%;
    height: auto;
}

.wp-caption .wp-caption-text {
    margin: 0;
}

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

.wp-caption img {
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}

.wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    color: #444;
    padding: 20px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    font-weight: 400;
    bottom: 40px;
    font-style: normal;
}

.gallery-caption {
    position: relative;
    background: #fff;
    color: #666;
    font-size: 16px;
    padding: 0;
    margin: 0;
    bottom: 0;
}

.gallery {
    margin: 0 auto 1.625em;
}

.gallery a img {
    border: none;
}

.gallery .gallery-icon img {
    background: #fff;
    border: none !important;
}

.gallery-item {
    float: left;
    text-align: center;
    margin-left: 0;
}

.gallery dl.gallery-item:last-child {
    padding-right: 0;
}

a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
.content .gallery .gallery-icon a:focus img,
.content .gallery .gallery-icon a:hover img,
.content .gallery .gallery-icon a:active img {
    background: #fff;
}

.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
    background: #fff;
}

#submit {
    cursor: pointer;
    margin: 0 0 0px 0;
}


/*--------------------------------------------------------------------------------------------------
    5.b.  Sidebar Styling
--------------------------------------------------------------------------------------------------*/

.sidebar {
    margin: 75px 0;
    padding-left: 2.12766%;
    border-left: 1px solid #f1f1f1;
}

.left-side .sidebar {
    padding-right: 2.12766%;
    padding-left: 0;
    border-left: 0;
    border-right: 1px solid #f1f1f1;
}

.page-template-template-projects-php [class*="content"] {
    margin-left: 0;
}

.page-template-template-projects-php [class*="sidebar"] {
    float: right;
    margin-left: 2.12766%;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin-top {
    margin-top: 0;
}




/*--------------------------------------------------------------------------------------------------
    6.  Post Styling
--------------------------------------------------------------------------------------------------*/

.post {
    list-style-type: none;
    position: relative;
}

.aq_span12 .aq-block-img {
    margin: 0 auto;
    display: block;
}

h4.aq-block-title {
    padding-bottom: 5px;
    margin: 0 0 10px 0 !important;
    text-transform: none;
    font-weight: 700;
    color: #3fbfc4;
}

.supra {
    font-size: 200%;
    font-weight: 400;
}

.videos {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.videos iframe,
.videos .video-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videos .video-link {
    display: block;
}

.video-link img {
    width: 100%;
    position: absolute;
    top: -12.5%;
}

.entry-title h1 {
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 42px;
    color: #333;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 50px;
    margin-top: 50px;
}


.post:first-child .entry-title h1 {
    margin-top: 0;
}

.entry-title:hover h1 {
    color: #53b0e2;
}

h3.entry-title {
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 32px;
    font-size: 20px !important;
    background: #53b0e2;
    padding: 0 3px;
    color: #fff !important;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.entry-meta {
    width: 100%;
    margin: 30px auto;
    text-align: center;
    float: left;
}

.entry-content .the-content {
    position: relative;
    margin-bottom: 0px;
}

.post .entry-content {
    margin-bottom: 0px;
}

li:last-child .entry-content .the-content {
    border-bottom: none;
}

.entry-content .the-content .more-link {
    text-align: center;
    float: left;
    margin-top: 30px;
}

.entry-content ul {
    list-style-type: disc;
    margin-bottom: 20px;
}

.entry-content ol {
    list-style-type: decimal;
    margin-bottom: 20px;
}

.entry-content {
    margin-left: 0 !important;
    width: 100%;
    float: left;
    clear: both;
}

.entry-content ul.slides {
    margin-bottom: 0;
}

.post-media {
    float: left;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.post-media ul {
    margin: 0;
}



.pagenavi {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #ebebeb;
    font-weight: 400;
    clear: both;
    float: left;
}

.pagenavi span {
    background-color: #eee;
    color: #666;
    padding: 14px 16px !important;
    border: none !important;
    font-weight: 400;
    font-family: 'PT Sans Narrow', sans-serif;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 8px;

}

.pagenavi span:hover {
    background-color: #53b0e2;
    color: #fff;
}

.pagenavi a {
    color: #666;
}

.pagenavi span:hover a,
.pagenavi span:hover a:hover {
    color: #fff;
}


/*--------------------------------------------------------------------------------------------------
    7.  Comments Styling                                
--------------------------------------------------------------------------------------------------*/

.comments-container {
    margin-left: 0 !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    width: 100%;
}

.list-of-comments {
    float: left;
    list-style-type: none;
    width: 100%;
    margin-top: 25px;
    margin-left: 0 !important;
}

.list-of-comments .comment-entry p {
    margin-bottom: 0 !important;
}

.list-of-comments ul {
    margin-left: 40px;
}

.list-of-comments ul ul {
    margin-left: 40px;
    margin-top: 0px;
}

.list-of-comments li #comments-form {
    margin-top: 20px;
    margin-bottom: 20px;
}

.list-of-comments li .respond {
    padding-top: 5px
}

.comment-content {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}


.comment {
    margin: 0;
    margin-bottom: 20px;
}

.pinglist {
    margin: 20px 0 40px 40px;
    list-style-type: decimal;
}

.children {
    list-style-type: none
}

#comments-form {
    margin-top: 0px;
    float: left;
    padding-bottom: 30px;
}

#comments-form input {
    margin-right: 20px;
    margin-left: 0;
    width: auto;
    clear: both;
    margin-bottom: 10px;
}

#comments-form textarea {
    width: 85%
}

.list-of-comments .avatar {
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.list-of-comments .bypostauthor .comment-author .avatar {}

.comments-number {
    font-size: 26px;
    line-height: 42px;
    font-weight: 400;
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 2px solid #f0f0f0;
    color: #999;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-bottom: 10px;
}

.comment-meta {
    position: absolute;
    top: 10px;
    right: 0;
    color: #ccc;
}

.comment-meta a {
    font-family: 'PT Sans Narrow', sans-serif;
    color: #ccc;
    font-weight: 400;
}

.comment-meta a:hover {
    color: #777
}

.says {
    display: none
}

.comment-author-admin {
    background-color: #f9f9f9;
}

.comment-author,
.comment-meta {
    padding-left: 0px;
}

.comment-author {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    font-family: 'PT Sans Narrow', sans-serif;
}

.comment-author figure {
    float: left;
    display: inline-block;
}

.comment-author span {
    margin-left: 0px;
}

.comment-author cite {
    font-style: normal;
    display: inline-block;
    margin-bottom: 0;
    color: #666;
    font-weight: 400;
    font-family: 'PT Sans Narrow', sans-serif;
}

span.author-name {
    margin-left: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    float: left;
}

.comment-entry ul,
.comment-entry ol,
.comment-entry dl {
    margin-left: 20px
}

ol .comments-form {
    width: 100%
}

.nocomments {
    text-align: left;
    padding: 20px;
}

.moderation {
    padding-left: 0px;
    color: #999;
    font-size: 11px;
}

.comment-entry ul {
    list-style-type: disc;
    margin-bottom: 20px;
}

.comment-entry {
    margin-left: 0 !important;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    color: #777;
    font-size: 14px;
    padding: 25px 25px 25px 0;
    position: relative;
    margin-bottom: 20px;
    word-wrap: break-word;
}

span.reply-to {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px;
    color: #777;
    float: left;
    margin-left: 20px;
    margin-top: 18px;
}

span.reply-to a {
    color: #53b0e2;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 24px;
}

span.reply-to a:hover {
    color: #53b0e2;
}

span.reply-to a.comment-edit-link {
    right: 40px;
}


/*--------------------------------------------------------------------------------------------------
    8.  Footer Styling                                                  
--------------------------------------------------------------------------------------------------*/

footer.footer-container {
    width: 100%;
    background: #29262f;
    color: #697296;
    position: relative;
    display: block;
    padding: 70px 20px;
    font-size: 12px;
    line-height: 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1;
    clear: both;
}

footer .social .widget {
    text-align: left;
}

footer .widget {
    color: #697296;
    line-height: 23px;
}

footer .widget ul li {
    color: #697296;
}

footer {
    color: #697296;
}

footer .copyright,
footer .social {
    line-height: 18px;
    min-height: 18px !important;
}

footer .copyright .widget {
    text-align: left;
}

footer #footer-widgets>div {
    min-height: 18px !important;
}

footer input[type="text"] {
    background-color: #16161D;
    border: 1px solid #3b3448;
}

#footer-widgets .widget-title {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: none;
    position: relative;
}

#footer-widgets .widget-title:before {
    width: 10%;
    height: 1px;
    background-color: #53b0e2;
    content: ' ';
    position: absolute;
    left: 0px;
    bottom: 8px;
}


#footer-widgets .widget a,
.secondary-footer .widget a,
footer a {
    color: #697296;
}

#footer-widget .widget a.icy-social,
.secondary-footer .widget a.icy-social {
    color: #fff !important;
}

#footer-widgets .widget a:hover,
.secondar-footer .widget a:hover,
footer a:hover {
    color: #f0f0f0;
}


.reg_partners {
    float: right;
    text-indent: -9999px;
    background: url('/content/themes/parlament/images/es.png') no-repeat 0px 0px;
    width: 330px;
    height: 50px;
    padding: 5px 25px 5px 5px;
}

.reg_partners a {
    display: block;
    width: 150px;
    height: 50px;
    float: left;
}

.secondary-footer {
    background-color: #16161D;
    z-index: 2;
    font-size: 13px;
    float: left;
    position: relative;
    width: 100%;
    clear: both;
}

.secondary-footer .copyright {
    font-size: 11px;
}

.secondary-footer * {
    line-height: 40px !important;
}

.secondary-footer .icy-social-wrapper {
    line-height: 0px !important;
    overflow: hidden;
}

.secondary-footer .paid-for {
    background-color: #3b3448;
    margin-left: -9999px !important;
    padding-left: 9999px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.secondary-footer .paid-for .widget {
    color: #fff;
}

.secondary-footer .widget {
    margin-bottom: 0px;
}

.secondary-footer p {
    margin-bottom: 0;
}


/*--------------------------------------------------------------------------------------------------
    9.  Widgets                                                                   
--------------------------------------------------------------------------------------------------*/
.voting-instructions .widget_text {
    background-color: #3ba037 !important;
    padding: 3%;
    width: 94%;
    color: #fff;
}

.voting-instructions .widget_text h3.widget-title,
.voting-instructions .widget_text h3 {
    color: #fff;
}

.widget {
    font-size: 13px;
    line-height: 28px;
    color: #697296;
    font-weight: 400;
    letter-spacing: 0px;
    float: left;
    text-align: left;
    margin-bottom: 25px;
}

.widget ol {
    list-style-type: decimal;
    margin: 0;
    list-style-position: inside;
}

.widget ul {
    margin: 0;
    list-style: none;
}

.widget ul li {
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    color: #666;
}

.widget ul li:first-child {
    border-top: none;
}

.widget ul li:first-child {
    margin: 0;
}

.widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

aside.sidebar .widget-title,
.widget-title {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 23px;
    margin-bottom: 25px;
    font-weight: 400;
    text-transform: uppercase;
    color: #736c83;
    border-bottom: 2px solid #e7e7e7;
}

.widget-title span {
    color: #53b0e2;
}

footer .widget-title span {
    color: #fff;
}

.widget p {
    margin-bottom: 10px;
}

.widget_search form {
    margin-top: 15px
}

.widget {
    float: left;
    width: 100%;
}

footer #footer-widgets .widget:last-child {
    margin-bottom: 0;
}

.widget_recent_entries .post-date {
    font-style: italic;
}

/* calendar widget */
.widget_calendar {
    float: left;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: left;
    color: #FFF;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#wp-calendar thead {
    font-size: 14px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center
}

#wp-calendar tbody {
    color: #FFF;
}

#wp-calendar tbody td {
    background: transparent;
    border: 1px solid #3b3448;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #16161D;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

.icy_video iframe {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    margin-bottom: 20px;
}

#flickr-wrapper {
    display: inline-block;
    overflow: hidden;
}

.flickr_badge_image {
    float: right;
    width: 90px;
    height: 90px;
}

.flickr_badge_image img {
    width: 90px;
    height: 90px;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity .7s ease-out;
    -o-transition: opacity .7s ease-out;
    transition: opacity .7s ease-out;
}

.flickr_badge_image img:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.tribe-events-list-widget-events .entry-title {
    margin-bottom: 0;
    font-weight: 400;
}

/*--------------------------------------------------------------------------------------------------
    10. Icy Page Builder Styling
--------------------------------------------------------------------------------------------------*/

.aq_block_toggle .tab-body,
.aq_block_accordion .tab-body {
    padding: 10px;
    background-image: none;
    border: none;
}

.icy-block-title,
.aq-block-title {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 23px;
    margin-bottom: 25px;
    font-weight: 400;
    text-transform: uppercase;
    color: #736c83;
    border-bottom: 2px solid #e7e7e7;
}

.aq_block_toggle,
.aq_block_accordion,
.aq_block_toggles_wrapper,
.aq_block_accordion_wrapper,
.aq_block_tabs {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

.aq_block_toggle .tab-body p,
.aq_block_accordion .tab-body p {
    margin-bottom: 0;
}

.aq_block_accordion.first-child {
    border-top-color: #f0f0f0;
    margin: 0;
}

.aq_block_accordion {
    border: none;
}

.aq_block_tabs .aq-tab {
    padding: 20px;
    padding-bottom: 0;
    border-color: #f0f0f0;
}

.aq_block_tabs ul.aq-nav li {
    margin: 0 -1px -1px 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 13px;
    cursor: pointer;
    outline: none;
}

.aq_block_tabs ul.aq-nav li a {
    color: #999;
    outline: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #f0f0f0;
    padding: 10px 10px 4px 10px;
}

.aq_block_tabs,
.aq_block_accordion_wrapper,
.aq_block_toggle_wrapper {
    margin-bottom: 0;
}

.aq-template-wrapper .aq-first {
    margin-left: 0 !important;
}

hr.aq-block-hr-single {
    margin-top: 70px;
    margin-bottom: 70px;
}

.icy-block-title {
    text-transform: uppercase;
}

.full-width-slider {
    position: relative;
    display: block;
    margin-top: 0;
    overflow: hidden;
}

/*--------------------------------------------------------------------------------------------------
    10. a. Blog Block
--------------------------------------------------------------------------------------------------*/

.icy-blogposts-wrapper ul.blogposts-grid {
    margin: 0;
    list-style-type: none;
}

.blogposts-grid .blog-item {
    margin-bottom: 30px;
    position: relative;
    float: left;
    display: block;
}


.blogposts-grid .blog-item .article-title,
.blogposts-grid .blog-item .article-content {
    float: left;
    clear: both;
    width: 100%;
}

.blogposts-grid .blog-item .article-link .entry-title {
    font-size: 36px;
    line-height: 46px;
    color: #394755;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    margin-bottom: 13px;
    clear: both;

    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    font-weight: 700;
}

.blogposts-grid .blog-item .article-link .entry-title:hover {
    opacity: 0.85;
}

.blogposts-grid .blog-item .picture {
    line-height: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-backface-visibility: hidden;
    clear: both;
}

.blogposts-grid .blog-item .post-meta {
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    margin-top: 17px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 17px;
    width: 100%;
    float: left;
}

.blogposts-grid .blog-item .post-meta .meta {
    width: 77%;
    float: left;
    position: relative;
}

.blogposts-grid .blog-item .post-meta .share {
    width: 22.4%;
    float: right;
    position: relative;
}

.blogposts-grid .blog-item .post-meta .meta-info strong,
.blogposts-grid .blog-item .post-meta .meta-info strong a {
    color: #b1bfcc;
    font-weight: 700;
}

.blogposts-grid .blog-item .post-meta .meta-info strong {
    margin-right: 10px;
}


.blogposts-grid .blog-item .post-meta .comment-count a {
    color: #fff;
}

.csstransitions .blogposts-grid .blog-item .post-meta .comment-count {
    background-color: #ee3f42;
    color: #fff;
    font-size: 13px;
    line-height: 28px;
    vertical-align: top;
    float: right;
    width: 0;
    text-indent: -9999px;
    -webkit-transition-property: width, padding, text-indent;
    -o-transition-property: width, padding, text-indent;
    transition-property: width, padding, text-indent;
    -webkit-transition-duration: 0s, 0.7s, 0s;
    -o-transition-duration: 0s, 0.7s, 0s;
    transition-duration: 0s, 0.7s, 0s;
    -webkit-transition-delay: 0s, 0s, 0s;
    -o-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
    transition-easing: linear, cubic-bezier(0, 1, 1, 0), linear;
    margin-right: -1px;
}

.no-touch.csstransitions .blogposts-grid .blog-item .post-meta:hover .comment-count {
    width: auto;
    text-indent: 0;
    padding: 0px 10px 0 10px;
    -webkit-transition-property: width, padding, text-indent;
    -o-transition-property: width, padding, text-indent;
    transition-property: width, padding, text-indent;
    -webkit-transition-duration: 0s, 0.5s, 0s;
    -o-transition-duration: 0s, 0.5s, 0s;
    transition-duration: 0s, 0.5s, 0s;
    -webkit-transition-delay: 0.3s, 0.3s, 0.3s;
    -o-transition-delay: 0.3s, 0.3s, 0.3s;
    transition-delay: 0.3s, 0.3s, 0.3s;
    transition-easing: linear, cubic-bezier(0, 1, 1, 0), linear;
}

.blogposts-grid .blog-item .post-meta [class*="icon-"] {
    font-family: 'Batch';
    content: "";
    float: left;
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    padding: 6px;
    margin-right: 10px;
}

.blogposts-grid .blog-item .post-meta .meta-info {
    float: left;
    font-family: 'PT Sans Narrow', sans-serif;
}

.blogposts-grid .blog-item .post-meta .icy-social.icon {
    max-width: 100px;
    display: block;
    padding-right: 8px;
    text-align: right;
    margin-bottom: 1px;
}

.blogposts-grid .blog-item .post-meta .icy-social,
.blogposts-grid .blog-item .post-meta a.icy-social {
    line-height: 28px;
    max-height: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    padding: 0;
    font-size: 10px;
    text-align: left;
}

.blogposts-grid .blog-item .post-meta .icy-social:before {
    line-height: 28px;
    text-align: center;
}

.blogposts-grid .blog-item .post-meta .icy-social-wrapper a {
    display: inline-block;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-backface-visibility: hidden;
    position: relative;
    margin-right: -3px;
}

.post-meta .share-icons {
    position: absolute;
    top: 50px;
    right: 0;
    opacity: 0;

    -webkit-transition: top .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition: top .3s ease-in-out, opacity .3s ease-in-out;
    transition: top .3s ease-in-out, opacity .3s ease-in-out;
}

.post-meta .share-icons.inview {
    top: 29px;
    opacity: 1;
}


.post-meta .share-icons a {
    margin-left: -2px;
}



.blogposts-grid .blog-item .post-meta .icon-author {
    color: #fff;
    background-color: #f68e51;
}

.blogposts-grid .blog-item .post-meta .icon-time {
    color: #fff;
    background-color: #697a8c;
}

.blogposts-grid .blog-item .post-meta .icon-category {
    color: #fff;
    background-color: #bfd74b;
}

.blogposts-grid .blog-item .post-meta .icon-tag {
    color: #fff;
    background-color: #546988;
}

.blogposts-grid .blog-item .post-meta .icon-comments {
    color: #fff;
    background-color: #ee3f42;
    float: right;
    margin-right: 1px;
}

.blogposts-grid .blog-item .post-meta .icon-sharing {
    color: #fff;
    background-color: #53b0e2;
    float: right;
    margin-right: 0;
    cursor: pointer;
}

.icon-author:before {
    content: '\F043';
}

.icon-time:before {
    content: '\F090';
}

.icon-category:before {
    content: '\F0AE';
}

.icon-tag:before {
    content: '\F0AB';
}

.icon-comments:after {
    content: '\F006';
}

.icon-sharing:after {
    content: '\F159';
}

.icon-flag:before {
    content: '\F160';
}

.hero-view ul,
.thumb-view ul {
    margin: 0;
    clear: both;
}

.blog-item.big-thumbnail img {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;

    -webkit-backface-visibility: visible;
}

.blog-item.big-thumbnail img:hover {
    opacity: 0.85;
}

.blog-item.big-thumbnail {
    width: 100%;
}

.small-thumbnail.span12 {
    margin-left: 0 !important;
}

.small-thumbnail .article-title {
    position: absolute;
    text-align: center;
    top: 0px;
    padding: 5px 8px;
    background-color: #53b0e2;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    opacity: 0.8;
    filter: alpha(opacity=80);

    -webkit-transition: top .5s ease, opacity .3s ease .2s;
    -o-transition: top .5s ease, opacity .3s ease .2s;
    transition: top .5s ease, opacity .3s ease .2s;
}

.small-thumbnail .article-title .article-link .entry-title {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 400;

    -webkit-transform: translate3d(0, 0, 100px) rotateX(0deg);
    -ms-transform: translate3d(0, 0, 100px) rotateX(0deg);
    transform: translate3d(0, 0, 100px) rotateX(0deg);

    -webkit-transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.small-thumbnail .post-meta {
    position: absolute;
    bottom: 0px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;

    background-color: rgba(57, 71, 85, 0.7);
}

.blog-item.small-thumbnail .post-meta .meta {
    position: absolute;
    bottom: -28px;
    width: 100%;

    bottom: 5px;
    right: 5px;

    -webkit-transition: bottom .3s ease .7s;
    -o-transition: bottom .3s ease .7s;
    transition: bottom .3s ease .7s;
}

.blog-item.small-thumbnail:hover .post-meta .meta {
    bottom: 5px;
}

.blog-item.small-thumbnail .post-meta .share {
    position: absolute;
    bottom: 33px;
    width: 28px;
    right: -28px;

    -webkit-transition: right .5s ease 1s;
    -o-transition: right .5s ease 1s;
    transition: right .5s ease 1s;
}

.blogposts-grid .blog-item.small-thumbnail {
    overflow: hidden;
    margin-bottom: 25px;
}

.small-thumbnail:hover .article-title {
    top: 0 !important;
    opacity: 1;
    filter: alpha(opacity=100);
}

.blog-item.small-thumbnail:hover .picture {
    -webkit-transition: all .5s ease .3s;
    -o-transition: all .5s ease .3s;
    transition: all .5s ease .3s;
}

.blog-item.small-thumbnail:hover .picture {
    -webkit-transform: scale(1.15) rotate(5deg);
    -ms-transform: scale(1.15) rotate(5deg);
    transform: scale(1.15) rotate(5deg);

    -webkit-transition: all .5s ease .3s;
    -o-transition: all .5s ease .3s;
    transition: all .5s ease .3s;
}

.blog-item.small-thumbnail .post-meta {
    margin: 0;
    padding: 0;
    border: none;

    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);

    -webkit-transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;




}

.ie9 .blog-item.small-thumbnail .post-meta {
    top: 100%;
}

.ie9 .blog-item.small-thumbnail .post-meta {
    top: 0;
}

.blog-item.small-thumbnail:hover .post-meta {

    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}

/*.small-thumbnail .post-meta .meta-info { width: 50%; }*/

.small-thumbnail .post-meta .meta-info:nth-child(1),
.small-thumbnail .post-meta .meta-info:nth-child(2) {
    -webkit-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    transition: all .5s ease .5s;

    width: 28px;
    height: 28px;

    float: right;
}

.small-thumbnail .post-meta .meta-info:nth-child(1) {
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
}

.small-thumbnail .post-meta .meta-info:nth-child(1),
.small-thumbnail .post-meta .meta-info:nth-child(1) strong,
.small-thumbnail .post-meta .meta-info:nth-child(1) strong a {
    background-color: #697a8c;
    color: #fff;
}

.small-thumbnail .post-meta .meta-info:nth-child(2),
.small-thumbnail .post-meta .meta-info:nth-child(2) strong,
.small-thumbnail .post-meta .meta-info:nth-child(2) strong a {
    background-color: #f68e51;
    color: #fff;
}

.small-thumbnail .post-meta .meta-info:nth-child(2) {
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
}

.small-thumbnail:hover .post-meta .meta-info:nth-child(1),
.small-thumbnail:hover .post-meta .meta-info:nth-child(2) {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);

}

.small-thumbnail .post-meta .meta-info:hover {
    width: 50%;
}

.blog-item.small-thumbnail:hover .post-meta .share {
    right: 5px;
    opacity: 1;
}

.small-thumbnail .post-meta .share-icons {
    opacity: 0;
    right: 0;
}

.small-thumbnail .post-meta .share-icons {
    top: -86px;
    opacity: 0;
    right: 0;
}

.small-thumbnail .post-meta .share-icons.inview {
    opacity: 1;
    -webkit-transition: opacity .3s ease .5s;
    -o-transition: opacity .3s ease .5s;
    transition: opacity .3s ease .5s;
}

.small-thumbnail .post-meta .share-icons .googleplus {
    -webkit-transform: translate(-28px, 28px);
    -ms-transform: translate(-28px, 28px);
    transform: translate(-28px, 28px);
    z-index: -1;
}

.small-thumbnail .post-meta .share-icons .facebook {
    -webkit-transform: translate(-28px, 57px);
    -ms-transform: translate(-28px, 57px);
    transform: translate(-28px, 57px);
    z-index: -1;
}

.small-thumbnail .post-meta .share-icons .twitter {
    -webkit-transform: translate(0px, 28px);
    -ms-transform: translate(0px, 28px);
    transform: translate(0px, 28px);
    z-index: -1;
}


.blog-item.small-thumbnail .post-meta .icy-social.icon {
    max-width: 28px;
    max-height: 28px !important;
}

/*--------------------------------------------------------------------------------------------------
    10. b. Carousel Block
--------------------------------------------------------------------------------------------------*/

.icy-posts-carousel {}

.icy-posts-carousel .icy-carousel-title {
    font-size: 39px;
    line-height: 50px;
    font-weight: 100;
    color: #697296;
    font-family: 'PT Sans Narrow', sans-serif;
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 0;
}

.icy-posts-carousel .icy-button.icon-book::before,
.icy-posts-carousel .icy-button.icon-calendar::before {
    font-size: 112px !important;
    line-height: 112px !important;
    color: #ee3f42;
    text-align: center;
    float: none !important;
    -webkit-font-smoothing: antialiased;
}

.icy-posts-carousel .icy-button.icon-book,
.icy-posts-carousel .icy-button.icon-calendar {
    display: block;
    float: left;
    clear: both;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.carousel-grid {
    margin-bottom: 0px !important;
}

.carousel-grid li {
    position: relative;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-backface-visibility: hidden;
}

/*.csstransforms3d.csstransitions .carousel-grid li { opacity: 0; }*/

.carousel-grid .picture {
    float: left;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.carousel-grid li .hover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(57, 71, 85, 0.7);

    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.carousel-grid li:hover .hover {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 50;
}

.carousel-grid .picture img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-backface-visibility: hidden;
}

.carousel-grid li:hover .picture img {
    -webkit-transform: scale(1.15) rotate(5deg);
    -ms-transform: scale(1.15) rotate(5deg);
    transform: scale(1.15) rotate(5deg);

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.carousel-grid .article-title {
    width: 75%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    z-index: 100;
}

.carousel-grid .entry-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    margin-top: 60px;
    background-color: #53b0e2;
    padding: 0 10px;
}

.carousel-grid .post-meta {
    width: auto;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    margin-top: 90px;
    background-color: #ee3f42;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 26px;
    z-index: 100;
}

/*--------------------------------------------------------------------------------------------------
    10. c. Icy Section
--------------------------------------------------------------------------------------------------*/

.icy-section {
    position: relative;
    float: left;
    width: 100%;
    z-index: 0;
    position: relative;
    clear: both;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.icy-section.stacked+.main-container {
    display: none;
}

/*--------------------------------------------------------------------------------------------------
    10. d. Slogan
--------------------------------------------------------------------------------------------------*/

.icy-slogan .icy-slogan-title {
    font-size: 29px;
    line-height: .9em;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px;
    text-align: center;
    margin-bottom: 0;
}

/*--------------------------------------------------------------------------------------------------
    10. e. Team Member
--------------------------------------------------------------------------------------------------*/

.icy-member {
    position: relative;
    float: left;
}

.icy-member .icy-member-picture {
    line-height: 0;
    position: relative;
    width: 100%;
    float: left;
}

.icy-member .icy-member-name,
.icy-member .icy-bio,
.icy-member .icy-position {
    width: 100%;
    clear: both;
}

.icy-member .icy-member-name {
    font-size: 24px;
    line-height: 40px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
    position: absolute;
    background: #53b0e2;
    width: auto;
    padding: 2px 10px;
    left: 0;
    bottom: 0;
}

.icy-member .icy-position {
    font-size: 16px;
    line-height: 20px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    background-color: #ee3f42;
    width: auto;
    padding: 2px 10px;
    color: #fff;
    bottom: 44px;
}

.icy-member .icy-bio {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    background-color: #f9f9f9;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.icy-member .icy-bio p {
    margin-bottom: 0;
}

.icy-member .icy-member-picture img {
    z-index: 2;
    line-height: 0;
}

/*--------------------------------------------------------------------------------------------------
    10. f. Stats Graph
--------------------------------------------------------------------------------------------------*/

.icy-skill {
    text-align: center;
}

.icy-skill h2 {
    font-family: 'PT Sans Narrow', sans-serif;
    margin-top: 25px;
    color: #999;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}

.easyPieChart {
    position: relative;
    text-align: center;
    display: inline-block;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.easyPieChart span {
    font-size: 39px;
    font-weight: 600;

}


/*--------------------------------------------------------------------------------------------------
    10. g. Quotes
--------------------------------------------------------------------------------------------------*/

.icy-quote {
    background-color: #3fbfc4;
    color: #fff;
    font-size: 20px;
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 10px 20px;
    text-align: center;
}

.icy-quote .author {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    line-height: 26px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    vertical-align: middle;
    padding: 5px 10px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    word-spacing: initial;
}

/*--------------------------------------------------------------------------------------------------
    10. h. Google Map
--------------------------------------------------------------------------------------------------*/

.icy-map-canvas {}

.icy-map-canvas img {
    max-width: none !important;
}

.icy-map-canvas .icy-map-description .firstHeading,
.icy-map-canvas .icy-map-description p {
    margin-bottom: 0;
}

.icy-map-canvas .icy-map-description p {
    font-size: 13px;
}

/*--------------------------------------------------------------------------------------------------
    10. i. Contact Form
--------------------------------------------------------------------------------------------------*/

.wpcf7 {
    text-align: left !important;
    margin-left: 5px !important;
}

/*--------------------------------------------------------------------------------------------------
    10. j. Events Slider
--------------------------------------------------------------------------------------------------*/

.icy-eventslider-navigation {
    float: left;
    width: 100%;
    overflow: hidden;
}

.icy-eventslider-day {
    float: left;
    background-color: #fcfbf9;
    font-family: 'PT Sans Narrow', sans-serif;

    width: 10%;
    padding: 19px 0;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 80px;
    border-right: 1px solid #edecea;
    -webkit-box-shadow: inset 0 -5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -5px rgba(0, 0, 0, 0.1);
    margin-right: 0;
}

.icy-eventslider-day:hover {
    cursor: pointer;
}

.icy-eventslider-day:first-child {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.icy-eventslider-day:last-child {
    -webkit-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
    padding: 18px 0;
    border-bottom: none;
}

.icy-eventslider-day .day-number {
    font-weight: 400;
    font-size: 24px;
    float: left;
    clear: both;
    width: 100%;
    line-height: 24px;
}

.icy-eventslider-day .month {
    font-size: 16px;
    font-weight: 400;
    float: left;
    clear: both;
    width: 100%;
    line-height: 16px;
    text-transform: lowercase;
    color: #aaa;
}

.icy-eventslider-day.flex-active-slide {
    background-color: #53b0e2;
    color: #fff;
}

.icy-eventslider-day.flex-active-slide .month {
    color: #f1f1f1;
}

.icy-eventslider-day.see-all {
    color: #53b0e2;
    max-height: 80px;
}

.icy-eventslider-day.see-all:hover,
.icy-eventslider-day.see-all:hover a {
    color: #fff;
    background-color: #53b0e2;
}

.icy-eventslider-day.see-all .text {
    clear: both;
    float: left;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.icy-eventslider-day.see-all .icy-button::before {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}

.icy-eventslider {
    width: 100%;
    clear: both;
    float: left;
}

.icy-eventslider-content {
    background: #fff;
    position: relative;
}

.icy-eventslider .picture {
    line-height: 0;
}

.icy-eventslider-content .text {
    max-width: 60%;
    width: auto;
    position: absolute;
    background-color: #ee3f42;
    bottom: 0;
    left: 0;
    padding: 10px 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.icy-eventslider-content .content .meta {
    width: auto;
    position: absolute;
    right: 0;
    padding: 5px 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
    max-width: 40%;
}

.icy-eventslider-content .content .day {
    background-color: #f68e51;
    top: 0;
}

.icy-eventslider-content .content .address {
    top: 37px;
    background-color: #697a8c;

}

.icy-eventslider-content .content .cost {
    background-color: #bfd74b;
    top: 74px;

}

.csstransitions .icy-eventslider-content .content .day,
.csstransitions .icy-eventslider-content .content .address,
.csstransitions .icy-eventslider-content .content .cost,
.csstransitions .icy-eventslider-content .text {
    opacity: 0;
}

.icy-eventslider-content .meta .icy-button {
    float: right;
    margin-top: -21px;
    margin-left: 10px;
}

.icy-eventslider-content .text .event-title {
    font-size: 39px;
    color: #fff;
    font-weight: 400;
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: 1.43;
    margin-bottom: 0;
    text-transform: uppercase;
}

.icy-eventslider-content .picture {
    width: 100%;
    float: left;
}

/*--------------------------------------------------------------------------------------------------
    11. WPML Language switcher
--------------------------------------------------------------------------------------------------*/

.header_language_list {
    background-color: #546988;
    display: block;
    float: left;
}

.header_language_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #bfd74b;
}

.header_language_list ul li {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    vertical-align: middle;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.05);
    clear: both;
    font-family: 'PT Sans Narrow', sans-serif;
    display: none;

    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-backface-visibility: hidden;
}

.header_language_list ul li span.flag {
    float: left;
    margin-right: 10px;
    padding: 0 11px;
    background-color: rgba(0, 0, 0, 0.1);
}

.header_language_list ul li span.flag img {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-backface-visibility: hidden;
}

.header_language_list ul li a,
.header_language_list ul li a:visited {
    color: #fff;
    position: relative;
    float: left;
}

.header_language_list ul li a:hover,
.header_language_list ul li a:active {
    color: #fff;
}


.search-wrapper {
    top: -800px;
}

#countries-list-container {
    width: 100%;
    font-family: 'PT Sans Narrow', sans-serif;
    position: relative;
    z-index: 4;
}

@media (max-width: 720px) {
    #countries-list-container .wrapper {
        padding: 0 10px;
        margin: 0;
    }
}


#countries-list-container ul ul {
    top: -500px;
    position: absolute;
    padding: 5px 0;
    margin: 0 -5px 10px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#countries-list-container.js-is-visible ul ul,
#countries-list-container:target ul ul {
    position: relative;
    top: 0;
    -webkit-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

#countries-list-container li {
    width: 50%;
    float: left;
    overflow: hidden;
    padding: 5px 0;
}

@media (min-width: 500px) {
    #countries-list-container li {
        width: 33%;
    }
}

@media (min-width: 800px) {
    #countries-list-container li {
        width: 25%;
    }
}

@media (min-width: 1000px) {
    #countries-list-container li {
        width: 20%;
    }
}

#countries-list-container a {
    display: block;
    color: #fff;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    margin: 0 5px;
    font-size: 13px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#countries-list-container .menu>li {
    width: 100%;
    float: none;
    padding: 0;
}

#countries-list-container .menu>li>a {
    width: auto;
    position: absolute;
    bottom: -40px;
    margin: 0;
    font-size: inherit;
    line-height: 40px;
}

@media (max-width: 720px) {
    #countries-list-container .menu>li>a {
        left: 0;
    }
}


/*--------------------------------------------------------------------------------------------------
    12. Mailchimp
--------------------------------------------------------------------------------------------------*/

#mc_signup_form .mc_var_label {
    display: none;
}

#mc_signup_form {
    width: 100%;
    float: left;
}

#mc_signup_form .mc_input {
    margin-bottom: 0;
}

#mc_signup_form input {
    width: 100%;
}

#mc_signup_form input[type="submit"] {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #53b0e2;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 14px 20px;
    cursor: pointer;
    margin-top: 0px;
}

#mc_signup_form input[type="submit"]:hover {
    border-color: transparent;
}

#mc_signup_form .mc_signup_submit {
    width: 40% !important;
    float: left !important;
    margin-bottom: 0;
}

#mc_signup_form .mc_merge_var {
    width: 60%;
    float: left;
    margin-bottom: 0;
}

#mc_subheader {
    background: #3b3448;
    color: #fff;
    padding: 20px;
    margin-bottom: 0 !important;
    line-height: 23px !important;
}

.aq_block_toggle h2.tab-head,
.aq_block_accordion h2.tab-head {
    background-color: #fff;
    border: none;
    margin-top: -1px;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #999;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 13px;
    cursor: pointer;
}

ul.gallery-images {
    margin: 0;
    list-style-type: none;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-backface-visibility: hidden;
}

.gallery-images li {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    display: inline-block;
    float: left;
    line-height: 0;
}

/*--------------------------------------------------------------------------------------------------
    13. View.js
--------------------------------------------------------------------------------------------------*/

.gallery-images a {
    line-height: 0;
    font-size: 0;
}

.gallery-images .fullwidth {
    width: 100%;
}

.gallery-images .half {
    width: 50%;
}

.gallery-images .third {
    width: 33.333%;
}

.gallery-images .quarter {
    width: 25%;
}

.viewer {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.viewer {
    background: rgba(31, 31, 30, 0.97);
    white-space: nowrap;
}

.rgba .viewer {
    background: rgba(31, 31, 30, 0.97);
    white-space: nowrap;
}

.viewer .caption {
    visibility: visible;
    line-height: 50px;
    font-family: bryant-web, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 500;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    color: #a29886;
}

.viewer .current .caption {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.viewer .close {
    color: #a29886;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    font-size: 30px;
    height: auto;
    line-height: 16px;
    padding: 0;
    font-weight: 400;
}

.viewer li>div {
    top: 20px;
    bottom: 20px;
    left: 0;
    right: 0;
}

.viewer li.has-caption>div {
    bottom: 50px;
}

.viewer .next,
.viewer .previous,
.viewer .current {
    display: block;
}

.viewer .next img,
.viewer .previous img,
.viewer .current img {
    -webkit-transform: translatez(0);
}

.viewer img {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
}

.viewer .current img {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
}

.viewer .current .caption {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
}


/*--------------------------------------------------------------------------------------------------
    14. MISC
--------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Batch';
    src: url('/content/themes/parlament/includes/fonts/batch-icons-webfont.eot');
    src: url('/content/themes/parlament/includes/fonts/batch-icons-webfont.eot#iefix') format('embedded-opentype'), url('/content/themes/parlament/includes/fonts/batch-icons-webfont.woff') format('woff'), url('/content/themes/parlament/includes/fonts/batch-icons-webfont.ttf') format('truetype'), url('/content/themes/parlament/includes/fonts/batch-icons-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Icons - Batch & Social Icons styling */
.icy-button[class*="icon-"]:before {
    font-family: 'Batch';
    content: "";
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    float: left
}

.icy-button:active {
    outline: 0
}

.icy-button.icon-search:before {
    content: "\F094"
}

.icy-button.icon-card:before {
    content: "\F105"
}

.icy-button.icon-book:before {
    content: "\F0D3"
}

.icy-button.icon-calendar:before {
    content: "\F05B"
}

.icy-button.icon-clock:before {
    content: "\F166"
}

.icy-button.icon-location:before {
    content: "\F07C"
}

.icy-button.icon-pricetag:before {
    content: "\F0AE"
}

.icy-button.icon-next:before {
    content: "\F14B"
}

.icy-button.icon-flag:before,
.icon-flag:before {
    content: "\F160"
}

.icon-author:before,
.icy-button.icon-author:before {
    content: '\F043'
}

.icon-time:before,
.icy-button.icon-time:before {
    content: '\F090'
}

.icon-category:before,
.icy-button.icon-category {
    content: '\F0AE'
}

.icon-tag:before,
.icy-button.icon-tag {
    content: '\F0AB'
}

.icon-comments:after,
.icy-button.icon-comments {
    content: '\F006'
}

.icon-sharing:after,
.icy-button.icon-sharing {
    content: '\F159'
}

.hello-bar .social-icons-wrapper .icy-social-wrapper {
    float: right
}

.hello-bar .social-icons-wrapper,
.social-icons-wrapper {
    display: inline-block;
    width: auto;
    float: right
}

.hello-bar .widget_icy_social_widget {
    width: auto
}

.icy-social.icon {
    max-width: 40px
}

.icy-social,
a.icy-social {
    line-height: 40px;
    max-height: 40px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff
}

.icy-social:before {
    line-height: 40px;
    font-size: 150%
}

.icy-social-wrapper a {
    float: left;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-backface-visibility: hidden;
    position: relative;
    margin-right: 0px;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s linear;
    -o-transition: -o-transform .3s ease-in-out, box-shadow .3s linear;
    transition: -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s linear;
    -o-transition: transform .3s ease-in-out, box-shadow .3s linear;
    transition: transform .3s ease-in-out, box-shadow .3s linear;
    transition: transform .3s ease-in-out, box-shadow .3s linear, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s linear
}

.icy-social-wrapper a:hover {
    -webkit-transform: rotateX(-25deg);
    -ms-transform: rotateX(-25deg);
    transform: rotateX(-25deg);
    -webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.9);
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.9)
}

.icy-social-wrapper a:active {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.5)
}

.icy-social.acrobat:before {
    content: "\00E3";
    color: #fb0000
}

.icy-social.amazon:before {
    content: "a"
}

.icy-social.android:before {
    content: "&"
}

.icy-social.angellist:before {
    content: "\00D6"
}

.icy-social.aol:before {
    content: "\""
}

.icy-social.appnet:before {
    content: "\00E1"
}

.icy-social.appstore:before {
    content: "A"
}

.icy-social.bitbucket:before {
    content: "\00E9"
}

.icy-social.bitcoin:before {
    content: "2";
    color: #f7931a
}

.icy-social.blogger:before {
    content: "B"
}

.icy-social.buffer:before {
    content: "\00E5"
}

.icy-social.call:before {
    content: "7"
}

.icy-social.cal:before {
    content: "."
}

.icy-social.cart:before {
    content: "\00C9"
}

.icy-social.chrome:before {
    content: "["
}

.icy-social.cloudapp:before {
    content: "c"
}

.icy-social.creativecommons:before {
    content: "C"
}

.icy-social.delicious:before {
    content: "#"
}

.icy-social.digg:before {
    content: ";"
}

.icy-social.disqus:before {
    content: "Q"
}

.icy-social.dribbble:before {
    content: "D"
}

.icy-social.dropbox:before {
    content: "d";
    color: #1f75cc
}

.icy-social.drupal:before {
    content: "\00E4";
    color: #fff
}

.icy-social.dwolla:before {
    content: "\00E0"
}

.icy-social.email:before {
    content: "]";
    color: #312c2a
}

.icy-social.eventasaurus:before {
    content: "v";
    color: #9de428
}

.icy-social.eventbrite:before {
    content: "|"
}

.icy-social.eventful:before {
    content: "'";
    color: #06c
}

.icy-social.evernote:before {
    content: "E"
}

.icy-social.facebook:before {
    content: "f"
}

.icy-social.fivehundredpx:before {
    content: "0";
    color: #29b6ff
}

.icy-social.flattr:before {
    content: "%"
}

.icy-social.flickr:before {
    content: "F"
}

.icy-social.forrst:before {
    content: ":";
    color: #50894f
}

.icy-social.foursquare:before {
    content: "4"
}

.icy-social.github:before {
    content: "\00E8"
}

.icy-social.gmail:before {
    content: "m";
    color: #f00
}

.icy-social.google:before {
    content: "G"
}

.icy-social.googleplay:before {
    content: "h"
}

.icy-social.googleplus:before {
    content: "+"
}

.icy-social.gowalla:before {
    content: "@"
}

.icy-social.grooveshark:before {
    content: "8"
}

.icy-social.guest:before {
    content: "?"
}

.icy-social.html5:before {
    content: "5"
}

.icy-social.ie:before {
    content: "6"
}

.icy-social.instagram:before {
    content: "\00DC"
}

.icy-social.instapaper:before {
    content: "I"
}

.icy-social.intensedebate:before {
    content:"{"
}

.icy-social.itunes:before {
    content: "i";
    color: #1a6dd2
}

.icy-social.klout:before {
    content: "K"
}

.icy-social.lanyrd:before {
    content: "-"
}

.icy-social.lastfm:before {
    content: "l"
}

.icy-social.lego:before {
    content: "\00EA";
    color: #fff900
}

.icy-social.linkedin:before {
    content: "L"
}

.icy-social.lkdto:before {
    content: "\00EE"
}

.icy-social.logmein:before {
    content: "\00EB"
}

.icy-social.macstore:before {
    content: "^"
}

.icy-social.meetup:before {
    content: "M"
}

.icy-social.myspace:before {
    content: "_"
}

.icy-social.ninetyninedesigns:before {
    content: "9";
    color: #f50
}

.icy-social.openid:before {
    content: "o";
    color: #ff921d
}

.icy-social.opentable:before {
    content: "\00C7"
}

.icy-social.paypal:before {
    content: "$"
}

.icy-social.pinboard:before {
    content: "n"
}

.icy-social.pinterest:before {
    content: "1"
}

.icy-social.plancast:before {
    content: "P"
}

.icy-social.plurk:before {
    content: "j"
}

.icy-social.pocket:before {
    content: "\00E7";
    color: #ee4056
}

.icy-social.podcast:before {
    content: "`"
}

.icy-social.posterous:before {
    content: "~"
}

.icy-social.print:before {
    content: "\00D1"
}

.icy-social.quora:before {
    content: "q"
}

.icy-social.reddit:before {
    content: ">";
    color: red
}

.icy-social.rss:before {
    content: "R"
}

.icy-social.scribd:before {
    content: "}";
    color: #00d5ea
}

.icy-social.skype:before {
    content: "S"
}

.icy-social.smashing:before {
    content: "*"
}

.icy-social.songkick:before {
    content: "k"
}

.icy-social.soundcloud:before {
    content: "s"
}

.icy-social.spotify:before {
    content: "="
}

.icy-social.stackoverflow:before {
    content: "\00EC";
    color: #ff7a15
}

.icy-social.statusnet:before {
    content: "\00E2";
    color: #fff
}

.icy-social.steam:before {
    content: "b"
}

.icy-social.stripe:before {
    content: "\00A3"
}

.icy-social.stumbleupon:before {
    content: "/"
}

.icy-social.tumblr:before {
    content: "t"
}

.icy-social.twitter:before {
    content: "T"
}

.icy-social.viadeo:before {
    content: "H";
    color: #f59b20
}

.icy-social.vimeo:before {
    content: "V"
}

.icy-social.vk:before {
    content: "N"
}

.icy-social.weibo:before {
    content: "J";
    color: #e6162d
}

.icy-social.wikipedia:before {
    content: ","
}

.icy-social.windows:before {
    content: "W"
}

.icy-social.wordpress:before {
    content: "w"
}

.icy-social.xing:before {
    content: "X"
}

.icy-social.yahoo:before {
    content: "Y"
}

.icy-social.ycombinator:before {
    content: "\00ED"
}

.icy-social.yelp:before {
    content: "y"
}

.icy-social.youtube:before {
    content: "U"
}

.icy-social.acrobat {
    background-color: #fff;
    color: #000
}

.icy-social.amazon {
    background-color: #ffad1d;
    color: #030037;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}

.icy-social.android {
    background-color: #a4c639
}

.icy-social.angellist {
    background-color: #000
}

.icy-social.aol {
    background-color: #f00
}

.icy-social.appnet {
    background-color: #3178bd
}

.icy-social.appstore {
    background-color: #000
}

.icy-social.bitbucket {
    background-color: #205081
}

.icy-social.bitcoin {
    background-color: #efefef;
    color: #4d4d4d
}

.icy-social.blogger {
    background-color: #ee5a22
}

.icy-social.buffer {
    background-color: #232323
}

.icy-social.call {
    background-color: #008000
}

.icy-social.cal {
    background-color: #d63538
}

.icy-social.cart {
    background-color: #333
}

.icy-social.chrome {
    background-color: #006cd4
}

.icy-social.cloudapp {
    background-color: #fff;
    color: #312c2a
}

.icy-social.creativecommons {
    background-color: #000
}

.icy-social.delicious {
    background-color: #3271cb
}

.icy-social.digg {
    background-color: #164673
}

.icy-social.disqus {
    background-color: #5d8aad
}

.icy-social.dribbble {
    background-color: #ea4c89
}

.icy-social.dropbox {
    background-color: #fff;
    color: #312c2a
}

.icy-social.drupal {
    background-color: #0077c0;
    color: #fff
}

.icy-social.dwolla {
    background-color: #e88c02
}

.icy-social.email {
    background-color: #f0f0eb;
    color: #312c2a
}

.icy-social.eventasaurus {
    background-color: #192931;
    color: #fff
}

.icy-social.eventbrite {
    background-color: #ff5616
}

.icy-social.eventful {
    background-color: #fff;
    color: #47ab15
}

.icy-social.evernote {
    background-color: #6bb130;
    color: #fff
}

.icy-social.facebook {
    background-color: #4863ae
}

.icy-social.fivehundredpx {
    background-color: #333
}

.icy-social.flattr {
    background-color: #8aba42
}

.icy-social.flickr {
    background-color: #ff0084
}

.icy-social.forrst {
    background-color: #1e360d
}

.icy-social.foursquare {
    background-color: #44a8e0
}

.icy-social.github {
    background-color: #fbfbfb;
    color: #050505
}

.icy-social.gmail {
    background-color: #efefef;
    color: #222
}

.icy-social.google {
    background-color: #4e6cf7
}

.icy-social.googleplay {
    background-color: #000
}

.icy-social.googleplus {
    background-color: #dd4b39
}

.icy-social.gowalla {
    background-color: #ff720a
}

.icy-social.grooveshark {
    background-color: #111;
    color: #eee
}

.icy-social.guest {
    background-color: #1b4d6d
}

.icy-social.html5 {
    background-color: #ff3617
}

.icy-social.ie {
    background-color: #00a1d9
}

.icy-social.instapaper {
    background-color: #eee;
    color: #222
}

.icy-social.instagram {
    background-color: #3f729b
}

.icy-social.intensedebate {
    background-color: #0099e1
}

.icy-social.klout {
    background-color: #e34a25
}

.icy-social.itunes {
    background-color: #efefeb;
    color: #312c2a
}

.icy-social.lanyrd {
    background-color: #2e6ac2
}

.icy-social.lastfm {
    background-color: #dc1a23
}

.icy-social.lego {
    background-color: #fb0000
}

.icy-social.linkedin {
    background-color: #0083a8
}

.icy-social.lkdto {
    background-color: #7c786f
}

.icy-social.logmein {
    background-color: #000
}

.icy-social.macstore {
    background-color: #007dcb
}

.icy-social.meetup {
    background-color: #ff0026
}

.icy-social.myspace {
    background-color: #000
}

.icy-social.ninetyninedesigns {
    background-color: #fff;
    color: #072243
}

.icy-social.openid {
    background-color: #f5f5f5;
    color: #333
}

.icy-social.opentable {
    background-color: #900
}

.icy-social.paypal {
    background-color: #fff;
    color: #32689a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}

.icy-social.pinboard {
    background-color: blue
}

.icy-social.pinterest {
    background-color: #c91618
}

.icy-social.plancast {
    background-color: #e7ebed;
    color: #333
}

.icy-social.plurk {
    background-color: #cf682f
}

.icy-social.pocket {
    background-color: #fff;
    color: #777
}

.icy-social.podcast {
    background-color: #9365ce
}

.icy-social.posterous {
    background-color: #ffd959;
    color: #bc7134
}

.icy-social.print {
    background-color: #f0f0eb;
    color: #222;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8)
}

.icy-social.quora {
    background-color: #a82400
}

.icy-social.reddit {
    background-color: #fff;
    color: #222
}

.icy-social.rss {
    background-color: #ff7f25
}

.icy-social.scribd {
    background-color: #231c1a
}

.icy-social.skype {
    background-color: #00a2ed
}

.icy-social.smashing {
    background-color: #ff4f27
}

.icy-social.songkick {
    background-color: #ff0050
}

.icy-social.soundcloud {
    background-color: #ff4500
}

.icy-social.spotify {
    background-color: #60af00
}

.icy-social.stackoverflow {
    background-color: #fff;
    color: #555
}

.icy-social.statusnet {
    background-color: #829d25
}

.icy-social.steam {
    background-color: #000
}

.icy-social.stripe {
    background-color: #2f7ed6
}

.icy-social.stumbleupon {
    background-color: #eb4924
}

.icy-social.tumblr {
    background-color: #374a61
}

.icy-social.twitter {
    background-color: #46c0fb
}

.icy-social.viadeo {
    background-color: #fff;
    color: #000
}

.icy-social.vimeo {
    background-color: #00a2cd
}

.icy-social.vk {
    background-color: #45688e
}

.icy-social.weibo {
    background-color: #faf6f1;
    color: #000
}

.icy-socialia {
    background-color: #fff;
    color: #000
}

.icy-social.windows {
    background-color: #0052a4;
    color: #fff
}

.icy-social.wordpress {
    background-color: #464646
}

.icy-social.xing {
    background-color: #0a5d5e
}

.icy-social.yahoo {
    background-color: #a200c2
}

.icy-social.ycombinator {
    background-color: #f60
}

.icy-social.yelp {
    background-color: #e60010
}

.icy-social.youtube {
    background-color: #f00
}

.right-aligned .logo-wrapper {
    float: right;
    margin-left: 0px;
    padding-left: 25px;
    margin-right: -9999px;
    padding-right: 9999px;
}

.right-aligned nav#primary-nav {
    float: left;
}

.right-aligned .nav-btn {
    float: left;
}

/* Animate.css */

.animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.animated.hinge {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}


/*--------------------------------------------------------------------------------------------------
    15. Media queries
--------------------------------------------------------------------------------------------------*/

@media (min-width: 1401px) and (max-width: 1681px) {

    .icy-page-title .flex-caption .caption-title span,
    .full-width-slider .flex-caption .caption-title span {
        font-size: 40px;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {

    .icy-page-title .flex-caption .caption-title span,
    .full-width-slider .flex-caption .caption-title span {
        font-size: 38px;
    }

    .full-width-slider .flex-caption .caption-button {
        font-size: 13px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .wrapper {
        width: 100%;
    }

    .icy-page-title .flex-caption .caption-title span,
    .full-width-slider .flex-caption .caption-title span {
        font-size: 32px;
    }

    .full-width-slider .flex-caption .caption-button {
        font-size: 13px;
    }
}

@media (min-width: 900px) and (max-width: 1024px) {
    .wrapper {
        width: 100%;
    }

    .icy-page-title .flex-caption .caption-title span,
    .full-width-slider .flex-caption .caption-title span {
        font-size: 35px;
    }

    .full-width-slider .flex-caption .caption-button {
        font-size: 13px;
    }
}

@media (min-width: 770px) and (max-width: 899px) {

    .wrapper {
        width: 100%;
    }

    .icy-page-title .flex-caption .caption-title span,
    .full-width-slider .flex-caption .caption-title span {
        font-size: 27px;
    }

    .full-width-slider .flex-caption .caption-button {
        font-size: 11px;
        line-height: 1.4;
    }

    .carousel-grid .article-title {
        position: relative;
        top: 0;
        width: 100%;
    }

    .carousel-grid .entry-title {
        margin-top: 0;
    }

    .carousel-grid .post-meta {
        margin-top: 0;
        width: 100%;
    }

    .icy-posts-carousel .icy-carousel-title {
        font-size: 23px;
        line-height: 21px;
    }

    .icy-eventslider-content .text .event-title {
        font-size: 24px;
    }

    .icy-member .icy-member-name {
        font-size: 18px;
    }

    .easyPieChart span {
        font-size: 20px;
    }
}

@media (max-width: 769px) and (min-width: 721px) {


    .wrapper {
        width: 100%;
    }

    .nav-btn {
        display: block;
    }

    nav#primary-nav {
        display: none;
    }

    .icy-page-title .flex-caption .caption-title span,
    .full-width-slider .flex-caption .caption-title span {
        font-size: 27px;
    }

    .full-width-slider .flex-caption .caption-button {
        font-size: 11px;
        line-height: 1.4;
    }

    .carousel-grid .article-title {
        position: relative;
        top: 0;
        width: 100%;
    }

    .carousel-grid .entry-title {
        margin-top: 0;
    }

    .carousel-grid .post-meta {
        margin-top: 0;
        width: 100%;
    }

    .icy-posts-carousel .icy-carousel-title {
        font-size: 23px;
        line-height: 21px;
    }

    .icy-eventslider-content .text .event-title {
        font-size: 24px;
    }

    .icy-eventslider-content .text {
        bottom: auto;
    }

    .icy-member .icy-member-name {
        font-size: 18px;
    }

    .easyPieChart span {
        font-size: 20px;
    }

    .sidebar,
    .content {
        width: 100% !important;
    }
}

@media (max-width: 720px) {

    body {
        overflow-x: hidden;
    }

    .wrapper {
        width: 100%;
    }

    .nav-btn {
        display: block;
    }

    .logo img {
        margin-top: -20px;
        padding: 10px 0;
        overflow: hidden;
    }

    .logo {
        text-align: left;
        float: left;
        width: 200px;
        height: 50px;
        position: relative;
    }

    .country {
        margin: 0;
    }

    .reg_partners {
        width: 130px !important;
        float: right !important;

    }

    .paid-for .widget_text {
        width: 300px !important;
    }

    nav#primary-nav {
        display: none;
    }

    .hello-bar {
        height: auto;
        position: relative;
        top: 0 !important;
    }

    .icy-page-title .flex-caption .caption-title span,
    .full-width-slider .flex-caption .caption-title span {
        font-size: 18px;
    }

    .full-width-slider .flex-caption .caption-button {
        font-size: 11px;
        line-height: 1.4;
    }

    .icy-posts-carousel .icy-carousel-title {
        margin-bottom: 40px;
    }

    .carousel-grid .blog-item {
        float: left;
        clear: both;
        width: 100%;
        margin: 0;
        margin-bottom: 40px;
    }

    .carousel-grid .article-title {
        position: relative;
        top: 0;
        width: 100%;
    }

    .carousel-grid .entry-title {
        margin-top: 0;
    }

    .carousel-grid .post-meta {
        margin-top: 0;
        width: 100%;
    }

    .icy-posts-carousel .icy-carousel-title {
        font-size: 23px;
        line-height: 21px;
    }

    .carousel-grid .picture img {
        width: 100%;
    }

    .icy-posts-carousel .icy-button.icon-book:before,
    .icy-posts-carousel .icy-button.icon-calendar::before {
        font-size: 70px !important;
        line-height: 40px !important;
    }

    .icy-eventslider-content .text .event-title {
        font-size: 24px;
    }

    .icy-eventslider-content .content {
        display: none;
    }

    .icy-member .icy-member-name {
        font-size: 18px;
    }

    .easyPieChart span {
        font-size: 20px;
    }

    .row-fluid [class*="span"] {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .search-wrapper {
        width: 100%;
        right: 0px;
        margin-top: 40px;
        height: 40px;
    }

    .search-wrapper form input {
        height: 40px;
    }

    .social-icons-wrapper {
        margin-bottom: 0 !important;
    }

    .hello-bar .wrapper {
        margin: 0;
        padding: 0;
    }

    .hello-bar .social-icons-wrapper {
        width: auto !important;
    }

    .icy-button.donate {
        top: 0;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 13px;
    }

    .icy-member-picture img {
        width: 100%;
    }

    .icy-language-switcher {
        margin: 0;
        width: 100%;
        float: left;
    }

    .header_language_list,
    .icy-button.language {
        width: 100%;
        padding: 7px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

}


/* SIA Styles*/

nav#primary-nav {
    font-size: 14px;
}

nav#primary-nav ul li ul li a {
    font-size: 15px;
}

.logged-in .hello-bar {
    top: 32px;
}

.aq-block .icy-block-title {
    text-transform: none;
    font-weight: 700;
    margin: 0 0 25px;
    padding-bottom: 5px;
    text-transform: none;
}

.aq-block .icy-member {
    max-width: 100%;
}

.post .gallery-item dt {
    padding-right: 20px;
}

.entry-content blockquote {
    border-left: 5px solid #3a9de2;
    margin-top: 0;
    padding: .25em 0 0;
    color: inherit;
    background: none;
}

.entry-content blockquote>* {
    margin-left: 1em;
}

.entry-content blockquote p {
    text-transform: none;
}

.entry-content blockquote p:first-child:before {
    background: none repeat scroll 0 0 #fff;
    color: #3a9de2;
    content: "“";
    float: left;
    font-family: Georgia, serif;
    font-size: 4em;
    line-height: .3;
    margin: -.2em 0 0 -.5em;
    padding: .4em 0 0;
}

.entry-content .o-quote-with-author p:last-child {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 1.3333em;
    padding-top: 1.3333em;
    text-transform: uppercase;
    margin-left: 2.166666666666667em;
}

.entry-content .o-quote-with-author img {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
    margin: -9px 12px 0 0;
    width: 52px;
}

.page-template-template-projects .entry-content .aq-template-wrapper .aq-block-aq_text_block,
.voting-instructions .aq-block-aq_text_block {
    padding: 20px;
    border: 1px solid #eee;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 20px 20px;
}

.page-template-template-projects .entry-content .aq-template-wrapper .aq-block-aq_text_block:first-child,
.voting-instructions .aq-block-aq_text_block:first-child {
    margin-left: 0;
}

.page-template-template-projects .entry-content .aq-template-wrapper .aq-block-aq_text_block .aq-block-title,
.voting-instructions .aq-block-aq_text_block .aq-block-title {
    text-transform: uppercase;
    color: #53AFE1;
    font-size: 2em;
    padding-bottom: .5em;
    border-width: 1px;
}

.page-template-template-projects .entry-content .aq-template-wrapper .aq-block-aq_text_block h2,
.voting-instructions .aq-block-aq_text_block h2 {
    font-size: 1.5em;
    line-height: 1.3;
    margin-bottom: 4px;
}

.page-template-template-projects .entry-content .aq-template-wrapper .aq-block-aq_text_block h2:last-child,
.voting-instructions .aq-block-aq_text_block h2:last-child {
    margin-bottom: 0;
}

.voting-instructions .aq-block-aq_text_block h2 a {
    color: inherit;
    border-bottom: 2px dotted #062c41;
}

.voting-instructions .aq-block-aq_text_block h2 a:hover,
.voting-instructions .aq-block-aq_text_block h2 a:focus {
    border-color: inherit;
}


.page-template-template-projects .entry-content .aq-template-wrapper .aq-block-aq_text_block p,
.voting-instructions .aq-block-aq_text_block p {
    margin-bottom: 0;
}

.type-project .videos,
.type-project .article-content .picture {
    margin-bottom: 20px;
}

.type-project .post-links {
    float: right;
    margin-left: 20px;
}

.type-project .post-press .icy-block-title {
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 18px;
}

.entry-content .post-press ul {
    margin-left: 0;
    list-style: none;
}

.post-press a:before {
    font-family: 'Batch';
    font-size: 12px;
    content: "\F0D3";
    padding-right: .35em;
    color: #3b3448;
}

#winners-list .icon,
#selection-list .icon {
    max-width: 24px;
    max-height: 26px !important;
}

#winners-list .icy-social.icon:before,
#selection-list .icy-social.icon:before {
    height: 1.3em;
    width: 1.3em;
}

#winners-list .icy-social:before,
#selection-list .icy-social:before {
    font-size: 130%;
    line-height: 1.5;
}

#winners-list .twitter.icon:before,
#selection-list .twitter.icon:before,
#winners-list .facebook.icon:before,
#selection-list .facebook.icon:before,
#winners-list .email.icon:before,
#selection-list .email.icon:before {
    font-size: 110%;
    width: 1.6em;
    line-height: 1.6em;
}

#winners-list .email.icon:before,
#selection-list .email.icon:before {
    line-height: 1.7;
}

.icy-social.website {
    background-color: #ee3f42;
}

.icy-social.website:before {
    background: url(/content/themes/parlament/images/permalink.png) 50% 47% no-repeat transparent;
}

.icy-social.email {
    background-color: #53b0e2;
}

.icy-social.email:before {
    color: #fff;
}

.award-winner .post-meta:after {
    background: url(/content/themes/parlament/images/sia-winner-badge.png) left top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    top: 40px;
    left: -9px;
    width: 150px;
    height: 150px;
    z-index: 1;
}

.award-winner.winner-2009 .post-meta:after {
    background-image: url(/content/themes/parlament/images/sia-winner-badge-2009.png);
}

.award-winner.winner-2010 .post-meta:after {
    background-image: url(/content/themes/parlament/images/sia-winner-badge-2010.png);
}

.award-winner.winner-2011 .post-meta:after {
    background-image: url(/content/themes/parlament/images/sia-winner-badge-2011.png);
}

.award-winner.winner-2012 .post-meta:after {
    background-image: url(/content/themes/parlament/images/sia-winner-badge-2012.png);
}

.award-winner.winner-2013 .post-meta:after {
    background-image: url(/content/themes/parlament/images/sia-winner-badge-2013.png);
}

.award-winner.winner-2014 .post-meta:after {
    background-image: url(/content/themes/parlament/images/sia-winner-badge-2014.png);
}

.award-winner.winner-2015 .post-meta:after {
    background-image: url(/content/themes/parlament/images/sia-winner-badge-2015.png );
}

.award-winner.winner-2016 .post-meta:after {
    background-image: url(/content/themes/parlament/images/sia-winner-badge-2016.png );
}

.filter-container {
    overflow: hidden;
    margin: 0 4px 3px 0;
    border: 1px solid #ddd;
    padding: .2em 0 0 .2em;
    float: left;
    position: relative;
}

.js .filter-container {
    height: 25px;
}

.filter-container.collapsible {
    padding-right: 30px;
}

.filter-container.collapsible .arrow {
    background: url("/content/themes/parlament/images/dropdown-arrows.png") 0 2px no-repeat transparent;
    height: 25px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.entry-content .filter {
    overflow: hidden;
    margin: 0;
}

.filter li {
    float: left;
    background: #53b0e2;
    color: #fff;
    cursor: pointer;
    padding: 0 5px;
    margin: 0 3px 3px 0;
    list-style: none;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 12px;
    line-height: 22px;
}

.filter li:hover,
.filter li:focus {
    background: #1e73be;
}

.filter li.active {
    cursor: default;
    background: #fafafa;
    color: inherit;
}

#c-sdgs {
    margin-bottom: 1.5em;
}

#sdg-filter-container {
    height: auto;
    margin: 0 0 1.5em;
    float: none;
}

#sdg-filter-container #sdg-filter li {
    width: 5.55555%;
    background: transparent;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0 3px 3px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#sdg-filter figure {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

#sdg-filter-container #sdg-filter img {
    display: block;
    position: absolute;
}

#sdg-filter-container #sdg-filter li:not(.active):hover img {
    max-width: none;
    width: 110%;
    margin: -4% 0 -6% -6%;
}

#sdg-filter-container #sdg-filter .active img {
    opacity: .25;
}

#c-sdgs--carousel {
    overflow: hidden;
}

#c-previous-sdg,
#c-current-sdg,
#c-next-sdg {
    float: left;
    width: 23%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#c-current-sdg {
    overflow: hidden;
    width: 50%;
    margin: 0 2%;
}

#c-current-sdg figure {
    float: left;
    width: 22.2%;
    /* 30.66666666666667% */
    margin-right: 4%;
}

#c-current-sdg--icon,
#c-previous-sdg--icon,
#c-next-sdg--icon {
    display: block;
}

#c-current-sdg .container {
    xwidth: 66%;
    xfloat: left;
    overflow: hidden;
}

#c-current-sdg h1 {
    line-height: 1.1em;
    margin-bottom: 5px;
}

#c-current-sdg .description {
    max-width: 38em;
}

#c-current-sdg .description>*:last-child {
    margin-bottom: 0;
}

#c-previous-sdg,
#c-next-sdg {
    opacity: .5;
    display: table;
    margin-top: 1.5em;
    cursor: pointer;
}

#c-previous-sdg:hover,
#c-next-sdg:hover {
    opacity: 1;
    margin-top: 1.4em;
}

#c-previous-sdg {
    border-right: 1px solid #ccc;
    padding-right: 2%;
}

#c-next-sdg {
    border-left: 1px solid #ccc;
    padding-left: 2%;
}

#c-previous-sdg figure,
#c-next-sdg figure,
#c-previous-sdg .container,
#c-next-sdg .container {
    display: table-cell;
    vertical-align: middle;
}



#c-previous-sdg figure,
#c-next-sdg figure {
    width: 3em;
    padding-right: .375em;
}

#c-previous-sdg .container p,
#c-next-sdg .container p {
    text-transform: uppercase;
    font-size: .75em;
    line-height: 1.5em;
    margin-bottom: 0;
}



#winners-list,
#selection-list {
    overflow: hidden;
    position: relative;
    padding-top: 2em;
    margin-left: -2%;
}

#winners-list:before,
#winners-list:after,
#selection-list:before,
#selection-list:after {
    content: "";
    display: table;
    line-height: 0;
    clear: both;
}

#winners-list .winner,
#selection-list .project {
    float: left;
    list-style: none;
    width: 23%;
    margin-left: 2%;
    overflow: hidden;
}

@media (max-width: 860px) {

    #winners-list .winner,
    #selection-list .project {
        width: 31%;
    }
}

@media (max-width: 720px) {

    #winners-list .winner,
    #selection-list .project {
        width: 48%;
    }
}

@media (max-width: 520px) {

    #winners-list,
    #selection-list {
        margin-left: 0;
    }

    #winners-list .winner,
    #selection-list .project {
        width: 100%;
        margin-left: 0;
    }
}

.projects-list .is-disabled {
    opacity: .3;
}

#winners-list .entry-content,
#selection-list .entry-content {
    float: none;
    width: auto;
    margin-bottom: 20px;
    padding-top: 32px;
    position: relative;
}

#winners-list .entry-content.with-warning,
#selection-list .entry-content.with-warning {
    padding-top: 104px;
}


.post-status-warning {
    display: block;
    color: #000;
    background: #ff0;
    text-align: center;
    line-height: 1.1;
    padding: 10px;
}

.post-status-warning strong {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
}

#winners-list .article-title a,
#selection-list .article-title a {
    color: #fff;
}

#winners-list .article-title a:hover,
#winners-list .article-title a:focus,
#selection-list .article-title a:hover,
#selection-list .article-title a:focus {
    text-decoration: underline;
}

#winners-list .article-title>a,
#selection-list .article-title>a {
    display: block;
    background-color: #53b0e2;
}

#winners-list .article-title>a:hover,
#winners-list .article-title>a:focus,
#selection-list .article-title>a:hover,
#selection-list .article-title>a:focus {
    background-color: #3fbfc4;
    text-decoration: none;
}

#selection-list .is-selected .article-title>a {
    background-color: #ee3f42;
}

#winners-list .article-title,
#selection-list .article-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

#winners-list .entry-title,
#winners-list .article-title p,
#selection-list .entry-title,
#selection-list .article-title p {
    padding: 0 10px;
}

#winners-list .entry-title,
#selection-list .entry-title {
    font-size: 16px !important;
    line-height: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 !important;
    background: transparent;
}

#selection-list .is-voted .entry-title:after {
    content: '★';
    color: #fff;
    display: block;
    position: absolute;
    right: 10px;
    top: 4px;
}

#winners-list figure,
#selection-list figure {
    margin: 0;
    font-size: 0;
    position: relative;
    display: block;
    z-index: 0;
}

#winners-list figure a,
#winners-list figure img,
#selection-list figure a,
#selection-list figure img {
    display: block;
}

#winners-list figure .overlay,
#selection-list figure .overlay {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAABNCAYAAADjCemwAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAABgtJREFUeNrtXE1IJEcUFuYgHhZZAzOQwKLsaeY4MuCisLNkMUYM+TtmQwgYQSEg8RCIBAMBSYIQPCgEEiEYISZIgrhzCRLYg+BBMiiDGCHGH4xGETH4O85M+huql7Knuqe7urq7ercePAZnuqtefXZVvfe911VToyRUUqdpVNMmTROaJjVt0bRN0/uapslnG/k+Sa5rIvfVPQ8gRTSNaRrX9B4Bxa3eI+3FSPvPjLxAnpAbA+7s7HxrcnLyk8XFxe82NjZ+Ozw8XDk9Pd29urr6r1Ao5EulUhGf+Bvf43dch+txH+5ngJgg/YVWXtI0RQ9qbGzso1wu99PJyclfJQGCdtAe2jWAlyL9h0ZeJGtQeQC9vb2Pstns1NnZ2X7JQ0H76Af9UeC1EHukldtksS4bPDw83Le5uTlfCkDQL/qnwEsS+6SSu/SThbWnJIHADsOTd1cGsG5p2qwbhUXayaCOj4//XFtbm52fn/96fHx8oK+v793W1tbXGhoaHkYikQf4xN/4Hr/jOlyP+5z0A7so4JqJ3YFITPenBgcHP8DuZmcA29vbT2ZnZ4fb29vfcONu4H60g/bs9Av7YCfl/8X8BuyObnwmk/kK7kGVRfqfhYWFb9wCZQUg2kc/VbArwl7q3jt+Adakd4rdysrC8/PzfzGlvADKTNEf+rWyC3ZT9zT5Btj6+nqmmmHRaPShn4Dpin6r/UNhvx/APZ2SVrsjFumRkZEPgwDLqLDDatPAOLycqjE7T5j22+Pa2toHMgCmK+yBXTafOGGbwy19l7R65LVt/VuZwDIq7LOxxt0X5Y40U7skU/xe7N1sEmZjoHbVZiGePvwbM7ciLIDZAK5I+XHckcNtvSMzx1X2Kel0qmKc1HVcsWrSKjTC4hpGwKgN7XGVkCvJQ++Ug28zt0K2XZJnVzVzR6gg3xGt1GLlj8nih4nw46r4by1OGNcyH2YjBLGte3t7i/39/e/JBpyZG0XxcbYY4DJFzSIQEdPxhka4v1AoXK+urv7a0dHxpiygYTysWBXjp6jzqkkQ07XMjXtBt5PP58+wgzU2Nr4isxtCrW2WyZqE2SML2sWNYWa8/szMzOcgHIMGjkUrUUtRwiovqTdQkQQBXyUaNF2Ojo5yBk7fd8X4WP9U6pqIaVCOdBhrYG4JRBvkanFra+v37u7ud4IADeNjGUWlB5nBPDLVaeQRWRS1W6Ps8vnX19f5lZWV6VQq1eU3cCzqHHiQ3+Ms0MqlAqxELrh4v0DT5fLy8hgLdH19/ct+gYZxshLSVAnEDanTSwW8mJo8oFFG/z0xMfFxkFOUKoG4UXSDKpw0aiRYIZMIg9zmMA8ODv6gWAjPlBVaARfye7SC+2cF58gzygAacY6LYFq7urre9go0jNciiG+q8M9YsaYovkxk5txL55jl6FKxaKKCBmLxZshsywYa7UfNzc19IZJxwXgteLZkBauBOjDjDSgJkBU0et0dHR3tF2EnxmtsH7iwWA+UaKZRQGe8AbUUsoOmy87OzhO3zjHGa2wXuJDf22jQytkmUoF4Q1CEEhbQRDjHGC9jA8pT2aqnog+sInkiKpj2CzTssNgB0+n06zx2YrysEI+65tl60hD4Dw0N9bix08mTFuo1DSFXJpP5UsQu6mRNC+XuSZjgX0QG9052z9D5aYYivXQQflpoIoKLi4tDsBFesb1OIgLpY09MxVwu97PXPJuT2FNqlgMMx8DAwPt+0ENOWA4p+TRMRT8TL075NKmYW3j1y8vLP8bj8Vf9pLudMrfS5Aj29/eXgsrE8+QIAs1GgeaZnp7+LKgUHm82KpC8J6ZiNpv9we+pKCrv6XuGHUUxPT09j2QoTeDNsPtWy6EZuDc1NfWp7CWldms5PK0a0qbixdLS0veyFL6IqhryrD5td3d3IaiSAz/q01QlJEclpKq55ay5VdXdHNXdEPUeAaeoN1Y4Rb0bxSHqLTxOUe97cop6s5hT1DvsboFTpyVwTlV1LofzzUGdAMPpjqizhtxEDjXqVCuuWFWdn8Yp6qQ+F6LOhHQh6vRRF6LOuRUg6kTl50n+B4KhcERZo7nRAAAAAElFTkSuQmCC') no-repeat scroll 0 0 transparent;
    height: 77px;
    width: 77px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -38.5px;
    margin-top: -38.5px;
    z-index: 1000;
    opacity: .5;
}

#winners-list figure a:hover .overlay,
#selection-list figure a:hover .overlay {
    opacity: 1;
}

#winners-list .article-title p,
#selection-list .article-title p {
    float: left;
    font-size: 11px;
    line-height: 26px;
    text-transform: uppercase;
    width: auto;
    clear: both;
    margin: 0;
    background-color: #ee3f42;
    color: #fff;
}

#winners-list .article-content,
#selection-list .article-content {
    background-color: #f9f9f9;
    color: #777;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 20px 10px;
}

#winners-list .post-links,
#selection-list .post-links {
    float: none;
}

.post-links.icy-social-wrapper a:hover {
    -webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.2);
}

#winners-list .post-press h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

#winners-list .post-press ul {
    margin-bottom: 10px;
    font-size: .9em;
}

#modal-content {
    background: #099DE1;
    max-width: 800px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
}

#modal-content header,
#modal-content .content {
    padding-left: 2.5%;
    padding-right: 2.5%;
}

#modal-content header {
    width: 30%;
    float: right;
    color: #fff;
}

#modal-content header {
    background: #099DE1;
    padding-top: 6em;
    position: relative;
}

#modal-content header:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12px 15px 0;
    border-color: transparent #099DE1 transparent transparent;
    left: -10px;
    top: 34em;
}

#modal-content header h1,
#modal-content header h3 {
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

#modal-content h1 {
    font-size: 21px;
    line-height: 1;
    margin-bottom: .5em;
}

#modal-content h3 {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: .5em !important;
    margin-top: 10px;
}

#modal-content ul {
    margin-left: 0;
}

#modal-content header li {
    margin-bottom: .5em;
}

#modal-content .social-links a,
#modal-content .post-press a,
#modal-content .award strong,
#modal-content .fields li span {
    background: #fff;
    padding: 1px .5em 1px 1.25em;
}

#modal-content .award strong,
#modal-content .fields li span {
    color: #3b3448;
    font-weight: normal;
}

#modal-content .social-links a:before {
    display: none;
}

#modal-content .social-links a {
    width: auto;
    height: auto;
    color: #53b0e2;
    max-width: none;
    max-height: none !important;
    font-weight: normal;
    line-height: inherit;
    display: inline;
}

#modal-content .social-links a:hover,
#modal-content .social-links a:focus {
    color: #3b3448;
}

#modal-content .post-press a {
    padding-left: .5em;
}

#modal-content .video-container,
#modal-content .content {
    float: left;
    width: 65% !important;
    background: #fff;
}

#modal-content .videos.image {
    height: auto;
    padding: 0;
    line-height: 0;
}

#modal-content .content {
    padding: 1.5em 2.5% .666667em;
    float: left;
    margin: 0;
}

.featherlight.winner-modal .featherlight-content {
    padding: 0;
    margin: 0;
}

@media (min-width: 900px) {

    .featherlight.winner-modal .featherlight-content {
        width: 800px;
        min-width: 0;
    }

}

.featherlight.winner-modal .featherlight-close-icon,
.modal-pager a {
    background-color: #22B6FB;
    border: 1px solid #088ECD;
    border-width: 0 0 1px 1px;
    line-height: 36px;
    width: 36px;
}

.featherlight.winner-modal .featherlight-close-icon.js-highlighted {
    background-color: #ef3f42;
}

.modal-pager {
    position: absolute;
    top: 0;
    right: 37px;
    z-index: 10000;
}

.modal-pager a {
    color: #fff;
    text-align: center;
    display: block;
    float: left;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    height: 36px;
}


@media (max-width: 700px) {

    #modal-content .video-container,
    #modal-content header,
    #modal-content .content {
        float: none;
    }

    #modal-content .video-container,
    #modal-content .content {
        width: 100% !important;
    }

    #modal-content header {
        width: 95%;
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        overflow: hidden;
    }

    #modal-content .social-links,
    #modal-content .fields,
    #modal-content .post-press {
        width: 30%;
        margin-right: 3%;
        float: left;
    }

    #modal-content .post-press {
        margin-right: 0;
        width: 33%;
    }

    #modal-content .share-project,
    #modal-content .support-project {
        width: 100%;
        clear: both;
        overflow: hidden;
    }

}

@media (max-width: 480px) {

    #modal-content .social-links,
    #modal-content .fields,
    #modal-content .post-press,
    #modal-content .share-project {
        width: 47%;
        margin-right: 3%;
    }

    #modal-content .fields,
    #modal-content .share-project {
        width: 50%;
        margin-right: 0;
    }

    #modal-content .post-press {
        clear: left;
    }

    #modal-content .share-project {
        float: left;
        clear: none;
    }

}


@media (max-width: 360px) {

    #modal-content .social-links,
    #modal-content .fields,
    #modal-content .post-press,
    #modal-content .share-project {
        float: none;
        width: 100%;
    }

}

.page-template-template-projects {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.page-template-template-projects .footer-container {
    display: none;
}

.page-template-template-projects .content {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-template-template-projects .secondary-footer {
    margin-bottom: 150px;
}



/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 0.4.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333;
        background: rgba(0, 0, 0, 0)
    }

    .featherlight:last-of-type {
        background: rgba(0, 0, 0, .8)
    }

    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.25em
    }

    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        min-width: 50%;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        background: #fff;
        cursor: auto;
        white-space: normal
    }

    .featherlight .featherlight-inner {
        display: block
    }

    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font: Arial, sans-serif;
        background: #fff;
        background: rgba(255, 255, 255, .3);
        color: #000
    }

    .featherlight .featherlight-image {
        width: 100%
    }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0
    }

    .featherlight iframe {
        border: 0
    }
}

@media only screen and (max-width:1024px) {
    .featherlight .featherlight-content {
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent
    }
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.0.3 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {

    .featherlight-next,
    .featherlight-previous {
        display: block;
        position: absolute;
        top: 25px;
        right: 25px;
        bottom: 0;
        left: 80%;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: rgba(0, 0, 0, 0)
    }

    .featherlight-previous {
        left: 25px;
        right: 80%
    }

    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: rgba(255, 255, 255, .25)
    }

    .featherlight-next span,
    .featherlight-previous span {
        display: none;
        position: absolute;
        top: 50%;
        left: 5%;
        width: 82%;
        text-align: center;
        font-size: 80px;
        line-height: 80px;
        margin-top: -40px;
        text-shadow: 0 0 5px #fff;
        color: #fff;
        font-style: normal;
        font-weight: 400
    }

    .featherlight-next span {
        right: 5%;
        left: auto
    }

    .featherlight-next:hover span,
    .featherlight-previous:hover span {
        display: inline-block
    }
}

@media only screen and (max-device-width:1024px) {

    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: 0 0
    }

    .featherlight-next span,
    .featherlight-previous span {
        display: block
    }
}

@media only screen and (max-width:1024px) {

    .featherlight-next,
    .featherlight-previous {
        top: 10px;
        right: 10px;
        left: 85%
    }

    .featherlight-previous {
        left: 10px;
        right: 85%
    }

    .featherlight-next span,
    .featherlight-previous span {
        margin-top: -30px;
        font-size: 40px
    }
}

.featherlight {
    z-index: 100;
}

.featherlight .featherlight-content {
    padding: 0 25px;
    border: none;
    background: url(/content/themes/parlament/images/loader.gif) center center no-repeat transparent;
}

.featherlight .featherlight-close-icon {
    background: #53b0e2;
    color: #fff;
}


.fb_iframe_widget,
.fb_iframe_widget>span,
.fb_iframe_widget iframe {
    width: 100% !important;
}

.fb_iframe_widget,
.fb_iframe_widget>span {
    overflow: hidden;
    height: 212px !important;
}

.fb_iframe_widget iframe {
    margin-top: -99px;
    height: 308px !important;
}


.clearfix.pvs.phm {
    display: none;
}



.red {
    color: #ee3f42;
}

.blue {
    color: #53b0e2;
}

.green {
    color: #3fbfc4;
}

.ciel {
    color: #8dd7f7;
}


.dimensions {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 1.2em;
}

.dimensions h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
}

.dimensions h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}

.dimensions span {
    margin-bottom: 0;
    font-size: 14px;
}

.awareness {
    width: 35.5%;
    float: right;
}

.awareness h3 {
    margin-top: 0;
}

.education {
    margin-right: 0.5%;
    width: 39%;
    float: left;
    text-align: right;
}

.education h3 {
    margin-top: 25px;
}

.community {
    margin: 0.5% 0.5% 0 0;
    width: 41%;
    float: left;
    text-align: right;
}

.community h3 {
    margin-top: 36px;
}

.support {
    margin-top: 0.5%;
    width: 43.5%;
    float: right;
}


#symbol-background {
    position: absolute;
    z-index: -1;
    left: 40.32786885245902%;
    top: 0;
    width: 22.70491803278689%;
    font-size: 14px;
}

@media (max-width: 83.21428571428571em) {
    /* 1165px */

    #symbol-background {
        bottom: 35%;
        top: auto;
    }

}

@media (max-width: 75.71428571428571em) {

    /* 1060px */
    #symbol-background {
        bottom: 38%;
    }
}

@media (max-width: 64.28571428571429em) {

    /* 900px */
    #symbol-background {
        bottom: 41%;
    }
}

@media (max-width: 50em) {
    /* 700px  */

    #symbol-background {
        bottom: 45%;
    }

    .community {
        margin-top: 2%;
    }

    .support,
    .support h3 {
        margin-top: 0;
    }

}

@media (max-width: 42.85714285714286em) {
    /* 600px  */

    #symbol-background {
        display: none;
    }

    .dimensions div {
        float: none;
        text-align: left;
        width: auto;
        margin-top: 0;
        padding-left: 86px;
        background-repeat: no-repeat;
        background-position: left top;
        margin-bottom: 20px;
    }

    .dimensions h3 {
        margin-top: 0;
    }

    .awareness {
        background-image: url('http://socialimpactaward.org/wp-content/uploads/2015/02/awareness.png');
    }

    .education {
        background-image: url('http://socialimpactaward.org/wp-content/uploads/2015/02/education.png');
    }

    .community {
        background-image: url('http://socialimpactaward.org/wp-content/uploads/2015/02/community.png');
    }

    .support {
        background-image: url('http://socialimpactaward.org/wp-content/uploads/2015/02/support.png');
    }

}


/**
 * CF7 Forms
 */
.wpcf7 {
    margin-left: 0 !important;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email] {
    width: 100%;
}


/**
 * Footer contact form
 */
#footer-widgets .wpcf7-form p,
#footer-widgets .wpcf7-form input,
#footer-widgets textarea {
    margin-bottom: 0;
}

#footer-widgets textarea {
    height: 96px;
}

/**
 * Events archive
 */

.tribe-events-list .type-tribe_events {
    width: 100%;
}

/**
 * Events countdown widget
 */

.tribe-events-countdown-widget {
    padding: 1.5em;
    background: #062c41;
    float: none;
    width: auto;
    margin-bottom: 0;
    overflow: hidden;
}

.c-cta .tribe-events-countdown-widget {
    padding-left: 0;
    padding-right: 0;
}

.home header+.aq-template-wrapper .tribe-events-countdown-widget {
    margin-bottom: -25px;
}

.tribe-events-countdown-widget .tribe-countdown-text {
    text-align: center;
    font-size: 1.5em;
    line-height: 1;
    color: #fff;
}

.tribe-events-countdown-widget .tribe-countdown-text a {
    color: #fff;
}

.tribe-events-countdown-widget .tribe-countdown-timer {
    padding: 0;
    overflow: hidden;
    background: #53B0E2;
    -webkit-border-radius: .75em;
    border-radius: .75em;
    border: 1px solid rgba(6, 44, 65, 0.3);
    max-width: 60em;
    margin: 0 auto;
}

.tribe-countdown-timer .tribe-countdown-number {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    color: rgba(255, 255, 255, .9);
    border-color: rgba(6, 44, 65, .3);
    background: none;
    font-family: inherit;
}

.tribe-countdown-timer .tribe-countdown-number:last-child {
    border: none;
}

.tribe-countdown-number .tribe-countdown-under {
    display: block;
    color: rgba(255, 255, 255, .5);
}

.countdown__leaderboard {
    margin-top: 13px;
}

.countdown__leaderboard .u-circle {
    width: 28px;
    font-weight: normal;
    margin-left: 1em;
}

.countdown__leaderboard .u-circle:first-child {
    margin-left: 0;
}


/**
 * CTA
 */

.c-cta {
    background: #062c41;
    color: #fff;
    text-align: center;
}

.c-cta * {
    color: #fff;
}

.c-cta h2 {
    text-transform: uppercase;
}

.c-cta p {
    font-size: 1.2em;
    margin-bottom: 0;
    text-align: center;
}

.c-cta--button {
    float: none;
    text-align: center;
    max-width: 15em;
    margin: 1.5em auto 0;
    display: block;
}

/**
 * Partner widget
 */

.above-footer .partner-widget {
    width: 11.1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.above-footer .partner-widget img {
    max-width: 80%;
    max-height: 60px;
}

@media (max-width: 728px) {

    .above-footer .partner-widget {
        width: 20%;
    }

    .above-footer .partner-widget:nth-child(6) {
        clear: left;
    }

}

/* 
* issuu embed
*/

.issuu-container {
    position: relative;
    padding-bottom: 50.09%;
    height: 0;
    overflow: hidden;
}

.issuu-container .issuuembed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
 * Cookie Notice
 */

#cookie-notice {
    -webkit-box-shadow: 0 -3px 3px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 -3px 3px 1px rgba(0, 0, 0, .2);
}

.cookie-notice-container {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    padding: .75em 0 0;
    overflow: hidden;
}

#cn-notice-text {
    display: block;
    margin-bottom: .75em;
    text-align: left;
}

@media (min-width: 500px) {

    #cn-notice-text {
        float: left;
        width: 80%;
        margin-right: 5%;
    }

}

#cookie-notice .cookie-notice-container .button {
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
}

@media (min-width: 500px) {

    #cookie-notice .cookie-notice-container .button {
        float: left;
        width: 15%;
        margin-left: 0;
        margin-bottom: .5em;
    }

    #cookie-notice .cookie-notice-container .button:first-child {
        margin-top: .75em;
    }

}

#cookie-notice .admin-notice {
    padding: 2px 0;
    background: rgba(255, 255, 0, .2);
    margin: 10px 0 -10px;
}

@media (min-width: 500px) {
    #cookie-notice .admin-notice {
        margin-right: -25%;
    }
}


#cookie-notice .admin-notice .button {
    float: none;
    margin: 0;
    padding: 5px;
    width: auto;
}

.blogposts-grid .blog-item .c-bottom-meta {
    border-bottom: none;
    border-top: 1px solid #f0f0f0;
    padding: 16px 0 0;
    margin-bottom: 0;
}

@media (min-width: 600px) {

    .u-side-meta {
        position: absolute;
        bottom: 35px;
        left: -42%;
        width: 33%;
    }

}

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

.c-group:after {
    clear: both;
}


.u-inherit-font {
    font: inherit !important;
}

.u-lead {
    margin-bottom: 52px !important;
}

.u-hidden {
    display: none;
}

.u-notice {
    background: #f1f1f1 !important;
    padding: 13px;
    margin-bottom: 20px;
}

.u-notice>*:last-child {
    margin-bottom: 0;
}

.u-warning {
    background: #fcf8e3 !important;
}

.u-indicator {
    text-transform: uppercase;
    font-weight: 300;
    font-size: .75em;
}

.u-border-bottom {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.u-border-bottom:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.u-border-top {
    padding-top: 13px;
    margin-top: 13px;
    border-top: 1px solid #f1f1f1;
}

.u-border-top:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.u-absolute {
    position: absolute !important;
}

.u-fixed {
    position: fixed !important;
}

.u-dim {
    color: #999 !important;
}

.u-block {
    display: block !important;
}

.u-icon:before,
.u-icon:after {
    font-family: 'Batch';
    content: "";
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    display: inline-block;
    margin-right: .25em;
}

.u-icon:after {
    display: none;
}

.u-external.u-icon:before {
    display: none;
}

.u-external.u-icon:after {
    display: inline-block;
    margin-right: 0;
    margin-left: .25em;
}

.u-icon.o-attachment:before {
    content: '\F10E';
}

.u-icon.u-external:after {
    content: "\F02E";
}

.u-circle {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    display: inline-block;
}

.c-page-header {
    margin-bottom: 26px;
    border-bottom: 1px solid #f1f1f1;
}

.c-col.c-first-col {
    margin-left: 0;
    clear: left;
}

#menu-chapters li ul {
    display: none;
}

#menu-chapters .current-post-ancestor ul,
#menu-chapters .current-menu-ancestor ul,
#menu-chapters .current-menu-item>ul {
    display: block;
}

#menu-chapters ul {
    margin-left: 20px;
}

#menu-chapters a {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    color: #062c41;
    display: inline-block;
}

#menu-chapters a:hover,
#menu-chapters a:focus {
    color: #53b0e2;
}

#menu-chapters>li>a {
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
}

#menu-chapters .current-menu-ancestor>a,
#menu-chapters .current-post-ancestor>a,
#menu-chapters .current-menu-item>a,
#menu-chapters .current-post-parent>a {
    font-weight: 700;
}

@media (min-width: 600px) {

    #toc_container {
        float: right;
        margin: 0 0 26px 56px;
        width: 33%;
        clear: right;
    }

}

.toc_title {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 13px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

#toc_container ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

#toc_container li ul {
    padding-left: 1em;
    border-left: 1px dotted #ccc;
}

.c-chapters header {
    min-height: 0;
}

.c-chapter {
    position: relative;
}

.c-chapter--info .u-absolute {
    bottom: 20px;
    left: 0;
}


.c-chapter--info .u-fixed {
    top: 0;
}

.admin-bar .c-chapter--info .u-fixed {
    top: 32px;
}

.c-chapter--title a,
.c-section--title a {
    color: inherit;
}

.c-chapter--title a {
    border-bottom: 4px solid #3a9de2;
}

.c-chapters--chapter--chapter .c-chapter--title a {
    border: none;
}

.c-chapter.o-page-header {
    padding: 52px 0;
    border-bottom: 1px solid #f1f1f1;
}

.c-chapter--title.o-page-title {
    font-weight: 700px;
}

.c-chapter--description {
    margin-bottom: 20px;
}

.c-chapter--meta,
.c-section--meta,
.c-chapters .c-archive-list--item--content,
.c-article-term--description {
    font-size: .75em;
    line-height: 1.3333;
}

.c-chapter--title+.c-chapter--meta,
.c-section--title+.c-section--meta {
    margin-top: -20px;
}

.c-chapters--articles--article:last-child p:last-child,
.c-chapter--meta:last-child {
    margin-bottom: 0;
}

.o-callout {
    display: block;
    font-size: .75em;
    line-height: 1.5;
    float: right;
    margin: -9px 0 26px 2%;
    width: 40%;
}

@media (min-width: 500px) {
    .o-callout {
        width: 29%;
        margin-right: -20px;
    }
}

@media (min-width: 1440px) {
    .o-callout {
        margin-right: -80px;
    }
}

.o-callout p {
    margin-bottom: .75em;
}

.o-callout p:last-child {
    margin-bottom: 0;
}

.primary .content .c-archive-list--item {
    padding-bottom: 0;
    margin-top: 0;
    float: none;
}

.posts-list .c-archive-list--item .article-content {
    width: auto;
    clear: right;
    float: none;
    overflow: hidden;
}

.c-archive-list--item .c-archive-list--thumbnail {
    max-width: 3em;
    max-height: 3em;
    margin-right: 1em;
}

.c-archive-list--item--title,
.c-article-term--title {
    margin-bottom: 0;
}

.article-content .u-notice {
    margin-bottom: 20px;
}

.c-taxonomy-info {
    border: 1px solid #f1f1f1;
    padding: 13px;
}

@media (min-width: 769px) {

    .c-taxonomy-info {
        background: #fff;
        position: absolute;
        width: 33%;
        bottom: 22px;
        left: -35%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        -webkit-box-shadow: 0 0 2px 0px rgba(100, 100, 100, .4);
        box-shadow: 0 0 2px 0px rgba(100, 100, 100, .4);
    }

}

.c-taxonomy-info .u-notice {
    margin: -13px -13px 13px;
}

.c-article-term--description {
    margin-bottom: 13px;
}

.c-article-term--description:last-child {
    margin-bottom: 0;
}

.c-article-term--navigation ul {
    margin: 0;
    overflow: hidden;
    padding-top: 13px;
}

.c-article-term--navigation li {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 300ms ease;
    -o-transition: width 300ms ease;
    transition: width 300ms ease;
}

.c-article-term--navigation li:first-child:last-child {
    width: 100%;
    padding: 0;
}

.c-article-term--navigation .nav-prev {
    float: left;
    padding-right: 13px;
}

.c-article-term--navigation .nav-next {
    float: right;
    padding-left: 13px;
}

.c-article-term--navigation strong {
    font-weight: 700;
}

#s {
    margin-bottom: 0;
}

#search-section #s {
    width: 100%;
}

.search-results .main-container .content {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

@media (min-width: 600px) {
    #search-section #s {
        width: 60%;
    }
}

#dwls_search_results {
    position: absolute;
    z-index: 500;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 2px 1px rgb(0, 0, 0, .2);
    box-shadow: 0 0 2px 1px rgb(0, 0, 0, .2);
    margin: 0;
    padding: 0;
    width: 320px;
}

.admin-bar #dwls_search_results {
    margin-top: -32px;
}

#dwls_search_results li {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}

#dwls_search_results li:last-child {
    border-bottom: none;
}

#dwls_search_results a {
    display: block;
    padding: 5px 10px;
    width: 100;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#dwls_search_results .search_footer a {
    color: inherit;
    font-size: .75em;
    text-decoration: underline;
}

#dwls_search_results .search_footer a:hover,
#dwls_search_results .search_footer a:focus {
    text-decoration: none;
}

.search_results_activity_indicator {
    width: .5em !important;
    height: .5em !important;
}

.admin-bar .search_results_activity_indicator {
    margin-top: -32px;
}