/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 12, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 31, ../scss/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 52, ../scss/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

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

/**
 * Remove default margin.
 */
/* line 77, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/partials/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 97, ../scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 105, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 119, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 146, ../scss/partials/_normalize.scss */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../scss/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 166, ../scss/partials/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 177, ../scss/partials/_normalize.scss */
pre {
  margin: 0;
}

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 197, ../scss/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 205, ../scss/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 212, ../scss/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 218, ../scss/partials/_normalize.scss */
small, .small {
  font-size: 75%;
}

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

/* line 234, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 238, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 250, ../scss/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 257, ../scss/partials/_normalize.scss */
dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 265, ../scss/partials/_normalize.scss */
menu {
  padding: 0 0 0 40px;
}

/* line 269, ../scss/partials/_normalize.scss */
ol,
ul {
  padding: 0;
  list-style-type: none;
}

.entry-content ul,
.entry-content ol{
  font-family: Allstate Sans;
}

.entry-content ul li,
.entry-content ol li{
  font-size: 16px !important;
  font-weight: 400;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 279, ../scss/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 293, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 301, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 313, ../scss/partials/_normalize.scss */
figure {
  margin: 0;
}

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 373, ../scss/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 386, ../scss/partials/_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 398, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 408, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 441, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 452, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* line 472, ../scss/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 479, ../scss/partials/_normalize.scss */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 487, ../scss/partials/_normalize.scss */
.clearfix, .cf, .comment-respond {
  zoom: 1;
}
/* line 489, ../scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
/* line 490, ../scss/partials/_normalize.scss */
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 497, ../scss/partials/_normalize.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 66, ../scss/partials/_typography.scss */

/*-----------------------------------------------------
// Font Face
-----------------------------------------------------*/
@font-face {
  font-family: 'AllState Sans';
  src: url('../fonts/allstate-sans/allstatesans-black-webfont.woff2') format('woff2'),
       url('../fonts/allstate-sans/allstatesans-black-webfont.woff') format('woff'),
       url('../fonts/allstate-sans/allstatesans-black-webfont.ttf') format('truetype'),
       url('../fonts/allstate-sans/allstatesans-black-webfont.svg#allstate_sansblack') format('svg');
  font-weight: 900;
}

@font-face {
  font-family: 'AllState Sans';
  src: url('../fonts/allstate-sans/allstatesans-blackitalic-webfont.woff2') format('woff2'),
       url('../fonts/allstate-sans/allstatesans-blackitalic-webfont.woff') format('woff'),
       url('../fonts/allstate-sans/allstatesans-blackitalic-webfont.ttf') format('truetype'),
       url('../fonts/allstate-sans/allstatesans-blackitalic-webfont.svg#allstate_sansblack_italic') format('svg');
  font-weight:800;
}

@font-face {
  font-family: 'AllState Sans';
  src: url('../fonts/allstate-sans/allstatesans-bold-webfont.woff2') format('woff2'),
       url('../fonts/allstate-sans/allstatesans-bold-webfont.woff') format('woff'),
       url('../fonts/allstate-sans/allstatesans-bold-webfont.ttf') format('truetype'),
       url('../fonts/allstate-sans/allstatesans-bold-webfont.svg#allstate_sansbold') format('svg');
  font-weight: 700;
}

@font-face {
  font-family: 'AllState Sans';
  src: url('../fonts/allstate-sans/allstatesans-medium-webfont.woff2') format('woff2'),
       url('../fonts/allstate-sans/allstatesans-medium-webfont.woff') format('woff'),
       url('../fonts/allstate-sans/allstatesans-medium-webfont.ttf') format('truetype'),
       url('../fonts/allstate-sans/allstatesans-medium-webfont.svg#allstate_sansmedium') format('svg');
  font-weight: 500;
}

@font-face {
  font-family: 'AllState Sans';
  src: url('../fonts/allstate-sans/allstatesans-regular-webfont.woff2') format('woff2'),
       url('../fonts/allstate-sans/allstatesans-regular-webfont.woff') format('woff'),
       url('../fonts/allstate-sans/allstatesans-regular-webfont.ttf') format('truetype'),
       url('../fonts/allstate-sans/allstatesans-regular-webfont.svg#allstate_sansregular') format('svg');
  font-weight: 400;
}

@font-face {
  font-family: 'AllState Sans';
  src: url('l../fonts/fonts/allstate-sans/allstatesans-light-webfont.woff2') format('woff2'),
       url('../fonts/fonts/allstate-sans/allstatesans-light-webfont.woff') format('woff'),
       url('../fonts/fonts/allstate-sans/allstatesans-light-webfont.ttf') format('truetype'),
       url('../fonts/fonts/allstate-sans/allstatesans-light-webfont.svg#allstate_sanslight') format('svg');
  font-weight: 300;
}

p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
Retina
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
/* line 35, ../scss/partials/_grid.scss */
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  /* line 49, ../scss/partials/_grid.scss */
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 55, ../scss/partials/_grid.scss */
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 60, ../scss/partials/_grid.scss */
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 65, ../scss/partials/_grid.scss */
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 70, ../scss/partials/_grid.scss */
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 75, ../scss/partials/_grid.scss */
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  
  #inner-header #header-right {
    position: relative !important;
  }

  div#inner-header {
    display: flex !important;
    display: -webkit-box !important; 
    display: -ms-flexbox !important; 
    display: -webkit-flex !important;
  }

  #inner-header .search-right {
    display: none !important;
  }

}

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 86, ../scss/partials/_grid.scss */
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 92, ../scss/partials/_grid.scss */
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 97, ../scss/partials/_grid.scss */
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 102, ../scss/partials/_grid.scss */
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 107, ../scss/partials/_grid.scss */
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 112, ../scss/partials/_grid.scss */
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 117, ../scss/partials/_grid.scss */
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 122, ../scss/partials/_grid.scss */
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 127, ../scss/partials/_grid.scss */
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 132, ../scss/partials/_grid.scss */
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  /* line 142, ../scss/partials/_grid.scss */
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 148, ../scss/partials/_grid.scss */
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 153, ../scss/partials/_grid.scss */
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 158, ../scss/partials/_grid.scss */
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 163, ../scss/partials/_grid.scss */
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 168, ../scss/partials/_grid.scss */
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 173, ../scss/partials/_grid.scss */
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 178, ../scss/partials/_grid.scss */
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 183, ../scss/partials/_grid.scss */
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 188, ../scss/partials/_grid.scss */
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  /* line 193, ../scss/partials/_grid.scss */
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  /* line 198, ../scss/partials/_grid.scss */
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  /* line 203, ../scss/partials/_grid.scss */
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  /* line 208, ../scss/partials/_grid.scss */
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  /* line 213, ../scss/partials/_grid.scss */
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  /* line 218, ../scss/partials/_grid.scss */
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  /* line 223, ../scss/partials/_grid.scss */
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  /* line 228, ../scss/partials/_grid.scss */
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  /* line 233, ../scss/partials/_grid.scss */
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  /* line 238, ../scss/partials/_grid.scss */
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  /* line 243, ../scss/partials/_grid.scss */
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }

  /* line 248, ../scss/partials/_grid.scss */
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/**
 *
 * slippry v1.2.9 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2015, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@-moz-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@-ms-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@-webkit-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
@-moz-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
@-ms-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
@keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
/* added to the original element calling slippry */
/* line 72, ../scss/slippry.scss */
.demo_wrapper {
  overflow: hidden;
}

/* line 79, ../scss/slippry.scss */
.sy-box.sy-loading {
  background: url("/images/sy-loader.gif") 50% 50% no-repeat;
  -moz-background-size: 32px;
  -o-background-size: 32px;
  -webkit-background-size: 32px;
  background-size: 32px;
  min-height: 40px;
}
/* line 80, ../scss/slippry.scss */
.sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
  visibility: hidden;
}

/* element that wraps the slides */
/* line 89, ../scss/slippry.scss */
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
/* line 94, ../scss/slippry.scss */
.sy-slides-wrap:hover .sy-controls {
  display: block;
}

/* element that crops the visible area to the slides */
/* line 100, ../scss/slippry.scss */
.sy-slides-crop {
  height: 538px;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

/* list containing the slides */
/* line 108, ../scss/slippry.scss */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
/* line 109, ../scss/slippry.scss */
.sy-list.horizontal {
  -moz-transition: left ease;
  -o-transition: left ease;
  -webkit-transition: left ease;
  transition: left ease;
}
/* line 112, ../scss/slippry.scss */
.sy-list.vertical {
  -moz-transition: top ease;
  -o-transition: top ease;
  -webkit-transition: top ease;
  transition: top ease;
}

/* single slide */
/* line 123, ../scss/slippry.scss */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2;
}
/* line 130, ../scss/slippry.scss */
.sy-slide:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.4;
}
/* line 140, ../scss/slippry.scss */
.sy-slide.kenburns {
  width: 140%;
  left: -20%;
}
/* line 143, ../scss/slippry.scss */
.sy-slide.kenburns.useCSS {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
/* line 145, ../scss/slippry.scss */
.sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
  -webkit-animation-name: left-right;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: left-right;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: left-right;
  -o-animation-fill-mode: forwards;
  animation-name: left-right;
  animation-fill-mode: forwards;
}
/* line 148, ../scss/slippry.scss */
.sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
  -webkit-animation-name: right-left;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: right-left;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: right-left;
  -o-animation-fill-mode: forwards;
  animation-name: right-left;
  animation-fill-mode: forwards;
}
/* line 155, ../scss/slippry.scss */
.sy-slide.sy-active {
  z-index: 3;
}
/* line 158, ../scss/slippry.scss */
.sy-slide > img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
  max-height: 538px;
}
/* line 168, ../scss/slippry.scss */
.sy-slide > a {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
/* line 176, ../scss/slippry.scss */
.sy-slide > a > img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
}

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
/* line 188, ../scss/slippry.scss */
.sy-controls {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
}
/* line 196, ../scss/slippry.scss */
.sy-controls li {
  position: absolute;
  width: 18%;
  min-width: 4.2em;
  height: 100%;
  z-index: 33;
}
/* line 202, ../scss/slippry.scss */
.sy-controls li.sy-prev {
  left: 0;
  top: 0;
}
/* line 206, ../scss/slippry.scss */
.sy-controls li.sy-prev a:after {
  background-image: url(/wp-content/themes/bones/library/images/my-icons/icons/slider-left.png);
}
/* line 212, ../scss/slippry.scss */
.sy-controls li.sy-next {
  right: 0;
  top: 0;
}
/* line 216, ../scss/slippry.scss */
.sy-controls li.sy-next a:after {
  background-image: url(/wp-content/themes/bones/library/images/my-icons/icons/slider-right.png);
}
/* line 224, ../scss/slippry.scss */
.sy-controls li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
/* line 230, ../scss/slippry.scss */
.sy-controls li a:link, .sy-controls li a:visited {
  opacity: 0.7;
}
/* line 233, ../scss/slippry.scss */
.sy-controls li a:hover, .sy-controls li a:focus {
  opacity: 1.0;
  outline: none;
}
/* line 237, ../scss/slippry.scss */
.sy-controls li a:after {
  content: "";
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  text-indent: 0;
  line-height: 2.8em;
  color: #111;
  font-weight: 800;
  position: absolute;
  width: 50px;
  height: 90px;
  left: 50%;
  top: 43%;
  margin-top: -1.4em;
  margin-left: -1.4em;
}
@media only screen and (max-device-width: 600px) {
  /* line 188, ../scss/slippry.scss */
  .sy-controls {
    display: block;
  }
  /* line 259, ../scss/slippry.scss */
  .sy-controls li {
    min-width: 2.1em;
  }
  /* line 262, ../scss/slippry.scss */
  .sy-controls li a:after {
    width: 1.4em;
    height: 1.4em;
    margin-top: -0.7em;
    margin-left: -0.7em;
  }
}

/* captions, styled fo the overlay variant */
/* line 273, ../scss/slippry.scss */
.sy-caption-wrap {
  position: absolute;
  z-index: 12;
  top: 50%;
  transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  font-size: 53px;
  line-height: 56px;
  font-weight: 300;
  width: 100%;
}
/* line 287, ../scss/slippry.scss */
.sy-caption-wrap .sy-caption {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 0 15%;
  font-family: 'Inter',sans-serif;
  font-weight: 400;
  font-size: 51px;
}
/* line 297, ../scss/slippry.scss */
.sy-caption-wrap .sy-caption a {
  display: table;
  /*text-transform: uppercase;*/
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  background: #0033A0;
  text-decoration: none;
  width: auto;
  margin: 35px auto 0 auto;
  padding: 13px 17px 12px 17px;
  border: none;
}
/* line 317, ../scss/slippry.scss */
.sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* line 321, ../scss/slippry.scss */
.sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
  text-decoration: none;
  background: #3e6bef;
}
@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
  /* line 273, ../scss/slippry.scss */
  .sy-caption-wrap {
    left: 0;
    bottom: 0.4em;
  }
  /* line 333, ../scss/slippry.scss */
  .sy-caption-wrap .sy-caption {
    left: 0;
    padding: 0.2em 0.4em;
    font-size: 0.6em;
    line-height: 0.9em;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}

/* pager bubbles */
/* line 352, ../scss/slippry.scss */
.sy-pager {
  overflow: hidden;
  *zoom: 1;
  display: block;
  width: 100%;
  margin: 1em\\ 0 0;
  padding: 0;
  position: relative;
  top: -60px;
  z-index: 9999;
  list-style: none;
  text-align: center;
}
/* line 363, ../scss/slippry.scss */
.sy-pager li {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 10px 0 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 370, ../scss/slippry.scss */
.sy-pager li.sy-active a {
  background-color: #ffffff;
  opacity: 1.0;
}
/* line 375, ../scss/slippry.scss */
.sy-pager li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffffff;
  text-indent: -9999px;
  opacity: 0.6;
  -moz-background-size: 2em;
  -o-background-size: 2em;
  -webkit-background-size: 2em;
  background-size: 2em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 384, ../scss/slippry.scss */
.sy-pager li a:hover, .sy-pager li a:focus {
  opacity: 1.0;
}

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
/* line 393, ../scss/slippry.scss */
.sy-filler {
  width: 100%;
}
/* line 395, ../scss/slippry.scss */
.sy-filler.ready {
  -moz-transition: padding 600ms ease;
  -o-transition: padding 600ms ease;
  -webkit-transition: padding 600ms ease;
  transition: padding 600ms ease;
}

@media only screen and (max-width: 768px) {
  /* line 402, ../scss/slippry.scss */
  .sy-caption-wrap {
    font-size: 40px;
    line-height: 42px;
  }
}
@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
  /* line 414, ../scss/slippry.scss */
  section.demo_wrapper {
   /* display: none; 
  /*  display: block; */
  }
}



/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/* line 15, ../scss/modules/_alerts.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 21, ../scss/modules/_alerts.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 27, ../scss/modules/_alerts.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 33, ../scss/modules/_alerts.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 39, ../scss/modules/_alerts.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
/* line 27, ../scss/modules/_buttons.scss */
.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -moz-transition: background-color 0.14s ease-in-out;
  -o-transition: background-color 0.14s ease-in-out;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
/* line 44, ../scss/modules/_buttons.scss */
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
/* line 51, ../scss/modules/_buttons.scss */
.blue-btn:active, .comment-reply-link:active, #submit:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
/* line 62, ../scss/modules/_buttons.scss */
.blue-btn, .comment-reply-link, #submit {
  background-color: #2980b9;
}
/* line 66, ../scss/modules/_buttons.scss */
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  background-color: #2574a8;
}
/* line 71, ../scss/modules/_buttons.scss */
.blue-btn:active, .comment-reply-link:active, #submit:active {
  background-color: #2472a4;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
/* line 24, ../scss/modules/_forms.scss */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #5c6b80;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family:'liberation-sans', sans-serif;
  background-color: #eaedf2;
  -moz-transition: background-color 0.24s ease-in-out;
  -o-transition: background-color 0.24s ease-in-out;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
