/*
Theme Name:         GAI Theme
Description:        Theme for GAI
Version:            1.0
Author:             Generation Moonshot
*/
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Sanitize has been modified to fit my needs */
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

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

/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

html,
body {
  height: 100%;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  text-decoration: none;
}

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */
a:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("//fonts.gstatic.com/s/roboto/v15/sTdaA6j0Psb920Vjv-mrzH-_kf6ByYO6CLYdB4HQE-Y.woff2") format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("//fonts.gstatic.com/s/roboto/v15/uYECMKoHcO9x1wdmbyHIm3-_kf6ByYO6CLYdB4HQE-Y.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("//fonts.gstatic.com/s/roboto/v15/tnj4SB6DNbdaQnsM8CFqBX-_kf6ByYO6CLYdB4HQE-Y.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("//fonts.gstatic.com/s/roboto/v15/_VYFx-s824kXq_Ul2BHqYH-_kf6ByYO6CLYdB4HQE-Y.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("//fonts.gstatic.com/s/roboto/v15/NJ4vxlgWwWbEsv18dAhqnn-_kf6ByYO6CLYdB4HQE-Y.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("//fonts.gstatic.com/s/roboto/v15/Ks_cVxiCiwUWVsFWFA3Bjn-_kf6ByYO6CLYdB4HQE-Y.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("//fonts.gstatic.com/s/roboto/v15/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("//fonts.gstatic.com/s/roboto/v15/ZLqKeelYbATG60EpZBSDy4X0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("//fonts.gstatic.com/s/roboto/v15/oHi30kwQWvpCWqAhzHcCSIX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("//fonts.gstatic.com/s/roboto/v15/rGvHdJnr2l75qb0YND9NyIX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("//fonts.gstatic.com/s/roboto/v15/mx9Uck6uB63VIKFYnEMXrYX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("//fonts.gstatic.com/s/roboto/v15/mbmhprMH69Zi6eEPBYVFhYX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("//fonts.gstatic.com/s/roboto/v15/oOeFwZNlrTefzLYmlVV1UIX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("//fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUZBw1xU1rKptJj_0jans920.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("//fonts.gstatic.com/s/roboto/v15/77FXFjRbGzN4aCrSFhlh3oX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("//fonts.gstatic.com/s/roboto/v15/isZ-wbCXNKAbnjo6_TwHToX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("//fonts.gstatic.com/s/roboto/v15/UX6i4JxQDm3fVTc1CPuwqoX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("//fonts.gstatic.com/s/roboto/v15/jSN2CGVDbcVyCnfJfjSdfIX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("//fonts.gstatic.com/s/roboto/v15/PwZc-YbIL414wB9rB1IAPYX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("//fonts.gstatic.com/s/roboto/v15/97uahxiqZRoncBaCEI3aW4X0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("//fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("//fonts.gstatic.com/s/roboto/v15/WxrXJa0C3KdtC7lMafG4dRkAz4rYn47Zy2rvigWQf6w.woff2") format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("//fonts.gstatic.com/s/roboto/v15/OpXUqTo0UgQQhGj_SFdLWBkAz4rYn47Zy2rvigWQf6w.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("//fonts.gstatic.com/s/roboto/v15/1hZf02POANh32k2VkgEoUBkAz4rYn47Zy2rvigWQf6w.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("//fonts.gstatic.com/s/roboto/v15/cDKhRaXnQTOVbaoxwdOr9xkAz4rYn47Zy2rvigWQf6w.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("//fonts.gstatic.com/s/roboto/v15/K23cxWVTrIFD6DJsEVi07RkAz4rYn47Zy2rvigWQf6w.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("//fonts.gstatic.com/s/roboto/v15/vSzulfKSK0LLjjfeaxcREhkAz4rYn47Zy2rvigWQf6w.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("//fonts.gstatic.com/s/roboto/v15/vPcynSL0qHq_6dX7lKVByXYhjbSpvc47ee6xR_80Hnw.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("//fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0fZraR2Tg8w2lzm7kLNL0-w.woff2") format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("//fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0V4sYYdJg5dU2qzJEVSuta0.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("//fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0VBW26QxpSj-_ZKm_xT4hWw.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("//fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0Qt_Rm691LTebKfY2ZkKSmI.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("//fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0dDiNsR5a-9Oe_Ivpu8XWlY.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("//fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0aE8kM4xWR1_1bYURRojRGc.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("//fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0Ygp9Q8gbYrhqGlRav_IXfk.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/*
 *
 * Grid Configuration
 *
 */
*, *:before, *:after {
  box-sizing: border-box;
}

/*
 *
 * Fonts
 *
 */
/*
 *
 * Colors
 * All colors use names from http://chir.ag/projects/name-that-color
 *
 */
/*
 *
 * Screen Sizes
 *
 */
.fw {
  width: 100%;
  max-width: 100%;
}

.read-more-btn {
  background-color: #ffffff;
  border: 1px solid #34537D;
  padding: 10px 30px;
  color: #34537D;
  display: inline-block;
}

body {
  position: relative;
  font-family: "Roboto", sans-serif;
}

.container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

.top-bar {
  height: 72px;
}

.page-title {
  display: none;
}

a {
  color: #232323;
}

#ToTop {
  font-size: 20px;
  font-size: 2rem;
  background: #000000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 100px;
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #ffffff;
  width: 48px;
  height: 35px;
  transition: background 0.2s;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 770px) {
  #ToTop {
    display: none;
  }
}

