/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=36bc1742-b4bc-4bed-9775-b79afe9165d8&fontids=675502,675517,675520,675523");
@import url("http://fast.fonts.net/lt/1.css?apiType=css&c=36bc1742-b4bc-4bed-9775-b79afe9165d8&fontids=675502,675517,675520,675523");
@font-face {
  font-family: "Trade Gothic W02 Bold";
  src: url("/sites/default/files/fontyourface/local_fonts/675502/78397af4-a9d9-4b09-bbd0-9e73b50505ae.eot?#iefix");
  src: url("/sites/default/files/fontyourface/local_fonts/675502/78397af4-a9d9-4b09-bbd0-9e73b50505ae.eot?#iefix") format("eot"), url("/sites/default/files/fontyourface/local_fonts/675502/deb066dd-c277-45d4-b299-5eaab6340830.woff2") format("woff2"), url("/sites/default/files/fontyourface/local_fonts/675502/e6479257-b3cc-46ce-8211-c61bf17beade.woff") format("woff"), url("/sites/default/files/fontyourface/local_fonts/675502/e1818938-fb5b-4dd7-b591-7c9203690937.ttf") format("truetype"), url("/sites/default/files/fontyourface/local_fonts/675502/30f633f8-d29f-464b-9fe9-5d8974aee0ac.svg#30f633f8-d29f-464b-9fe9-5d8974aee0ac") format("svg");
}
@font-face {
  font-family: "TradeGothicW02-BoldObl";
  src: url("/sites/default/files/fontyourface/local_fonts/675517/44aab9b8-297b-4f56-9d16-9bfa869d155e.eot?#iefix");
  src: url("/sites/default/files/fontyourface/local_fonts/675517/44aab9b8-297b-4f56-9d16-9bfa869d155e.eot?#iefix") format("eot"), url("/sites/default/files/fontyourface/local_fonts/675517/1c906d16-7458-4262-b39c-07ab77fa5fc0.woff2") format("woff2"), url("/sites/default/files/fontyourface/local_fonts/675517/cd9647e7-006b-49f2-9f17-fa1ea385880d.woff") format("woff"), url("/sites/default/files/fontyourface/local_fonts/675517/d2e6dacb-4409-47de-bfc3-0b5240cf1426.ttf") format("truetype"), url("/sites/default/files/fontyourface/local_fonts/675517/e71d8403-550c-4239-b8ab-febcec203d90.svg#e71d8403-550c-4239-b8ab-febcec203d90") format("svg");
}
@font-face {
  font-family: "Trade Gothic W02 Cn_18";
  src: url("/sites/default/files/fontyourface/local_fonts/675520/54d50729-2ab7-49d5-a74c-b604d41c0c59.eot?#iefix");
  src: url("/sites/default/files/fontyourface/local_fonts/675520/54d50729-2ab7-49d5-a74c-b604d41c0c59.eot?#iefix") format("eot"), url("/sites/default/files/fontyourface/local_fonts/675520/0ceb8c7b-5dfd-49b6-9fc6-afbeca883396.woff2") format("woff2"), url("/sites/default/files/fontyourface/local_fonts/675520/0212a948-10f0-4e92-ad88-f19648a92b4a.woff") format("woff"), url("/sites/default/files/fontyourface/local_fonts/675520/5e7c3b52-1246-48a3-a019-a0492c7f9e19.ttf") format("truetype"), url("/sites/default/files/fontyourface/local_fonts/675520/8115c2cd-df4a-4fc1-8a70-5982b7d810ab.svg#8115c2cd-df4a-4fc1-8a70-5982b7d810ab") format("svg");
}
@font-face {
  font-family: "TradeGothicW02-Cn18Obl";
  src: url("/sites/default/files/fontyourface/local_fonts/675523/da6b1bd9-b4b7-4567-93ed-fa0a9c602e0e.eot?#iefix");
  src: url("/sites/default/files/fontyourface/local_fonts/675523/da6b1bd9-b4b7-4567-93ed-fa0a9c602e0e.eot?#iefix") format("eot"), url("/sites/default/files/fontyourface/local_fonts/675523/101d4544-f41c-413b-840f-4d862f5a2e17.woff2") format("woff2"), url("/sites/default/files/fontyourface/local_fonts/675523/0c1d41ae-61a2-4230-9b86-b6ba41e18884.woff") format("woff"), url("/sites/default/files/fontyourface/local_fonts/675523/57fb314c-6f9b-4825-932e-fe4a2db62aa4.ttf") format("truetype"), url("/sites/default/files/fontyourface/local_fonts/675523/a39984ef-4c91-4949-8937-873bca0dae3a.svg#a39984ef-4c91-4949-8937-873bca0dae3a") format("svg");
}
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 38, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 52, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: "Trade Gothic W02 Cn_18";
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 153, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 169, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 190, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 195, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 200, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 205, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 210, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 217, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 222, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
/* line 228, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
/* line 242, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 248, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 262, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 274, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 279, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 284, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 291, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 294, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 301, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

/* line 310, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 316, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 321, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 341, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 362, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 367, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 383, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 398, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 413, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 432, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 443, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 457, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 471, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 482, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 497, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 506, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
/* line 512, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 522, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 528, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 536, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 33, ../sass/layouts/_responsive.scss */
#header, #main, #footer-second, #footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 41, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Containers for grid items and flow items. */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* Navigation bar */
@media all and (min-width: 764px) {
  /* line 60, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 2.5em;
    position: relative;
  }

  /* line 66, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
    top: 0;
    height: 2.5em;
    width: 100%;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 480px) and (max-width: 959px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 86, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 88, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 200%;
    margin-left: 100%;
    margin-right: -300%;
  }
  /* line 93, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 101, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  /* line 103, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 200%;
    margin-left: 0%;
    margin-right: -200%;
  }
  /* line 108, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 116, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  /* line 118, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 200%;
    margin-left: 100%;
    margin-right: -300%;
  }
  /* line 123, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 128, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 300%;
    margin-left: 0%;
    margin-right: -300%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
  /* line 134, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 138, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }
  /* line 143, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
  }
  /* line 147, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 164, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 166, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 400%;
    margin-left: 100%;
    margin-right: -500%;
  }
  /* line 171, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 179, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 181, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 400%;
    margin-left: 0%;
    margin-right: -400%;
  }
  /* line 186, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 194, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 196, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 300%;
    margin-left: 100%;
    margin-right: -400%;
  }
  /* line 201, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 206, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 88, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 93, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 98, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
/* line 105, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 111, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 118, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 123, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 128, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 136, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 150, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 156, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 169, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 173, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 184, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 196, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 211, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 220, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 230, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 233, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 238, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 243, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 248, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 253, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 264, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 274, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 278, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 291, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 300, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 306, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 316, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 320, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 344, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 350, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 357, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 366, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 371, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 399, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 403, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 411, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 418, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 421, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 424, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 439, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 444, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 451, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 461, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 471, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
/* line 478, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 485, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 492, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 509, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 521, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 549, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 554, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 560, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 563, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 570, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 580, ../sass/components/_misc.scss */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 584, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 591, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 597, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 604, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 611, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 617, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 622, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 628, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 633, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 639, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 651, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 657, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 661, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 666, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 674, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 679, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 682, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 686, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 692, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 707, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 712, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 718, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 729, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 740, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 749, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 756, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 768, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 771, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 774, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 783, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 792, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 795, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 801, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1580768988');
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
/* line 29, ../sass/styles.scss */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
}

/* line 35, ../sass/styles.scss */
html, body, #bar-wrapper, #header-wrapper, #main-wrapper, #footer-wrapper {
  box-sizing: border-box;
}

/* line 39, ../sass/styles.scss */
.home #main-wrapper {
  background: -webkit-linear-gradient(top, RGB(255, 255, 255) 31%, RGB(215, 215, 215) 31%, RGB(215, 215, 215) 52%, RGB(255, 255, 255) 52%, RGB(255, 255, 255) 100%);
  background: linear-gradient top, RGB(255, 255, 255) 31%, RGB(215, 215, 215) 31%, RGB(215, 215, 215) 52%, RGB(255, 255, 255) 52%, RGB(255, 255, 255) 100%;
  background: -o-linear-gradient(top, RGB(255, 255, 255) 31%, RGB(215, 215, 215) 31%, RGB(215, 215, 215) 52%, RGB(255, 255, 255) 52%, RGB(255, 255, 255) 100%);
  background: -moz-linear-gradient(top, RGB(255, 255, 255) 31%, RGB(215, 215, 215) 31%, RGB(215, 215, 215) 52%, RGB(255, 255, 255) 52%, RGB(255, 255, 255) 100%);
  background: -ms-linear-gradient(top, RGB(255, 255, 255) 31%, RGB(215, 215, 215) 31%, RGB(215, 215, 215) 52%, RGB(255, 255, 255) 52%, RGB(255, 255, 255) 100%);
}

/* line 47, ../sass/styles.scss */
#main-wrapper {
  background: RGB(255, 255, 255);
  margin-bottom: 45px;
}

/* line 52, ../sass/styles.scss */
.block {
  margin: 0;
}

/* line 56, ../sass/styles.scss */
#skip-link {
  margin: 0;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*******************  News Slider  ******************************/
