/* Lato */
@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato/lato-regular-webfont.eot');
    src: url('/fonts/lato/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lato/lato-regular-webfont.svg#latoregular') format('svg'),
         url('/fonts/lato/lato-regular-webfont.woff') format('woff'),
         url('/fonts/lato/lato-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato/lato-lightitalic-webfont.eot');
    src: url('/fonts/lato/lato-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lato/lato-lightitalic-webfont.svg#latolight_italic') format('svg'),
         url('/fonts/lato/lato-lightitalic-webfont.woff') format('woff'),
         url('/fonts/lato/lato-lightitalic-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato/lato-light-webfont.eot');
    src: url('/fonts/lato/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lato/lato-light-webfont.svg#latolight') format('svg'),
         url('/fonts/lato/lato-light-webfont.woff') format('woff'),
         url('/fonts/lato/lato-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato/lato-bolditalic-webfont.eot');
    src: url('/fonts/lato/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lato/lato-bolditalic-webfont.svg#latobold_italic') format('svg'),
         url('/fonts/lato/lato-bolditalic-webfont.woff') format('woff'),
         url('/fonts/lato/lato-bolditalic-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato/lato-bold-webfont.eot');
    src: url('/fonts/lato/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lato/lato-bold-webfont.svg#latobold') format('svg'),
         url('/fonts/lato/lato-bold-webfont.woff') format('woff'),
         url('/fonts/lato/lato-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato/lato-italic-webfont.eot');
    src: url('/fonts/lato/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lato/lato-italic-webfont.svg#latoitalic') format('svg'),
         url('/fonts/lato/lato-italic-webfont.woff') format('woff'),
         url('/fonts/lato/lato-italic-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

* {
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    font-family: "Lato", sans-serif;
}

.wrap {
    max-width: 960px;
    margin: 0 auto;
}

@media screen and (max-width: 990px) {
    .wrap {
        margin: 0 10px;
    }
}

img {
    max-width: 100%;
}

#header,
#footer {
    min-height: 100px;
}

#header {
    border-bottom: 1px solid #B2AC82;
}

#header .resource-menu {
    background-color: #00274C;
    border-bottom: 1px solid #8591A8;
    height: 29px;
    line-height: 28px;
    color: #ffffff;
}

#header .branding {
    padding-top: 28px;
    padding-bottom: 28px;
}

#header .branding h1 {
    text-indent: -9000px;
    background-image: url('images/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 31px;
    width: 440px;
}

@media screen and (max-width: 770px) {
    #header .branding h1 {
        background-image: url('images/logo-informal.png');
    }
}

#header .navigation-bar {
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(229,227,214,1) 100%, rgba(229,227,214,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E5E3D6), color-stop(0%, #E5E3D6), color-stop(100%, #FFF));
    background: -webkit-linear-gradient(90deg, #FFF 0%, #E5E3D6 100%, #E5E3D6 100%);
    background: -o-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(229,227,214,1) 100%, rgba(229,227,214,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(229,227,214,1) 100%, rgba(229,227,214,1) 100%);
    background: linear-gradient(0deg, #FFF 0%, #E5E3D6 100%, #E5E3D6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e3d6', endColorstr='#ffffff',GradientType=0 );
    border-top: 1px solid #B2AC82;
    border-bottom: 1px solid #B2AC82;
    font-size: 12px;
    height: 54px;
}


#content {
    color: #58595B;
    margin-top: 30px;
}

#content em {
    font-style: italic;
}

#content strong {
    font-style: bold;
}

#content h3 {
    color: #7E732E;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 5px;
}

#content .introduction {
    line-height: 1.3;
    font-size: 14px;
}


.breadcrumb {
    background: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    margin: 26px 0 10px 0;
    padding: 0;
    font-size: 9px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li:after {
    font-family: FontAwesome;
    content: "\f105";
    padding-left: 8px;
    padding-right: 8px;
}

.breadcrumb > li:last-child:after {
    display: none;
}

.breadcrumb a {
    color: #00274C;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #126DB5;
}

#content h2 {
    color: #00274C;
    font-size: 32px;
    font-family: "Pt", serif;
    font-style: italic;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: capitalize !important;
    border-bottom: 1px solid #B2AC82;
}

#timeline,
#timelinejs {
    margin-top: 20px;
    margin-bottom: 20px;
}

#timeline > li {
    margin-bottom: 25px;
    *zoom: 1;
}
#timeline > li:before,
#timeline > li:after {
    content: ' ';
    display: table;
}
#timeline > li:after {
    clear: both;
}

#timeline h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
}

#timeline img {
    float: right;
    clear: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

