/*
Theme Name: President of Kenya
Version: 1.0.0
Theme URI: http://www.president.go.ke
Author: president.go.ke
Author URI: http://www.president.go.ke
Description: Official website of the President


*/

/* Table of Contents
==================================================
	#Global Reset
	#Structural Customization
	#Header
	#Navigation Bar
	#Typography
	#Tables
	#Widgets
	#WP Blog
	#Styled Buttons
	#Tabs
	#Toggles
	#Callouts
	#Comments
	#WP Gallery
	#Misc
*/

/* @group Global Reset */

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    padding-right: 2rem;
    padding-left: 2rem
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media only screen and (min-width: 48em) {
    .container {
        width: 49rem
    }

    .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width: 64em) {
    .container {
        width: 65rem
    }

    .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width: 75em) {
    .container {
        width: 76rem
    }

    .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

/*developer css*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i|Playfair+Display:400,400i,700,700i');

/* Resets */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup,
var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.maxwidth {
    max-width: 75rem;
    margin: auto;
}
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
    display: block;
}
body, input,
textarea, select, option {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 18px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
body {
    background: #f4f5f9;
}
p {
    margin-bottom: 1em;
}
a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    color: #d43c41;
}
hr {
    border-bottom: 2px solid #dee2ee;
}
blockquote {
    font-size: 24px;
    color: #20388a;
    font-family: "Playfair Display", serif;
    font-style: italic;
    margin: 20px 30px;
    padding-left: 10px;
    border-left: 2px solid #d43c41;
}
h1 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    margin: 0.5em auto 1em;
    font-weight: normal;
}
h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    font-style: italic;
    text-align: center;
    margin: 20px auto;
}
h2 span {
    font-size: 24px;
    display: block;
    margin: auto;
    color: #20388a;
}
h2, h3 {
    font-family: 'Playfair Display', serif;
    margin-bottom: .4em;
    color: #d43c41;
    line-height: 1;
}
h4 {
    margin-top: 20px;
    color: #999;
}
.transition {
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease;
}
input,
textarea {
    box-sizing: border-box;
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    margin: 2px;
    width: 90%;
}
textarea {
    min-height: 150px;
}
input[type=button],
input[type=submit] {
    text-transform: uppercase;
    border-color: #20388a;
    background: #20388a;
    color: #fff;
    font-weight: 700;
    cursor: pointer;

    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease;
}
input[type=button]:hover,
input[type=submit]:hover {
    border-color: #d43c41;
    background: #d43c41;
}
input[type=cancel] {
    border: none;
}
label {
    font-size: 14px;
}
.button {
    border: 1px solid #20388a;
    padding: 12px 24px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 9;
    text-align: center;

    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease;
}
.button:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 5px;
    background: #20388a;
    opacity: 0.2;
    z-index: -1;

    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease;
}
.button:hover:after {
    opacity: 1;
    top: 0px;
    left: 0px;
}
.button:hover {
    color: #fff;
}
.button.block {
    display: block;
    margin: auto;
    max-width: 200px;
}
.button.block.left {
    margin: 5px;
}
.button.active:after {
    display: none;
}
.button.active:hover {
    color: #333;
}
.selector {
    display: block;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    background: #fff url("../img/chevron-down.png") no-repeat 95% 50%;
    vertical-align: middle;
    margin-left: 2px;
    width: 90%;
    margin-top: 2px;
    margin-bottom: 4px;
}
.selector select {
    padding: 12px 20px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    margin-right: 20px;
    font-size: 14px;
}
.selector select:focus {
    outline: none;
}
header {
    min-height: 85px;
    background: rgba(32,56,138,1);
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    padding: 5px;

    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease;
}
header a {
    text-decoration: none;
}
header .logo {
    position: absolute;
    width: 150px;
    margin: 10px auto;
    left: 0;
    right: 0;
}
header .logo a {
    display: block;
    width: 150px;
    padding: 0;
}
header .logo a:hover {
    transform: scale(1.02);
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
}
header .logo img {
    display: block;
    width: 150px;
    height: auto;
}
header nav {
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 14px;
}
header.special {
    background: none;
}
header.special nav {
    padding-top: 65px;
    padding-bottom: 60px;
}
header.highlight {
    background: rgba(32,56,138,0.8);
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
header.highlight .logo,
header.highlight .logo img ,
header.highlight .logo a {
    width: 75px;
}
header.highlight nav {
    padding-top: 30px;
    padding-bottom: 30px;
}
header a {
    display: inline-block;
    padding: 5px;
    position: relative;
    color: #fff;
}
header nav ul {
    list-style: none;
    text-align: center;
    font-weight: bold;
}
header nav ul ul {
    /*display: none;*/
    font-weight: normal;
    position: relative;
    opacity: 0;

    -webkit-transition: .8s all ease;
    -moz-transition: .8s all ease;
    transition: .8s all ease;
}
header nav ul ul:before {
    content: " ";
    display: block;
    position: absolute;
    top: -3px;
    right: 0;
    left: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    background: #d43c41;
    transform: rotate(45deg);
}
header nav ul ul li {
    max-height: 0;

    -webkit-transition: .8s all ease;
    -moz-transition: .8s all ease;
    transition: .8s all ease;
}
header nav ul li:hover ul {
    /*display: block;*/
    opacity: 1;
}
header nav ul li:hover ul li {
    max-height: 100px;
}
header nav > ul > li > a:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #fff;
    opacity: 0;
    left: 0;
    right: 0;
    margin: auto;

    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease;
}
header nav > ul > li:hover > a:after {
    width: 100%;
    opacity: 0.5;
}
header .menutoggle {
    display: none;
}
header a:hover {
    color: #f7c86b;
}
.spacer {
    height: 129px;
}
.spacer.larger {
    height: 170px;
}
.heroslider {
    height: 90vh;
    background: #20388a no-repeat center;
    background-size: cover;
    position: relative;
    color: #fff;
    min-height: 500px;
}
.heroslider .welcome {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}
.heroslider .welcome img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 65vh;
}
.heroslider .welcome .text {
    font-size: 36px;
    font-family: "Playfair Display", serif;
    font-style: italic;
}
.big4header {
    background: #20388a no-repeat center;
    background-size: cover;
    position: relative;
    color: #fff;
    min-height: 300px;
}
.big4header .pagetitle {
    padding-top: 230px;
    font-size: 22px;
}
.big4header .pagetitle h1 {
    font-size: 48px;
    color: #f7c86b;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 20px;
}
#homeslider .slide {
    padding-bottom: 20px;
    background: url(../president/img/dividerfull.png) no-repeat bottom center;
}
.accordion {
    height: 530px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}