#ToTop:hover {
  background-color: #232323;
}

#ReportCorruption {
  background-color: #01285D;
  position: fixed;
  width: 350px;
  height: 350px;
  top: 22%;
  left: -314px;
  padding-right: 35px;
  z-index: 1000;
  border: 1px solid #0a3f88;
  cursor: pointer;
  transition: all 0.5s;
}

#ReportCorruption.open {
  height: 500px;
  left: 0;
}

#ReportCorruption.open .click {
  height: 500px;
}

#ReportCorruption .form-content {
  padding: 10px;
}

#ReportCorruption .form-content .gform_description {
  font-size: 13px;
  font-size: 1.3rem;
  color: #ffffff;
}

#ReportCorruption .form-content .gform_wrapper .gfield_label {
  display: none;
}

#ReportCorruption .form-content .gform_wrapper input:not([type="submit"]) {
  font-size: 13px;
  font-size: 1.3rem;
  height: 30px;
  line-height: 30px;
  padding: 4px;
}

#ReportCorruption .form-content .gform_wrapper input:not([type="submit"]),
#ReportCorruption .form-content .gform_wrapper textarea {
  border: 1px solid #ffffff;
  color: #ffffff;
  width: 100%;
}

#ReportCorruption .form-content .gform_wrapper input:not([type="submit"])::-webkit-input-placeholder,
#ReportCorruption .form-content .gform_wrapper textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff !important;
}

#ReportCorruption .form-content .gform_wrapper input:not([type="submit"])::-moz-placeholder,
#ReportCorruption .form-content .gform_wrapper textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff !important;
}

#ReportCorruption .form-content .gform_wrapper input:not([type="submit"]):-ms-input-placeholder,
#ReportCorruption .form-content .gform_wrapper textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff !important;
}

#ReportCorruption .form-content .gform_wrapper input:not([type="submit"]):-moz-placeholder,
#ReportCorruption .form-content .gform_wrapper textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff !important;
}

#ReportCorruption .form-content .gform_wrapper input[type="submit"] {
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #ffffff;
  color: #01285D;
  padding: 15px 30px;
}

#ReportCorruption .form-content .gform_wrapper input[type="submit"]:hover {
  background-color: #01285D;
  color: #ffffff;
}

#ReportCorruption .click {
  position: absolute;
  top: 0;
  right: 0;
  height: 350px;
  width: 35px;
  background-color: #01285D;
  border-left: 1px solid #0a3f88;
  padding: 5px;
}

/* Components */
.top-bar {
  background-color: #ffffff;
}

@media (max-width: 770px) {
  .top-bar {
    margin-top: 70px;
  }
}

.site-header {
  background: #eeeeee;
  /* The Fallback */
  background: rgba(238, 238, 238, 0.8);
  position: absolute;
  top: 0;
  z-index: 1;
}

@media (max-width: 770px) {
  .site-header {
    display: none;
  }
}

.site-header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.site-header .logo {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.site-header .logo > a {
  display: block;
  margin-top: 5px;
}

.site-header nav ul li {
  display: inline-block;
  line-height: 100px;
  height: 100px;
}

.site-header nav ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 25px;
  line-height: 100px;
  font-family: "Roboto", sans-serif;
  color: #01285D;
  transition: background .5s, color .5s;
  display: inline-block;
}

.site-header nav ul li a:hover {
  color: #006af3;
}

.site-header nav ul li.donate-btn a {
  color: #ffffff;
  background-color: #01285D;
  height: 43px;
  line-height: 43px;
}

.site-header nav ul li.donate-btn a:hover {
  color: #006af3;
}

.hero-section {
  position: relative;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.hero-section .home-slider a {
  display: block;
}

.hero-section .home-slider a > img {
  width: 100%;
  height: auto;
}

.hero-section .home-slider.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.hero-section .home-slider.slick-dotted.slick-slider .slick-dots {
  bottom: 0;
}

.hero-section .title-section {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 250px;
}

.hero-section .title-section:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 20.73491%;
}

