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

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.
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700|Roboto:300,400,400i,500,700&subset=latin-ext");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
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.
 */
[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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

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

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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).
 */
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.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
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/


Jacob this returns a 404 page.
*/
/********************************************
* Responsive
*********************************************/
/******************************************************************
Site Name: JHU PrEP
Author: Jacob Yeager

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

******************************************************************/
/*********************
EXTERNAL IMPORTS
*********************/
p {
  word-break: break-word;
  word-wrap: break-word;
  hyphens: none; }

/******************************************************************
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: JHU PrEP
Author: Jacob Yeager

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? */
/********************************************
* Font Mixins
*********************************************/
/********************************************
* Responsive Mixins
*********************************************/
/********************************************
* Misc Mixins
*********************************************/
/******************************************************************
Site Name: JHU PrEP
Author: Jacob Yeager

Stylesheet: Grid Stylesheet

I've separated 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.
https://github.com/dope/lemonade - Neat lightweight grid.

******************************************************************/
.wrap {
  width: 100%;
  margin: 0 auto;
  /*   max-width: 1440px; */ }

.tiles.wrap {
  max-width: 1440px; }

.static-gallery.wrap {
  max-width: 1440px; }

.inner-wrap {
  width: 96%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0;
  margin: 0; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; }
  @media (max-width: 768px) {
    .col {
      margin: 0; } }
  .col:first-child {
    margin-left: 0; }

/*  GROUPING  */
.group {
  zoom: 1;
  /* For IE 6/7 */ }
  .group:before, .group:after {
    content: "";
    display: table; }
  .group:after {
    clear: both; }

/*  GRID OF TWELVE  */
.col-12 {
  width: 100%; }

.col-11 {
  width: 91.53%; }

.col-10 {
  width: 83.06%; }

.col-9 {
  width: 74.6%; }

.col-8 {
  width: 66.13%; }

.col-7 {
  width: 57.66%; }

.col-6 {
  width: 49.2%; }

.col-5 {
  width: 40.73%; }

.col-4 {
  width: 32.26%; }

.col-3 {
  width: 23.8%; }

.col-2 {
  width: 15.33%; }

.col-1 {
  width: 6.866%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0; }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    width: 100%; } }