/* line 68, ../sass/styles.scss */
.flex-control-paging li a {
  background-color: RGB(0, 68, 124);
}

/* line 71, ../sass/styles.scss */
.flex-control-paging li a.flex-active {
  background: RGB(250, 162, 27);
}

/* line 75, ../sass/styles.scss */
.flex-control-nav {
  bottom: -35px;
  z-index: 100;
}

/* line 81, ../sass/styles.scss */
.flexslider {
  float: left;
}

/* line 87, ../sass/styles.scss */
.view-front-page-slideshow .views-field-title {
  position: absolute;
  bottom: 35px;
  right: 0px;
  font-size: 1.250em;
  text-align: center;
  background-color: RGB(255, 255, 255);
  opacity: 0.5;
  width: 235px;
}

@media all and (max-width: 764px) {
  /* line 99, ../sass/styles.scss */
  .view-front-page-slideshow .views-field-title {
    font-size: .750em;
  }
}
/* line 104, ../sass/styles.scss */
.view-front-page-slideshow .views-slideshow-pager-field-item {
  float: left;
  padding: 10px 5px;
  width: 50px;
}

/* line 113, ../sass/styles.scss */
.view-front-page-slideshow .views-content-counter {
  display: none;
}

/* line 117, ../sass/styles.scss */
.view-front-page-slideshow .views-slideshow-controls-bottom {
  margin-left: 48%;
}

/* line 120, ../sass/styles.scss */
#slider {
  width: 100%;
}

/* line 124, ../sass/styles.scss */
flexslider_views_slideshow_main_frontpage_new_text-block {
  height: 130px;
}

/************************  MD Slider  ********************************/
/* line 129, ../sass/styles.scss */
.md-bullet {
  background: #FAA21B;
}

/* line 133, ../sass/styles.scss */
.md-bullet a {
  background: #FFF;
}

/*********************** Upper Bar   ******************************/
/* line 141, ../sass/styles.scss */
#bar-wrapper {
  height: 36px;
  display: block;
  position: relative;
}

/* line 147, ../sass/styles.scss */
#bar-wrapper:before {
  clear: both;
}

/* line 151, ../sass/styles.scss */
.region-bar {
  height: 40px;
  background: -webkit-linear-gradient(top, RGB(51, 51, 51) 0%, RGB(43, 43, 43) 100%);
  background: linear-gradient top, RGB(51, 51, 51) 0%, RGB(43, 43, 43) 100%;
  background: -o-linear-gradient(top, RGB(51, 51, 51) 0%, RGB(43, 43, 43) 100%);
  background: -moz-linear-gradient(top, RGB(51, 51, 51) 0%, RGB(43, 43, 43) 100%);
  background: -ms-linear-gradient(top, RGB(51, 51, 51) 0%, RGB(43, 43, 43) 100%);
}

/* line 160, ../sass/styles.scss */
#block-search-form {
  text-align: left;
  position: relative;
  width: 220px;
  bottom: 95px;
  left: 86%;
  z-index: 2;
}

/* line 170, ../sass/styles.scss */
#block-block-2 {
  position: relative;
  left: 65%;
  bottom: 65px;
  width: 350px;
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 18px;
  text-decoration: none;
}

/* line 180, ../sass/styles.scss */
#block-block-3 {
  position: relative;
  width: 165px;
  margin-left: auto;
  margin-right: auto;
}

/* line 187, ../sass/styles.scss */
#block-block-1 {
  position: relative;
  bottom: 40px;
  width: 450px;
  left: 6%;
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 18px;
  text-decoration: none;
}

/* line 197, ../sass/styles.scss */
#block-block-26 {
  text-align: left;
  position: relative;
  bottom: 120px;
  left: 85%;
  background: #FFF none repeat scroll 0% 0%;
  border-radius: 10px;
  height: 29px;
  overflow: hidden;
  padding: 2px 12px;
  width: 180px;
}

@-moz-document url-prefix() {
  /* line 211, ../sass/styles.scss */
  #block-block-26 {
    width: 210px;
  }
}
/* line 216, ../sass/styles.scss */
.search-form input {
  border: 1px solid #7e9db9 !important;
}

/********************* Header Area ******************************/
/* line 223, ../sass/styles.scss */
#header-wrapper {
  background: url("/sites/default/files/images/background1.jpg") 0 0 no-repeat;
  background-size: cover;
}

/* line 232, ../sass/styles.scss */
.header__logo-image,
.header__logo {
  float: none;
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
  width: auto;
}

/* line 244, ../sass/styles.scss */
#logo {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: auto;
}

/********************** Alert Area ******************************/
/* line 255, ../sass/styles.scss */
#alert-wrapper {
  background-color: #98002E;
}

/********************** Menu Area ******************************/
/* line 263, ../sass/styles.scss */
#navigation {
  background-color: #00447C;
  height: 61px;
}

/* line 268, ../sass/styles.scss */
.jstem #navigation {
  background-color: RGB(0, 68, 124);
  color: white;
}

/* line 273, ../sass/styles.scss */
.mdtoggle-nav {
  line-height: 38px;
}

/* line 277, ../sass/styles.scss */
#mdmegamenu-1 .mm-container {
  margin-left: 1px;
  text-indent: -10px;
}

/* line 282, ../sass/styles.scss */
.md-custom {
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 20px;
  margin-left: -10%;
}

/*************** Main Menu navigation **************/
/******************** Superfish Menu *************************/
/***************** Superfish Menu **********************/
/****** Main Menu Pad ******/
/* line 297, ../sass/styles.scss */
.sf-menu li#menu-73281-1,
.sf-menu li#menu-73511-1,
.sf-menu li#menu-73701-1,
.sf-menu li#menu-73931-1,
.sf-menu li#menu-73996-1,
.sf-menu li#menu-50286-2,
.sf-menu li#menu-50321-2,
.sf-menu li#menu-50381-2,
.sf-menu li#menu-50416-2,
.sf-menu li#menu-74186-3,
.sf-menu li#menu-76756-3,
.sf-menu li#menu-76761-3,
.sf-menu li#menu-74231-3,
.sf-menu li#menu-74331-4,
.sf-menu li#menu-74366-4,
.sf-menu li#menu-74371-4,
.sf-menu li#menu-74376-4,
.sf-menu li#menu-74381-4,
.sf-menu li#menu-50691-5,
.sf-menu li#menu-50726-5,
.sf-menu li#menu-50796-5,
.sf-menu li#menu-50846-5,
.sf-menu li#menu-50866-5,
.sf-menu li#menu-51001-6,
.sf-menu li#menu-51036-6,
.sf-menu li#menu-51041-6,
.sf-menu li#menu-51046-6,
.sf-menu li#menu-51076-6,
.sf-menu li#menu-50916-7,
.sf-menu li#menu-50951-7,
.sf-menu li#menu-50976-7,
.sf-menu li#menu-50991-7,
.sf-menu li#menu-50456-8,
.sf-menu li#menu-50491-8,
.sf-menu li#menu-50496-8,
.sf-menu li#menu-50501-8,
.sf-menu li#menu-50506-8,
.sf-menu li#menu-51086-9,
.sf-menu li#menu-51121-9,
.sf-menu li#menu-51136-9,
.sf-menu li#menu-51141-9,
.sf-menu li#menu-1216-10,
.sf-menu li#menu-49556-10,
.sf-menu li#menu-49601-10,
.sf-menu li#menu-49646-10,
.sf-menu li#menu-50536-11,
.sf-menu li#menu-50571-11,
.sf-menu li#menu-50636-11,
.sf-menu li#menu-50666-11,
.sf-menu li#menu-50681-11,
.sf-menu li#menu-50121-12,
.sf-menu li#menu-50156-12,
.sf-menu li#menu-50171-12,
.sf-menu li#menu-50186-12,
.sf-menu li#menu-49921-13,
.sf-menu li#menu-49956-13,
.sf-menu li#menu-50011-13,
.sf-menu li#menu-50016-13,
.sf-menu li#menu-50036-13 {
  padding: 15px 60px 0 0;
}

/* line 359, ../sass/styles.scss */
ul.sf-megamenu li.sf-megamenu-wrapper a.menuparent {
  font-weight: initial !important;
}

/* line 365, ../sass/styles.scss */
#block-superfish-1 .sf-depth-2 .menuparent.nolink,
#block-superfish-2 .sf-depth-2 .menuparent.nolink,
#block-superfish-3 .sf-depth-2 .menuparent.nolink,
#block-superfish-4 .sf-depth-2 .menuparent.nolink,
#block-superfish-5 .sf-depth-2 .menuparent.nolink,
#block-superfish-6 .sf-depth-2 .menuparent.nolink,
#block-superfish-7 .sf-depth-2 .menuparent.nolink,
#block-superfish-8 .sf-depth-2 .menuparent.nolink,
#block-superfish-9 .sf-depth-2 .menuparent.nolink,
#block-superfish-10 .sf-depth-2 .menuparent.nolink,
#block-superfish-11 .sf-depth-2 .menuparent.nolink,
#block-superfish-12 .sf-depth-2 .menuparent.nolink {
  color: #FAA21B;
}