.hero-section .title-section > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 770px) {
  .hero-section .title-section {
    margin-top: -60px;
    z-index: -1;
  }
}

.home .site-content {
  background-color: #01285D;
  color: #ffffff;
}

.home .site-content .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 770px) {
  .home .site-content .container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.home .site-content .container .left {
  width: 60%;
  padding-right: 20px;
}

@media (max-width: 770px) {
  .home .site-content .container .left {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}

.home .site-content .container .left .mission-title {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.home .site-content .container .left .mission-content {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
}

.home .site-content .container .left .learn-more-btn {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 55px 0 0;
  color: #ffffff;
  opacity: 0.8;
  border: 1px solid #ffffff;
  padding: 10px 40px;
  display: inline-block;
}

@media (max-width: 770px) {
  .home .site-content .container .left .learn-more-btn {
    margin: 55px auto 30px;
  }
}

.home .site-content .container .left .learn-more-btn:hover {
  opacity: 1;
}

.home .site-content .container .right {
  width: 40%;
  background-image: url("/wp-content/uploads/2017/02/gai-home-form-background1.jpg");
  background-size: cover;
  background-color: #01285D;
}

@media (max-width: 770px) {
  .home .site-content .container .right {
    width: 100%;
    padding-right: 0;
  }
}

.home .site-content .container .right .gform_wrapper {
  padding: 20px 50px;
}

.home .site-content .container .right .gform_wrapper .gform_title {
  font-size: 36px;
  font-size: 3.6rem;
  color: #01285D;
  margin: 0 0 10px;
}

.home .site-content .container .right .gform_wrapper .gform_description {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 16px;
  color: #01285D;
}

.home .site-content .container .right .gform_wrapper .gform_body ul li .gfield_label {
  display: none !important;
}

.home .site-content .container .right .gform_wrapper .gform_body ul li input {
  height: 40px;
  line-height: 40px;
}

.home .site-content .container .right .gform_wrapper .gform_body ul li input,
.home .site-content .container .right .gform_wrapper .gform_body ul li textarea {
  font-size: 1.3rem !important;
  width: 80%;
  padding: .313em !important;
  border: 1px solid #01285D;
  background-color: transparent;
  display: inline-block;
  color: #01285D;
}

@media (max-width: 770px) {
  .home .site-content .container .right .gform_wrapper .gform_body ul li input,
  .home .site-content .container .right .gform_wrapper .gform_body ul li textarea {
    width: 100%;
  }
}

.home .site-content .container .right .gform_wrapper .gform_body ul li input::-webkit-input-placeholder,
.home .site-content .container .right .gform_wrapper .gform_body ul li textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #01285D;
  text-transform: uppercase;
}

.home .site-content .container .right .gform_wrapper .gform_body ul li input::-moz-placeholder,
.home .site-content .container .right .gform_wrapper .gform_body ul li textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #01285D;
  text-transform: uppercase;
}

.home .site-content .container .right .gform_wrapper .gform_body ul li input:-ms-input-placeholder,
.home .site-content .container .right .gform_wrapper .gform_body ul li textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #01285D;
  text-transform: uppercase;
}

.home .site-content .container .right .gform_wrapper .gform_body ul li input:-moz-placeholder,
.home .site-content .container .right .gform_wrapper .gform_body ul li textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #01285D;
  text-transform: uppercase;
}

.home .site-content .container .right .gform_wrapper .gform_footer input[type="submit"] {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  background-color: #01285D;
  color: #ffffff;
  border: none;
  padding: 15px 30px;
  margin-bottom: 30px;
}

.home .site-content .container .right .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #0a3f88;
}

