﻿@font-face{
	font-family:'proxima bold';
	src:url(../fonts/proxima-nova-bold-latin-1-webfont.eot);
	src:url(../fonts/proxima-nova-bold-latin-1-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/proxima-nova-bold-latin-1-webfont.woff) format('woff'),url(../fonts/proxima-nova-bold-latin-1-webfont.ttf) format('truetype'),url(../fonts/proxima-nova-bold-latin-1-webfont.svg#proxima_n_w01_boldregular) format('svg');
	font-weight:normal;
	font-style:normal
}

@font-face{
	font-family:'proxima light';
	src:url(../fonts/proxima-nova-light-latin-1-webfont.eot);
	src:url(../fonts/proxima-nova-light-latin-1-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/proxima-nova-light-latin-1-webfont.woff) format('woff'),url(../fonts/proxima-nova-light-latin-1-webfont.ttf) format('truetype'),url(../fonts/proxima-nova-light-latin-1-webfont.svg#proxima_n_w01_lightregular) format('svg');
	font-weight:normal;
	font-style:normal
}

@font-face{
	font-family:'proxima';
	src:url(../fonts/proxima-nova-regular-latin-1-webfont.eot);
	src:url(../fonts/proxima-nova-regular-latin-1-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/proxima-nova-regular-latin-1-webfont.woff) format('woff'),url(../fonts/proxima-nova-regular-latin-1-webfont.ttf) format('truetype'),url(../fonts/proxima-nova-regular-latin-1-webfont.svg#proxima_n_w01_regregular) format('svg');
	font-weight:normal;
	font-style:normal
}


html {
    color: rgb(34, 34, 34);
    font-family: 'proxima light', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    background-color: white;
    font-family: 'proxima light', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.42857;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* Set default text color */
input,
select,
textarea,
button {
    color: rgb(34, 34, 34);
}

a {
    color: rgb(77, 160, 204);
}

.site-header-logo a {
    text-decoration: none;
}

.span-control-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.inline-block {
    display: inline-block;
}

.width-100 {
    width: 100px;
}

.width-120 {
    width: 120px;
}

.width-150 {
    width: 150px;
}

.width-280 {
    width: 280px;
}



/* Header */
.site-header {
    background-color: #FFF;
    font-size: 13px;
    font-weight: 300;
    min-height: 105px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.site-logo {
    display: inline;
}

    .site-logo:hover {
        opacity: 0.75;
        text-decoration: none;
    }

    .site-logo img {
        height: 91px;
        width: 166px;
    }


.site-header-title {
    font-size: 2em !important;
    font-weight: bold;
    line-height: 1em;
    padding: 10px 20px 10px 20px;
    /* color: #0033A0; */
    color: #0054A6;
}

    .site-header-title a {
        /* color: #0033A0; */
        color: #0054A6;
    }

        .site-header-title a:hover,
        .site-header-title a:active {
            opacity: 0.75;
            text-decoration: none;
        }

.site-header-btn-group {
    padding: 0px 10px 0px 10px;
}

.application-name
{
  color: black;
  display: inline;
  font-family: 'proxima bold', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  margin-top: 33px;
}

#imgCornerLogoCHS {
    display: inline-block;
    margin-right: 30px;
}

#headerEnvironmentLabel {
    color: #2779A9;
    display: inline;
    float: none;
    font-size: 8em;
    position: absolute;
    left: 50%;
    top: 0px;
    letter-spacing: 20px;
    z-index: 200;
}

.photo-collage {
	background-color: #0054a6;
	color: inherit;
    max-height: 400px;
	max-width: 1350px;
    margin: 0 auto;
    /* margin-bottom: 30px; */
    padding-bottom: 33px;
}

.document-library-link {
    font-family: 'proxima bold', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
}

/* Footer */
.site-footer {
  margin-top: 20px;
  width: 100%;
  background-color: #103d8a;
  color: #fff
}

.site-footer-links
{
  text-align: right
}

.site-footer a
{
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover
{
  text-decoration: underline;
}

.site-footer .contained {
    padding-top: 30px;
}

.site-footer-logo {
    width: 328px;
    height: 80px;
    display: inline-block;
}

    .site-footer-logo img {
        max-width: 100%;
    }

    .site-footer-logo:hover {
        opacity: 0.75;
    }

.footer-nav {
    display: block;
    float: right;
    clear: right;
}

    .footer-nav > a {
        color: #fff;
        padding-bottom: 5px;
        padding-left: 20px;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
    }

        .footer-nav > a:hover {
            text-decoration: underline;
        }

.footer-legal {
    display: block;
    float: right;
    clear: right;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    padding-right: 10px;
}

    .footer-legal a {
        color: rgb(255, 255, 255);
    }

/* Begin Styles from CHS Inc Spiritwood */
.main-title,
.side-nav li,
.panel-primary {
	border: none;
    color: #103d8a;
    font-family: 'proxima bold', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}

/* End Styles from CHS Inc Spiritwood */

/* Begin Styles From CHS Inc PAC */
.clearfix:before,.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.full-width {
    width: 100%;
}
.image-left {
    float: left;
    padding-right: 16px;
    padding-bottom: 10px;
}
.image-right { 
    float:right;
    padding-left:16px;
    padding-bottom:10px;
}
.float-left {
    float:left;
}
.float-right {
    float:right;
}
.float-none {
    float:none;
}
.hidden {
    display:none;
}
/* End Syles From CHS Inc PAC */


/* Begin Styles From CHS Source */
.h1 {
    color: #7d7d7d;
    font-family: 'proxima light', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}
.h2 {
    font-family: 'proxima light', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
}
.h3 {
    font-family: 'proxima light', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
}
.h3a {
    font-family: 'proxima light', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
}
.h4 {
    font-family: 'proxima light', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
}
.h5 {
    font-family: 'proxima light', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}
.h6 {
    font-family: 'proxima light', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 21px;
    line-height: 24px;
}
.h7 {
    font-family: 'proxima light', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 20px;
}
.h8 {
    font-family: 'proxima light', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 22px;
}
.h9 {
    font-family: 'proxima light', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
}
.h10 {
    font-family: 'proxima light', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
}
.h11 {
    color: #2156a5;
    font-family: 'proxima light', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
}
.h12 {
    font-family: 'proxima light', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 27px;
    line-height: 30px;
}
.h13 {
    font-family: 'proxima light', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}
.h14 {
    font-family: 'proxima light', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 45px;
    line-height: 48px;
}
.heading {
    color: #fff;
    margin-bottom: 13px;
    padding: 11px 21px;
}
.pg-hd-title {
    padding-bottom: 15px;
}
.heading-green {
    background-color: #ced41c;
}
.border-green, .border-green a::after {
    border-color: #ced41c;
}
.heading-blue-powder {
    background-color: #90d0e3;
}
.border-blue-powder, .border-blue-powder a::after {
    border-color: #90d0e3;
}
.heading-grey {
    background-color: #c6cdd1;
}
.border-grey, .border-grey a::after {
    border-color: #c6cdd1;
}
.heading-green-forest {
    background-color: #43b02a;
}
.border-green-forest, .border-green-forest a::after {
    border-color: #43b02a;
}
.heading-blue-dark {
    background-color: #0054a6;
}
.border-blue-dark, .border-blue-dark a::after {
    border-color: #0054a6;
}
.heading-blue {
    background-color: #69b3e7;
}
.border-blue, .border-blue a::after {
    border-color: #69b3e7;
}
.heading-orange {
    background-color: #f8931e;
}
.border-orange, .border-orange a::after {
    border-color: #f8931e;
}
hr {
    background: none repeat scroll 0 0 #ededef;
    border: medium none;
    color: #ededef;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 15px 0;
}
.lead {
    font-size: 18px;
    line-height: 24px;
}
blockquote {
    color: #898989;
    font-size: 17px;
}
blockquote p {
    line-height: 24px;
}
.image {
    display: inline-block;
    margin-bottom: 24px;
}
figure.image {
    display: block;
}
.link-deco {
    font-size: 17px;
}
p a.link-deco {
    margin: 0;
    padding: 0;
}
.link-deco::after {
    content: "»";
    margin: 0;
    padding: 0 0 0 3px;
}
.btn, a.btn {
    background: none repeat scroll 0 0 #0054a6;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'proxima light', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}
.btn:hover, .btn:focus {
    background-color: #2059a3;
}
.btn:active, .btn.active, .btn.is-disabled, .btn[disabled] {
    background-color: #92918c;
}
.btn-primary {
    /* background-color: #ec7774; */
    background-color: #ccdded;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
    /* background-color: #d64947; */
    background-color: #ccdded;
    color: #0054a6;
}
.btn-primary:active, .btn-primary.active, .btn-primary.is-disabled, .btn-primary[disabled] {
    /* background-color: #ed9f99; */
    background-color: #4d7ab5;
}
.btn.is-disabled, .btn[disabled] {
    cursor: default;
}
.btn-large {
    border-radius: 6px;
    font-size: 17px;
    padding: 15px 20px;
}
.btn-small {
    border-radius: 3px;
    font-size: 11px;
    padding: 5px 7px;
}
.btn-block {
    background: none repeat scroll 0 0 #0054a6;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'proxima light', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
    padding: 23px 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
    width: 100%;
}
.btn-block:hover {
    background: none repeat scroll 0 0 rgba(0, 84, 166, 0.95);
}
.btn-block img {
    padding: 0 0 0 15px;
    vertical-align: middle;
}
.link-deco.btn {
    width: 100%;
}
.link-deco.btn:hover {
    border-bottom: medium none;
}
.page {
}
.wrapper {
    padding: 0 8px;
}
.row {
    clear: both;
    width: 100%;
}
.row-footer {
    margin-top: 0;
}
.row::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.column {
    display: block;
    width: 100%;
}

.accordion h3 {
    margin: 0;
}
.accordion {
    margin: 20px 0;
}
.accordion-hd {
    padding: 16px 0 0;
}
.accordion-hd h2 {
    border-bottom: 2px solid #c1c6c8;
}
.accordion-hd h2.h5 {
    font-size: 17px;
}
.accordion-bd h3.h5 {
    min-height: 39px;
    padding-top: 5px;
}
.alert.accordion .accordion-bd h3.h5 {
    border-top: medium none;
    min-height: 0;
}
.accordion-bd h3 + div {
    padding-top: 0;
}
.accordion h3 a {
    background: url('images/sprite-accordion-nav.gif') no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    color: #898989;
    display: block;
    font-weight: normal;
    margin: 0;
    padding: 10px 10px 10px 60px;
    text-decoration: none;
}
.accordion-orange h3 a {
    background-position: 0 3px;
}
.accordion-orange h3.open a {
    background-position: 0 -921px;
}
.accordion-grey h3 a {
    background-position: 0 -129px;
}
.accordion-grey h3.open a {
    background-position: 0 -1053px;
}
.accordion-green h3 a {
    background-position: 0 -261px;
}
.accordion-green h3.open a {
    background-position: 0 -1185px;
}
.accordion-green-forest h3 a {
    background-position: 0 -393px;
}
.accordion-green-forest h3.open a {
    background-position: 0 -1317px;
}
.accordion-blue h3 a {
    background-position: 0 -525px;
}
.accordion-blue h3.open a {
    background-position: 0 -1449px;
}
.accordion-blue-powder h3 a {
    background-position: 0 -657px;
}
.accordion-blue-powder h3.open a {
    background-position: 0 -1581px;
}
.accordion-blue-dark h3 a {
    background-position: 0 -789px;
}
.accordion-blue-dark h3.open a {
    background-position: 0 -1713px;
}
.accordion h3 + div {
    padding: 10px 10px 10px 60px;
}
/* End Styles From CHS Source */


/* Begin Styles From CHS Inc */

.blue, a:hover, h1, .side-nav a, .side-nav div, .subnav-menu .subnav-list .main-header, .flex-caption, .header-spliter, .flex-caption a, .side-nav .accordion_item_panel a:hover, .side-nav .accordion_item_panel .active a {
    color: #06419e;
}
.blue-bg, .side-nav-indicator, .small-nav-header, .accordion-nav-indicator, .search-form, .btn:hover, .search-results-pager li:hover a, .search-results-pager li a.active, .in-page-search-form-wrapper, .mychs-log-in-box, .utility-nav .active {
    background-color: #06419e;
}
.light-blue, .title-link:hover, .footer-nav a:hover, .search-results-pager li a, .mychs-log-in-title, .side-nav .accordion_item_panel a, .h2.blue:hover {
    color: #4da0cc;
}
.light-blue-bg, .btn, .expandable-item-title {
    background-color: #4da0cc;
}
.light-blue-border {
    border-color: #a6cfe5;
}
.bright-blue, .back-to-top-link a:hover {
    color: #43bae9;
}
.bright-blue-bg {
    background-color: #43bae9;
}
.bright-blue-border {
    border-color: #43bae9;
}
.alt-light-blue, .btn:hover {
    background: none repeat scroll 0 0 #5bb5e7;
}
.lighter-blue {
    color: #e1f1ff;
}
.lighter-blue-bg, .select-results, .expandable-content-container, .locations-result, .financials-item-date, .financials-item-links {
    background-color: #e1f1ff;
}
.lighter-blue-border, .lighter-blue-border.highlight, .lighter-blue-border.mobile-highlight {
    border-color: #e1f1ff;
}
.alt-light-blue {
    color: #a1dcef;
}
.alt-lighter-blue-bg {
    background-color: #a1dcef;
}
.alt-lighter-blue-border {
    border-color: #a1dcef;
}
.green {
    color: #309f38;
}
.green-bg, .flex:nth-child(1) .sub-content-indicator {
    background-color: #309f38;
    z-index: 1;
}
.yellow {
    color: #f9cf1a;
}
.yellow-bg, .flex:nth-child(2) .sub-content-indicator {
    background-color: #f9cf1a;
}
.orange {
    color: #e47618;
}
.orange-bg, .flex:nth-child(3) .sub-content-indicator {
    background-color: #e47618;
}
.black, input, textarea, .side-nav small, address a, .flex.news p a, .search-results-pager a, .search-results-count h2 {
    color: #000;
}
.white, .btn, .btn:hover, .site-search input[type="submit"], .flexslider-bottom-caption p, .menu-button:hover, .subnav-header, .subnav-menu li a small, .sub-page-title, .footer-nav a, .footer-legal, .footer-legal a, .flex-caption.white a, .search-results-pager li:hover a, .search-results-pager li a.active, .expandable-item-title, .mychs-log-in-box a, .utility-nav .active a {
    color: #fff;
}
.white-bg {
    background-color: #fff;
}
.light-gray {
    color: #f1f1f1;
}
.light-gray-bg {
    background: none repeat scroll 0 0 #f1f1f1;
}
.light-gray-border {
    border-color: #f1f1f1;
}
.gray {
    color: #d8d8d8;
}
.gray-bg {
    background-color: #d8d8d8;
}
.gray-border {
    border-color: #d8d8d8;
}

.side-nav ul {
    list-style: outside none none;
}

.side-nav li {
    border-bottom: 1px solid #c7e3f5;
}

.side-nav li.active {
    display: none;
}
.side-nav li, .sub-content div {
    margin-bottom: 3px;
    position: relative;
}
.side-nav li > a,
.side-nav li > div {
    display: block;
    height: 100%;
    outline: medium none;
    padding-top: 18px;
    padding-bottom: 15px;
    text-decoration: none;
    width: 90%;
}

.side-nav a,
.side-nav div {
    text-decoration: none;
}

.side-nav .title, .side-nav small {
    display: block;
    padding: 0 80px 0 38px;
}
.side-nav-indicator, .accordion-nav-indicator {
    height: 80%;
    left: 0;
    position: absolute;
    top: 10%;
    width: 25px;
}

.side-nav .accordion .active {
    display: block;
}
.side-nav .accordion .active-child > a:hover {
    color: #06419e;
}
.side-nav .accordion-trigger {
    margin-bottom: 6px;
}
.side-nav .accordion_item_panel a {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 8px;
    padding-top: 8px;
}
.side-nav .accordion_item_panel li:first-child a {
    padding-top: 0;
}

.side-nav .accordion .side-nav-arrow {
    top: 14px;
}
.side-nav .accordion .side-nav-indicator {
    height: 45px;
    top: 7px;
    width: 24px;
}
.side-nav .accordion .accordion_item_panel li {
    border: medium none;
    margin-bottom: 0;
}
.side-nav .accordion .accordion_item_panel li:last-child {
    margin-bottom: 12px;
}
.accordion-nav .accordion_item_trigger {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 3px;
    padding: 18px 0 15px 38px;
    position: relative;
}
.accordion-nav .accordion .accordion_item_trigger {
    display: block;
    padding: 18px 45px 13px 38px;
    text-decoration: none;
}
.accordion-nav-arrow {
    top: 14px;
}
.accordion-nav .accordion_item_panel li {
    background: none repeat scroll 0 0 #fff;
}
.accordion-nav.side-nav .accordion .accordion_item_panel li:last-child {
    margin-bottom: 0;
}

.side-nav .title-link::after,
.side-nav .accordion_item_panel a::after {
    content: " »";
}

.side-nav .title {
    font-size: 19px;
    font-weight: bold;
}

a.accordion_item_trigger {
    cursor: pointer;
}

.accordion_item_label
 {
    cursor: default;
}

/* End Styles From CHS Inc */

/* Fix the appearance of select dropdowns in IE */
select {
  padding: 0px !important;
}

.tab-pane {
    margin-top: 10px;
}

/* FAQ List */
ul.faq-list {
    list-style-type: none;
}

ul.faq-list li {
	text-decoration:none;
	display:block;
	padding:20px 0 10px;
	margin:0;
	border-top:1px solid #cfcece;
	border-bottom:none
}

ul.faq-list li:first-of-type{
	border-top:none
}

ul.faq-list .faq-question {
    color: black;
    display: table;
    font-family: 'proxima bold', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
}

ul.faq-list img.faq-question-img {
    display: inline-block;
    padding-right: 15px;
}

ul.faq-list .faq-question-content {
    display: table-cell;
}

ul.faq-list .faq-qa {
    color: black;
    font-family: 'proxima bold', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
    padding-right: 10px;
}


/* Home Page Buttons */
.btn-resource {
    color: white;
    font-size: 1.25em;
    font-weight: bold;
    margin: 5px 5px 5px 5px;
    text-align: left;
    width: 95%;
}

@media only screen and (min-width:1024px) {
    .contained {
        max-width:1000px;
    }

    .tab-pane.vertical-divider {
        overflow: hidden;
    }

    .tab-pane.vertical-divider > div[class^="col-md"] {
        /*
        padding-bottom: 100px;
        margin-bottom: -100px;
            */
        border-left: 1px solid #cfcece;
        border-right: 1px solid #cfcece;
        height: 300px;
    }

    .tab-pane.vertical-divider div[class^="col-md"]:first-child {
        border-left: none;
    }

    .tab-pane.vertical-divider div[class^="col-md"]:last-child {
        border-right: none;
    }
}

@media (min-width: @screen-md-min) {
    .tab-pane.vertical-divider {
        overflow: hidden;
    }

    .tab-pane.vertical-divider > div[class^="col-md"] {
        /*
        padding-bottom: 100px;
        margin-bottom: -100px;
            */
        border-left: 1px solid #cfcece;
        border-right: 1px solid #cfcece;
        height: 300px;
    }

    .tab-pane.vertical-divider div[class^="col-md"]:first-child {
        border-left: none;
    }

    .tab-pane.vertical-divider div[class^="col-md"]:last-child {
        border-right: none;
    }
}


/* Landscape phones and portrait tablets */
@media all and (min-width: 481px) and (max-width: 767px) {
    .site-logo img {
        height: 65px;
        width: 119px;
    }

    .application-name {
        font-size: 1.2em;
    }

    .site-footer-logo,
    .footer-nav,
    .footer-legal {
        display: block;
        float: left;
        clear: left;
    }
}

/* Landscape phones and smaller */
@media all and (min-width: 321px) and (max-width: 480px) {
    .site-logo {
        display: block;
    }

    .site-logo img {
        height: 65px;
        width: 119px;
    }

    .application-name
    {
        display: block;
        font-size: 1.2em;
        margin-top: 10px;
    }

    .site-footer-logo,
    .footer-nav,
    .footer-legal {
        display: block;
        float: left;
        clear: left;
    }
}


/* Landscape phones and smaller */
@media all and (max-width: 320px) {
    .site-logo {
        display: block;
    }

    .site-logo img {
        height: 65px;
        width: 119px;
    }

    .application-name
    {
        display: block;
        font-size: 1.2em;
        margin-top: 10px;
    }

    .site-footer-logo,
    .footer-nav,
    .footer-legal {
        display: block;
        float: left;
        clear: left;
    }
}