/* line 380, ../sass/styles.scss */
#block-superfish-1 .sf-menu.sf-style-uafs-blue,
#block-superfish-2 .sf-menu.sf-style-uafs-blue,
#block-superfish-3 .sf-menu.sf-style-uafs-blue,
#block-superfish-4 .sf-menu.sf-style-uafs-blue,
#block-superfish-5 .sf-menu.sf-style-uafs-blue,
#block-superfish-6 .sf-menu.sf-style-uafs-blue,
#block-superfish-7 .sf-menu.sf-style-uafs-blue,
#block-superfish-8 .sf-menu.sf-style-uafs-blue,
#block-superfish-9 .sf-menu.sf-style-uafs-blue,
#block-superfish-10 .sf-menu.sf-style-uafs-blue,
#block-superfish-11 .sf-menu.sf-style-uafs-blue,
#block-superfish-12 .sf-menu.sf-style-uafs-blue {
  float: left;
  padding: 0 40px 0 0;
  list-style-type: none;
  list-style-image: none;
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 20px;
  top: 15px;
  margin-left: 10%;
}

/* line 402, ../sass/styles.scss */
#panels-ipe-paneid-5251 .sf-menu.sf-style-uafs-blue-search,
#panels-ipe-paneid-5256 .sf-menu.sf-style-uafs-blue-search,
#panels-ipe-paneid-5261 .sf-menu.sf-style-uafs-blue-search,
#panels-ipe-paneid-5346 .sf-menu.sf-style-uafs-blue-search,
#panels-ipe-paneid-5296 .sf-menu.sf-style-uafs-blue-search,
#panels-ipe-paneid-5301 .sf-menu.sf-style-uafs-blue-search,
.pane-superfish-14 .sf-menu.sf-style-uafs-blue-search,
#panels-ipe-paneid-5256 .sf-menu.sf-style-uafs-blue-search,
#panels-ipe-paneid-5261 .sf-menu.sf-style-uafs-blue-search,
#panels-ipe-paneid-5346 .sf-menu.sf-style-uafs-blue-search,
#panels-ipe-paneid-5296 .sf-menu.sf-style-uafs-blue-search,
#panels-ipe-paneid-5301 .sf-menu.sf-style-uafs-blue-search {
  float: left;
  padding: 0 20px 0 0;
  list-style-type: none;
  list-style-image: none;
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 20px;
  top: 15px;
  padding-left: 1%;
  border-left: 10px solid #98002E;
}

/* line 426, ../sass/styles.scss */
.sf-menu.sf-style-uafs-blue-search li {
  border-bottom: 2px solid #98002E;
}

/* line 432, ../sass/styles.scss */
.sf-menu.sf-style-uafs-blue li.sf-megamenu-wrapper {
  width: 110%;
  padding-bottom: 10px;
  background: #00447C;
}

/* line 438, ../sass/styles.scss */
.sf-megamenu .sf-hidden {
  width: 100%;
}

/* line 442, ../sass/styles.scss */
.sf-menu.sf-style-uafs-blue ul.sf-megamenu a.sf-depth-3 {
  padding-left: 15px;
}

/* line 446, ../sass/styles.scss */
.sf-accordion-toggle.sf-style-uafs-blue.sf-expanded {
  background-color: #00447C;
}

/***************************************************/
/******************** MD Megamenu ************************* Depricated/


#megamenu-1 .mm-item a{
	text-decoration:none;
  	font-family: $trade-gothic-c18;
  	font-size: 20px;
  	line-height: 26px;
}


#megamenu-1.md-horizontal{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
  	line-height: 26px;
  	top:15px;
  	margin-left: 15%;
}

#megamenu-2 .mm-item a{
	text-decoration:none;
  	font-family: $trade-gothic-c18;
  	font-size: 20px;
  	line-height: 26px;
}


#megamenu-2.md-horizontal{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
  	line-height: 26px;
  	top:15px;
  	margin-left: 15%;
}

#megamenu-6 .mm-item a{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
	text-decoration:none;
	line-height: 26px;
	text-transform: uppercase;
}

#megamenu-6.md-horizontal{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
  	line-height: 26px;
  	top:15px;
  	margin-left: 15%;
}

#megamenu-11 .mm-item a{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
	text-decoration:none;
	line-height: 26px;
	text-transform: uppercase;
}

#megamenu-11.md-horizontal{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
  	line-height: 26px;
  	top:15px;
  	margin-left: 12%;
}

#megamenu-16 .mm-item a{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
	text-decoration:none;
	line-height: 26px;
	text-transform: uppercase;
}

#megamenu-16.md-horizontal{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
  	line-height: 26px;
  	top:15px;
  	margin-left: 20%;
}

#megamenu-21 .mm-item a{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
	text-decoration:none;
	line-height: 26px;
	text-transform: uppercase;
}

#megamenu-21.md-horizontal{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
  	line-height: 26px;
  	top:15px;
  	margin-left: 25%;
}

#megamenu-26 .mm-item a{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
	text-decoration:none;
	line-height: 26px;
	text-transform: uppercase;
}

#megamenu-26.md-horizontal{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
  	line-height: 26px;
  	top:15px;
  	margin-left: 18%;
}

#megamenu-31 .mm-item a{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
	text-decoration:none;
	line-height: 26px;
	text-transform: uppercase;
}

#megamenu-31.md-horizontal{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
  	line-height: 26px;
  	top:15px;
  	margin-left: 15%;
}

#megamenu-36 .mm-item a{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
	text-decoration:none;
	line-height: 26px;
	text-transform: uppercase;
}

#megamenu-36.md-horizontal{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
  	line-height: 26px;
  	top:15px;
  	margin-left: 12%;
}

#megamenu-41 .mm-item a{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
	text-decoration:none;
	line-height: 26px;
	text-transform: uppercase;
}

#megamenu-41.md-horizontal{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
  	line-height: 26px;
  	top:15px;
  	margin-left: 12%;
}


#megamenu-46 .mm-item a{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
	text-decoration:none;
	line-height: 26px;
	text-transform: uppercase;
}


#megamenu-46.md-horizontal{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
  	line-height: 26px;
  	top:15px;
  	margin-left: 12%;
}

#megamenu-51 .mm-item a{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
	text-decoration:none;
	line-height: 26px;
	text-transform: uppercase;
}


#megamenu-51.md-horizontal{
  font-family: $trade-gothic-c18;
  	font-size: 20px;
  	line-height: 26px;
  	top:15px;
  	margin-left: 12%;
}

/******************** Leadership MD Megamenu *************************/
/* line 651, ../sass/styles.scss */
#megamenu-56 .mm-item a {
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 20px;
  text-decoration: none;
  line-height: 26px;
  text-transform: uppercase;
  color: #00b9f1;
  background: #f7f7f7;
  display: block;
  padding: .4375em .625em;
  border-top: 1px solid #d9d9d9;
  -webkit-transition: none;
  transition: none;
}

/********************************************************************************************************** Content Area *****************************************************************************************************************/
/******************************** Chancellor search Pages ********************************/
/******************************** Search Process Page ********************************/
/* line 670, ../sass/styles.scss */
#SProcess #panels-ipe-regionid-half,
#SProcess .taylor-flipped-half {
  padding-top: 30px;
}

/* line 675, ../sass/styles.scss */
#SProcess #panels-ipe-regionid-half #panels-ipe-paneid-5271 .panel-pane,
#SProcess .taylor-flipped-half .pane-2 {
  height: 183px;
}

/* line 680, ../sass/styles.scss */
#SProcess #panels-ipe-regionid-half #panels-ipe-paneid-5276 .panel-pane,
#SProcess #panels-ipe-regionid-half #panels-ipe-paneid-5286 .panel-pane,
#SProcess .taylor-flipped-half .pane-3,
#SProcess .taylor-flipped-half .pane-10,
#SProcess .taylor-flipped-half .pane-5,
#SProcess .taylor-flipped-half .pane-12 {
  height: 190px;
}

/* line 689, ../sass/styles.scss */
#SProcess #panels-ipe-regionid-half #panels-ipe-paneid-5266 .panel-pane,
#SProcess #panels-ipe-regionid-half #panels-ipe-paneid-5281 .panel-pane,
#SProcess #panels-ipe-regionid-half #panels-ipe-paneid-5291 .panel-pane,
#SProcess .taylor-flipped-half .pane-1,
#SProcess .taylor-flipped-half .pane-8,
#SProcess .taylor-flipped-half .pane-4,
#SProcess .taylor-flipped-half .pane-11,
#SProcess .taylor-flipped-half .pane-6,
#SProcess .taylor-flipped-half .pane-13 {
  height: 178px;
}

/* line 701, ../sass/styles.scss */
#SProcess #panels-ipe-regionid-half #panels-ipe-paneid-5271,
#SProcess #panels-ipe-regionid-half #panels-ipe-paneid-5276,
#SProcess #panels-ipe-regionid-half #panels-ipe-paneid-5281,
#SProcess #panels-ipe-regionid-half #panels-ipe-paneid-5286,
#SProcess #panels-ipe-regionid-half #panels-ipe-paneid-5291,
#SProcess .taylor-flipped-half {
  margin-top: -15px;
}

/************************* Content page Sidebar Area ******************************/
/* line 712, ../sass/styles.scss */
#main-content {
  padding-top: 20px;
}