.accordion > li {
    display: block;
    background: #fff;
    width: 13%;
    float: left;
    cursor: pointer;
    transition: all .5s ease;
    height: 500px;
    margin: 10px 0.5%;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    border-radius: 3px;
    position: relative;
}
.accordion > li:hover {
    box-shadow: 3px 10px 20px rgba(0,0,0,0.1);
}
.accordion > li h3 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
}
.accordion > li.active {
    width: 55%;
    background: #20388a;
    cursor: default;
    box-shadow: 3px 10px 20px rgba(0,0,0,0.2);
}
.accordion > li.active h2 {
    color: #fff;
}
.accordion > li h2 i {
    /* display: none; */
}
.accordion > li.active h2 i {
    /* display: inline; */
}
.accordion > li .section-title {
    align-items: center;
    width: 510px;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    transform: rotate(-90deg);
    top: 190px;
    left: -210px;
    transform-origin: center center;
}
.accordion > li .section-title h2 {
    margin: 20px;
    text-align: left;
    font-size: 30px;
    colour: #f7c86b;
}
.accordion > li .section-content {
    margin: 20px 20px 20px 120px;
    opacity: 0;
    min-width: 320px;
    transition: all .25s .1s ease-out;
}
.accordion > li.active .section-content {
    opacity: 1;
    transform: scaleX(1);
}
.chart {
    min-height: 400px;
    width: 100%;
}
.newsslider {
    position: relative;
}
.newsslider img {
    display: block;
    width: 100%;
}
.flex-direction-nav {
    list-style: none;
}
.flex-direction-nav li {
    position: absolute;
    top: 190px;
    z-index: 9;
    width: 44px;
    height: 44px;
}
.flex-direction-nav li a {
    display: block;
    background: #d43c41;
    width: 44px;
    height: 44px;
    text-indent: -1000px;
    overflow: hidden;
    position: relative;
    opacity: 0.8;
}
.flex-direction-nav li a:hover {
    opacity: 1;
}
.flex-direction-nav li a:after {
    content: " ";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #fff;
    margin-left: 13px;
    margin-top: -11px;
}
.flex-nav-prev {
    left: 0;
}
.flex-nav-prev a:after {
    transform: rotate(45deg);
    border-left: 2px solid #fff;
}
.flex-nav-next {
    right: 0;
}
.flex-nav-next a:after {
    transform: rotate(-45deg);
    border-right: 2px solid #fff;
}
.updates .update-item {
    margin-top: -10px;
    padding: 20px;
    z-index: 9;
    font-size: 16px;

    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease;
}
.update-item h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.4;
}
.update-item h3 a {
    text-decoration: none;
}
.update-item.active {
    margin-top: -12px;
    background: #fff;
    border-bottom: 2px solid #d43c41;
    box-shadow: 3px 10px 20px rgba(0,0,0,0.2);
}
.update-item:hover h3 a {
    color: #d43c41;
}
.update-item .details {
    font-size: 12px;
}
footer {
    background-size: 100%;
    padding-top: 35%;
}
footer .links {
    color: #fff;
    background: #353946;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer .links ul {
    list-style: none;
    font-size: 14px;
}
footer .links a {
    color: #fff;
    text-decoration: none;
}
footer .links li a {
    display: inline-block;
    padding: 5px 0;
}
footer .links a:hover {
    color: #f7c86b;
}
footer .links .fab {
    font-size: 20px;
    margin: 8px;
}
footer #tweetslider {
    font-style: italic;
}
footer .links #tweetslider li a {
    display: inline;
    padding: 0;
}
footer .state-house img {
    width: 119px;
}
.totop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: auto;
    width: 44px;
    height: 38px;
    color: #f7c86b;
    background: #20388a;
    font-size: 30px;
    text-align: center;
    opacity: 0.7;
    cursor: pointer;
    z-index: 999;
    text-shadow: 0px 3px 0px #000;

    -webkit-transition: .3s opacity ease;
    -moz-transition: .3s opacity ease;
    transition: .3s opacity ease;
}
.totop:hover {
    opacity: 1;
}
.innerhero {
    text-align: left;
}
.picture img {
    max-width: 100%;
    height: auto;
}
.smalltext {
    font-size: 12px;
}
.tile {
    background: #fff;
    min-height: 100px;
    margin: 5px 5px 15px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease;
}
.tile:hover {
    box-shadow: 3px 10px 20px rgba(0,0,0,0.2);
}
.tile img {
    display: block;
    width: 100%;
    height: auto;
}
.tile .member-text {
    height: 60px;
    padding: 10px 0 5px;
}

