/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/**
 * Remove default margin.
 */

body {
    margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C""\201D""\2018""\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

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

button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*----- Global Tags ------------*/

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    background-color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    color: #3E3E3E;
    /*margin: 0 0 120px;*/
}
h2,
h3 {
    font-weight: 400;
}
h1 {
    font-size: 36px;
    font-weight: 300;
    margin: 15px 0;
}
h2 {
    font-size: 22px;
}
p {
    line-height: 20px;
}
a {
    color: #cc4e0b;
    text-decoration: none;
    font-size: 14px;
}
a:hover {
    text-decoration: underline;
}
h2 a {
    font-size: 22px;
}
/*----- Page Layout IDs ------*/

#content {
    overflow: auto;
}
.sidebar {
    width: 78%;
    float: right;
}

#footer {
    width: 100%;
    overflow: hidden;
    /*margin-top: 20px;*/
    color: #fff;
    position: relative;
    left: 0;
    bottom: 0;
}/*
#footer:before {
	display: block;
	height: 86px;
	content: "";
	background: url(../images/footer.png) top center no-repeat;
	background-color: #ffffff;
}*/

#footer h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 15px 0;
}
#footer nav a {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
}
#footer nav ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    font-size: 12px;
}
#footer nav ul li {
    margin: 0 10px 0 0;
}
#footer nav h4 {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
}
.footer-col-left {
    width: 75%;
    float: left;
    padding: 0 30px 0 0;
    box-sizing: border-box;
    position: relative;
}
.footer-col-right {
    width: 25%;
    float: left;
}
.footer-bg {
    background-color: #02264c;
}
.footer-horizontal {
    padding: 10px 0 5px 0;   
}
.footer-horizontal .footer-title{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}
#subfooter {
    clear: both;
    padding: 6px 0 15px 0;
    font-size: 10px;
}
#subfooter a {
    font-size: 10px;
    color: #ffffff;
}
#footer-img {
    height: 87px;
}
#footer-img div {
    float: left;
    height: inherit;
    background-repeat: no-repeat
}
#footer-img div:nth-child(1) {
    width: 25%;
    background-image: url(../images/footer-1.png)
}
#footer-img div:nth-child(2) {
    width: 32%;
    background-image: url(../images/footer-2.png)
}
#footer-img div:nth-child(3) {
    width: 25%;
    background-image: url(../images/footer-3.png)
}
#footer-img div:nth-child(4) {
    width: 18%;
    background-image: url(../images/footer-4.png)
}
.terms{
    margin-top: 80px;
    margin-bottom: 25px;
}
/*----- Wrapper --------------*/

.wrapper {
    width: 85%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: auto;
}
.nav-wrapper {
    width: 85%;
    margin: 0 auto;
}
/*----- Header -----------*/

#header {
    background-color: #01264c;
    height: 80px;
}
#logo {
    height: 72px;
    width: 30%;
    margin: 3px 0;
    float: left;
}
#logo img {
    height: 100%;   
}
#header-button-menu {
    display: none;
}
#header-button-search {
    display: none;
}
#site-info {
    float: right;
    width: 70%;
    height: 90px;
    text-align: right;
}
.site-title {
    color: #fff;
    font-size: 26px;
    font-weight: lighter;
}
.site-title a {
    color: #fff;
    font-size: 26px;
}
#social-area {
    overflow: hidden;
}
#social-area a {
    display: block;
    float: left;
    margin-right: 3px;
}
#search-area {
    height: 35px;
    line-height: 33px;
    color: #fff;
    font-size: 11px;
}
#search-area a {
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}
#search-area a:hover {
    text-decoration: underline;
}
.search-box {
    position: relative;
    margin-top: 5px;
    width: 0%;
    min-width: 25px;
    height: 25px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    clear: both;
}
.search-box-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 25px;
    margin: 0;
    z-index: 10;
    padding: 0px 20px 0px 6px;
    font-family: inherit;
    font-size: 11px;
    color: #000;
}
.search-box::-webkit-input-placeholder {
    color: grey;
}
.search-box:-moz-placeholder {
    color: grey;
}
.search-box::-moz-placeholder {
    color: grey;
}
.search-box:-ms-input-placeholder {
    color: grey;
}
.search-box-icon,
.search-box-submit {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}
.search-box-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}
.search-box-icon {
    color: #fff;
    background-color: #01264c;
    z-index: 90;
    background-image: url(../images/search.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.search-box.search-box-open,
.no-js .search-box {
    width: 30%;
}
.search-box.search-box-open .search-box-icon,
.no-js .search-box .search-box-icon {
    background-color: #ec7132;
    color: #fff;
    z-index: 11;
    transition: background-color 0.3s;
}
.search-box.search-box-open .search-box-submit,
.no-js .search-box .search-box-submit {
    z-index: 90;
}
#mobile-search {
    background-color: #ECF0F3;
    padding: 5px 0;
    display: none;
}
#mobile-search form {
    width: 98%;
    margin: 0px auto;
    background-color: #fff;
    border: 1px solid #C7C7C7;
}
#mobile-search .search {
    border: none;
    width: 100%;
    padding: 5px;
    font-size: 12px;
}
#mobile-search .submit {
    display: none;
}
/*----- Sidebar --------------*/