/* line 59, ../scss/modules/_forms.scss */
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #f7f8fa;
  outline: none;
}
/* line 66, ../scss/modules/_forms.scss */
input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
/* line 78, ../scss/modules/_forms.scss */
input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
/* line 90, ../scss/modules/_forms.scss */
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
/* line 96, ../scss/modules/_forms.scss */
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

/* line 106, ../scss/modules/_forms.scss */
input[type="password"] {
  letter-spacing: 0.3em;
}

/* line 111, ../scss/modules/_forms.scss */
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

/* line 118, ../scss/modules/_forms.scss */
select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, ../scss/breakpoints/_base.scss */
body {
  font-family: "liberation-sans", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #5c6b80;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

/* line 28, ../scss/breakpoints/_base.scss */
img {
  border: 0;
  outline: 0;
}

/* line 32, ../scss/breakpoints/_base.scss */
input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select {
  font-family:'liberation-sans', sans-serif;
}

/* line 38, ../scss/breakpoints/_base.scss */
button:focus {
  outline: 0;
}

/* line 40, ../scss/breakpoints/_base.scss */
input[type="text"] {
  font-family:'liberation-sans', sans-serif;
}

/* line 44, ../scss/breakpoints/_base.scss */
a, a:focus {
  outline: 0;
}

/* line 47, ../scss/breakpoints/_base.scss */
.home .header-shadow {
  display: none;
}

/* line 50, ../scss/breakpoints/_base.scss */
.clearboth {
  clear: both;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/* line 98, ../scss/breakpoints/_base.scss */
.wrap {
  width: 96%;
  margin: 0 auto;
  padding: 0 17px;
}

/* line 105, ../scss/breakpoints/_base.scss */
.home .posts {
  width: 270px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

/*********************
LINK STYLES
*********************/
/* line 115, ../scss/breakpoints/_base.scss */
a, a:visited {
  color: #0033A0;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 119, ../scss/breakpoints/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #002e91;
}
/* line 129, ../scss/breakpoints/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 143, ../scss/breakpoints/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 700 !important;
  font-family: 'Inter';
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 152, ../scss/breakpoints/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 157, ../scss/breakpoints/_base.scss */
h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}

/* line 162, ../scss/breakpoints/_base.scss */
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

/* line 168, ../scss/breakpoints/_base.scss */
h3, .h3 {
  font-size: 1.125em;
}

/* line 172, ../scss/breakpoints/_base.scss */
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

/* line 177, ../scss/breakpoints/_base.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 183, ../scss/breakpoints/_base.scss */
h2.h2-home {
  text-align: center;
  font-weight: 400 !important;
  color: #222222;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 24px;
  padding: 0 0 55px 0;
  margin: -3px 0 0 0;
  display: none;
}

/* line 193, ../scss/breakpoints/_base.scss */
.related-articles h3 {
  color: #222222;
  font-weight: 300;
  font-size: 24px;
  margin: 0 0 12px 0;
  padding: 0;
}

/* line 200, ../scss/breakpoints/_base.scss */
h2.archive-title {
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 1px;
  padding-bottom: 30px;
}

/*********************
HEADER STYLES
*********************/
/* line 211, ../scss/breakpoints/_base.scss */
.header {
  background-color: #fff;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9998 !important;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  height: 112px;
}
/* line 224, ../scss/breakpoints/_base.scss */
.header .header-shadow {
  opacity: 0.09;
  background: -moz-linear-gradient(top, #000000 0%, #FFFFFF 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000000), color-stop(100%, #FFFFFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #FFFFF 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, #FFFFFF 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, #FFFFFF 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#FFFFFF',GradientType=1 );
  /* IE6-9 */
  height: 10px;
  width: 100%;
  clear: both;
}

/* line 241, ../scss/breakpoints/_base.scss */
#inner-header .search-right {
  float: right;
  display: block;
}
/* line 245, ../scss/breakpoints/_base.scss */
#inner-header #header-right {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}
/* line 251, ../scss/breakpoints/_base.scss */
#inner-header .menu-toggle i {
  visibility: hidden;
  width: 34px;
  height: 32px;
  float: right;
  margin: 20px 20px 0 0;
}
/* line 258, ../scss/breakpoints/_base.scss */
#inner-header .menu-toggle.on i {
  display: block;
}

/* line 289, ../scss/breakpoints/_base.scss */
#inner-header .menu-section {
  float: right;
  width: 100px;
  border-left: 1px #f0f0f0 solid;
  height: 63px;
}
/* line 299, ../scss/breakpoints/_base.scss */
#inner-header .menu-toggle {
  width: 95px;
  /*float: right;*/
  cursor: pointer;
}
/* line 307, ../scss/breakpoints/_base.scss */
#inner-header nav {
  clear: both;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 314, ../scss/breakpoints/_base.scss */
#inner-header nav ul {
  margin: 0;
  padding: 0;
  font-family: 'Inter',sans-serif;
  list-style: none;
  text-align: center;
}
/* line 321, ../scss/breakpoints/_base.scss */
#inner-header nav ul.hidden {
  display: none;
  padding-bottom: 35px;
}
/* line 324, ../scss/breakpoints/_base.scss */
#inner-header nav ul a {
  border-bottom: 1px solid #56729a;
  text-decoration: none;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  padding: 17px 0 17px 63px;
  width: 100%;
  display: block;
  text-align: left;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1.3;
}
/* line 338, ../scss/breakpoints/_base.scss */
#inner-header nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  background: #5e7ca8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5e7ca8), color-stop(50%, #5c79a5), color-stop(100%, #5e7ca8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e7ca8', endColorstr='#5e7ca8',GradientType=1 );
  /* IE6-9 */
}

#inner-header nav ul>.current-menu-item > a,
#inner-header nav ul>.current-menu-parent > a {
  background-color: rgba(0, 0, 0, 0.5);
  background: #5e7ca8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5e7ca8), color-stop(50%, #5c79a5), color-stop(100%, #5e7ca8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e7ca8', endColorstr='#5e7ca8',GradientType=1 );
  /* IE6-9 */
}


#inner-header nav ul li.menu-item-has-children.menu-item-active > a{
  background-color: rgba(0, 0, 0, 0.5);
  background: #5e7ca8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5e7ca8), color-stop(50%, #5c79a5), color-stop(100%, #5e7ca8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e7ca8', endColorstr='#5e7ca8',GradientType=1 );
  /* IE6-9 */
}


/* line 351, ../scss/breakpoints/_base.scss */
#inner-header nav ul li.current_page_item a {
  background-color: rgba(0, 0, 0, 0.5);
  background: #5e7ca8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5e7ca8), color-stop(50%, #5c79a5), color-stop(100%, #5e7ca8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5e7ca8 0%, #5c79a5 50%, #5e7ca8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e7ca8', endColorstr='#5e7ca8',GradientType=1 );
  /* IE6-9 */
}
/* line 365, ../scss/breakpoints/_base.scss */
#inner-header .menu-section-wrapper {
  display: block;
  height: 78px;
  float: right;
}
#inner-header .menu-section {
  right: -100%;
  opacity: 0;
  transition: all .5s ease-in-out;
  z-index: 999999 !important;
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 340px;
  height: 100%;
  min-height: 500px;
  display: block;
  padding-top: 60px;
  background-color: #0033A0;
}

/* line 371, ../scss/breakpoints/_base.scss */
#inner-header .menu-section.on {
  right: 0px;
  opacity: 1;

}
/* line 389, ../scss/breakpoints/_base.scss */
#inner-header .menu-section.on .bottom-nav {
  display: none;
}
/* line 397, ../scss/breakpoints/_base.scss */
#inner-header .menu-section .bottom-nav {
  display: none;
  position: absolute;
  bottom: 30px;
  background-color: #0033A0;
}
/* line 403, ../scss/breakpoints/_base.scss */
#inner-header .menu-section .bottom-nav .link-menu {
  margin: 30px 30px 15px 30px;
  margin: 0 30px;
}
/* line 408, ../scss/breakpoints/_base.scss */
#inner-header .menu-section .bottom-nav .link-menu a {
  font-family: 'Inter',sans-serif;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 16px;
  display: block;
  font-size: 15px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-bottom: 1px #7c9cc9 solid;
  padding-bottom: 10px;
  padding-right: 20px;
  font-weight: 700;
  width: 204px !important;
}
/* line 421, ../scss/breakpoints/_base.scss */
#inner-header .menu-section .bottom-nav .link-menu a:hover {
  opacity: 0.8;
}

#inner-header .menu-section .bottom-nav .icon-compass-pinterest {
  background-image: url('../images/../images/my-icons/icons/pinterest-icon.svg');
  width: 28px;
  height: 28px;
  display: block;
  float: left;
  margin-left: 46px;
  margin-right: 7px;
  background-position: 0 3px;
  background-size: 24px;
}

/* line 430, ../scss/breakpoints/_base.scss */
#inner-header .menu-section .bottom-nav .icon-compass-facebook {
  width: 26px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 13px;
  filter: brightness(0) invert(1);
}
/* line 437, ../scss/breakpoints/_base.scss */
#inner-header .menu-section .bottom-nav .icon-compass-facebook:hover,
#inner-header .menu-section .bottom-nav .icon-compass-pinterest:hover{
  opacity: 0.8;
}
/* line 442, ../scss/breakpoints/_base.scss */
#inner-header .menu-section .bottom-nav .icon-compass-twitter {
  width: 33px;
  height: 28px;
  display: block;
  float: left;
  margin-right: 3px;
  margin-top: 2px;
  filter: brightness(0) invert(1);
}
/* line 449, ../scss/breakpoints/_base.scss */
#inner-header .menu-section .bottom-nav .icon-compass-twitter:hover {
  opacity: 0.8;
}
/* line 454, ../scss/breakpoints/_base.scss */
#inner-header .menu-section .bottom-nav .icon-compass-instagram {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 8px;
  filter: brightness(0) invert(1);
}
/* line 460, ../scss/breakpoints/_base.scss */
#inner-header .menu-section .bottom-nav .icon-compass-instagram:hover {
  opacity: 0.8;
}
/* line 465, ../scss/breakpoints/_base.scss */
#inner-header .menu-section .bottom-nav .icon-compass-linkedin {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 13px;
}
/* line 471, ../scss/breakpoints/_base.scss */
#inner-header .menu-section .bottom-nav .icon-compass-linkedin:hover {
  opacity: 0.8;
}
/* line 476, ../scss/breakpoints/_base.scss */
#inner-header .menu-section .bottom-nav .icon-compass-youtube {
  width: 30px;
  height: 34px;
  display: block;
  float: left;
  margin-right: 13px;
}
/* line 483, ../scss/breakpoints/_base.scss */
#inner-header .menu-section .bottom-nav .icon-compass-youtube:hover {
  opacity: 0.8;
}

/* line 497, ../scss/breakpoints/_base.scss */
#logo {
  margin: 10px 0 13px -7px;
  width: 140px;
  float: left;
  padding-left: 52px;
}

@media (max-width: 1340px) {

  #logo {
    padding-left: 46px;
  }
}

@media (max-width: 1280px) {

  #logo {
    padding-left: 17px;
  }
}


@media (max-width: 1024px) {

  #logo {
    padding-left: 0;
  }
}

/* line 501, ../scss/breakpoints/_base.scss */
#logo a {
  background: url(../images/logomobile.png) no-repeat;
  height: 40px;
  width: 140px;
  text-indent: -9999px;
  display: block;
}

/** search bar **/
/* line 511, ../scss/breakpoints/_base.scss */
#my-mega-menu-widget {
  margin-right: 30px;
}

/* line 514, ../scss/breakpoints/_base.scss */
::-webkit-input-placeholder {
  color: #0033A0;
  font-family: "liberation-sans", sans-serif;
}

/* line 519, ../scss/breakpoints/_base.scss */
:-moz-placeholder {
  /* Firefox 18- */
  ccolor: #0033A0;
  font-family: "liberation-sans", sans-serif;
}

/* line 524, ../scss/breakpoints/_base.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #0033A0;
  font-family: "liberation-sans", sans-serif;
}

/* line 529, ../scss/breakpoints/_base.scss */
:-ms-input-placeholder {
  color: #0033A0;
  font-family: "liberation-sans", sans-serif;
}

/* line 534, ../scss/breakpoints/_base.scss */
#s {
  transition: width 0.6s, border-radius 0.6s, background 0.6s;
  width: 530px !important;
  max-width: 572px;
  padding-left: 48px;
  border-radius: 10px;
  border: 1px solid #0033A0;
  background: #FFF;
  margin: 0;
  z-index: 10;
  position: relative;
  height: auto;
  padding: 11px 20px;
  line-height: normal;
  font-size: 16px;
  color: #0033A0;
  min-height: 33px;
}

@media( max-width:1200px ){
  #s{
    width:400px !important;
  }
}

@media( max-width:991px ){
  #s{
    width:300px !important;
  }
}

@media( max-width:767px ){
  #s{
    width:265px !important;
  }
}


/* line 553, ../scss/breakpoints/_base.scss */
#s + .screen-reader-text {
  color: #0033A0;
  font-size: 16px;
  font-family: "Liberation Sans", sans-serif;
}
/* line 555, ../scss/breakpoints/_base.scss */

/* line 558, ../scss/breakpoints/_base.scss */

/* line 560, ../scss/breakpoints/_base.scss */

/* line 572, ../scss/breakpoints/_base.scss */

/* line 574, ../scss/breakpoints/_base.scss */

/* line  577, ../scss/breakpoints/_base.scss */
#searchsubmit {
  position: relative;
  left: -5000px;
}

/* line 582, ../scss/breakpoints/_base.scss */
#searchform {
  margin-top: 27px;
  height: 57px;
  position:relative;
}

/* line 588, ../scss/breakpoints/_base.scss */
.search-right {
  height: 55px;
  display: block;
  background: #ffffff;
}

/* line 594, ../scss/breakpoints/_base.scss */
.line-vert {
  border-right: 1px #f0f0f0 solid;
  height: 78px;
  display: none;
  width: 1px;
  float: right;
}

/* line 602, ../scss/breakpoints/_base.scss */
.screen-reader-text {
  display: none;
}