.home-feed h2 {
  font-size: 36px;
  font-size: 3.6rem;
  color: #01285D;
  margin-top: 50px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.home-feed .feed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-feed .feed article {
  width: 48%;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #0a3f88;
  padding-bottom: 60px;
  margin-bottom: 20px;
}

@media (max-width: 770px) {
  .home-feed .feed article {
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.home-feed .feed article:nth-child(odd) {
  margin-right: 2%;
}

.home-feed .feed article .featured-img {
  width: 20%;
  margin-right: 15px;
}

@media (max-width: 770px) {
  .home-feed .feed article .featured-img {
    width: auto;
  }
}

.home-feed .feed article .article-content {
  width: 80%;
}

.home-feed .feed article .article-content h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #232323;
  margin: 0 0 10px;
}

.home-feed .feed article .article-content .byline {
  font-size: 14px;
  font-size: 1.4rem;
  color: #0a3f88;
}

.home-feed .feed article .article-content > p {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10px 0;
  line-height: 25px;
  color: #000000;
}

.home-feed .feed article .article-content > a {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #ffffff;
  border: 1px solid #01285D;
  padding: 10px 30px;
  color: #01285D;
  display: inline-block;
  margin-top: 30px;
}

.home-feed a.see-more-btn {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  margin: 100px auto;
  display: block;
  background-color: #ffffff;
  border: 1px solid #01285D;
  padding: 10px 30px;
  color: #01285D;
  width: 190px;
}

footer {
  background-color: #042450;
  padding: 20px 0 30px;
  text-align: center;
}

footer .social-btns {
  margin-bottom: 20px;
}

footer .social-btns a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  opacity: 0.8;
  display: inline-block;
  margin: 0 13px;
}

footer .social-btns a:hover {
  opacity: 1;
}

footer .foot-nav {
  display: block;
  margin-bottom: 20px;
}

footer .foot-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 770px) {
  footer .foot-nav ul {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

footer .foot-nav ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 10px;
  color: #ffffff;
  opacity: 0.8;
}

@media (max-width: 770px) {
  footer .foot-nav ul li a {
    margin: 5px 0;
  }
}

footer .foot-nav ul li a:hover {
  opacity: 1;
}

footer .copyright-wrap {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  padding: 15px 0 10px;
}

footer .copyright-wrap .copyright {
  color: #ffffff;
  opacity: 0.8;
}

footer .copyright-wrap .copyright a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #e7c305;
  opacity: 0.8;
}

footer .copyright-wrap .copyright a:hover {
  opacity: 1;
}

#MobileMenuW {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 100;
  height: 70px;
  padding: 10px 25px;
  width: 100%;
}

@media (max-width: 770px) {
  #MobileMenuW {
    display: block;
  }
}

#MobileMenuW .main-nav {
  background: #232323;
  /* The Fallback */
  background: rgba(35, 35, 35, 0.95);
  display: none;
  position: fixed;
  left: 0;
  top: 70px;
  width: 90%;
}

#MobileMenuW .main-nav.open {
  display: block;
}

#MobileMenuW .main-nav ul li:not(:last-child) {
  border-bottom: 1px solid #4C4C4C;
}

#MobileMenuW .main-nav ul li a {
  font-size: 13px;
  font-size: 1.3rem;
  color: #ffffff;
  display: block;
  padding: 10px 15px;
  width: 100%;
}

#MobileMenuW .container {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

#MobileMenuW .container .logo {
  max-height: 50px;
}

#MobileMenuW .container .logo a {
  display: block;
  max-height: 50px;
}

#MobileMenuW .container .logo img {
  max-height: 50px;
  width: auto;
}

#MobileMenuW .container .mobile-bars {
  font-size: 50px;
  font-size: 5rem;
  line-height: 50px;
  margin-right: 20px;
}

#FixedMenuW {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

#FixedMenuW.active {
  display: block;
}

@media (max-width: 770px) {
  #FixedMenuW.active {
    display: none;
  }
}

#FixedMenuW {
  background: #eeeeee;
  /* The Fallback */
  background: rgba(238, 238, 238, 0.8);
}

#FixedMenuW .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

#FixedMenuW .logo {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

#FixedMenuW .logo > a {
  display: block;
  margin-top: 5px;
}

#FixedMenuW nav ul li {
  display: inline-block;
  line-height: 100px;
  height: 100px;
}

#FixedMenuW nav ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 25px;
  line-height: 100px;
  font-family: "Roboto", sans-serif;
  color: #01285D;
  transition: background .5s, color .5s;
  display: inline-block;
}

#FixedMenuW nav ul li a:hover {
  color: #006af3;
}

#FixedMenuW nav ul li.donate-btn a {
  color: #ffffff;
  background-color: #01285D;
  height: 43px;
  line-height: 43px;
}

#FixedMenuW nav ul li.donate-btn a:hover {
  color: #006af3;
}

.top-bar .gform_wrapper,
footer .gform_wrapper {
  max-width: 457px;
  margin: 12px auto;
}

.top-bar form,
footer form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}

@media (max-width: 770px) {
  .top-bar form,
  footer form {
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 250px;
    display: block;
  }
}

.top-bar form .gform_heading,
footer form .gform_heading {
  margin: 0 !important;
}

@media (max-width: 770px) {
  .top-bar form .gform_heading,
  footer form .gform_heading {
    text-align: center;
    display: inline-block;
  }
}

.top-bar form .gform_heading span.gform_description,
footer form .gform_heading span.gform_description {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
  margin: 0;
  width: 100%;
}

@media (max-width: 770px) {
  .top-bar form .gform_body,
  footer form .gform_body {
    display: inline-block;
    float: left;
    max-width: 60%;
  }
}

.top-bar form .gform_body ul li,
footer form .gform_body ul li {
  padding: 0 !important;
  margin: 0 !important;
}