#sidebar {
    width: 19%;
    float: left;
    z-index: 300;
}
#sidebar ul {
    margin: 15px 0px 0 0;
    padding: 0;
    border-bottom: 1px solid #DEE2E5;
    z-index: 300;
}
#sidebar li {
    list-style: none;
    font-size: 14px;
    background-color: #f2f2f2;
    font-weight: 400;
}
#sidebar li a {
    color: #3E3E3E;
    display: block;
    padding: 10px;
    font-size: inherit;
}
#sidebar li a:hover {
    background-color: #F89B6B;
    color: #fff;
    text-decoration: none;
}
#sidebar li a.current {
    background-color: #f68026;
    color: #fff;
}
#sidebar li a.current-parent {
    border: 1px solid #f68026;
    border-bottom: 1px solid #DB692E;
}
#sidebar .title {
    font-size: 24px;
}
/*----- Navigation -----------*/

.main-nav {
    background-color: #ed732b;
    text-align: center;
}
.main-nav nav {
    clear: both;
    height: 29px;
    line-height: 30px;
    font-size: 14px;
}
.sm,
.sm ul,
.sm li {
    display: block;
    list-style: none;
    padding: 0;
    line-height: normal;
    direction: ltr;
}
ul.sm li {
    position: relative;
}
ul.sm a {
    position: relative;
    display: block;
}
ul.sm a.disabled {
    cursor: default;
}
ul.sm ul {
    position: absolute;
    top: -999999px;
    left: -800px;
    width: 100px;
}
ul.sm li {
    float: left;
}
ul.sm-rtl {
    direction: rtl;
}
ul.sm-rtl li {
    float: right;
}
ul.sm ul li,
ul.sm-vertical li {
    float: none;
}
ul.sm a {
    white-space: nowrap;
}
ul.sm ul a,
ul.sm-vertical a {
    white-space: normal;
}
* html ul.sm-vertical li {
    float: left;
    width: 100%;
}
* html ul.sm-vertical ul li {
    float: none;
    width: auto;
}
*:first-child+html ul.sm-vertical>li {
    float: left;
    width: 100%;
}
ul.sm ul.sm-nowrap>li>a {
    white-space: nowrap;
}
ul.sm:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
* html ul.sm {
    height: 1px;
}
*:first-child+html ul.sm {
    min-height: 1px;
}
ul.sm li *,
ul.sm li *:before,
ul.sm li *:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
ul.sm {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.sm ul {
    padding: 5px 0;
    background: #fff;
    -webkit-box-shadow: 0px 2px 3px rgba(158, 163, 167, 1);
    -moz-box-shadow: 0px 2px 3px rgba(158, 163, 167, 1);
    box-shadow: 0px 2px 3px rgba(158, 163, 167, 1);
}
.sm a {
    padding: 2px 2px;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    background-color: transparent;
    transition: background-color 200ms;
}
.sm li {
    width: 16.567%;
}
.sm ul li {
    width: auto;
}
.sm a:hover,
.sm-blue a:focus,
.sm-blue a:active,
.sm a.highlighted {
    background-color: #F89B6B;
    /* Old browsers */
    color: #fff;
    text-decoration: none;
    transition: background-color 000ms;
}
.sm ul a {
    padding: 9px 40px 8px 23px;
    background-color: transparent;
    color: #3E3E3E;
    text-align: left;
    transition: background-color 000ms;
}
.sm ul a:hover,
.sm ul a:focus,
.sm ul a:active,
.sm ul a.highlighted {
    background-color: #F89B6B;
    color: #fff;
    transition: background-color 000ms;
}
.sm a.current,
.sm a.current:hover,
.sm a.current:focus,
.sm a.current:active,
.sm ul a.current,
.sm ul a.current:hover,
.sm ul a.current:focus,
.sm ul a.current:active {
    background: #006892;
    color: #fff;
}
.sub-arrow {
    display: none;
}
/*----- Content -----------*/

blockquote {
    float: right;
    font-weight: lighter;
    width: 30%;
    font-size: 24px;
}
.emphasize {
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
}
.content-block {
    margin-bottom: 15px;
}
.content-block h2 {
    margin: 0;
    font-size: 32px;
    font-weight: lighter;
}
.content-block h3 {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
}
.content-block h3 a {
    color: #3E3E3E;
    font-size: 20px;
}
.content-block p {
    margin: 5px 0;
}
.content-block img {
    max-width: 100%;
    min-width: 100%;
}
.content-block.alt {
    background-color: #f2f2f2;
    border-bottom: 1px solid #DEE2E5;
    padding: 6px;
}
.content-block.grey {
    background-color: #f2f2f2;
    border-bottom: 1px solid #DEE2E5;
    padding: 6px;
}
.hover-click {
    color: #3E3E3E;
    transition: color 200ms;
}
.hover-click > div.content-block.alt {
    background-color: #ECF0F3;
    transition: background-color 200ms;
}
.hover-click:hover {
    color: #4A719E;
    text-decoration: none;
    transition: color 000ms;
}
.hover-click > div.content-block.alt:hover {
    background-color: #E1EEF9;
    transition: background-color 000ms;
}
#content img {
    max-width: 100%;
}
#content .align-left {
    float: left;
    margin: 1em 10px 1em 0;
}
#content .align-right {
    float: right;
    margin: 1em 0 1em 10px;
}
#content .row {
    overflow: hidden;
}
#content ul,
#content ol {
    line-height: 24px;
}
#content .thumbnail {
    text-align: center;
}
#content .thumbnail img {
    margin: 0 auto;
    display: block;
    -webkit-box-shadow: 0px 2px 5px rgba(174, 174, 174, 0.75);
    -moz-box-shadow: 0px 2px 5px rgba(174, 174, 174, 0.75);
    box-shadow: 0px 2px 5px rgba(174, 174, 174, 0.75);
}
#content.sidebar {
    overflow: hidden;
}
#content.sidebar {
    padding-right: 10%;   
}
.fixed-header {
    height: 60px;
    background-color: #fff;
    opacity: 0.95;
    border-bottom: 1px solid #eee;
}
.fixed-header h1 {
    display: block;
    float: left;
    font-size: 30px;
    margin-top: 10px;
}
.fixed-header ul {
    list-style: none;
    margin: 0;
    float: right;
    height: 60px;
}
.fixed-header ul li {
    display: inline-block;
    height: inherit;
}
.fixed-header ul li a {
    height: inherit;
    display: block;
    padding-top: 20px;
    padding: 20px 10px 0 10px;
    color: #3e3e3e;
}
.fixed-header ul li a.current {
    border-bottom: 5px solid #ed732b;
}
.fixed-header ul li a.link-button {
    height: auto;
    padding: 7px;
}
.constrained-textblock {
    margin: 0 20%;
    border: 1px solid #DADADA;
    padding: 20px;
}
/*----- Anchor Link Offset ------------*/

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}
/*----- Tables ------------*/