/* --------------------------------

JHUPrEP Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'JHUPrEP';
  src: url(data:font/opentype;charset=utf-8;base64,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);
  src: url(data:font/x-font-woff;charset=utf-8;base64,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) format("woff"), url(data:font/truetype;charset=utf-8;base64,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) format("truetype");
  font-weight: normal;
  font-style: normal; }
/*------------------------
	base class definition
-------------------------*/
.nucleo {
  display: inline-block;
  font: normal normal normal 1em 'JHUPrEP';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------
  change icon size
-------------------------*/
/* relative units */
.nucleo-sm {
  font-size: 0.8em; }

.nucleo-lg {
  font-size: 1.2em; }

/* absolute units */
.nucleo-16 {
  font-size: 16px; }

.nucleo-32 {
  font-size: 32px; }

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.nucleo-bg-square,
.nucleo-bg-circle {
  padding: 0.35em;
  background-color: #eee; }

.nucleo-bg-circle {
  border-radius: 50%; }

/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.nucleo-ul {
  padding-left: 0;
  list-style-type: none; }
  .nucleo-ul > li {
    display: flex;
    align-items: flex-start;
    line-height: 1.4; }
  .nucleo-ul > li > .nucleo {
    margin-right: 0.4em;
    line-height: inherit; }

/*------------------------
  spinning icons
-------------------------*/
.nucleo-is-spinning {
  -webkit-animation: nucleo-spin 2s infinite linear;
  -moz-animation: nucleo-spin 2s infinite linear;
  animation: nucleo-spin 2s infinite linear; }

@-webkit-keyframes nucleo-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes nucleo-spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@keyframes nucleo-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*------------------------
  rotated/flipped icons
-------------------------*/
.nucleo-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.nucleo-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.nucleo-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.nucleo-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.nucleo-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/*------------------------
	icons
-------------------------*/
.icon-arrow-right-circle::before {
  content: "\ea06"; }

.icon-plus::before {
  content: "\ea07"; }

.icon-times::before {
  content: "\ea08"; }

.icon-globe-mesh::before {
  content: "\ea09"; }

.icon-apple::before {
  content: "\ea0a"; }

.icon-network::before {
  content: "\ea0b"; }

.icon-android::before {
  content: "\ea0c"; }

.icon-search::before {
  content: "\ea0d"; }

.icon-instagram::before {
  content: "\ea0e"; }

.icon-twitter::before {
  content: "\ea0f"; }

.icon-facebook::before {
  content: "\ea10"; }

.icon-circle-filled::before {
  content: "\ea11"; }

.icon-circle-open::before {
  content: "\ea12"; }

.icon-arrow-down::before {
  content: "\ea13"; }

.icon-clock::before {
  content: "\ea14"; }

.icon-arrow-right::before {
  content: "\ea15"; }

.icon-wifi::before {
  content: "\ea16"; }

.icon-apartment::before {
  content: "\ea17"; }

.icon-map-pin::before {
  content: "\ea18"; }

.icon-close::before {
  content: "\ea19"; }

.icon-download::before {
  content: "\ea1a"; }

.icon-left-chevron::before {
  content: "\ea1b"; }

.icon-right-chevron::before {
  content: "\ea1c"; }

.icon-hamburger::before {
  content: "\ea1d"; }

/*********************
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.

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

.alert-help {
  border-color: #e9e718;
  background: #ebe92f; }

.alert-info {
  border-color: #2347f7;
  background: #3c5cf8; }

.alert-error {
  border-color: #e80409;
  background: #fb0a0f; }

.alert-success {
  border-color: #23ed1a;
  background: #3aef32; }

/******************************************************************
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

*********************/
.blue-btn, .white-btn {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 20px;
  border: 0;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
  padding: 10px 25px;
  -webkit-transition: background-color 0.14s ease-in-out;
  -moz-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal; }
  .blue-btn:hover, .white-btn:hover, .blue-btn:focus, .white-btn:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }
  .blue-btn:active, .white-btn: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.
*/
.blue-btn {
  background-color: #2a8fd9;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3); }
  .blue-btn:hover, .blue-btn:focus {
    color: #e8e8e8;
    background-color: #2179b9; }
  .blue-btn:active {
    color: #e8e8e8;
    background-color: #2076b5; }

.white-btn {
  color: #2a8fd9 !important; }

.thick {
  padding: 14px 38px;
  border-radius: 30px; }

/******************************************************************
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
*********************/
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: #444444;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f5f5f5;
  -webkit-transition: background-color 0.24s ease-in-out;
  -moz-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  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: white;
    outline: none; }
  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: #fb0a0f;
    border-color: #fb0a0f;
    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: #fb0a0f; }
  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: #3aef32;
    border-color: #3aef32;
    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: #3aef32; }
  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; }
    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: #3c5cf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  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; }

/*********************
MAIN TEMPLATE LOADING
Load up template scss files.
*********************/
/******************************************************************
Site Name: JHU PrEP
Author: Jacob Yeager

Stylesheet: Base Stylesheet
******************************************************************/
/*********************
GENERAL STYLES
*********************/
html {
  overflow-x: hidden;
  height: 100%; }

body {
  height: 100%;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1.5;
  color: #444444;
  background-color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#inner-content {
  background-color: #fff; }

.icon {
  background-color: #676666;
  color: white;
  border-radius: 100%;
  padding: 10px;
  font-size: 16px;
  width: 36px;
  height: 36px;
  text-align: center;
  transition: all 0.3s; }
  .icon:hover, .icon:focus {
    background-color: #2a8fd9; }

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.clearfix {
  clear: both; }
  .clearfix::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0; }

.mt-1 {
  margin-top: .5rem !important; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #2a8fd9;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #2076b5; }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */ }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  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 */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 54px;
  line-height: 1.333em; }

h2, .h2 {
  line-height: 1.4em;
  margin-bottom: 0.375em;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 34px; }

h3, .h3 {
  font-size: 1.125em; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

/*********************
TEXT STYLES
*********************/
p {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px; }

li {
  list-style: disc;
  margin-left: 20px; }

/*********************
FORM STYLES
*********************/
select {
  border-radius: 30px; }
  .filters select {
    position: relative;
    margin: 0 auto;
    color: #676666;
    background-color: #fff;
    border: solid 2px #a2a2a2;
    padding: 20px 28px 20px 28px;
    height: 60px;
    font-size: 14px;
    background-position-x: 94%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA0ElEQVQ4T+2TMRKCMBBF/zY4UmlvoZVKI0eQI3EROJIeARuVSgp7reJIE2czoLBuaGxNlcnuf5v83RAG1jo770Gwp3SV+NJoCBDlpeX4MV168/4A4HcPoqwsuFUGQVKli3u3K74uzPPLJES941xqABsAhYRogI44hsWB3IGteWC+IBIgxYaCrfPAB+kCNDE/+W2iBglR37iAQTBt3uyuzZVbv3pdkBALxM4ooADvhbiJ9X+DgHyCilgFKJ5Aq9ySvYPENxnb55UTHzSayRlpAS8Y9J9xsNAbXwAAAABJRU5ErkJggg==); }

select::-ms-expand {
  display: none; }

img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto; }

/*********************
POSTS & CONTENT STYLES
*********************/
.hentry header {
  border-bottom: 1px solid #f8f9fa;
  padding: 1.5em; }
.hentry footer {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa; }
  .hentry footer p {
    margin: 0; }

/* end .hentry */
.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 */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }

/* entry content */
.entry-content {
  padding: 83px 1.5em;
  /*
  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 p {
    margin: 0 0 1.5em; }
  .entry-content table {
    width: 100%;
    border: 1px solid #f5f5f5;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #9fa6b4;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr {
    border-bottom: 1px solid #f5f5f5; }
    .entry-content tr:nth-child(even) {
      background-color: #f8f9fa; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #f5f5f5; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #2a8fd9;
    font-style: italic;
    color: #9fa6b4; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .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; }
  .entry-content pre {
    background: #444444;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .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 */
.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #f5f5f5; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #2a8fd9; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #2a8fd9;
      color: #fff; }
  .pagination .current {
    cursor: default;
    color: #444444; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: #fff;
      color: #444444; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */ }

.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }

@media (max-width: 768px) {
  #wpadminbar {
    position: fixed; } }
/*********************
NAVIGATION STYLES
*********************/
@media (max-width: 768px) {
  .utility-nav .nav {
    margin-top: 20px;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase; }
    .utility-nav .nav a {
      font-size: 14px; } }

.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav li {
    display: inline-block;
    margin-left: 0; }
    @media (max-width: 768px) {
      .nav li {
        display: block; } }
    .nav li a {
      display: block;
      color: #676666;
      text-decoration: none;
      padding: 0.75em;
      color: #676666; }
      .nav li a:visited {
        color: #676666; }
      .nav li a:focus {
        color: #2076b5; }
      .nav li a:hover {
        color: #2076b5; }
      .nav li a:active {
        color: #676666; }
      @media (max-width: 768px) {
        .nav li a {
          color: #fff;
          font-size: 22px;
          padding: 4px 30px; }
          .nav li a:visited {
            color: #fff; }
          .nav li a:focus {
            color: #fff; }
          .nav li a:hover {
            color: #676666; }
          .nav li a:active {
            color: #fff; } }
    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
      padding-left: 30px; }

/* end .nav */
/*********************
HEADER STYLES
*********************/
body.sticky {
  margin-top: 165px; }
  @media (max-width: 768px) {
    body.sticky {
      margin-top: 80px; } }

body.menu-open {
  overflow: hidden; }

.header {
  position: relative;
  z-index: 1000;
  background-color: #fff;
  color: #444444;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s, box-shadow 0.3s;
  -moz-transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s; }
  .header.fixed {
    position: fixed !important;
    top: 0;
    width: 100%; }
    body.admin-bar .header.fixed {
      top: 32px; }
      @media (max-width: 500px) {
        body.admin-bar .header.fixed {
          top: 0; } }
    .home .header.fixed {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1); }
      .home .header.fixed #logo {
        color: #444444; }
      .home .header.fixed .main-nav-sec nav li a {
        color: #444444; }
    .header.fixed .utility-nav-sec {
      display: none; }
  .header .events h4 {
    margin: 10px 0; }
  .header p {
    margin: 0; }
  .header #logo {
    display: inline-block;
    margin: 0.75em 0;
    color: #444444;
    font-size: 22px;
    font-weight: 500;
    line-height: 16px; }
    .header #logo span {
      font-size: 16px;
      text-transform: uppercase; }
      .header #logo span:before {
        content: "\A";
        white-space: pre; }
  .header .utility-nav-sec {
    background-color: #f5f5f5;
    padding: 5px 0; }
    @media (max-width: 1024px) {
      .header .utility-nav-sec {
        display: block; } }
    .header .utility-nav-sec .app-download {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 14px;
      line-height: 15px;
      color: #676666;
      display: inline-block;
      padding: 0.9em 0.75em 0.75em 0; }
      .header .utility-nav-sec .app-download .utility-icons {
        bottom: 3px; }
      .header .utility-nav-sec .app-download .app-text {
        color: #676666;
        font-size: 14px;
        font-weight: 500;
        margin-left: 0; }
        .header .utility-nav-sec .app-download .app-text .download {
          text-transform: uppercase;
          font-size: 12px; }
    .header .utility-nav-sec nav {
      display: inline-block;
      float: right;
      font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 13px;
      text-transform: uppercase; }
      .header .utility-nav-sec nav ul {
        display: inline-block;
        margin-top: 10px;
        margin-right: 15px;
        font-size: 13px; }
        .header .utility-nav-sec nav ul li#menu-item-314 {
          display: none; }
        .header .utility-nav-sec nav ul li a {
          padding: 1.1em 1.34em 1.1em 1.1em;
          font-size: 13.5px; }
          @media (max-width: 1440px) {
            .header .utility-nav-sec nav ul li a {
              padding-right: .75em; } }
          @media (max-width: 1024px) {
            .header .utility-nav-sec nav ul li a {
              padding: .25em; } }
        @media (max-width: 1024px) {
          .header .utility-nav-sec nav ul {
            margin-top: 21px; } }
    .header .utility-nav-sec .utility-icons {
      display: inline-block;
      position: relative;
      bottom: -2px; }
    .header .utility-nav-sec .utility-inline {
      display: inline-block;
      margin-left: 6px; }
      @media (max-width: 1024px) {
        .header .utility-nav-sec .utility-inline {
          margin-left: 3px; } }
  .header .main-nav-sec {
    clear: both; }
    .header .main-nav-sec .main-nav {
      margin-top: 2.15%; }
      @media (max-width: 1440px) {
        .header .main-nav-sec .main-nav {
          text-align: center; } }
      @media (max-width: 1024px) {
        .header .main-nav-sec .main-nav {
          max-width: 22%;
          width: 100%; } }
      .header .main-nav-sec .main-nav li.menu-item-has-children {
        position: relative;
        /*ul.sub-menu:before {
            content: " ";
            width: 20px;
            height: 20px;
            background-color: white;
            transform: rotate(45deg);
            position: absolute;
            top: -7px;
            left: 83px;
        }*/ }
        .header .main-nav-sec .main-nav li.menu-item-has-children ul.sub-menu {
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
          margin: 10px 0 0 0;
          border-radius: 12px;
          width: 188px;
          left: -45px;
          display: none;
          position: absolute;
          background-color: #FFFFFF;
          padding: 25px; }
          .header .main-nav-sec .main-nav li.menu-item-has-children ul.sub-menu > li {
            flex: 1 0 100%;
            padding: 5px; }
            .header .main-nav-sec .main-nav li.menu-item-has-children ul.sub-menu > li a {
              color: #022B3A;
              font-family: Poppins;
              font-size: 14px;
              text-transform: unset;
              padding: 0; }
        .header .main-nav-sec .main-nav li.menu-item-has-children ul.sub-menu:before {
          content: url("../images/rectangulo.svg");
          width: 100%;
          text-align: center;
          height: auto;
          position: absolute;
          top: -10px;
          left: 0; }
      .header .main-nav-sec .main-nav li.menu-item-has-children:hover ul.sub-menu {
        display: flex;
        flex-wrap: wrap; }
        .header .main-nav-sec .main-nav li.menu-item-has-children:hover ul.sub-menu li {
          display: flex;
          justify-content: space-between;
          align-items: center;
          position: relative; }
        .header .main-nav-sec .main-nav li.menu-item-has-children:hover ul.sub-menu li:hover a {
          color: #2A8FD9; }
        .header .main-nav-sec .main-nav li.menu-item-has-children:hover ul.sub-menu li:hover:after {
          content: url("../images/arrow-narrow-right.png");
          right: 0;
          position: absolute; }
    .header .main-nav-sec .secondary-nav {
      margin-top: 2.15%;
      float: right;
      text-align: right; }
      .header .main-nav-sec .secondary-nav li {
        margin-left: 10px; }
        .header .main-nav-sec .secondary-nav li a:hover {
          -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3); }
        .header .main-nav-sec .secondary-nav li a {
          transition: background-color 0.14s ease-in-out; }
      .header .main-nav-sec .secondary-nav li:nth-child(1) a {
        background-color: #27AFB0; }
      .header .main-nav-sec .secondary-nav li:nth-child(2) a {
        background-color: #FF7126; }
      .header .main-nav-sec .secondary-nav li:nth-child(3) a {
        background-color: #2A8FD9; }
      .header .main-nav-sec .secondary-nav a {
        padding: 10px 18px;
        display: inline-block;
        position: relative;
        text-decoration: none;
        color: #fff !important;
        font-size: 14px;
        border: 0;
        cursor: pointer;
        text-align: center;
        line-height: 20px;
        transition: background-color 0.14s ease-in-out;
        font-family: Poppins;
        font-weight: 600;
        font-style: normal;
        border-radius: 30px;
        text-transform: unset; }
    .header .main-nav-sec nav {
      display: inline-block; }
      .header .main-nav-sec nav li#menu-item-312, .header .main-nav-sec nav li#menu-item-313 {
        display: none; }
      .header .main-nav-sec nav li a {
        font-size: 13px;
        font-weight: 600;
        padding-right: 2.7em;
        text-transform: uppercase;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s; }
        @media (max-width: 1440px) {
          .header .main-nav-sec nav li a {
            padding-right: .75em; } }
        @media (max-width: 1024px) {
          .header .main-nav-sec nav li a {
            padding: .75em .25em; } }
      .header .main-nav-sec nav li#menu-item-105 a {
        text-transform: none; }
      .header .main-nav-sec nav li:first-child a {
        text-transform: none; }
      @media (max-width: 1024px) {
        .header .main-nav-sec nav {
          width: unset; } }
    .header .main-nav-sec .provider-button {
      float: right;
      margin-top: 1.8%;
      margin-left: 0;
      max-width: 270px; }
      @media (max-width: 1024px) {
        .header .main-nav-sec .provider-button {
          padding: 10px 15px; } }
    .header .main-nav-sec .logo-link {
      margin-right: 9px; }
      @media (max-width: 1440px) {
        .header .main-nav-sec .logo-link {
          margin-right: 0;
          width: unset; } }
  @media (max-width: 768px) {
    .header .desktop-menu {
      display: none; } }
  .header .mobile-menu {
    display: none;
    position: relative;
    background-color: #2a8fd9;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: top 30px right 50px; }
    .header .mobile-menu .icon-hamburger {
      position: absolute;
      top: 29px;
      right: 32px;
      font-size: 18px;
      transition: 0.3s ease all; }
      .header .mobile-menu .icon-hamburger:hover {
        cursor: pointer;
        color: #2a8fd9; }
    .header .mobile-menu .icon-close {
      display: none;
      position: absolute;
      top: 28px;
      right: 35px;
      font-size: 20px;
      color: #fff; }
      .header .mobile-menu .icon-close:hover {
        cursor: pointer;
        color: #444444; }
    .header .mobile-menu p {
      color: initial; }
    .header .mobile-menu a:hover {
      color: #e6e6e6; }
    .header .mobile-menu .main-logo {
      padding: 20px 30px 32px 30px;
      display: block;
      font-size: 25px;
      line-height: 20px;
      color: #fff;
      width: 130px; }
      .header .mobile-menu .main-logo:visited {
        color: #fff; }
      .header .mobile-menu .main-logo:focus {
        color: #fff; }
      .header .mobile-menu .main-logo:hover {
        color: #444444; }
      .header .mobile-menu .main-logo:active {
        color: #fff; }
      .header .mobile-menu .main-logo:hover {
        color: #e6e6e6; }
      .header .mobile-menu .main-logo span {
        display: block;
        font-size: 16px;
        text-transform: uppercase; }
    .header .mobile-menu .navigation {
      overflow-y: scroll; }
      @media (max-height: 870px) {
        .header .mobile-menu .navigation {
          max-height: 500px; } }
      @media (max-height: 800px) {
        .header .mobile-menu .navigation {
          max-height: 400px; } }
      @media (max-height: 700px) {
        .header .mobile-menu .navigation {
          max-height: 300px; } }
      @media (max-height: 600px) {
        .header .mobile-menu .navigation {
          max-height: 200px; } }
      @media (max-height: 500px) {
        .header .mobile-menu .navigation {
          max-height: 100px; } }
    .header .mobile-menu .main-nav {
      margin-bottom: 31px; }
      .header .mobile-menu .main-nav li {
        margin-bottom: 3.5px; }
    .header .mobile-menu .utility-nav ul {
      font-weight: 500; }
    .header .mobile-menu .utility-nav li {
      margin-bottom: 8px; }
    .header .mobile-menu #searchform {
      border: solid 2px #fff;
      border-radius: 40px;
      width: 80%;
      margin: 29px auto 34px; }
      .header .mobile-menu #searchform label {
        display: none; }
    .header .mobile-menu #search-form {
      background-color: transparent;
      font-size: 14px;
      width: 50%;
      color: #fff;
      display: inline-block;
      text-align: left;
      padding-left: 28px;
      margin: 8px 0; }
      .header .mobile-menu #search-form::placeholder {
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        color: #fff; }
    .header .mobile-menu #searchsubmit {
      border: 0;
      background: none;
      color: #fff;
      float: right;
      position: relative;
      top: 16px;
      right: 18px; }
      .header .mobile-menu #searchsubmit:hover {
        color: #e6e6e6;
        background-color: transparent; }
    .header .mobile-menu .opened-menu {
      background-color: #2a8fd9;
      overflow-x: hidden;
      overflow-y: auto;
      transition: transform 0.3s ease-out;
      height: auto;
      transform: scaleY(1);
      transform-origin: top; }
    .header .mobile-menu .prep-download-icons {
      background-color: #026FC2;
      min-height: 82px; }
      .header .mobile-menu .prep-download-icons a {
        display: inline-flex;
        align-items: center;
        min-height: 82px;
        min-width: 82px;
        margin-left: -5px; }
      .header .mobile-menu .prep-download-icons p {
        display: inline-block;
        font-size: 20px;
        color: #fff;
        padding: 25px 33px;
        font-weight: 600; }
      .header .mobile-menu .prep-download-icons .utility-inline-apple {
        background-color: #0263AC;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s; }
        .header .mobile-menu .prep-download-icons .utility-inline-apple:hover {
          background-color: #01467a; }
      .header .mobile-menu .prep-download-icons .utility-inline-android {
        background-color: #005493;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s; }
        .header .mobile-menu .prep-download-icons .utility-inline-android:hover {
          background-color: #003760; }
      .header .mobile-menu .prep-download-icons .icon {
        background-color: #fff;
        color: #0263AC;
        height: 36px;
        width: 36px;
        padding: 7px;
        margin: 0 auto; }
      .header .mobile-menu .prep-download-icons .utility-icons {
        float: right; }
      @media (max-width: 420px) {
        .header .mobile-menu .prep-download-icons p {
          display: none; }
        .header .mobile-menu .prep-download-icons .utility-icons {
          float: none;
          text-align: center; } }
    .header .mobile-menu.collapsed {
      background-color: #fff;
      background-size: 25px; }
      .header .mobile-menu.collapsed .opened-menu {
        display: none;
        transform: scaleY(0); }
      .header .mobile-menu.collapsed .main-logo {
        color: #444444;
        padding: 20px 30px 20px 30px; }
        .header .mobile-menu.collapsed .main-logo:visited {
          color: #444444; }
        .header .mobile-menu.collapsed .main-logo:focus {
          color: #444444; }
        .header .mobile-menu.collapsed .main-logo:hover {
          color: #2a8fd9; }
        .header .mobile-menu.collapsed .main-logo:active {
          color: #444444; }
    @media (max-width: 768px) {
      .header .mobile-menu {
        display: block; } }

.search-results .entry-content {
  padding: 23px 1.5em; }

@media (min-width: 1024px) and (max-width: 1116px) {
  .header .main-nav-sec .secondary-nav {
    width: unset; } }
@media (min-width: 769px) and (max-width: 834px) {
  .utility-nav #menu-utility-menu {
    display: none; }
  .utility-nav .utility-icons {
    margin-top: 10px; } }
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #fff;
  color: #676666;
  font-size: 13px;
  padding-top: 26px;
  overflow: hidden; }
  .footer #inner-footer {
    min-height: 116px; }
    @media (max-width: 960px) {
      .footer #inner-footer {
        max-width: 250px; } }
  .footer .footer-logo {
    float: left;
    padding-top: 9px; }
    .footer .footer-logo img {
      width: 100%;
      max-width: 175px;
      padding-right: 15px; }
      @media (max-width: 960px) {
        .footer .footer-logo img {
          margin-left: calc(50% - 87.5px); } }
      .footer .footer-logo img:last-of-type {
        position: relative;
        top: -3px; }
    @media (max-width: 960px) {
      .footer .footer-logo {
        float: none;
        width: 100%;
        margin-bottom: -18px; } }
  .footer .social {
    text-align: center;
    margin-left: 33%;
    margin-right: auto;
    padding-top: 25px; }
    .footer .social .icon-twitter {
      font-size: 16px;
      padding-top: 12px;
      vertical-align: bottom; }
    .footer .social a {
      margin-left: 6px; }
    @media (max-width: 1024px) {
      .footer .social {
        margin-left: auto; } }
    @media (max-width: 960px) {
      .footer .social {
        float: none;
        width: 100%;
        padding-top: 4px; } }
  .footer .right-menu {
    float: right;
    padding-top: 19px; }
    .footer .right-menu p, .footer .right-menu a {
      font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-style: normal;
      text-transform: uppercase; }
    @media (max-width: 960px) {
      .footer .right-menu {
        float: none;
        width: 100%; }
        .footer .right-menu .menu-item-114 {
          font-size: 28px; }
        .footer .right-menu .nav li {
          display: block; } }
  .footer .footer-links {
    text-align: right; }
    @media (max-width: 960px) {
      .footer .footer-links {
        text-align: center;
        margin-top: 21px; }
        .footer .footer-links ul li a {
          padding: 0;
          color: #676666;
          color: #676666;
          font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 13px; }
          .footer .footer-links ul li a:visited {
            color: #676666; }
          .footer .footer-links ul li a:focus {
            color: #2a8fd9; }
          .footer .footer-links ul li a:hover {
            color: #2a8fd9; }
          .footer .footer-links ul li a:active {
            color: #676666; }
        .footer .footer-links ul li:last-child {
          padding-top: 20px; }
          .footer .footer-links ul li:last-child a {
            font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 200;
            font-style: normal;
            font-size: 28px; } }
  .footer .copyright {
    margin: 0;
    text-align: right;
    font-size: 13px; }
    @media (max-width: 960px) {
      .footer .copyright {
        text-align: center; } }
  @media (max-width: 960px) {
    .footer {
      position: relative;
      padding-bottom: 20px; } }

.overlay {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  font-size: 20px;
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  pointer-events: none;
  text-align: center;
  -webkit-transition: visibility 0s, opacity 300ms ease-in;
  -moz-transition: visibility 0s, opacity 300ms ease-in;
  transition: visibility 0s, opacity 300ms ease-in; }
  .overlay:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }
    .overlay:target ~ #container {
      filter: blur(10px); }
  .overlay .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 27px;
    padding: 16px 18px 8px 18px;
    background-color: white;
    z-index: 100;
    height: 64px;
    vertical-align: middle; }
  .overlay .modal-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    width: 100%;
    -webkit-box-shadow: 0 30px 100px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 30px 100px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 30px 100px 1px rgba(0, 0, 0, 0.4);
    z-index: 99; }
  .overlay .slick-prev:before, .overlay .slick-next:before {
    font-family: 'JHUPrEP', sans-serif;
    font-size: 14px;
    background-color: #fff;
    border-radius: 100%;
    padding: 14px 18px;
    color: #2a8fd9;
    -webkit-box-shadow: 2px 10px 15px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 10px 15px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 10px 15px 1px rgba(0, 0, 0, 0.3); }
  .overlay .slick-prev {
    left: -50px; }
  .overlay .slick-prev:before {
    content: "\ea1b"; }
  .overlay .slick-next:before {
    content: "\ea1c"; }
  .overlay .icon-twitter::before {
    margin-left: -1px; }
  .overlay .screen-reader-text {
    display: none; }

#modal-social .social-icons {
  margin-top: 6.25%; }
  #modal-social .social-icons p {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px; }
  #modal-social .social-icons .icon {
    background-color: #fff;
    color: #2a8fd9; }
    #modal-social .social-icons .icon:hover {
      background-color: #e6e6e6; }
#modal-social h2 {
  color: #2a8fd9; }
#modal-social .modal-inner {
  margin-top: -27px;
  margin-left: 5%;
  width: 90%;
  padding: 1px 100px 61px; }
#modal-social .tweets {
  padding: 0 173px; }
  @media (max-width: 1024px) {
    #modal-social .tweets {
      padding: 0; } }

@media (max-width: 600px) {
  #modal-social .modal-inner {
    padding: 1px 20px 20px 20px; } }
#modal-search .modal-inner {
  background-color: transparent;
  box-shadow: none; }
#modal-search #search-form {
  text-align: center;
  margin: 0 auto 14px;
  background-color: transparent;
  border-bottom: solid 5px #fff;
  border-radius: 0;
  font-size: 34px;
  width: 50%;
  min-width: 370px;
  color: #fff;
  padding: 0 50px 20px; }
  #modal-search #search-form::placeholder {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 34px;
    color: #fff; }
  @media (max-width: 768px) {
    #modal-search #search-form {
      width: 50%;
      min-width: 370px; } }
  @media (max-width: 500px) {
    #modal-search #search-form {
      width: 15%;
      min-width: 265px;
      padding: 0 16px 20px; } }
#modal-search #searchsubmit {
  margin-top: 45px;
  padding: 8px 57px;
  background-color: white; }
  #modal-search #searchsubmit:hover {
    color: #1f73b1;
    background-color: #e6e6e6; }

#modal-language .modal-inner {
  width: unset;
  position: absolute;
  right: 0;
  left: 0;
  max-width: 300px;
  margin: 0 auto;
  top: 200px;
  padding: 40px 30px; }
  #modal-language .modal-inner .switcher {
    margin: 0 auto; }
    #modal-language .modal-inner .switcher > .selected {
      background: #fff; }
      #modal-language .modal-inner .switcher > .selected a {
        color: #444444; }
    #modal-language .modal-inner .switcher .option {
      background-color: #fff; }
      #modal-language .modal-inner .switcher .option a {
        color: #444444; }

#modal-disclaimer h2 {
  color: #2a8fd9; }
#modal-disclaimer .modal-inner {
  margin-left: 5%;
  width: 90%;
  padding: 85px 270px; }

.image-header-block {
  position: relative;
  display: table;
  text-align: center;
  height: 510px;
  width: 100%;
  color: #fff;
  background-size: cover;
  background-position: center; }
  @media (max-width: 600px) {
    .image-header-block {
      height: 310px; } }
  .image-header-block .title {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 72px;
    width: 100%; }
    .image-header-block .title h1 {
      margin-bottom: 13px;
      font-size: 72px;
      margin-right: 20px;
      margin-left: 20px; }
      @media (max-width: 600px) {
        .image-header-block .title h1 {
          font-size: 42px;
          margin: 30px 20px 13px 20px; } }
  .image-header-block .underline {
    background-color: #fff;
    height: 2px;
    width: 185px;
    margin: 0 auto; }

.provider-cta {
  position: relative;
  height: 175px;
  background-color: #2a8fd9;
  width: 100%;
  text-align: center; }
  @media (max-width: 768px) {
    .provider-cta {
      height: auto !important; } }
  .provider-cta .provider-inner {
    padding-top: 33px; }
    @media (max-width: 768px) {
      .provider-cta .provider-inner {
        padding: 30px 20px !important; } }
    .provider-cta .provider-inner:hover a {
      color: #fff; }
    .provider-cta .provider-inner:hover i {
      left: 36px; }
      @media (max-width: 400px) {
        .provider-cta .provider-inner:hover i {
          left: 10px; } }
  .provider-cta a {
    color: #fff; }
  .provider-cta h2 {
    display: inline-block;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .provider-cta h2 {
        margin: 0 !important;
        padding-bottom: 15px !important; } }
    @media (max-width: 400px) {
      .provider-cta h2 {
        font-size: 26px; } }
  .provider-cta i {
    display: inline-block;
    position: relative;
    left: 26px;
    bottom: -18px;
    font-size: 60px;
    transition: all .3s; }
    @media (max-width: 400px) {
      .provider-cta i {
        font-size: 54px;
        left: 10px; } }

.twitter-quote, .featured-event, .hiv-kit {
  position: relative;
  height: 575px;
  width: 50%;
  margin: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.twitter-quote .twitter-block-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 85%;
  margin: auto;
  text-align: center;
  line-height: 35px; }
  @media (max-width: 1024px) {
    .twitter-quote .twitter-block-inner {
      line-height: 30px; } }
  @media (max-width: 768px) {
    .twitter-quote .twitter-block-inner {
      position: relative;
      top: auto;
      transform: none;
      -webkit-transform: none; } }
  @media (max-width: 400px) {
    .twitter-quote .twitter-block-inner {
      line-height: 24px; } }
.twitter-quote h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 22px; }
  @media (max-width: 1024px) {
    .twitter-quote h3 {
      font-size: 24px; } }
  @media (max-width: 400px) {
    .twitter-quote h3 {
      font-size: 20px; } }
.twitter-quote i {
  color: #fff;
  font-size: 16px;
  background-color: #2a8fd9;
  padding: 12px;
  height: 40px;
  width: 40px;
  border-radius: 100%; }
@media (max-width: 768px) {
  .twitter-quote {
    width: 100%; }
    .twitter-quote .featured-event .hiv-kit {
      height: auto;
      padding: 50px 30px; } }

.featured-event {
  color: white;
  text-align: center; }
  .featured-event .featured-event-inner {
    width: 80%;
    margin: 27% auto 0; }
  .featured-event h4 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 2px;
    text-align: center; }
  .featured-event .event-location, .featured-event .event-time {
    display: inline-block;
    color: #A2A2A2;
    margin-right: 13px;
    font-size: 13px;
    height: 20px; }
    .featured-event .event-location i, .featured-event .event-time i {
      font-size: 20px;
      margin-right: 5px;
      vertical-align: top;
      float: left; }
  .featured-event p {
    margin-top: 11px;
    margin-bottom: 47px; }
  @media (max-width: 768px) {
    .featured-event {
      width: 100%; } }

.hiv-kit {
  position: relative;
  background-color: #2a8fd9;
  color: #fff; }
  @media (max-width: 768px) {
    .hiv-kit {
      width: 100%; } }
  @media (max-width: 1024px) {
    .hiv-kit .hiv-kit-inner {
      width: 75%; } }
  @media (max-width: 400px) {
    .hiv-kit .hiv-kit-inner {
      width: 90%; } }

.hiv-kit-inner {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 370px;
  width: 65%;
  text-align: center; }
  @media (max-width: 768px) {
    .hiv-kit-inner {
      position: relative !important; } }
  .hiv-kit-inner h3 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 42px;
    margin-bottom: 0; }
  .hiv-kit-inner p {
    margin-top: 10px;
    margin-bottom: 50px; }
  .hiv-kit-inner a {
    color: #fff;
    transition: all .3s; }
    .hiv-kit-inner a:hover {
      color: #e6e6e6; }
  .hiv-kit-inner i {
    font-size: 61px; }

.app-cta {
  position: relative;
  height: 262px;
  background-repeat: no-repeat; }
  .app-cta .app-cta-inner {
    position: absolute;
    top: 19.4%;
    right: 23.75%; }
    .app-cta .app-cta-inner a:first-of-type {
      margin-right: 14px; }
      @media (max-width: 400px) {
        .app-cta .app-cta-inner a:first-of-type {
          margin-bottom: 10px;
          margin-right: 0; } }
    @media (max-width: 1440px) {
      .app-cta .app-cta-inner {
        right: 16%; } }
    @media (max-width: 1200px) {
      .app-cta .app-cta-inner {
        right: 3%; } }
    @media (max-width: 1024px) {
      .app-cta .app-cta-inner {
        height: 100%;
        width: 100%;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.9);
        top: 0;
        left: 0; } }
  .app-cta h2 {
    margin-bottom: 35px; }
    @media (max-width: 1024px) {
      .app-cta h2 {
        margin-top: 72px; } }
    @media (max-width: 400px) {
      .app-cta h2 {
        width: 63%;
        margin: 20px auto; } }

.error404 {
  background-color: #fff; }
  .error404 #post-not-found {
    margin-top: 182px;
    margin-bottom: 349px;
    text-align: center; }
  .error404 .img404 {
    width: 100%;
    height: auto;
    max-width: 411px;
    max-height: 265px; }
    @media (max-width: 500px) {
      .error404 .img404 {
        padding: 0 10px; } }
  .error404 h1 {
    margin-top: 20px;
    margin-bottom: 0; }
  .error404 .entry-content {
    padding-top: .75em; }
  .error404 p {
    margin-bottom: 25px; }

#wpcf7-f5-p99-o1 {
  margin-top: 13px;
  margin-bottom: 50px; }
  #wpcf7-f5-p99-o1 .name {
    display: flex;
    justify-content: space-between; }
    #wpcf7-f5-p99-o1 .name label {
      width: 100%; }
      #wpcf7-f5-p99-o1 .name label:first-child {
        margin-right: 30px; }
        @media (max-width: 500px) {
          #wpcf7-f5-p99-o1 .name label:first-child {
            margin-right: 0; } }
    @media (max-width: 500px) {
      #wpcf7-f5-p99-o1 .name {
        display: block; } }
  #wpcf7-f5-p99-o1 input:not(.wpcf7-submit), #wpcf7-f5-p99-o1 textarea {
    background-color: #f5f5f5;
    max-width: 100%; }