.tile .member-text h4 {
    margin-top: 0px;
}

.news {
    margin-bottom: 10px;
}
.news h3,
.news .news-item,
.news .picture {
    margin: 10px;
}
.news .row {
    background: #fff;
}
.news .picture img {
    display: block;
    width: 100%;
    border-bottom: 2px solid #d43c41;
}
.story {
    font-size: 14px;
    border-bottom: 2px solid #ccc;
    margin: 10px;
}
.story h3 {
    font-family: "Montserrat", sans-serif;
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 1.2;
}
.story.main h3 a {
    color: #d43c41;
}
.story h3 a {
    display: -webkit-box;
    max-height: 5rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-height: 1.6rem;
}
.story p {
    margin-bottom: 5px;
}
.story .details {
    font-size: 12px;
}
.story:hover, .story.main {
    border-color: #d43c41;
}
.article-head {
    text-align: center;
    padding: 10px 20px;
}
.article-banner img {
    display: block;
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
article p,
article ol,
article ul,
article table {
    margin-left: 10px;
    margin-right: 10px;
}
article::first-letter {
    color: #d43c41;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    display: block;
    float: left;
    font-size: 4em;
    margin-right: 5px;
    margin-top: -10px;
    line-height: 1;
}
article p:first-child {
    font-size: 1.1em;
}
.byline {
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-style: italic;
    color: rgb(32, 56, 138);
    margin: 10px;
}
.targets {
    margin-top: 20px;
}
.remote-paging ol {
    list-style: none;
    text-align: left;
}
.remote-paging ol li {
    margin-bottom: 5px;

    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
}
.remote-paging ol li a {
    display: block;
    padding: 5px 30px 5px 10px;
    margin-right: 20px;
    border-radius: 5px;
    cursor: pointer;
    color: #20388a;
    position: relative;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
}
.remote-paging ol li:hover a {
    background: #fff;
    box-shadow: 1px 5px 7px rgba(0,0,0,0.1);
}
.remote-paging ol li.active a {
    background: #f7c86b;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
}
.remote-paging ol li.active a:after {
    content: " ";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-left-color: #20388a;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.targetslider {
    position: relative;
    min-height: 300px;
    text-align: left;
}
.custom-controls a {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    font-size: 24px;
    height: 30px;
    color: #fff;
    border-radius: 3px;
    background: #f7c86b;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 8;
}
.custom-controls a.flex-prev {
    left: -40px;
}
.custom-controls a.flex-next {
    right: -40px;
}
.custom-controls a:hover {
    background: #20388a;
}
.custom-controls {
    display: none;
}
.info-part {
    margin-top: 20px;
}
.info-left,
.info-right {
    display: inline-block;
    vertical-align: middle;
}
.info-left {
    width: 80px;
    margin-right: 10px;
}
.info-right {
    width: calc(100% - 100px);
}
.info-icon {
    width: 80px;
    height: auto;
}
.info-part.small-icon {
    margin-top: 10px;
}
.info-part.small-text .info-number {
    font-size: 14px;
}
.small-icon .info-left {
    width: 50px;
}
.small-icon .info-right {
    width: calc(100% - 70px);
}
.small-icon .info-icon {
    width: 50px;
    height: auto;
}
.info-part.large-icon {
    /*margin-top: 10px;*/
}
.info-part.small-text .info-number {
    /*font-size: 14px;*/
}
.large-icon .info-left {
    width: 200px;
}
.large-icon .info-right {
    width: calc(100% - 220px);
}
.large-icon .info-icon {
    width: 200px;
    height: auto;
}
.info-part.large .info-left,
.info-part.large .info-right {
    display: block;
}
.info-part.large .info-left {
    width: auto;
    margin-right: 0;
}
.info-part.large .info-right {
    width: auto;
    margin-top: 10px;
    text-align: center;
}
.info-part.large .info-icon {
    width: 200px;
    display: block;
    margin: auto;
}
.info-number {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.2;
}
.info-number b {
    display: block;
    font-size: 32px;
}
.info-number b.inline {
    display: inline;
    font-size: 32px;
}
.info-arrow-right {
    display: inline-block;
    height: 2px;
    width: 50px;
    background: #54c0eb;
    vertical-align: middle;
    position: relative;
}
.info-arrow-right:before,
.info-arrow-right:after {
    content: "";
    display: block;
    background: #54c0eb;
    position: absolute;
    width: 12px;
    height: 2px;
    right: 0;
}
.info-arrow-right:before {
    top: -5px;
    transform: rotate(45deg);
}
.info-arrow-right:after {
    bottom: -5px;
    transform: rotate(-45deg);
}
.legal-support {
    text-align: center;
}
.legal-support dt {
    display: inline-block;
}
.legal-support dt > a {
    display: block;
    background-size: contain;
    width: 120px;
    height: 40px;
    padding: 30px 20px 50px 10px;
    margin: 5px;
    font-size: 30px;
    opacity: .5;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease;
}
.legal-support dt > a:hover {
    opacity: 1;
}
.legal-support dd {
    position: fixed;
    font-size: 20px;
    z-index: 99;
    width: 300px;
    height: 250px;
    background: #20388a;
    color: #fff;
    padding: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 3px;
    display: none;
}
.legal-support dd a {
    position: absolute;
    top: 0px;
    right: 10px;
    display: block;
    font-size: 24px;
    color: #fff;
}
.legal-support dd img {
    width: 50px;
    margin: 10px;
}
@media only screen and (max-width: 75rem) {
    .maxwidth {
        max-width: calc(100% - 1em);
    }
    header.highlight {
        opacity: 0;
        z-index: -9;
        font-size: 18px;
    }
    header nav	 {
        display: none;
    }
    header .menutoggle {
        display: block;
        width: 44px;
        height: 44px;
        position: absolute;
        top: 26px;
        right: 20px;
        cursor: pointer;
        z-index: 999;

        -webkit-transition: .3s all linear;
        -moz-transition: .3s all linear;
        transition: .3s all linear;
    }
    header .menutoggle span {
        display: block;
        background: #f7c86b;
        width: 36px;
        height: 2px;
        margin-top: 20px;
        position: relative;

        box-shadow: 0px 2px 0px #20388a;

        -webkit-transition: .3s all linear;
        -moz-transition: .3s all linear;
        transition: .3s all linear;
    }
    header .menutoggle span:before,
    header .menutoggle span:after {
        content: " ";
        display: block;
        position: absolute;
        height: 2px;
        background: #f7c86b;
        width: 100%;
        left: 0;

        box-shadow: 0px 2px 0px #20388a;

        -webkit-transition: .3s all linear;
        -moz-transition: .3s all linear;
        transition: .3s all linear;
    }
    header .menutoggle span:before {
        top: -10px;
    }
    header .menutoggle span:after {
        bottom: -10px;
    }
    header.active .menutoggle span {
        background: none;
    }
    header.active .menutoggle span:before,
    header.active .menutoggle span:after {
        bottom: 0px;
        top: 0px;
        background: #d43c41;
    }
    header.active .menutoggle span:before {
        transform: rotate(45deg);
    }
    header.active .menutoggle span:after {
        transform: rotate(-45deg);
    }
    header.active {
        background: rgba(32,56,138,0.95);
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        overflow-y: auto;
    }
    header nav {
        padding-top: 170px;
        padding-bottom: 60px;
        font-size: 18px;
    }
    header nav ul ul {
        /*display: block;*/
        opacity: 1;
        margin-bottom: 20px;
    }
    header nav ul ul li {
        max-height: 100px;
    }
    header nav > ul > li > a:after {
        width: 100%;
        opacity: 0.6;
    }
}
@media only screen and (max-width: 64rem) {
    header .logo,
    header .logo a,
    header .logo img {
        width: 75px;
    }
    .heroslider .welcome .text {
        font-size: 36px;
    }
}
@media only screen and (max-width: 48rem) {
    h2 {
        font-size: 36px;
    }
    .heroslider .welcome img {
        max-width: 200px;
    }
    .heroslider .welcome .text {
        font-size: 24px;
    }
    .accordion {
        height: auto;
        padding-bottom: 20px;
    }
    .accordion > li .section-title h2 {
        font-size: 24px;
        padding: 10px;
    }
    .accordion > li,
    .accordion > li.active {
        width: auto;
        float: none;
        height: 90px;
        margin: 10px;
    }
    .accordion > li .section-title {
        position: static;
        transform: rotate(0deg);
        width: auto;
    }
    .accordion > li .section-content {
        margin: 20px;
        display: none;
    }
    .accordion > li.active {
        height: 500px;
    }
    .accordion > li.active .section-content {
        display: block;
        opacity: 1;
    }
    .updates .update-item {
        max-height: 0;
        overflow: hidden;
        padding: 0;
    }
    .updates .update-item.active {
        max-height: 500px;
        padding: 20px;
    }

    .update-item .excerpt {
        display: none;
    }
    .flex-direction-nav li {
        top: 50px;
    }
    footer .links .row > div {
        margin-top: 20px;
    }
    .big4header .pagetitle {
        padding-top: 130px;
        font-size: 18px;
    }
    .big4header .pagetitle h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .remote-paging {
        display: none;
    }
    .custom-controls {
        display: block;
    }
    .legal-support dd {
        font-size: 14px;
        width: 280px;
        height: 300px;
        padding: 10px;
    }
}

#menu-briefing-room, #menu-presidency, #menu-big-four{text-align: left;  padding-left: 63px;}
#menu-big-four{text-align: left;  padding-left: 47px;}
#menu-presidency{padding-left: 35px;}
.menu-footer-links-container{ margin-left: 73PX; text-align: left; }
.menu-arms-of-govt-container{ margin-left: 100PX; text-align: left; }
.wp-pagenavi .pages,
.wp-pagenavi .page.larger,
.wp-pagenavi .page.smaller,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last{
    border: 1px solid #20388a;
    padding: 12px 24px 10px;
    margin: 0 5px 0 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 9;
    text-align: center;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
}

.wp-pagenavi .pages:after,
.wp-pagenavi .page.larger:after,
.wp-pagenavi .page.smaller:after,
.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .nextpostslink:after,
.wp-pagenavi .extend:after,
.wp-pagenavi .first:after,
.wp-pagenavi .last:after{
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 5px;
    background: #20388a;
    opacity: 0.2;
    z-index: -1;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
}

.wp-pagenavi .current {
    border: 1px solid #20388a;
    padding: 12px 24px 10px;
    margin: 0 5px 0 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 9;
    text-align: center;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
}

.wp-pagenavi .pages:hover:after,
.wp-pagenavi .page.larger:hover:after,
.wp-pagenavi .page.smaller:hover:after,
.wp-pagenavi .previouspostslink::hover:after,
.wp-pagenavi .nextpostslink:hover:after,
.wp-pagenavi .extend:hover:after,
.wp-pagenavi .first:hover:after,
.wp-pagenavi .last:hover:after{
    opacity: 1;
    top: 0px;
    left: 0px;
}
.wp-pagenavi .pages:hover,
.wp-pagenavi .page.larger:hover,
.wp-pagenavi .page.smaller:hover,
.wp-pagenavi .previouspostslink::hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .extend:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
    color: #fff;
}

.bigfourbeforetitle {
    color: #a18648
}