/* line 606, ../scss/breakpoints/_base.scss */
.search-right .icon-compass-search {
  height: 32px;
  width: 32px;
  display: block;
  left: 9px;
  position: absolute;
  top: -36px;
  z-index: 0;
  opacity: 1;
  top: 12px;
  left: auto;
  right: 20px;
  background-size: 32px !important;
  z-index: 99;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* line 630, ../scss/breakpoints/_base.scss */
.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 634, ../scss/breakpoints/_base.scss */
.nav li {
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
/* line 636, ../scss/breakpoints/_base.scss */
.nav li a {
  display: block;
  color: #0033A0;
  text-decoration: none;
  padding: 0.75em;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
/* line 669, ../scss/breakpoints/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

/* end .nav */
/*********************
Slider
*********************/
/* line 706, ../scss/breakpoints/_base.scss */
.banner {
  position: relative;
  overflow: auto;
  height: 400px !important;
}
/* line 710, ../scss/breakpoints/_base.scss */
.banner li {
  list-style: none;
}

/* line 715, ../scss/breakpoints/_base.scss */
.banner ul li {
  float: left;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 720, ../scss/breakpoints/_base.scss */
.hentry .entry-meta {
  text-align: center;
  padding-top: 46px;
}

/* line 725, ../scss/breakpoints/_base.scss */
.entry-meta {
  color: #4A4A4A;
  font-family: Inter,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

/* line 733, ../scss/breakpoints/_base.scss */
.single-date {
  letter-spacing: 2px;
  font-weight: 400;
}

/* line 737, ../scss/breakpoints/_base.scss */
.category-posts-meta {
  font-weight: 800;
}
/* line 741, ../scss/breakpoints/_base.scss */
.category-posts-meta a, .category-posts-meta a:active, .category-posts-meta a:visited, .category-posts-meta a:link {
  font-size: 14px !important;
  letter-spacing: 0;
  font-family: 'Inter' !important;
  color: #0033A0 !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  line-height: 30px;
  text-decoration: none !important;
}

.category-posts-meta a:hover{
  text-decoration: underline !important;
}

/* line 747, ../scss/breakpoints/_base.scss */
.category-posts-meta a:hover {
  text-decoration: underline;
/*letter-spacing: 1px;
    opacity: 1; */
  color: #57729A !important;
}

/* line 756, ../scss/breakpoints/_base.scss */
.single #inner-content, .archive #inner-content, .search #inner-content {
  margin-top: 112px;
  padding-top:0;
}

/* line 759, ../scss/breakpoints/_base.scss */
.home .posts {
  margin: 80px auto 0 auto;
}

@media (max-width: 767px) {
  .home .posts {
    margin: 0px auto 0 auto;
  }

  .hentry .entry-meta{
    padding-top: 17px;
  }
}

/* line 762, ../scss/breakpoints/_base.scss */
.posts {
  max-width: 1170px;
  margin: 112px auto 0 auto;
  padding-top:0 !important;
}
/* line 769, ../scss/breakpoints/_base.scss */
.posts .alm-listing li {
  padding: 0;
  overflow: visible;
}
/* line 773, ../scss/breakpoints/_base.scss */
.posts .alm-listing li h3 {
  color: #0033A0;
  font-weight: 400;
  font-size: 17px;
  padding-top: 8px;
  width: 270px;
  margin: 0;
}
/* line 779, ../scss/breakpoints/_base.scss */
.posts .alm-listing li h3 a {
  color: #0033A0;
  font-weight: 700;
  font-size: 22px;
  font-family: 'Inter',sans-serif;
  line-height: 26px;
}
/* line 784, ../scss/breakpoints/_base.scss */
.posts .alm-listing li h3 a:hover {
  color: #4A4A4A;
}
/* line 792, ../scss/breakpoints/_base.scss */
.posts .alm-listing li img {
  border-radius: 10px;
  position: static;
}
/* line 797, ../scss/breakpoints/_base.scss */
.posts .alm-btn-wrap {
  clear: both;
  padding:30px 0 52px;
  text-align:center;
}
/* line 800, ../scss/breakpoints/_base.scss */
.posts li {
  display: block;
  float: left;
  height: auto;
  margin-bottom: 40px;
}
/* line 806, ../scss/breakpoints/_base.scss */
.posts li:nth-child(odd) {
  margin-right: 50px;
}
/* line 809, ../scss/breakpoints/_base.scss */
.posts li img {
  width: 270px;
  height: 152px;
}

/* line 818, ../scss/breakpoints/_base.scss */
.related-articles .entry-meta {
  padding-top: 5px;
  font-size: 12px;
  letter-spacing: 2px;
}
/* line 824, ../scss/breakpoints/_base.scss */
.related-articles .alm-listing li {
  padding: 0;
}
/* line 827, ../scss/breakpoints/_base.scss */
.related-articles .alm-listing li h3 {
  color: #0033A0;
  font-weight: 300;
  font-size: 17px;
  padding-top: 8px;
  line-height: 28px;
}
/* line 833, ../scss/breakpoints/_base.scss */
.related-articles .alm-listing li h3 a {
  color: #0033A0;
  line-height: 26px;
  font-size: 22px;
}
/* line 835, ../scss/breakpoints/_base.scss */
.related-articles .alm-listing li h3 a:hover {
  color: #4a4a4a;
}
/* line 843, ../scss/breakpoints/_base.scss */
.related-articles .alm-listing li img {
  border-radius: 0;
  position: static;
}
/* line 848, ../scss/breakpoints/_base.scss */
.related-articles .alm-btn-wrap {
  clear: both;
}
/* line 851, ../scss/breakpoints/_base.scss */
.related-articles li {
  width: 99%;
  display: block;
  float: left;
  height: auto;
  overflow: auto;
  margin-right: 30px;
}
/* line 858, ../scss/breakpoints/_base.scss */
.related-articles li:last-child {
  margin-right: 0;
}
/* line 861, ../scss/breakpoints/_base.scss */
.related-articles li img {
  width: 99%;
  height: auto;
}

/* line 876, ../scss/breakpoints/_base.scss */
.search-results .icon-compass-arrowleftresults, .search-results .icon-compass-arrowrightresults {
  display: block;
  width: 12px;
  height: 20px;
}
/* line 883, ../scss/breakpoints/_base.scss */
.search-results .entry-meta {
  padding-top: 10px;
}
/* line 887, ../scss/breakpoints/_base.scss */
.search-results .related-tags span {
  text-transform: uppercase;
  color: #4A4A4A;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
}
/* line 895, ../scss/breakpoints/_base.scss */
.search-results .related-tags a {
  text-decoration: none;
  letter-spacing: 1px;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: normal;
}
/* line 902, ../scss/breakpoints/_base.scss */
.search-results .related-tags a:hover {
  text-decoration: underline;
  color: #4A4A4A;
}
/* line 907, ../scss/breakpoints/_base.scss */
.search-results .alm-listing {
  border-bottom: #e8e8e8 1px solid;
  margin: 0 -15px !important;
}
/* line 911, ../scss/breakpoints/_base.scss */
.search-results .resultsimg {
  display: block;
  float: left;
  width: 260px;
  height: 146px;
}
/* line 918, ../scss/breakpoints/_base.scss */
.search-results .alm-listing li {
  padding: 0 0 30px 0;
}
/* line 921, ../scss/breakpoints/_base.scss */
.search-results .alm-listing li .results-right {
  margin-left: 0;
  float: left;
  width: 100%;
  padding-top: 20px;
}
/* line 928, ../scss/breakpoints/_base.scss */
.search-results .alm-listing li h3 {
  color: #0033A0;
  font-weight: 700;
  padding-top: 8px;
  font-size: 22px;
  line-height: 1.2;
}
/* line 934, ../scss/breakpoints/_base.scss */
.search-results .alm-listing li h3 a {
  color: #0033A0;

}
/* line 936, ../scss/breakpoints/_base.scss */
.search-results .alm-listing li h3 a:hover {
  color: #4a4a4a;
}
/* line 945, ../scss/breakpoints/_base.scss */
.search-results .alm-listing li img {
  border-radius: 0;
  position: static;
}
/* line 951, ../scss/breakpoints/_base.scss */
.search-results .alm-btn-wrap {
  clear: both;
}
/* line 954, ../scss/breakpoints/_base.scss */
.search-results .alm-listing li {
  width: 100%;
  display: block;
  float: none;
  overflow: hidden;
  border-bottom: #e8e8e8 1px solid;
}
/* line 960, ../scss/breakpoints/_base.scss */
.search-results .alm-listing li:last-child {
  border-bottom: none;
}
/* line 963, ../scss/breakpoints/_base.scss */
.search-results .alm-listing li img {
  width: 260px;
  height: 146px;
}

/* line 976, ../scss/breakpoints/_base.scss */
.related-articles .alm-listing li {
  overflow: hidden;
}

/* line 984, ../scss/breakpoints/_base.scss */
#content {
  margin-top: 1.5em;
  min-height: 450px;
}

/* line 988, ../scss/breakpoints/_base.scss */
.ssba a {
  margin-top: -2px;
}

/* line 991, ../scss/breakpoints/_base.scss */
.entry-header {
  padding-top: 5px;
}
/* line 993, ../scss/breakpoints/_base.scss */
.entry-header .social-entry {
  padding-top: 12px;
  display: block;
  color: #979797;
  opacity: 0.8;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
}
/* line 1004, ../scss/breakpoints/_base.scss */
.entry-header .social-entry .ssba_twitter_share {
  margin-right: 10px;
}
/* line 1007, ../scss/breakpoints/_base.scss */
.entry-header .social-entry .ssba_facebook_share {
  margin-left: 10px;
}
/* line 1011, ../scss/breakpoints/_base.scss */
.entry-header .related-tags {
  float: left;
  width: 70%;
}
/* line 1013, ../scss/breakpoints/_base.scss */
.entry-header .related-tags p {
  padding: 12px 0 0 0;
  margin: 0;
}
/* line 1017, ../scss/breakpoints/_base.scss */
.entry-header .related-tags a {
  color: #0033A0;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
}
/* line 1022, ../scss/breakpoints/_base.scss */
.entry-header .related-tags a:hover {
  text-decoration: underline;
}
/* line 1027, ../scss/breakpoints/_base.scss */
.entry-header .related-tags span {
  display: inline-block;
  color: #979797;
  opacity: 0.8;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: -3px;
}

/* line 1040, ../scss/breakpoints/_base.scss */
.hentry {
  margin-bottom: 20px;
  width: 920px;
}
/* line 1041, ../scss/breakpoints/_base.scss */
.hentry .featured-image img {
  width: 98%;
  height: auto;
  border-radius:10px;
}
/* line 1049, ../scss/breakpoints/_base.scss */
.hentry h1.entry-title {
  font-weight: 300 !important;
  font-size: 35px;
  text-align: center;
  color: #0033A0;
  padding-top: 27px;
  padding-bottom: 37px;
}
/* line 1066, ../scss/breakpoints/_base.scss */
.hentry footer {
  padding-bottom: 10px;
}
/* line 1074, ../scss/breakpoints/_base.scss */
.hentry footer p {
  margin: 0;
}

/* end .hentry */
/* line 1081, ../scss/breakpoints/_base.scss */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 1106, ../scss/breakpoints/_base.scss */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}

/* entry content */
/* line 1115, ../scss/breakpoints/_base.scss */
.entry-content {
  clear: both;
  font-family: Arial, sans-serif;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}


.entry-content h1, .entry-content .h1,
.entry-content h2, .entry-content .h2,
.entry-content h3, .entry-content .h3,
.entry-content h4, .entry-content .h4,
.entry-content h5, .entry-content .h5 {
  color: #000000;
}

/* line 1118, ../scss/breakpoints/_base.scss */
.entry-content > p:first-child {
  font-size: 20px;
  line-height: 30px;
  padding-top: 10px;
  color: #333333;
  padding-bottom: 5px;
}
/* line 1127, ../scss/breakpoints/_base.scss */
.entry-content ul, .entry-content ol {
  padding-left: 50px;
}
/* line 1129, ../scss/breakpoints/_base.scss */
.entry-content li {
  list-style: disc;
  padding-left: 5px;
  font-size: 18px;
  color: #000;
  line-height: 28px;
  padding-bottom: 15px;
}

.entry-content li::marker{
  color: #000;
}
/* line 1137, ../scss/breakpoints/_base.scss */
.entry-content li a {
  color: #0033A0;
}
/* line 1139, ../scss/breakpoints/_base.scss */
.entry-content li ahover {
  color: #57729a;
}
/* line 1146, ../scss/breakpoints/_base.scss */
.entry-content ol li {
  list-style: decimal;
}
/* line 1151, ../scss/breakpoints/_base.scss */
.entry-content p {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  padding-bottom: 0;
  text-align: justify;
}
/* line 1158, ../scss/breakpoints/_base.scss */
.entry-content p a {
  color: #0033A0;
}
/* line 1160, ../scss/breakpoints/_base.scss */
.entry-content p a:hover {
  color: #57729a;
}
/* line 1163, ../scss/breakpoints/_base.scss */
.entry-content p a:visited {
  color: #0033A0;
}
/* line 1193, ../scss/breakpoints/_base.scss */
.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}
/* line 1198, ../scss/breakpoints/_base.scss */
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 1207, ../scss/breakpoints/_base.scss */
.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}
/* line 1210, ../scss/breakpoints/_base.scss */
.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}
/* line 1215, ../scss/breakpoints/_base.scss */
.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}
/* line 1219, ../scss/breakpoints/_base.scss */
.entry-content td:last-child {
  border-right: 0;
}
/* line 1224, ../scss/breakpoints/_base.scss */
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
/* line 1229, ../scss/breakpoints/_base.scss */
.entry-content th:last-child {
  border-right: 0;
}
/* line 1234, ../scss/breakpoints/_base.scss */
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}
/* line 1249, ../scss/breakpoints/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 1256, ../scss/breakpoints/_base.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 1272, ../scss/breakpoints/_base.scss */
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
/* line 1281, ../scss/breakpoints/_base.scss */
.entry-content pre {
  background: #323944;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
/* line 1292, ../scss/breakpoints/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 1298, ../scss/breakpoints/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 1304, ../scss/breakpoints/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* line 1338, ../scss/breakpoints/_base.scss */
.tags {
  margin: 0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 1346, ../scss/breakpoints/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
  cursor: pointer;
}

/* line 1352, ../scss/breakpoints/_base.scss */
.pagination {
  text-align: center;
}
/* line 1355, ../scss/breakpoints/_base.scss */
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
/* line 1364, ../scss/breakpoints/_base.scss */
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer;
}
/* line 1373, ../scss/breakpoints/_base.scss */
.pagination a.prev, .pagination a.next {
  background-color: #0033A0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
/* line 1381, ../scss/breakpoints/_base.scss */
.pagination a.prev:hover, .pagination a.prev:hover, .pagination a.next:hover, .pagination a.next:hover {
  background-color: #4d6c9a;
}
/* line 1387, ../scss/breakpoints/_base.scss */
.pagination a.prev {
  margin-right: 10px;
}
/* line 1390, ../scss/breakpoints/_base.scss */
.pagination a.next {
  margin-left: 10px;
}
/* line 1393, ../scss/breakpoints/_base.scss */
.pagination a.prev i {
  margin: -3px 0 0 0;
  padding: 0;
}
/* line 1399, ../scss/breakpoints/_base.scss */
.pagination a.next i {
  margin: -3px 0 0 2px;
  padding: 0;
}
/* line 1406, ../scss/breakpoints/_base.scss */
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 12px;
  font-size: 18px;
  font-weight: normal;
  padding: 10px;
  display: block;
  color: #4A4A4A;
  cursor: pointer;
}
/* line 1420, ../scss/breakpoints/_base.scss */
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  cursor: pointer;
  color: #0033A0;
}
/* line 1426, ../scss/breakpoints/_base.scss */
.pagination .current {
  cursor: pointer;
  color: #4A4A4A;
  font-weight: 700;
}
/* line 1431, ../scss/breakpoints/_base.scss */
.pagination .current:hover, .pagination .current:focus {
  color: #5c6b80;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 1444, ../scss/breakpoints/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 1448, ../scss/breakpoints/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 1459, ../scss/breakpoints/_base.scss */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */
}

/* line 1479, ../scss/breakpoints/_base.scss */
.commentlist {
  margin: 0;
  list-style-type: none;
}

/* line 1484, ../scss/breakpoints/_base.scss */
.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
/* line 1491, ../scss/breakpoints/_base.scss */
.comment .comment-author {
  padding: 7px;
  border: 0;
}
/* line 1497, ../scss/breakpoints/_base.scss */
.comment .vcard {
  margin-left: 50px;
}
/* line 1500, ../scss/breakpoints/_base.scss */
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 1508, ../scss/breakpoints/_base.scss */
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
/* line 1513, ../scss/breakpoints/_base.scss */
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
/* line 1517, ../scss/breakpoints/_base.scss */
.comment .vcard time a:hover {
  text-decoration: underline;
}
/* line 1527, ../scss/breakpoints/_base.scss */
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
/* line 1535, ../scss/breakpoints/_base.scss */
.comment:last-child {
  margin-bottom: 0;
}
/* line 1539, ../scss/breakpoints/_base.scss */
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 1557, ../scss/breakpoints/_base.scss */
.comment[class*=depth-] {
  margin-top: 1.1em;
}
/* line 1561, ../scss/breakpoints/_base.scss */
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 1566, ../scss/breakpoints/_base.scss */
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
/* line 1579, ../scss/breakpoints/_base.scss */
.comment.odd {
  background-color: #fff;
}
/* line 1582, ../scss/breakpoints/_base.scss */
.comment.even {
  background: #f8f9fa;
}

/* comment meta */
/* comment content */
/* line 1616, ../scss/breakpoints/_base.scss */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
/* line 1625, ../scss/breakpoints/_base.scss */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
}

/* end .commentlist .comment-reply-link */
/* edit comment link */
/* line 1637, ../scss/breakpoints/_base.scss */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 1650, ../scss/breakpoints/_base.scss */
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}

/* line 1656, ../scss/breakpoints/_base.scss */
#reply-title {
  margin: 0;
}

/* line 1660, ../scss/breakpoints/_base.scss */
.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
/* line 1665, ../scss/breakpoints/_base.scss */
.logged-in-as a {
  color: #5c6b80;
}