#timeline p {
    line-height: 1.3;
}
#timeline p + p {
    margin-top: 1em;
}

#timelinejs div.timeline_left div.timeline_element:after,
#timelinejs div.timeline_right div.timeline_element:after,
#timelinejs div.timeline_dual div.timeline_element_left:after,
#timelinejs div.timeline_dual div.timeline_element_right:after {
    background-color: #B2AC82;
}

#timelinejs div.timeline_dual div.timeline_element_left:before {
    top: 45px;
}
#timelinejs div.timeline_dual div.timeline_element_left:after {
    top: 40px;
}

#timelinejs div.timeline_dual div.timeline_element_right:before {
    top: 65px;
}
#timelinejs div.timeline_dual div.timeline_element_right:after {
    top: 60px;
}

#timelinejs div.timeline div.spine {
    background-color: #E5E3D5;
}

#timelinejs div.timeline_left div.timeline_element:before,
#timelinejs div.timeline_right div.timeline_element:before,
#timelinejs div.timeline_dual div.timeline_element_left:before,
#timelinejs div.timeline_dual div.timeline_element_right:before {
    border-color: #B2AC82;
    background-color: #FAF9F7;
}

#timelinejs div.timeline_dual div.timeline_element_left {
    clear: both;
}

#timelinejs div.timeline_element_box {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#timelinejs div.timeline_title {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #B2AC82;
}

#timelinejs div.timeline_title span.timeline_title_date {
    display: block;
    float: none;
    text-align: center;
    font-size: 14px;
    color: #58595B;
    color: #A02816;
    font-weight: bold;
}

#timelinejs div.timeline_element.blog_post div.img_container {
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 0;
}

#timelinejs div.timeline_element_box {
    color: #58595B;
}

#timelinejs div.timeline_element.blog_post div.content {
    padding-top: 10px;
    background-color: #FAF9F7;
}

#timelinejs div.timeline_element.blog_post div.content iframe {
    margin: 10px 0;
}
#timelinejs div.timeline_element.blog_post div.content iframe:first-child {
    margin-top: 0;
}

#timelinejs div.timeline_element.blog_post div.content > ul li {
    margin-top: 5px;
}

#timelinejs div.timeline_element.blog_post div.content > ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-top: 10px;
}



#timelinejs .gallery-wrap {
    position: relative;
    margin: -10px -10px 10px -10px;
    overflow: hidden;
}

#timelinejs .gallery li {
    overflow: hidden;
    position: relative;
}

#timelinejs .gallery img {
    width: 100%;
}

#timelinejs .gallery-wrap .gallery img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}

#timelinejs .gallery-wrap .gallery li.lightbox img {
    cursor: pointer;
}

#timelinejs .gallery-wrap .gallery li {
    position: absolute;
    width: 100%;
}
#timelinejs .gallery-wrap .gallery li.lightbox:hover:after {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
    background: #333;
    border-radius: 20px;
    cursor: pointer;
    opacity: 0.8;
    padding: 5px 6px 6px 7px;
    font-size: 30px;
    margin-left: -20px;
    margin-top: -20px;
    pointer-events: none;

    content: "\f002";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#timelinejs .gallery .caption {
    position: absolute;
    bottom: 0;
    background: #333;
    background: rgba(51, 51, 51, 0.8);
    width: 100%;
    padding: 7px 40px 7px 7px;
    color: #FFF;
}

#timelinejs .gallery .caption .credits {
    top: 7px;
    right: 7px;
}


#timelinejs .gallery-wrap .navigation .prev,
#timelinejs .gallery-wrap .navigation .next {
    position: absolute;
    top: 50%;
    z-index: 100;
    margin-top: -1em;
    font-size: 20px;
}
#timelinejs .gallery-wrap .navigation .prev i,
#timelinejs .gallery-wrap .navigation .next i {
    color: #333;
    background: #fff;
    border-radius: 20px;
    cursor: pointer;
    opacity: 1;
    padding: 3px 6px 4px 5px;
}
#timelinejs .gallery-wrap .navigation .prev a:hover i,
#timelinejs .gallery-wrap .navigation .next a:hover i {
    opacity: .8;
}

#timelinejs .gallery-wrap .navigation .prev {
    left: 10px;
}
#timelinejs .gallery-wrap .navigation .next {
    right: 10px;
}


.credits {
    position: absolute;
    width: 100%;
    margin-right: 4px;
    right: 10px;
    top: 10px;
    text-align: right;
}

.credits .fa {
    font-size: 1.2em;
}

.credits a {
    color: #fff !important;
}

.credits:hover .tooltip {
    height: auto;
    width: auto;
    overflow: inherit;
    clip: inherit;

    background-color: #E5E3D5;
    color: #333;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 13px;
    width: 90%;

    bottom: 35px;
    right: -6px;

    text-align: center;
}