/* line 716, ../sass/styles.scss */
.sidemenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* make ALL links (main and submenu) have padding and background color */
/* line 723, ../sass/styles.scss */
.sidemenu a {
  display: block;
  /*background-color: #CCC;*/
  text-decoration: none;
  padding: 10px;
  color: #000;
  border-bottom: 1px solid #D9D9D9;
}

/* add hover behaviour */
/* line 733, ../sass/styles.scss */
.sidemenu a:hover {
  background-color: #00b9f1;
}

/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/
/* line 743, ../sass/styles.scss */
.sidemenu li:hover .submenu {
  display: block;
  max-height: 300px;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/
/* line 753, ../sass/styles.scss */
.submenu a {
  /*background-color: #999;*/
  padding-left: 30px;
}

/* hover behaviour for links inside .submenu */
/* line 759, ../sass/styles.scss */
.submenu a:hover {
  background-color: #00b9f1;
}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
/* line 766, ../sass/styles.scss */
.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}

/******************************** Cashiers Page ********************************/
/* line 775, ../sass/styles.scss */
.cashier .button {
  border: none;
  color: RGB(255, 255, 255);
  padding: 16px 32px;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

/* line 791, ../sass/styles.scss */
.cashier .b1,
.cashier .b2 {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* line 799, ../sass/styles.scss */
.cashier .button1 {
  background-color: RGB(0, 68, 124);
  color: RGB(255, 255, 255);
  padding: 16px 45px;
}

/* line 805, ../sass/styles.scss */
.cashier .button1:hover {
  background-color: RGB(1, 173, 216);
  color: RGB(255, 255, 255);
}

/* line 810, ../sass/styles.scss */
.cashier .button2 {
  background-color: RGB(0, 68, 124);
  color: RGB(255, 255, 255);
}

/* line 815, ../sass/styles.scss */
.cashier .button2:hover {
  background-color: RGB(1, 173, 216);
  color: RGB(255, 255, 255);
}

/* line 820, ../sass/styles.scss */
.cashier a.button {
  -moz-appearance: none;
  /*Zen button reset. Allows border radius.*/
  -webkit-appearance: none;
}

/******************************** UPD Home Page ********************************/
/* line 826, ../sass/styles.scss */
#UPDHome .radix-layouts-column1 .pane-title,
#UPDHome .radix-layouts-column2 .pane-title,
#UPDHome .radix-layouts-column3 .pane-title,
#UPDHome .radix-layouts-secondarycolumn1 .pane-title,
#UPDHome .radix-layouts-secondarycolumn2 .pane-title,
#UPDHome .radix-layouts-secondarycolumn3 .pane-title {
  background-color: RGB(1, 173, 216);
  color: RGB(255, 255, 255);
  text-decoration: none;
  width: 240px;
  padding-left: 10px;
  line-height: 1.5em;
  height: 36px;
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 23px;
  margin-top: 10px;
}

/******************************** UPD Parking Page ********************************/
/* line 845, ../sass/styles.scss */
#UPDParking .radix-layouts-column1 .pane-title,
#UPDParking .radix-layouts-column2 .pane-title,
#UPDParking .radix-layouts-column3 .pane-title,
#UPDParking .radix-layouts-secondarycolumn1 .pane-title,
#UPDParking .radix-layouts-secondarycolumn2 .pane-title,
#UPDParking .radix-layouts-secondarycolumn3 .pane-title {
  background-color: RGB(1, 173, 216);
  color: RGB(255, 255, 255);
  text-decoration: none;
  width: 240px;
  padding-left: 10px;
  line-height: 1.5em;
  height: 36px;
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 23px;
  margin-top: 10px;
}

/******************************** UPD Resources Page ********************************/
/* line 864, ../sass/styles.scss */
#UPDResources .radix-layouts-column1 .pane-title,
#UPDResources .radix-layouts-column2 .pane-title,
#UPDResources .radix-layouts-column3 .pane-title,
#UPDResources .radix-layouts-secondarycolumn1 .pane-title,
#UPDResources .radix-layouts-secondarycolumn2 .pane-title,
#UPDResources .radix-layouts-secondarycolumn3 .pane-title {
  background-color: RGB(1, 173, 216);
  color: RGB(255, 255, 255);
  text-decoration: none;
  width: 240px;
  padding-left: 10px;
  line-height: 1.5em;
  height: 36px;
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 23px;
  margin-top: 10px;
}

/******************** Pond Layout Current Students Page ************************/
/* line 883, ../sass/styles.scss */
#CurStudent .pond .pane-1 .pane-title,
#CurStudent .pond .pane-2 .pane-title,
#CurStudent .pond .pane-3 .pane-title,
#CurStudent .pond .pane-8 .pane-title,
#CurStudent .pond .pane-9 .pane-title,
#CurStudent .pond .pane-7 .pane-title,
#CurStudent .pond .pane-5 .pane-title,
#CurStudent .pond .pane-6 .pane-title,
#CurStudent .pond .pane-4 .pane-title,
#CurStudent #panels-ipe-paneid-626 .pane-title,
#CurStudent #panels-ipe-paneid-631 .pane-title,
#CurStudent #panels-ipe-paneid-636 .pane-title,
#CurStudent #panels-ipe-paneid-641 .pane-title,
#CurStudent #panels-ipe-paneid-646 .pane-title,
#CurStudent #panels-ipe-paneid-651 .pane-title,
#CurStudent #panels-ipe-paneid-656 .pane-title,
#CurStudent #panels-ipe-paneid-661 .pane-title,
#CurStudent #panels-ipe-paneid-666 .pane-title {
  background-color: RGB(1, 173, 216);
  color: RGB(255, 255, 255);
  text-decoration: none;
  width: 240px;
  padding-left: 10px;
  line-height: 1.5em;
  height: 36px;
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 23px;
  margin-top: 10px;
}

/******************** Pond Layout Symposium Page ************************/
/* line 914, ../sass/styles.scss */
#Symposium .pond-column1 .pane-1 .pane-title,
#Symposium .pond-column2 .pane-2 .pane-title,
#Symposium .pond-column3 .pane-3 .pane-title,
#Symposium .radix-layouts-secondarycolumn1 .pane-5 .pane-title,
#Symposium .radix-layouts-secondarycolumn2 .pane-6 .pane-title,
#Symposium .radix-layouts-secondarycolumn3 .pane-7 .pane-title,
#Symposium #panels-ipe-paneid-4131 .pane-title,
#Symposium #panels-ipe-paneid-4121 .pane-title,
#Symposium #panels-ipe-paneid-4126 .pane-title,
#Symposium #panels-ipe-paneid-4116 .pane-title,
#Symposium #panels-ipe-paneid-4196 .pane-title {
  background-color: RGB(1, 173, 216);
  color: RGB(255, 255, 255);
  text-decoration: none;
  width: 330px;
  padding-left: 10px;
  line-height: 1.5em;
  height: 36px;
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 23px;
  margin-top: 10px;
}

/******************** UAFS Custom Layout ************************/
/* line 938, ../sass/styles.scss */
.panels-flexible-uafs_layout .panels-flexible-region-inside {
  padding-right: .5em;
  padding-left: .5em;
}

/* line 942, ../sass/styles.scss */
.panels-flexible-region-uafs_layout-first_region {
  width: 33.33%;
}

/* line 946, ../sass/styles.scss */
.panels-flexible-region-uafs_layout-second_region,
.panels-flexible-region-uafs_layout-second_column {
  width: 33.33%;
}

/* line 951, ../sass/styles.scss */
.panels-flexible-region-uafs_layout-third_region {
  width: 33.33%;
}

/* line 955, ../sass/styles.scss */
.panels-flexible-region-uafs_layout-middle {
  width: 1164px;
  margin-left: 8px;
  background-color: RGB(215, 215, 215);
  height: 265px;
  margin-top: 20px;
}

/* line 963, ../sass/styles.scss */
.pane-fpid-21 .pane-title,
.pane-fpid-23 .pane-title,
.pane-current-24 .pane-title,
.pane-current-27 .pane-title,
.radix-layouts-quarter2 .pane-4 .pane-title,
.pane-current-5196 .pane-title,
.pane-fpid-21 .pane-title a,
.pane-fpid-22 .pane-title a,
.pane-fpid-23 .pane-title a,
.pane-current-24 .pane-title a,
.pane-current-27 .pane-title a,
.radix-layouts-quarter2 .pane-4 .pane-title a,
.pane-current-5196 .pane-title a,
#panels-ipe-paneid-21 .pane-title,
#panels-ipe-paneid-27 .pane-title,
#panels-ipe-paneid-23 .pane-title,
#panels-ipe-paneid-24 .pane-title,
#panels-ipe-paneid-5201 .pane-title,
#panels-ipe-paneid-21 .pane-title a,
#panels-ipe-paneid-27 .pane-title a,
#panels-ipe-paneid-23 .pane-title a,
#panels-ipe-paneid-24 .pane-title a,
#panels-ipe-paneid-1636 .pane-title,
#panels-ipe-paneid-1636 .pane-title a,
#panels-ipe-paneid-5196 .pane-title,
#panels-ipe-paneid-5196 .pane-title a {
  background-color: RGB(119, 115, 181);
  color: RGB(0, 0, 0);
  text-decoration: none;
  width: 220px;
  padding-left: 10px;
  line-height: 1.5em;
  height: 36px;
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 23px;
}