/* line 1670, ../scss/breakpoints/_base.scss */
.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

/* line 1674, ../scss/breakpoints/_base.scss */
.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em;
}

/* comment submit button */
/* line 1681, ../scss/breakpoints/_base.scss */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
/* line 1688, ../scss/breakpoints/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 1701, ../scss/breakpoints/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 1706, ../scss/breakpoints/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 1722, ../scss/breakpoints/_base.scss */
.widget ul li {
  /* deep nesting */
}

/* line 1739, ../scss/breakpoints/_base.scss */
.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/*********************
About page
*********************/
/* line 1753, ../scss/breakpoints/_base.scss */
.page-template-page-about h1.page-title {
  text-align: center;
  font-size: 32px;
  color: #0033A0;
  font-weight: 300;
  margin-top: 10px;
}

#page-template-page-about #content{
  margin-top:112px;
}

/* line 1760, ../scss/breakpoints/_base.scss */
.page-template-page-about article {
  margin:50px auto;
}

/* line 1764, ../scss/breakpoints/_base.scss */
.page-template-page-about h2 {
  text-align: center;
  font-size: 28px;
  color: #0033A0;
  font-weight: 300;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 20px;
  margin-top: -40px;
  padding-top: 35px;
  border-top: #eeeeee 2px solid;
}

/* line 1776, ../scss/breakpoints/_base.scss */
.page-template-page-about p.press-contact {
  font-size: 17px;
  color: 444444;
  font-weight: 400;
  width: 240px;
  margin: 20px auto;
  line-height: 19px;
}

/* line 1787, ../scss/breakpoints/_base.scss */
.page-template-page-about .entry-content > p:first-child {
  color: #333333;
  font-size: 18px;
  line-height: 28px;
}

/* line 1792, ../scss/breakpoints/_base.scss */
.page-template-page-about .entry-content img {
  margin-top: 10px;
}

/* line 1795, ../scss/breakpoints/_base.scss */
.page-template-page-about img {
  display: none;
}

/*********************
social links on posts
*********************/
/* line 1805, ../scss/breakpoints/_base.scss */
.ssba a.ssba_email_share {
  background: url(../images/emailnew.png) no-repeat;
  text-indent: -9999;
  display: block;
  width: 29px;
  height: 23px;
  float: right;
}
/* line 1813, ../scss/breakpoints/_base.scss */
.ssba a.ssba_email_share:hover {
  background: url(../images/emailnew.png) no-repeat 0 -20px;
}

/* line 1819, ../scss/breakpoints/_base.scss */
.ssba a.ssba_facebook_share {
  background: url(../images/facebooknew.png) no-repeat;
  text-indent: -9999;
  display: block;
  width: 29px;
  height: 23px;
  float: right;
}
/* line 1826, ../scss/breakpoints/_base.scss */
.ssba a.ssba_facebook_share:hover {
  background: url(../images/facebooknew.png) no-repeat 0 -23px;
}

/* line 1832, ../scss/breakpoints/_base.scss */
.ssba a.ssba_twitter_share {
  background: url(../images/twitternew.png) no-repeat;
  text-indent: -9999;
  display: block;
  width: 29px;
  height: 23px;
  float: right;
}
/* line 1839, ../scss/breakpoints/_base.scss */
.ssba a.ssba_twitter_share:hover {
  background: url(../images/twitternew.png) no-repeat 0 -23px;
}

/* line 1847, ../scss/breakpoints/_base.scss */
.ssba a.ssba_email_share img, .ssba a.ssba_facebook_share img, .ssba a.ssba_twitter_share img {
  display: none !important;
}

/*********************
FOOTER STYLES
*********************/
/* line 1866, ../scss/breakpoints/_base.scss */
/* .footer {
  clear: both;
  background-color: #0033A0;
  color: #FFFFFF;
  height: 400px;
  margin-top: 20px;
} */
/* line 1873, ../scss/breakpoints/_base.scss */
/* .footer .social-footer {
  margin: 0 auto;
  text-align: center;
  width: 177px;
  padding-top: 40px;
}

.footer .social-footer a:last-child{
  margin-right: 0 !important;
} */

/* line 1878, ../scss/breakpoints/_base.scss */
/* .footer .social-footer .icon-compass-facebook-g {
  width: 32px;
  height: 40px;
  display: block;
  float: left;
  margin-right: 12px;
  opacity: 1.0;
} */
/* line 1886, ../scss/breakpoints/_base.scss */
/* .footer .social-footer .icon-compass-facebook-g:hover {
  opacity: 0.8;
} */
/* line 1891, ../scss/breakpoints/_base.scss */
/* .footer .social-footer .icon-compass-twitter-g {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
} */
/* line 1898, ../scss/breakpoints/_base.scss */
/* .footer .social-footer .icon-compass-twitter-g:hover {
  opacity: 0.8;
}

.footer .social-footer .icon-compass-pinterest-g {
  width: 34px;
  height: 40px;
  display: block;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  background-position: -44px 3px;
} */

/* line 1903, ../scss/breakpoints/_base.scss */
/* .footer .social-footer .icon-compass-instagram-g {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
} */
/* line 1910, ../scss/breakpoints/_base.scss */
/* .footer .social-footer .icon-compass-instagram-g:hover,
.footer .social-footer .icon-compass-pinterest-g:hover{
  opacity: 0.8;
} */
/* line 1915, ../scss/breakpoints/_base.scss */
/* .footer .social-footer .icon-compass-linkedin-g {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  opacity: 1.0;
} */
/* line 1921, ../scss/breakpoints/_base.scss */
/* .footer .social-footer .icon-compass-linkedin-g:hover {
  opacity: 0.8;
} */
/* line 1926, ../scss/breakpoints/_base.scss */
/* .footer .social-footer .icon-compass-youtube-g {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  margin-right: 7px;
  opacity: 1.0;
} */
/* line 1934, ../scss/breakpoints/_base.scss */
/* .footer .social-footer .icon-compass-youtube-g:hover {
  opacity: 0.8;
} */

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* line 1954, ../scss/breakpoints/_base.scss */
/* .footer-links {
  hyphens: none;
} */

/* end .footer-links */
/* line 1966, ../scss/breakpoints/_base.scss */
/* .copyright {
  color: #FFFFFF;
  clear: both;
  font-size: 12px;
  font-weight: normal;
  hyphens: none;
  -moz-hyphens: none;
} */
/* line 1976, ../scss/breakpoints/_base.scss */
/* .copyright a {
  color: #FFFFFF;
  text-decoration: none;
} */
/* line 1979, ../scss/breakpoints/_base.scss */
/* .copyright a:hover {
  text-decoration: underline;
  color: #797979;
} */

/*
	Buttons Load more
	*/
/* line 1992, ../scss/breakpoints/_base.scss */
.ajax-load-more-wrap.white button.alm-load-more-btn,
.ajax-load-more-wrap.default button.alm-load-more-btn{
  background-color: transparent;
  color: #0033A0;
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #0033A0;
  text-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
  height: 56px;
  width: 191px;
}

/* line 2006, ../scss/breakpoints/_base.scss */
.ajax-load-more-wrap.white button.alm-load-more-btn:hover,
.ajax-load-more-wrap.default button.alm-load-more-btn:hover {
  background-color: #0033A0;
  color: #ffffff;
}
/* line 2009, ../scss/breakpoints/_base.scss */
button.alm-load-more-btn.more.done{
  opacity:0.5;
  pointer-events: none;
  display:none;
}

.ajax-load-more-wrap.white button.alm-load-more-btn:hover.done:hover,
.ajax-load-more-wrap.default button.alm-load-more-btn:hover.done:hover {
  background-color: #efefef;
  color: #333;
}

/* line 2016, ../scss/breakpoints/_base.scss */
button.alm-load-more-btn {
  height: 36px;
}

/* line 2024, ../scss/breakpoints/_base.scss */
a.post-link {
  color: #0033a0;
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  height: auto;
  margin: 40px 0;
  padding: 16px 36px 16px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: padding 0.25s ease-in-out 0s;
  width: auto;
  background:transparent;
  border:1px solid #0033a0;
}

a.post-link .icon-compass-x {
  display: block;
  float: right;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 20px;
  top: 22px;
}

/* line 2061, ../scss/breakpoints/_base.scss */
a.post-link:hover {
  background: #0033a0;
  color: #ffffff;
}

a.post-link:hover .icon-compass-x{
  background-position: 0 -640px;
}

/* line 2068, ../scss/breakpoints/_base.scss */
.sy-pager {
  display: none;
}

/* line 2072, ../scss/breakpoints/_base.scss */
#inner-header .menu-section.on {
  width: 100%;
}

/**
 * Wraps any styles in a retina media query.
 */
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Option variable to define the spacing between images in the generated sprite
 */
/**
 * A mixin to create retina sprites with hover & active states
 *
 * You have to register a pair of sprites using `{@link #retina-sprite-add}` and then you can use this mixin:
 *
 *     @include retina-sprite-add(icons, "icons/*.png", "icons-retina/*.png");
 *
 *     .my-icon {
 *       @include retina-sprite(icon-name, icons);
 *     }
 *
 * @param {String} $name
 * @param {String} [$sprite-name]
 * @param {Boolean} [$hover=false]
 * @param {Boolean} [$active=false]
 */
/**
 * @param {String} $name
 * @param {String} $path
 * @param {String} $path2x
 */
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Mixin for retina backgrounds where you can't use a sprite.
 *
 * - Make sure you have a file@2x.png file additional to your file.png.
 * - The mixin prepends $imgPath, which should be set globally at some point. Default is: "img/"
 *
 * Examples:
 *     li {
 *       @include retina-background(arrow, no-repeat 10px 15px)
 *     }
 *
 *     a.external {
 *       @include retina-background(external, no-repeat right)
 *     }
 *
 * @param {String} $file Path to file relative to images folder defined in config.rb and without a file extension
 * @param {Object} [$attr] Additional attributes like position or repetition. E.g. `no-repeat top right`
 * @param {String} [$type] The file type.
 */
/* line 10, ../scss/breakpoints/_icons.scss */
.icon-compass-search {
  background-image: url('../images/../images/my-icons/icons-sa9de6d2f0b.png');
  background-position: 0 -356px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 10, ../scss/breakpoints/_icons.scss */
  .icon-compass-search {
    background-image: url('../images/../images/my-icons-retina/icons-s87ee05f570.png');
    -moz-background-size: 50px 726px;
    -o-background-size: 50px 726px;
    -webkit-background-size: 50px 726px;
    background-size: 50px 726px;
    background-position: 0 -356px;
  }
}

/* line 15, ../scss/breakpoints/_icons.scss */
.icon-compass-close-icon {
  background-image: url('../images/../images/my-icons/icons-sa9de6d2f0b.png');
  background-position: 0 -96px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 15, ../scss/breakpoints/_icons.scss */
  .icon-compass-close-icon {
    background-image: url('../images/../images/my-icons-retina/icons-s87ee05f570.png');
    -moz-background-size: 50px 726px;
    -o-background-size: 50px 726px;
    -webkit-background-size: 50px 726px;
    background-size: 50px 726px;
    background-position: 0 -96px;
  }
}