table {
    margin: 20px 0px;
}
tr:hover {
    background: rgba(0, 0, 0, 0.05);
}
td {
    padding: 7px 17px;
    font-size: 14px;
}
th {
    padding: 12px 17px;
    border-bottom: 1px solid #496e9c;
    font-size: 16px;
    font-weight: normal;
}
/*----- Info Table ------------*/

table.info {
    margin: 10px 0;
}
.info tr:hover {
    background: none;
}
.info td {
    padding: 2px 15px 2px 0;
    font-size: 14px;
    vertical-align: top;
}
.info td:first-child {
    font-weight: 600;
    font-size: 13px;
}
.info th {
    padding: 12px 17px;
    border-bottom: 1px solid #496e9c;
    font-size: 16px;
    font-weight: normal;
}
/*----- Columns -----------*/

/*  Grid Setup
/*  Section, Grouping & Column  */

.grid-vertical {
    overflow: hidden;
}
.col-vertical {
    display: block;
    float: left;
    margin: 1% 0% 1% 0;
    width: 49.2%;
}
.grid-vertical > div:first-of-type {
    margin-right: 1.6%;
}
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}
.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}
.group-min-height.group > div.col {
    min-height: 165px;
}
.group-min-height.group > div.col > a > div.content-block {
    min-height: 165px;
}
.col {
    display: block;
    float: left;
    margin: 0% 0 0% 0%;
}
.col.margins {
    margin: 1% 0 1% 1.5%;
}
.col.margins.span_1_of_2:nth-child(odd) {
    margin-left: 0;
}
.col.margins.span_1_of_3:nth-child(3n+1) {
    margin-left: 0;
}
.col.margins.span_2_of_3:nth-child(3n+1) {
    margin-left: 0;
}
/*  Grid of 2  */