/* line 1000, ../sass/styles.scss */
.pane-fpid-101 .pane-title,
#panels-ipe-paneid-5201 .pane-title,
.pane-fpid-101 .pane-title a,
#panels-ipe-paneid-5201 .pane-title a,
#home .radix-layouts-quarter2 .pane-5 .pane-title,
#home .radix-layouts-quarter2 .pane-5 .pane-title a {
  background-color: RGB(152, 0, 46);
  color: RGB(255, 255, 255);
  text-decoration: none;
  width: 220px;
  padding-left: 10px;
  line-height: 1.5em;
  height: 36px;
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 23px;
}

/* line 1019, ../sass/styles.scss */
.sutro-double .pane-it-calendar .pane-title,
.sutro-double .pane-it-calendar .pane-title a {
  background-color: RGB(1, 173, 216);
  color: RGB(0, 0, 0);
  text-decoration: none;
  width: 220px;
  padding-left: 10px;
  line-height: 1.5em;
  height: 36px;
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 23px;
  margin-bottom: 30px;
}

/******************** Double Sutro Layout **********************/
/* line 1042, ../sass/styles.scss */
#main {
  padding: 0px;
}

/* line 1046, ../sass/styles.scss */
.more-link {
  text-align: left;
}

/* line 1054, ../sass/styles.scss */
.MLK .sutro-double,
.MLK #main,
#panels-ipe-display-panel-context-page-mlk-outreach-page-page-mlk-outreach-page-panel .sutro-double,
#panels-ipe-display-panel-context-page-mlk-outreach-page-page-mlk-outreach-page-panel .sutro-double #panels-ipe-paneid-1831,
#panels-ipe-display-panel-context-page-mlk-outreach-page-page-mlk-outreach-page-panel .sutro-double .pane-custom pane-4,
#panels-ipe-display-panel-context-page-mlk-outreach-page-page-mlk-outreach-page-panel .sutro-double .pane-custom pane-5,
.MLK #panels-ipe-regionid-secondcolumn2 .sutro-double .pane-custom pane-6,
.MLK #panels-ipe-display-panel-context-page-mlk-outreach-page-page-mlk-outreach-page-panel .sutro-double #panels-ipe-paneid-1866,
.MLK #panels-ipe-display-panel-context-page-mlk-outreach-page-page-mlk-outreach-page-panel .sutro-double #panels-ipe-paneid-5121,
#panels-ipe-display-panel-context-page-mlk-outreach-page-page-mlk-outreach-page-panel .sutro-double .pane-custom pane-7,
.MLK #panels-ipe-display-panel-context-page-mlk-outreach-page-page-mlk-outreach-page-panel .sutro-double #panels-ipe-paneid-1836 {
  padding-left: 10px;
}

/******* Three Column Header Section *******/
/* line 1070, ../sass/styles.scss */
.sutro-double .radix-layouts-column1,
.sutro-double .radix-layouts-column2,
.sutro-double .radix-layouts-column3,
.sutro-double #panels-ipe-paneid-66,
.sutro-double #panels-ipe-paneid-71,
.sutro-double #panels-ipe-paneid-76 {
  top: 10px;
}

/* line 1079, ../sass/styles.scss */
.pane-frontpage-news-panel-pane-1 .pane-title,
.pane-frontpage-news-panel-pane-1 .pane-title a {
  color: RGB(255, 255, 255);
  background-color: RGB(164, 207, 94);
  width: 80px;
  line-height: 1.5em;
  margin: 0px;
  padding-left: 10px;
  text-decoration: none;
  height: 36px;
}

/* line 1091, ../sass/styles.scss */
#home .radix-layouts-column1 .pane-title,
#home .radix-layouts-column2 .pane-title,
#home .radix-layouts-column3 .pane-title {
  color: RGB(0, 0, 0);
  background-color: RGB(164, 207, 94);
  width: 285px;
  line-height: 1.5em;
  margin: 0px;
  padding-left: 10px;
  text-decoration: none;
  height: 36px;
}

/* line 1104, ../sass/styles.scss */
.pane-fpid-17 .pane-title,
#panels-ipe-paneid-16 .pane-title {
  color: RGB(255, 255, 255);
  background-color: RGB(164, 207, 94);
  width: 220px;
  line-height: 1.5em;
  margin-top: 20px;
  padding-left: 10px;
  text-decoration: none;
  height: 36px;
  font-family: "Trade Gothic W02 Bold";
  font-size: 23px;
}

/******* Middle News Section *******/
/* line 1120, ../sass/styles.scss */
.radix-layouts-secondcolumn1,
.radix-layouts-secondcolumn2 {
  margin-top: 25px;
}

/* line 1125, ../sass/styles.scss */
.pane-frontpage-news .pane-title,
.pane-frontpage-news .pane-title a,
.pane-frontpage-new-text .pane-title,
.pane-frontpage-new-text .pane-title a,
.pane-spotlights-imports .pane-title,
.pane-spotlights-imports .pane-title a {
  color: RGB(0, 0, 0);
  background-color: RGB(250, 162, 27);
  width: 220px;
  line-height: 1.5em;
  margin-top: 40px;
  padding-left: 10px;
  text-decoration: none;
  height: 36px;
  font-family: "Trade Gothic W02 Bold";
  font-size: 23px;
}

/************************** Frontpage Text Rotator **********************************/
/* line 1146, ../sass/styles.scss */
#flexslider_views_slideshow_main_frontpage_new_text-block_1 .flexslider {
  height: 130px;
  background: RGB(1, 173, 216);
  padding: 40px 45px;
  top: 10px;
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 18px;
  border: none;
}

/* line 1156, ../sass/styles.scss */
#flexslider_views_slideshow_main_frontpage_new_text-block_1 .views-field-title a {
  color: RGB(0, 0, 0);
  text-decoration: none;
}

/* line 1161, ../sass/styles.scss */
#flexslider_views_slideshow_main_frontpage_new_text-block_1 .flex-control-nav {
  width: 100%;
  bottom: -50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

/************************** Frontpage Text Rotator End **********************************/
/*****************  Social Media  ******************/
/* line 1173, ../sass/styles.scss */
#smedia .pane-1 .pane-title,
#smedia .pane-3 .pane-title,
#smedia .pane-4 .pane-title,
#smedia .pane-5 .pane-title,
#smedia .pane-6 .pane-title,
#smedia .pane-7 .pane-title,
#smedia .pane-8 .pane-title,
#smedia .pane-9 .pane-title,
#smedia .pane-10 .pane-title,
#smedia .pane-11 .pane-title,
#smedia .pane-12 .pane-title,
#smedia .pane-13 .pane-title,
#smedia .pane-14 .pane-title,
#smedia .pane-15 .pane-title,
#smedia .pane-16 .pane-title,
#smedia .pane-17 .pane-title,
#smedia .pane-18 .pane-title,
#smedia .pane-19 .pane-title,
#smedia .pane-20 .pane-title,
#smedia .pane-21 .pane-title,
#smedia .pane-22 .pane-title,
#smedia .pane-23 .pane-title,
#smedia .pane-24 .pane-title,
#smedia .pane-25 .pane-title,
#smedia .pane-26 .pane-title,
#smedia .pane-27 .pane-title,
#smedia .pane-28 .pane-title,
#smedia .pane-29 .pane-title,
#smedia .pane-30 .pane-title,
#smedia .pane-31 .pane-title,
#smedia .pane-32 .pane-title,
#smedia .pane-33 .pane-title,
#smedia .pane-34 .pane-title,
#smedia .pane-35 .pane-title,
#smedia .pane-36 .pane-title,
#smedia .pane-37 .pane-title,
#smedia .pane-38 .pane-title,
#smedia .pane-39 .pane-title,
#smedia .pane-40 .pane-title,
#smedia .pane-41 .pane-title,
#smedia .pane-42 .pane-title,
#smedia .pane-43 .pane-title,
#smedia .pane-44 .pane-title,
#smedia .pane-45 .pane-title,
#smedia .pane-46 .pane-title,
#smedia .pane-47 .pane-title,
#smedia .pane-48 .pane-title,
#smedia .pane-49 .pane-title,
#smedia .pane-50 .pane-title,
#smedia .pane-51 .pane-title,
#smedia .pane-52 .pane-title,
#smedia .pane-53 .pane-title,
#smedia .pane-54 .pane-title,
#smedia .pane-55 .pane-title,
#smedia .pane-56 .pane-title,
#smedia .pane-57 .pane-title,
#smedia .pane-58 .pane-title,
#smedia .pane-59 .pane-title,
#smedia .pane-60 .pane-title,
#smedia .pane-61 .pane-title,
#smedia .pane-62 .pane-title,
#smedia .pane-63 .pane-title,
#smedia .pane-64 .pane-title,
#smedia .pane-65 .pane-title,
#smedia .pane-66 .pane-title,
#smedia .pane-67 .pane-title,
#smedia .pane-68 .pane-title,
#smedia .pane-69 .pane-title,
#smedia .pane-70 .pane-title,
#smedia .pane-71 .pane-title,
#smedia .pane-72 .pane-title,
#smedia .pane-73 .pane-title,
#smedia .pane-74 .pane-title,
#smedia .pane-75 .pane-title,
#smedia .pane-76 .pane-title,
#smedia .pane-77 .pane-title,
#smedia .pane-78 .pane-title,
#smedia .pane-79 .pane-title,
#smedia .pane-80 .pane-title,
#smedia .pane-81 .pane-title,
#smedia .pane-82 .pane-title,
#smedia .pane-83 .pane-title,
#smedia .pane-84 .pane-title,
#smedia .pane-85 .pane-title,
#smedia .pane-86 .pane-title,
#smedia .pane-87 .pane-title,
#smedia .pane-88 .pane-title,
#smedia .pane-89 .pane-title,
#smedia .pane-90 .pane-title,
#smedia .pane-91 .pane-title,
#smedia .pane-92 .pane-title,
#smedia .pane-93 .pane-title,
#smedia .pane-94 .pane-title,
#smedia .pane-95 .pane-title,
#smedia .pane-96 .pane-title,
#smedia .pane-97 .pane-title,
#smedia .pane-98 .pane-title,
#smedia .pane-99 .pane-title,
#smedia .pane-100 .pane-title,
#smedia #panels-ipe-paneid-66 .pane-title,
#smedia #panels-ipe-paneid-71 .pane-title,
#smedia #panels-ipe-paneid-76 .pane-title {
  color: RGB(255, 255, 255);
  background-color: RGB(164, 207, 94);
  width: 100%;
  line-height: 1.5em;
  padding-left: 10px;
  margin-top: 20px;
  text-decoration: none;
  text-align: center;
  height: 64px;
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 24px;
}