/* line 21, ../scss/breakpoints/_icons.scss */
.icon-compass-arrow {
  background-image: url('../images/../images/my-icons/icons-sa9de6d2f0b.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 21, ../scss/breakpoints/_icons.scss */
  .icon-compass-arrow {
    background-image: url('../images/../images/my-icons-retina/icons-s87ee05f570.png');
    -moz-background-size: 50px 726px;
    -o-background-size: 50px 726px;
    -webkit-background-size: 50px 726px;
    background-size: 50px 726px;
    background-position: 0 0;
  }
}

/* line 26, ../scss/breakpoints/_icons.scss */
.icon-compass-arrowtwo {
  background-image: url('../images/../images/my-icons/icons-sa9de6d2f0b.png');
  background-position: 0 -70px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 26, ../scss/breakpoints/_icons.scss */
  .icon-compass-arrowtwo {
    background-image: url('../images/../images/my-icons-retina/icons-s87ee05f570.png');
    -moz-background-size: 50px 726px;
    -o-background-size: 50px 726px;
    -webkit-background-size: 50px 726px;
    background-size: 50px 726px;
    background-position: 0 -70px;
  }
}

/* line 31, ../scss/breakpoints/_icons.scss */
.icon-compass-facebook,
.icon-compass-pinterest,
.icon-compass-pinterest-g{
  background-image: url('../images/../images/my-icons/icons-sa9de6d2f0b.png');
  background-position: 0 -172px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 31, ../scss/breakpoints/_icons.scss */
  .icon-compass-facebook {
    background-image: url('../images/../images/my-icons-retina/icons-s87ee05f570.png');
    -moz-background-size: 36px 574px;
    -o-background-size: 36px 574px;
    -webkit-background-size: 36px 574px;
    background-size: 36px 574px;
    background-position: 5px -135px;
  }
}

/* line 36, ../scss/breakpoints/_icons.scss */
.icon-compass-twitter {
  background-image: url('../images/../images/my-icons/icons-sa9de6d2f0b.png');
  background-position: 0 -610px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 36, ../scss/breakpoints/_icons.scss */
  .icon-compass-twitter {
    background-image: url('../images/../images/my-icons-retina/icons-s87ee05f570.png');
    -moz-background-size: 37px 649px;
    -o-background-size: 37px 649px;
    -webkit-background-size: 37px 649px;
    background-size: 37px 649px;
    background-position: 0 -544px;
  }
}

/* line 41, ../scss/breakpoints/_icons.scss */
.icon-compass-instagram {
  background-image: url('../images/../images/my-icons/icons-sa9de6d2f0b.png');
  background-position: 0 -248px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 41, ../scss/breakpoints/_icons.scss */
  .icon-compass-instagram {
    background-image: url('../images/../images/my-icons-retina/icons-s87ee05f570.png');
    -moz-background-size: 47px 679px;
    -o-background-size:47px 679px;
    -webkit-background-size: 47px 679px;
    background-size: 47px 679px;
    background-position: 0 -233px;
  }
}

/* line 47, ../scss/breakpoints/_icons.scss */
.icon-compass-linkedin {
  background-image: url('../images/../images/my-icons/icons-sa9de6d2f0b.png');
  background-position: 0 -324px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 47, ../scss/breakpoints/_icons.scss */
  .icon-compass-linkedin {
    background-image: url('../images/../images/my-icons-retina/icons-s87ee05f570.png');
    -moz-background-size: 50px 726px;
    -o-background-size: 50px 726px;
    -webkit-background-size: 50px 726px;
    background-size: 50px 726px;
    background-position: 0 -324px;
  }
}

/* line 53, ../scss/breakpoints/_icons.scss */
.icon-compass-youtube {
  background-image: url('../images/../images/my-icons/icons-sa9de6d2f0b.png');
  background-position: 0 -692px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 53, ../scss/breakpoints/_icons.scss */
  .icon-compass-youtube {
    background-image: url('../images/../images/my-icons-retina/icons-s87ee05f570.png');
    -moz-background-size: 50px 726px;
    -o-background-size: 50px 726px;
    -webkit-background-size: 50px 726px;
    background-size: 50px 726px;
    background-position: 0 -692px;
  }
}

/* line 60, ../scss/breakpoints/_icons.scss */
.icon-compass-facebook-g {
  background-image: url('../images/../images/my-icons/icons-sa9de6d2f0b.png');
  background-position: 0 -130px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 60, ../scss/breakpoints/_icons.scss */
  .icon-compass-facebook-g {
    background-image: url('../images/../images/my-icons-retina/icons-s87ee05f570.png');
    -moz-background-size: 50px 726px;
    -o-background-size: 50px 726px;
    -webkit-background-size: 50px 726px;
    background-size: 50px 726px;
    background-position: 0 -130px;
  }
}

/* line 65, ../scss/breakpoints/_icons.scss */
.icon-compass-twitter-g {
  background-image: url('../images/../images/my-icons/icons-sa9de6d2f0b.png');
  background-position: 0 -568px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 65, ../scss/breakpoints/_icons.scss */
  .icon-compass-twitter-g {
    background-image: url('../images/../images/my-icons-retina/icons-s87ee05f570.png');
    -moz-background-size: 50px 726px;
    -o-background-size: 50px 726px;
    -webkit-background-size: 50px 726px;
    background-size: 50px 726px;
    background-position: 0 -568px;
  }
}

/* line 70, ../scss/breakpoints/_icons.scss */
.icon-compass-instagram-g {
  background-image: url('../images/../images/my-icons/icons-sa9de6d2f0b.png');
  background-position: 0 -206px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 70, ../scss/breakpoints/_icons.scss */
  .icon-compass-instagram-g {
    background-image: url('../images/../images/my-icons-retina/icons-s87ee05f570.png');
    -moz-background-size: 50px 726px;
    -o-background-size: 50px 726px;
    -webkit-background-size: 50px 726px;
    background-size: 50px 726px;
    background-position: 0 -206px;
  }
}

/* line 76, ../scss/breakpoints/_icons.scss */
.icon-compass-linkedin-g {
  background-image: url('../images/../images/my-icons/icons-sa9de6d2f0b.png');
  background-position: 0 -282px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 76, ../scss/breakpoints/_icons.scss */
  .icon-compass-linkedin-g {
    background-image: url('../images/../images/my-icons-retina/icons-s87ee05f570.png');
    -moz-background-size: 50px 726px;
    -o-background-size: 50px 726px;
    -webkit-background-size: 50px 726px;
    background-size: 50px 726px;
    background-position: 0 -282px;
  }
}

/* line 82, ../scss/breakpoints/_icons.scss */
.icon-compass-youtube-g {
  background-image: url('../images/../images/my-icons/icons-sa9de6d2f0b.png');
  background-position: 0 -650px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 82, ../scss/breakpoints/_icons.scss */
  .icon-compass-youtube-g {
    background-image: url('../images/../images/my-icons-retina/icons-s87ee05f570.png');
    -moz-background-size: 50px 726px;
    -o-background-size: 50px 726px;
    -webkit-background-size: 50px 726px;
    background-size: 50px 726px;
    background-position: 0 -650px;
  }
}

/* line 90, ../scss/breakpoints/_icons.scss */
.icon-compass-slider-left {
  background-image: url('../images/../images/my-icons/icons-sa9de6d2f0b.png');
  background-position: 0 -384px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 90, ../scss/breakpoints/_icons.scss */
  .icon-compass-slider-left {
    background-image: url('../images/../images/my-icons-retina/icons-s87ee05f570.png');
    -moz-background-size: 50px 726px;
    -o-background-size: 50px 726px;
    -webkit-background-size: 50px 726px;
    background-size: 50px 726px;
    background-position: 0 -384px;
  }
}

/* line 95, ../scss/breakpoints/_icons.scss */
.icon-compass-slider-right {
  background-image: url('../images/../images/my-icons/icons-sa9de6d2f0b.png');
  background-position: 0 -476px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 95, ../scss/breakpoints/_icons.scss */
  .icon-compass-slider-right {
    background-image: url('../images/../images/my-icons-retina/icons-s87ee05f570.png');
    -moz-background-size: 50px 726px;
    -o-background-size: 50px 726px;
    -webkit-background-size: 50px 726px;
    background-size: 50px 726px;
    background-position: 0 -476px;
  }
}

/* line 101, ../scss/breakpoints/_icons.scss */
.icon-compass-arrowrightresults {
  background-image: url('../images/../images/my-icons/icons-sa9de6d2f0b.png');
  background-position: 0 -48px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 101, ../scss/breakpoints/_icons.scss */
  .icon-compass-arrowrightresults {
    background-image: url('../images/../images/my-icons-retina/icons-s87ee05f570.png');
    -moz-background-size: 50px 726px;
    -o-background-size: 50px 726px;
    -webkit-background-size: 50px 726px;
    background-size: 50px 726px;
    background-position: 0 -48px;
  }
}

/* line 106, ../scss/breakpoints/_icons.scss */
.icon-compass-arrowleftresults {
  background-image: url('../images/../images/my-icons/icons-sa9de6d2f0b.png');
  background-position: 0 -26px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 106, ../scss/breakpoints/_icons.scss */
  .icon-compass-arrowleftresults {
    background-image: url('../images/../images/my-icons-retina/icons-s87ee05f570.png');
    -moz-background-size: 50px 726px;
    -o-background-size: 50px 726px;
    -webkit-background-size: 50px 726px;
    background-size: 50px 726px;
    background-position: 0 -26px;
  }
}

/* line 111, ../scss/breakpoints/_icons.scss */
.icon-compass-x {
  background-image: url('../images/../images/my-icons/icons-sa9de6d2f0b.png');
  background-position: 0 -640px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 111, ../scss/breakpoints/_icons.scss */
  .icon-compass-x {
    background-image: url('../images/../images/my-icons-retina/icons-s87ee05f570.png');
    -moz-background-size: 50px 726px;
    -o-background-size: 50px 726px;
    -webkit-background-size: 50px 726px;
    background-size: 50px 726px;
    background-position: -10px -640px;
  }
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 321px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 321px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/

    .posts li img {
      width: 100%;
      height: 186px;
      object-fit: cover;
  }
}

/* Small Mobile Devices up to Large Mobile Devices */
@media (min-width: 320px) and (max-width: 480px) {
  .posts ul.alm-listing.alm-ajax li{
        margin: 0 0 20px!important;
  }
}

/* Small Mobile Devices */
@media (max-width: 320px) {
  #logo a{
    background-size: 140px 22px;
  }
}
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 29, ../scss/breakpoints/_481up.scss */
  #inner-header .menu-section.on .bottom-nav {
    display: block;
    padding: 8px 65px 0;
    width: 100%;
    bottom: auto;
  }

  /* line 32, ../scss/breakpoints/_481up.scss */
  #inner-header .menu-toggle {
    height: 78px;
  }

  /* line 38, ../scss/breakpoints/_481up.scss */
  #inner-header nav ul a {
    border-bottom: 0;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  /* line 45, ../scss/breakpoints/_481up.scss */
  .menu-section.on nav {
    padding-top: 40px;
  }

  /* line 50, ../scss/breakpoints/_481up.scss */
  /*.posts li img {
    width: 453px;
    height: 255px;
  } */

  /* line 55, ../scss/breakpoints/_481up.scss */
  .posts li {
    /* height: 400px; */
    width: 453px;
    margin-bottom: 34px;
  }

  /* line 62, ../scss/breakpoints/_481up.scss */
  #inner-header .search-right {
    display: block;
  }

  /* line 67, ../scss/breakpoints/_481up.scss */
  .posts .alm-listing li {
    padding: 0;
    overflow: visible;
  }
  /* line 71, ../scss/breakpoints/_481up.scss */
  .posts .alm-listing li h3 {
    //font-size: 20px;
    //font-weight: 300;
    width: auto;
    padding-top: 4px;
  }

  /* line 82, ../scss/breakpoints/_481up.scss */
  .search-results .alm-listing li .results-right {
    margin-left: 30px;
    padding-top: 0;
    width: 40%;
  }

  /* .menu is clearfixed inside mixins.scss */
  /* line 91, ../scss/breakpoints/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 92, ../scss/breakpoints/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 93, ../scss/breakpoints/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 94, ../scss/breakpoints/_481up.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 140, ../scss/breakpoints/_481up.scss */

  /* line 146, ../scss/breakpoints/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
    width: 90%;
    margin-left: auto;
    margin-right: auto;  
  }
  /* line 150, ../scss/breakpoints/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 155, ../scss/breakpoints/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 160, ../scss/breakpoints/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /* line 184, ../scss/breakpoints/_481up.scss */
  #inner-header .menu-section-wrapper {
    width: 150px;
    display: block;
    height: 78px;
    float: right;
  }

  /* line 191, ../scss/breakpoints/_481up.scss */
  .menu-section.on {
    z-index: 9999 !important;
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 150px;
    height: 100%;
    min-height: 500px;
    display: block;
  }

  /* line 203, ../scss/breakpoints/_481up.scss */
  .hentry .featured-image img {
    width: 917px;
    height: 523px;
    object-fit: cover;
  }

  /* line 211, ../scss/breakpoints/_481up.scss */
  .hentry h1.entry-title {
    font-weight: 500!important;
    font-size: 35px;
  }

  /* line 217, ../scss/breakpoints/_481up.scss */
  .entry-content > p:first-child {
    font-size: 30px;
    line-height: 45px;
  }

  .hentry .entry-content.cf p {
    font-size: 18px;
  }

  /* line 221, ../scss/breakpoints/_481up.scss */
  .entry-content p, body .page-template-page-about .entry-content > p:first-child {
    color: #333333;
    font-size: 20px;
    line-height: 35px;
    padding-bottom: 15px;
    text-align: justify;
  }

  /* line 228, ../scss/breakpoints/_481up.scss */
  .entry-content li {
    font-size: 18px;
  }

  /* line 232, ../scss/breakpoints/_481up.scss */
  #inner-header .search-right {
    display: none;
  }

  /* line 236, ../scss/breakpoints/_481up.scss */
  .line-vert {
    border-right: none;
  }

  /* line 239, ../scss/breakpoints/_481up.scss */

  /* line 271, ../scss/breakpoints/_481up.scss */
  a.post-link:hover {
    color: #ffffff;
  }

  /* line 294, ../scss/breakpoints/_481up.scss */
  .ajax-load-more-wrap.white button.alm-load-more-btn:hover.done:hover,
  .ajax-load-more-wrap.default button.alm-load-more-btn:hover.done:hover {
    background-color: #efefef;
    color: #333;
  }

  /* line 301, ../scss/breakpoints/_481up.scss */
  button.alm-load-more-btn {
    height: 42px;
  }

  /* line 304, ../scss/breakpoints/_481up.scss */
  .page-template-page-about h1.page-title {
    text-align: center;
    font-size: 50px;
    color:#0033A0;
    font-weight: 300;
  }

  /* line 311, ../scss/breakpoints/_481up.scss */
  .page-template-page-about h2 {
    text-align: center;
    font-size: 40px;
    color: #0033A0;
    font-weight: 300;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 20px;
    margin-top: 0;
    border-top: none;
    padding-top: 0;
  }

  /* line 325, ../scss/breakpoints/_481up.scss */
  .page-template-page-about img {
    display: block;
  }

  /* line 328, ../scss/breakpoints/_481up.scss */
  .page-template-page-about p.press-contact {
    font-size: 16px;
    color: 444444;
    font-weight: 500;
    width: auto;
    line-height: 20px;
    margin: 20px auto 0 auto;
  }

  /* line 337, ../scss/breakpoints/_481up.scss */
  .related-articles li {
    height: 400px;
  }

  /* line 341, ../scss/breakpoints/_481up.scss */
  #logo {
    margin: 10px 0 13px 0;
    width: 197px;
    float: left;
  }
  /* line 346, ../scss/breakpoints/_481up.scss */
  #logo a {
    background: url(../images/app-blog-logo.svg) no-repeat 0 8px;
    background-size: 362px 69px;
    height: 69px;
    width: 362px;
    text-indent: -9999px;
    display: block;
  }

  /* line 376, ../scss/breakpoints/_481up.scss */
  #inner-header .menu-toggle i {
    visibility: hidden;
    width: 34px;
    height: 32px;
    float: right;
    margin: 0;
  }

  /* line 383, ../scss/breakpoints/_481up.scss */
  #inner-header .menu-toggle.on i {
    visibility: visible;
  }

  /* line 387, ../scss/breakpoints/_481up.scss */
  #inner-header .menu-toggle {
    width: 120px;
    /*float: right; */
    cursor: pointer;
  }

  /* line 394, ../scss/breakpoints/_481up.scss */
  #inner-header .menu-section {
    width: 120px;
    border-left: 0;
    height: auto;
  }

  /* line 400, ../scss/breakpoints/_481up.scss */
  #inner-header .menu-section-wrapper {
    display: block;
    height: 94px;
    float: right;
  }

  /* line 406, ../scss/breakpoints/_481up.scss */
  #inner-header #searchform {

  }

  /* line 412, ../scss/breakpoints/_481up.scss */
  #inner-header .search-right {
    height: 78px;
    display: block;
    background: #ffffff;
  }

  /* line 417, ../scss/breakpoints/_481up.scss */
  h2.h2-home {
    display: block;
  }

  /* line 421, ../scss/breakpoints/_481up.scss */
  .entry-header .social-entry {
    padding-top: 12px;
  }

  /* line 424, ../scss/breakpoints/_481up.scss */
  .ssba a {
    margin-top: 0;
  }

  /* line 429, ../scss/breakpoints/_481up.scss */
  .related-articles .alm-listing li, .related-articles .alm-listing li img {
    /*width: 254px;*/
    height: auto;
  }

  /* line 434, ../scss/breakpoints/_481up.scss */
  .page-template-page-about .entry-content > p:first-child {
    color: #333333;
    font-size: 20px;
    line-height: 35px;
  }
}
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 580px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 31, ../scss/breakpoints/_500up.scss */
  .wrap {
    padding: 0;
  }

  /* line 38, ../scss/breakpoints/_500up.scss */
  #inner-header .search-right {
    display: block;
  }

  /* line 42, ../scss/breakpoints/_500up.scss */
  .line-vert {
    border-right: 1px #f0f0f0 solid;
    height: 94px;
    display: block;
    width: 1px;
    float: right;
  }

  /* line 49, ../scss/breakpoints/_500up.scss */
  .home .posts {
    margin: 0 auto 0 auto;
  }

  /* line 52, ../scss/breakpoints/_500up.scss */
  .single #inner-content, .archive #inner-content, .search #inner-content {
    margin-top: 112px;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /* line 14, ../scss/breakpoints/_768up.scss */
  .search-results .alm-listing li .results-right {
    margin-left: 30px;
    padding-top: 0;
    width: 58%;
  }

  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 30, ../scss/breakpoints/_768up.scss */
  .wrap, .home .posts {
    width: 90%;
    padding: 10px 0;
    max-width: 1110px;
  }

  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 49, ../scss/breakpoints/_768up.scss */
  #inner-header .menu-section {
    width: 34px;
    margin-right: 102px;
  }
  /* line 54, ../scss/breakpoints/_768up.scss */
  #inner-header .menu-section.on {
    z-index: 10;
    width: 379px;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
  /* line 59, ../scss/breakpoints/_768up.scss */
  #inner-header nav {
    width: 379px;
    clear: both;
    overflow-x: hidden !important;
    padding-top: 0;
  }

  /* line 72, ../scss/breakpoints/_768up.scss */
  #inner-header .menu-toggle {
    float: right;
    width: 34px;
    position: relative;
  }

  /* line 78, ../scss/breakpoints/_768up.scss */

  /* line 82, ../scss/breakpoints/_768up.scss */
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 84, ../scss/breakpoints/_768up.scss */
  .nav ul {
    background: #323944;
    margin-top: 0;
  }
  /* line 88, ../scss/breakpoints/_768up.scss */
  .nav li {
    float: left;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 92, ../scss/breakpoints/_768up.scss */
  .nav li a {
    border-bottom: 0;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 99, ../scss/breakpoints/_768up.scss */
  .nav li a:hover, .nav li a:focus {
    color: #fff;
    text-decoration: underline;
  }
  /* line 111, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  /* line 120, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 122, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  /* line 139, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 149, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li ul,
  .nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  /* line 164, ../scss/breakpoints/_768up.scss */
  .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 184, ../scss/breakpoints/_768up.scss */
  .sidebar {
    margin-top: 2.2em;
  }

  /* line 188, ../scss/breakpoints/_768up.scss */
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }

  /* line 193, ../scss/breakpoints/_768up.scss */
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  /* line 198, ../scss/breakpoints/_768up.scss */
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  /* line 206, ../scss/breakpoints/_768up.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /* line 314, ../scss/breakpoints/_768up.scss */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }

  /* end .footer-links */
  /* line 328, ../scss/breakpoints/_768up.scss */
  .sy-pager {
    display: block;
  }

  /* line 332, ../scss/breakpoints/_768up.scss */
  #inner-header .menu-section-wrapper {
    width: 0;
    display: block;
    height: 78px;
    float: right;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  /* line 12, ../scss/breakpoints/_1030up.scss */
  .wrap, .home .posts {
    width: 90%;
    max-width: 1110px;
  }

  .header .wrap {
    width: 90%;
  }

  /* line 15, ../scss/breakpoints/_1030up.scss */
  .single .header .wrap {
    width: 90%;
    max-width: 1170px;
  }

  /* line 18, ../scss/breakpoints/_1030up.scss */
  .single .wrap {
    width: 100%;
    max-width: 917px;
  }

  /* line 22, ../scss/breakpoints/_1030up.scss */
  .search-results .alm-listing li .results-right {
    margin-left: 30px;
    padding-top: 0;
    width: 65%;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1440px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /* line 13, ../scss/breakpoints/_1440up.scss */

  .sy-box {
    height: 650px;
  }

  .sy-slides-wrap {
    position: relative;
    height: 538px;
  }

  .sy-slides-crop{
    height: 600px;
  }

  .sy-controls{
    height: 600px;
  }

  .sy-slide > a > img {
    height: 600px;
  }
}