.credits:hover .tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #E5E3D5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    bottom: -20px;
    right: 5px;
}


.simplemodal-overlay {
    background-color: #333;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}

.simplemodal-data {
    background-color: #333;
    color: #fff;
    border-radius: 8px;
    border: 5px solid #fff;
}

.simplemodal-data img {
    display: block;
    width: 100%;
}

.simplemodal-close {
    position: absolute;
    right: -.5em;
    top: -.5em;

    color: #fff;
    background: #333;
    border-radius: 20px;
    cursor: pointer;
    opacity: 0.8;
    padding: 3px 5px 3px 5px;
}

.simplemodal-close:hover {
    opacity: 1;
}

.simplemodal-data .caption {
    position: relative;
    padding: 10px 40px 10px 10px;
    margin-top: -4px;
}

#timelinejs p {
    line-height: 1.3;
}
#timelinejs p + p {
    margin-top: 1em;
}

span.name {
    font-weight: bold;
    color: #126DB5;
}

span.political-event {
    font-weight: bold;
    font-style: italic;
    color: #7E732E;
}

.highlighted {
    margin-top: 10px;
    padding: 10px;
    background-color: #F9EAB8;
    border: 1px solid #B2AC82;
    color: #333;
}

.highlighted h4 {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.highlighted ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-top: 10px;
}
.highlighted ul li {
}
.highlighted ul li + li {
    margin-top: 5px;
}


#footer {
    background: -moz-linear-gradient(270deg, rgba(0,39,76,1) 0%, rgba(12,28,53,1) 85%, rgba(14,27,49,1) 99%, rgba(15,27,49,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00274C), color-stop(85%, #0C1C35), color-stop(99%, #0E1B31), color-stop(100%, #0F1B31));
    background: -webkit-linear-gradient(270deg, #00274C 0%, #0C1C35 85%, #0E1B31 99%, #0F1B31 100%);
    background: -o-linear-gradient(270deg, rgba(0,39,76,1) 0%, rgba(12,28,53,1) 85%, rgba(14,27,49,1) 99%, rgba(15,27,49,1) 100%);
    background: -ms-linear-gradient(270deg, rgba(0,39,76,1) 0%, rgba(12,28,53,1) 85%, rgba(14,27,49,1) 99%, rgba(15,27,49,1) 100%);
    background: linear-gradient(180deg, #00274C 0%, #0C1C35 85%, #0E1B31 99%, #0F1B31 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00274c', endColorstr='#0f1b31',GradientType=0 );
}

#footer .resource-bar {
    background-color: #FFCB05;
    height: 32px;
}


#footer,
#footer a {
    font-size: 12px;
    color: #ffffff;
}

#footer .content {
    padding-top: 37px;
    padding-bottom: 37px;
}

#footer .content > a {
    text-indent: -9000px;
    background-image: url('images/logo-reversed.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
}

@media screen and (max-width: 770px) {
    #footer .content > a {
        background-image: url('images/logo-informal-reversed.png');
        height: 25px;
    }
}

#footer .content > * {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 990px) {
    #footer .content > a {
        background-position: center;
    }

    #footer .content > * {
        width: auto;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
}

#footer .content p {
    margin-bottom: 5px;
}

#footer .social .icons {
    margin-bottom: 15px;
}

#footer .social .icons li {
    display: inline;
    padding-right: 5px;
}

#footer .social .icons a {
    color: #FFCB05;
    font-size: 25px;
}

#footer .social .icons a:hover {
    color: #E5E3D5;
}

#footer .social .givenow {
    background-color: #FFCB05;
    color: #00274C;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
}

#footer .social .givenow:hover {
    background-color: #E5E3D5;
}

#footer .social .givenow .fa {
    width: 25px;
    text-align: center;
    font-size: 16px;
}


#footer .general-nav {
    text-align: center;
    font-size: 10px;
    padding-top: 19px;
    padding-bottom: 24px;
    background: #0a1629;
    background: rgba(0, 0, 0, 0.2);
}

#footer .general-nav a {
    font-size: 10px;
    text-decoration: none;
}
#footer .general-nav a:hover {
    color: #ccc;
}

#footer .general-nav li {
    display: inline-block;
    margin-bottom: 5px;
}

#footer .general-nav li:after {
    content: '|';
    padding-left: 8px;
    padding-right: 4px;
    color: #ffcb05;
}

#footer .general-nav li:last-child:after {
    display: none;
}

.fs-footer-divider {
    color: #FFCB05;
    padding-left: 5px;
    padding-right: 5px;
}

.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

.hidden {
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