/* line 1288, ../sass/styles.scss */
#smedia .pane-2 .pane-title {
  color: RGB(255, 255, 255);
  background-color: RGB(3, 98, 166);
  width: 100%;
  line-height: 1.2em;
  padding-left: 10px;
  margin-top: 20px;
  text-decoration: none;
  text-align: center;
  height: 64px;
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 24px;
}

/* line 1303, ../sass/styles.scss */
#smedia .radix-layouts-r2column1 .pane-1,
#smedia .radix-layouts-r2column2 .pane-4,
#smedia .radix-layouts-r3column1 .pane-6,
#smedia .radix-layouts-r3column1 .pane-8,
#smedia .radix-layouts-r3column2 .pane-10,
#smedia .radix-layouts-r3column2 .pane-55 {
  color: RGB(0, 0, 0);
  background-color: RGB(250, 162, 27);
  width: 100%;
  line-height: .75em;
  padding-left: 10px;
  margin-top: 20px;
  text-decoration: none;
  word-wrap: break-word;
  height: 64px;
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 20px;
}

/* line 1323, ../sass/styles.scss */
#smedia .radix-layouts-r2column2 .pane-5 #jquery-ui-filter--2 .ui-state-default,
#smedia .radix-layouts-r3column1 .pane-7 #jquery-ui-filter--3 .ui-state-default,
#smedia .radix-layouts-r3column1 .pane-9 #jquery-ui-filter--4 .ui-state-default,
#smedia .radix-layouts-r2column1 .pane-3 #jquery-ui-filter .ui-state-default,
#smedia .radix-layouts-r3column2 .pane-11 #jquery-ui-filter--5 .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #A4CF5E 50% 50% repeat-x;
  heightStyle: "content";
  color: RGB(0, 0, 0);
}

/* line 1334, ../sass/styles.scss */
#smedia .radix-layouts-r2column2 .pane-5 #jquery-ui-filter--2 .ui-state-hover,
#smedia .radix-layouts-r3column1 .pane-7 #jquery-ui-filter--3 .ui-state-hover,
#smedia .radix-layouts-r3column1 .pane-9 #jquery-ui-filter--4 .ui-state-hover,
#smedia .radix-layouts-r2column1 .pane-3 #jquery-ui-filter .ui-state-hover,
#smedia .radix-layouts-r3column2 .pane-11 #jquery-ui-filter--5 .ui-state-hover {
  color: #292929;
}

/* line 1343, ../sass/styles.scss */
#smedia .jquery-ui-filter-container#ui-accordion-jquery-ui-filter--5-panel-0 {
  height: 100%;
}

/******************* End of social Media Page *****************************/
/************************ Do More Page *******************************/
/* line 1349, ../sass/styles.scss */
#DoMore .radix-layouts-column2r2 .pane-title,
#DoMore .radix-layouts-column2r3 .pane-title,
#DoMore .radix-layouts-column2r4 .pane-title,
#DoMore .radix-layouts-column2r5 .pane-title,
#DoMore .radix-layouts-column2r6 .pane-title {
  color: RGB(255, 255, 255);
  background-color: RGB(1, 173, 216);
  width: 100%;
  line-height: 1.5em;
  padding-left: 10px;
  text-decoration: none;
  height: 36px;
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 22px;
}

/********************* Do More Page End *****************************/
/* line 1367, ../sass/styles.scss */
.pane-spotlights-imports {
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: none;
}

/* line 1375, ../sass/styles.scss */
.pane-frontpage-news .views-row,
.pane-spotlights-imports .views-row {
  width: 255px;
  float: left;
  padding: 10px 25px;
  margin-bottom: -20px;
}

/* line 1383, ../sass/styles.scss */
.pane-frontpage-news .views-field-title a
.pane-spotlights-imports .views-field-title a {
  width: 170px;
  color: RGB(0, 68, 124);
  text-decoration: none;
  font-size: .875em;
  line-height: .1em;
}

/* line 1392, ../sass/styles.scss */
#panels-ipe-display-panel-context-page-home-page-page-home-page-panel-context .col-md-12,
.view-frontpage-news .views-row {
  background-color: RGB(215, 215, 215);
}

/* line 1397, ../sass/styles.scss */
#home .radix-layouts-middle {
  width: 1180px;
  margin-left: 15px;
  background-color: RGB(215, 215, 215);
  height: 280px;
  margin-top: 60px;
}

/* line 1405, ../sass/styles.scss */
.more-link {
  text-align: left;
}

/* line 1409, ../sass/styles.scss */
.view-uafs-news {
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: none;
}

/* line 1415, ../sass/styles.scss */
.view-content,
.item-list,
.views-row,
.views-field,
.field-content {
  text-decoration: none;
}

/* line 1423, ../sass/styles.scss */
.more-link {
  color: RGB(152, 0, 46);
  text-decoration: none;
}

/********** Bottom Row ************/
/* line 1429, ../sass/styles.scss */
.radix-layouts-half,
.radix-layouts-quarter1,
.radix-layouts-quarter2,
.radix-layouts-quarter3,
.radix-layouts-quarter4 {
  margin-top: 20px;
}

/* line 1437, ../sass/styles.scss */
.view-it-calendar .views-field-created {
  color: RGB(0, 0, 0);
  border-style: solid;
  border-width: 2px;
  border-color: RGB(1, 173, 216);
  width: 50px;
  line-height: 1.5em;
  margin-top: 10px;
  padding-left: 10px;
  text-decoration: none;
  height: 55px;
  font-family: "Trade Gothic W02 Bold";
  font-size: 18px;
}

/* line 1452, ../sass/styles.scss */
.view-it-calendar .views-field-title,
.view-it-calendar .views-more-link a,
.view-it-calendar .views-field-title a {
  position: relative;
  bottom: 25px;
  max-width: 400px;
  margin-left: 80px;
  text-indent: -80px;
  text-decoration: none;
}

/* line 1463, ../sass/styles.scss */
#panels-ipe-paneid-1516 .pane-title,
.view-it-calendar .pane-it-calendar .pane-title {
  background-color: RGB(1, 173, 216);
  color: RGB(255, 255, 255);
  text-decoration: none;
  width: 220px;
  padding-left: 10px;
  line-height: 1.5em;
  height: 36px;
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 23px;
}

/* line 1476, ../sass/styles.scss */
#panels-ipe-paneid-931 .item-list {
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 23px;
  line-height: 1.5em;
}