@media only screen and (min-width: 1800px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
  /* breakpoints for screen size 1800 up */

  .sy-box {
    height: 900px;
  }

  .sy-slides-wrap {
    height: 850px;
  }

  .sy-slides-crop{
    height: 850px;
  }

  .sy-controls{
    height: 850px;
  }

  .sy-slide > a > img {
    height: 850px;
  }
}

/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
  /* line 48, ../scss/breakpoints/_2x.scss */

  		/*********************
  LARGER MOBILE DEVICES
  This is for devices like the Galaxy Note or something that's
  larger than an iPhone but smaller than a tablet. Let's call them
  tweeners.
  *********************/
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 481px), only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 481px), only screen and (min-device-pixel-ratio: 1.5) and (min-width: 481px) {
  /* line 67, ../scss/breakpoints/_2x.scss */
  
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 13, ../scss/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 21, ../scss/partials/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 26, ../scss/partials/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 31, ../scss/partials/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 36, ../scss/partials/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 42, ../scss/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 47, ../scss/partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 51, ../scss/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 55, ../scss/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 63, ../scss/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 68, ../scss/partials/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 74, ../scss/partials/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}


/*
* Edited 01-30-19
*------------------------------------------*/
.single .socialMediaWrap .addthis_tool:before{
  content:"Share";
  display: inline-block;
  vertical-align: middle;
  color: #acacac;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}

.single .entry-header .social-entry{
  opacity: 1;
  padding-top: 3px;
}

.single .socialMediaWrap .addthis_tool:after{
  display: table;
  content: " ";
  clear: both;
}

.single .socialMediaWrap .at-resp-share-element,
.single .addthis_tool{
  display: inline-block !important;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .single .socialMediaWrap .at-resp-share-element,
  .single .addthis_tool{
    height: 20px;
  }
}

.single .socialMediaWrap .addthis_tool .at-icon-wrapper {
  vertical-align: middle;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  background: transparent !important;
}

.single .socialMediaWrap .at-icon {
  fill: #979797 !important;
  border: 0;
}

.single .socialMediaWrap .at-icon-wrapper:hover .at-icon{
  fill: #6a86b8 !important;
}

.single .socialMediaWrap .addthis_tool .at-share-btn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 2px 0 !important;
}

.single .socialMediaWrap a.buyProtection {
  color: #979797;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 0;
}
.socialMediaWrap a.buyProtection:after{
  content: '\25B2' !important;
  padding: 0 6px !important;
  background: none !important;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.single .socialMediaWrap a.buyProtection:hover{
  color: #6a86b8;
}

.single .socialMediaWrap .addthis_tool .at-label {
  display: none !important;
}


/*
* Edited 05-23-19
* Fix for First 2 posts can't be clicked.
*------------------------------------------*/
.posts .alm-listing li h3 {
  width: 100%;
}

ul.alm-listing.alm-ajax {
   margin: 0;
}

ul.alm-listing.alm-ajax li {
   margin: 0 0 15px!important;
   width: 33.33% !important;
   padding: 0 15px;
}

ul.alm-listing.alm-ajax:after {
   content: "";
   display: table;
   clear: both;
}

.posts #ajax-load-more {
   clear: both;
}

@media only screen and (max-width: 980px){


  posts .alm-listing li {
   padding: 0;
   overflow: visible;
   margin-right: 0;
   width: 100%;
  }

  ul.alm-listing.alm-ajax li {
    padding: 15px 8px;
  }

  .home .posts {
   width: 96%;
   padding-top: 0;
  }
}


@media only screen and (max-width: 767px){


  ul.alm-listing.alm-ajax li {
    width: 100% !important;
    padding: 0 15px;
  }

}

/*
* June 08 2019
*------------------------------------------*/

.single-post .related-articles .alm-listing > li {
  width: 33.33%!important;
}

.single-post .related-articles {
  max-width: 1170px;
  margin: 0 auto 1px;
}

@media (max-width: 981px) {

  .single-post .related-articles .alm-listing {
    padding: 0;
    max-width: 100%;
  }

  .single-post .related-articles .alm-listing > li a {
    display: block;
  }

  .single-post .related-articles .alm-listing > li img {
    width: 100% !important;
    object-fit: cover;
  }

  .single-post .hentry .featured-image img {
    width: 100%;
  }

}

@media (max-width: 767px) {

  .single-post .related-articles h3 {
    margin-bottom: 20px;
  }

  .single-post .related-articles .alm-listing > li {
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 30px!important;
  }

  .single-post .related-articles {
    margin-bottom: 49px;
  }
}

@media (max-width: 479px) {

  .single-post .hentry .featured-image img{
    height: 256px;
    object-fit: cover;
  }

}

/**
* Edits 08-14-20 
*/

@media (max-width: 991px) {

  #inner-header .menu-section {
    width: 175px;
    opacity: 1!important;
  }

  #logo {
    width: 100%;
  }

  #logo a{
    width: 260px;
    background-size: 260px 69px;
  }
}

@media (max-width: 767px) {
  #logo {
    padding-left: 0px;
    width: 100% !important;
    margin-left: 0;
  }

  #logo a {
    background: url(../images/header-logo-mobile.svg) no-repeat 0;
    height: 70px;
    background-size: 220px;
    vertical-align: text-bottom;
    display: inline-block;
    margin-left: 0;
    width: 220px;
    top: -2px;
    position: relative;
  }

  div#inner-header{
    padding: 0;
  }

  .line-vert{
    height:58px;
    border-right: 1px #f0f0f0 solid;
    display:block;
  }

  #inner-header .search-right{
    height: 58px;
  }  

  #inner-header #searchform {
    margin-top: 13px;
  }

  #inner-header .menu-section-wrapper{
      height:58px;
      width: 86px;
  }

  #inner-header .menu-toggle {
    height: 58px;
  }

  #inner-header .menu-section{
    border-left:none;
  }

  .header{
    height: 83px;
  }

  #inner-header nav ul a{
    border-bottom: 0;
  }
}

@media only screen and (max-width: 1200px){
  div#inner-header{
    width: 90%;
    max-width: 1170px;
  }
}

@media (max-width: 767px) {
  #inner-header .menu-toggle span {
    margin-left: 0 !important;
    font-size: 15px;
  }

  #inner-header .menu-section.on{
    overflow-y: auto;
  }

  #inner-header #header-right{
    height: 83px;
    width: 34px;
  }

  div#inner-header{
    width: 87.21%;
  }
}

.header .icon-compass-search{
  background-image: url(../images/search-icon.svg);
  background-size: 34px;
  background-position: center;
}

.header .icon-compass-arrowtwo{
  background-image: url(../images/menu-arrow.png);
  background-size: 7px 20px;
  background-position: center;
}

.footer .social-footer .icon-compass-pinterest-g{
  background-image: url(../images/icon-pinterest.svg);
  background-size: 28px;
  background-position: 0 8px;
}

@media (max-width: 1024px){
  #inner-header .menu-toggle span i {
    margin: 9px 0 0 5px;
  }

  #menu li .bar-icon{
    left: 19px !important;
    width: 93px;
  }

  #menu li .bar-icon:before{
    right: 17px;
    float: right !important;
    position: relative;
  }
}

@media (max-width: 767px){
  #inner-header .menu-toggle span i {
    margin: 0 0 0 5px;
  }

  #menu li .bar-icon{
    left: 19px !important;
    width: 93px;
    top: 14px!important;
  }
}
@media (max-width: 480px) {
  #inner-header .menu-toggle span {
    margin-left:0;
    padding-top: 0;
    background: url(../images/arrow-mobile.png) no-repeat;
    background-position: right center;
    background-size: 10px;
    background: none;
  }

  .header .icon-compass-arrowtwo{
    background: url(../images/arrow-mobile.png) no-repeat;
    background-position: center;
    background-size: 10px;
    display: inline-block !important;
    position: absolute;
  }

  .header .icon-compass-search{
    background-size: 12px;
  }
}


@media only screen and (max-width: 1367px), (max-height: 769px) {
  #inner-header nav ul a{
    font-size: 16px;
    /* padding: 24px 30px 24px 64px; */
    padding: 19px 30px 19px 64px;
  }

}

@media only screen and (max-height: 567px) {
  #inner-header nav ul a{
    font-size: 13px;
    padding: 14px 0 10px 48px;
  }

}

@media only screen and (max-height: 700px) {
  #inner-header nav {
    overflow: scroll;
    overflow-x: hidden !important;
  }
}

#inner-header .menu-toggle .menu-bar{
  height: 22px;
  width: 34px !important;
  display: block;
  padding-top: 10px;
  position: relative;
  top: 46px;
}

#inner-header .menu-toggle .menu-bar:hover{
  opacity: .6;
}

#inner-header .menu-toggle .menu-icon{
    padding-bottom: 0!important;
    width: 100%!important;
    height: 2px;
    background: #0033A0;
    display: block;
}

#inner-header .menu-toggle .menu-icon:after, #inner-header .menu-toggle .menu-icon:before{
  content: " ";
  font-family: Barlow,sans-serif;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0033A0;
  opacity: 1!important;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#inner-header .menu-toggle .menu-icon:before{
  top: 0px;
}

#inner-header .menu-toggle .menu-icon:after{
  top: 20px;
}

#inner-header .menu-toggle.on .icon-compass-close-icon{
  position: relative;
  top: -44px;
  right: 20px;
}

#inner-header .menu-toggle.on{
  height: 61px;
  position: relative;
  float: right;
}

.menu-section i.icon-compass-close-icon {
  display: block;
  width: 34px;
  height: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

@media only screen and (max-width: 767px){
  #inner-header .menu-toggle .menu-bar{
    margin-left: 0;
    margin-right: 0;
    top: 30px;
  }

  #inner-header .menu-toggle{
    width: 34px;
    float: right;
  }
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #0033A0;
  color: #FFFFFF;
  height: 480px;
  margin-top: 10px;
  padding-top: 46px;
}

.footer .main-footer {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 973px;
  margin: 0 auto;
}

.widget-4 a {
    color: #fff !important;!i;!;!#fff;!I#fff;!Im#fff;!I#fff;!#fff;
    text-decoration: none;
}

.widget-4 a:hover {
    text-decoration: underline;
}

.footer .bottom-footer {
  display: table;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 16px;
}

.footer .main-footer .col {
  float: left;
}

.footer .main-footer .col:first-child { 
  width: 440px;
  margin-right: 125px;
}

.footer .main-footer .col:first-child p{
  hyphens:none;
}

.footer .main-footer .col:nth-child(2) {
  width: auto;
  margin-right: 140px;
}

.footer .main-footer .col:last-child {
  width: auto;
  margin-right: 0px;
}

/* Footer Bottom */
.footer .bottom-footer .footer-info {
  float: right;
  padding-top: 11px;
}


@media only screen and (min-width: 1240px){


  .footer .bottom-footer .footer-info {
    left: 62px;
    position: relative;
  }
}

.footer .bottom-footer .footer-info span:last-child {
  display: inline-block;
}

.footer .bottom-footer .footer-info span:last-child .bottom-nav {
  display: inline-block;
  margin-bottom: 0px;
}

.footer .bottom-footer .footer-info span:last-child .bottom-nav li {
  float: left;
}

.footer .bottom-footer .footer-info span:last-child .bottom-nav li:nth-child(2){
  margin-left: 4px;
}

/* Footer Typography */
.footer .footer-info .copyright,
.footer .footer-info .bottom-nav li a {
  font-family: 'Inter';
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 12px;
}

.footer .footer-info .bottom-nav li a:hover{
  text-decoration: underline;
}

.footer .footer-info .copyright{
  vertical-align: super;
}

.footer .footer-info .bottom-nav li:before {
  content: "\2022";
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  margin-right: 6px;
}

.footer .footer-info .copyright ul li a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

.footer .main-footer .col .footer-area h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.footer .main-footer .col .footer-area ul li,
.footer .main-footer .col .footer-area ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;  
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 14px;
  font-family: 'Inter',sans-serif;
}

.footer .main-footer .col .footer-area ul li a:hover { 
  text-decoration: underline;
}

.footer .main-footer .col:first-child .widget-last p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.72;
  color: #FFFFFF;
  hyphen:none;
}

@media only screen and (max-width: 1024px){
  .footer{
    height: auto;
  }

  .footer .main-footer{
    width: 90%;
  }

  .footer .bottom-footer{
    width: 90%;
  }

  .footer .main-footer .col:first-child,
  .footer .main-footer .col:nth-child(2) { 
    margin-right: 7%;
  }
}

@media only screen and (max-width: 980px){

  .footer{
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .footer .main-footer{
    display: flex;
    flex-direction: column-reverse;
  }

  .footer .main-footer .col{
    width: 100% !important;
  }

  .footer .bottom-footer .social-media,
  .footer .bottom-footer .footer-info{
    width: 100%;
  }

  .footer .main-footer .col:first-child,
  .footer .main-footer .col:nth-child(2){
    margin-right: 0;
  }

  .footer .main-footer .col:nth-child(2) { 
    order: 1;
  }

  .footer .main-footer .col:first-child{
    margin-top: 16px;
  }

  .footer .main-footer .col .footer-area h4{
    margin-top: 16px;
  }

  .footer .bottom-footer{
    padding-top: 2px;
  }

  .footer .bottom-footer .social-media .social-icon{
    margin-bottom: 0;
  }

  .footer .bottom-footer .footer-info{
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px){
  .footer .main-footer,
  .footer .bottom-footer{
    width: 79%;
  }

  .footer .main-footer .col:first-child .widget-last p{
    hyphens: none;
  }

  .footer .bottom-footer .footer-info span:last-child .bottom-nav{
    margin-top: 0;
  }

  .footer .footer-info .bottom-nav li:first-child:before{
    display: none;
  }

  .footer .footer-info .copyright{
    display: block;
  }

  .footer .bottom-footer .footer-info{
    padding-top: 22px;
  }
}

/* Social Media */
 .social-media {
  width: auto;
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 767px){
  .social-media {
    margin-left: 0px;
  }
}

 .social-media .social-icon {
  display: flex;
  align-items: center;
}

 .social-media .social-icon li a {
  font-size: 30px;
  width: 30px;
  height: 30px;
  color: #FFFFFF;
  margin-right: 28px;
}

.social-media .social-icon li a:hover{
  opacity: .7;
}

.heading-title-page {
  font-weight: bold !important;
  font-size: 32px !important;
  line-height: 20px !important;
  color: #0033A0 !important;  
  text-align: center;
  padding: 0 0 35px 0;
}


@media (max-width: 767px) {
  .heading-title-page {
    padding: 0 0 23px 0;
    font-size: 28px !important;
  }
}

.heading-popular-post{
  font-family: 'Inter';
  font-weight: bold !important;
  font-size: 24px !important;
  line-height: 20px !important;
  color: #0033A0 !important;  
  text-align: left;
  display: inline-block;
}

#menu li{
  position: relative;
}

#menu li.menu-item-active{
  background: rgba(0,0,0, .2);
}

#menu li.menu-item-home a{
  font-size: 20px;
  line-height: 1;
}

#menu li.menu-item-about{
  margin-top: 65px;
}

#menu li.menu-item-has-children .sub-menu a:before{
  display: none;
}

