@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Source+Serif+Pro:700,400,600);
@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700|Montserrat);
/*
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);
*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*** Primary Stylesheet ***/
/* --- Color Variables --- */
/* --- Font Families --- */
/*
font-family: 'Arimo', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
body {
	background: #e3eaed;
  /*
background: url("../images/backgrounds/blurs5/83.jpg") no-repeat #f5efeb fixed;
  background-size: cover;
*/
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }

/* =================================== Typography ============================ */
.sans {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.sans.xlight {
  font-weight: 200; }

.sans.light {
  font-weight: 300; }

.sans.semi {
  font-weight: 600; }

.sans.bold {
  font-weight: 700; }

.serif {
  font-family: "Lora", Times, serif;
  font-weight: 400; }

.serif.semi {
  font-weight: 600; }

.serif.bold {
  font-weight: 700; }

.italic {
  font-style: italic; }

.light-word {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: black; }

/* -- Headings -- */
h1, .h1, h1 a, .h1 a {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: black; }

h2, .h2, h2 a, .h2 a {
  font-size: 24px;
  font-family: "Lora", Times, serif;
  color: #428bca; }

/*
h2.reduced {
	font-size: 24px;
}
*/
/* =================================== Elements ============================ */
img {
  max-width: 100%;
  height: auto; }

hr {
  position: relative; }

hr:before {
  content: ' ';
  position: absolute;
  bottom: -2px;
  height: 6px;
  width: 60px;
  background: #979aa9; }

ul {
  margin: 0;
  padding: 0 0 0 18px; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

address {
  margin-bottom: 10px; }

/* =================================== General Classes ============================ */
.responsive-iframe {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 5000px; }

.force-fill {
  width: 100%; }

.mt0 {
  margin-top: 0px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mb0 {
  margin-bottom: 0px !important; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.bubble-overlay {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -95px;
  z-index: 1; }

/* =================================== Modules ============================ */
.card-module {
  background-color: white;
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  padding: 20px; }

.card-module.no-padding {
  padding: 0px; }

.module-fill {
  margin: -20px; }

.card-module.inverse {
  background: #979aa9;
  color: white; }

.card-module-cap {
  background: #979aa9;
  color: white;
  padding: 20px;
  margin: -20px -20px 30px; }

/* =================================== Buttons ============================ */
.btn {
  display: inline-block;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  background: #979aa9;
  color: white;
  border-radius: 2px; }

.btn-red {
  background: #ff684c; }

.btn-red:hover {
  background: #e85e44; }

.btn-large {
  padding: 20px 15px; }

.btn-full {
  display: block; }

.btn-pill {
  border-radius: 5000px; }

.btn-stroked {
  position: relative;
  z-index: 100;
  background: rgba(70, 73, 88, 0.45);
  font-size: 17px;
  color: white;
  text-align: left;
  padding: 10px 15px; }

.btn-stroked:hover {
  background: #428bca;
  color: white; }

.btn-stroked i {
  font-size: 22px;
  text-align: right;
  float: right; }

.text-button {
  padding: 10px;
  font-weight: bold; }

/* =================================== Page Sections ============================ */
/* --- Top Section--- */
.top {
  position: relative;
  background: url("../images/backgrounds/blurs5/83.jpg") no-repeat;
  color: #edeff2;
  font-size: 12px;
  line-height: 1.5; }

.top_background {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  z-index: -1;
  box-shadow: inset 0px -1px 30px 0px rgba(250, 250, 250, 0.05); }

.logo {
  float: left;
  padding: 30px 0; }

.main_menu {
  float: right;
  text-align: center; }

.top-navigation {
  text-align: right;
  margin: 0;
  padding: 0; }

.top-navigation > li {
  list-style: none;
  position: relative;
  display: inline-block; }

.top-navigation > li > a {
  text-decoration: none;
  display: block;
  padding: 5px 2px 8px 2px;
  margin: 0 5px; }

/* --- Header Section --- */
.header.card-module {
  background: white;
  color: #979aa9; }

.office_hours h4 {
  color: #5f6273;
  margin-bottom: .15em; }

.header-block {
  border-right: 1px solid #f8f8f8;
  overflow: hidden; }

.header-block-last {
  border-right: 0; }

.header-block-icon {
  float: left;
  font-size: 32px;
  padding-right: 15px; }

.header-block-text {
  float: left;
  color: #5f6273; }

.header-block-text-right {
  float: right;
  text-align: right; }

.social-icon {
  font-size: 24px;
  padding: 5px;
  margin: 0 3px; }

/* --- Menu --- */
.main_menu ul {
  -webkit-font-smoothing: antialiased;
  list-style: none;
  padding: 0px 0px 0px 0px;
  float: right; }

.main_menu ul li {
  margin: 0;
  padding: 30px 0 30px 30px;
  position: relative;
  display: inline-block; }

.main_menu ul a {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: white; }

.main_menu ul a:hover {
  color: #428bca;
  text-decoration: none; }

/* -- Sub Menu Level 1 -- */
.main_menu ul li ul {
  cursor: pointer;
  padding: 15px;
  padding-bottom: 0px;
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 20px;
  visibility: hidden;
  width: 200px;
  background-color: #fff;
  z-index: 99;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  border: 1px solid #edf2f3; }

/* -- Sidebar -- */
.sidebar h3 {
  margin-top: 0;
  color: #5f6273; }

.sidebar h3 .fa {
  color: #979aa9; }

/* -- Footer-- */
.footer {
  background: white;
  padding: 20px 0;
  color: #0f294a; }
  .footer nav ul li {
    padding: 4px 0; }

.footer-base {
  border-top: 1px solid #e8e8e8;
  margin-top: 20px;
  padding: 20px 0 10px;
  color: #979aa9; }

.footer-blog-posts ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .footer-blog-posts ul li {
    margin: 8px 0;
    padding: 5px 0 5px 10px;
    border-left: 3px solid #428bca; }
  .footer-blog-posts ul li:last-child {
    border-bottom: 0; }

/* =================================== Pages ============================ */
/* --- Home --- */
.cta-bar {
  position: relative;
  background-size: cover;
  margin: 0 -20px 0;
  padding: 22px 5px;
  min-height: 91px; }

/* --- Slider -- */
.home-slider {
  position: relative; }

/* -- C5 Stuff -- */
.ccm-image-slider-text {
  position: absolute;
  width: 45%;
  left: 0;
  top: 5%; }

.rslides_nav {
  opacity: 1;
  border-radius: 2px;
  height: 38px;
  margin-top: -20px;
  width: 38px;
  background: rgba(0, 0, 0, 0.92); }

.rslides_nav.prev {
  color: white;
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  left: 40px; }

.rslides_nav.next {
  color: white;
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  left: 90px; }

.rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  left: 0;
  z-index: 99;
  opacity: 0.7;
  overflow: hidden;
  text-decoration: none;
  height: 38px;
  width: 38px;
  bottom: 40px; }

.rslides_nav:hover {
  text-decoration: none; }

.rslides_nav.next:before {
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  margin-left: 14px; }

.rslides_nav.prev:after {
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  content: "\f053";
  font-family: FontAwesome;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  margin-left: 12px; }

.callout-text {
  font-family: "Lora", Times, serif;
  text-align: center;
  font-size: 32px;
  color: #0f294a;
  padding: 15px 10px; }

.callout-text h2 {
  font-size: 32px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: black !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