/******************** Join Buttons ******************************/
/* line 1483, ../sass/styles.scss */
.confirm .button {
  border: none;
  color: RGB(255, 255, 255);
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

/* line 1502, ../sass/styles.scss */
.confirm .b1,
.confirm .b2,
.confirm .b3,
.confirm .b4,
.confirm .b5 {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* line 1512, ../sass/styles.scss */
.confirm .button1 {
  background-color: RGB(0, 68, 124);
  color: RGB(255, 255, 255);
  padding: 10px 70px;
}

/* line 1518, ../sass/styles.scss */
.confirm .button1:hover {
  background-color: RGB(1, 173, 216);
  color: RGB(0, 0, 0);
}

/* line 1523, ../sass/styles.scss */
.confirm .button2 {
  background-color: RGB(0, 68, 124);
  color: RGB(255, 255, 255);
  padding: 10px 29px;
}

/* line 1529, ../sass/styles.scss */
.confirm .button2:hover {
  background-color: RGB(1, 173, 216);
  color: RGB(0, 0, 0);
}

/* line 1534, ../sass/styles.scss */
.confirm .button3 {
  background-color: RGB(0, 68, 124);
  color: RGB(255, 255, 255);
  padding: 10px 60px;
}

/* line 1540, ../sass/styles.scss */
.confirm .button3:hover {
  background-color: RGB(1, 173, 216);
  color: RGB(0, 0, 0);
}

/* line 1545, ../sass/styles.scss */
.confirm .button4 {
  background-color: RGB(0, 68, 124);
  color: RGB(255, 255, 255);
  padding: 10px 5px;
}

/* line 1552, ../sass/styles.scss */
.confirm .button4:hover {
  background-color: RGB(1, 173, 216);
  color: RGB(0, 0, 0);
}

/* line 1557, ../sass/styles.scss */
.confirm .button5 {
  background-color: RGB(0, 68, 124);
  color: RGB(255, 255, 255);
  padding: 10px 75px;
}

/* line 1563, ../sass/styles.scss */
.confirm .button5:hover {
  background-color: RGB(1, 173, 216);
  color: RGB(0, 0, 0);
}

/* line 1569, ../sass/styles.scss */
.confirm a.button {
  -moz-appearance: none;
  /*Zen button reset. Allows border radius.*/
  -webkit-appearance: none;
}

/******************** Diversity Buttons ******************************/
/* line 1575, ../sass/styles.scss */
.Diversity .button {
  border: none;
  color: RGB(255, 255, 255);
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 10px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

/* line 1591, ../sass/styles.scss */
.Diversity .top,
.Diversity .bottom {
  display: inline-flex;
  position: relative;
  left: 5%;
}

/* line 1598, ../sass/styles.scss */
.Diversity .b1,
.Diversity .b2,
.Diversity .b3,
.Diversity .b4 {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* line 1608, ../sass/styles.scss */
.Diversity .button1 {
  background-color: RGB(0, 68, 124);
  color: RGB(255, 255, 255);
  padding: 30px 40px;
}

/* line 1614, ../sass/styles.scss */
.Diversity .button1:hover {
  background-color: RGB(1, 173, 216);
  color: RGB(0, 0, 0);
}

/* line 1619, ../sass/styles.scss */
.Diversity .button2 {
  background-color: RGB(0, 68, 124);
  color: RGB(255, 255, 255);
  padding: 30px 40px;
}

/* line 1625, ../sass/styles.scss */
.Diversity .button2:hover {
  background-color: RGB(1, 173, 216);
  color: RGB(0, 0, 0);
}

/* line 1630, ../sass/styles.scss */
.Diversity .button3 {
  background-color: RGB(0, 68, 124);
  color: RGB(255, 255, 255);
  padding: 18px 40px;
}

/* line 1636, ../sass/styles.scss */
.Diversity .button3:hover {
  /*background-color: $mid_blue;*/
  /*color: $black;*/
}

/* line 1641, ../sass/styles.scss */
.Diversity .button4 {
  background-color: RGB(0, 68, 124);
  color: RGB(255, 255, 255);
  padding: 18px 40px;
}

/* line 1647, ../sass/styles.scss */
.Diversity .button4:hover {
  background-color: RGB(1, 173, 216);
  color: RGB(0, 0, 0);
}

/* line 1652, ../sass/styles.scss */
.Diversity a.button {
  -moz-appearance: none;
  /*Zen button reset. Allows border radius.*/
  -webkit-appearance: none;
}

/******************** HR Job List ******************************/
/* line 1660, ../sass/styles.scss */
.view-employment-opportunities .attachment {
  font-family: "Trade Gothic W02 Bold";
  font-size: 23px;
  background: RGB(1, 173, 216);
  text-decoration: none;
  text-align: center;
}

/* line 1670, ../sass/styles.scss */
.view-employment-opportunities .attachment .view-content a {
  font-family: "Trade Gothic W02 Bold";
  font-size: 23px;
  color: RGB(255, 255, 255);
  text-decoration: none;
}

/* line 1677, ../sass/styles.scss */
.views-table .views-field-title,
.views-table .views-field-field-hr-date-posted {
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 23px;
  width: 150px;
  text-align: center;
}

/* line 1685, ../sass/styles.scss */
.views-table .views-field-field-position,
.views-table .views-field-field-deadline {
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 23px;
  padding: 5px 5px;
}

/* line 1692, ../sass/styles.scss */
#panels-ipe-paneid-28 .pane-title,
#panels-ipe-paneid-29 .pane-title,
#panels-ipe-paneid-30 .pane-title {
  color: RGB(255, 255, 255);
  background-color: RGB(250, 162, 27);
  width: 300px;
  line-height: 1.5em;
  padding-left: 10px;
  text-decoration: none;
  height: 36px;
  font-family: "Trade Gothic W02 Bold";
  font-size: 22px;
}

/******************** News Homepage *****************************/
/* line 1708, ../sass/styles.scss */
.view-uafs-news-lions-pride .views-field-title,
.view-uafs-news-lions-pride .views-field-title a {
  position: relative;
  bottom: 30px;
  margin-left: 60px;
  text-indent: -60px;
  max-width: 200px;
}

/* line 1717, ../sass/styles.scss */
.view-uafs-news-lions-pride .field-content {
  max-width: 200px;
}

/******************** Marketing Toolbox Homepage *****************************/
/* line 1723, ../sass/styles.scss */
.menu,
#panels-ipe-display-panel-context-page-marketing-toolbox-home-page-marketing-toolbox-home-panel .menu {
  padding: 0 0 0 3px;
}

/* line 1728, ../sass/styles.scss */
.menu__item.is-leaf,
.menu__item.is-leaf a,
#panels-ipe-display-panel-context-page-marketing-toolbox-home-page-marketing-toolbox-home-panel .menu__item.is-leaf,
#panels-ipe-display-panel-context-page-marketing-toolbox-home-page-marketing-toolbox-home-panel .menu__item.is-leaf a,
#panels-ipe-display-panel-context-page-marketing-toolbox-home-page-marketing-toolbox-home-panel .menu__item.is-leaf a {
  list-style-image: none;
  list-style-type: none;
  text-decoration: none;
  padding: 0 0 0 3px;
  line-height: 1.5em;
}

/* line 1740, ../sass/styles.scss */
.menu__item.is-leaf a:hover,
#panels-ipe-display-panel-context-page-marketing-toolbox-home-page-marketing-toolbox-home-panel .menu__item.is-leaf a:hover {
  background-color: RGB(250, 162, 27);
}

/* line 1745, ../sass/styles.scss */
.radix-phelan .pane-title,
#panels-ipe-display-panel-context-page-marketing-toolbox-home-page-marketing-toolbox-home-panel .pane-title {
  background-color: RGB(1, 173, 216);
  color: RGB(255, 255, 255);
  text-align: center;
}

/* line 1752, ../sass/styles.scss */
.radix-phelan #panels-ipe-paneid-1891 .panel-pane,
.radix-phelan #panels-ipe-paneid-1901 .panel-pane,
.radix-phelan #panels-ipe-paneid-1911 .panel-pane,
.radix-phelan #panels-ipe-paneid-1921 .panel-pane,
.radix-phelan #panels-ipe-paneid-1931 .panel-pane,
.radix-phelan .radix-layouts-sixth1 .panel-pane,
.radix-phelan .radix-layouts-sixth2 .panel-pane,
.radix-phelan .radix-layouts-sixth3 .panel-pane,
.radix-phelan .radix-layouts-sixth4 .panel-pane,
.radix-phelan .radix-layouts-sixth5 .panel-pane {
  margin-bottom: -6px;
}

/* line 1765, ../sass/styles.scss */
.moscone-flipped .ui-widget-content {
  font-family: "Trade Gothic W02 Cn_18";
  font-size: 18px;
}

/* line 1770, ../sass/styles.scss */
#panels-ipe-paneid-2631 .jquery-ui-filter-container {
  height: 100%;
}

/************************* Footer Area ******************************/
/* line 1775, ../sass/styles.scss */
.region region-three-first,
#block-block-5 {
  width: 33%;
  float: left;
  font-family: "Trade Gothic W02 Bold";
  font-size: 18px;
}

/* line 1783, ../sass/styles.scss */
.region region-three-second,
#block-block-6 {
  position: relative;
  width: 33%;
  float: left;
  bottom: 45px;
  height: auto;
  font-family: "Trade Gothic W02 Bold";
}

/* line 1793, ../sass/styles.scss */
.region region-three-third,
#block-block-7 {
  width: 33%;
  float: left;
  font-family: "Trade Gothic W02 Bold";
  font-size: 18px;
}

/* line 1802, ../sass/styles.scss */
#block-block-4 {
  text-align: center;
}

/* line 1807, ../sass/styles.scss */
#footer-panels-wrapper {
  height: 270px;
  background: RGB(0, 68, 124);
  padding-top: 5px;
}

/* line 1812, ../sass/styles.scss */
#footer-wrapper {
  background: -webkit-linear-gradient(top, RGB(51, 51, 51) 0%, RGB(43, 43, 43) 100%);
  background: linear-gradient top, RGB(51, 51, 51) 0%, RGB(43, 43, 43) 100%;
  background: -o-linear-gradient(top, RGB(51, 51, 51) 0%, RGB(43, 43, 43) 100%);
  background: -moz-linear-gradient(top, RGB(51, 51, 51) 0%, RGB(43, 43, 43) 100%);
  background: -ms-linear-gradient(top, RGB(51, 51, 51) 0%, RGB(43, 43, 43) 100%);
}