#menu li .bar-icon{
  position: absolute;
  left: 64px;
  top: 15px;
  z-index: 99999;
  cursor: pointer;
  padding-right: 19px;
}

#menu li .bar-icon:before{
  content: '\002B';
  font-size: 22px;
  color: #fff !important;
  float: left;
  font-weight: 300;
}

#menu li.menu-item-has-children.menu-item-active .bar-icon:before{
  content: '\2212';
  top: 0;
}

#inner-header nav ul .menu-item-has-children a {
  padding: 26px 30px 22px 93px;
}

#inner-header nav ul .menu-item a {
  /* padding: 24px 30px 24px 93px; */
  padding: 22px 30px 22px 93px;
}

#inner-header nav ul.sub-menu a{
  text-transform: capitalize;
}

.home-slider .home-slider-item{
  min-width: 950px;
  height: 453px;
  position: relative;
}

.home-slider .home-slider-wrapper{
  max-width: 920px;
  margin: auto;
  border-radius:10px;
}

.home-slider .slick-slide .home-slider-wrapper{
  height: 426px;
  margin-top: 13px;
}

.home-slider .slick-slide.slick-active .home-slider-wrapper{
  height: 453px;
  margin-top: 0;
}

.home-slider .slick-slide{
  opacity: 0.25;
  filter: alpha(opacity=10); /* For IE8 and earlier */
  pointer-events:none;
}

.home-slider .slick-slide.slick-center{
  opacity: 1;
  filter: alpha(opacity=1); /* For IE8 and earlier */
  pointer-events:auto;
}

.home-slider .content-container{
  background: #0033A0;
  color: white;
  max-width: 342px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  padding: 33px 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content:center;
  border-radius: 10px;
  top: 50%;
  bottom: auto;
  margin: auto 0;
  transform: translateY(-50%);
  text-align: left;
  align-items: flex-start;
}

.home-slider .content-container h1{
  font-size: 32px;
  line-height: 1.13;
  margin: 0 0 10px;
}

.home-slider .content-container a{
  color: white;
  text-decoration: none;
  font-family: 'Inter';
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.home-slider .content-container a:hover{
  color: white;
}

.home-slider .content-container a:after{
  content: "";
  height: 16px;
  width: 21px;
  display: inline-block;
  background: url(../images/right-arrow.png);
  vertical-align: text-bottom;
  margin-left: 3px;
  transition: margin .3s ease;
}

.home-slider .content-container a:hover:after{
  margin-left: 13px;
}

.home-slider {
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

@media only screen and (max-width: 1024px){
  .home-slider {
    margin-top: 0;
  }

  .home-slider .home-slider-item{
    min-width: 100%;
  }

  .home-slider .slick-slide .home-slider-wrapper{
    height: 453px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px){

  .home-slider .slick-slide .home-slider-wrapper{
    height: 254px !important;
    margin-top: 0;
  }

  .home-slider .home-slider-item{
    height: auto;
    margin-bottom:20px;
  }

  .home-slider .content-container{
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: 25px 26px;
    border-radius:0 0 10px 10px;
    min-height:204px;
    transform:none;
  }

  .home-slider .content-container h1{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 14px;
  }

  .home-slider .content-container a{
    font-size: 12px;
    line-height: 1.7;
  }

  .home-slider .content-container a:after{
    height: 11px;
    width: 15px;
    background-size: cover;
    background: url(../images/right-arrow-mobile.png);
    margin-bottom: 2px;
  }
}

/* slick slider */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  max-height: 700px;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 2;
  opacity: 0.75;
  border: 0;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
  color: transparent;
  outline: none;
  opacity: 1;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0.5;
}
.slick-prev:before, .slick-next:before {
  font-size: 90px;
  line-height: 1;
  color: #000;
  display: inline-block;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
[dir='rtl'] .slick-prev:before {
  content: "\f054";
  margin-left: 2px;
}
.slick-prev:before {
  content: "\f053";
  margin-right: 2px;
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
[dir='rtl'] .slick-next:before {
  content: "\f053";
  margin-right: 2px;
}
.slick-next:before {
  content: "\f054";
  margin-left: 2px;
}

#inner-header .menu-section.on .bottom-nav {
  display: block;
  padding: 12px 30px 24px 64px;
  bottom: auto;
}

@media (max-width: 767px) {
  #inner-header .menu-section.on .bottom-nav {
    margin-left: -20px;
  }

  #inner-header nav {
    margin-left: -20px;
  }
}

/* most popular section */
.most-popular-section{
  padding-top: 12px;
  padding-bottom: 17px;
}

.most-popular-section .most-popular-row{
  max-width: 1110px;
  margin: 0 auto;
  width: 90%;
}

.most-popular-container{
  display: inline-block;
  margin: 35px 0 0;
  max-width: 100%;
}

.most-popular-section .most-popular-slider{
  margin: 0 -15px;
}

.most-popular-container .slick-arrow{
  visibility: hidden;
  display: none !important;
}

.most-popular-container .most-popular-item{
  display: inline-block;
  width: 33%;
  float: left;
  padding: 0px 15px;
}

.most-popular-container .most-popular-item .most-popular-thumbnail{
  width: 100%;
  min-height: 188px;
  max-height: 188px;
  object-fit: cover;
  border-radius:10px;
}

.most-popular-container .most-popular-item h4{
  font-size: 12px;
  background: #0033A0;
  display: inline-block;
  color: white;
  border:1px solid #0033A0;
  padding:5px 12px 6px;
  font-weight: 400 !important;
  margin-top: 12px;
  margin-bottom: 13px;
  height: 28px;
  text-transform: uppercase;
  border-radius:100px;
  font-family:'Inter', sans-serif;
}

.most-popular-container .most-popular-item a:hover h4{
  background:transparent;
  color:#0033A0;
}

.most-popular-container .most-popular-item h3{
  color: #0033A0;
  font-size: 22px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 8px;
}
.most-popular-container .most-popular-item h3:hover{
  color: #4A4A4A;
}

.most-popular-container .most-popular-item .sub-category{
  font-family: 'Inter';
  color: #0033A0;
  font-size: 14px;
  border-right: solid 1px rgba(74,74,74,.25);
  padding-right: 12px;
  line-height: 1;
}

.most-popular-container .most-popular-item .sub-category:hover{
  text-decoration: underline;
}

.most-popular-container .most-popular-item .sub-category:hover{
  color: #57729a;
}

.most-popular-container .most-popular-item .reading-time{
  color: #4A4A4A;
  font-size: 14px;
  font-family: 'Inter';
  padding-left: 7px;
}

.most-popular-fake-nav {
  display: inline-block;
  margin-left: 0px;
  margin-right: 13px;
}

.most-popular-fake-nav button.btn-fake-nav{
  background: transparent;
  color: #0033A0;
  border: 0;
  font-size: 30px;
  height: 50px;
  width: 50px;
  position: relative;
}

.mobile-single-related-post .most-popular-fake-nav button.btn-fake-nav i,
.most-popular-fake-nav button.btn-fake-nav span.icon i {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto!important;
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 28px;
}

.mobile-single-related-post .most-popular-fake-nav button.btn-fake-nav .fa-chevron-right,
.most-popular-fake-nav button.btn-fake-nav span.icon .fa-chevron-right {
  left: 3px;
}

.most-popular-fake-nav button.btn-fake-nav span.icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.most-popular-fake-nav button.btn-fake-nav.btn-fake-prev {
  margin-right: 8px;
}

.most-popular-fake-nav button.btn-fake-nav i.fas{
  font-weight: 300;
}

.mobile-single-related-post .most-popular-fake-nav button.btn-fake-nav i.fa-chevron-left{
  margin-right: 4px;
  margin-top: 4px;
}

.mobile-single-related-post .most-popular-fake-nav button.btn-fake-nav i.fa-chevron-righ{
  margin-left: 2px;
  margin-top: 4px;
}

.most-popular-content a{
  text-decoration: none;
}

.most-popular-fake-nav button.btn-fake-nav:hover{
  opacity: .5;
}

@media only screen and (max-width: 1200px){
  .most-popular-container{
    max-width: 100%;
    margin: 35px 0 0;
  }

  .most-popular-fake-nav{
    margin-left: 15px;
  }

  .home-slider .home-slider-wrapper{
    max-width: 100%;
  }

  .popular-post-header{
    margin: 0 -13px;
  }
}

@media only screen and (max-width: 1024px){

  .home-slider{
    margin-top: 0;
  }
}

/*
@media (max-width: 767px){
  .most-popular-container .most-popular-item{
    padding: 0;
  }

  .most-popular-section .most-popular-slider{
    margin: 0;
  }
}
*/

@media (max-width: 767px) {
  .most-popular-container .most-popular-item .most-popular-thumbnail{
    min-height: 180px;
    max-height: 180px;
  }
a
  .most-popular-container{
    margin: 5px 0 0;
  }

  .most-popular-section{
    padding-top: 0;
    padding-bottom: 15px;
  }

  .most-popular-section .most-popular-row{
    width: 87.21%;
  }
}




/*********************
  SINGLE POST STYLES
  *********************/

.single-category-meta a:link{
  font-weight: 700 !important;
  font-size: 16px  !important;
  line-height: 20px  !important;
  color: #4A4A4A  !important;
  text-decoration: none  !important;
  text-transform: uppercase  !important;
  opacity: 1;
}

.single-date {
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #4A4A4A;
  line-height: 30px;
  font-family: 'Inter',sans-serif;
}

.hentry h1.entry-title{
  font-size: 30px;
  line-height: 1;
}

.entry-header .related-tags span,
.entry-header .social-entry{
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #4A4A4A;
  text-transform: none;
  letter-spacing: 0px;
  font-family: 'Inter',sans-serif;
}

.entry-header .related-tags p,
.single .entry-header .social-entry{
  padding: 0;
}

.related-articles h3{
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 20px;
  text-align: center;
  color: #0033A0;
  padding-bottom: 55px;
}

.related-articles .h3-related{
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #0033A0;
  padding-bottom: 0;
  margin: 0;
  text-align: left;
}

.atss .at-share-btn:hover .at-icon-wrapper{
  background: #0033A0 !important;
}

.atss .at-share-btn:hover .at-icon-wrapper svg{
  fill: #fff !important;
}

#at4-share.atss, #at4-soc.atss{
  top: 30.5% !important;
}

/*********************
  READING TIME
*********************/

.desktop-reading-time {
  display: block;
}

.mobile-reading-time {
  display: none;
}

@media (max-width: 767px) {
  .desktop-reading-time {
    display: none;
  }

  .mobile-reading-time {
    display: block;
  }  
}


.single-reading-time{
  font-family: Allstate Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #4A4A4A;
  letter-spacing: 0;
}

.reading-time {
  color: #4A4A4A;
  font-family: 'Inter',sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; 
  text-decoration: none;
}

.entry-content > .rt-reading-time{
  display: none !important;
}

.post-item .latest-meta{
  padding-bottom: 26px !important; 
  padding-top: 5px !important; 
}

.related-articles .alm-listing li img{
  width: 100% !important;
  max-width:350px;
  height: 186px;
  border-radius:10px;
}

.entry-content{
  width: 920px;
}

.entry-content p{
  color: #000000;
  font-family: 'Allstate Sans';
  font-size: 16px !important;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  padding: 4px 0;
}

.entry-content p:first-child {
  margin-top: 7px !important;
}

.entry-content h2{
  font-family: 'Inter',sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  padding: 2px 0 8px;
}
.entry-header .related-tags a{
  font-family: 'Inter',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px; 
  color: #4A4A4A;
  text-transform: capitalize;
  letter-spacing: 0px;
}
/*********************
  SINGLE POST STYLES MOBILE
  *********************/
@media only screen and (max-width: 679px){
  .single-mobile{
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 27px;
  }
  .hentry h1.entry-title{
    font-weight: 700 !important;
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 0;
    padding-top: 65px;
  }
  .single-category-meta a:link{
    font-weight: 400 !important;
    color: #0033A0  !important;
    text-decoration: underline  !important;
    text-transform: uppercase  !important;
    letter-spacing: 0px;
  }
  .single-date {
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    line-height: 30px;
    padding-bottom: 28px;
  }
  .article-header span.single-category-meta a {
    color: #0033A0 !important;
  }
}

