﻿
span.highlight {
    background-color: yellow;
}

.HeaderStuff {
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    color: black !important;
    text-align: center;
    /*padding-left:30px !important;
    padding-right:30px !Important;
    /*font-weight:bold !important;*/
}

.container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: white;
}

.inside {
    width: 80%;
    text-align: left;
    background: white;
    border: 0px solid;
}

.button {
    background-color: #18193d; /*#283270;*/
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background: #18193d;
}

h1 {
    font-family: 'EB Garamond', sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 3em !important;
    color: black !important;
    text-align: left;
}



h2 {
    font-family: 'EB Garamond', sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 2em !important;
    color: black !important;
    text-align: left;
    padding-bottom: 1px !important;
}

h3 {
    font-family: 'EB Garamond', sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 1.2em !important;
    color: black !important;
    text-align: left;
}

a {
    text-decoration: none !important;
}
    /* mouse over link */
    a:hover {
        color: silver !important;
        text-decoration: underline !important;
    }

.hoverWeight {
    /* color:#345D96 !important;
        font-style:normal !important;
        font-weight:700 !important;*/
}

.spacerheightSmall {
    height: 3px;
}

.spaceheight {
    height: 10px;
}

.spaceheight2 {
    height: 20px;
}

.spaceheight3 {
    height: 30px;
}

.leftGuard {
    text-align: left;
}

.li {
    font-style: normal !important;
    font-weight: bolder !important;
}

p {
    font-family: 'Open Sans', sans-serif !important;
    color: black !important;
    padding: 0px;
}

.labelFormat {
    font-family: 'Open Sans', sans-serif !important;
    color: black !important;
    font-weight: normal !important;
    outline: none;
}

.listFormat {
    font-family: 'Open Sans', sans-serif !important;
    color: black !important;
    outline: none;
}

.leftAlign {
    text-align: left;
}
.overFlowCheck {
 overflow-y: scroll;
}
.USABannerStyle
{
background:transparent !important; 
border-color:transparent !important; 
background-color:transparent !important;
}
.USABannerStyleInner
{
background-color:transparent;
background:transparent;
}
.PrivacyAct {
text-decoration:underline !important;
color:black !important;
text-align:center !important;
}
.Padding30 {
    padding-left:30px;
}
.BlockStyle {
display: block;
}
.LogoWrapper {
 background-color:transparent !important; 
 border-width:0px !important;
}
.LogoWrapper2 {
background: url( https://www.state.gov/wp-content/themes/state/images/logos/Logo_White_XL.png) center no-repeat;
background-size: contain;
}