/* line 1819, ../sass/styles.scss */
#footer {
  background: -webkit-linear-gradient(top, RGB(51, 51, 51) 0%, RGB(43, 43, 43) 100%);
  background: linear-gradient top, RGB(51, 51, 51) 0%, RGB(43, 43, 43) 100%;
  background: -o-linear-gradient(top, RGB(51, 51, 51) 0%, RGB(43, 43, 43) 100%);
  background: -moz-linear-gradient(top, RGB(51, 51, 51) 0%, RGB(43, 43, 43) 100%);
  background: -ms-linear-gradient(top, RGB(51, 51, 51) 0%, RGB(43, 43, 43) 100%);
}

/* line 1827, ../sass/styles.scss */
#footer-wrapper {
  margin: 0 auto;
  width: 100%;
}

/************************************************************ Media Queies *********************************************************/
/*************************** 1024 or less media query *******************************/
@media all and (max-width: 1024px) {
  /* line 1838, ../sass/styles.scss */
  #block-block-1 {
    display: none;
  }

  /* line 1839, ../sass/styles.scss */
  #block-block-2 {
    display: none;
  }

  /* line 1840, ../sass/styles.scss */
  #block-search-form {
    text-align: left;
    position: relative;
    width: 230px;
    bottom: 90px;
    left: 40%;
    z-index: 2;
  }

  /******************* Mobile Bar *********/
  /* apply button */
  /* line 1851, ../sass/styles.scss */
  #block-block-3 {
    position: relative;
    width: 165px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 1858, ../sass/styles.scss */
  .region-bar {
    height: 40px;
  }

  /* line 1862, ../sass/styles.scss */
  .pane-frontpage-news-panel-pane-1 .pane-title,
  .pane-frontpage-news-panel-pane-1 .pane-title a {
    color: RGB(255, 255, 255);
    background-color: RGB(250, 162, 27);
    width: 220px;
    margin: 0px;
    padding-left: 10px;
    text-decoration: none;
  }

  /* line 1872, ../sass/styles.scss */
  .view-frontpage-news .views-field-title a {
    font-size: .875em;
  }

  /* line 1876, ../sass/styles.scss */
  #panels-ipe-display-panel-context-page-home-page-page-home-page-panel-context .col-md-12,
  .view-frontpage-news .views-row {
    height: 200px;
  }

  /* line 1881, ../sass/styles.scss */
  #panels-ipe-paneid-18 .pane-title,
  .pane-uafs-calendar-panel-pane-1 .pane-title a,
  #panels-ipe-paneid-18 .pane-title a {
    font-size: .875em;
  }

  /* line 1887, ../sass/styles.scss */
  #panels-ipe-paneid-18 .pane-title,
  .pane-uafs-calendar-panel-pane-1 .pane-title a,
  #panels-ipe-paneid-18 .pane-title a {
    font-size: .875em;
  }

  /* line 1894, ../sass/styles.scss */
  .flex-control-nav {
    bottom: -35px;
    z-index: 100;
  }

  /* line 1899, ../sass/styles.scss */
  .view-front-page-slideshow .views-field-title {
    position: initial;
  }
}
/***end of 1024 query ***/
/*************** Main Menu navigation **************/
/********************** Menu Area ******************************/
@media all and (max-width: 760px) {
  /* line 1918, ../sass/styles.scss */
  #block-block-4 {
    display: none;
  }

  /* line 1920, ../sass/styles.scss */
  #block-block-6 {
    position: relative;
    transform: scale(0.5, 0.5);
  }

  /* line 1925, ../sass/styles.scss */
  #megamenu-1.md-horizontal {
    top: initial;
    margin-left: initial;
  }

  /* line 1930, ../sass/styles.scss */
  #megamenu-2.md-horizontal {
    top: initial;
    margin-left: initial;
  }

  /* line 1935, ../sass/styles.scss */
  #megamenu-6.md-horizontal {
    top: initial;
    margin-left: initial;
  }

  /* line 1940, ../sass/styles.scss */
  #megamenu-11.md-horizontal {
    top: initial;
    margin-left: initial;
  }

  /* line 1945, ../sass/styles.scss */
  #megamenu-16.md-horizontal {
    top: initial;
    margin-left: initial;
  }

  /* line 1950, ../sass/styles.scss */
  megamenu-21.md-horizontal {
    top: initial;
    margin-left: initial;
  }

  /* line 1955, ../sass/styles.scss */
  megamenu-26.md-horizontal {
    top: initial;
    margin-left: initial;
  }

  /* line 1960, ../sass/styles.scss */
  megamenu-31.md-horizontal {
    top: initial;
    margin-left: initial;
  }

  /* line 1965, ../sass/styles.scss */
  megamenu-36.md-horizontal {
    top: initial;
    margin-left: initial;
  }

  /* line 1970, ../sass/styles.scss */
  megamenu-41.md-horizontal {
    top: initial;
    margin-left: initial;
  }

  /* line 1976, ../sass/styles.scss */
  megamenu-46.md-horizontal {
    top: initial;
    margin-left: initial;
  }

  /* line 1981, ../sass/styles.scss */
  megamenu-51.md-horizontal {
    top: initial;
    margin-left: initial;
  }

  /* line 1987, ../sass/styles.scss */
  .pane-frontpage-new-text .pane-title {
    margin-top: 775px;
  }

  /* line 1991, ../sass/styles.scss */
  #flexslider_views_slideshow_main_frontpage_new_text-block .flexslider {
    top: 0px;
  }

  /* line 1995, ../sass/styles.scss */
  #flexslider_views_slideshow_main_frontpage_new_text-block .flex-control-nav {
    bottom: -30px;
  }
}
@media all and (max-width: 1200px) {
  /* line 2002, ../sass/styles.scss */
  #home .radix-layouts-middle {
    width: 100%;
    background-color: initial;
    height: 0px;
    margin-top: 20px;
  }

  /* line 2009, ../sass/styles.scss */
  #panels-ipe-display-panel-context-page-home-page-page-home-page-panel-context .col-md-12,
  .view-frontpage-news .views-row {
    height: 280px;
  }

  /* line 2015, ../sass/styles.scss */
  .home #main-wrapper {
    background: RGB(255, 255, 255);
  }
}
@media all and (max-width: 600px) {
  /* line 2022, ../sass/styles.scss */
  #navigation {
    height: 50px;
  }
}
@media all and (max-width: 1024px) {
  /* line 2028, ../sass/styles.scss */
  #block-search-form {
    display: none;
  }

  /* line 2031, ../sass/styles.scss */
  #block-block-26 {
    display: none;
  }

  /* line 2035, ../sass/styles.scss */
  #block-block-8 {
    text-align: center;
  }
}
@media all and (min-width: 760px) {
  /* line 2042, ../sass/styles.scss */
  #block-block-8 {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  /* line 2047, ../sass/styles.scss */
  #block-block-9 {
    display: none;
  }
}
@media all and (max-width: 1900px) {
  /* line 2051, ../sass/styles.scss */
  #megamenu-3 .mm-item a {
    font-size: 20px;
    line-height: 41px;
    color: #00447C;
    text-transform: uppercase;
    padding: 0 50px;
  }
}
@media all and (max-width: 1504px) {
  /* line 2061, ../sass/styles.scss */
  #megamenu-3 .mm-item a {
    font-size: 20px;
    line-height: 41px;
    color: #00447C;
    text-transform: uppercase;
    padding: 0 40px;
  }
}
@media all and (max-width: 1300px) {
  /* line 2071, ../sass/styles.scss */
  #megamenu-3 .mm-item a {
    font-size: 20px;
    line-height: 41px;
    color: #00447C;
    text-transform: uppercase;
    padding: 0 30px;
  }
}
@media all and (max-width: 1100px) {
  /* line 2081, ../sass/styles.scss */
  #megamenu-3 .mm-item a {
    font-size: 20px;
    line-height: 41px;
    color: #00447C;
    text-transform: uppercase;
    padding: 0 20px;
  }
}
@media all and (max-width: 942px) {
  /* line 2092, ../sass/styles.scss */
  #megamenu-3 .mm-item a {
    font-size: 20px;
    line-height: 41px;
    color: #00447C;
    text-transform: uppercase;
    padding: 0 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 801px) {
  /* line 2102, ../sass/styles.scss */
  .pane-frontpage-new-text .pane-title {
    margin-top: 540px;
  }
}
@media all and (max-width: 643px) {
  /* line 2109, ../sass/styles.scss */
  #megamenu-3 .mm-item a {
    font-size: 20px;
    line-height: 41px;
    color: #00447C;
    text-transform: uppercase;
    padding: 0 5px;
  }
}
@media all and (max-width: 438px) {
  /* line 2119, ../sass/styles.scss */
  #smedia .radix-layouts-r2column1 .pane-1,
  #smedia .radix-layouts-r2column2 .pane-12,
  #smedia .radix-layouts-r3column1 .pane-22,
  #smedia .radix-layouts-r3column1 .pane-42,
  #smedia .radix-layouts-r3column2 .pane-41,
  #smedia .radix-layouts-r3column2 .pane-55 {
    color: RGB(255, 255, 255);
    background-color: RGB(250, 162, 27);
    width: 100%;
    line-height: .5em;
    padding-left: 10px;
    margin-top: 20px;
    text-decoration: none;
    word-wrap: break-word;
    height: 104px;
  }
}