@media only screen and (max-width: 1200px){
  .entry-content{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .single .entry-content{
    width: 100%;
  }

  .hentry .featured-image img{
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1024px){

  .hentry {
    width: auto;
  }

  .hentry h1.entry-title{
    line-height: 1;
  }
}

@media only screen and (max-width: 980px){
  .single .entry-content{
    width: 90%;
  }
}

@media only screen and (max-width: 374px){
  .article-header span.single-category-meta a{
    font-size: 12px !important;
  }

  .single-date{
    font-size: 12px;
  }
}

/*********************
  LATEST STORIES 
*********************/

.posts.latest-stories-section{
  max-width: 1110px;
  padding-bottom:36px;
}

.latest-stories-wrapper {
	margin-bottom: 12px;
}

.latest-stories-wrapper .latest-stories-archive-btn-wrap{
  margin-bottom: 60px;
}

.latest-stories-wrapper .latest-stories-buttons-row {
	width: 100%;
}

.latest-stories-wrapper .latest-stories-buttons-row .latest-stories-button-wrap-select .latest-stories-button-wrap-select {
	position: relative;
	width: auto;
	display: table;
	margin: auto;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .latest-stories-wrapper .latest-stories-buttons-row .latest-stories-button-wrap-select .latest-stories-button-wrap-select {
    margin-bottom: 20px !important;
    width: 100% !important;
  }
}

.latest-stories-wrapper .latest-stories-buttons-row .latest-stories-button-wrap-select .post-btn-wrap button {
	background-color: transparent;
	color: #0033A0;
	border-color: #0033A0;
	border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
	border-right-width: 1px;
  border-left: 0px;
	padding: 15px 43px 17px 47px;
	font-size: 18px;
  font-family: 'Inter',sans-serif;
}

.latest-stories-wrapper .latest-stories-buttons-row .latest-stories-button-wrap-select .post-btn-wrap:first-of-type button{
  border-left: 1px solid;
}

.latest-stories-wrapper .latest-stories-buttons-row .latest-stories-button-wrap-select .post-btn-wrap.active button,
.latest-stories-wrapper .latest-stories-buttons-row .latest-stories-button-wrap-select .post-btn-wrap button:hover{
  background-color: #0033A0;
  color: #fff;
}


.latest-stories-wrapper .latest-stories-buttons-row .latest-stories-button-wrap-select .post-btn-wrap:first-child button {
	border-color: #0033A0;
	border-style: solid;	
	border-left-width: 1px !important;
}

.latest-stories-wrapper .latest-stories-buttons-row .latest-stories-button-wrap-select .select-mobile{
  background-color: transparent;
	color: #0033A0;
  border: 1px solid #0033A0;
  font-size: 20px!important;
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
	font-size: 18px;
  font-family: 'Inter',sans-serif;
  height: auto;
  padding: 17px 20px;
  background-image: none;
  position: relative;
  border-radius: 0px;
}

.latest-stories-wrapper .latest-stories-buttons-row .latest-stories-button-wrap-select .select-mobile-wrapper{
  position: relative;
  display: none;
}

.latest-stories-wrapper .latest-stories-buttons-row .latest-stories-button-wrap-select .select-mobile-wrapper:after {
  content: "";
  box-sizing: border-box;
  height: 14px;
  width: 14px;
  border-style: solid;
  border-color: #0033A0;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  position: absolute;
  top: 19px;
  right: 23px;
}

.latest-stories-wrapper .post-wrapper .alm-ajax{
  margin-bottom: 5px;
}

.related-articles-container {
  max-width: 1113px;
  margin: auto;
  width: 90%;
}

.article-header span.category-posts-meta a {
  color: #4A4A4A;
}

.article-header span.category-posts-meta a:hover {
  text-decoration: underline !important;
}

.post-item .latest-meta{
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .related-articles-container{
    width: 87.21%;
  }
}

@media only screen and (max-width: 376px) {
  .related-articles-container{
    width: 90%;
  }
}

/***************************
Latest Stories responsive
****************************/

@media only screen and (max-width: 1200px){
  .posts.latest-stories-section{
    width: 90% !important;
    max-width: 1170px;
  }

  .posts.latest-stories-section .latest-stories-container{
    margin: 0;
  }

  .latest-stories-wrapper .post-wrapper .alm-ajax{
    margin: 0;
  }

  .latest-stories-wrapper .latest-stories-buttons-row .latest-stories-button-wrap-select .post-btn-wrap button{
    padding: 15px 14px;
  }
}

@media only screen and (max-width: 980px){
  .latest-stories-wrapper .post-wrapper .alm-ajax{
    max-width: 100% !important;
    padding: 0;
  }

  .latest-stories-wrapper .post-wrapper .alm-ajax li{
    width: 50% !important;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {

  .posts.latest-stories-section .latest-stories-container{
    margin: 0;
  }

  .latest-stories-wrapper .latest-stories-archive-btn-wrap{
    margin-bottom: 10px;
  }

  .latest-stories-wrapper .latest-stories-buttons-row .latest-stories-button-wrap-select {
    width: 100%;
    display:block;
  }

  .latest-stories-wrapper .post-wrapper .alm-ajax li img{
    height: auto;
  }

  .latest-stories-wrapper .post-wrapper .alm-ajax li{
    width: 100% !important;
    padding: 0;
  }

  .latest-stories-wrapper .latest-stories-buttons-row .latest-stories-button-wrap-select .post-btn-wrap {
    display: none;
  }

  .latest-stories-wrapper .latest-stories-buttons-row .latest-stories-button-wrap-select .select-mobile-wrapper{
    display: block !important;
    width: 100% !important;
  }

  .posts.latest-stories-section{
    width: 87.21% !important;
  }
}

@media only screen and (max-width: 479px) {
  .latest-stories-wrapper .post-wrapper .alm-ajax li img{
    max-height: 173px;
    width: 100%;
  }
}

.latest-stories-wrapper .latest-stories-buttons-row .latest-stories-button-wrap-select .post-btn-wrap {
	float: left;
}

/*********************
  SLIDER MOBILE
  *********************/

  /* @media only screen and (max-width: 679px){
    .mobile-home-slider .slick-track{
      width: 100% !important; 
    }
    .mobile-home-slider .slick-slide{
      opacity: 1;
    }
  }

  */

.atss-left {
  left: 32px!important;
}

.atss .at-share-btn, .atss a {
  width: 45px!important;
  height: 45px!important;
  background: transparent !important;
  margin: 10px 0!important;
}

.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper {
  display: block;
  padding: 0;
  width: 45px;
  height: 45px;
  background-color: #fff!important;
  border: 2px solid #0033A0;
  border-radius: 50%;
  padding: 9px 0 !important;
}

.atss .at-share-btn .at-icon-wrapper svg, .atss a .at-icon-wrapper svg {
  fill: #0033A0!important;
  position: absolute;
  top: -4px!important;
  bottom: 0;
  left: -1px!important;
  right: 0;
  margin: auto;
}

div#inner-header {
  position: relative;
  max-width: 1223px;
}

.fa-pinterest,
.fa-instagram{
  height:30px;
  width: 30px;
}
.fa-twitter{
  width:30px;
  height: 24px;
}
.fa-facebook-f{
  width:16px;
  height: 30px;
}

.mobile-heading-popular-post {
  font-family: 'Inter',sans-serif;
  font-weight: bold !important;
  font-size: 24px !important;
  line-height: 30px !important;
  color: #0033A0 !important;  
  text-align: left;
  display: inline-block;  
}

.mobile-heading-popular-post {
  display: none;
}

.heading-popular-post {
  display: block;
  margin-bottom: 0px;
  margin-top: 0;
}

.popular-post-header {
  display: -webkit-box;
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;      
  align-items: center;
  -webkit-align-items: center;
}  

@media (max-width: 767px) {
  .popular-post-header {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0px 14px !important;
    -webkit-flex-direction: row-reverse;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
  }  

  .popular-post-header .most-popular-fake-nav {
    margin-right: 0px;
  }

  .mobile-heading-popular-post {
    display: block;
    font-size: 24px !important;
    margin: 0;
  }

  .heading-popular-post {
    display: none;
  }  

  .related-articles .most-popular-section .most-popular-row{
    width: 97%;
  }
}

/*********************
  MOBILE SHARE
*********************/
.mobile-share {
  display: none;
}

@media (max-width: 980px) {
  .meta-container {
    width: 90%;
    margin: 0 auto;    
  }  
}

@media (max-width: 979px) {
  .mobile-share {
    display: block;
    margin-top: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;        
  }

  .mobile-share .at-share-btn-elements .at-share-btn {
    background-color: transparent !important;
    border-radius: 100%;
    border: 2px solid #0033A0;
  }

  .mobile-share .at-share-btn-elements .at-share-btn .at-icon-wrapper .at-icon {
    fill: #0033A0 !important;
  }
}

@media (max-width: 767px) {
  .mobile-share .at-share-btn-elements .at-share-btn {
    height: 38px;
    width: 38px;
  }

  .mobile-share .at-share-btn-elements .at-share-btn .at-icon-wrapper .at-icon {
    height: 25px !important;
    width: 25px !important;
  }
}


/*********************
  SINGLE RELATED POSTS SLIDER
*********************/
.desktop-related-post {
  display: block;
  padding-bottom: 48px !important;
  margin: 0 !important;
}

.mobile-single-related-post {
  display: none;
}

@media (max-width: 767px) {
  .desktop-related-post {
    display: none;
  }

  .mobile-single-related-post {
    display: block;
  }

  .mobile-single-related-post .most-popular-thumbnail-wrapper img{
    max-height: 173px;
    width: 100%;
    object-fit: cover;
    border-radius:10px;
  }
}

.mobile-single-related-post .most-popular-content h3 {
  text-align: left;
  padding-bottom: 0px;
  margin-top: 10px;
}

.mobile-single-related-post .popular-post-header {
  padding: 0px !important;
}

/*************************
  SINGLE POSTS RESPONSIVE
**************************/
@media (max-width: 1229px) {

  .single #inner-content, .archive #inner-content,
  .search #inner-content, .error404 #inner-content{
    width: 90%;
  }
}
@media (max-width: 980px) {
  .entry-content h2{
    margin-top: -9px;
  }

  .hentry h1.entry-title{
    font-size: 28px;
    line-height: 1.14;
  }

  .single #inner-content {
    width: 100% !important;
  }

  .single-mobile{
    width: 90%;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .entry-content h2{
    margin-top: 3px;
  }

  .hentry h1.entry-title{
    padding-top: 0;
  }

  .mobile-single-related-post .popular-post-header{
    padding: 0px 14px !important;
    margin-bottom: 10px;
  }

  .single #inner-content, .archive #inner-content,
  .search #inner-content, .error404 #inner-content{
    margin-top: 79px;
    width: 87.21%;
    padding: 0;
  }

  .entry-meta{
    padding-top: 20px;
  }

  .single-mobile{
    padding-bottom: 23px;
    width: 87.21%;
  }

  .entry-content,
  .mobile-share{
    width: 87.21%;
    margin-left: auto;
    margin-right: auto;
  }

  .hentry{
    margin-bottom: 13px;
  }

  .meta-container{
    width: 87.21%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .entry-content iframe {
    width: 100% !important;
  }
}


/*************************
  SEARCH PAGE
**************************/
.search-results .alm-listing li {
   float: left;
}

.search-results .resultsimg {
	width: 100% !important;
    height: 186px !important;
}

.search-results .alm-listing li img {
	width: 100% !important;
  height: 186px !important;
  object-fit: cover;
  border-radius:10px;
}

.search-results .alm-listing li {
	border: none !important;
}

.search-results .alm-listing li h3 {
	margin: 0px !important;
}

.search-results h2.archive-title,
.search-no-results h2.archive-title{
  color: #0033A0;
  padding: 0;
  margin: 40px 0;
}

.custom-post-list .posts .posts-container .post-item .post-details .post-meta {
  display: -webkit-box;
  display: -ms-flexbox; 
  display: -webkit-flex;
  -webkit-align-items: center;
  font-family:'Inter',sans-serif;
}

.custom-post-list .posts .posts-container .post-item .post-details .post-meta .post-read{
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.latest-stories-wrapper .posts {
  max-width: 1140px;
}

.custom-post-list .posts .posts-container .post-item .post-thumb img{
  object-fit: cover;
  border-radius: 10px;
  min-height: 208px;
  height: 100%;
  max-height: 208px;
  width:100%;
}

.related-articles .entry-meta span {
  display: inline-block;
}

/*************************
  Page 404
**************************/
body.error404 {
  margin-top: 125px;
}

body.error404 .t-2of3,
body.error404 .entry-content{
  width: 100%;
}

body.error404 .entry-content > p:first-child{
  font-size: 30px !important;
}

.latest-stories-section .no-results {
    clear: both;
    width: 100%;
    text-align: center;
}

.custom-post-list .posts .pagination-container button:hover {
  background-color: #3e6bef;
  color: #ffffff;
}


.single-post header.article-header.entry-header {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.archive #inner-content {
  padding-bottom: 62px;
}

@media only screen and (max-width: 768px){
  .archive #inner-content {
    padding-bottom: 0;
  }
  
  .single-post header.article-header.entry-header{
    padding-top:40px;
  }  

  .archive .custom-post-list, .category .custom-post-list {
    margin: 0 0 58px;
  }
}

.home-slider-container .slick-dots {
  text-align: center;
  margin-bottom:0;
}

.home-slider-container .slick-dots li {
  display: inline-block;
  padding: 0 5px;
}

.home-slider-container .slick-dots li {
  display: inline-block;
  padding: 0 5px;
}

.home-slider-container .slick-dots li button {
  border: 1px solid #0033a0;
  background-color: transparent;
  font-size: 0;
  padding: 5px;
  border-radius: 50%;
}


.home-slider-container .slick-dots li.slick-active button {
  border: 1px solid transparent;
  background-color: #0033a0;

}

@media only screen and (max-width: 1024px){

  .home-slider-container .slick-dots {
    display: none!important;
  }
}


body:not(.home) #at4-share2,
body:not(.home)  #at4-soc2{
  display: none;
}

.ssba_share_link>span:not(.color-icon) {
  display: none!important;
}

.ssba_share_link.ssbp-copy>.color-icon {
  position: relative;
}

.ssba_share_link.ssbp-copy>.color-icon svg {
  display: none!important;
}

.ssba_share_link.ssbp-copy>.color-icon:before {
  content: '\f0c5';
  font-family: 'FontAwesome';
  font-weight: 900;
  font-size: 20px;
}

.ssba_share_link.ssbp-copy:hover>.color-icon:before {
  color: #fff;
}
.ssbp-btn .color-icon svg {
  display: block!important;
}

.ssba_share_link svg {
  left: 0!important;
  right: 0;
  margin: auto;
  top: 0!important;
  bottom: 0;
  transform: none!important;
}

.ssba_share_link.ssba_facebook_share svg {
  left: -1px !important;
}

#ssba-bar-2 .ssbp-bar-list li a {
  border-width: 1.5px!important;
}

#ssba-bar-2 .ssbp-bar-list li.ssbp-li--twitter a:hover svg {
    fill: none!important;
}

.ssbp-li--twitter .color-icon svg {
    fill: none!important;
}

@media only screen and (max-width: 767px){
  #ssba-bar-2.left {
    top: auto!important;
    bottom: 10px;
    right: 7px;
  }

  #ssba-bar-2.left .ssbp-bar-list li {
    margin: 15px 0!Important;
  }
}

/*
* 2024 Blog Design Updates
*/
.container{
  max-width: 1110px;
  margin: 0 auto;
  width: 90%;
}

.btn-pills{
  color:#0033A0;
  background:transparent !important;
  border:1px solid #0033A0;
  padding:12px 20px;
  font-size:18px;
  border-radius:100px;
  text-decoration:none;
}

.btn-pills.btn-sm{
  font-size:16px;
  min-width:139px;  padding:12px 20px;
}

.btn-pills:hover{
  background:#0033A0 !important;
  color:#fff !important;
}

.list-inline{
  display:inline-block;
  margin:0;
}

.list-inline .btn-pills{
  display:inline-block;
}

.list-inline li{
  display:inline-block;
  margin-right:8px;
  margin-bottom:8px;
}

.list-inline li:last-child{
  margin-right:0;
}

section.post-categories{
  padding-top:40px;
  padding-bottom:32px;
  text-align:center;
}

section.main-categories{
  margin-top:112px;
}

.custom-post-list .posts .posts-container .post-item .post-thumb>a {
  width: 100%;
  display: block;
}

.custom-post-list .posts .posts-container .post-item .post-thumb{
  border-radius:10px;
  height:auto !important;
  min-height:208px;
}

.custom-post-list .posts .pagination-container button{
  background: transparent;
  border-radius: 100px;
  padding: 14px 20px;
  color: #0033a0;
  border: 1px solid #0033a0;
  height: auto;
  letter-spacing:0;
}

.custom-post-list .posts .pagination-container button:hover{
  background:#0033a0;
  color:#fff;
}

.ssbp-wrap{
  z-index:5 !important;
}

.ff-inter{
  font-family: 'Inter',sans-serif;
}

/* Onetrust Cookie */
#onetrust-consent-sdk #onetrust-accept-btn-handler, 
#onetrust-banner-sdk #onetrust-reject-all-handler{
  background-color:#0033a0 !important;
  border-color:#0033a0 !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk a[href], 
#onetrust-consent-sdk #onetrust-banner-sdk a[href] font, 
#onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn{
  color:#0033a0 !important;
}

.alm-listing img{
  border-radius:10px;
}

.header .searchform #searchsubmit {
  position: relative;
  left: 0;
  height: 32px;
  width: 32px;
  font-size: 0;
  display: block;
  right: 20px;
  left: auto;
  position: absolute;
  top: 12px;
  z-index: 999;
  background: transparent;
  border: none;
}

#single-post-container{
  max-width:1110px;
  margin: 0 auto;
}

#single-post-container .custom-post-list .posts{
  margin-top:0;
}

#single-post-container ul.alm-listing.alm-ajax{
  margin:0 -15px;
}

.archive .ssbp-wrap{
  display:none !important;
}

p.no-posts-message {
  text-align: center;
  font-size: 20px;
  padding-bottom: 50px;
}

@media( min-width:1025px ){
  .btn-pills{
    min-width:191px;
  }


  .btn-pills.btn-sm{
    min-width:174px;
  }
 
}

@media( max-width:767px ){
  .posts{
    margin-top:83px;
  }

  .list-inline li:last-child{
    margin-bottom:0;
  }

  section.main-categories{
    margin-top:83px;
  }

  .home-slider .home-slider-wrapper{
    border-radius:10px 10px 0 0;
  }

  .home-slider .slick-list{
    height:auto !important;
  }

  .custom-post-list .posts .posts-container .post-item .post-thumb{
    min-height:150px;
  }

  .custom-post-list .posts .posts-container .post-item .post-thumb img{
    min-height:150px;
    max-height:150px;
  }

  .most-popular-fake-nav button.btn-fake-nav{
    width:40px;
    height:40px;
  }

  #page-template-page-about #content{
    margin-top:83px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .posts {
    width: 90%;
  }

  .wrap, .home .posts {
    max-width: 1110px;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .home-slider .slick-slide .home-slider-wrapper{
    max-width: 97%;
  }
}

@media (min-width: 768px) {
  ul.alm-listing.alm-ajax > li:nth-child(3n+1) {
    clear: left;
  }
}

.archive .custom-post-list .posts{
  margin-top:0;
}

.post-item .latest-meta .category-posts-meta{
  padding-right:10px;
}

.post-item .latest-meta .reading-time{
  padding-left:8px;
}

.post-item .latest-meta>span:nth-child(2),
.post-item .latest-meta span.sep{
  color:rgba(74,74,74,.25);
}

.wp-block-image figure{
  max-width: 100%;
  background: #eee;
  padding: 5px;
}

.wp-block-image figure.aligncenter{
  text-align:center;
}

.wp-block-image figcaption.wp-element-caption{
  display:block;
}


.single-post header.article-header.entry-header .meta-container {
  display: flex;
  align-items: center;
  justify-content: center;
}