.span_2_of_2 {
    width: 100%;
}
.span_2_of_2.margins {
    width: 100%;
}
.span_1_of_2 {
    width: 50%;
}
.span_1_of_2.margins {
    width: 49.2%;
}
/*  Grid of 3  */

.span_3_of_3 {
    width: 100%;
}
.span_3_of_3.margins {
    width: 100%;
}
.span_2_of_3 {
    width: 67%;
}
.span_2_of_3.margins {
    width: 66.13%;
}
.span_1_of_3 {
    width: 33%;
}
.span_1_of_3.margins {
    width: 32.3%;
}
/*  Grid of 4  */

.span_4_of_4 {
    width: 100%;
}
.span_4_of_4.margins {
    width: 100%;
}
.span_3_of_4 {
    width: 75%;
}
.span_3_of_4.margins {
    width: 74.6%;
}
.span_2_of_4 {
    width: 50%;
}
.span_2_of_4.margins {
    width: 49.2%%;
}
.span_1_of_4 {
    width: 25%;
}
.span_1_of_4.margins {
    width: 23.8%;
}
/*  Grid of 5  */

.span_5_of_5 {
    width: 100%;
}
.span_5_of_5.margins {
    width: 100%;
}
.span_4_of_5 {
    width: 80%;
}
.span_4_of_5.margins {
    width: 79.68%;
}
.span_3_of_5 {
    width: 60%;
}
.span_3_of_5.margins {
    width: 59.36%;
}
.span_2_of_5 {
    width: 40%;
}
.span_2_of_5.margins {
    width: 39.04%;
}
.span_1_of_5 {
    width: 20%;
}
.span_1_of_5.margins {
    width: 18.72%;
}
/*----- Home Page Layout --------------*/