.top-bar form .gform_body ul li .gfield_label,
footer form .gform_body ul li .gfield_label {
  display: none !important;
}

.top-bar form .gform_body ul .ginput_container,
footer form .gform_body ul .ginput_container {
  margin: 0 !important;
}

.top-bar form .gform_body ul input,
footer form .gform_body ul input {
  font-size: 1.4rem  !important;
  height: 40px;
  line-height: 40px;
  width: 100% !important;
  max-width: 250px !important;
  padding: 0 95px 0 5px !important;
  font-style: italic;
}

.top-bar form .gform_footer,
footer form .gform_footer {
  position: absolute;
  top: 0;
  right: 0;
  clear: none !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 770px) {
  .top-bar form .gform_footer,
  footer form .gform_footer {
    bottom: 0;
    position: static;
    display: inline-block;
    float: left;
    margin-left: 10px !important;
  }
}

.top-bar form .gform_footer input[type="submit"],
footer form .gform_footer input[type="submit"] {
  font-size: 1.4rem  !important;
  height: 40px;
  line-height: 40px;
  color: #c1c0c0;
  padding: 0 25px !important;
  margin: 0 !important;
}

.top-bar .gform_confirmation_wrapper,
footer .gform_confirmation_wrapper {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 60px;
}

.top-bar form .gform_heading span.gform_description {
  color: #01285D;
}

.top-bar form .gform_body ul li input {
  border: 1px solid #01285D;
  color: #01285D;
}

@media (max-width: 770px) {
  .top-bar form .gform_footer input[type="submit"] {
    border: 1px solid #01285D;
    color: #01285D;
  }
}

footer .gform_confirmation_wrapper {
  color: #ffffff;
}

footer form .gform_heading span.gform_description {
  color: #c1c0c0;
}

footer form .gform_body ul li input {
  border: 1px solid #c1c0c0;
  color: #c1c0c0;
}

footer form .gform_body ul li input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c1c0c0;
}

footer form .gform_body ul li input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c1c0c0;
}

footer form .gform_body ul li input:-ms-input-placeholder {
  /* IE 10+ */
  color: #c1c0c0;
}

footer form .gform_body ul li input:-moz-placeholder {
  /* Firefox 18- */
  color: #c1c0c0;
}

@media (max-width: 770px) {
  footer form .gform_footer input[type="submit"] {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
}

.site-content .wp-pagenavi {
  display: block;
  text-align: center;
  clear: both;
  padding: 35px 0 20px;
  width: 100%;
}

.site-content .wp-pagenavi span,
.site-content .wp-pagenavi a {
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 0;
  padding: 0 10px;
  border: 0;
  opacity: 1;
  transition: opacity .2s;
  display: inline-block;
  line-height: 1.5em;
  margin: 0 5px 0 0;
}

.site-content .wp-pagenavi a {
  color: #232323;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$white', endColorstr='$concrete',GradientType=0 );
}

.site-content .wp-pagenavi span.current {
  font-weight: bold;
  background: #232323;
  color: #ffffff;
}

/* Pages */
.site-content .center-aligner {
  text-align: center;
}

.site-content p {
  margin: 10px 15px;
}

.site-content .about-our-mission {
  font-size: 25px;
  font-size: 2.5rem;
  color: #0a3f88;
  padding: 50px 0 20px;
}

.site-content .about-top-text {
  font-size: 30px;
  font-size: 3rem;
  color: #01285D;
  line-height: 43px;
}

.site-content .about-page-divider {
  width: 30%;
  background-color: #01285D;
  height: 1px;
  margin: 80px auto;
}

.site-content .first-person-header {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  color: #01285D;
  padding-bottom: 30px;
}

.site-content .person-header {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  color: #01285D;
  padding: 30px 0;
}

.site-content .person-sub-header {
  font-size: 18px;
  font-size: 1.8rem;
  color: #0a3f88;
}

.site-content .person-content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26x;
  color: #000000;
}

.site-content .board-header {
  font-size: 30px;
  font-size: 3rem;
  line-height: 38px;
  color: #01285D;
  padding: 60px 0;
  border-bottom: 1px solid #0a3f88;
}

.site-content img.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}

.site-content img.alignright {
  float: right;
  margin: 10px 0 10px 10px;
}

@media (max-width: 770px) {
  .site-content img {
    width: 100%;
    float: none;
    margin: 30px 0;
  }
}

.page-template-page-form .site-content .page-content {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 0;
}

