/* ===========================================================
   ASSETS
=========================================================== */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
/* line 9, ../sass/asset/_normalize.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 14, ../sass/asset/_normalize.scss */
a, a img, img {
  text-decoration: none;
  outline: 0;
}

/* line 19, ../sass/asset/_normalize.scss */
a img {
  border: none;
  outline: none;
}

/* line 24, ../sass/asset/_normalize.scss */
ul {
  list-style: none;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 35, ../sass/asset/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 53, ../sass/asset/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 64, ../sass/asset/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 73, ../sass/asset/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 87, ../sass/asset/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
/* line 97, ../sass/asset/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 109, ../sass/asset/_normalize.scss */
a:focus {
  outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 117, ../sass/asset/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 131, ../sass/asset/_normalize.scss */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 139, ../sass/asset/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 147, ../sass/asset/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 156, ../sass/asset/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 164, ../sass/asset/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 174, ../sass/asset/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 186, ../sass/asset/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
/* line 196, ../sass/asset/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 204, ../sass/asset/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 212, ../sass/asset/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 220, ../sass/asset/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 224, ../sass/asset/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 236, ../sass/asset/_normalize.scss */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 244, ../sass/asset/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 256, ../sass/asset/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 268, ../sass/asset/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 279, ../sass/asset/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 290, ../sass/asset/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 304, ../sass/asset/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 317, ../sass/asset/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 329, ../sass/asset/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 339, ../sass/asset/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 351, ../sass/asset/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 363, ../sass/asset/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 372, ../sass/asset/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 383, ../sass/asset/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 396, ../sass/asset/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ===========================================================
   FONT FACE
=========================================================== */
/*@font-face {
    font-family: 'Test';
    src: url('../fonts/test-webfont.eot?') format('eot'),
         url('../fonts/test-webfont.woff') format('woff'),
         url('../fonts/test-webfont.ttf') format('truetype'),
         url('../fonts/test-webfont.svg#test') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* ===========================================================
   BREAKPOINTS
=========================================================== */
/*===========================================================
   FONTS
=========================================================== */
/* ===========================================================
   COLORS
=========================================================== */
/* ===========================================================
   SIZES
=========================================================== */
/* ===========================================================
   BLOG COLORS
=========================================================== */
/* ===========================================================
   MIXINS & EXTENDS
=========================================================== */
/* line 5, ../sass/asset/_mixins.scss */
.container:after, .header:after, .nav:after, .banner:after, .page-wrap:after, .main:after, .sidebar:after, .footer:after, .post .topmeta:after, .post .bottommeta:after, .post .postcontent:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/* line 13, ../sass/asset/_mixins.scss */
.lte-ie8 .container, .lte-ie8 .header, .lte-ie8 .nav, .lte-ie8 .banner, .lte-ie8 .page-wrap, .lte-ie8 .main, .lte-ie8 .sidebar, .lte-ie8 .footer, .lte-ie8 .post .topmeta, .post .lte-ie8 .topmeta, .lte-ie8 .post .bottommeta, .post .lte-ie8 .bottommeta, .lte-ie8 .post .postcontent, .post .lte-ie8 .postcontent {
  zoom: 1;
}

/*ex: @include transition(color, 0.1s); */
/*ex: @include rotate(90); */
/* ===========================================================
   TYPOGRAPHY
=========================================================== */
/* line 7, ../sass/asset/_typography.scss */
.page-wrap h1 {
  text-transform: uppercase;
  color: #346094;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 25px;
  border-bottom: 2px solid #f9be00;
  display: inline-block;
}
/* line 19, ../sass/asset/_typography.scss */
.page-wrap h2 {
  font: 22px/22px "Lato", Arial, Helvetica, sans-serif;
  color: #346094;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}
/* line 27, ../sass/asset/_typography.scss */
.page-wrap h3 {
  font: 16px/16px "Lato", Arial, Helvetica, sans-serif;
  color: #000;
}
/* line 32, ../sass/asset/_typography.scss */
.page-wrap h4 {
  font: 14px/14px "Lato", Arial, Helvetica, sans-serif;
  color: #000;
}
/* line 37, ../sass/asset/_typography.scss */
.page-wrap p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  padding-bottom: 15px;
}
/* line 44, ../sass/asset/_typography.scss */
.page-wrap p a {
  color: #346094;
}
/* line 46, ../sass/asset/_typography.scss */
.page-wrap p a:hover {
  text-decoration: underline;
}
/* line 50, ../sass/asset/_typography.scss */
.page-wrap ul {
  margin: 0 0 15px 20px;
  list-style: disc outside;
}
/* line 54, ../sass/asset/_typography.scss */
.page-wrap ul li {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
/* line 60, ../sass/asset/_typography.scss */
.page-wrap ul li a {
  color: #346094;
}
/* line 62, ../sass/asset/_typography.scss */
.page-wrap ul li a:hover {
  text-decoration: underline;
}
/* line 67, ../sass/asset/_typography.scss */
.page-wrap ol {
  margin: 0 0 15px 20px;
  list-style: decimal outside;
}
/* line 71, ../sass/asset/_typography.scss */
.page-wrap ol li {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
/* line 77, ../sass/asset/_typography.scss */
.page-wrap ol li a {
  color: #346094;
}
/* line 79, ../sass/asset/_typography.scss */
.page-wrap ol li a:hover {
  text-decoration: underline;
}
/* line 84, ../sass/asset/_typography.scss */
.page-wrap hr {
  clear: both;
  margin: 0 0 15px 0;
  height: 1px;
  border: 0;
  width: 100%;
  background: #ccc;
}

/* ===========================================================
   VENDORS
=========================================================== */
/* ===========================================================
   WP STYLES
=========================================================== */
/* line 5, ../sass/vendor/_wordpress.scss */
.aligncenter {
  text-align: center;
}

/* line 8, ../sass/vendor/_wordpress.scss */
.alignleft {
  float: left;
}

/* line 11, ../sass/vendor/_wordpress.scss */
.alignright {
  float: right;
}

/* line 14, ../sass/vendor/_wordpress.scss */
img.alignleft, .wp-caption.alignleft {
  margin: 0 12px 4px 0;
}

/* line 17, ../sass/vendor/_wordpress.scss */
img.alignright, .wp-caption.alignright {
  margin: 0 0 4px 12px;
}

/* line 20, ../sass/vendor/_wordpress.scss */
img.aligncenter, .wp-caption.aligncenter {
  display: block;
  margin: 0 auto;
}

/* line 24, ../sass/vendor/_wordpress.scss */
.wp-caption {
  margin: 10px 0;
  padding: 4px 0 0;
  text-align: center;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 3px;
}
/* line 31, ../sass/vendor/_wordpress.scss */
.wp-caption .wp-caption-text {
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

/* ===========================================================
   DEFAULTS
=========================================================== */
/* ===========================================================
   DEFAULTS
=========================================================== */
/* line 4, ../sass/element/_defaults.scss */
body {
  font-size: 16px;
  line-height: 24px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 16, ../sass/element/_defaults.scss */
a {
  color: #346094;
}
/* line 19, ../sass/element/_defaults.scss */
a:hover, a:active {
  color: #000;
}

/* line 24, ../sass/element/_defaults.scss */
input, select, textarea {
  font: "Lato", Arial, Helvetica, sans-serif 16px;
  color: #000;
  background: #fff;
  border: 1px #ccc solid;
}

/* line 31, ../sass/element/_defaults.scss */
input[type=submit] {
  padding: 3px 6px;
  font: 16px "Lato", Arial, Helvetica, sans-serif;
  color: #000;
  border: 1px #ccc solid;
  border-radius: 5px;
  cursor: pointer;
}

/* line 40, ../sass/element/_defaults.scss */
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

/* ===========================================================
   PAGE WRAPPER
=========================================================== */
/* line 50, ../sass/element/_defaults.scss */
.container {
  margin: 0 auto;
  max-width: 1140px;
  width: 96%;
}
@media only screen and (max-width: 1000px) {
  /* line 50, ../sass/element/_defaults.scss */
  .container {
    width: 100%;
  }
}

/* ===========================================================
   EXTEND / MODIFY THEME
=========================================================== */
/* line 1, ../sass/extensions/extend_theme.scss */
.page-wrap .logo-section .logo {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}

/* line 7, ../sass/extensions/extend_theme.scss */
.content-wrap .bottom .logo {
  display: inline-block;
  vertical-align: middle;
  float: none;
  height: inherit !important;
}

/* ===========================================================
   HEADER
=========================================================== */
/* line 32, ../sass/global.scss */
.header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  position: fixed;
  padding: 20px 0px;
  z-index: 9000;
}
@media only screen and (max-width: 1000px) {
  /* line 32, ../sass/global.scss */
  .header {
    position: relative;
    background-color: #fff;
  }
}
@media (max-width: 480px) {
  /* line 32, ../sass/global.scss */
  .header {
    padding-bottom: 0;
  }
}
/* line 50, ../sass/global.scss */
.header .container {
  position: relative;
}
/* line 52, ../sass/global.scss */
.header .logo {
  float: left;
  margin-left: 10px;
  max-width: 250px;
}
@media (max-width: 480px) {
  /* line 52, ../sass/global.scss */
  .header .logo {
    margin: 0 auto 5px;
    float: none;
    display: block;
  }
}
/* line 64, ../sass/global.scss */
.header .nav-button {
  position: relative;
  float: right;
  padding: 15px 20px 15px 50px;
  background: #21466e;
  font: bold 22px/22px "Lato", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  display: none;
  margin: 35px 20px 0 0;
}
/* line 75, ../sass/global.scss */
.header .nav-button:hover, .header .nav-button.active {
  background: #346094;
}
/* line 79, ../sass/global.scss */
.header .nav-button .icon {
  position: absolute;
  width: 16px;
  left: 21px;
  top: 18px;
  height: 12px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* line 88, ../sass/global.scss */
.header .nav-button .icon:after {
  content: "";
  position: absolute;
  top: 5px;
  height: 2px;
  width: 100%;
  background: #fff;
}
@media (max-width: 880px) {
  /* line 64, ../sass/global.scss */
  .header .nav-button {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 64, ../sass/global.scss */
  .header .nav-button {
    float: none;
    clear: both;
    width: 100%;
    margin-top: 55px;
    -moz-box-sizing: border-box;
    /* Firefox 1, probably can drop this */
    -webkit-box-sizing: border-box;
    /* Safari 3-4, also probably droppable */
    box-sizing: border-box;
    /* Everything else */
  }
}
/* line 114, ../sass/global.scss */
.header ul.social {
  position: absolute;
  top: -4px;
  right: 32px;
  z-index: 500;
}
/* line 120, ../sass/global.scss */
.header ul.social li {
  float: left;
}
/* line 123, ../sass/global.scss */
.header ul.social li + li {
  margin-left: 6px;
}
/* line 127, ../sass/global.scss */
.header ul.social li a {
  width: 23px;
  height: 23px;
  background: url(../images/icon_social.png);
  position: relative;
  float: left;
  overflow: hidden;
  text-indent: -999px;
}
/* line 136, ../sass/global.scss */
.header ul.social li a:hover {
  opacity: 0.8;
}
/* line 141, ../sass/global.scss */
.header ul.social li.twitter a {
  background-position: -23px 0px;
}
@media (max-width: 1150px) {
  /* line 114, ../sass/global.scss */
  .header ul.social {
    right: 18px;
  }
}
@media (max-width: 480px) {
  /* line 114, ../sass/global.scss */
  .header ul.social {
    bottom: 58px;
    top: auto;
    width: 100%;
    text-align: center;
    right: auto;
  }
  /* line 159, ../sass/global.scss */
  .header ul.social li {
    float: none;
    display: inline-block;
  }
}

/* ===========================================================
   MAIN NAV
=========================================================== */
/* line 171, ../sass/global.scss */
.nav {
  float: right;
  position: relative;
  padding-top: 45px;
}
/* line 177, ../sass/global.scss */
.nav ul {
  float: left;
  position: relative;
}
/* line 181, ../sass/global.scss */
.nav ul li {
  float: left;
  position: relative;
}
/* line 185, ../sass/global.scss */
.nav ul li + li {
  border-left: 1px solid #c9c9c9;
}
/* line 189, ../sass/global.scss */
.nav ul li a {
  float: left;
  font: bold 20px/20px "Lato", Arial, Helvetica, sans-serif;
  color: #21466e;
  text-transform: uppercase;
  padding: 0 35px;
}
/* line 197, ../sass/global.scss */
.nav ul li a:hover {
  color: #346094;
}
/* line 201, ../sass/global.scss */
.nav ul li.current-menu-item > a {
  color: #f9be00;
}
@media (max-width: 1150px) {
  /* line 208, ../sass/global.scss */
  .nav ul li a {
    font-size: 16px;
    padding: 0 20px;
  }
}
@media (max-width: 880px) {
  /* line 171, ../sass/global.scss */
  .nav {
    display: none;
    position: absolute;
    width: 250px;
    top: 108px;
    padding-top: 0;
    right: 20px;
  }
  /* line 222, ../sass/global.scss */
  .nav.active {
    display: block;
	left: 0px;
  }
  /* line 226, ../sass/global.scss */
  .nav ul {
    width: 100%;
  }
  /* line 229, ../sass/global.scss */
  .nav ul li {
    width: 100%;
  }
  /* line 232, ../sass/global.scss */
  .nav ul li + li {
    border-left: 0;
    border-top: 1px solid #c9c9c9;
  }
  /* line 237, ../sass/global.scss */
  .nav ul li a {
    width: 100%;
    color: #fff;
    background: #346094;
    font-size: 20px;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    /* Firefox 1, probably can drop this */
    -webkit-box-sizing: border-box;
    /* Safari 3-4, also probably droppable */
    box-sizing: border-box;
    /* Everything else */
  }
  /* line 246, ../sass/global.scss */
  .nav ul li a:hover {
    color: #fff;
  }
}
@media (max-width: 480px) {
  /* line 171, ../sass/global.scss */
  .nav {
    width: 100%;
    left: 0;
    right: 0;
    top: 223px;
  }
}

/* ===========================================================
   BANNER
=========================================================== */
/* ===========================================================
   BANNER
=========================================================== */
/* line 5, ../sass/element/_banner.scss */
.banner {
  min-height: 414px;
  width: 100%;
  float: left;
  position: relative;
}
/* line 12, ../sass/element/_banner.scss */
.banner.interior {
  min-height: 536px;
}
/* line 16, ../sass/element/_banner.scss */
.banner .banner-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
/* line 28, ../sass/element/_banner.scss */
.banner .banner-image img {
  display: none;
}
/* line 33, ../sass/element/_banner.scss */
.banner iframe {
  position: absolute;
  left: 0;
  top: 160px;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 1000px) {
  /* line 33, ../sass/element/_banner.scss */
  .banner iframe {
    top: 0;
  }
}
@media only screen and (max-width: 880px) {
  /* line 5, ../sass/element/_banner.scss */
  .banner {
    min-height: 0px;
  }
  /* line 49, ../sass/element/_banner.scss */
  .banner.interior {
    min-height: 0px;
  }
  /* line 53, ../sass/element/_banner.scss */
  .banner .banner-image {
    position: relative;
    float: left;
    height: auto;
    background: none;
  }
  /* line 59, ../sass/element/_banner.scss */
  .banner .banner-image img {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
  }
}
/* line 69, ../sass/element/_banner.scss */
.banner img {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}
/* line 75, ../sass/element/_banner.scss */
.banner .content {
  position: absolute;
  top: 350px;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 3000;
}
@media only screen and (max-width: 1300px) {
  /* line 75, ../sass/element/_banner.scss */
  .banner .content {
    top: 250px;
  }
}
@media only screen and (max-width: 1150px) {
  /* line 75, ../sass/element/_banner.scss */
  .banner .content {
    bottom: 150px;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 75, ../sass/element/_banner.scss */
  .banner .content {
    top: 100px;
  }
}
@media only screen and (max-width: 550px) {
  /* line 75, ../sass/element/_banner.scss */
  .banner .content {
    bottom: none;
    top: 20px;
  }
}
/* line 97, ../sass/element/_banner.scss */
.banner .content p {
  background-color: rgba(50, 98, 151, 0.9);
  background: rgba(50, 98, 151, 0.9);
  color: rgba(50, 98, 151, 0.9);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 45%;
  display: block;
  margin: 0 auto;
  padding: 20px 40px;
  text-shadow: 2px 2px 2px black;
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (max-width: 1300px) {
  /* line 97, ../sass/element/_banner.scss */
  .banner .content p {
    width: 75%;
  }
}
@media only screen and (max-width: 800px) {
  /* line 97, ../sass/element/_banner.scss */
  .banner .content p {
    width: 75%;
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 550px) {
  /* line 97, ../sass/element/_banner.scss */
  .banner .content p {
    font-size: 18px;
    line-height: 22px;
    width: 60%;
  }
}
/* line 127, ../sass/element/_banner.scss */
.banner .arrow {
  position: absolute;
  bottom: 25px;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 3000;
}
@media only screen and (max-width: 500px) {
  /* line 127, ../sass/element/_banner.scss */
  .banner .arrow {
    display: none;
  }
}
/* line 138, ../sass/element/_banner.scss */
.banner .arrow img {
  max-width: 50px;
  float: none;
}

/* ===========================================================
   MAIN COLUMN
=========================================================== */
/* line 270, ../sass/global.scss */
.page-wrap {
  width: 100%;
  float: left;
  position: relative;
  background: #f0f0f0;
}
/* line 277, ../sass/global.scss */
.single-post .page-wrap h1 {
  text-align: left;
  line-height: 30px;
}
/* line 282, ../sass/global.scss */
.page-wrap .post + .post {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
/* line 287, ../sass/global.scss */
.page-wrap .post {
  margin-bottom: 10px;
}

/* line 292, ../sass/global.scss */
.half-col {
  position: relative;
  float: left;
  width: 48%;
  margin-bottom: 15px;
}
/* line 298, ../sass/global.scss */
.half-col + .half-col {
  margin-left: 4%;
}
/* line 302, ../sass/global.scss */
.half-col iframe, .half-col .fb_iframe_widget, .half-col .fb_iframe_widget > span {
  max-width: 100% !important;
}
@media (max-width: 850px) {
  /* line 292, ../sass/global.scss */
  .half-col {
    width: 100%;
  }
  /* line 309, ../sass/global.scss */
  .half-col + .half-col {
    margin-top: 20px;
    margin-left: 0;
  }
}

/* ===========================================================
   MAIN
=========================================================== */
/* line 325, ../sass/global.scss */
.home .content-wrap {
  text-align: center;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* line 332, ../sass/global.scss */
.content-wrap {
  max-width: 845px;
  margin: 0 auto;
  padding: 35px 0;
}
/* line 337, ../sass/global.scss */
.content-wrap .page-title {
  text-align: center;
}
@media (max-width: 885px) {
  /* line 332, ../sass/global.scss */
  .content-wrap {
    position: relative;
    float: left;
    width: 100%;
    width: 100%;
    margin: 0;
    padding: 35px 20px;
    -moz-box-sizing: border-box;
    /* Firefox 1, probably can drop this */
    -webkit-box-sizing: border-box;
    /* Safari 3-4, also probably droppable */
    box-sizing: border-box;
    /* Everything else */
  }
}

/* ===========================================================
   ACCORDION
=========================================================== */
/* line 358, ../sass/global.scss */
.page-wrap .accordion {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 15px;
}
/* line 364, ../sass/global.scss */
.page-wrap .accordion .acc-block {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
/* line 372, ../sass/global.scss */
.page-wrap .accordion .acc-block.active .block-title:hover {
  background: #21466e;
}
/* line 375, ../sass/global.scss */
.page-wrap .accordion .acc-block.active .block-title .icon:after {
  content: "-";
}
/* line 380, ../sass/global.scss */
.page-wrap .accordion .acc-block.active .block-content {
  display: block;
}
/* line 385, ../sass/global.scss */
.page-wrap .accordion .acc-block .block-title {
  position: relative;
  float: left;
  width: 100%;
  background: #21466e;
  text-align: center;
  padding: 20px 60px 20px 60px;
  cursor: pointer;
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  box-sizing: border-box;
  /* Everything else */
}
/* line 396, ../sass/global.scss */
.page-wrap .accordion .acc-block .block-title:hover {
  background-color: #275282;
}
/* line 400, ../sass/global.scss */
.page-wrap .accordion .acc-block .block-title h2 {
  font: bold 26px/26px "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
}
@media (max-width: 900px) {
  /* line 400, ../sass/global.scss */
  .page-wrap .accordion .acc-block .block-title h2 {
    font-size: 22px;
  }
}
/* line 409, ../sass/global.scss */
.page-wrap .accordion .acc-block .block-title .icon {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -17px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
}
/* line 420, ../sass/global.scss */
.page-wrap .accordion .acc-block .block-title .icon:after {
  content: "+";
  font: 32px/28px "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
}
@media (max-width: 700px) {
  /* line 385, ../sass/global.scss */
  .page-wrap .accordion .acc-block .block-title {
    text-align: left;
    padding: 15px 60px 15px 20px;
  }
}
/* line 434, ../sass/global.scss */
.page-wrap .accordion .acc-block .block-content {
  position: relative;
  float: left;
  width: 100%;
  padding: 30px 30px 5px;
  background: #346094;
  display: none;
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  box-sizing: border-box;
  /* Everything else */
}
@media (max-width: 700px) {
  /* line 434, ../sass/global.scss */
  .page-wrap .accordion .acc-block .block-content {
    padding: 20px 20px 0;
  }
}
/* line 448, ../sass/global.scss */
.page-wrap .accordion .acc-block .block-content p {
  color: #fff;
  padding-bottom: 25px;
}

/* line 456, ../sass/global.scss */
.page-wrap .logo-section {
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  box-sizing: border-box;
  /* Everything else */
}
/* line 468, ../sass/global.scss */
.page-wrap .logo-section h2 {
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  background: #346094;
  margin: -20px -20px 20px -20px;
}
/* line 476, ../sass/global.scss */
.page-wrap .logo-section .logo {
  width: 33.3%;
  float: left;
  margin-bottom: 15px;
}
@media (min-width: 651px) {
  /* line 482, ../sass/global.scss */
  .page-wrap .logo-section .logo:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 650px) {
  /* line 476, ../sass/global.scss */
  .page-wrap .logo-section .logo {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 450px) {
  /* line 476, ../sass/global.scss */
  .page-wrap .logo-section .logo {
    width: 90%;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
/* line 499, ../sass/global.scss */
.page-wrap .logo-section img {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 96%;
}

/* line 507, ../sass/global.scss */
.page-wrap .resources {
  position: relative;
  float: left;
  width: 100%;
}
/* line 512, ../sass/global.scss */
.page-wrap .resources .res-block {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  box-sizing: border-box;
  /* Everything else */
}
/* line 523, ../sass/global.scss */
.page-wrap .resources .res-block .block-image {
  width: 40%;
  float: left;
  text-align: center;
  position: absolute;
  height: 100%;
  margin-top: -20px;
}
/* line 531, ../sass/global.scss */
.page-wrap .resources .res-block .block-image img {
  max-width: 100%;
  height: auto;
  display: absolute;
}
@media (min-width: 600px) {
  /* line 531, ../sass/global.scss */
  .page-wrap .resources .res-block .block-image img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* line 542, ../sass/global.scss */
.page-wrap .resources .res-block .block-content {
  width: 55%;
  float: right;
}
@media (max-width: 600px) {
  /* line 548, ../sass/global.scss */
  .page-wrap .resources .res-block .block-image {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 0;
    margin-bottom: 10px;
  }
  /* line 555, ../sass/global.scss */
  .page-wrap .resources .res-block .block-image img {
    position: relative;
    float: none;
    display: block;
    margin: 0 auto;
  }
  /* line 563, ../sass/global.scss */
  .page-wrap .resources .res-block .block-content {
    width: 100%;
    position: relative;
    float: left;
  }
}

/* line 572, ../sass/global.scss */
.page-wrap p a.button {
  display: block;
  float: left;
  clear: both;
  padding: 8px 12px;
  color: #fff;
  text-transform: uppercase;
  background: #346094;
}
/* line 581, ../sass/global.scss */
.page-wrap p a.button:hover {
  text-decoration: none;
  background: #4178ba;
}

/* line 587, ../sass/global.scss */
.post-wrap {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
}
/* line 593, ../sass/global.scss */
.post-wrap p.date {
  font-size: 14px;
  margin: -8px 0 0;
}
/* line 598, ../sass/global.scss */
.post-wrap + .post-wrap {
  border-top: 1px solid #346094;
  padding-top: 5px;
}

/* ===========================================================
   HOME
=========================================================== */
/* line 607, ../sass/global.scss */
.top_block {
  background-image: url(../images/bgtwo_updated.jpg);
  background-repeat: repeat-y;
  background-position: center center;
  margin-top: -7px;
}
/* line 613, ../sass/global.scss */
.top_block .left {
  width: 40%;
  float: left;
  background-color: #346094;
}
@media only screen and (max-width: 1000px) {
  /* line 613, ../sass/global.scss */
  .top_block .left {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    /* Firefox 1, probably can drop this */
    -webkit-box-sizing: border-box;
    /* Safari 3-4, also probably droppable */
    box-sizing: border-box;
    /* Everything else */
  }
}
/* line 622, ../sass/global.scss */
.top_block .left .content {
  padding: 20px 40px;
}
/* line 624, ../sass/global.scss */
.top_block .left .content h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f9be00;
  display: inline-block;
}
/* line 635, ../sass/global.scss */
.top_block .left .content p {
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
/* line 641, ../sass/global.scss */
.top_block .left .content p a.button {
  float: none;
  display: inline-block;
  clear: both;
  background: #f9be00;
}
/* line 647, ../sass/global.scss */
.top_block .left .content p a.button:hover {
  background: #ffc714;
}
/* line 654, ../sass/global.scss */
.top_block .right {
  width: 60%;
  float: right;
  background-color: #a4d55d;
  height: 460px;
}
@media only screen and (max-width: 1000px) {
  /* line 654, ../sass/global.scss */
  .top_block .right {
    width: 100%;
    float: left;
    height: auto;
  }
}
/* line 665, ../sass/global.scss */
.top_block .right .content {
  padding: 20px 40px;
}
/* line 667, ../sass/global.scss */
.top_block .right .content .block {
  overflow: auto;
  height: 310px;
  background-color: #fff;
  padding: 20px;
  text-align: left;
}
/* line 674, ../sass/global.scss */
.top_block .right .content h1 {
  text-transform: uppercase;
  color: #346094;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f9be00;
  display: inline-block;
}

/* line 689, ../sass/global.scss */
.second_block h1 {
  text-transform: uppercase;
  color: #346094;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f9be00;
  display: inline-block;
  padding-top: 30px;
}
/* line 701, ../sass/global.scss */
.second_block .logo {
  width: 25%;
  float: left;
}
@media only screen and (max-width: 800px) {
  /* line 701, ../sass/global.scss */
  .second_block .logo {
    width: 33.3%;
    float: left;
  }
}
@media only screen and (max-width: 650px) {
  /* line 701, ../sass/global.scss */
  .second_block .logo {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 450px) {
  /* line 701, ../sass/global.scss */
  .second_block .logo {
    width: 90%;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
/* line 719, ../sass/global.scss */
.second_block .bottom {
  clear: both;
}
/* line 722, ../sass/global.scss */
.second_block img {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
  width: 96%;
}

/* line 731, ../sass/global.scss */
.third_block .content {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 40px 0px;
}
/* line 737, ../sass/global.scss */
.third_block .content p {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 40px 0px;
}

/* line 746, ../sass/global.scss */
.fourth_block {
  background-image: url(../images/bgtwo_updated.jpg);
  background-repeat: repeat-y;
  background-position: center center;
}
/* line 751, ../sass/global.scss */
.fourth_block .right {
  width: 60%;
  float: right;
  background-color: #a4d55d;
}
@media only screen and (max-width: 1000px) {
  /* line 751, ../sass/global.scss */
  .fourth_block .right {
    width: 100%;
    float: none;
  }
}
/* line 759, ../sass/global.scss */
.fourth_block .right .content {
  padding: 20px 40px;
}
/* line 761, ../sass/global.scss */
.fourth_block .right .content h1 {
  text-transform: uppercase;
  color: #346094;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 25px;
  border-bottom: 2px solid #f9be00;
  display: inline-block;
  padding-top: 20px;
}
/* line 773, ../sass/global.scss */
.fourth_block .right .content p {
  font-size: 17px;
  line-height: 24px;
}
/* line 777, ../sass/global.scss */
.fourth_block .right .content img {
  width: 100%;
  height: auto;
}
/* line 783, ../sass/global.scss */
.fourth_block .left {
  width: 40%;
  float: left;
  background-color: #346094;
}
@media only screen and (max-width: 1000px) {
  /* line 783, ../sass/global.scss */
  .fourth_block .left {
    width: 100%;
    float: none;
  }
}
/* line 791, ../sass/global.scss */
.fourth_block .left .content {
  padding: 20px 40px;
}
/* line 793, ../sass/global.scss */
.fourth_block .left .content .block {
  color: #fff;
  text-align: center;
  font-size: 17px;
}
/* line 798, ../sass/global.scss */
.fourth_block .left .content h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f9be00;
  display: inline-block;
  padding-top: 20px;
}
/* line 810, ../sass/global.scss */
.fourth_block .left .content p {
  font-size: 17px;
  line-height: 24px;
}

/* line 817, ../sass/global.scss */
.fifth_block {
  padding: 30px 0px;
}
/* line 819, ../sass/global.scss */
.fifth_block .content {
  text-align: center;
  color: #346094;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  /* line 819, ../sass/global.scss */
  .fifth_block .content {
    width: 96%;
    display: block;
    margin: 0 auto;
  }
}
/* line 831, ../sass/global.scss */
.fifth_block .content p {
  text-align: center;
  color: #346094;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 20px;
}
/* line 840, ../sass/global.scss */
.fifth_block .bottom {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 70%;
  padding: 0 15%;
}
/* line 846, ../sass/global.scss */
.fifth_block .bottom .logo {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 600px) {
  /* line 846, ../sass/global.scss */
  .fifth_block .bottom .logo {
    width: 90%;
    float: none;
    display: block;
    margin: 0 auto;
  }
}
/* line 855, ../sass/global.scss */
.fifth_block .bottom .logo img {
  max-width: 100%;
}
/* line 860, ../sass/global.scss */
.fifth_block img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  /* line 860, ../sass/global.scss */
  .fifth_block img {
    width: 96%;
  }
}

/* line 869, ../sass/global.scss */
.sixth_block {
  background-color: #a4d55d;
  padding-bottom: 40px;
}
/* line 872, ../sass/global.scss */
.sixth_block h1 {
  text-transform: uppercase;
  color: #346094;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f9be00;
  display: inline-block;
  padding-top: 30px;
}
/* line 884, ../sass/global.scss */
.sixth_block .director {
  width: 23%;
  padding: 1%;
  float: left;
  padding-top: 25px;
}
@media only screen and (max-width: 800px) {
  /* line 884, ../sass/global.scss */
  .sixth_block .director {
    width: 98%;
    float: none;
  }
}
/* line 893, ../sass/global.scss */
.sixth_block .director h4 {
  color: #346094;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 1em;
}
/* line 901, ../sass/global.scss */
.sixth_block .director .line {
  border-bottom: 2px solid #f9be00;
  height: 2px;
  width: 50px;
  display: block;
  margin: 0 auto;
  padding-top: 5px;
}
/* line 909, ../sass/global.scss */
.sixth_block .director p {
  color: #346094;
  font-size: 17px;
  text-align: center;
  padding-top: 5px;
}

/* line 917, ../sass/global.scss */
.bottom_block {
  padding: 30px 0px;
}
/* line 919, ../sass/global.scss */
.bottom_block h1 {
  text-transform: uppercase;
  color: #346094;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 25px;
  border-bottom: 2px solid #f9be00;
  display: inline-block;
  padding-top: 20px;
}
/* line 932, ../sass/global.scss */
.bottom_block form .image {
  float: left;
  width: 10%;
}
/* line 936, ../sass/global.scss */
.bottom_block form .image img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1000px) {
  /* line 942, ../sass/global.scss */
  .bottom_block form .image img {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  /* line 932, ../sass/global.scss */
  .bottom_block form .image {
    display: none;
  }
}
/* line 950, ../sass/global.scss */
.bottom_block form .row {
  float: left;
  width: 25%;
  margin-right: 1%;
}
@media only screen and (max-width: 800px) {
  /* line 950, ../sass/global.scss */
  .bottom_block form .row {
    width: 96%;
    float: none;
    margin-right: none;
    padding: 0px 2%;
  }
}
/* line 960, ../sass/global.scss */
.bottom_block form .row input, .bottom_block form .row select, .bottom_block form .row textarea {
  width: 92%;
  color: #346094;
  font-style: italic;
  font-size: 16px;
  -webkit-box-shadow: inset 5px 5px 5px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 5px 5px 5px -5px rgba(0, 0, 0, 0.75);
  box-shadow: inset 5px 5px 5px -5px rgba(0, 0, 0, 0.75);
}
/* line 969, ../sass/global.scss */
.bottom_block form .row input {
  height: 45px;
  margin-bottom: 10px;
  padding: 0 10px;
}
/* line 974, ../sass/global.scss */
.bottom_block form .row textarea {
  height: 80px;
  padding: 11px;
  color: #346094;
}
/* line 979, ../sass/global.scss */
.bottom_block form .row.one {
  margin-left: 1%;
}
@media only screen and (max-width: 800px) {
  /* line 979, ../sass/global.scss */
  .bottom_block form .row.one {
    margin-left: 0px;
  }
}
/* line 986, ../sass/global.scss */
.bottom_block form .wpcf7-response-output {
  clear: both;
}
/* line 989, ../sass/global.scss */
.bottom_block form .wpcf7-validation-errors {
  background: #f0dede;
  border-color: #830808;
  color: #830808;
}
/* line 994, ../sass/global.scss */
.bottom_block form div.wpcf7-validation-errors {
  background: #f0dede;
  border-color: #830808;
  color: #830808;
}
/* line 999, ../sass/global.scss */
.bottom_block form div.wpcf7-mail-sent-ok {
  background: #e9f4e1;
  border-color: #24430e;
  color: #24430e;
}
/* line 1004, ../sass/global.scss */
.bottom_block form .bottom {
  clear: both;
  float: right;
  margin-bottom: 10px;
  margin-right: 10.2%;
}
@media only screen and (max-width: 800px) {
  /* line 1004, ../sass/global.scss */
  .bottom_block form .bottom {
    margin-right: 0px;
    margin-top: 15px;
  }
}
/* line 1013, ../sass/global.scss */
.bottom_block form .bottom input[type="submit"] {
  background-color: #f9be00;
  border: 2px solid #346094;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #346094;
  padding: 5px 15px;
  transition: all 0.2s ease 0s;
}
/* line 1024, ../sass/global.scss */
.bottom_block form .bottom input[type="submit"]:hover {
  background-color: #a4d55d;
}

/* line 1031, ../sass/global.scss */
.content {
  font-size: 17px;
}
/* line 1033, ../sass/global.scss */
.content ul {
  text-align: left;
}
/* line 1035, ../sass/global.scss */
.content ul li {
  list-style: disc;
  margin-bottom: 10px;
}
/* line 1040, ../sass/global.scss */
.content p {
  font-size: 17px;
}

/* ===========================================================
   SIDEBAR
=========================================================== */
/* line 1048, ../sass/global.scss */
.sidebar {
  position: relative;
  float: left;
  width: 100%;
  background: white;
  text-align: center;
}

/* ===========================================================
   FOOTER
=========================================================== */
/* line 1061, ../sass/global.scss */
.footer {
  width: 100%;
  float: left;
  position: relative;
  min-height: 100px;
  background-color: #346094;
  border-top: 2px solid #a4d55d;
}
/* line 1069, ../sass/global.scss */
.footer p {
  text-align: center;
  color: #c5c5c5;
  font-size: 14px;
  margin-top: 20px;
}
/* line 1074, ../sass/global.scss */
.footer p a {
  text-decoration: none;
  color: #c5c5c5;
  transition: all 0.2s ease 0s;
}
/* line 1078, ../sass/global.scss */
.footer p a:hover {
  color: #fff;
}

/* ===========================================================
   SPECIFIC PAGES
=========================================================== */
/* ===========================================================
   DEFAULT BLOG LAYOUT
=========================================================== */
/* line 4, ../sass/element/_blog.scss */
.post {
  margin: 15px 0 30px 0;
}
/* line 6, ../sass/element/_blog.scss */
.post .topmeta {
  margin: 0 0 12px;
}
/* line 9, ../sass/element/_blog.scss */
.post .topmeta .date {
  float: left;
  min-height: 16px;
  line-height: 16px;
  font-style: italic;
}
/* line 15, ../sass/element/_blog.scss */
.post .topmeta .edit {
  float: right;
  min-height: 16px;
  line-height: 16px;
}
/* line 19, ../sass/element/_blog.scss */
.post .topmeta .edit a {
  background: url(../images/pencil.png) no-repeat top left;
  padding: 1px 0 1px 20px;
}
/* line 24, ../sass/element/_blog.scss */
.post .topmeta .category {
  float: right;
  padding: 0 0 0 20px;
  min-height: 16px;
  line-height: 16px;
  background: url(../images/folder.png) no-repeat top left;
}
/* line 34, ../sass/element/_blog.scss */
.post .bottommeta .category {
  float: left;
  padding: 0 0 0 20px;
  min-height: 16px;
  line-height: 16px;
  background: url(../images/folder.png) no-repeat top left;
}
/* line 41, ../sass/element/_blog.scss */
.post .bottommeta .comments {
  float: right;
  padding: 0 0 0 20px;
  min-height: 16px;
  line-height: 16px;
  background: url(../images/comments.png) no-repeat top left;
}
/* line 48, ../sass/element/_blog.scss */
.post .bottommeta .edit {
  float: right;
}
/* line 50, ../sass/element/_blog.scss */
.post .bottommeta .edit a {
  background: url(../images/pencil.png) no-repeat top left;
  padding: 1px 0 1px 20px;
}
/* line 56, ../sass/element/_blog.scss */
.post .postcontent {
  margin: 12px 0 0;
}
/* line 60, ../sass/element/_blog.scss */
.post .tags {
  display: block;
  min-height: 16px;
  padding: 0 0 7px 20px;
  background: url(../images/tag.png) no-repeat 0 0;
}

/* line 69, ../sass/element/_blog.scss */
.archive .post .bottommeta {
  padding: 4px 6px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
/* line 74, ../sass/element/_blog.scss */
.archive .post h2 {
  margin: 0 0 4px;
}
/* line 76, ../sass/element/_blog.scss */
.archive .post h2 a {
  text-decoration: none;
}

/* line 83, ../sass/element/_blog.scss */
.post-comments h2 {
  margin: 0;
}
/* line 86, ../sass/element/_blog.scss */
.post-comments .comment-list {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}
/* line 90, ../sass/element/_blog.scss */
.post-comments .comment-list ul {
  margin: 0;
  padding: 0 10px 0 10px;
  list-style: none;
}
/* line 95, ../sass/element/_blog.scss */
.post-comments .comment-list li {
  margin: 10px 0;
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
}
/* line 99, ../sass/element/_blog.scss */
.post-comments .comment-list li.thread-alt, .post-comments .comment-list li.alt {
  background-color: #f2f2f2;
  border-color: #d9d9d9;
}
/* line 104, ../sass/element/_blog.scss */
.post-comments .comment-list ul li:first-child {
  margin-top: 0;
}
/* line 107, ../sass/element/_blog.scss */
.post-comments .comment-list .comment-author {
  margin: 7px 0 0 7px;
}
/* line 109, ../sass/element/_blog.scss */
.post-comments .comment-list .comment-author .avatar {
  float: left;
  margin: 0 8px 0 0;
}
/* line 113, ../sass/element/_blog.scss */
.post-comments .comment-list .comment-author cite {
  float: left;
  height: 18px;
  font-weight: bold;
  font-style: normal;
}
/* line 119, ../sass/element/_blog.scss */
.post-comments .comment-list .comment-author .says {
  display: none;
}
/* line 123, ../sass/element/_blog.scss */
.post-comments .comment-list .comment-meta {
  padding: 18px 0 3px;
  margin: 0 7px 2px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 128, ../sass/element/_blog.scss */
.post-comments .comment-list p {
  margin: 0;
  padding: 6px 10px;
}
/* line 132, ../sass/element/_blog.scss */
.post-comments .comment-list .reply {
  padding: 0 0 6px 10px;
}
/* line 136, ../sass/element/_blog.scss */
.post-comments .comments-respond {
  margin: 20px 0 0;
}
/* line 138, ../sass/element/_blog.scss */
.post-comments .comments-respond h3 {
  margin: 0 0 10px;
}
/* line 141, ../sass/element/_blog.scss */
.post-comments .comments-respond p.form-field-wrapper {
  margin: 10px 0;
}
/* line 144, ../sass/element/_blog.scss */
.post-comments .comments-respond label {
  margin: 0 0 3px;
  display: block;
}
/* line 147, ../sass/element/_blog.scss */
.post-comments .comments-respond label.required {
  font-weight: bold;
}
/* line 150, ../sass/element/_blog.scss */
.post-comments .comments-respond label .note {
  font-weight: normal;
  font-style: italic;
}
/* line 155, ../sass/element/_blog.scss */
.post-comments .comments-respond input.textbox {
  width: 250px;
}
/* line 158, ../sass/element/_blog.scss */
.post-comments .comments-respond textarea {
  width: 500px;
  height: 200px;
}