.search article {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff; }
  .search article header {
    padding: 0;
    border-bottom: none; }
  .search article .entry-content {
    padding-left: 0; }
  .search article .buttons {
    margin-top: 20px;
    margin-bottom: 10px; }
    .search article .buttons .blue-btn {
      margin-right: 12px; }
      @media (max-width: 500px) {
        .search article .buttons .blue-btn {
          margin-bottom: 20px; } }

.home .header {
  background-color: transparent;
  box-shadow: none; }
  .home .header #logo {
    color: white;
    letter-spacing: 1px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
    @media (max-width: 768px) {
      .home .header #logo {
        color: inherit; } }
  .home .header .main-nav-sec {
    position: relative;
    z-index: 10; }
    .home .header .main-nav-sec nav li a {
      color: white; }
      .home .header .main-nav-sec nav li a:hover {
        color: #2a8fd9; }
.home .top-slider {
  margin-top: -98px; }
  @media (max-width: 768px) {
    .home .top-slider {
      margin-top: 0; } }
.home .slide {
  position: relative;
  min-height: 815px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media (max-width: 768px) {
    .home .slide {
      min-height: 425px; } }
.home .slick-dots {
  left: 143px;
  bottom: 14%;
  text-align: left; }
  @media (max-width: 768px) {
    .home .slick-dots {
      left: auto;
      bottom: 20px;
      text-align: center; } }
  .home .slick-dots li button:before {
    opacity: 1;
    color: white;
    font-family: 'JHUPrEP', sans-serif;
    font-size: 21px;
    content: '\ea12'; }
    @media (max-width: 768px) {
      .home .slick-dots li button:before {
        font-size: 14px;
        margin: 0;
        width: 15px; } }
  @media (max-width: 768px) {
    .home .slick-dots li {
      width: 15px; } }
  .home .slick-dots li.slick-active button:before {
    content: '\ea11';
    color: #2a8fd9; }
.home .slick-dotted.slick-slider {
  margin-bottom: 0;
  z-index: 5; }
.home .slide-inner {
  position: absolute;
  top: 323px;
  left: 150px;
  color: white;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 10; }
  .home .slide-inner .blue-btn {
    padding: 13.5px 42px; }
  .home .slide-inner h1 {
    font-size: 54px;
    font-weight: 200;
    margin-bottom: 7px; }
    @media (max-width: 768px) {
      .home .slide-inner h1 {
        font-size: 32px;
        text-align: center; } }
  .home .slide-inner p {
    margin-top: 0;
    margin-bottom: 54px;
    font-size: 18px; }
    @media (max-width: 768px) {
      .home .slide-inner p {
        font-size: 14px; } }
    @media (max-width: 500px) {
      .home .slide-inner p {
        margin-bottom: 20px; } }
  @media (max-width: 768px) {
    .home .slide-inner {
      text-align: center;
      overflow: auto;
      position: absolute;
      top: unset;
      left: 0;
      bottom: 66px;
      right: 0;
      padding: 0 42px; } }
.home .tiles .tile {
  position: relative;
  min-height: 552px;
  color: #444444;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  .home .tiles .tile.fading-left:before {
    display: block;
    position: relative;
    min-height: 552px;
    height: 552px;
    width: 100%;
    content: '';
    z-index: 2;
    background: -moz-linear-gradient(to right, white 15%, white 40%, rgba(255, 255, 255, 0) 85%);
    background: -webkit-linear-gradient(to right, white 15%, white 40%, rgba(255, 255, 255, 0) 85%);
    background: linear-gradient(to right, white 15%, white 40%, rgba(255, 255, 255, 0) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(255, 255, 255, 1), endColorstr=rgba(255, 255, 255, 0), GradientType=1); }
  .home .tiles .tile.fading-right::before {
    display: block;
    position: relative;
    min-height: 552px;
    height: 552px;
    width: 100%;
    content: '';
    z-index: 2;
    background: -moz-linear-gradient(left, white, 30%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, white, 30%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, white, 30%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color, endColorstr=$end-color,GradientType=1 ); }
  .home .tiles .tile.fading-right:before {
    display: block;
    position: relative;
    min-height: 552px;
    height: 552px;
    width: 100%;
    content: '';
    z-index: 2;
    background: -moz-linear-gradient(to left, white 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 50%);
    background: -webkit-linear-gradient(to left, white 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to left, white 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(255, 255, 255, 0), endColorstr=rgba(255, 255, 255, 1), GradientType=1); }
  .home .tiles .tile::after {
    content: ' ';
    position: absolute;
    top: 0;
    width: 100%;
    height: 552px;
    background-image: var(--image-url);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1; }
    @media (max-width: 768px) {
      .home .tiles .tile::after {
        background-image: var(--mobile-image-url);
        background-size: cover;
        background-position-y: 75%;
        background-color: #fff;
        top: -25px;
        height: 230px; } }
  .home .tiles .tile.get-the-prepme-app .inner {
    top: 56.7%;
    max-width: 520px;
    width: 100%; }
  .home .tiles .tile.get-the-prepme-app:before {
    background: none; }
  .home .tiles .tile.get-the-prepme-app:after {
    background-position-x: left; }
  @media (max-width: 768px) {
    .home .tiles .tile.get-the-prepme-app h2 {
      max-width: 216px; } }
  @media (max-width: 400px) {
    .home .tiles .tile.get-the-prepme-app h2 {
      max-width: 100%; } }
  .home .tiles .tile.undetectable-equals-untransmittable h2, .home .tiles .tile.undetectable-equals-untransmittable p {
    color: #444444 !important; }
    @media (max-width: 500px) {
      .home .tiles .tile.undetectable-equals-untransmittable h2, .home .tiles .tile.undetectable-equals-untransmittable p {
        max-width: 100%; } }
  .home .tiles .tile.undetectable-equals-untransmittable:before {
    background: none; }
  @media (max-width: 1200px) {
    .home .tiles .tile.undetectable-equals-untransmittable:after {
      background-position-x: 40%; } }
  @media (max-width: 1024px) {
    .home .tiles .tile.undetectable-equals-untransmittable:after {
      background-position-x: 23%; }
    .home .tiles .tile.undetectable-equals-untransmittable .inner {
      width: 50vw; } }
  @media (max-width: 768px) {
    .home .tiles .tile.undetectable-equals-untransmittable .inner {
      width: 100%; }
    .home .tiles .tile.undetectable-equals-untransmittable:after {
      background-position-x: center; } }
  @media (max-width: 768px) {
    .home .tiles .tile {
      min-height: unset;
      background: none !important;
      height: auto;
      display: block;
      position: relative; }
      .home .tiles .tile .tile.fading-left::before, .home .tiles .tile .tile.fading-right::before {
        height: auto;
        display: block;
        position: relative; }
      .home .tiles .tile .inner {
        -webkit-transform: none;
        transform: none; }
      .home .tiles .tile .tile::after {
        height: auto;
        position: relative;
        display: block;
        top: auto; }
      .home .tiles .tile .tile.pep .inner {
        height: auto;
        position: relative;
        transform: none;
        top: -63px;
        padding-bottom: 0px; }
      .home .tiles .tile .tile.prep .inner {
        height: auto;
        position: relative;
        transform: none;
        top: -63px;
        padding-bottom: 0px; }
      .home .tiles .tile .inner {
        position: relative;
        top: auto; }
      .home .tiles .tile .tile.get-the-prepme-app .inner {
        height: auto;
        position: relative;
        transform: none;
        top: -63px;
        padding-bottom: 0px; }
      .home .tiles .tile .inner.left, .home .tiles .tile .inner.right {
        width: 100% !important;
        position: relative;
        transform: none;
        left: 0;
        padding: 42px 80px 0 42px;
        margin: 0;
        height: auto;
        top: -63px; }
      .home .tiles .tile .tile.undetectable-equals-untransmittable:after {
        position: relative;
        display: block;
        top: auto;
        height: auto; }
      .home .tiles .tile::before {
        background: none !important; }
      .home .tiles .tile.fading-left::before, .home .tiles .tile.fading-right::before {
        min-height: unset; } }
.home .tiles h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-style: normal;
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 54px; }
  @media (max-width: 768px) {
    .home .tiles h2 {
      background-color: #fff;
      display: inline-block;
      font-size: 32px;
      padding: 0 8px; } }
.home .tiles p {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px; }
  @media (max-width: 768px) {
    .home .tiles p {
      font-size: 14px; } }
.home .tiles .mob-img {
  display: none; }
.home .tiles .inner {
  max-width: 500px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2; }
  .home .tiles .inner.left {
    margin-left: 150px; }
    @media (max-width: 1440px) {
      .home .tiles .inner.left {
        width: 45vw; } }
    @media (max-width: 768px) {
      .home .tiles .inner.left {
        margin-left: 20px; } }
  .home .tiles .inner.right {
    max-width: 500px;
    margin-right: 100px;
    right: 0; }
    @media (max-width: 1440px) {
      .home .tiles .inner.right {
        width: 40vw; } }
    @media (max-width: 768px) {
      .home .tiles .inner.right {
        margin-right: 20px; } }
.home .tiles .cta-buttons {
  margin-top: 27px; }
  .home .tiles .cta-buttons .blue-btn {
    font-size: 14px;
    color: #2484d4;
    border-radius: 25px;
    margin-right: 11px;
    margin-bottom: 15px; }
    .home .tiles .cta-buttons .blue-btn:last-child {
      margin-right: 0; }
    @media (max-width: 768px) {
      .home .tiles .cta-buttons .blue-btn {
        padding: 10px 25px;
        border-radius: 20px;
        font-size: 11px; } }
  @media (max-width: 768px) {
    .home .tiles .cta-buttons {
      margin-top: 45px; } }
.home .tiles .event-block {
  height: 762px;
  background-color: #fff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal; }
  .home .tiles .event-block .col {
    margin-top: 0; }
  .home .tiles .event-block .left-image .mobile {
    display: none;
    width: 100%;
    height: auto; }
    @media (max-width: 768px) {
      .home .tiles .event-block .left-image .mobile {
        display: block; } }
  .home .tiles .event-block .left-image img {
    position: relative;
    z-index: 10;
    margin: -20px 0 -20px -50px;
    max-width: unset;
    width: 700px;
    height: 800px; }
    @media (max-width: 768px) {
      .home .tiles .event-block .left-image img {
        margin: 0; } }
  @media (max-width: 1200px) {
    .home .tiles .event-block .left-image {
      margin-left: -165px; } }
  @media (max-width: 1024px) {
    .home .tiles .event-block .left-image {
      margin-left: -290px; } }
  @media (max-width: 768px) {
    .home .tiles .event-block .left-image {
      margin: 0;
      z-index: 0; }
      .home .tiles .event-block .left-image .desktop {
        display: none; } }
  .home .tiles .event-block .event-list {
    margin-top: 80px;
    width: 40%;
    margin-left: 5%; }
    @media (max-width: 1440px) {
      .home .tiles .event-block .event-list {
        width: 44.2%;
        margin-left: 6%; } }
    @media (max-width: 1200px) {
      .home .tiles .event-block .event-list {
        width: 49.2%;
        margin-right: 2%;
        float: right; } }
    @media (max-width: 1024px) {
      .home .tiles .event-block .event-list {
        margin-top: 20px; } }
    @media (max-width: 768px) {
      .home .tiles .event-block .event-list {
        margin: -22px 0 85px;
        padding: 0 42px;
        z-index: 2; } }
  .home .tiles .event-block .event {
    margin-top: 30px; }
  .home .tiles .event-block h2 {
    font-size: 30px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .home .tiles .event-block h2 {
        background-color: #fff; } }
  .home .tiles .event-block h3 {
    font-size: 20px;
    margin-bottom: 2px; }
    @media (max-width: 768px) {
      .home .tiles .event-block h3 {
        font-size: 18px; } }
  .home .tiles .event-block p {
    margin-top: 9px;
    margin-bottom: 0; }
  .home .tiles .event-block .event-location, .home .tiles .event-block .event-time {
    display: inline-block;
    margin-right: 14px;
    font-size: 13px;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    vertical-align: top; }
    .home .tiles .event-block .event-location i, .home .tiles .event-block .event-time i {
      font-size: 20px;
      margin-right: 5px;
      height: 20px;
      float: left; }
  .home .tiles .event-block .learn-more-link {
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal; }
  .home .tiles .event-block .all-events {
    margin-top: 40px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .home .tiles .event-block .all-events {
        margin-top: 10px; } }
    @media (max-width: 768px) {
      .home .tiles .event-block .all-events {
        padding: 10px 25px;
        border-radius: 20px;
        font-size: 11px; } }
  @media (max-width: 768px) {
    .home .tiles .event-block {
      height: auto; }
      .home .tiles .event-block .col-6 {
        width: 100%;
        float: none;
        position: relative; }
      .home .tiles .event-block h2 {
        max-width: 100%;
        background-color: #fff; } }
.home .static-gallery {
  display: flex;
  justify-content: space-evenly;
  margin: 64px auto;
  width: 97%; }
  .home .static-gallery .image {
    width: 242px;
    max-height: 242px; }
    @media (max-width: 768px) {
      .home .static-gallery .image {
        width: 100%;
        max-height: 100%; }
        .home .static-gallery .image img {
          margin: 0; } }
    @media (max-width: 500px) {
      .home .static-gallery .image img {
        width: 100%; } }
  @media (max-width: 768px) {
    .home .static-gallery {
      width: 100%;
      margin: 0; } }

.page-template-page-main-interior .top-fold, .page-template-page-resources-interior .top-fold {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }
  .page-template-page-main-interior .top-fold .main-image, .page-template-page-resources-interior .top-fold .main-image {
    margin-top: 0;
    margin-bottom: -5px; }
    @media (max-width: 768px) {
      .page-template-page-main-interior .top-fold .main-image, .page-template-page-resources-interior .top-fold .main-image {
        width: 100%; }
        .page-template-page-main-interior .top-fold .main-image img, .page-template-page-resources-interior .top-fold .main-image img {
          width: 100%; } }
  .page-template-page-main-interior .top-fold .main-title-inner, .page-template-page-resources-interior .top-fold .main-title-inner {
    margin-top: 90px;
    margin-left: 102px;
    margin-bottom: 40px; }
    @media (max-width: 500px) {
      .page-template-page-main-interior .top-fold .main-title-inner, .page-template-page-resources-interior .top-fold .main-title-inner {
        margin: 0; } }
    .page-template-page-main-interior .top-fold .main-title-inner h1, .page-template-page-resources-interior .top-fold .main-title-inner h1 {
      color: #27afb0;
      margin-bottom: 24px;
      line-height: 1.12em; }
      @media (max-width: 500px) {
        .page-template-page-main-interior .top-fold .main-title-inner h1, .page-template-page-resources-interior .top-fold .main-title-inner h1 {
          font-size: 32px; } }
    .page-template-page-main-interior .top-fold .main-title-inner p, .page-template-page-resources-interior .top-fold .main-title-inner p {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      width: 70%; }
      @media (max-width: 500px) {
        .page-template-page-main-interior .top-fold .main-title-inner p, .page-template-page-resources-interior .top-fold .main-title-inner p {
          width: 100%; } }
    @media (max-width: 1440px) {
      .page-template-page-main-interior .top-fold .main-title-inner, .page-template-page-resources-interior .top-fold .main-title-inner {
        margin-left: 20px; } }
    @media (max-width: 1200px) {
      .page-template-page-main-interior .top-fold .main-title-inner, .page-template-page-resources-interior .top-fold .main-title-inner {
        margin-top: 40px; } }
    @media (max-width: 768px) {
      .page-template-page-main-interior .top-fold .main-title-inner, .page-template-page-resources-interior .top-fold .main-title-inner {
        margin: 20px; } }
  .page-template-page-main-interior .top-fold .secondary-image, .page-template-page-resources-interior .top-fold .secondary-image {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-18.3%);
    width: 455px;
    z-index: 1; }
    @media (max-width: 500px) {
      .page-template-page-main-interior .top-fold .secondary-image, .page-template-page-resources-interior .top-fold .secondary-image {
        display: none; } }
    .page-template-page-main-interior .top-fold .secondary-image img, .page-template-page-resources-interior .top-fold .secondary-image img {
      border-radius: 5px;
      -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3); }
    @media (max-width: 1440px) {
      .page-template-page-main-interior .top-fold .secondary-image, .page-template-page-resources-interior .top-fold .secondary-image {
        bottom: -85px; } }
    @media (max-width: 1024px) {
      .page-template-page-main-interior .top-fold .secondary-image, .page-template-page-resources-interior .top-fold .secondary-image {
        display: none; } }
  @media (max-width: 768px) {
    .page-template-page-main-interior .top-fold .main-title, .page-template-page-resources-interior .top-fold .main-title {
      width: 100%; } }
.page-template-page-main-interior .key-facts, .page-template-page-resources-interior .key-facts {
  position: relative;
  color: #444444;
  background-color: #f5f5f5;
  margin-top: -26px; }
  .page-template-page-main-interior .key-facts .key-facts-inner, .page-template-page-resources-interior .key-facts .key-facts-inner {
    margin: 0 150px;
    padding: 46px 0 73px;
    width: 78%; }
    @media (max-width: 1024px) {
      .page-template-page-main-interior .key-facts .key-facts-inner, .page-template-page-resources-interior .key-facts .key-facts-inner {
        margin: 0 auto;
        padding: 46px 0 73px;
        width: 80%; } }
    @media (max-width: 768px) {
      .page-template-page-main-interior .key-facts .key-facts-inner, .page-template-page-resources-interior .key-facts .key-facts-inner {
        margin: 0 auto !important;
        padding: 20px !important;
        width: auto !important; } }
  .page-template-page-main-interior .key-facts .facts-header-inner, .page-template-page-resources-interior .key-facts .facts-header-inner {
    width: 100%;
    max-width: 458px; }
  .page-template-page-main-interior .key-facts .row, .page-template-page-resources-interior .key-facts .row {
    clear: both; }
  .page-template-page-main-interior .key-facts .fact, .page-template-page-resources-interior .key-facts .fact {
    position: relative;
    display: inline-block;
    float: left;
    width: 24%;
    padding-right: 1%; }
    @media (max-width: 1200px) {
      .page-template-page-main-interior .key-facts .fact, .page-template-page-resources-interior .key-facts .fact {
        width: 50%; } }
    @media (max-width: 768px) {
      .page-template-page-main-interior .key-facts .fact, .page-template-page-resources-interior .key-facts .fact {
        width: 100%;
        margin-bottom: 20px; } }
    .page-template-page-main-interior .key-facts .fact i, .page-template-page-resources-interior .key-facts .fact i {
      position: absolute;
      top: 15px;
      background-color: #27afb0;
      color: #fff;
      width: 58px;
      font-size: 14px;
      text-align: center;
      font-weight: 600;
      font-style: normal;
      border-radius: 100%;
      padding: 18px 20px;
      font-variant-numeric: tabular-nums; }
    .page-template-page-main-interior .key-facts .fact p, .page-template-page-resources-interior .key-facts .fact p {
      margin-left: 82px;
      margin-top: 20px; }
  .page-template-page-main-interior .key-facts .facts, .page-template-page-resources-interior .key-facts .facts {
    display: flex;
    flex-wrap: wrap; }
    .page-template-page-main-interior .key-facts .facts .fact, .page-template-page-resources-interior .key-facts .facts .fact {
      flex: 0 0 24%; }
      @media (max-width: 1200px) {
        .page-template-page-main-interior .key-facts .facts .fact, .page-template-page-resources-interior .key-facts .facts .fact {
          flex: 0 0 50%; } }
      @media (max-width: 768px) {
        .page-template-page-main-interior .key-facts .facts .fact, .page-template-page-resources-interior .key-facts .facts .fact {
          flex: 0 0 100%; } }
  .page-template-page-main-interior .key-facts .key-fact-cta, .page-template-page-resources-interior .key-facts .key-fact-cta {
    text-align: center;
    margin-top: 40px; }
  @media (max-width: 768px) {
    .page-template-page-main-interior .key-facts, .page-template-page-resources-interior .key-facts {
      margin-top: 0; } }
.page-template-page-main-interior .video, .page-template-page-resources-interior .video {
  position: relative;
  height: 560px;
  color: #fff;
  background: #38393b; }
  .page-template-page-main-interior .video .video-inner, .page-template-page-resources-interior .video .video-inner {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 250px;
    text-align: center; }
    @media (max-width: 768px) {
      .page-template-page-main-interior .video .video-inner, .page-template-page-resources-interior .video .video-inner {
        height: auto !important;
        position: relative !important;
        padding: 40px 20px !important;
        max-width: 100% !important;
        width: 100% !important; }
        .page-template-page-main-interior .video .video-inner .video, .page-template-page-resources-interior .video .video-inner .video {
          height: auto !important; } }
    @media (max-width: 500px) {
      .page-template-page-main-interior .video .video-inner, .page-template-page-resources-interior .video .video-inner {
        width: 75%; } }
  .page-template-page-main-interior .video .blue-btn, .page-template-page-resources-interior .video .blue-btn {
    letter-spacing: .3px; }
  .page-template-page-main-interior .video #modal-video .modal-inner, .page-template-page-resources-interior .video #modal-video .modal-inner {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    box-shadow: none; }
    .page-template-page-main-interior .video #modal-video .modal-inner iframe, .page-template-page-resources-interior .video #modal-video .modal-inner iframe {
      position: absolute;
      top: 80px;
      left: 10%;
      width: 80%;
      height: 70%;
      border: 0; }
.page-template-page-main-interior .accordion, .page-template-page-resources-interior .accordion {
  background-color: #fff;
  padding-top: 95px;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    .page-template-page-main-interior .accordion, .page-template-page-resources-interior .accordion {
      padding: 30px 20px !important; } }
  .page-template-page-main-interior .accordion .accordion-section-title, .page-template-page-resources-interior .accordion .accordion-section-title {
    text-align: center;
    width: 60%;
    margin: 0 auto 58px; }
    .page-template-page-main-interior .accordion .accordion-section-title h2, .page-template-page-resources-interior .accordion .accordion-section-title h2 {
      margin-top: 0; }
    .page-template-page-main-interior .accordion .accordion-section-title p, .page-template-page-resources-interior .accordion .accordion-section-title p {
      font-size: 17px; }
    @media (max-width: 768px) {
      .page-template-page-main-interior .accordion .accordion-section-title, .page-template-page-resources-interior .accordion .accordion-section-title {
        width: 100% !important; } }
  .page-template-page-main-interior .accordion .accordion-item, .page-template-page-resources-interior .accordion .accordion-item {
    margin-bottom: 55px; }
    .page-template-page-main-interior .accordion .accordion-item.active i.indicator, .page-template-page-resources-interior .accordion .accordion-item.active i.indicator {
      background-color: #2a8fd9;
      transform: rotateZ(45deg);
      -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.3); }
  .page-template-page-main-interior .accordion .accordion-header, .page-template-page-resources-interior .accordion .accordion-header {
    position: relative;
    cursor: pointer; }
    .page-template-page-main-interior .accordion .accordion-header h3, .page-template-page-resources-interior .accordion .accordion-header h3 {
      position: relative;
      font-size: 23px;
      font-weight: 200;
      margin-bottom: 8px;
      width: calc(96% - 76px); }
      .page-template-page-main-interior .accordion .accordion-header h3:after, .page-template-page-resources-interior .accordion .accordion-header h3:after {
        content: ' ';
        position: absolute;
        bottom: -11px;
        left: 0;
        height: 2px;
        background-color: #E3E3E3;
        width: 103%; }
    .page-template-page-main-interior .accordion .accordion-header i, .page-template-page-resources-interior .accordion .accordion-header i {
      position: absolute;
      bottom: -18px;
      right: 10px;
      background-color: #676666;
      color: #fff;
      font-weight: 600;
      font-style: normal;
      border-radius: 100%;
      padding: 22px;
      height: 60px;
      width: 60px;
      text-align: center;
      vertical-align: bottom;
      z-index: 2;
      transition: all 0.3s; }
  .page-template-page-main-interior .accordion .accordion-body, .page-template-page-resources-interior .accordion .accordion-body {
    display: none;
    position: relative;
    background-color: #f5f5f5;
    margin-left: -150px; }
    .page-template-page-main-interior .accordion .accordion-body .accordion-body-inner, .page-template-page-resources-interior .accordion .accordion-body .accordion-body-inner {
      margin-left: 180px;
      padding-top: 20px;
      padding-right: 20%;
      padding-bottom: 20px; }

.page-template-page-resources-interior .info .blue-btn.thick {
  height: 48px; }

.resource-heading {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 1px;
  text-align: center; }
  .resource-heading .resource-inner {
    margin: 0 auto;
    max-width: 530px; }
    @media (max-width: 768px) {
      .resource-heading .resource-inner {
        width: 90%; } }

.resource-filters {
  background-color: #fff;
  padding-top: 58px; }
  .resource-filters .filters {
    max-width: 940px; }
    .resource-filters .filters select {
      max-width: 250px; }
  .resource-filters p {
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0; }

.resources {
  background-color: #fff;
  padding-top: 39px;
  padding-bottom: 85px; }

.no-resources {
  text-align: center; }

.resource {
  width: 100%;
  max-width: 974px;
  height: 237px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  clear: both;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); }
  .resource .thumbnail {
    margin: 0;
    flex-shrink: 0; }
    .resource .thumbnail img {
      margin-bottom: 0;
      width: 218px;
      height: 237px; }
      @media (max-width: 500px) {
        .resource .thumbnail img {
          display: block;
          margin: 0 auto; } }
    @media (max-width: 1024px) {
      .resource .thumbnail {
        flex-shrink: 0; } }
    @media (max-width: 500px) {
      .resource .thumbnail {
        width: 100%; } }
  .resource .info {
    position: relative;
    height: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 30px; }
    @media (max-width: 1024px) {
      .resource .info {
        margin: 20px; } }
    @media (max-width: 500px) {
      .resource .info {
        text-align: center; } }
  .resource h2 {
    margin-top: 0;
    margin-bottom: 15px; }
  .resource .body {
    margin-top: -3px; }
  .resource .buttons .blue-btn:first-child {
    margin-right: 12px;
    margin-bottom: 10px; }
    @media (max-width: 500px) {
      .resource .buttons .blue-btn:first-child {
        margin-right: 0; } }
  .resource .buttons .blue-btn i {
    position: relative;
    left: 5px;
    bottom: -2px; }
  @media (max-width: 500px) {
    .resource .buttons {
      width: 90%;
      margin-left: 5%; } }
  @media (max-width: 1024px) {
    .resource {
      height: unset;
      justify-content: left; } }
  @media (max-width: 500px) {
    .resource {
      display: block; }
      .resource .info-inner {
        margin-bottom: 20px; } }

.page-template-page-events .events-heading {
  padding: 83px 0;
  max-width: 778px;
  margin: 0 auto; }
.page-template-page-events .event-filter {
  background-color: #fff; }
  .page-template-page-events .event-filter .filters {
    display: flex;
    justify-content: space-between;
    max-width: 778px; }
    .page-template-page-events .event-filter .filters .filter {
      width: 100%;
      margin-right: 20px; }
      .page-template-page-events .event-filter .filters .filter:last-child {
        margin-right: 0; }
    @media (max-width: 768px) {
      .page-template-page-events .event-filter .filters {
        display: block; }
        .page-template-page-events .event-filter .filters .filter {
          width: 90%;
          margin-left: 5%;
          margin-bottom: 30px; }
          .page-template-page-events .event-filter .filters .filter:last-child {
            margin-bottom: 0; } }
  .page-template-page-events .event-filter p {
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-top: 0; }
.page-template-page-events .events {
  background-color: #fff;
  padding-top: 58px;
  padding-bottom: 85px; }
.page-template-page-events .no-events {
  text-align: center; }
.page-template-page-events .event {
  display: flex;
  max-width: 974px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 220px;
  clear: both;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); }
  .page-template-page-events .event .date-inner {
    margin-top: 29px;
    text-align: center; }
  .page-template-page-events .event .date {
    margin-top: 0;
    background-color: #bfdbf7;
    width: 220px;
    -webkit-box-shadow: inset -5px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset -5px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset -5px 0px 5px 0px rgba(0, 0, 0, 0.1);
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-style: normal; }
    .page-template-page-events .event .date .day {
      font-size: 82px;
      margin-bottom: -20px; }
    .page-template-page-events .event .date .month {
      font-size: 22px;
      text-transform: uppercase;
      font-weight: 500; }
    @media (max-width: 1024px) {
      .page-template-page-events .event .date {
        height: auto;
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .page-template-page-events .event .date .date-inner {
          padding-bottom: 20px; } }
  .page-template-page-events .event .info {
    width: 76%;
    margin-left: 36px;
    margin-bottom: 20px; }
    .page-template-page-events .event .info .inner-info {
      display: flex; }
      @media (max-width: 1024px) {
        .page-template-page-events .event .info .inner-info {
          display: block; } }
    .page-template-page-events .event .info .date-time {
      flex-basis: 250px;
      min-width: 250px;
      margin-right: 10px; }
    @media (max-width: 1024px) {
      .page-template-page-events .event .info {
        width: 100%;
        margin: 0;
        padding: 20px;
        text-align: center; } }
  .page-template-page-events .event h2 {
    margin-top: 18px;
    margin-bottom: 9px; }
  .page-template-page-events .event .event-location, .page-template-page-events .event .event-time {
    display: inline-block;
    margin-right: 14px;
    font-size: 13px;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    vertical-align: top; }
    .page-template-page-events .event .event-location i, .page-template-page-events .event .event-time i {
      font-size: 20px;
      margin-right: 5px;
      vertical-align: middle;
      height: 20px;
      float: left; }
  .page-template-page-events .event .event-location {
    margin-bottom: 14px;
    padding-left: 30px; }
    .page-template-page-events .event .event-location i {
      font-size: 23px;
      margin-left: -25px; }
  .page-template-page-events .event .body {
    margin-top: -3px;
    padding-right: 20px; }
  .page-template-page-events .event .learn-more-link {
    font-weight: 500; }
    .page-template-page-events .event .learn-more-link[href=''] {
      display: none; }
  .page-template-page-events .event .event-time {
    padding-left: 30px; }
    .page-template-page-events .event .event-time i {
      margin-left: -25px; }
  @media (max-width: 1024px) {
    .page-template-page-events .event {
      display: block; } }

.page-template-page-filterable-map #content {
  overflow: hidden; }
.page-template-page-filterable-map .image-header-block h1:after {
  bottom: 34%; }
.page-template-page-filterable-map .map-heading {
  background-color: #fff;
  padding-bottom: 40px; }
  .page-template-page-filterable-map .map-heading .map-header {
    position: relative;
    background-color: #fff;
    text-align: center;
    margin: -83px auto 0;
    max-width: 727px;
    z-index: 70;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 768px) {
      .page-template-page-filterable-map .map-heading .map-header {
        margin-top: 0px !important;
        padding-bottom: 0px; } }
    @media (max-width: 400px) {
      .page-template-page-filterable-map .map-heading .map-header {
        margin-top: 0; } }
  .page-template-page-filterable-map .map-heading .map-inner {
    padding: 33px; }
.page-template-page-filterable-map .map-section {
  padding-top: 69px;
  padding-bottom: 113px;
  background-color: #fff; }
  .page-template-page-filterable-map .map-section .map-wrapper {
    display: flex; }
    @media (max-width: 1024px) {
      .page-template-page-filterable-map .map-section .map-wrapper {
        flex-direction: column; } }
  .page-template-page-filterable-map .map-section .map-messages {
    display: none;
    width: 100%;
    background-color: #fb0a0f;
    text-align: center;
    border-radius: 10px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px;
    margin-bottom: 10px; }
    .page-template-page-filterable-map .map-section .map-messages h3 {
      margin-top: 0; }
    .page-template-page-filterable-map .map-section .map-messages p {
      margin: 0; }
  .page-template-page-filterable-map .map-section .location-list {
    background-color: #f8f8f8;
    width: 420px;
    height: 787px;
    margin-right: 29px;
    flex-shrink: 0;
    overflow: hidden; }
    .page-template-page-filterable-map .map-section .location-list table {
      font-size: 14px;
      width: 100%;
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-style: normal; }
    .page-template-page-filterable-map .map-section .location-list .location-inner > table > tbody > tr {
      border-bottom: 1px solid #eaeaea; }
      .page-template-page-filterable-map .map-section .location-list .location-inner > table > tbody > tr:last-child {
        border-bottom: none; }
    @media (max-width: 1200px) {
      .page-template-page-filterable-map .map-section .location-list {
        height: 65vw; } }
    @media (max-width: 1024px) {
      .page-template-page-filterable-map .map-section .location-list {
        width: 100%;
        height: 787px;
        order: 2; } }
  .page-template-page-filterable-map .map-section .distance span {
    text-transform: uppercase;
    font-weight: 600; }
  .page-template-page-filterable-map .map-section .zip {
    width: 100%;
    height: 101px;
    background-color: #a2a2a2; }
    .page-template-page-filterable-map .map-section .zip .zip-code {
      display: inline-block;
      max-width: 315px;
      padding: 0 0 0 19px;
      margin-bottom: 0;
      color: #fff;
      background-color: #a2a2a2;
      height: 100px;
      float: left; }
      .page-template-page-filterable-map .map-section .zip .zip-code::placeholder {
        text-transform: uppercase;
        color: #fff;
        font-size: 17px;
        font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-style: normal; }
        @media (max-width: 500px) {
          .page-template-page-filterable-map .map-section .zip .zip-code::placeholder {
            max-width: 275px; } }
        @media (max-width: 400px) {
          .page-template-page-filterable-map .map-section .zip .zip-code::placeholder {
            content: "Enter your MD zip"; } }
      .page-template-page-filterable-map .map-section .zip .zip-code:-webkit-autofill, .page-template-page-filterable-map .map-section .zip .zip-code:-webkit-autofill:hover, .page-template-page-filterable-map .map-section .zip .zip-code:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 50px #a2a2a2 inset !important;
        -webkit-text-fill-color: #fff !important; }
      @media (max-width: 500px) {
        .page-template-page-filterable-map .map-section .zip .zip-code {
          max-width: 275px; } }
      @media (max-width: 400px) {
        .page-template-page-filterable-map .map-section .zip .zip-code {
          max-width: 205px; } }
    .page-template-page-filterable-map .map-section .zip .zip-submit {
      border-radius: 0;
      height: 101px;
      width: 100px;
      box-shadow: none;
      float: right; }
      .page-template-page-filterable-map .map-section .zip .zip-submit i {
        font-size: 18px;
        vertical-align: middle;
        height: 20px; }
      .page-template-page-filterable-map .map-section .zip .zip-submit:active {
        top: 0; }
  .page-template-page-filterable-map .map-section .filter {
    width: 100%;
    height: 95px;
    background-color: #eaeaea;
    text-align: center; }
    .page-template-page-filterable-map .map-section .filter p {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 12px;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 22px;
      padding-bottom: 14px; }
    .page-template-page-filterable-map .map-section .filter label {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      display: inline-block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .page-template-page-filterable-map .map-section .filter label[for='face-to-face'] {
        margin-right: 20px; }
      .page-template-page-filterable-map .map-section .filter label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
        .page-template-page-filterable-map .map-section .filter label input:checked ~ .radio {
          background-color: #fff; }
          .page-template-page-filterable-map .map-section .filter label input:checked ~ .radio:after {
            display: block; }
      .page-template-page-filterable-map .map-section .filter label .radio {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #fff;
        border-radius: 50%;
        border: 2px solid #a2a2a2; }
        .page-template-page-filterable-map .map-section .filter label .radio:after {
          content: "";
          position: absolute;
          display: none;
          top: 7px;
          left: 7px;
          width: 7px;
          height: 7px;
          border-radius: 50%;
          background: #444444; }
      .page-template-page-filterable-map .map-section .filter label:hover input ~ .checkmark {
        background-color: #ccc; }
      .page-template-page-filterable-map .map-section .filter label:first-child {
        margin-right: 28px; }
  .page-template-page-filterable-map .map-section .locations {
    position: relative;
    overflow-y: scroll;
    height: 591px;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1200px) {
      .page-template-page-filterable-map .map-section .locations {
        height: 47vw; } }
    @media (max-width: 1024px) {
      .page-template-page-filterable-map .map-section .locations {
        height: 591px;
        order: 1; } }
  .page-template-page-filterable-map .map-section .location {
    padding: 10px 23px;
    flex: 0 0 100%; }
    .page-template-page-filterable-map .map-section .location:hover, .page-template-page-filterable-map .map-section .location.active {
      background-color: #f5f5f5; }
    .page-template-page-filterable-map .map-section .location .location-icon {
      margin: 12px 0 0;
      height: 48px;
      text-align: center; }
      .page-template-page-filterable-map .map-section .location .location-icon .icon-inner {
        position: relative;
        top: 50%;
        width: 48px;
        height: 48px;
        transform: translateY(-50%);
        background-color: #bfdbf7;
        border-radius: 100%;
        margin: 0 auto; }
      .page-template-page-filterable-map .map-section .location .location-icon i {
        font-size: 23px;
        margin-top: 12px; }
        .page-template-page-filterable-map .map-section .location .location-icon i.icon-wifi {
          font-size: 19px;
          margin-top: 15px; }
    .page-template-page-filterable-map .map-section .location .location-inner h2 {
      font-size: 24px;
      margin-top: 0;
      margin-bottom: 3px; }
    .page-template-page-filterable-map .map-section .location .location-inner p {
      font-size: 14px;
      margin: 0; }
    .page-template-page-filterable-map .map-section .location .location-inner a {
      display: block;
      font-size: 14px; }
    .page-template-page-filterable-map .map-section .location .location-inner .distance {
      margin-top: .5rem; }
  @media (max-width: 500px) {
    .page-template-page-filterable-map .map-section {
      padding-top: 0; } }
.page-template-page-filterable-map #map {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .page-template-page-filterable-map #map > img {
      height: 65vw; } }
  @media (max-width: 1024px) {
    .page-template-page-filterable-map #map {
      height: 535px; }
      .page-template-page-filterable-map #map > img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: auto; } }
  @media (max-width: 500px) {
    .page-template-page-filterable-map #map > img {
      top: unset;
      transition: none;
      -webkit-transform: none;
      bottom: 0;
      margin-bottom: 0; } }
.page-template-page-filterable-map #map {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .page-template-page-filterable-map #map > img {
      height: 65vw; } }
  @media (max-width: 1024px) {
    .page-template-page-filterable-map #map {
      height: 535px; }
      .page-template-page-filterable-map #map > img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: auto; } }
  @media (max-width: 500px) {
    .page-template-page-filterable-map #map > img {
      top: unset;
      transition: none;
      -webkit-transform: none;
      bottom: 0;
      margin-bottom: 0; } }
.page-template-page-filterable-map .gallery {
  position: relative;
  width: 100%;
  height: 430px;
  background-color: #fff;
  z-index: 60;
  max-width: 1640px;
  display: block;
  margin: 0 auto; }
  .page-template-page-filterable-map .gallery .gallery-item {
    position: absolute;
    top: 0;
    left: 0; }
    .page-template-page-filterable-map .gallery .gallery-item img {
      border-radius: 5px;
      max-width: unset; }
  .page-template-page-filterable-map .gallery .gallery-item-1,
  .page-template-page-filterable-map .gallery .gallery-item-2,
  .page-template-page-filterable-map .gallery .gallery-item-3,
  .page-template-page-filterable-map .gallery .gallery-item-4 {
    z-index: 50; }
  .page-template-page-filterable-map .gallery .gallery-item-5,
  .page-template-page-filterable-map .gallery .gallery-item-6,
  .page-template-page-filterable-map .gallery .gallery-item-7,
  .page-template-page-filterable-map .gallery .gallery-item-8 {
    z-index: 30; }
  .page-template-page-filterable-map .gallery .gallery-item-9,
  .page-template-page-filterable-map .gallery .gallery-item-10,
  .page-template-page-filterable-map .gallery .gallery-item-11,
  .page-template-page-filterable-map .gallery .gallery-item-12 {
    z-index: 10; }
  .page-template-page-filterable-map .gallery .gallery-item-1 {
    top: 75px; }
  .page-template-page-filterable-map .gallery .gallery-item-2 {
    left: 327px; }
  .page-template-page-filterable-map .gallery .gallery-item-3 {
    top: 64px;
    left: 776px; }
  .page-template-page-filterable-map .gallery .gallery-item-4 {
    top: 4px;
    left: 1146px; }
  .page-template-page-filterable-map .gallery .gallery-item-5 {
    top: 173px;
    left: 243px; }
  .page-template-page-filterable-map .gallery .gallery-item-6 {
    top: 123px;
    left: 550px; }
  .page-template-page-filterable-map .gallery .gallery-item-7 {
    top: 164px;
    left: 969px; }
  .page-template-page-filterable-map .gallery .gallery-item-8 {
    top: 154px;
    left: 1380px;
    z-index: 32; }
  .page-template-page-filterable-map .gallery .gallery-item-9 {
    top: 298px; }
  .page-template-page-filterable-map .gallery .gallery-item-10 {
    top: 262px;
    left: 471px;
    z-index: 35; }
  .page-template-page-filterable-map .gallery .gallery-item-11 {
    top: 325px;
    left: 765px; }
  .page-template-page-filterable-map .gallery .gallery-item-12 {
    top: 307px;
    left: 1257px;
    z-index: 31; }

/*********************
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.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

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

  thead {
    display: table-header-group; }

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

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

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

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

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

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