@media (max-width: 770px) {
  .page-template-page-form .site-content .page-content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.page-template-page-form .site-content .page-content .scel {
  width: 50%;
}

@media (max-width: 770px) {
  .page-template-page-form .site-content .page-content .scel {
    width: 100%;
  }
}

.page-template-page-form .site-content .page-content .gform_wrapper {
  padding: 0 50px 20px;
}

.page-template-page-form .site-content .page-content .gform_wrapper .gform_title {
  font-size: 36px;
  font-size: 3.6rem;
  color: #01285D;
  margin: 0 0 10px;
}

.page-template-page-form .site-content .page-content .gform_wrapper .gform_description {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 16px;
}

.page-template-page-form .site-content .page-content .gform_wrapper .gform_body ul li .gfield_label {
  display: none !important;
}

.page-template-page-form .site-content .page-content .gform_wrapper .gform_body ul li input {
  height: 40px;
  line-height: 40px;
}

.page-template-page-form .site-content .page-content .gform_wrapper .gform_body ul li input,
.page-template-page-form .site-content .page-content .gform_wrapper .gform_body ul li textarea {
  font-size: 1.3rem !important;
  width: 80%;
  padding: .313em !important;
  border: 1px solid #01285D;
  background-color: transparent;
  display: inline-block;
  color: #01285D;
}

@media (max-width: 770px) {
  .page-template-page-form .site-content .page-content .gform_wrapper .gform_body ul li input,
  .page-template-page-form .site-content .page-content .gform_wrapper .gform_body ul li textarea {
    width: 100%;
  }
}

.page-template-page-form .site-content .page-content .gform_wrapper .gform_body ul li input::-webkit-input-placeholder,
.page-template-page-form .site-content .page-content .gform_wrapper .gform_body ul li textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #01285D !important;
}

.page-template-page-form .site-content .page-content .gform_wrapper .gform_body ul li input::-moz-placeholder,
.page-template-page-form .site-content .page-content .gform_wrapper .gform_body ul li textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #01285D !important;
}

.page-template-page-form .site-content .page-content .gform_wrapper .gform_body ul li input:-ms-input-placeholder,
.page-template-page-form .site-content .page-content .gform_wrapper .gform_body ul li textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #01285D !important;
}

.page-template-page-form .site-content .page-content .gform_wrapper .gform_body ul li input:-moz-placeholder,
.page-template-page-form .site-content .page-content .gform_wrapper .gform_body ul li textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #01285D !important;
}

.page-template-page-form .site-content .page-content .gform_wrapper .gform_footer input[type="submit"] {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  background-color: #01285D;
  color: #ffffff;
  border: none;
  padding: 10px 50px;
  margin-bottom: 30px;
}

.page-template-page-form .site-content .page-content .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #0a3f88;
}

.page-template-page-form .site-content .page-content .top-margin-tips {
  margin-top: 50px;
}

.page-template-page-form .site-content .page-content .tips-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  color: #01285D;
}

.page-template-page-form .site-content .page-content strong {
  font-weight: bold;
}

.page-template-page-form .site-content .page-content .top-margin-contact {
  margin-top: 6%;
}

.page-template-page-form .site-content .page-content .contact-big-text {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  color: #01285D;
}

.page-template-page-form .site-content .page-content .contact-small-text {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000000;
  line-height: 20px;
}

.page-template-page-form .site-content .page-content .bit-text-a {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  color: #0a3f88;
}

.page-template-page-form .site-content .page-content .bit-text-a:hover {
  color: #e7c305;
}

.page-template-default .site-content {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 30px 0;
}

.page-template-page-newsroom .site-content,
.search-results .site-content {
  padding-top: 95px;
}

.page-template-page-newsroom .feed,
.search-results .feed {
  width: 74.57627%;
  float: left;
  margin-right: 1.69492%;
  padding-right: 40px;
}

