/*	CORE
*/
/*	==========================================================================
   	Normalize
   	========================================================================== */
/*	HTML5 display definitions
*/
/*	Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*	Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*	Prevents modern browsers from displaying `audio` without controls.
	Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/*	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
	and Safari 4. Known issue: no IE 6 support.
*/
[hidden] {
  display: none; }

/*	==========================================================================
   	Base
	========================================================================== */
/*	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
	   `em` units.
 	2. Prevents iOS text size adjust after orientation change, without disabling
 	   user zoom.
*/
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*	Addresses `font-family` inconsistency between `textarea` and other form
	elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*	Addresses margins handled incorrectly in IE 6/7.
*/
body {
  margin: 0; }

/* 	==========================================================================
	Links
	========================================================================== */
/*	Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted; }

/*	Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0; }

/* 	==========================================================================
   	Typography
	========================================================================== */
/*	Addresses font sizes and margins set differently in IE 6/7.
	Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 	and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/*	Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted; }

/*	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*	Addresses styling not present in Safari 5 and Chrome.
*/
dfn {
  font-style: italic; }

/*	Addresses styling not present in IE 6/7/8/9.
*/
mark {
  background: #ff0;
  color: #000; }

/*	Addresses margins set differently in IE 6/7.
*/
p,
pre {
  margin: 1em 0; }

/*	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*	Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*	Addresses CSS quotes not supported in IE 6/7.
*/
q {
  quotes: none; }

/*	Addresses `quotes` property not supported in Safari 4.
*/
q:before,
q:after {
  content: '';
  content: none; }

/*	Addresses inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%; }

/*	Prevents `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 IE 6/7.
*/
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*	Corrects list images handled incorrectly in IE 7.
*/
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/*	==========================================================================
   	Embedded content
	========================================================================== */
/*	1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
	2. Improves image quality when scaled in IE 7.
*/
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*	Corrects overflow displayed oddly in IE 9.
*/
svg:not(:root) {
  overflow: hidden; }

/* 	==========================================================================
   	Figures
	========================================================================== */
/*	Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/
figure {
  margin: 0; }

/* 	==========================================================================
   	Forms
	========================================================================== */
/*	Corrects margin displayed oddly in IE 6/7.
*/
form {
  margin: 0; }

/*	Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*	1. Corrects color not being inherited in IE 6/7/8/9.
	2. Corrects text not wrapping in Firefox 3.
	3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*	1. Corrects font size not being inherited in all browsers.
	2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
	   and Chrome.
	3. Improves appearance and consistency in all browsers.
*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*	Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
	the UA stylesheet.
*/
button,
input {
  line-height: normal; }

/*	1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
	   and `video` controls.
	2. Corrects inability to style clickable `input` types in iOS.
	3. Improves usability and consistency of cursor style between image-type
	   `input` and others.
	4. Removes inner spacing in IE 7 without affecting normal text inputs.
	   Known issue: inner spacing remains in IE 6.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*	Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
  cursor: default; }

/*	1. Addresses box sizing set to content-box in IE 8/9.
	2. Removes excess padding in IE 8/9.
	3. Removes excess padding in IE 7.
	   Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*	1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
	2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
	   (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*	Removes inner padding and search cancel button in Safari 5 and Chrome
	on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*	Removes inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*	1. Removes default vertical scrollbar in IE 6/7/8/9.
	2. Improves 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; }

/* 	==========================================================================
   	Defaults.css
   	========================================================================== */
/*	Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/
img {
  vertical-align: middle; }

/*	Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*	Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical; }

/* 	Chrome Frame prompt
 */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* 	==========================================================================
   	Helpers.css
   	========================================================================== */
/* 	Helper classes
 */
/*	Image replacement
*/
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

/*	Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
  display: none !important;
  visibility: hidden; }

/*	Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*	Extends the .visuallyhidden class to allow the element to be focusable
	when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*	Hide visually and from screenreaders, but maintain layout
*/
.invisible {
  visibility: hidden; }

/*	Clearfix: contain floats

	For modern browsers
	1. The space content is one way to avoid an Opera bug when the
	   `contenteditable` attribute is included anywhere else in the document.
	   Otherwise it causes space to appear at the top and bottom of elements
	   that receive the `clearfix` class.
	2. The use of `table` rather than `block` is only necessary if using
	   `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*	For IE 6/7 only
	Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
  *zoom: 1; }

/*	Phone */
@media (max-width: 768px) {
  .clearfix-phone {
    display: block; }

  .clearfix-tablet-up {
    display: none; }

  .mobile {
    display: block; }

  .non-mobile {
    display: none; } }
/*	Tablet And Up */
@media (min-width: 768px) {
  .clearfix-phone {
    display: none; }

  .clearfix-tablet-up {
    display: block; }

  .mobile {
    display: none; }

  .non-mobile {
    display: block; } }
/*	Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .non-tablet {
    display: none; } }
/*	Custom Helpers
*/
.bg-white {
  background-color: #e6e6e6; }

.full-width {
  width: 100%; }

/* 	==========================================================================
   	Palette
   	========================================================================== */
.burgandy {
  color: #a70336; }

.burgandy-light {
  color: #c52141; }

.burgandy-dark {
  color: #380010; }

.neutral {
  color: #f9f3e7; }

.neutral1 {
  color: #ded3bf; }

.neutral2 {
  color: #8d8370; }

.orange {
  color: #f7941d; }

.blue-pale {
  color: #badffe; }

.blue {
  color: #0e4a7d; }

.blue-bright {
  color: #22f3f5; }

.gray {
  color: #302f2c; }

.gray-light {
  color: #d9d9d9; }

.gray-pale {
  color: #f2f2f2; }

.red {
  color: #b32216; }

	/* 	==========================================================================
   	Typography.css
   	========================================================================== */
/* 	Base */
html,
button,
input,
select,
textarea {
  color: #302f2c; }

body {
  font-size: 1em;
  line-height: 1.4; }

/*	Remove text-shadow in selection highlight: h5bp.com/i
	These selection declarations have to be separate.
	Customize the background color to match your design. */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*	A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ded3bf;
  margin: 0;
  padding: 0; }

/*	--------------------------------------------------------------------------
	Headings
*/
h1, .h1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1em;
  color: #a70336;
  padding: 0;
  margin: 0 0 20px 0; }

h2, .h2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1em;
  color: #a70336;
  margin: 30px 0 10px 0; }

h3, .h3 {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #302f2c;
  margin: 30px 0 10px 0; }

.divider {
  margin: 0 0 30px 0;
  text-align: center;
  background: url(../grfx/divider.png) left repeat-x; }

h4, .h4 {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #302f2c;
  margin: 0 0 4px 0; }

h5, .h5 {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #f9f3e7;
  margin: 0 0 10px 0;
  padding: 7px 15px;
  background-color: #8d8370; }

/*	--------------------------------------------------------------------------
	Paragraphs
*/
p {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4em;
  color: #302f2c;
  margin: 0 0 20px 0; }

@media (min-width: 768px) {
  .pullquote p {
    font-size: 1.4em; } }
/*	--------------------------------------------------------------------------
	Lists
*/
ul {
  list-style-type: disc;
  margin: 0 0 20px 18px;
  padding: 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4em;
  color: #302f2c; }

ol {
  margin: 0 0 20px 20px;
  padding: 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4em;
  color: #302f2c; }

li {
  margin: 0; }

.nobullet {
  list-style-type: none;
  margin: 0 0 20px 0; }

/*	Box List */
.box {
  list-style-type: none;
  margin: 0 0 20px 0; }

.box > li {
  margin: 0 0 10px 0;
  padding: 10px 15px;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4em;
  color: #302f2c;
  border: 1px solid #ded3bf;
  background: white; }

.box > li:hover {
  border: 1px solid #a70336; }

.box > li a:hover {
  text-decoration: none; }

.box > li a:hover p,
.box > li a:hover h4 {
  color: #a70336; }

.box > li h4 {
  font-weight: normal; }

.box > li h5 {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #8d8370;
  margin: 0;
  padding: 0;
  background-color: transparent; }

.box > li p {
  margin: 0 0 5px 0;
  color: #302f2c; }

.box > li p.date {
  margin: 0;
  color: #8d8370; }

.box > li a:hover p.date {
  color: #8d8370; }

/*	Quick List */
.quick {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: 'PT Sans', sans-serif; }

.quick li {
  padding: 0;
  border-top: 1px solid #ded3bf;
  clear: both; }

.quick li a:hover {
  text-decoration: none; }

.quick li h3 {
  margin: 0;
  padding: 25px 0 0 0;
  color: #a70336; }

.quick li a:hover h3 {
  color: #a70336; }

.quick-icon {
  float: left; }

/*	Headline List */
.headline {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: 'PT Sans', sans-serif; }

.headline li {
  border-bottom: 1px solid #ded3bf;
  margin-bottom: 12px;
  padding-bottom: 12px; }

.headline li h4 {
  font-size: 16px;
  font-weight: normal;
  color: #302f2c;
  margin: 0; }

.headline li h4 a {
  font-weight: normal; }

.headline p.date {
  font-size: 13px;
  margin: 0; }

/*	--------------------------------------------------------------------------
	Tables
*/
table {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4em;
  color: #302f2c; }

/*	--------------------------------------------------------------------------
	Links
*/
a {
  text-decoration: none;
  font-weight: normal;
  color: #a70336; }

a:hover {
  text-decoration: underline;
  color: #302f2c; }

/*	Tablet and Up */
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 1.1em; }

  h2, .h2 {
    font-size: 24px;
    line-height: 1em; } }
/*	Tablet */
/*	Desktop */
/*	Large */
/* 	==========================================================================
   	Forms
   	========================================================================== */
.input-group {
  padding-bottom: 10px; }

/*	--------------------------------------------------------------------------
	default Form
*/
.form-default {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 21px;
  color: #302f2c;
  margin: 0 0 20px 0; }
  .form-default fieldset {
    border: 1px solid #ded3bf;
    padding: 10px;
    margin: 0 0 20px 0; }
  .form-default legend {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #8d8370;
    padding: 10px;
    margin: 0; }

.form-default label {
  display: block;
  margin: 8px 0 2px 0;
  font-family: 'PT-Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #302f2c; }

.form-webinar label h4 {
  color: #f9f3e7; }

.form-default input,
.form-default select,
.form-default textarea {
  margin-bottom: 1em;
  padding: 8px 10px;
  width: 100%;
  font-family: 'PT-Sans', sans-serif;
  font-size: 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ded3bf; }

.form-default input[type="submit"] {
  width: auto;
  padding: 6px 10px;
  font-weight: bold;
  text-align: center;
  color: white;
  border: none;
  background-color: #a70336; }

.form-default input[type="submit"]:hover {
  background-color: #c52141; }

.form-webinar input[type="submit"] {
  color: #a70336;
  background-color: #2bd94f; }

.form-webinar input[type="submit"]:hover {
  background-color: #2ff358; }

.form-default input[type="radio"],
.form-default input[type="checkbox"] {
  width: auto; }

/* 	==========================================================================
   	Tables
   	========================================================================== */
/*	--------------------------------------------------------------------------
	Default Table */
.content-body table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ded3bf; }

.content-body table th {
  padding: 6px 8px;
  font-weight: bold;
  color: white;
  background: #a70336; }

.content-body table td {
  padding: 6px 8px;
  background: white; }

/* 	==========================================================================
   	Media
   	========================================================================== */
.graphic-frame {
  width: 100%;
  height: 0;
  padding-bottom: 60.60606060%;
  margin-bottom: 10px;
  overflow: hidden;
  background: transparent; }

.media-frame {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 0;
  padding-bottom: 60.60606060%;
  margin-bottom: 10px;
  overflow: hidden;
  background: black; }

.content-sidebar .graphic-frame,
.content-sidebar .media-frame {
  margin-bottom: 0; }

a .media-frame img {
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 1;
  filter: alpha(opacity=100); }

a:hover .media-frame img {
  opacity: .65;
  filter: alpha(opacity=65); }

a .media-frame img.icon-media {
  position: absolute;
  z-index: 20;
  top: 39.25%;
  left: 39.25%;
  opacity: 1;
  filter: alpha(opacity=100); }

.video-frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.3%;
  margin-bottom: 20px;
  overflow: hidden; }

.video-frame iframe {
  position: absolute;
  width: 100%;
  height: 100%; }

/*	Gallery Overrides
*/
.gallery-entry .media-frame {
  margin-bottom: 30px; }

.gallery .media-frame .icon-media {
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 0;
  filter: alpha(opacity=0); }

.gallery a:hover .media-frame .icon-media {
  opacity: 1;
  filter: alpha(opacity=100); }

/*	Panel Overrides
*/
.panel .graphic-frame,
.panel .media-frame {
  margin-bottom: 0; }

/* @import "core_modals"; */
/* ==========================================================================
   Navigation
   ========================================================================== */
/*	--------------------------------------------------------------------------
	Buttons */
.btn {
  margin-bottom: 15px;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
  border-radius: 3px; }

.btn-large {
  font-size: 21px;
  padding: 6px 18px;
  border-radius: 3px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-default {
  color: #f9f3e7;
  border-color: #a70336;
  background-color: #a70336; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #f9f3e7;
  border-color: #c52141;
  background-color: #c52141; }

.btn-sidebar {
  width: auto;
  color: white;
  border-color: #a70336;
  background-color: #a70336; }

.btn-sidebar:hover, .btn-sidebar:focus, .btn-sidebar:active, .btn-sidebar.active {
  color: white;
  border-color: #c52141;
  background-color: #c52141; }

.btn-blue {
  color: #380010;
  background-color: #0e4a7d;
  border-color: #0e4a7d; }

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active {
  color: #380010;
  background-color: #22f3f5;
  border-color: #22f3f5; }

.btn-green {
  color: #380010;
  background-color: #2bd94f;
  border-color: #2bd94f; }

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active {
  color: #380010;
  background-color: #2ff358;
  border-color: #2ff358; }

.btn-white {
  color: #302f2c;
  border-color: #d9d9d9;
  background-color: white; }

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-default {
  color: #302f2c;
  border-color: #22f3f5;
  background-color: white; }

.btn-white .caret {
  border-top: 5px solid #302f2c;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent; }

.btn-arrow {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  color: white;
  border-color: #a70336;
  background-color: #a70336; }

.btn-arrow:hover, .btn-arrow:focus, .btn-arrow:active, .btn-arrow.active, .open .dropdown-toggle.btn-arrow {
  color: white;
  border-color: #c52141;
  background-color: #c52141; }

/*	--------------------------------------------------------------------------
	Pagination */
.nav-pagination {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #ded3bf;
  border-bottom: 1px solid #ded3bf; }

.nav-pagination p {
  width: 100%;
  margin: 15px; }

.nav-pagination ul {
  list-style-type: none;
  width: 100%;
  margin: 15px;
  text-align: center; }

.nav-pagination li {
  display: inline; }

.nav-pagination li a {
  padding: 3px 8px;
  border-radius: 4px;
  color: #302f2c; }

.nav-pagination li > a:hover {
  text-decoration: none;
  background-color: #ded3bf; }

.nav-pagination li a.active {
  color: #a70336; }

.nav-pagination span.glyphicon {
  font-size: 12px;
  font-weight: normal; }

/*	--------------------------------------------------------------------------
	Button Groups */
.btn-group {
  width: 100%; }

.btn-group .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 8px 10px;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  background-color: white;
  border: 1px solid #ded3bf; }

.btn-group .btn .caret {
  float: right;
  margin-top: 10px;
  border-top: 5px solid #302f2c; }

.btn-group .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-top: 0;
  border-right: 1px solid #ded3bf;
  border-bottom: 1px solid #ded3bf;
  border-left: 1px solid #ded3bf;
  box-shadow: none; }

.btn-group .dropdown-menu > li {
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: black;
  text-align: left; }

.btn-group .dropdown-menu > li > a {
  padding: 3px 10px;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  color: black;
  background-color: white;
  border-bottom: none; }

.btn-group .dropdown-menu > li > a:hover,
.btn-group .dropdown-menu > li > a:focus {
  color: white;
  background-color: #a70336; }

/* 	==========================================================================
   	Panels
   	========================================================================== */
.panel-standards {
  border-color: #ded3bf; }

.panel-standards .panel-heading {
  background-color: white; }

.panel-standards .panel-title {
  width: 100%; }

.panel-standards .panel-title .glyphicon {
  float: right;
  margin-top: 2px; }

.panel-standards a:hover,
.panel-standards a:focus {
  text-decoration: none; }

.panel-standards a .panel-heading.standard1 {
  color: white;
  background-color: #953893; }

.panel-standards a .panel-heading.standard2 {
  color: white;
  background-color: #0e8e89; }

.panel-standards a .panel-heading.standard3 {
  color: white;
  background-color: #f18c14; }

.panel-standards a .panel-heading.standard4 {
  color: white;
  background-color: #8dc63f; }

.panel-standards h4 {
  margin: 0 0 3px 0; }

/*	--------------------------------------------------------------------------
	Default Panel */
.panel {
  margin-top: 0;
  margin-bottom: 30px;
  background-color: white;
  border: 1px solid #ded3bf;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel-default {
  border-color: #ded3bf; }

.panel-default .panel-heading {
  background-color: white; }

.panel-default .panel-title {
  width: 100%; }

.panel-default .panel-title .glyphicon {
  float: right;
  margin-top: 2px; }

.panel-default a:hover,
.panel-default a:focus {
  text-decoration: none; }

.panel-default a:focus .panel-title {
  color: white; }

.panel-default a:focus .panel-heading {
  background-color: #a70336; }

.panel-body {
  padding: 15px 15px 0 15px;
  border-top: 1px solid #ded3bf;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #ded3bf; }

.panel-default h3 {
  margin: 0 0 3px 0; }

.panel-body p {
  width: 100%;
  text-align: left; }

/*	--------------------------------------------------------------------------
	Features Panels */
.panel-feature h2 {
  margin: 0;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center; }

.panel-feature .panel-body p {
  text-align: center; }

/*	--------------------------------------------------------------------------
	Rich Media Module Panels */
.panel-module {
  border: none;
  background-color: transparent; }

.panel-module .panel-body {
  padding: 15px 0 0 0;
  border: none;
  border-radius: 0;
  border-color: #ded3bf; }

.panel-module img {
  border: 1px solid #ded3bf; }

.panel-module h3 {
  margin: 0 0 3px 0; }

.panel-module .date {
  font-size: 13px; }

/*	--------------------------------------------------------------------------
	Discipline Panels */
.panel-discipline {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-discipline .panel-heading {
  background-color: #badffe; }

.panel-discipline .panel-heading h3 {
  margin: 0;
  color: #0e4a7d; }

.panel-discipline.highlight .panel-heading {
  background-color: #fdc689; }

.panel-discipline.highlight .panel-heading h3 {
  margin: 0;
  color: #a36209; }

.panel-discipline p.date {
  padding-top: 10px;
  font-size: 13px;
  border-top: 1px solid #ded3bf; }

/*	--------------------------------------------------------------------------
	Store Panels */
.panel-store {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-store .panel-heading {
    background-color: #badffe; }
  .panel-store .panel-heading h3 {
    margin: 0;
    color: #0e4a7d; }
  .panel-store .panel-body {
    padding: 15px 30px 0 0;
    border-top: 0; }
  .panel-store p.price {
    padding-top: 10px;
    font-weight: bold;
    border-top: 1px solid #ded3bf; }

/*	--------------------------------------------------------------------------
	Doc Review Panels */
.panel-docreviews {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-docreviews .panel-heading {
  background-color: #badffe; }

.panel-docreviews .panel-heading h3 {
  margin: 0;
  color: #0e4a7d; }

.panel-docreviews p.links {
  padding-top: 10px;
  border-top: 1px solid #ded3bf; }

/*	--------------------------------------------------------------------------
	Job Panels */
.panel-job {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-job .panel-heading {
  background-color: #badffe; }

.panel-job .panel-heading h3 {
  margin: 0;
  color: #0e4a7d; }

.panel-job ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0; }

/*	--------------------------------------------------------------------------
	Sidebar Panels */
.panel-sidebar {
  margin-bottom: 15px;
  text-align: center; }
  .panel-sidebar p {
    text-align: center; }

.panel-sidebar h3 {
  margin: 0 0 10px 0;
  color: #a70336; }

/*	--------------------------------------------------------------------------
	Blog Panels */
.panel-blog h3 {
  margin: 0 0 15px 0; }

.panel-blog .content-graphic-frame {
  margin-bottom: 0;
  text-align: center; }

/*	--------------------------------------------------------------------------
	Should I Renew Panels */
.shouldirenew-title {
  width: 100%;
  text-align: center; }

.lead-question {
  width: 100%;
  padding: 0 15% 2rem 15%;
  text-align: center; }

.lead-question h3 {
  margin: 0; }

.panel-renewyes .panel-heading {
  width: 100%;
  text-align: center;
  padding: 30px;
  background-color: #652e8c; }

.panel-renewyes a:focus .panel-heading {
  background-color: #652e8c; }

.panel-renewyes .button-yes {
  width: 80px;
  height: 80px;
  background: white;
  border: 3px solid #ad7fcc;
  border-radius: 50%; }

.panel-renewno .button-no {
  width: 80px;
  height: 80px;
  background: white;
  border: 3px solid #4faea9;
  border-radius: 50%; }

.panel-renewyes .button-yes h4 {
  color: #652e8c;
  text-transform: uppercase;
  font-size: 25px; }

.panel-renewno .button-no h4 {
  color: #00736c;
  text-transform: uppercase;
  font-size: 25px; }

.panel-renewno .panel-heading {
  width: 100%;
  text-align: center;
  padding: 30px;
  background-color: #00736c; }

.panel-renewno a:focus .panel-heading {
  background-color: #00736c; }

.panel-renewyes .panel-title,
.panel-renewno .panel-title {
  color: white;
  text-transform: uppercase;
  width: 100%;
  font-size: 20px; }

.panel-renewyes,
.panel-renewno {
  border-color: #ded3bf; }

.panel-renewyes a:hover,
.panel-renewyes a:focus,
.panel-renewno a:hover,
.panel-renewno a:focus {
  text-decoration: none; }

.panel-renewyes a:focus .panel-title,
.panel-renewno a:focus .panel-title {
  color: white; }

.panel-renewyes h3,
.panel-renewno h3 {
  margin: 0 0 3px 0; }

.panel-renewyes .panel-body,
.panel-renewno .panel-body {
  width: 100%;
  text-align: center;
  padding: 45px 30px 30px 30px;
  border-top: 1px solid #ded3bf;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #ded3bf; }

.panel-body p {
  width: 100%;
  text-align: left; }

/* 	==========================================================================
   	Alerts
   	========================================================================== */
.alert {
  padding: 15px 15px 5px 15px; }

.alert p,
.alert ul {
  margin-bottom: 10px; }

.alert-success {
  background-color: #ace5c1;
  border-color: #83c69b; }
  .alert-success p, .alert-success ul {
    color: #20703d !important; }
  .alert-success a {
    color: #20703d;
    font-weight: bold; }
  .alert-success a:hover {
    text-decoration: underline; }

/* @import "core_print"; */
/*	FRAME & NAVS
*/
/* 	==========================================================================
   	FrameWork
   	========================================================================== */
body {
  padding: 0;
  background: url(../grfx/background.jpg) top center no-repeat #f9f3e7; }

.container-fluid {
  padding-right: 0;
  padding-left: 0; }

.container-fluid > .row {
  margin-right: 0;
  margin-left: 0; }

.container-fluid > .row .col-xs-12 {
  padding: 0; }

.container {
  padding-left: 15px;
  padding-right: 15px; }

.content {
  padding: 30px 15px 0 15px;
  background-color: #e6e6e6; }

.container-fluid > .container > .row {
  margin-left: 0;
  margin-right: 0; }

/*	Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .background {
    display: block;
    height: 454px;
    background: url(../grfx/background-2.jpg) top center no-repeat; }

  .container {
    padding-right: 0;
    padding-left: 0; }

  .inset {
    padding: 0 30px 30px 30px; } }
/*	Desktop */
@media (min-width: 992px) and (max-width: 1200px) {
  .background {
    display: block;
    height: 545px;
    background: url(../grfx/background-2.jpg) top center no-repeat; }

  .container {
    padding-right: 0;
    padding-left: 0; }

  .inset {
    padding: 0 30px 30px 30px; } }
/*	Large */
@media (min-width: 1200px) {
  .background {
    display: block;
    height: 635px;
    background: url(../grfx/background-2.jpg) top center no-repeat; }

  .container {
    padding-right: 0;
    padding-left: 0; }

  .inset {
    padding: 0 45px 45px 45px; } }
/* 	==========================================================================
   	Navigation
   	==========================================================================
*/
/*	--------------------------------------------------------------------------
	Primary Navbar */
.navbar-primary {
  min-height: 60px;
  background: #a70336; }

/*	Navbar */
.navbar {
  position: relative;
  z-index: 1000;
  margin-bottom: 15px;
  min-height: 60px;
  background-image: none;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar-base {
  margin-top: 15px;
  background-color: transparent;
  border-color: transparent; }

.navbar-toggle {
  position: relative;
  top: 9px;
  float: right;
  padding: 9px 10px;
  margin: 0;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggle .icon-bar {
    background-color: #f9f3e7;
    display: block;
    width: 35px;
    height: 4px;
    border-radius: 0; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px; }

/*	Navbar Collaspse */
.navbar-base .navbar-collapse {
  border-top: none; }

.navbar-collapse {
  max-height: none;
  padding-right: 0;
  padding-left: 0;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  -webkit-overflow-scrolling: touch; }

/* 	Menu */
.navbar-nav {
  margin: 0 0 20px 0; }

.nav {
  padding: 0;
  width: 100%; }

.nav-border {
  width: 100%;
  height: 4px;
  background: #f9f3e7; }

.nav > li {
  margin-bottom: 0;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid white; }

.nav > li > a {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  height: 50px;
  padding: 15px;
  color: #f9f3e7;
  background-color: transparent; }

.nav > li > a:hover,
.nav > li > a:focus {
  color: white;
  background-color: transparent; }

.btn-registration,
.btn-about,
.btn-practice,
.btn-library,
.btn-complaints,
.btn-news,
.btn-registration-fr,
.btn-about-fr,
.btn-practice-fr,
.btn-library-fr,
.btn-complaints-fr,
.btn-news-fr {
  float: left; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #c52141;
  background-color: #380010; }

/* 	Dropdown Menu */
.dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0;
  min-width: 100%; }

.dropdown-menu > li {
  margin-bottom: 0;
  text-align: left; }

.dropdown-menu > li > a {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #f9f3e7;
  padding: 15px;
  background-color: #380010;
  border-bottom: none; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #f9f3e7;
  background-color: #a70336; }

.navbar-nav .open .dropdown-menu > li > a {
  padding: 8px 15px; }

.navbar-nav .open .dropdown-menu > li {
  border-bottom: none; }

/* 	Sub Menu */
.navbar-nav .open .dropdown-menu > li.sub > a {
  padding: 8px 15px 8px 45px;
  font-style: italic; }

/* 	Menu Icons */
.caret {
  border-top: 5px solid #f9f3e7;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent; }

.nav .caret {
  position: absolute;
  top: 28px;
  right: 20px;
  border-top-color: #f9f3e7;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.nav a:hover .caret {
  border-top-color: #f9f3e7;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.nav .open > a .caret {
  border-top-color: #c52141;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent; }

/*	--------------------------------------------------------------------------
	Secondary Nav */
.non-mobile .logo {
  margin-top: 25px; }

.navbar-secondary {
  position: relative;
  z-index: 20; }

.navbar-secondary ul {
  list-style-type: none;
  float: right;
  margin: 36px 0 0 0;
  padding: 0;
  font-size: 15px;
  color: #a70336; }

.navbar-secondary li {
  float: left;
  margin-left: 20px; }

.navbar-secondary li a {
  text-decoration: none;
  color: #a70336; }

.navbar-secondary li a.btn {
  /* override for default button style */
  margin-top: -7px;
  color: #f9f3e7; }

/*	Richmedia */
.navbar-richmedia {
  background-color: #380010; }

.navbar-richmedia li a {
  text-decoration: none;
  color: #f9f3e7; }

/*	--------------------------------------------------------------------------
	Side Nav */
.sidenav {
  list-style-type: none;
  margin: 0; }
  .sidenav li {
    padding: 12px 0;
    border-bottom: 1px solid #ded3bf; }
    .sidenav li a {
      font-weight: normal; }
    .sidenav li a:hover {
      text-decoration: none; }
  .sidenav li.sub {
    padding: 8px 0 8px 24px;
    font-style: italic; }

/*	Sidenav Dropdown Menu */
.sidenav .expandable {
  padding-bottom: 0; }

.sidenav .panel-group {
  margin: 0; }

.sidenav .panel {
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.sidenav .panel-heading {
  padding: 0 0 12px 0;
  background-color: transparent; }

.sidenav .panel-heading h4 a {
  font-size: 15px;
  color: #a70336; }

.sidenav .panel-heading h4 a:focus {
  font-weight: bold; }

.sidenav .list-group {
  margin: 0; }

.sidenav .list-group-item {
  position: relative;
  display: block;
  padding: 12px 0 12px 12px;
  margin: 0 0 -1px 0;
  background-color: white;
  border-top: 1px solid #ded3bf;
  border-right: none;
  border-bottom: none;
  border-left: none; }

.sidenav .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.sidenav .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/*	Tablet And Up */
@media (min-width: 768px) {
  .navbar-nav,
  .navbar {
    margin-bottom: 0; }

  .navbar-base {
    margin-top: 0;
    background-color: transparent; }

  .navbar-primary {
    height: 60px;
    background: -webkit-linear-gradient(#c52141, #a70336) #a70336;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#c52141, #a70336) #a70336;
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#c52141, #a70336) #a70336;
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#c52141, #a70336) #a70336;
    /* Standard syntax */ }

  .nav {
    background: url(../grfx/border-navbtn.jpg) top left no-repeat; }

  .nav > li {
    width: 16.6667%;
    border-bottom: none;
    text-align: left; }

  .nav > li > a {
    height: 60px;
    position: relative;
    font-size: 16px;
    padding: 10px 15px;
    background: url(../grfx/border-navbtn.jpg) top right no-repeat transparent; }

  .btn-registration {
    width: 100px; }

  .btn-practice {
    width: 70px; }

  .btn-library {
    width: 100px; }

  .btn-complaints {
    width: 110px; }

  .btn-news {
    width: 70px; }

  .btn-about {
    width: 60px; }

  .btn-registration-fr {
    width: 100px; }

  .btn-practice-fr {
    width: 120px; }

  .btn-library-fr {
    width: 150px; }

  .btn-complaints-fr {
    width: 110px; }

  .btn-news-fr {
    width: 100px; }

  .btn-about-fr {
    width: 100px; }

  .nav > li.mobile {
    display: none; }

  .dropdown-menu > li {
    text-align: left; }

  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 15px; }

  .navbar-nav .open .dropdown-menu > li {
    border-bottom: none; } }
/*	Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .nav > li > a {
    padding: 10px 10px; }

  .nav .caret {
    display: none; } }
/*	Desktop */
@media (min-width: 992px) and (max-width: 1200px) {
  .nav .caret {
    position: absolute;
    top: 28px;
    right: 20px; } }
/*	Large */
@media (min-width: 1200px) {
  .nav .caret {
    position: absolute;
    top: 28px;
    right: 20px; } }
/*	MODULES
*/
/* 	==========================================================================
   	Content Module
   	========================================================================== */
.content-wrapper,
.content-sidenav,
.content-sidebar,
.content-banner,
.content-body,
.content-features-large,
.content-features-medium,
.content-features-small,
.content-features-grid,
.content-call-to-action,
.content-404,
.content-search {
  position: relative;
  margin: 30px 0; }

.content-404,
.content-search {
  min-height: 400px; }

.content-richmedia {
  position: relative;
  padding: 30px;
  margin: 0 0 30px 0;
  background: -webkit-linear-gradient(#380010, #a70336);
  background: -o-linear-gradient(#380010, #a70336);
  background: -moz-linear-gradient(#380010, #a70336);
  background: linear-gradient(#380010, #a70336);
  background-color: #380010; }

/*	Banner */
.banner-icon {
  position: absolute;
  top: 40%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  margin: 0 auto auto auto;
  width: 67px;
  height: 47px; }

/*	Body */
.content-body {
  padding-right: 15px; }

.body-centered {
  text-align: center; }

.body-centered p {
  text-align: left; }

/*	Features */
.wrapper-image {
  margin: 0 0 30px 0; }

.wrapper-text {
  margin: 0 0 30px 0; }

.content-features-small .wrapper-text {
  margin: -30px 0 30px 0; }

/*	Sidenav & Sidebar */
.content-sidenav h5,
.content-sidebar h5 {
  margin-bottom: 0; }

/*	Rich Media */
h5.elearning,
h5.webinar,
h5.vforum {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: .075em;
  margin: 0 0 20px 0;
  padding: 24px 0 0 90px;
  min-height: 70px;
  color: #a70336; }

h5.elearning {
  background: url(../grfx/icon-elearning.png) center left no-repeat transparent; }

h5.webinar {
  background: url(../grfx/icon-webinar.png) center left no-repeat transparent; }

h5.vforum {
  background: url(../grfx/icon-vforum.png) center left no-repeat transparent; }

h5.elearning-reverse,
h5.webinar-reverse,
h5.vforum-reverse {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: .075em;
  margin: 0 0 20px 0;
  padding: 24px 0 0 90px;
  min-height: 70px;
  color: #f9f3e7; }

h5.elearning-reverse {
  background: url(../grfx/icon-elearning-reverse.png) center left no-repeat transparent; }

h5.webinar-reverse {
  background: url(../grfx/icon-webinar-reverse.png) center left no-repeat transparent; }

h5.vforum-reverse {
  background: url(../grfx/icon-vforum-reverse.png) center left no-repeat transparent; }

.richmedia img {
  border: 1px solid #ded3bf; }

.richmedia-header {
  margin-bottom: 30px; }

.richmedia-header h2 {
  margin-top: 0;
  color: #f9f3e7; }

.richmedia-header h4 {
  display: inline;
  margin-top: 0;
  color: #f7941d; }

.badge-orange {
  min-width: 10px;
  padding: 5px 12px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #380010;
  background-color: #f7941d;
  border-radius: 20px; }

.richmedia p {
  color: #f9f3e7; }

/*	Tablet And Up */
@media (min-width: 768px) {
  /*	Banner */
  .banner-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

  /*	Body */
  .body-centered {
    padding-right: 10%;
    padding-left: 10%; } }
/*	Tablet */
/*	Desktop */
/*	Large */
/* 	==========================================================================
   	Home Module
   	========================================================================== */
.banner {
  position: relative;
  height: 100%; }
  .banner .background {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: inherit;
    overflow: hidden; }
    .banner .background img {
      position: relative;
      left: 50%;
      margin-left: -600px;
      width: 1200px;
      height: auto; }
  .banner .container {
    position: relative;
    z-index: 10; }
  .banner .text {
    padding: 30px;
    text-align: center;
    background-color: #f9f3e7; }
    .banner .text h1 {
      font-size: 26px;
      line-height: 1em; }

.btn-banner {
  font-size: 18px;
  padding: 5px 15px;
  border-radius: 3px; }

.features {
  margin: 30px 0 0 0; }

.more {
  margin-bottom: 10px; }

/*	Tablet & Up */
@media (min-width: 768px) {
  .banner {
    margin-top: -75px;
    padding-bottom: 30px; }
    .banner .container {
      top: 30px; }
    .banner .text {
      padding: 0 15px;
      text-align: left;
      background-color: transparent; } }
/*	Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .banner .background img {
    position: relative;
    left: 50%;
    margin-left: -700px;
    width: 1400px;
    height: auto; }
  .banner .text {
    padding: 30px 0 0 30px; }
    .banner .text h1 {
      font-size: 30px;
      line-height: 1.1em; }

  .btn-banner {
    font-size: 18px;
    padding: 4px 12px;
    border-radius: 3px; } }
/*	Desktop */
@media (min-width: 992px) and (max-width: 1200px) {
  .banner .background img {
    position: relative;
    left: 50%;
    margin-left: -800px;
    width: 1600px;
    height: auto; }
  .banner .text {
    padding: 60px 0 0 60px; }
    .banner .text h1 {
      font-size: 36px; }
    .banner .text p {
      font-size: 18px; }

  .btn-banner {
    font-size: 20px;
    padding: 5px 15px;
    border-radius: 3px; } }
/*	Large */
@media (min-width: 1200px) {
  .banner .background img {
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: auto; }
  .banner .text {
    padding: 90px 0 0 60px; }
    .banner .text h1 {
      font-size: 38px; }
    .banner .text p {
      font-size: 18px; }

  .btn-banner {
    font-size: 21px;
    padding: 6px 18px;
    border-radius: 3px; } }
/* 	==========================================================================
   	Blog Module
   	========================================================================== */
.blog-home,
.blog-entry,
.blog-listing,
.blog-sidebar {
  margin-top: 30px; }

.blog-entry h1 {
  margin-top: 30px; }

.blog-entry h4 {
  margin-bottom: 30px; }

.blog-listing h2 {
  margin: 0; }

.blog-listing > h4 > span {
  color: #a69b80; }

.blog-recent hr,
.blog-listing hr {
  margin: 20px 0; }

.blog-categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.blog-categories li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 3px solid #d9d9d9; }

/* 	==========================================================================
   	Brief Module
   	========================================================================== */
.brief-header {
  margin-bottom: 30px; }

.social-bar {
  margin: 15px 0; }

.social-bar-facebook {
  float: left;
  margin-right: 10px; }

.social-bar-twitter {
  float: left;
  margin: 2px 10px 0 0; }

.brief-entry,
.brief-archive {
  margin: 30px 0; }

.brief-entry h2 {
  margin: 0; }

.brief-entry h4 {
  margin: 4px 0 0 0; }

.brief-entry h4 span {
  font-weight: normal; }

/* 	==========================================================================
   	Events Module
   	========================================================================== */
/*	Entry */
.event h4 {
  margin: 0 0 10px 0;
  font-weight: normal;
  color: #8d8370; }

.event-info {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .event-info li {
    padding: 3px 0;
    border-bottom: 1px solid #ded3bf; }

/*	NANB Events */
.panel-event a:hover {
  text-decoration: none; }

.panel-event {
  margin-bottom: 15px;
  text-align: center; }
  .panel-event .panel-body {
    padding: 15px; }
  .panel-event h3 {
    margin: 0;
    color: #a70336; }
  .panel-event h4 {
    margin: 0 0 10px 0;
    font-weight: normal;
    color: #8d8370; }
  .panel-event p {
    text-align: center; }

.panel-event:hover {
  border: 1px solid #a70336; }

/*	Results List */
.events {
  list-style-type: none;
  margin: 0 0 20px 0; }

.events > li {
  margin: 0 0 10px 0;
  padding: 10px 15px;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 21px;
  color: #302f2c;
  border: 1px solid #ded3bf;
  background: white; }

.events > li:hover {
  border: 1px solid #a70336; }

.events > li a:hover,
.events > li a:focus {
  text-decoration: none; }

.events > li a:hover h3 {
  color: #a70336; }

.events > li h3 {
  font-weight: normal;
  margin: 10px 0 0 0;
  color: #a70336; }

.events > li h3.nanb-event {
  font-weight: bold; }

.events > li p {
  margin: 00;
  color: #302f2c; }

.events > li h4 {
  margin: 0 0 10px 0;
  font-weight: normal;
  color: #8d8370; }

.events > li img {
  margin-top: 14px; }

.events > li ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* 	==========================================================================
   	Footer Module
   	========================================================================== */
.content-footer {
  position: relative;
  margin-top: 60px;
  padding: 60px 0;
  background-color: white; }
  .content-footer ul {
    list-style-type: none;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.3em; }
  .content-footer h5 {
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.3em;
    text-align: center;
    color: #302f2c;
    margin: 0;
    padding: 0;
    background-color: transparent; }
  .content-footer p {
    font-size: 14px;
    line-height: 1.3em;
    text-align: center; }
  .content-footer iframe {
    display: block;
    margin: 0 auto 20px auto; }

.partners {
  margin-top: 10px; }
  .partners img {
    margin-bottom: 30px; }

.fineprint {
  margin: 30px auto 0 auto;
  font-size: 11px;
  text-align: center; }

.social-icons {
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }
  .social-icons img {
    margin-right: 4px; }

.footer-logos {
  margin: 1rem 0 0 0;
  width: 100%;
  text-align: center; }
  .footer-logos img {
    margin: 0 .5rem; }

/*	Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .content-footer ul, .content-footer h5, .content-footer p {
    text-align: left; }
  .content-footer iframe {
    display: block;
    margin: 0 0 20px 0; }

  .content-footer p.fineprint {
    width: 80%;
    text-align: center; }

  .partners {
    margin-top: 30px; }

  .social-icons {
    text-align: left; } }
/*	Desktop */
@media (min-width: 992px) and (max-width: 1200px) {
  .content-footer ul, .content-footer h5, .content-footer p {
    text-align: left; }
  .content-footer iframe {
    display: block;
    margin: 0 0 20px 0; }

  .content-footer p.fineprint {
    text-align: center; }

  .partners {
    margin-top: 0; }

  .social-icons {
    text-align: left; } }
/*	Large */
@media (min-width: 1200px) {
  .content-footer ul, .content-footer h5, .content-footer p {
    text-align: left; }
  .content-footer iframe {
    display: block;
    margin: 0 0 20px 0; }

  .content-footer p.fineprint {
    text-align: center; }

  .partners {
    margin-top: 0; }

  .social-icons {
    text-align: left; } }
/* 	==========================================================================
   	Multi-Language Module
   	========================================================================== */
/* 	==========================================================================
   	Library Module
   	========================================================================== */
ul.resource-categories {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0; }

ul.resource-categories li {
  border-bottom: 1px solid #ded3bf;
  margin-bottom: 10px; }

ul.resource-categories li h3 {
  margin-top: 0; }

/* 	==========================================================================
   	Members Module
   	========================================================================== */
/* 	==========================================================================
   	News Module
   	========================================================================== */
/*	Entry */
.news-article h4 {
  margin: 0 0 10px 0;
  font-weight: normal;
  color: #8d8370; }

.news-info {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .news-info li {
    padding: 3px 0;
    border-bottom: 1px solid #ded3bf; }

/*	Results List */
.news {
  list-style-type: none;
  margin: 0 0 20px 0; }

.news > li {
  margin: 0 0 10px 0;
  padding: 10px 15px;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 21px;
  color: #302f2c;
  border: 1px solid #ded3bf;
  background: white; }

.news > li:hover {
  border: 1px solid #a70336; }

.news > li a:hover,
.news > li a:focus {
  text-decoration: none; }

.news > li a:hover h3 {
  color: #a70336; }

.news > li h3 {
  font-weight: normal;
  margin: 10px 0 0 0;
  color: #a70336; }

.news > li h3.nanb-event {
  font-weight: bold; }

.news > li p {
  margin: 00;
  color: #302f2c; }

.news > li h4 {
  margin: 0 0 10px 0;
  font-weight: normal;
  color: #8d8370; }

.news > li img {
  margin-top: 14px; }

/*	FYI List */
.fyi {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .fyi li {
    border-bottom: 1px solid #ded3bf;
    padding: 10px 0; }
  .fyi a {
    font-weight: normal; }
  .fyi h3 {
    margin: 0;
    font-size: 15px;
    font-weight: normal; }
  .fyi h4 {
    margin: 0;
    font-weight: normal;
    color: #8d8370; }

/* 	==========================================================================
   	Related Entries Module
   	========================================================================== */
/* 	==========================================================================
   	Search Module
   	========================================================================== */
.browse-bar {
  margin-bottom: 30px; }

/*	--------------------------------------------------------------------------
	Category Bar
*/
.category-bar {
  margin-top: 30px;
  padding: 15px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f2f2f2; }

.category-bar h3 {
  font-size: 16px;
  font-weight: normal;
  color: #302f2c;
  margin: 7px 0 0 0; }

.category-bar .btn-group {
  width: 100%; }

.category-bar .btn {
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  text-align: left; }

.category-bar .btn .caret {
  float: right;
  margin-top: 10px;
  border-top: 5px solid #0e4a7d; }

.category-bar .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-top: 0;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  box-shadow: none; }

.category-bar .dropdown-menu > li {
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #302f2c;
  text-align: left; }

.category-bar .dropdown-menu > li > a {
  padding: 3px 10px;
  font-weight: normal;
  color: #302f2c;
  background-color: white;
  border-bottom: none; }

.category-bar .dropdown-menu > li > a:hover,
.category-bar .dropdown-menu > li > a:focus {
  color: white;
  background-color: #22f3f5; }

/*	--------------------------------------------------------------------------
	Search Filters
*/
.search-filters {
  margin-bottom: 20px;
  font-family: 'PT-Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  color: #302f2c; }

.search-filters select option {
  font-family: 'PT-Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  color: #302f2c; }

.search-filters label {
  display: block;
  margin: 8px 0 2px 0;
  font-family: 'PT-Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #302f2c; }

.search-filters input,
.search-filters select,
.search-filters textarea {
  margin-bottom: 1em;
  padding: 8px 10px;
  width: 100%;
  font-family: 'PT-Sans', sans-serif;
  font-size: 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ded3bf; }

.search-filters input[type="checkbox"],
.search-filters input[type="radio"] {
  margin-bottom: 0; }

.search-filters .short {
  width: auto; }

.full-width {
  width: 100%; }

.search-filters input.submit {
  width: auto;
  font-weight: bold;
  text-align: center;
  color: white;
  border: none;
  background-color: #a70336; }

.search-filters input.submit-linear {
  width: auto;
  font-weight: bold;
  text-align: center;
  color: white;
  border: 1px solid #a70336;
  background-color: #a70336; }

/*	Tablet and Up */
@media (min-width: 768px) {
  .search-filters input.submit-linear {
    margin-top: 31px;
    width: 100%; } }
.search-filters input.submit:hover,
.search-filters input.submit-linear:hover {
  background-color: #c52141; }

/*	--------------------------------------------------------------------------
	Search Results
*/
.search-result h3 {
  margin: 30px 0 0 0; }

.date-channel {
  margin: 0;
  font-size: 13px;
  color: #8d8370; }

/* 	==========================================================================
   	Share Module
   	========================================================================== */
/* 	==========================================================================
   	Sidebar Module
   	========================================================================== */
/*	Areas of Interest */
.aoi {
  position: relative;
  margin-bottom: 15px;
  padding: 0;
  border: 1px solid #ded3bf;
  background-color: white; }
  .aoi img {
    float: left;
    display: inline;
    margin-right: 10px; }
  .aoi p {
    margin: 0;
    padding: 0;
    position: relative;
    top: 8px;
    line-height: 18px; }
  .aoi a p {
    color: #a70336; }
  .aoi a:hover p {
    color: #302f2c; }

/* 	==========================================================================
   	Team Module
   	========================================================================== */
.team-member {
  margin-bottom: 10px;
  padding: 15px;
  border: 1px solid #ded3bf;
  background-color: white; }
  .team-member .contact-info {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .team-member .name {
    font-size: 18px; }
  .team-member .job {
    color: #8d8370;
    margin-bottom: 10px; }

/*	Tablet & Up */
/* 	==========================================================================
   	Venn Module
   	========================================================================== */
.vennh1 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: #302f2c;
  padding: 2rem;
  text-align: center; }

/*	Tablet */
@media (min-width: 768px) {
  .venn {
    position: relative;
    z-index: 50;
    width: 100%; }
    .venn h2 {
      font-family: 'Lato', sans-serif;
      font-weight: 900;
      font-size: 2rem;
      text-transform: uppercase;
      margin: 10px 0; }
    .venn h3 {
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      font-size: 1.5rem;
      padding-top: 60px; }
    .venn .fr h3 {
      padding-top: 33px; }
    .venn p {
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      font-size: 0.85rem; }
    .venn .overlay {
      position: absolute;
      z-index: 150;
      top: 0;
      left: 0; }
      .venn .overlay .nanb {
        display: inline-block;
        float: left;
        text-align: right; }
        .venn .overlay .nanb > a {
          display: block;
          width: 180px;
          height: 300px;
          padding: 0 1rem; }
          .venn .overlay .nanb > a:hover {
            text-decoration: none; }
          .venn .overlay .nanb > a h2 {
            color: #f46e94; }
          .venn .overlay .nanb > a:hover h2 {
            color: white; }
          .venn .overlay .nanb > a h3 {
            color: #f46e94; }
          .venn .overlay .nanb > a p {
            color: #f46e94; }
          .venn .overlay .nanb > a:hover p {
            color: white; }
          .venn .overlay .nanb > a button {
            visibility: hidden;
            border: none;
            background-color: transparent; }
            .venn .overlay .nanb > a button img {
              width: 35px;
              height: 35px; }
          .venn .overlay .nanb > a:hover button {
            visibility: visible; }
      .venn .overlay .shared {
        display: inline-block;
        float: left;
        text-align: center; }
        .venn .overlay .shared > a {
          display: block;
          width: 170px;
          height: 300px;
          padding: 0 1rem; }
          .venn .overlay .shared > a:hover {
            text-decoration: none; }
          .venn .overlay .shared > a h2 {
            font-size: 1rem;
            color: #954abf; }
          .venn .overlay .shared > a:hover h2 {
            color: white; }
          .venn .overlay .shared > a h3 {
            color: #954abf; }
          .venn .overlay .shared > a p {
            color: #954abf; }
          .venn .overlay .shared > a:hover p {
            color: white; }
          .venn .overlay .shared > a button {
            visibility: hidden;
            border: none;
            background-color: transparent; }
            .venn .overlay .shared > a button img {
              width: 35px;
              height: 35px; }
          .venn .overlay .shared > a:hover button {
            visibility: visible; }
      .venn .overlay .nbnu {
        display: inline-block;
        float: left;
        text-align: left; }
        .venn .overlay .nbnu > a {
          display: block;
          width: 180px;
          height: 300px;
          padding: 0 1rem; }
          .venn .overlay .nbnu > a:hover {
            text-decoration: none; }
          .venn .overlay .nbnu > a h2 {
            color: #65cefa; }
          .venn .overlay .nbnu > a:hover h2 {
            color: white; }
          .venn .overlay .nbnu > a h3 {
            color: #65cefa; }
          .venn .overlay .nbnu > a p {
            color: #65cefa; }
          .venn .overlay .nbnu > a:hover p {
            color: white; }
          .venn .overlay .nbnu > a button {
            visibility: hidden;
            border: none;
            background-color: transparent; }
            .venn .overlay .nbnu > a button img {
              width: 35px;
              height: 35px; }
          .venn .overlay .nbnu > a:hover button {
            visibility: visible; }
    .venn .venn-background {
      position: relative;
      z-index: 100; }

  .venn .fr .overlay .shared > a h2 {
    font-size: .85rem;
    line-height: 1.05rem; }

  .venn-modal .modal-header {
    border-bottom: none; }
  .venn-modal .modal-content {
    border-radius: 0;
    border: none;
    padding: 2rem; }
  .venn-modal h2, .venn-modal p {
    color: #302f2c; }

  /*	*/ }
/*	Desktop */
@media (min-width: 992px) and (max-width: 1200px) {
  .vennh1 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 2.875rem;
    color: #302f2c;
    padding: 2rem;
    text-align: center; }

  .venn {
    position: relative;
    z-index: 50;
    width: 100%; }
    .venn h2 {
      font-family: 'Lato', sans-serif;
      font-weight: 900;
      font-size: 2.5rem;
      text-transform: uppercase;
      margin: 20px 0 10px 0; }
    .venn h3 {
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      font-size: 2rem;
      padding-top: 95px; }
    .venn .fr h3 {
      padding-top: 95px;
      line-height: 1.9rem; }
    .venn p {
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      font-size: 1rem; }
    .venn .overlay {
      position: absolute;
      z-index: 150;
      top: 0;
      left: 0; }
      .venn .overlay .nanb {
        display: inline-block;
        float: left;
        text-align: right; }
        .venn .overlay .nanb > a {
          display: block;
          width: 237px;
          height: 402px;
          padding: 0 1.5rem; }
          .venn .overlay .nanb > a:hover {
            text-decoration: none; }
          .venn .overlay .nanb > a h2 {
            color: #f46e94; }
          .venn .overlay .nanb > a:hover h2 {
            color: white; }
          .venn .overlay .nanb > a h3 {
            color: #f46e94; }
          .venn .overlay .nanb > a p {
            color: #f46e94; }
          .venn .overlay .nanb > a:hover p {
            color: white; }
          .venn .overlay .nanb > a button {
            border: none;
            background-color: transparent; }
            .venn .overlay .nanb > a button img {
              width: 42px;
              height: 42px; }
      .venn .overlay .shared {
        display: inline-block;
        float: left;
        text-align: center; }
        .venn .overlay .shared > a {
          display: block;
          width: 222px;
          height: 402px;
          padding: 0 1.5rem; }
          .venn .overlay .shared > a:hover {
            text-decoration: none; }
          .venn .overlay .shared > a h2 {
            font-size: 1.5rem;
            color: #954abf; }
          .venn .overlay .shared > a:hover h2 {
            color: white; }
          .venn .overlay .shared > a h3 {
            color: #954abf; }
          .venn .overlay .shared > a p {
            color: #954abf; }
          .venn .overlay .shared > a:hover p {
            color: white; }
          .venn .overlay .shared > a button {
            border: none;
            background-color: transparent; }
            .venn .overlay .shared > a button img {
              width: 42px;
              height: 42px; }
      .venn .overlay .nbnu {
        display: inline-block;
        float: left;
        text-align: left; }
        .venn .overlay .nbnu > a {
          display: block;
          width: 237px;
          height: 402px;
          padding: 0 1.5rem; }
          .venn .overlay .nbnu > a:hover {
            text-decoration: none; }
          .venn .overlay .nbnu > a h2 {
            color: #65cefa; }
          .venn .overlay .nbnu > a:hover h2 {
            color: white; }
          .venn .overlay .nbnu > a h3 {
            color: #65cefa; }
          .venn .overlay .nbnu > a p {
            color: #65cefa; }
          .venn .overlay .nbnu > a:hover p {
            color: white; }
          .venn .overlay .nbnu > a button {
            border: none;
            background-color: transparent; }
            .venn .overlay .nbnu > a button img {
              width: 42px;
              height: 42px; }
    .venn .venn-background {
      position: relative;
      z-index: 100; }

  .venn .fr .overlay .shared > a h2 {
    font-size: 1.1rem;
    line-height: 1.15rem; }

  .venn-modal .modal-header {
    border-bottom: none; }
  .venn-modal .modal-content {
    border-radius: 0;
    border: none;
    padding: 2rem; }
  .venn-modal h2, .venn-modal p {
    color: #302f2c; }

  /*	*/ }
/*	Large & Up */
@media (min-width: 1200px) {
  .vennh1 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 3.25rem;
    color: #302f2c;
    padding: 2rem;
    text-align: center; }

  .venn {
    position: relative;
    z-index: 50;
    width: 100%; }
    .venn h2 {
      font-family: 'Lato', sans-serif;
      font-weight: 900;
      font-size: 2.875rem;
      text-transform: uppercase;
      margin: 30px 0 10px 0; }
    .venn h3 {
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      font-size: 2.250rem;
      padding-top: 135px; }
    .venn .fr h3 {
      padding-top: 135px;
      line-height: 2rem; }
    .venn p {
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      font-size: 1rem; }
    .venn .overlay {
      position: absolute;
      z-index: 150;
      top: 0;
      left: 0; }
      .venn .overlay .nanb {
        display: inline-block;
        float: left;
        text-align: right; }
        .venn .overlay .nanb > a {
          display: block;
          width: 288px;
          height: 474px;
          padding: 0 2.5rem; }
          .venn .overlay .nanb > a:hover {
            text-decoration: none; }
          .venn .overlay .nanb > a h2 {
            color: #f46e94; }
          .venn .overlay .nanb > a:hover h2 {
            color: white; }
          .venn .overlay .nanb > a h3 {
            color: #f46e94; }
          .venn .overlay .nanb > a p {
            color: #f46e94; }
          .venn .overlay .nanb > a:hover p {
            color: white; }
          .venn .overlay .nanb > a button {
            border: none;
            background-color: transparent; }
            .venn .overlay .nanb > a button img {
              width: 42px;
              height: 42px; }
      .venn .overlay .shared {
        display: inline-block;
        float: left;
        text-align: center; }
        .venn .overlay .shared > a {
          display: block;
          width: 270px;
          height: 474px;
          padding: 0 2.5rem; }
          .venn .overlay .shared > a:hover {
            text-decoration: none; }
          .venn .overlay .shared > a h2 {
            font-size: 1.5rem;
            color: #954abf; }
          .venn .overlay .shared > a:hover h2 {
            color: white; }
          .venn .overlay .shared > a h3 {
            color: #954abf; }
          .venn .overlay .shared > a p {
            color: #954abf; }
          .venn .overlay .shared > a:hover p {
            color: white; }
          .venn .overlay .shared > a button {
            border: none;
            background-color: transparent; }
            .venn .overlay .shared > a button img {
              width: 42px;
              height: 42px; }
      .venn .overlay .nbnu {
        display: inline-block;
        float: left;
        text-align: left; }
        .venn .overlay .nbnu > a {
          display: block;
          width: 288px;
          height: 474px;
          padding: 0 2.5rem; }
          .venn .overlay .nbnu > a:hover {
            text-decoration: none; }
          .venn .overlay .nbnu > a h2 {
            color: #65cefa; }
          .venn .overlay .nbnu > a:hover h2 {
            color: white; }
          .venn .overlay .nbnu > a h3 {
            color: #65cefa; }
          .venn .overlay .nbnu > a p {
            color: #65cefa; }
          .venn .overlay .nbnu > a:hover p {
            color: white; }
          .venn .overlay .nbnu > a button {
            border: none;
            background-color: transparent; }
            .venn .overlay .nbnu > a button img {
              width: 42px;
              height: 42px; }
    .venn .venn-background {
      position: relative;
      z-index: 100; }

  .venn .fr .overlay .shared > a h2 {
    font-size: 1.3rem;
    line-height: 1.25rem; }

  .venn-modal .modal-header {
    border-bottom: none; }
  .venn-modal .modal-content {
    border-radius: 0;
    border: none;
    padding: 2rem; }
  .venn-modal h2, .venn-modal p {
    color: #302f2c; }

  /*	*/ }
/* 	==========================================================================
   	RN Standards Module
   	========================================================================== */
.interactive-standards {
  width: 100%;
  padding: 5% 10%; }
  .interactive-standards .remove-gutters {
    padding-right: 0;
    padding-left: 0; }
  .interactive-standards a {
    border: none;
    background: none;
    padding: 0;
    margin: 0; }
  .interactive-standards img {
    width: 100%; }

/*	Tablet */
@media (min-width: 768px) {
  /*	*/ }
/*	Desktop */
@media (min-width: 992px) and (max-width: 1200px) {
  /*	*/ }
/*	Large & Up */
@media (min-width: 1200px) {
  /*	*/ }
/* 	==========================================================================
   	COVID
   	========================================================================== */
.wrapper-landingpage {
  padding: 2rem 0; }

.lp-banner {
  position: relative;
  z-index: 10;
  margin: 0 0 1rem 0; }

.lp-banner-text {
  position: relative;
  z-index: 20;
  padding: 1.5rem;
  background: white; }
  .lp-banner-text h1 {
    margin: 0 0 1.5rem 0;
    font-size: 1.875rem; }
  .lp-banner-text h2 {
    margin: 0 0 .5rem 0;
    font-weight: normal; }
    .lp-banner-text h2 a:hover {
      text-decoration: none; }
  .lp-banner-text p {
    margin: 0; }
  .lp-banner-text .btn {
    margin: 1.5rem 0 0 0; }

.feature-box {
  margin: 0 0 1rem 0; }

.feature-box-text {
  padding: 1.5rem;
  background: white; }
  .feature-box-text h2 {
    margin: 0 0 .5rem 0;
    font-weight: normal; }
    .feature-box-text h2 a:hover {
      text-decoration: none; }
  .feature-box-text p {
    margin: 0; }

/*	Tablet */
@media (min-width: 768px) {
  .lp-banner {
    height: 298px; }

  .lp-banner-bg {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 298px; }

  .lp-banner-text {
    display: table;
    height: 298px;
    background: transparent; }
    .lp-banner-text .insert {
      display: table-cell;
      vertical-align: middle; }

  .feature-box {
    background: white; }

  .feature-box-text {
    padding: 1.5rem 1.5rem 1.5rem 0; }

  .feature-box-img {
    padding: 1.5rem 0 1.5rem 1.5rem; }

  /*	*/ }
/*	Desktop */
@media (min-width: 992px) and (max-width: 1200px) {
  .lp-banner {
    height: 390px;
    margin: 0 0 2rem 0; }

  .lp-banner-bg {
    height: 390px; }

  .lp-banner-text {
    padding: 0 5rem 0 0;
    height: 390px; }
    .lp-banner-text h1 {
      margin: 0 0 2rem 0;
      font-size: 2.5rem; }

  .feature-box-text h2 {
    margin: 1.5rem 0 .5rem 0; }

  /*	*/ }
/*	Large & Up */
@media (min-width: 1200px) {
  .lp-banner {
    height: 472px;
    margin: 0 0 2rem 0; }

  .lp-banner-bg {
    height: 472px; }

  .lp-banner-text {
    padding: 0 5rem 0 0;
    height: 472px; }
    .lp-banner-text h1 {
      margin: 0 0 2.5rem 0;
      font-size: 3.5rem; }

  .feature-box-text h2 {
    margin: 1.5rem 0 .5rem 0; }

  /*	*/ }

/*# sourceMappingURL=compiled.css.map */