#home-slideshow {
    margin: 0 auto;
    position: relative;
    max-height: 340px;
    overflow: hidden;
    height: 340px;
    -webkit-transition: height 1.2s ease;
    -moz-transition: height 1.2s ease;
    -o-transition: height 1.2s ease;
    transition: height 1.2s ease;
}
#home-slideshow .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: inherit;
    padding: 0;
    margin: 0;
}
#home-slideshow .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    height: inherit;
    left: 0;
    top: 0;
}
#home-slideshow .rslides li .item {
    height: inherit;
    background-size: cover;
    background-position: center;
}
#home-slideshow .rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
#home-slideshow .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
#home-slideshow .prev {
    background: url(../images/arrow-left.svg);
    background-size: constrain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    z-index: 99;
    display: block;
    height: 45px;
    width: 43px;
    opacity: 0;
}
#home-slideshow .next {
    background: url(../images/arrow-right.svg);
    background-size: constrain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    z-index: 99;
    display: block;
    height: 45px;
    width: 47px;
    opacity: 0;
}
#home-slideshow .rslides_tabs {
    margin: 0 auto;
    width: 80px;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 99;
}
#home-slideshow .rslides_tabs li {
    display: inline-block;
    margin: 0 2px;
}
#home-slideshow .rslides_tabs li a {
    display: block;
    border: 1px solid #fff;
    border-radius: 30px;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    color: transparent;
    background-color: transparent;
    transition: background-color 200ms;
}
#home-slideshow .rslides_tabs .rslides_here a {
    background: #fff;
    transition: background-color 000ms;
}
#link-bar {
    background-color: #ECF0F3;
    border-bottom: 1px solid #DEE2E5;
    height: inherit;
    content: " ";
    margin: 0 0 30px 0;
    position: relative;
}
#link-bar .wrapper {
    height: 100%;
}
#link-bar ul {
    padding: 0 0 0 15%;
    margin: 0;
    list-style: none;
    height: inherit;
    width: 100%;
    overflow: hidden;
}
#link-bar li {
    text-align: center;
    display: inline-block;
    width: 19%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 25%;
    background-size: 27%;
}
#link-bar li a {
    height: 100%;
    display: block;
    vertical-align: bottom;
    padding: 60px 0 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-logo {
    width: 100px;
    z-index: 99;
    position: absolute;
    top: -20px;
}
.home-logo img {
    max-width: 140px;
}
.homepage-sitetitle {
    font-size: 44px;
    font-weight: 200;
}
.homepage-col-left {
    width: 25%;
    float: left;
    padding: 0 15px 0 0;
    box-sizing: border-box;
    position: relative;
}
.homepage-col-right {
    width: 75%;
    float: left;
}
.tagline {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}
.social-more-button {
    display: inline-block;
    border: 1px solid #4A719E;
    background-color: #4A719E;
    border-radius: 60px;
    padding: 4px 6px;
    margin: 4px 2px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.social-more-button:hover {
    text-decoration: none;
}
.social-more-button.alt {
    border: 1px solid #fff;
    background-color: #fff;
    color: #4A719E;
}
.link-button {
    display: inline-block;
    border: 1px solid #00465c;
    padding: 3px 6px;
    margin: 4px 0;
    font-size: 12px;
    font-weight: 600;
    color: #00465c;
    transition: background-color 200ms, color 200ms;
}
.link-button:hover {
    background-color: #00465c;
    color: #fff;
    text-decoration: none;
    transition: background-color 000ms, color 000ms;
}
/*----- Responsive -----------*/

@media screen and (min-width: 1250px) {
    .wrapper {
        width: 1100px;
    }
    .nav-wrapper {
        width: 1100px;
    }
}

@media screen and (max-width: 740px) {
    
	.front-button {
    display: block;
    border: 3px solid #fff;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 15%;
    margin-top: 5%;
    width: 130px;
    border-radius: 14px;
}
}


/*
@media screen and (max-width: 1000px) {
    #link-bar {
        height: 90px;
        margin: 0 0 40px 0;
    }
    #link-bar li a {
        font-size: 12px;
        padding: 60px 0 0 0;
        transition: font-size 200ms;
    }
}
@media screen and (max-width: 930px) {
    .homepage-col-left {
        float: none;
        width: 100%;
    }
    .homepage-col-right {
        float: none;
        width: 100%;
    }
    .home-logo {
        position: static;
        display: none;
    }
    #link-bar {
        margin-bottom: 20px;
    }
    #link-bar ul {
        padding: 0;
    }
    #home-slideshow {
        height: 200px;
        -webkit-transition: height 1.2s ease;
        -moz-transition: height 1.2s ease;
        -o-transition: height 1.2s ease;
        transition: height 1.2s ease;
    }
}
@media screen and (max-height: 800px) {
    #home-slideshow {
        height: 200px;
        -webkit-transition: height 1.2s ease;
        -moz-transition: height 1.2s ease;
        -o-transition: height 1.2s ease;
        transition: height 1.2s ease;
    }
}
@media screen and (max-width: 850px) {
    .sm:not(.sm-vertical) > li > a {
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media screen and (max-width: 750px) {
    .sm:not(.sm-vertical) > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*
@media screen and (max-width: 740px) {
    .grid4 .col {
        width: 31.2%;
    }
    .grid4 .col:nth-of-type(4n+1) {
        margin-left: 3.2%;
        clear: none;
    }
    .grid4 .col:nth-of-type(3n+1) {
        margin-left: 0;
        clear: left;
    }
    #logo {
        background: url(../images/auburn_logo_mobile.svg) no-repeat;
        height: 28px;
        width: 220px;
        margin: 0 auto;
        float: none;
    }
    #logo img {
        display: none;   
    }
    #header {
        display: table;
        width: 100%;
        height: auto;
    }
    #site-info {
        width: 100%;
        text-align: center;
        float: none;
        height: 30px;
    }
    #search-area {
        display: none;
    }
    .logo-area {
        height: 44px;
        display: table-cell;
    }
    #header-button-menu {
        width: 45px;
        height: inherit;
        color: #fff;
        font-size: 10px;
        text-align: center;
        overflow: hidden;
        display: table-cell;
    }
    #header-button-search {
        width: 45px;
        height: inherit;
        color: #fff;
        font-size: 10px;
        text-align: center;
        overflow: hidden;
        display: table-cell;
    }
    #header-button-search a {
        color: #fff;
        font-size: 10px;
        display: block;
        height: 100%;
        padding-top: 100%;
        background-image: url(../images/search.svg);
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center center;
    }
    #header-button-menu a {
        color: #fff;
        font-size: 10px;
        display: block;
        height: 100%;
        padding-top: 100%;
        background-image: url(../images/menu.svg);
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .site-title {
        font-size: 14px;
    }
    .site-title a {
        font-size: 14px;
    }
    .main-nav {
        display: none;
        height: auto;
    }
    ul.sm {
        width: auto !important;
    }
    ul.sm ul {
        display: none;
        position: static !important;
        top: auto !important;
        left: auto !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
    }
    ul.sm>li {
        float: none;
    }
    ul.sm>li>a,
    ul.sm-blue ul.sm-nowrap>li>a {
        white-space: normal;
    }
    ul.sm iframe {
        display: none;
    }
    .sm {
        background: none;
    }
    .sm ul {
        border: 0;
        padding: 0;
        background: #fff;
    }
    .sm a {
        padding: 10px 5px !important;
        background: none !important;
        color: #fff !important;
    }
    .sm ul a {
        background: transparent !important;
        color: #247eab !important;
    }
    .sm a.current {
        background: #006892 !important;
        color: #fff !important;
    }
    .sm li {
        width: 100%;
        border-left: 0;
    }
    .sm ul li {
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    .sm ul li:first-child {
        border-top: 0;
    }
    #homepage-featured .content-block {
        float: none;
        width: 100%;
        margin: 0;
    }
    #homepage-featured img {
        float: none;
        min-width: 100%;
        max-width: 100%;
    }
    .sidebar {
        width: 100%;
        float: none;
    }
    #sidebar {
        float: none;
        width: 100%;
        margin-top: 10px;
        border-top: 1px solid #DADADA;
    }
    #sidebar ul {
        margin: 0;
        padding: 5px 0px;
    }
    #sidebar ul li a {
        padding: 8px 5px;
        background-color: #fff;
    }
    #sidebar ul li a:hover {
        background-color: #fff;
        color: #3E3E3E;
    }
    #sidebar ul li a.title {
        padding: 8px 5px;
    }
    #sidebar ul li a.current:hover {
        background-color: #f68026;
        color: #fff;
    }
    #footer-img {
        display: none;
    }
    #footer nav ul li ul {
        display: none;
    }
    #footer nav ul li {
        display: block;
    }
}*/
/*
@media only screen and (max-width: 650px) {
    .span_4_of_4 {
        width: 100%;
    }
    .span_4_of_4.margins {
        width: 100%;
    }
    .span_3_of_4 {
        width: 75%;
    }
    .span_3_of_4.margins {
        width: 74.6%;
    }
    .span_2_of_4 {
        width: 100%;
    }
    .span_2_of_4.margins {
        width: 100%;
    }
    .span_1_of_4 {
        width: 50%;
    }
    .span_1_of_4.margins {
        width: 49.2%;
    }
    .group > div.col.span_1_of_4.margins:nth-child(1) {
        margin-left: 0;
    }
    .change_to_2 > div.margins.span_1_of_3 {
        width: 49.2%;
    }
    .change_to_2 > div.margins.span_1_of_3:nth-child(3n+1) {
        margin-left: 1.6%;
    }
    .change_to_2 > div.margins.span_1_of_3:nth-child(odd) {
        margin-left: 0;
    }
    .fixed-header ul {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .wrapper {
        width: 90%;
    }
    .nav-wrapper {
        width: 90%;
    }
    blockquote {
        float: none;
        width: auto;
    }
    .col-vertical {
        display: block;
        float: left;
        margin: 1% 0% 1% 0;
        width: 100%;
    }
    .grid-vertical > div:first-of-type {
        margin: 1% 0% 1% 0;
    }
    .constrained-textblock {
        margin: 0px;
    }
}
/*
@media only screen and (max-width: 480px) {
    .col {
        margin: 0% 0 0% 0%;
    }
    .col.margins {
        margin: 1% 0 1% 0%;
    }
    .column {
        margin: 1% 0 1% 0%;
    }
    .group-min-height.group > div.col {
        min-height: 0;
    }
    .span_2_of_2 {
        width: 100%;
    }
    .span_1_of_2 {
        width: 100%;
    }
    .span_3_of_3 {
        width: 100%;
    }
    .span_2_of_3 {
        width: 100%;
    }
    .span_1_of_3 {
        width: 100%;
    }
    .span_4_of_4 {
        width: 100%;
    }
    .span_3_of_4 {
        width: 100%;
    }
    .span_2_of_4 {
        width: 100%;
    }
    .span_1_of_4 {
        width: 100%;
    }
    .span_5_of_5 {
        width: 100%;
    }
    .span_4_of_5 {
        width: 100%;
    }
    .span_3_of_5 {
        width: 100%;
    }
    .span_2_of_5 {
        width: 100%;
    }
    .span_1_of_5 {
        width: 100%;
    }
    .span_2_of_2.margins {
        width: 100%;
    }
    .span_1_of_2.margins {
        width: 100%;
    }
    .span_3_of_3.margins {
        width: 100%;
    }
    .span_2_of_3.margins {
        width: 100%;
    }
    .span_1_of_3.margins {
        width: 100%;
    }
    .span_4_of_4.margins {
        width: 100%;
    }
    .span_3_of_4.margins {
        width: 100%;
    }
    .span_2_of_4.margins {
        width: 100%;
    }
    .span_1_of_4.margins {
        width: 100%;
    }
    .span_5_of_5.margins {
        width: 100%;
    }
    .span_4_of_5.margins {
        width: 100%;
    }
    .span_3_of_5.margins {
        width: 100%;
    }
    .span_2_of_5.margins {
        width: 100%;
    }
    .span_1_of_5.margins {
        width: 100%;
    }
    #content {
        overflow: visible;
    }
    #content img {
        margin-left: -6%;
        max-width: 111.7%;
    }
    .content-block.alt {
        margin-left: -6%;
        min-width: 111.7%;
        padding: 2% 5%;
        margin-bottom: 10px;
    }
    #content .align-left {
        float: none;
        margin: 0;
    }
    #content.align-left img {
        margin-left: -6%;
    }
    #content.sidebar {
        overflow: visible;
    }
    .wrapper {
        overflow: visible;
    }
    #footer {
        position: relative;
    }
    body {
        margin: 0;
    }
}
@media screen and (max-width: 400px) {
    .col {
        width: 100% !important;
        margin-left: 0 !important;
        clear: none !important;
    }
    .footer-col-left {
        float: none;
        width: 100%;
    }
    .footer-col-right {
        float: none;
        width: 100%;
    }
    #link-bar-button {
        display: none;
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
    #link-bar {
        height: auto;
        display: none;
    }
    #link-bar li {
        display: block;
        width: 100%;
        background-position: 5% 50%;
        background-size: 8%;
    }
    #link-bar li a {
        padding: 15px 18%;
        text-align: left;
    }
    .homepage-sitetitle {
        margin: 10px 0;
        font-size: 24px;
        display: none;
    }
} */
/********* Icons ***********/

.icon-greek {
    background-image: url("../images/greek.png");
    transition: background-image 200ms;
}
.icon-greek a {
    color: #525252;
    transition: color 200ms;
}
.icon-greek:hover {
    background-image: url("../images/greek-color.png");
    transition: background-image 000ms;
}
.icon-greek:hover,
.icon-greek a:hover {
    color: #0066b4;
    text-decoration: none;
    transition: color 000ms;
}
.icon-involve {
    background-image: url("../images/involve.png");
    transition: background-image 200ms;
}
.icon-involve a {
    color: #525252;
    transition: color 200ms;
}
.icon-involve:hover {
    background-image: url("../images/involve-color.png");
    transition: background-image 000ms;
}
.icon-involve:hover,
.icon-involve a:hover {
    color: #001191;
    text-decoration: none;
    transition: color 000ms;
}
.icon-health {
    background-image: url("../images/health.png");
    transition: background-image 200ms;
}
.icon-health a {
    color: #525252;
    transition: color 200ms;
}
.icon-health:hover {
    background-image: url("../images/health-color.png");
    transition: background-image 000ms;
}
.icon-health:hover,
.icon-health a:hover {
    color: #b40500;
    text-decoration: none;
    transition: color 000ms;
}
.icon-rec {
    background-image: url("../images/rec.png");
    transition: background-image 200ms;
}
.icon-rec a {
    color: #525252;
    transition: color 200ms;
}
.icon-rec:hover {
    background-image: url("../images/rec-color.png");
    transition: background-image 000ms;
}
.icon-rec:hover,
.icon-rec a:hover {
    color: #b77a2a;
    text-decoration: none;
    transition: color 000ms;
}
.icon-complaints {
    background-image: url("../images/complaints.png");
    transition: background-image 200ms;
}
.icon-complaints a {
    color: #525252;
    transition: color 200ms;
}
.icon-complaints:hover {
    background-image: url("../images/complaints-color.png");
    transition: background-image 000ms;
}
.icon-complaints:hover,
.icon-complaints a:hover {
    color: #f69000;
    text-decoration: none;
    transition: color 000ms;
}
@media print {
    header,
    nav,
    footer,
    .banner {
        display: none;
    }
    #sidebar {
        display: none;
    }
    #content {
        width: 100%;
        font-size: 12px;
    }
}

/* Aubie Website Aditions */

.jumbotron {
    height: auto;
	width:100%;
    background-size: cover;
	background-color: #000000;
	top: 0;
	background-position: right;
    padding-top: 0px;
    /*background-image: url('../images/page-headers/Website-Cover-NC9.png')*/
}
.post {
    margin: 15px;
}
.post a {
    color: #3e3e3e;   
}
.post a:hover {
    text-decoration: none; 
}
.post h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.post p {
    margin: 0;   
}
.post.large {
    background-color: #eee;
    border: 2px solid #eee;
}
.post.large .post-content {
    margin: 5px;   
}
.post.small {
    clear: right;
    overflow: hidden;
}
.post.small .post-thumbnail {
    float: left;
    max-width: 200px;
    margin: 0 10px 0 0;
}
.post.small .post-thumbnail img {
    border: 2px solid #eee;
}

/* Jackie's edits 2.0 */
.col.right.span_2_of_4 {
	float:right;
	}
	
	.jumbotron-inner-wrapper img {
	margin: 0 auto
	}
	
	img.aubie-claus-logo {
    margin: 0 auto;
    text-align: center;
    display: block;
}
	