@media (max-width: 770px) {
  .page-template-page-newsroom .feed,
  .search-results .feed {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.page-template-page-newsroom .feed article,
.search-results .feed article {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 20px;
  border-bottom: 1px solid #0a3f88;
  padding-bottom: 30px;
}

@media (max-width: 770px) {
  .page-template-page-newsroom .feed article,
  .search-results .feed article {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.page-template-page-newsroom .feed article .featured-img,
.search-results .feed article .featured-img {
  width: 20%;
}

@media (max-width: 770px) {
  .page-template-page-newsroom .feed article .featured-img,
  .search-results .feed article .featured-img {
    width: auto;
  }
}

.page-template-page-newsroom .feed article .article-content,
.search-results .feed article .article-content {
  width: 80%;
  padding-left: 10px;
}

@media (max-width: 770px) {
  .page-template-page-newsroom .feed article .article-content,
  .search-results .feed article .article-content {
    width: 100%;
  }
}

.page-template-page-newsroom .feed article .article-content h2,
.search-results .feed article .article-content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #232323;
  margin: 0 0 10px;
}

.page-template-page-newsroom .feed article .article-content .byline,
.search-results .feed article .article-content .byline {
  font-size: 14px;
  font-size: 1.4rem;
  color: #0a3f88;
}

.page-template-page-newsroom .feed article .article-content .social-share,
.search-results .feed article .article-content .social-share {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 10px;
}

.page-template-page-newsroom .feed article .article-content .social-share a,
.search-results .feed article .article-content .social-share a {
  margin-right: 10px;
  color: #01285D;
}

.page-template-page-newsroom .feed article .article-content p,
.search-results .feed article .article-content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  color: #000000;
  margin: 0 0 10px;
}

.page-template-page-newsroom .feed article .article-content .read-more-btn,
.search-results .feed article .article-content .read-more-btn {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #ffffff;
  border: 1px solid #34537D;
  padding: 10px 30px;
  color: #34537D;
  display: inline-block;
  margin-top: 30px;
}

.page-template-page-newsroom .feed .wp-pagenavi,
.search-results .feed .wp-pagenavi {
  display: block;
  text-align: center;
  clear: both;
  padding: 35px 0 20px;
}

.page-template-page-newsroom .feed .wp-pagenavi span,
.page-template-page-newsroom .feed .wp-pagenavi a,
.search-results .feed .wp-pagenavi span,
.search-results .feed .wp-pagenavi a {
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 0;
  padding: 0 10px;
  border: 0;
  opacity: 1;
  transition: opacity .2s;
  display: inline-block;
  line-height: 1.5em;
  margin: 0 5px 0 0;
}

.page-template-page-newsroom .feed .wp-pagenavi a,
.search-results .feed .wp-pagenavi a {
  color: #232323;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$white', endColorstr='$concrete',GradientType=0 );
}

.page-template-page-newsroom .feed .wp-pagenavi span.current,
.search-results .feed .wp-pagenavi span.current {
  font-weight: bold;
  background: #232323;
  color: #ffffff;
}

.page-template-page-newsroom .sidebar,
.search-results .sidebar {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0;
}

@media (max-width: 770px) {
  .page-template-page-newsroom .sidebar,
  .search-results .sidebar {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.page-template-page-investigations #FeaturedInv {
  background-color: #042450;
  color: #ffffff;
  padding: 50px 0;
}

.page-template-page-investigations #FeaturedInv .inv-featured {
  width: 30%;
}

@media (max-width: 770px) {
  .page-template-page-investigations #FeaturedInv .inv-featured {
    width: 100%;
  }
}

.page-template-page-investigations #FeaturedInv .featured-investigation {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 40px;
}

.page-template-page-investigations #FeaturedInv h2 {
  font-size: 36px;
  font-size: 3.6rem;
  margin: 0 0 10px;
  font-weight: 500;
}

.page-template-page-investigations #FeaturedInv .social-share a {
  font-size: 13px;
  font-size: 1.3rem;
  margin-right: 10px;
  opacity: 0.8;
}

.page-template-page-investigations #FeaturedInv .social-share a:hover {
  opacity: 1;
}

.page-template-page-investigations #FeaturedInv a {
  color: #ffffff;
}

.page-template-page-investigations #FeaturedInv a.read-more-btn {
  border-color: #ffffff;
  background-color: transparent;
  margin-top: 15px;
  opacity: 0.8;
}

.page-template-page-investigations #FeaturedInv a.read-more-btn:hover {
  opacity: 1;
}

.page-template-page-investigations .site-content {
  padding-top: 95px;
}

.page-template-page-investigations .feed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-page-investigations .feed article {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
}

@media (max-width: 770px) {
  .page-template-page-investigations .feed article {
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.page-template-page-investigations .feed article:nth-child(odd) {
  padding-right: 20px;
}

.page-template-page-investigations .feed article .featured-img {
  width: 8%;
}

@media (max-width: 770px) {
  .page-template-page-investigations .feed article .featured-img {
    width: 50px;
    height: auto;
  }
}

.page-template-page-investigations .feed article .article-content {
  width: 92%;
  padding-left: 10px;
}

@media (max-width: 770px) {
  .page-template-page-investigations .feed article .article-content {
    width: 100%;
    padding: 0;
  }
}

.page-template-page-investigations .feed article .article-content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #01285D;
  margin: 0 0 10px;
}

.page-template-page-investigations .feed article .article-content .social-share {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 10px;
}

.page-template-page-investigations .feed article .article-content .social-share a {
  margin-right: 10px;
  color: #01285D;
}

.page-template-page-investigations .feed article .article-content .read-more-btn {
  background-color: #ffffff;
  border: 1px solid #0a3f88;
  color: #0a3f88;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 15px;
}

.page-template-page-donate .site-content {
  padding-top: 70px;
}

.page-template-page-donate .site-content .page-content {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 85px;
}

@media (max-width: 770px) {
  .page-template-page-donate .site-content .page-content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.page-template-page-donate .site-content .donate-left {
  width: 55%;
  padding-right: 20px;
}

@media (max-width: 770px) {
  .page-template-page-donate .site-content .donate-left {
    width: 100%;
    padding: 0;
  }
}

.page-template-page-donate .site-content .donate-left p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #003883;
}

.page-template-page-donate .site-content .donate-right {
  width: 45%;
}

@media (max-width: 770px) {
  .page-template-page-donate .site-content .donate-right {
    width: 100%;
  }
}

.page-template-page-donate .site-content .donate-right .gform_wrapper {
  margin: 0 !important;
}

.page-template-page-donate .site-content .donate-right .gform_wrapper .ginput_container_creditcard .ginput_cardinfo_left {
  width: 66%;
}

@media (max-width: 770px) {
  .page-template-page-donate .site-content .donate-right .gform_wrapper .ginput_container_creditcard .ginput_cardinfo_left #input_5_3_2_year {
    margin-top: 10px;
  }
}

.page-template-page-donate .site-content .donate-right .gform_wrapper .ginput_container_creditcard .ginput_cardinfo_right {
  width: 34% !important;
}

.page-template-page-donate .site-content .donate-right .gform_wrapper .ginput_container_creditcard .ginput_cardinfo_right input {
  max-width: 100% !important;
}

.page-template-page-donate .site-content .donate-right .gform_wrapper .ginput_container_creditcard .ginput_card_field {
  width: 100% !important;
}

.page-template-page-donate .site-content .donate-right .gform_wrapper .ginput_container_creditcard select {
  background-color: #ffffff;
  margin: 0 4px 0 0;
  border: 1px solid #01285D;
  height: 40px;
  color: #0a3f88;
}

.page-template-page-donate .site-content .donate-right .gform_wrapper .gform_heading h3 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-top: 0;
}

.page-template-page-donate .site-content .donate-right .gform_wrapper .gform_body .gfield_label,
.page-template-page-donate .site-content .donate-right .gform_wrapper .gform_body .gform_card_icon_container,
.page-template-page-donate .site-content .donate-right .gform_wrapper .gform_body .ginput_card_security_code_icon,
.page-template-page-donate .site-content .donate-right .gform_wrapper .gform_body label {
  display: none !important;
}

.page-template-page-donate .site-content .donate-right .gform_wrapper .gform_body ul li input {
  height: 40px;
  padding: 0 0 0 10px;
  color: #003883;
  border: 1px solid #01285D;
  width: 100%;
}

.page-template-page-donate .site-content .donate-right .gform_wrapper .gform_body ul li select {
  height: 40px;
  border: 1px solid #01285D;
  color: #003883;
}

.page-template-page-donate .site-content .donate-right .gform_wrapper .gform_body ul li .ginput_full {
  width: 100%;
  margin-top: 10px;
}

.page-template-page-donate .site-content .donate-right .gform_wrapper .gform_body ul li .ginput_card_field {
  width: 66%;
}

.page-template-page-donate .site-content .donate-right .gform_wrapper .gform_body ul li .ginput_cardinfo_right {
  width: 33%;
}

.page-template-page-donate .site-content .donate-right .gform_wrapper .gform_body ul li #input_5_4 {
  width: 100%;
  border-radius: 0;
}

.page-template-page-donate .site-content .donate-right .gform_wrapper .gform_footer input[type="submit"] {
  font-size: 13px;
  font-size: 1.3rem;
  width: 50%;
  background-color: #ffffff;
  border: 1px solid #01285D;
  padding: 0 !important;
  height: 40px;
  color: #01285D;
  font-weight: bold;
}

.thank-you h2 {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0 0 50px;
  color: #003883;
  line-height: 34px;
  font-weight: 500;
}

.thank-you p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #003883;
}

.thank-you img {
  float: left;
  margin: 0 25px 0 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #01285D !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #01285D !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #01285D !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #01285D !important;
}

.error404 .site-content {
  margin: 142px 0;
}

.error404 .site-content h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

.error404 .site-content .entry-content {
  font-size: 13px;
  font-size: 1.3rem;
}

.error404 .site-content .entry-content p {
  margin: 10px 0;
}

.error404 .site-content .entry-content form input[type="text"] {
  width: 50%;
  height: 40px;
  line-height: 40px;
  color: #01285D;
  border: 1px solid #01285D;
}

.error404 .site-content .entry-content form input[type="submit"] {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  background-color: #01285D;
  color: #ffffff;
  border: none;
  padding: 10px 50px;
  min-height: 40px;
  text-transform: uppercase;
}

.error404 .site-content .entry-content form input[type="submit"]:hover {
  background-color: #0a3f88;
}

/*# sourceMappingURL=style.css.map */
