/* CSS Document */

/* Base Styles */
/* global box-sizing */
*, *:after, *:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    outline: 0;
}

html {
    margin: 0;
    padding: 0;
    background: #333;
}

body {
    margin: 0;
    padding: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

img.left {
    margin: 0 10px 10px 0;
}

img.right {
    margin: 0 0 10px 10px;
}

p, li, label {
    font-size: 16px;
    color: #808080;
    font-family: 'Source Sans Pro', serif;
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
    color: #808080;
    font-family: 'Source Sans Pro', serif;
    line-height: 1.6em;
    font-weight: 600;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 16px;
}

label {
    display: block;
}

ul, ol {
    padding: 0;
    margin: 0;
}

p.small, span.small, label.small, li.small, td.small {
    font-size: 14px;
    color: #878787;
    line-height: 1.2em;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #808080;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #be421d;
}

a strong, table td a strong {
    color: #808080;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover strong, table td a:hover strong {
    color: #be421d;
}

.content a {
    color: #be421d;
}

.content a:hover {
    color: #000;
}

b, strong {
    font-weight: 700;
}

i, em {
    font-style: italic;
}

p {
    margin-bottom: 25px;
}

p.headline {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: normal;
    font-family: 'Oranienbaum', serif;
    -webkit-transform: scale(1, .96);
    -moz-transform: scale(1, .96);
    -ms-transform: scale(1, .96);
    -o-transform: scale(1, .96);
    transform: scale(1, .96);
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
}

h1.underline, h2.underline, h3.underline, h4.underline, h5.underline, h6.underline {
    display: inline-block;
    min-width: 50%;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 25px;
    margin-top: 10px;
}

iframe {
    border: 0;
}

img {
    border: 0;
}

.divider {
    clear: both;
}

.center {
    text-align: center;
    display: block;
}

.clear {
    clear: both;
}

.red {
    color: #be421d;
}

.black {
    color: #808080;
}

a.black {
    color: #808080;
}

a.black:hover {
    color: #be421d;
}

hr {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 1px solid #808080;
    height: 0px;
    margin: 10px 0 30px 0;
}

hr.red-bar {
    border-top: 3px solid #be421d;
}

.no-top {
    margin-top: 0 !important;
}

.no-bottom {
    margin-bottom: 0 !important;
}

.bottom-10 {
    margin-bottom: 10px !important;
}

ul.li-bottom li, ol.li-bottom li {
    margin-bottom: 25px !important;
}

.content .buttons-container {
    margin: 0 auto;
    margin-top: 60px;
}

.content .buttons-container.two-buttons {
    width: 330px;
}

.content .buttons-container a.button {
    margin-bottom: 0;
    margin-right: 76px;
}

.content .buttons-container a.button:last-child {
    margin-right: 0;
}

span.tooltip {
    color: #878787;
    cursor: pointer;
    font-size: 14px;
}

span.tooltip:hover {
    color: #000;
}

span.tooltip:before {
    content: url(../img/arrow-right-14.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2.5px;
    margin-right: 4px;
}

a.small-link {
    color: #878787;
    cursor: pointer;
    font-size: 14px;
}

a.small-link:hover {
    color: #000;
}

a.small-link:before {
    content: url(../img/arrow-right-14.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2.5px;
    margin-right: 4px;
}

a.bullet-link:before {
    content: url(../img/arrow-right-16.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2.5px;
    margin-right: 8px;
}

#sdrn_menu {
    display: none !important;
}

body.menu_is_opened #sdrn_menu {
    display: block !important;
}

.date {
    font-size: 16px;
    color: #808080;
    font-family: 'Source Sans Pro', serif;
    line-height: 1.6em;
}

.plan-comparison {
    display: none;
}

.temp-hide {
}

/* General Body */
.content {
    width: 100%;
    padding: 100px 0 80px 0;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

#content-full {
    width: 100%;
    padding: 0;
}

#content-left {
    float: left;
    width: 72%;
    padding: 0 20px 0 30px;
}

#content-right {
    float: right;
    width: 72%;
    padding: 0 30px 0 20px;
}

#sidebar-left {
    float: left;
    width: 28%;
    padding: 0 20px 0 30px;
}

#sidebar-right {
    float: right;
    width: 28%;
    padding: 0 30px 0 20px;
}

.content .content-wrapper {
    width: 960px;
    margin: 0 auto;
}

.content .sidebar h4 {
    display: inline-block;
    font-size: 22px;
    border-bottom: 1px solid #b2b2b2;
    min-width: 50%;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.content .sidebar {
    font-size: 20px;
    color: #808080;
    font-family: 'Source Sans Pro', serif;
    line-height: 1.6em;
}

.content .sidebar .widget {
    margin-bottom: 25px;
}

.content ul, .content ol {
    margin: 0 0 25px 0;
}

.content ul li {
    margin-left: 26px;
    list-style: disc;
}

.content ul.arrow li {
    background: url(../img/bullet-double-arrow.png) no-repeat 0 8px;
    list-style: none;
    margin-bottom: 0;
    padding-left: 21px;
    margin-left: 6px;
}

.content ul.bullet li {
    background: url(../img/arrow-right-16.png) no-repeat 0 4.5px;
    list-style: none;
    margin-bottom: 0;
    padding-left: 26px;
    margin-left: 6px;
}

.content ol {
    counter-reset: item;
}

.content ol li {
    margin-left: 33px;
    list-style: none;
    text-indent: -22px;
}

.content ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #be421d;
    font-size: 17px;
    margin-right: 6px;
}

.content a.button {
    border: 1px solid #808080;
    color: #be421d;
    font-size: 16px;
    padding: 4.5px 10px 4px 10px;
    line-height: 1em;
    margin-bottom: 25px;
    display: inline-block;
    font-family: 'Source Sans Pro', serif;
    font-size: 15px
}

.content a.button:hover {
    border: 1px solid #be421d;
    background: #be421d;
    color: #fff;
}

.content a.button:after {
    content: "";
    background-image: url(../img/button-arrow.png);
    background-position: 0 0;
    display: inline-block;
    width: 14px;
    height: 13px;
    position: relative;
    top: 1px;
    margin-left: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.content a.button:hover:after {
    background-position: 0 -13px;
}

.content .su-spoiler-style-default > .su-spoiler-content {
}

.content .su-accordion .su-spoiler {
    margin: 0 0 8px 0;
}

.content .su-spoiler-title {
    font-size: 16px;
    color: #be421d;
    font-family: 'Source Sans Pro', serif;
    line-height: 1.6em;
    font-weight: 400;
    min-height: none;
    padding: 0 7px;
}

.content .su-spoiler-icon {
    width: 16px;
    height: 16px;
    top: 4px;
}

.content .su-spoiler-icon-plus .su-spoiler-icon:before {
    content: none !important;
}

.content .su-spoiler-icon-plus .su-spoiler-icon {
    background: url(../img/arrow-accordion-16.png) no-repeat 0 -16px;
}

.content .su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon {
    background: url(../img/arrow-accordion-16.png) no-repeat 0 0;
}

.content .su-spoiler-content p {
    margin-bottom: 20px;
}

.content .su-row .su-column-size-1-2 {
    margin: 0;
    width: 50%;
    padding: 0 20px;
}

.content .su-row .su-column-size-1-3 {
    margin: 0;
    width: 33.3%;
    padding: 0 20px;
}

.content .vc_row {
    margin: 0 0 25px 0;
}

.content .vc_row.grey {
    background: #ededed;
    padding: 60px 0;
    margin: 60px 0;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
}

.content .vc_row.grey.last {
    margin: 60px 0 0 0;
}

.content .su-row .su-column {
    margin: 0;
}

.content .su-column:first-of-type {
    padding: 0 20px 0 0 !important;
}

.content .su-column:last-of-type {
    padding: 0 0 0 20px !important;
}

.content .wpb_column {
    padding: 0 20px !important;
}

.content .wpb_column:first-of-type {
    padding: 0 20px 0 0 !important;
}

.content .wpb_column:last-of-type {
    padding: 0 0 0 20px !important;
}

.content .wpb_column.vc_col-sm-12 {
    padding: 0 !important;
}

.content .su-column-size-2-3 {
    width: 66.6%;
    padding: 0 20px;
}

/* Multi-site selector page */
#splash {
    background: #fff url(../img/select-page-bg.jpg) no-repeat top center;
    background-size: cover;
    height: 100%;
}

#splash #splash-content {
    background: url(../img/black-transparent-bg-selector.png) repeat 0 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    position: relative;
}

#splash .splash-container {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 44px 0;
}

#splash h1 {
    font-size: 72px;
    color: #fff;
    font-family: 'Oranienbaum', serif;
    font-weight: normal;
    line-height: 1.1em;
    padding: 0 20px;
    -webkit-transform: scale(1, .96);
    -moz-transform: scale(1, .96);
    -ms-transform: scale(1, .96);
    -o-transform: scale(1, .96);
    transform: scale(1, .96);
    text-align: center;
}

#splash p.headline {
    color: #fff;
    font-size: 28px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 40px;
}

#splash .site-links {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 180px;
}

#splash .site-links .link-wrapper {
    background: url(../img/black-transparent-bg-link.png) repeat 0 0;
    border: 1px solid #cacaca;
    width: 350px;
    height: 170px;
}

#splash .site-links #montana {
    float: left;
}

#splash .site-links #idaho {
    float: right;
}

#splash .site-links h2 {
    font-size: 32px;
    font-family: 'Oranienbaum', serif;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
}

#splash .site-links h2 a {
    color: #fff;
    display: block;
    padding-top: 20px;
}

#splash .site-links h2 a span.icon {
    display: inline-block;
    background: url(../img/off-arrow.png) no-repeat 0 0;
    width: 37px;
    height: 37px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
    position: relative;
    top: 7px;
}

#splash .site-links .link-wrapper:hover h2 a span.icon {
    background: url(../img/on-arrow.png) no-repeat 0 0;
}

#splash .site-links .logo {
    text-align: center;
}

#splash .site-links .logo a {
    display: block;
    padding: 20px;
    width: 100%;
}

#splash .site-links #idaho .logo a {
    padding: 27px 10px;
}

#splash .site-links .logo img {
    max-width: 100%;
    max-height: 100%;
}

#splash footer {
    position: fixed;
    bottom: 0;
    background: url(../img/black-transparent-bg-selector.png) repeat 0 0;
}

#splash footer .footer-container {
}

#splash footer nav {
    overflow: hidden;
    width: 700px;
    margin: 0 auto;
    padding: 8px 0;
}

#splash footer nav ul {
}

#splash footer nav ul li {
    color: #fff;
    float: left;
    list-style: none;
    border-right: 1px solid #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 1.2em;
    padding: 0 6px;
}

#splash footer nav ul li:last-child {
    border-right: 0;
}

#splash footer nav ul li a {
}

/* Broker Plan Rates */
.content .region-wrapper {
    margin-bottom: 30px;
}

.content .region .box {
    display: inline-block;
    width: 26px;
    height: 14px;
    border: 1px solid #000;
    margin-right: 15px;
    max-width: 15%;
    position: relative;
    top: 2px;
}

.content .region-1 .box {
    background: #333333;
}

.content .region-2 .box {
    background: #be421d;
}

.content .region-3 .box {
    background: #409a89;
}

.content .region-4 .box {
    background: #878787;
}

.content .region .text {
    font-size: 20px;
    display: inline-block;
    font-family: 'Source Sans Pro', serif;
    line-height: 1.6em;
    font-weight: 400;
    color: #808080;
    border-bottom: 1px solid #cdcdcd;
    min-width: 85%;
    margin-bottom: 8px;
}

.content .region-wrapper ul {
    margin-left: 55px;
}

/* Board of Directors */
.page-id-18 .content {
    padding: 120px 0;
}

.page-id-18 .content .content-wrapper {
    width: 1000px;
}

.page-id-18 .wpb_tour .wpb_tabs_nav {
    width: 22%;
    overflow: hidden;
}

.page-id-18 .wpb_content_element .wpb_tabs_nav h3 {
    font-size: 20px;
    border-bottom: 2px solid #808080;
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
}

.page-id-18 .wpb_content_element .wpb_tabs_nav li {
    padding: 0;
    font-size: 16px;
    color: #808080;
    font-family: 'Source Sans Pro', serif;
    line-height: 1.6em;
    background: none;
}

.page-id-18 .wpb_content_element .wpb_tabs_nav li a {
    padding: 0;
    color: #808080;
    border-bottom: 1px solid #cdcdcd;
    max-width: 90%;
    padding-left: 30px;
    position: relative;
    line-height: 35px;
}

.page-id-18 .wpb_content_element .wpb_tabs_nav li:last-child a {
    border-bottom: 0;
}

.page-id-18 .wpb_content_element .wpb_tabs_nav li a:before {
    content: url(../img/arrow-right-16.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 5px;
}

.page-id-18 .wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
    background: none !important;
}

.page-id-18 .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a:before {
    content: url(../img/radio-selected-16.png);
}

.page-id-18 .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
    color: #be421d;
}

.page-id-18 .wpb_content_element .wpb_tabs_nav li:hover {
    background: none !important;
}

.page-id-18 .wpb_content_element .wpb_tabs_nav li:hover a {
    color: #be421d;
}

.page-id-18 .wpb_content_element .wpb_tabs_nav li:last-child a {
}

.page-id-18 .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
    width: 78%;
    padding-left: 75px;
}

.page-id-18 .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab h4 {
    max-width: 50%;
    border-bottom: 2px solid #808080;
    font-size: 20px;
    margin-top: 0;
}

.page-id-18 .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab img {
    float: left;
    margin: 5px 10px 10px 0;
    max-height: 200px;
    max-width: 150px;
}

.page-id-18 .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab p {
    margin-bottom: 50px;
}

.page-id-18 .wpb_tour_next_prev_nav {
    display: none;
}

.page-id-18 header .header-link-wrapper .header-link .top.link {
    cursor: pointer;
}

/* News Page */
.page-id-14 .content {
    padding: 60px 0 8px 0 !important;
}

.page-id-14 h2.underline {
    margin-bottom: 50px;
}

.page-id-14 .content a.button {
    margin-bottom: 0;
}

.page-id-14 .post-container p.red {
    margin-bottom: 50px !important;
}

.page-id-14 .meta-wrapper {
    margin-bottom: 4px;
}

.page-id-14 .meta-wrapper span.group {
    color: #be421d;
    text-transform: uppercase;
    font-weight: 600;
}

.page-id-14 .meta-wrapper span.group:after {
    content: "/";
    position: relative;
    color: #808080;
    margin: 0 4px;
    font-weight: normal;
    top: -1px;
}

.page-id-14 .meta-wrapper .sp-date {
    background: none !important;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.page-id-14 .sp-title {
    font-size: 20px;
    font-weight: 600;
    color: #808080;
    display: inline-block;
    margin-bottom: 6px;
}

.page-id-14 .sp-title:hover {
    color: #be421d;
}

.page-id-14 .sp-more {
    display: block;
    margin-top: 4px;
}

.page-id-14 .sp-more:before {
    content: url(../img/arrow-right-16.png);
    display: inline;
    width: 16px;
    height: 16px;
    position: relative;
    margin: 0 10px 0 15px;
    top: 2px;
}

.page-id-14 .super-post {
    width: 100%;
    overflow: hidden;
}

.page-id-14 .super-post li {
    float: left;
    clear: none;
    margin-bottom: 40px;
}

.page-id-14 .super-post.one li {
    width: 100%;
}

.page-id-14 .super-post.two li {
    width: 50%;
    padding-right: 6%;
}

.page-id-14 .super-post.three li {
    width: 33%;
    padding-right: 6%;
}

.page-id-14 .super-post li:last-child {
    padding-right: 0;
}

.page-id-14 .wpb_content_element {
    margin-bottom: 0 !important;
}

/* MHC in the News page */
.page-id-2114 .content {
    padding: 60px 0;
}

.page-id-2114 h2.underline {
    margin-bottom: 50px;
}

.page-id-2114 .content a.button {
    margin-bottom: 0;
}

.page-id-2114 .meta-wrapper {
    margin-bottom: 4px;
}

.page-id-2114 .meta-wrapper span.group {
    color: #be421d;
    text-transform: uppercase;
    font-weight: 600;
}

.page-id-2114 .meta-wrapper span.group:after {
    content: "/";
    position: relative;
    color: #808080;
    margin: 0 4px;
    font-weight: normal;
    top: -1px;
}

.page-id-2114 .meta-wrapper .sp-date {
    background: none !important;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.page-id-2114 .sp-title {
    font-size: 20px;
    font-weight: 600;
    color: #808080;
    display: inline-block;
    margin-bottom: 6px;
}

.page-id-2114 .sp-title:hover {
    color: #be421d;
}

.page-id-2114 .sp-more {
    display: block;
    margin-top: 4px;
}

.page-id-2114 .sp-more:before {
    content: url(../img/arrow-right-16.png);
    display: inline;
    width: 16px;
    height: 16px;
    position: relative;
    margin: 0 10px 0 15px;
    top: 2px;
}

.page-id-2114 .super-post {
    width: 100%;
    overflow: hidden;
}

.page-id-2114 .super-post li {
    margin-bottom: 40px;
}

/* News Releases page */
.page-id-2287 .content {
    padding: 60px 0;
}

.page-id-2287 h2.underline {
    margin-bottom: 50px;
}

.page-id-2287 .content a.button {
    margin-bottom: 0;
}

.page-id-2287 .meta-wrapper {
    margin-bottom: 4px;
}

.page-id-2287 .meta-wrapper span.group {
    color: #be421d;
    text-transform: uppercase;
    font-weight: 600;
}

.page-id-2287 .meta-wrapper span.group:after {
    content: "/";
    position: relative;
    color: #808080;
    margin: 0 4px;
    font-weight: normal;
    top: -1px;
}

.page-id-2287 .meta-wrapper .sp-date {
    background: none !important;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.page-id-2287 .sp-title {
    font-size: 20px;
    font-weight: 600;
    color: #808080;
    display: inline-block;
    margin-bottom: 6px;
}

.page-id-2287 .sp-title:hover {
    color: #be421d;
}

.page-id-2287 .sp-more {
    display: block;
    margin-top: 4px;
}

.page-id-2287 .sp-more:before {
    content: url(../img/arrow-right-16.png);
    display: inline;
    width: 16px;
    height: 16px;
    position: relative;
    margin: 0 10px 0 15px;
    top: 2px;
}

.page-id-2287 .super-post {
    width: 100%;
    overflow: hidden;
}

.page-id-2287 .super-post li {
    margin-bottom: 40px;
}

/* Provider Updates */
.page-id-56 .content {
    padding: 60px 0;
}

.page-id-56 p.headline {
    margin-bottom: 40px;
}

.page-id-56 .content a.button {
    margin-bottom: 0;
}

.page-id-56 .meta-wrapper {
    margin-bottom: 4px;
}

.page-id-56 .meta-wrapper span.group {
    color: #be421d;
    text-transform: uppercase;
    font-weight: 600;
}

.page-id-56 .meta-wrapper span.group:after {
    content: "/";
    position: relative;
    color: #808080;
    margin: 0 4px;
    font-weight: normal;
    top: -1px;
}

.page-id-56 .meta-wrapper .sp-date {
    background: none !important;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.page-id-56 .sp-title {
    font-size: 20px;
    font-weight: 600;
    color: #808080;
    display: inline-block;
    margin-bottom: 6px;
}

.page-id-56 .sp-title:hover {
    color: #be421d;
}

.page-id-56 .sp-more {
    display: block;
    margin-top: 4px;
}

.page-id-56 .sp-more:before {
    content: url(../img/arrow-right-16.png);
    display: inline;
    width: 16px;
    height: 16px;
    position: relative;
    margin: 0 10px 0 15px;
    top: 2px;
}

.page-id-56 .super-post {
    width: 100%;
    overflow: hidden;
}

.page-id-56 .super-post li {
    margin-bottom: 40px;
}

/* Broker Updates */
.page-id-185 .content {
    padding: 60px 0;
}

.page-id-185 p.headline {
    margin-bottom: 40px;
}

.page-id-185 .content a.button {
    margin-bottom: 0;
}

.page-id-185 .meta-wrapper {
    margin-bottom: 4px;
}

.page-id-185 .meta-wrapper span.group {
    color: #be421d;
    text-transform: uppercase;
    font-weight: 600;
}

.page-id-185 .meta-wrapper span.group:after {
    content: "/";
    position: relative;
    color: #808080;
    margin: 0 4px;
    font-weight: normal;
    top: -1px;
}

.page-id-185 .meta-wrapper .sp-date {
    background: none !important;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.page-id-185 .sp-title {
    font-size: 20px;
    font-weight: 600;
    color: #808080;
    display: inline-block;
    margin-bottom: 6px;
}

.page-id-185 .sp-title:hover {
    color: #be421d;
}

.page-id-185 .sp-more {
    display: block;
    margin-top: 4px;
}

.page-id-185 .sp-more:before {
    content: url(../img/arrow-right-16.png);
    display: inline;
    width: 16px;
    height: 16px;
    position: relative;
    margin: 0 10px 0 15px;
    top: 2px;
}

.page-id-185 .super-post {
    width: 100%;
    overflow: hidden;
}

.page-id-185 .super-post li {
    margin-bottom: 40px;
}

/* Employment */
.page-id-1430 .content {
    padding: 60px 0 35px 0;
}

.page-id-1430 p.headline {
    margin-bottom: 40px;
}

.page-id-1430 p.red {
    margin-bottom: 25px !important;
}

.page-id-1430 .super-post {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px !important;
}

.page-id-1430 .super-post li {
    margin-bottom: 0;
}

/* Browse Plans */
.page-id-28 .content {
    padding: 60px 0;
}

#browse-plans {
    padding: 60px 0 35px 0;
}

#browse-plans .vc_col-sm-3 {
    width: 22%;
}

#browse-plans .vc_col-sm-9 {
    width: 78%;
}

#browse-plans .content-wrapper {
    width: 1040px;
}

#browse-plans p.headline {
    margin-bottom: 0;
}

#browse-plans .sidebar-menu {
    margin-bottom: 30px;
}

#browse-plans .sidebar-menu:first-of-type {
    margin-top: 61px;
}

#browse-plans .sidebar-menu h3 {
    display: block;
    border-bottom: 2px solid #808080;
    margin-top: 0;
    margin-bottom: 15px;
}

#browse-plans .sidebar-menu ul.expandable {
}

#browse-plans .sidebar-menu ul.expandable li {
    list-style: none;
    margin-left: 10px;
}

#browse-plans .sidebar-menu ul.expandable li a {
    displaY: block;
    padding: 7px 0;
    color: #808080;
    border-bottom: 1px solid #cdcdcd;
    max-width: 100%;
    margin-left: 20px;
    position: relative;
    line-height: 1.2em;
}

#browse-plans .sidebar-menu ul.expandable li:last-child a {
    border-bottom: 0;
}

#browse-plans .sidebar-menu ul.expandable li a:hover {
    color: #be421d;
}

#browse-plans .sidebar-menu ul.expandable li a:before {
    content: url(../img/arrow-right-16.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: -25px;
}

#browse-plans .sidebar-menu ul.expandable li.active a {
    color: #be421d;
    border-bottom: 0;
}

#browse-plans .sidebar-menu ul.expandable li.active + li a {
    border-top: 1px solid #cdcdcd;
}

#browse-plans .sidebar-menu ul.expandable li.active a:before {
    content: url(../img/radio-selected-16.png);
}

#browse-plans .sidebar-menu ul.expandable li.active ul {
    display: block;
}

#browse-plans .sidebar-menu ul.expandable li.active ul li a {
    color: #808080;
}

#browse-plans .sidebar-menu ul.expandable li.active ul li a:before {
    content: url(../img/arrow-right-16.png);
}

#browse-plans .sidebar-menu ul.expandable li.active ul li a:hover {
    color: #be421d;
}

#browse-plans .sidebar-menu ul.expandable ul {
    display: none;
    padding-bottom: 12px;
}

#browse-plans .sidebar-menu ul.expandable ul li {
    margin-left: 28px;
}

#browse-plans .sidebar-menu ul.expandable ul li a {
    border-bottom: 0;
    padding: 5px 0;
}

#browse-plans .sidebar-menu ul.expandable li li a:before {
    top: 6px;
}

#browse-plans .wpb_content_element .wpb_tabs_nav {
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #808080;
}

#browse-plans .wpb_content_element .wpb_tabs_nav li {
    background: none;
    text-align: center;
    flex: 1;
}

#browse-plans .wpb_content_element .wpb_tabs_nav li:nth-child(1) {
    text-align: left;
}

#browse-plans .wpb_content_element .wpb_tabs_nav li:nth-child(2) a {
    margin-right: 0;
}

#browse-plans .wpb_content_element .wpb_tabs_nav li:hover {
    background: none;
}

#browse-plans .wpb_content_element .wpb_tabs_nav li a {
    background: #f2f2f2;
    transition: none;
    color: #878787;
    font-family: 'Source Sans Pro', serif;
    line-height: 1.2em;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 0;
    border: 1px solid #808080;
}

#browse-plans .wpb_content_element .wpb_tabs_nav li a:before {
    content: url(../img/arrow-right-16.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

#browse-plans .wpb_content_element .wpb_tabs_nav li:hover a:before {
    content: url(../img/radio-gray-ring-16.png);
}

#browse-plans .wpb_content_element .wpb_tabs_nav li.ui-tabs-active, #browse-plans .wpb_content_element .wpb_tabs_nav li:hover {
    background: none;
}

#browse-plans .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a, #browse-plans .wpb_content_element .wpb_tabs_nav li:hover a {
    background: #be421d;
    color: #fff;
}

#browse-plans .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
    cursor: pointer;
}

#browse-plans .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a:before {
    content: url(../img/radio-gray-ring-16.png);
}

#browse-plans .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background: #fff;
    padding: 0;
}

#browse-plans table h2 {
    color: #be421d;
    font-size: 28px;
    line-height: 1.2em;
}

#browse-plans table th {
    color: #be421d;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
    border-bottom: 0;
    vertical-align: bottom;
}

#browse-plans table td:nth-child(1) {
    width: 36%;
    vertical-align: top;
}

#browse-plans table td:nth-child(2) {
    width: 32%;
    vertical-align: top;
}

#browse-plans table td:nth-child(3) {
    width: 32%;
    vertical-align: top;
}

#browse-plans table td:nth-child(4) {
    width: 32%;
    vertical-align: top;
}

#browse-plans table th:first-child {
    text-align: left;
}

#browse-plans table td {
    line-height: 1.2em;
    text-align: left;
}

#browse-plans table td span.row-heading {
    color: #be421d;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
}

#browse-plans a.button {
    margin-bottom: 0;
}

#browse-plans a.button:first-of-type {
    margin-right: 30px;
}

#browse-plans .mobile-intro {
    display: none;
}

header .header-link-wrapper .header-link .top.link {
    cursor: pointer;
}

#browse-plans .full-table {
    display: block;
    margin-bottom: 40px;
}

#browse-plans .mobile-tables {
    display: none;
}

#browse-plans .mobile-tables ul {
    margin-top: 15px;
}

#browse-plans .mobile-tables .table-bg {
    background: #f2f2f2;
    margin: 0 0 8px 0;
    padding: 0 18px;
}

#browse-plans .mobile-tables h2 {
    color: #be421d;
    font-size: 28px;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 10px;
}

#browse-plans .mobile-tables table {
    border-top: 0;
    width: 100%;
    margin: 0;
}

#browse-plans .mobile-tables table tr th {
    border-bottom: 2px solid #808080;
    background: transparent;
    text-align: center;
    line-height: 1em;
    padding: 12px 0;
}

#browse-plans .mobile-tables table tr td {
    border-bottom: 1px solid #cbcbcb;
    border-right: 0;
    background: transparent;
}

#browse-plans .mobile-tables table tr td:nth-child(1) {
    color: #be421d;
    font-weight: 600;
    padding: 12px 12px 12px 0;
    width: 30%;
    vertical-align: top;
}

#browse-plans .mobile-tables table tr td:nth-child(2) {
    color: #878787;
    padding: 12px 0;
    width: 70%;
    certical-align: top;
}

#browse-plans .mobile-tables table tr:last-child td {
    border-bottom: 0;
}

#browse-plans .no-plan {
    margin-top: 60px;
    margin-bottom: 60px;
}

#browse-plans .slide-menu {
    width: 100%;
    background: #4d4d4d;
    padding: 15px 40px 50px 40px !important;
    display: none;
}

/* Non-specific tabs */
.page-id-32 .wpb_content_element .wpb_tabs_nav {
    border-bottom: 2px solid #808080;
    display: flex;
    width: 100%;
}

.page-id-32 .wpb_content_element .wpb_tabs_nav li {
    background: none;
    text-align: center;
    flex: 1;
}

.page-id-32 .wpb_content_element .wpb_tabs_nav li:hover {
    background: none;
}

.page-id-32 .wpb_content_element .wpb_tabs_nav li:nth-child(1) {
    text-align: left
}

.page-id-32 .white .wpb_tabs_nav li:nth-child(1) {
    text-align: left;
    background-color: #fff
}

.page-id-32 .white .wpb_tabs_nav li:nth-child(1):hover {
    background-color: #fff;
}

.page-id-32 .wpb_content_element .wpb_tabs_nav li a {
    background: #f2f2f2;
    transition: none;
    color: #878787;
    font-family: 'Source Sans Pro', serif;
    line-height: 1.2em;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 0;
    border: 1px solid #808080;
}

.page-id-32 .wpb_content_element .wpb_tabs_nav li a:before {
    content: url(../img/arrow-right-16.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

.page-id-32 .wpb_content_element .wpb_tabs_nav li:hover a:before {
    content: url(../img/radio-selected-white-16.png);
}

.page-id-32 .wpb_content_element .wpb_tabs_nav li.ui-tabs-active, #browse-plans .wpb_content_element .wpb_tabs_nav li:hover {
    background: none;
}

.page-id-32 .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a, #browse-plans .wpb_content_element .wpb_tabs_nav li:hover a {
    background: #be421d;
    color: #fff;
}

.page-id-32 .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
    cursor: pointer;
}

.page-id-32 .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a:before {
    content: url(../img/radio-selected-white-16.png);
}

/* Blog Page */
.page-id-10 .content {
    padding: 80px 0;
    width: 960px;
}

.page-id-10 .content .content-wrapper {
    width: 100%;
}

.page-id-10 h2.underline {
    margin-bottom: 40px;
}

.page-id-10 .content a.button {
    margin-bottom: 0;
}

.page-id-10 .meta-wrapper {
    margin-bottom: 4px;
}

.page-id-10 .meta-wrapper span.group {
    color: #be421d;
    text-transform: uppercase;
    font-weight: 600;
}

.page-id-10 .meta-wrapper span.group:after {
    content: "/";
    position: relative;
    color: #808080;
    margin: 0 4px;
    font-weight: normal;
    top: -1px;
}

.page-id-10 .meta-wrapper .sp-date {
    background: none !important;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.page-id-10 .sp-title {
    font-size: 20px;
    font-weight: 600;
    color: #808080;
    display: inline-block;
    margin-bottom: 6px;
}

.page-id-10 .sp-title:hover {
    color: #be421d;
}

.page-id-10 .sp-more {
    display: block;
    margin-top: 4px;
}

.page-id-10 .sp-more:before {
    content: url(../img/arrow-right-16.png);
    display: inline;
    width: 16px;
    height: 16px;
    position: relative;
    margin: 0 10px 0 15px;
    top: 2px;
}

.page-id-10 .super-post {
    width: 100%;
    overflow: hidden;
}

.page-id-10 .super-post li {
    margin-bottom: 40px;
}

.page-id-10 .template-block .sp-thumbnail-wrapper {
    margin: 0 0 20px 0;
    max-width: 100%;
    height: auto !important;
}

.page-id-10 .template-block .sp-thumbnail-wrapper img {
    max-width: 100%;
}

/* Blog Post */
.single .content {
    width: 960px;
    padding: 100px 0 100px 0;
}

.single img {
    max-width: 100%;
    margin-bottom: 20px;
}

.single h1 {
    font-size: 38px;
    line-height: 1em;
}

.single .date {
    display: block;
    margin-bottom: 20px;
}

.single p {
    margin-bottom: 20px;
}

div.simplesocialbuttons {
    margin: 60px auto 0 0 !important;
}

/* Search Results */
.search .content {
    width: 960px;
    padding: 60px 0 100px 0;
}

.search h1 {
    font-size: 42px;
    margin-bottom: 35px;
    line-height: 1em;
}

.search h2 {
    line-height: 1em;
}

.search article {
    margin-bottom: 25px;
}

.search article:last-of-type {
    margin-bottom: 60px;
}

.search .content img {
    display: none;
}

/* Archive */
.archive .content {
    width: 960px !important;
    padding: 60px 0 100px 0 !important;
}

.archive h2 {
    font-size: 26px !important;
    line-height: 1em !important;
}

.archive article {
    margin-bottom: 25px !important;
}

.archive article:last-of-type {
    margin-bottom: 60px !important;
}

.archive .content img {
    max-width: 100% !important;
    margin-bottom: 10px !important;
}

/* Newsletter Template */
.page-template-template-newsletter .content {
    padding: 50px 0;
}

.page-template-template-newsletter .su-spoiler {
    margin: 0 0 8px 0;
}

.page-template-template-newsletter .vc_row:nth-child(even) {
    background: #ededed;
    padding: 60px 0;
    margin: 60px 0;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
}

.page-template-template-newsletter h3.underline {
    margin-top: 10px !important;
}

/* Page specific styling */
.page-id-12 .content {
    padding: 60px 0 35px 0;
}

.page-id-16 .content {
    padding: 60px 0 8px 0;
}

.page-id-20 .content {
    padding: 60px 0 35px 0;
}

.page-id-20 .content .su-row p {
    margin-bottom: 60px;
}

.page-id-20 .content .su-row .su-column-size-1-3 {
    padding: 0;
}

.page-id-20 h3.underline {
    min-width: 75%;
    margin: 0 0 8px 0;
}

.page-id-20 .contact-info {
    min-height: 117px;
}

.page-id-24 .content {
    padding: 60px 0 35px 0;
}

.page-id-26 .content {
    padding: 60px 0 100px 0;
}

.page-id-26 .content .content-wrapper {
    width: 1040px;
}

.page-id-26 span.tooltip {
    font-size: 14px;
}

.page-id-26 .width-adjust {
    padding: 0 40px;
}

.page-id-26 a.button:first-of-type {
    margin-right: 30px;
}

.page-id-26 a.bullet-link {
    margin-left: 8px;
}

.page-id-26 table {
    margin: 40px 0 30px 0;
}

.page-id-26 table td:nth-child(2), .page-id-26 table td:nth-child(3) {
    vertical-align: top;
}

.page-id-30 .content {
    padding: 60px 0 35px 0;
}

.page-id-32 .content {
    padding: 60px 0 60px 0;
}

.page-id-32 .content .content-wrapper {
    width: 1040px;
}

.page-id-32 span.tooltip {
    font-size: 12px;
}

.page-id-32 .width-adjust {
    padding: 0 40px;
}

.page-id-32 .full-table {
    display: block;
    margin: 40px 0 60px 0;
}

.page-id-32 .full-table table {
    margin: 0;
    display: block;
}

.page-id-32 .mobile-tables {
    display: none !important;
}

.page-id-32 .wpb_tab {
    background: none !important;
}

.page-id-34 .content {
    padding: 80px 0;
}

.page-id-36 .content {
    padding: 60px 0 35px 0;
}

.page-id-40 .content {
    padding: 60px 0 35px 0;
}

.page-id-42 .content {
    padding: 50px 0 100px 0;
}

.page-id-42 .content .vc_row:first-of-type {
    margin-bottom: 60px;
}

.page-id-44 .content {
    padding: 60px 0 35px 0;
}

.page-id-44 .content a.button {
    margin-bottom: 0;
}

.page-id-46 .content {
    padding: 80px 0;
}

.page-id-48 .content {
    padding: 80px 0;
}

.page-id-48 table {
    margin: 0;
}

.page-id-50 .content {
    padding: 80px 0;
}

.page-id-50 h3.underline {
    margin-top: 20px;
}

.page-id-54 .content {
    padding: 60px 0 35px 0;
}

.page-id-60 .content {
    padding: 60px 0 35px 0;
}

.page-id-64 .content {
    padding: 80px 0;
}

.page-id-66 .content {
    padding: 80px 0;
}

.page-id-68 .content {
    padding: 80px 0;
}

.page-id-182 .content {
    padding: 60px 0 35px 0;
}

.page-id-187 .content {
    padding: 120px 0;
}

.page-id-187 .content ul {
    margin-bottom: 35px;
}

.page-id-187 .content .su-row .su-column-size-1-2 {
    padding: 0 2% 0 6%;
}

.page-id-187 .content .su-row .su-column-size-1-2:nth-child(2) {
    padding: 0 6% 0 2%;
}

.page-id-187 h3.underline {
    min-width: 95%;
}

.page-id-189 .content {
    padding: 120px 0 100px 0;
}

.page-id-189 .first-col {
    margin-bottom: 60px;
}

.page-id-189 .second-col {
    margin-bottom: 60px;
}

.page-id-1025 #browse-plans .full-table h2 {
    font-size: 27px;
}

.page-id-1028 #browse-plans .full-table h2 {
    font-size: 26px;
}

.page-id-1242 .content {
    padding: 80px 0;
}

.page-id-1391 .content {
    padding: 80px 0;
}

.page-id-1395 .content {
    padding: 80px 0;
}

/* Header */
header {
    width: 100%;
    background-color: #ededed;
    position: relative;
    overflow: hidden;
    background-image: url(https://www.mhc.coop/wp-content/uploads/2014/08/father-holding-daughter.jpg);
    background-size: cover;
    background-position: top center;
}

header #header-wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    z-index: 2;
    height: 500px;
}

header #logo-nav {
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0;
}

header #logo {
    position: absolute;
    left: 60px;
    top: 15px;
    z-index: 1;
}

header #logo span.logo-icon {
    display: block;
    width: 195px;
    height: 85px;
    background: url(https://www.mhc.coop/wp-content/themes/mhc/img/montana-health-coop-full-logo.png) no-repeat 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header #logo:hover span.logo-icon {
    background: url(https://www.mhc.coop/wp-content/themes/mhc/img/montana-health-coop-full-logo-hover.png) no-repeat 0 0;
}

header #main-nav-container {
    background: url(../img/black-transparent-65.png) repeat 0 0;
    width: 800px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

header nav {
}

header nav ul {
}

header nav ul li {
    list-style: none;
    font-family: 'Source Sans Pro', serif;
    line-height: 1.2em;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-right: -4px;
    width: 14.2857%;
}

header nav ul li:after {
    content: url(../img/main-menu-divider.png);
    display: inline-block;
    width: 9px;
    height: 20px;
    position: absolute;
    top: 18px;
    right: -4px;
}

header nav ul li:last-child:after {
    display: none;
}

header nav ul li a {
    color: #fff;
    line-height: 42px;
    padding-top: 8px;
    display: block;
    width: 100%;
    text-align: center;
}

header nav ul li:hover a {
    background: url(../img/black-transparent-40.png) repeat 0 0;
    color: #fff;
}

header nav ul ul.sub-menu {
    display: none;
    position: absolute;
    background: url(../img/black-transparent-65.png) repeat 0 0;
    overflow: hidden;
    width: 100%;
    top: 50px;
}

header nav ul ul.sub-menu li {
    font-size: 13px;
    display: block;
    margin-right: 0;
    width: 100%;
}

header nav ul ul.sub-menu li:after {
    display: none;
}

header nav ul ul.sub-menu li a {
    background: none;
    line-height: 1.1em;
    padding: 6px 4px 6px 6px;
    text-align: left;
}

header nav ul ul.sub-menu li a:hover {
    background: url(../img/black-transparent-40.png) repeat 0 0;
}

header nav ul ul.sub-menu li#menu-item-2636 a, header nav ul ul.sub-menu li#menu-item-1009 a {
    padding-left: 16px;
}

header h1#heading-text {
    font-size: 104px;
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin: 0;
    visibility: hidden;
    line-height: 1em;
    font-weight: normal;
    font-family: 'Oranienbaum', serif;
    -webkit-transform: scale(1, .96);
    -moz-transform: scale(1, .96);
    -ms-transform: scale(1, .96);
    -o-transform: scale(1, .96);
    transform: scale(1, .96);
    line-height: 1em;
}

header #header-links {
    position: absolute;
    bottom: 0px;
    min-height: 15px;
    width: 100%;
    padding: 0 40px;
    background: url(../img/black-transparent-50.png) repeat 0 0;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    z-index: 10;
}

header #header-links-container {
    width: 1200px;
    margin: 0 auto;
}

header .header-link-wrapper {
    margin: 0 auto;
}

header .header-link-wrapper .header-link {
    width: 100%;
}

header .header-link-wrapper .header-link .top {
    display: block;
    font-family: 'Oranienbaum', serif;
    font-size: 32px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 40px;
    -webkit-transform: scale(1, .96);
    -moz-transform: scale(1, .96);
    -ms-transform: scale(1, .96);
    -o-transform: scale(1, .96);
    transform: scale(1, .96);
}

header .header-link-wrapper .header-link .bottom {
    display: block;
    font-family: 'Source Sans Pro', serif;
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .header-link-wrapper .header-link:hover .bottom {
    color: #be421d;
}

header .header-link-wrapper .header-link .bottom:after {
    content: url(../img/arrow-right-white-14.png) no-repeat 0 0;
    width: 14px;
    height: 13px;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    top: 1.5px;
}

header .header-link-wrapper .header-link {
    visibility: hidden;
}

header.one-link .header-link-wrapper {
    width: 305px;
}

header.one-link .header-link-wrapper .header-link {
    padding: 6px 0;
}

header.two-links .header-link-wrapper {
    width: 100%;
}

header.two-links .header-link-wrapper .header-link {
    float: left;
    width: 50%;
    padding: 6px 10%;
}

header.two-links .header-link-wrapper .header-link .top {
    font-size: 28px;
}

header.three-links .header-link-wrapper {
    width: 100%;
}

header.three-links .header-link-wrapper .header-link {
    float: left;
    width: 33%;
    padding: 6px 4%;
}

header.three-links .header-link-wrapper .header-link .top {
    font-size: 28px;
}

header #header-image {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

#sdrn_wrapper {
    background: #333 !important;
}

#sdrn_wrapper_inner {
    background: #fff;
}

/* Tables */
table {
    margin: 40px 0 50px 0;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 2px solid #808080;
}

table th {
    background: #f2f2f2;
    padding: 15px 2px;
    vertical-align: top;
    border-right: 1px solid #cbcbcb;
    width: 11.11%;
    border-bottom: 8px solid #fff;
    font-family: 'Source Sans Pro', serif;
}

table th:last-child {
    border-right: 0;
}

table th h5 {
    font-family: 'Source Sans Pro', serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    color: #be421d;
}

table th p {
    font-size: 12px;
    color: #878787;
    font-weight: 400;
}

table td {
    background: #e6e6e6;
    padding: 16px 4px;
    text-align: center;
    font-size: 14px;
    color: #878787;
    font-weight: 400;
    border-right: 1px solid #cbcbcb;
    font-family: 'Source Sans Pro', serif;
}

table td:last-child {
    border-right: 0;
}

table.every-three tr:nth-child(6n+3) td, table.every-three tr:nth-child(6n) td {
    border-bottom: 8px solid #fff;
}

table.every-three tr:nth-child(6n+4) td, table.every-three tr:nth-child(6n+5) td, table.every-three tr:nth-child(6n+6) td {
    background: #f2f2f2;
}

table.no_border td {
    border: none;
    vertical-align: top;
    text-align: left;
}

table.white-header {
    border-top: 0;
}

table.white-header th {
    background: #fff;
    border-top: 0;
    border-bottom: 2px solid #808080;
    border-right: 0;
    padding: 10px 2px;
}

table.white-header th h3 {
    font-weight: 600;
    font-size: 20px;
    color: #be421d;
}

table.white-header td {
    text-align: left;
    padding: 16px 18px;
    font-size: 16px;
}

table.white-header td:first-child {
    text-align: center;
}

table.white-header td h4 {
    font-weight: 600;
    font-size: 20px;
    color: #be421d;
}

table.every-other tr:nth-child(2n+1) td {
    background: #f2f2f2;
}

table.every-other td {
    border-bottom: 8px solid #fff;
}

table.every-other td:nth-child(1) {
    width: 24%;
}

table.every-other td:nth-child(2) {
    width: 38%;
}

table.every-other td:nth-child(3) {
    width: 38%;
}

table.no-border {
    border: 0;
    margin: 0 0 25px 0;
    padding: 0;
}

table.no-border td, table.no-border th {
    background: 0;
    border: 0;
    text-align: left;
}

.no-mobile .full-table {
    display: block !important
}

.full-table table tbody tr.section td, .mobile-tables table tbody tr.section td {
    border-top: 8px solid #fff;
}

.full-table table tbody tr.dark td, .mobile-tables table tbody tr.dark td {
    background: #e6e6e6;
}

.full-table table tbody tr.light td, .mobile-tables table tbody tr.light td {
    background: #f2f2f2;
}

.page-id-4749 #browse-plans .mobile {
    display: none;
}

.page-id-4749 #browse-plans .mobile table:nth-of-type(1) {
    margin-top: 8px;
}

.page-id-4749 #browse-plans .mobile table {
    margin: 0 0 8px 0;
    width: 100%;
}

.page-id-4749 #browse-plans .mobile .su-spoiler-title {
    font-size: 14px;
}

.page-id-4749 #browse-plans .mobile .su-spoiler-content {
    padding: 0 0 1em 27px;
}

.page-id-4749 #browse-plans .mobile table td {
    text-align: left;
    font-size: 14px;
    padding: 16px 8px;
    width: 100% !important;
}

.page-id-4749 #browse-plans .mobile table td ul.bullet li, .page-id-3843 .mobile table td span {
    font-size: 14px;
}

.page-id-4749 #browse-plans .mobile table th {
    color: #808080;
    font-size: 16px;
    text-align: center;
}

.page-id-4749 #browse-plans .mobile table th .small {
    font-size: 14px;
    font-weight: normal;
}

/* Pagination */
.pagination {
    text-align: center;
}

.pagination .page-numbers {
    font-size: 22px;
    font-family: 'Source Sans Pro', serif;
    line-height: 1em;
    padding: 1px 10px 2px 10px;
    background: #be421d;
    color: #fff;
}

.pagination .page-numbers:hover {
    background: #808080;
    color: #fff;
}

.pagination .page-numbers.current {
    background: #808080;
}

/* Home Template */
.home p.headline {
    line-height: 1.8em;
    font-size: 25px;
}

.home .content ul li {
    font-size: 19px;
    margin-bottom: 16px;
    background: url(../img/arrow-right-16.png) no-repeat 0 7.5px;
}

#scroll-down {
    background: url(../img/home-page-arrow.png) no-repeat 0 0;
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 101px;
    left: 50%;
    margin-left: -50px;
    z-index: 10;
    cursor: pointer;
    background-size: 100% auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#scroll-down:hover {
    background: url(../img/home-page-arrow-hover.png) no-repeat 0 0;
    background-size: 100% auto;
}

/* Common Pages (Anything assigned default template) */
#common .content {
    width: 960px;
    padding: 80px 35px;
}

/* Footer */
footer {
    width: 100%;
    background: #333;
    position: relative;
    overflow: hidden;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #be421d;
}

footer #footer-logo {
    float: left;
    width: 61px;
    height: 54px;
}

footer #footer-nav {
    float: left;
    margin-top: 29px;
    margin-left: 14px;
}

footer #footer-nav ul {
}

footer #footer-nav ul li {
    float: left;
    list-style: none;
    border-right: 1px solid #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 11px;
    color: #fff;
    line-height: 1.2em;
    padding: 0 6px;
}

footer #footer-nav ul li:last-child {
    border-right: 0;
}

footer #footer-social {
    float: right;
    margin-top: 14px;
    display: flex;
}

footer #footer-social a {
    text-align: center;
    flex: 1;
}

footer #footer-social a + a {
    margin-left: 12px;
}

footer #footer-social a span.icon {
    background-image: url(../img/social-media-icons.png);
    display: inline-block;
    width: 29px;
    height: 27px;
    margin-bottom: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer #footer-social a:hover span.icon {
    background-image: url(../img/social-media-icons-hover.png);
}

footer #footer-social a:last-child span.icon {
    margin-right: 0;
}

footer #footer-social a#idaho span.icon {
    background-position: -173px 0;
}

footer #footer-social a span.text {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    line-height: 1.1em;
    display: block;
    text-align: center;
    position: relative;
}

footer #footer-social a#facebook span.icon {
    background-position: 0 0;
}

footer #footer-social a#linkedin span.icon {
    background-position: -28px 0;
}

footer #footer-social a#instagram span.icon {
    background-position: -57px 0;
}

footer #footer-social a#email span.icon {
    background-position: -86px 0;
}

footer #footer-social a#contact span.icon {
    background-position: -115px 0;
    width: 30px;
}

footer #footer-bottom #footer-position {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 20px;
}

footer #designed-by {
    float: left;
    font-size: 10px;
    color: #acacac;
    margin-bottom: 0;
    padding-left: 6px;
}

footer #designed-by a {
    color: #acacac;
}

footer #designed-by a:hover {
    color: #be421d;
}

/* Footer Home */
#footer-home {
    width: 100%;
    background-color: #ededed;
    background-size: cover;
    background-position: top center;
}

#footer-home #footer-top {
    width: 1200px;
    margin: 0 auto;
    min-height: 600px;
    padding: 50px 0 75px 0;
}

#footer-home #footer-top h2 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    font-family: 'Oranienbaum', serif;
    -webkit-transform: scale(1, .96);
    -moz-transform: scale(1, .96);
    -ms-transform: scale(1, .96);
    -o-transform: scale(1, .96);
    transform: scale(1, .96);
}

#footer-home #footer-top h2:before {
    content: url(../img/arrow-right-white-32.png);
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 6px;
}

#footer-home #footer-top h2 a {
    color: #be421d;
}

#footer-home #footer-top h2 a:hover {
    color: #000;
}

#footer-home #footer-top .underline {
    border-top: 1px solid #fff;
    width: 430px;
    margin: 0 auto;
    margin-bottom: 40px;
}

#footer-home #image-tiles {
    width: 1000px;
    background: #fff;
    margin: 0 auto;
}

#footer-home #image-tiles .row {
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#footer-home #image-tiles .row:after {
    clear: both;
}

#footer-home #image-tiles .row .col {
    float: left;
}

#footer-home #image-tiles .row .col-one {
    width: 44%;
    padding: 10px 0 10px 10px;
}

#footer-home #image-tiles .row .col-two {
    width: 28%;
    padding: 10px 0 10px 10px;
}

#footer-home #image-tiles .row .col-three {
    width: 28%;
    padding: 10px;
}

#footer-home #image-tiles #img1 {
    height: 400px;
}

#footer-home #image-tiles #img2 {
    height: 260px;
    margin-bottom: 10px;
}

#footer-home #image-tiles #img3 {
    height: 130px;
}

#footer-home #image-tiles #img4 {
    height: 130px;
    margin-bottom: 10px;
}

#footer-home #image-tiles #img5 {
    height: 260px;
}

#footer-home #image-tiles .image-holder {
    width: 100%;
    background-color: #ededed;
    display: block;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

#footer-home #image-tiles .image-holder img {
    display: none;
}

#footer-home #footer-bottom {
    background: url(../img/black-transparent-50.png) repeat 0 0;
    width: 100%;
    overflow: hidden;
}

/* Footer Collage 1 */
#footer-collage-1 {
    width: 100%;
    background: none;
}

#footer-collage-1 #footer-top {
    background: #ededed;
    border-top: 1px solid #b2b2b2;
}

#footer-collage-1 #footer-bottom {
    background: #333;
}

#footer-collage-1 #image-tiles {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
}

#footer-collage-1 #image-tiles .row {
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#footer-collage-1 #image-tiles .row:after {
    clear: both;
}

#footer-collage-1 #image-tiles .row .col {
    float: left;
}

#footer-collage-1 #image-tiles .row .col-one {
    width: 22%;
    padding: 8px 0 8px 8px;
}

#footer-collage-1 #image-tiles .row .col-two {
    width: 14%;
    padding: 8px 0 8px 8px;
}

#footer-collage-1 #image-tiles .row .col-three {
    width: 14%;
    padding: 8px 0 8px 8px;
}

#footer-collage-1 #image-tiles .row .col-four {
    width: 12%;
    padding: 8px 0 8px 8px;
}

#footer-collage-1 #image-tiles .row .col-five {
    width: 38%;
    padding: 8px;
}

#footer-collage-1 #image-tiles #img1 {
    height: 248px;
}

#footer-collage-1 #image-tiles #img2 {
    height: 160px;
    margin-bottom: 8px;
}

#footer-collage-1 #image-tiles #img3 {
    height: 80px;
}

#footer-collage-1 #image-tiles #img4 {
    height: 80px;
    margin-bottom: 8px;
}

#footer-collage-1 #image-tiles #img5 {
    height: 160px;
}

#footer-collage-1 #image-tiles #img6 {
    height: 248px;
}

#footer-collage-1 #image-tiles #img7 {
    height: 120px;
    width: 38%;
    float: left;
    margin-bottom: 8px;
}

#footer-collage-1 #image-tiles #img8 {
    height: 120px;
    width: 62%;
    float: left;
    border-left: 8px solid #fff;
    margin-bottom: 8px;
}

#footer-collage-1 #image-tiles #img9 {
    height: 120px;
    width: 62%;
    float: left;
}

#footer-collage-1 #image-tiles #img10 {
    height: 120px;
    width: 38%;
    float: left;
    border-left: 8px solid #fff;
}

#footer-collage-1 #image-tiles .image-holder {
    width: 100%;
    background-color: #ededed;
    display: block;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

#footer-collage-1 #image-tiles .image-holder img {
    display: none;
}

/* Footer Collage 2 */
#footer-collage-2 {
    width: 100%;
    background: none;
}

#footer-collage-2 #footer-top {
    background: #ededed;
    border-top: 1px solid #b2b2b2;
}

#footer-collage-2 #footer-bottom {
    background: #333;
}

#footer-collage-2 #image-tiles {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
}

#footer-collage-2 #image-tiles .row {
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#footer-collage-2 #image-tiles .row:after {
    clear: both;
}

#footer-collage-2 #image-tiles .row .col {
    float: left;
}

#footer-collage-2 #image-tiles .row .col-one {
    width: 38%;
    padding: 8px 0 8px 8px;
}

#footer-collage-2 #image-tiles .row .col-two {
    width: 12%;
    padding: 8px 0 8px 8px;
}

#footer-collage-2 #image-tiles .row .col-three {
    width: 14%;
    padding: 8px 0 8px 8px;
}

#footer-collage-2 #image-tiles .row .col-four {
    width: 14%;
    padding: 8px 0 8px 8px;
}

#footer-collage-2 #image-tiles .row .col-five {
    width: 22%;
    padding: 8px;
}

#footer-collage-2 #image-tiles #img1 {
    height: 120px;
    width: 62%;
    float: left;
    margin-bottom: 8px;
}

#footer-collage-2 #image-tiles #img2 {
    height: 120px;
    width: 38%;
    float: left;
    border-left: 8px solid #fff;
    margin-bottom: 8px;
}

#footer-collage-2 #image-tiles #img3 {
    height: 120px;
    width: 38%;
    float: left;
}

#footer-collage-2 #image-tiles #img4 {
    height: 120px;
    width: 62%;
    float: left;
    border-left: 8px solid #fff;
}

#footer-collage-2 #image-tiles #img5 {
    height: 248px;
}

#footer-collage-2 #image-tiles #img6 {
    height: 80px;
    margin-bottom: 8px;
}

#footer-collage-2 #image-tiles #img7 {
    height: 160px;
}

#footer-collage-2 #image-tiles #img8 {
    height: 160px;
    margin-bottom: 8px;
}

#footer-collage-2 #image-tiles #img9 {
    height: 80px;
}

#footer-collage-2 #image-tiles #img10 {
    height: 248px;
}

#footer-collage-2 #image-tiles .image-holder {
    width: 100%;
    background-color: #ededed;
    display: block;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

#footer-collage-2 #image-tiles .image-holder img {
    display: none;
}

/* Footer Collage 3 */
#footer-collage-3 {
    width: 100%;
    background: none;
}

#footer-collage-3 #footer-top {
    background: #ededed;
    border-top: 1px solid #b2b2b2;
}

#footer-collage-3 #footer-bottom {
    background: #333;
}

#footer-collage-3 #image-tiles {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
}

#footer-collage-3 #image-tiles .row {
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#footer-collage-3 #image-tiles .row:after {
    clear: both;
}

#footer-collage-3 #image-tiles .row .col {
    float: left;
}

#footer-collage-3 #image-tiles .row .col-one {
    width: 38%;
    padding: 8px 0 8px 8px;
}

#footer-collage-3 #image-tiles .row .col-two {
    width: 22%;
    padding: 8px 0 8px 8px;
}

#footer-collage-3 #image-tiles .row .col-three {
    width: 12%;
    padding: 8px 0 8px 8px;
}

#footer-collage-3 #image-tiles .row .col-four {
    width: 14%;
    padding: 8px 0 8px 8px;
}

#footer-collage-3 #image-tiles .row .col-five {
    width: 14%;
    padding: 8px;
}

#footer-collage-3 #image-tiles #img1 {
    height: 120px;
    width: 62%;
    float: left;
    margin-bottom: 8px;
}

#footer-collage-3 #image-tiles #img2 {
    height: 120px;
    width: 38%;
    float: left;
    border-left: 8px solid #fff;
    margin-bottom: 8px;
}

#footer-collage-3 #image-tiles #img3 {
    height: 120px;
    width: 38%;
    float: left;
}

#footer-collage-3 #image-tiles #img4 {
    height: 120px;
    width: 62%;
    float: left;
    border-left: 8px solid #fff;
}

#footer-collage-3 #image-tiles #img5 {
    height: 248px;
}

#footer-collage-3 #image-tiles #img6 {
    height: 248px;
}

#footer-collage-3 #image-tiles #img7 {
    height: 80px;
    margin-bottom: 8px;
}

#footer-collage-3 #image-tiles #img8 {
    height: 160px;
}

#footer-collage-3 #image-tiles #img9 {
    height: 160px;
    margin-bottom: 8px;
}

#footer-collage-3 #image-tiles #img10 {
    height: 80px;
}

#footer-collage-3 #image-tiles .image-holder {
    width: 100%;
    background-color: #ededed;
    display: block;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

#footer-collage-3 #image-tiles .image-holder img {
    display: none;
}

/* Footer Collage 4 */
#footer-collage-4 {
    width: 100%;
    background: none;
}

#footer-collage-4 #footer-top {
    background: #ededed;
    border-top: 1px solid #b2b2b2;
}

#footer-collage-4 #footer-bottom {
    background: #333;
}

#footer-collage-4 #image-tiles {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
}

#footer-collage-4 #image-tiles .row {
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#footer-collage-4 #image-tiles .row:after {
    clear: both;
}

#footer-collage-4 #image-tiles .row .col {
    float: left;
}

#footer-collage-4 #image-tiles .row .col-one {
    width: 22%;
    padding: 8px 0 8px 8px;
}

#footer-collage-4 #image-tiles .row .col-two {
    width: 14%;
    padding: 8px 0 8px 8px;
}

#footer-collage-4 #image-tiles .row .col-three {
    width: 14%;
    padding: 8px 0 8px 8px;
}

#footer-collage-4 #image-tiles .row .col-four {
    width: 12%;
    padding: 8px 0 8px 8px;
}

#footer-collage-4 #image-tiles .row .col-five {
    width: 38%;
    padding: 8px;
}

#footer-collage-4 #image-tiles #img1 {
    height: 248px;
}

#footer-collage-4 #image-tiles #img2 {
    height: 160px;
    margin-bottom: 8px;
}

#footer-collage-4 #image-tiles #img3 {
    height: 80px;
}

#footer-collage-4 #image-tiles #img4 {
    height: 80px;
    margin-bottom: 8px;
}

#footer-collage-4 #image-tiles #img5 {
    height: 160px;
}

#footer-collage-4 #image-tiles #img6 {
    height: 248px;
}

#footer-collage-4 #image-tiles #img7 {
    height: 120px;
    width: 38%;
    float: left;
    margin-bottom: 8px;
}

#footer-collage-4 #image-tiles #img8 {
    height: 120px;
    width: 62%;
    float: left;
    border-left: 8px solid #fff;
    margin-bottom: 8px;
}

#footer-collage-4 #image-tiles #img9 {
    height: 120px;
    width: 62%;
    float: left;
}

#footer-collage-4 #image-tiles #img10 {
    height: 120px;
    width: 38%;
    float: left;
    border-left: 8px solid #fff;
}

#footer-collage-4 #image-tiles .image-holder {
    width: 100%;
    background-color: #ededed;
    display: block;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

#footer-collage-4 #image-tiles .image-holder img {
    display: none;
}

/* Footer Collage 5 */
#footer-collage-5 {
    width: 100%;
    background: none;
}

#footer-collage-5 #footer-top {
    background: #ededed;
    border-top: 1px solid #b2b2b2;
}

#footer-collage-5 #footer-bottom {
    background: #333;
}

#footer-collage-5 #image-tiles {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
}

#footer-collage-5 #image-tiles .row {
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#footer-collage-5 #image-tiles .row:after {
    clear: both;
}

#footer-collage-5 #image-tiles .row .col {
    float: left;
}

#footer-collage-5 #image-tiles .row .col-one {
    width: 38%;
    padding: 8px 0 8px 8px;
}

#footer-collage-5 #image-tiles .row .col-two {
    width: 12%;
    padding: 8px 0 8px 8px;
}

#footer-collage-5 #image-tiles .row .col-three {
    width: 14%;
    padding: 8px 0 8px 8px;
}

#footer-collage-5 #image-tiles .row .col-four {
    width: 14%;
    padding: 8px 0 8px 8px;
}

#footer-collage-5 #image-tiles .row .col-five {
    width: 22%;
    padding: 8px;
}

#footer-collage-5 #image-tiles #img1 {
    height: 120px;
    width: 62%;
    float: left;
    margin-bottom: 8px;
}

#footer-collage-5 #image-tiles #img2 {
    height: 120px;
    width: 38%;
    float: left;
    border-left: 8px solid #fff;
    margin-bottom: 8px;
}

#footer-collage-5 #image-tiles #img3 {
    height: 120px;
    width: 38%;
    float: left;
}

#footer-collage-5 #image-tiles #img4 {
    height: 120px;
    width: 62%;
    float: left;
    border-left: 8px solid #fff;
}

#footer-collage-5 #image-tiles #img5 {
    height: 248px;
}

#footer-collage-5 #image-tiles #img6 {
    height: 80px;
    margin-bottom: 8px;
}

#footer-collage-5 #image-tiles #img7 {
    height: 160px;
}

#footer-collage-5 #image-tiles #img8 {
    height: 160px;
    margin-bottom: 8px;
}

#footer-collage-5 #image-tiles #img9 {
    height: 80px;
}

#footer-collage-5 #image-tiles #img10 {
    height: 248px;
}

#footer-collage-5 #image-tiles .image-holder {
    width: 100%;
    background-color: #ededed;
    display: block;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

#footer-collage-5 #image-tiles .image-holder img {
    display: none;
}

/* Footer Collage 6 */
#footer-collage-6 {
    width: 100%;
    background: none;
}

#footer-collage-6 #footer-top {
    background: #ededed;
    border-top: 1px solid #b2b2b2;
}

#footer-collage-6 #footer-bottom {
    background: #333;
}

#footer-collage-6 #image-tiles {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
}

#footer-collage-6 #image-tiles .row {
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#footer-collage-6 #image-tiles .row:after {
    clear: both;
}

#footer-collage-6 #image-tiles .row .col {
    float: left;
}

#footer-collage-6 #image-tiles .row .col-one {
    width: 38%;
    padding: 8px 0 8px 8px;
}

#footer-collage-6 #image-tiles .row .col-two {
    width: 22%;
    padding: 8px 0 8px 8px;
}

#footer-collage-6 #image-tiles .row .col-three {
    width: 12%;
    padding: 8px 0 8px 8px;
}

#footer-collage-6 #image-tiles .row .col-four {
    width: 14%;
    padding: 8px 0 8px 8px;
}

#footer-collage-6 #image-tiles .row .col-five {
    width: 14%;
    padding: 8px;
}

#footer-collage-6 #image-tiles #img1 {
    height: 120px;
    width: 62%;
    float: left;
    margin-bottom: 8px;
}

#footer-collage-6 #image-tiles #img2 {
    height: 120px;
    width: 38%;
    float: left;
    border-left: 8px solid #fff;
    margin-bottom: 8px;
}

#footer-collage-6 #image-tiles #img3 {
    height: 120px;
    width: 38%;
    float: left;
}

#footer-collage-6 #image-tiles #img4 {
    height: 120px;
    width: 62%;
    float: left;
    border-left: 8px solid #fff;
}

#footer-collage-6 #image-tiles #img5 {
    height: 248px;
}

#footer-collage-6 #image-tiles #img6 {
    height: 248px;
}

#footer-collage-6 #image-tiles #img7 {
    height: 80px;
    margin-bottom: 8px;
}

#footer-collage-6 #image-tiles #img8 {
    height: 160px;
}

#footer-collage-6 #image-tiles #img9 {
    height: 160px;
    margin-bottom: 8px;
}

#footer-collage-6 #image-tiles #img10 {
    height: 80px;
}

#footer-collage-6 #image-tiles .image-holder {
    width: 100%;
    background-color: #ededed;
    display: block;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

#footer-collage-6 #image-tiles .image-holder img {
    display: none;
}

/* Formidable Forms */
.frm_forms.with_frm_style {
    max-width: 100% !important;
}

.with_frm_style div.frm_submit {
    margin-top: 40px;
}

.with_frm_style .frm_submit input {
    font-family: 'Source Sans Pro', serif !important;
    font-size: 20px !important;
    padding: 6px 14px !important;
    text-transform: uppercase;
    background: #be421d !important;
    color: #fff !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.with_frm_style .frm_submit input:hover {
    background: #808080 !important;
}

.frm_ajax_loading {
    position: relative;
    bottom: 3px;
    margin-left: 12px;
}

.with_frm_style .frm_blank_field label, .with_frm_style .frm_top_container label.frm_primary_label, .with_frm_style .frm_hidden_container label.frm_primary_label {
    color: #808080 !important;
    font-family: 'Source Sans Pro', serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.2em !important;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style select, .with_frm_style textarea {
    margin-top: 3px !important;
    font-family: 'Source Sans Pro', serif !important;
    font-size: 14px !important;
    line-height: 1.2em !important;
    padding: 6px !important;
}

.with_frm_style .frm_error {
    font-family: 'Source Sans Pro', serif !important;
    color: #be421d !important;
    font-weight: normal !important;
    font-size: 13px !important;
    line-height: 1em !important;
    position: absolute;
    margin-top: 2px !important;
}

.with_frm_style .frm_description {
    color: #808080 !important;
    font-family: 'Source Sans Pro', serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1em;
    margin-top: 1px !important;
}

.with_frm_style .frm_blank_field input[type=text], .with_frm_style .frm_blank_field input[type=password], .with_frm_style .frm_blank_field input[type=url], .with_frm_style .frm_blank_field input[type=tel], .with_frm_style .frm_blank_field input[type=number], .with_frm_style .frm_blank_field input[type=email], .with_frm_style .frm_blank_field textarea, .with_frm_style .frm_blank_field select, .frm_form_fields_error_style, .with_frm_style .frm_blank_field #recaptcha_area, .with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices {
    border: 1px solid #be421d !important;
    background: #FCF8F7 !important;
}

.with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label, .with_frm_style #frm_field_cptch_number_container {
    color: #808080 !important;
    font-family: 'Source Sans Pro', serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
}

.with_frm_style .frm_opt_container {
    margin-top: 3px;
}

.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox] {
    position: relative;
    top: 1px;
}

/* Powertip Tooltip */
.tooltipster-default {
    border-radius: 5px;
    border: 2px solid #333;
    background: #333;
    color: #fff;
}

.tooltipster-default .tooltipster-content {
    font-size: 16px;
    color: #fff;
    font-family: 'Source Sans Pro', serif;
    line-height: 1.2em;
    padding: 10px 16px;
    overflow: hidden;
}

.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
}

.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}

.tooltipster-base .tooltipster-content {
    overflow: hidden;
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
    right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* Lightbox Evolution */
.jquery-lightbox-move * {
    webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-lightbox-overlay {
    background: #000000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.jquery-lightbox {
    position: relative;
    padding: 17px 0;
}

.jquery-lightbox-border-top-left, .jquery-lightbox-border-top-right, .jquery-lightbox-border-bottom-left, .jquery-lightbox-border-bottom-right {
    position: absolute;
    height: 18px;
    width: 12%;
    z-index: 7000;
}

.jquery-lightbox-border-top-left {
    background: url(../img/jquery-lightbox-theme.png) no-repeat 0 0;
    top: 0;
    left: 0;
}

.jquery-lightbox-border-top-right {
    background: url(../img/jquery-lightbox-theme.png) no-repeat right 0;
    top: 0;
    right: 0;
}

.jquery-lightbox-border-top-middle {
    background: #2b2b2b;
    position: absolute;
    height: 7px;
    width: 78%;
    top: 0;
    left: 12%;
    z-index: 7000;
    overflow: hidden;
}

.jquery-lightbox-border-bottom-left {
    background: url(../img/jquery-lightbox-theme.png) no-repeat 0 bottom;
    bottom: 0;
    left: 0;
}

.jquery-lightbox-border-bottom-right {
    background: url(../img/jquery-lightbox-theme.png) no-repeat right bottom;
    bottom: 0;
    right: 0;
}

.jquery-lightbox-border-bottom-middle {
    background: #2b2b2b;
    height: 7px;
    width: 78%;
    position: absolute;
    bottom: 0;
    left: 12%;
    z-index: 7000;
    overflow: hidden;
}

.jquery-lightbox-title {
    background: #2b2b2b;
    color: #FFFFFF;
    font-family: verdana, arial, serif;
    font-size: 11px;
    line-height: 14px;
    padding: 5px 8px;
    margin: 3px;
    position: absolute;
    bottom: 0;
    z-index: 7000;
    opacity: 0.9;
}

.jquery-lightbox-html {
    z-index: 7000;
    position: relative;
    border: 0;
    border-left: 7px solid #2b2b2b;
    border-right: 7px solid #2b2b2b;
    padding: 0px 15px;
    row-align: top;
    -webkit-overflow-scrolling: touch;
}

.jquery-lightbox-html embed, .jquery-lightbox-html object, .jquery-lightbox-html iframe {
    row-align: top;
    display: block;
}

.jquery-lightbox-background {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 6999;
    float: left;
    padding: 0;
}

.jquery-lightbox-background img {
    display: block;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.jquery-lightbox-mode-image .jquery-lightbox-html {
    z-index: 6998;
    padding: 0;
}

.jquery-lightbox-mode-html .jquery-lightbox-background {
    background: #FFFFFF;
}

.jquery-lightbox-mode-html .jquery-lightbox-html {
    overflow: auto;
}

.jquery-lightbox-loading, .jquery-lightbox-mode-html .jquery-lightbox-loading {
    background: #FFFFFF url(../img/loading.gif) no-repeat center center;
}

.jquery-lightbox-button-close {
    background: url(../img/jquery-lightbox-theme.png) no-repeat -190px -115px;
    position: absolute;
    top: 12px;
    right: -26px;
    width: 29px;
    height: 29px;
}

.jquery-lightbox-button-close:hover {
    background: url(../img/jquery-lightbox-theme.png) no-repeat -220px -115px;
}

.jquery-lightbox-button-close span, .jquery-lightbox-buttons span {
    display: none;
}

.jquery-lightbox-mode-image .jquery-lightbox-button-close {
    right: 14px;
    z-index: 7002;
    -webkit-transition: none;
    transition: none;
}

.jquery-lightbox-buttons {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 7001;
    height: 39px;
    display: none;
}

.jquery-lightbox-buttons .jquery-lightbox-buttons-init, .jquery-lightbox-buttons .jquery-lightbox-buttons-end {
    width: 5px;
    height: 39px;
    float: left;
    display: inline;
}

.jquery-lightbox-buttons .jquery-lightbox-buttons-init {
    background: url(../img/jquery-lightbox-theme.png) no-repeat -151px -153px;
    margin: 7px 0 0 7px;
}

.jquery-lightbox-buttons .jquery-lightbox-buttons-end {
    background: url(../img/jquery-lightbox-theme.png) no-repeat -244px -153px;
    margin: 7px 0 0 0;
}

.jquery-lightbox-buttons .jquery-lightbox-button-left {
    background: url(../img/jquery-lightbox-theme.png) no-repeat -156px -153px;
    width: 24px;
    height: 39px;
    float: left;
    display: inline;
    margin: 7px 0 0 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.jquery-lightbox-buttons .jquery-lightbox-button-left:hover {
    background: url(../img/jquery-lightbox-theme.png) no-repeat -156px -194px;
}

.jquery-lightbox-buttons .jquery-lightbox-button-right {
    background: url(../img/jquery-lightbox-theme.png) no-repeat -220px -153px;
    width: 24px;
    height: 39px;
    float: left;
    display: inline;
    margin: 7px 0 0 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.jquery-lightbox-buttons .jquery-lightbox-button-right:hover {
    background: url(../img/jquery-lightbox-theme.png) no-repeat -220px -194px;
}

.jquery-lightbox-buttons .jquery-lightbox-button-max {
    background: url(../img/jquery-lightbox-theme.png) no-repeat -182px -153px;
    width: 36px;
    height: 39px;
    float: left;
    display: inline;
    margin: 7px 0 0 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.jquery-lightbox-buttons .jquery-lightbox-button-max:hover {
    background: url(../img/jquery-lightbox-theme.png) no-repeat -182px -194px;
}

.jquery-lightbox-buttons .jquery-lightbox-button-min {
    background: url(../img/jquery-lightbox-theme.png) no-repeat -162px -235px;
    width: 36px;
    height: 39px;
    float: left;
    display: inline;
    margin: 7px 0 0 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.jquery-lightbox-buttons .jquery-lightbox-button-min:hover {
    background: url(../img/jquery-lightbox-theme.png) no-repeat -207px -235px;
}

.jquery-lightbox-buttons-custom {
    height: 39px;
    float: left;
    display: inline;
    background: #2b2b2b;
    line-height: 39px;
    font-size: 10px;
    margin: 7px 0 0 0;
}

.jquery-lightbox-buttons-custom a {
    color: #FFFFFF;
    font-size: 10px;
    display: inline;
    font-weight: normal;
    text-decoration: underline;
    padding: 0 3px;
}

.jquery-lightbox-mode-image .jquery-lightbox-button-close {
    opacity: 0.7;
}

.jquery-lightbox-mode-image .jquery-lightbox-buttons {
    opacity: 0.3;
}

.jquery-lightbox-mode-image:hover .jquery-lightbox-buttons, .jquery-lightbox-mode-image:hover .jquery-lightbox-button-close {
    opacity: 0.9;
}

.jquery-lightbox-navigator {
    display: none;
}

.jquery-lightbox-hide {
    display: none;
}

/* Fallr Modal */
#fallr-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #333;
    height: 100%;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#fallr-wrapper,
#fallr-wrapper * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: Helvetica, Ubuntu, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    color: #555;
    text-shadow: 1px 1px 1px #fff;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
}

#fallr-wrapper {
    position: fixed;
    overflow: hidden;
    background: #f0f0f0;
    border: 1px solid #fff;
    box-shadow: 0 1px 10px #333;
    -moz-box-shadow: 0 1px 10px #333;
    -webkit-box-shadow: 0 1px 10px #333;
    box-shadow: 0 1px 10px rgba(32, 32, 32, 0.5);
    -moz-box-shadow: 0 1px 10px rgba(32, 32, 32, 0.5);
    -webkit-box-shadow: 0 1px 10px rgba(32, 32, 32, 0.5);
}

#fallr-icon {
    position: absolute;
    top: 35px;
    left: 20px;
    height: 64px;
    width: 64px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#fallr {
    position: relative;
    padding: 30px 30px 0 30px;
    width: 100% !important;
}

#fallr p {
    font-size: 16px;
    color: #808080;
    font-family: 'Source Sans Pro', serif;
    line-height: 1.4em;
    margin-bottom: 20px !important;
}

#fallr-buttons {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 30px 30px 30px;
    clear: both;
    display: block;
    text-align: right;
}

/*  Github button style
    http://nicolasgallagher.com/lab/css3-github-buttons/
*/

#fallr-wrapper .fallr-button,
#fallr button,
#fallr input[type="submit"] {
    position: relative;
    overflow: visible;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
    border: 1px solid #808080;
    color: #be421d;
    padding: 8px 16px 8px 16px;
    line-height: 1em;
    font-family: 'Source Sans Pro', serif;
    font-size: 17px;
    text-shadow: none;
}

#fallr-wrapper .fallr-button:hover,
#fallr-wrapper .fallr-button:focus,
#fallr button:hover,
#fallr button:focus,
#fallr input[type="submit"]:hover,
#fallr input[type="submit"]:focus {
    border: 1px solid #be421d;
    background: #be421d;
    color: #fff;
}

#fallr-wrapper .fallr-button.fallr-button-danger {
    color: #900;
}

#fallr-wrapper .fallr-button.fallr-button-danger:hover,
#fallr-wrapper .fallr-button.fallr-button-danger:focus {
    border-color: #b53f3a;
    border-bottom-color: #a0302a;
    color: #fff;
    background-color: #dc5f59;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc5f59), to(#b33630));
    background-image: -moz-linear-gradient(#dc5f59, #b33630);
    background-image: -o-linear-gradient(#dc5f59, #b33630);
    background-image: linear-gradient(#dc5f59, #b33630);
}

#fallr abbr {
    border-bottom: 1px dotted #333;
}

#fallr h1,
#fallr h2,
#fallr h3,
#fallr h4,
#fallr h5,
#fallr h6,
#fallr p,
#fallr form,
#fallr input,
#fallr label {
    margin-bottom: 10px;
}

#fallr h3 {
    font-size: 30px;
    line-height: 45px;
}

#fallr h4 {
    font-size: 25px;
    line-height: 37px;
}

#fallr h5 {
    font-size: 20px;
    line-height: 30px;
}

#fallr input[type="text"],
#fallr input[type="password"],
#fallr textarea {
    background: #fff;
    border: solid 1px #999;
    color: #777;
    padding: 5px;
    width: 97%;
    box-shadow: inset #bbb 0px 0px 5px;
    -moz-box-shadow: inset #bbb 0px 0px 5px;
    -webkit-box-shadow: inset #bbb 0px 0px 5px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

#fallr input[type="text"]:focus,
#fallr input[type="password"]:focus,
#fallr textarea:focus {
    box-shadow: inset #7bbdfe 0px 0px 7px;
    -moz-box-shadow: inset #7bbdfe 0px 0px 7px;
    -webkit-box-shadow: inset #7bbdfe 0px 0px 7px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

#fallr ol li,
#fallr ul li,
#fallr blockquote,
#fallr q {
    margin-left: 20px;
}

#fallr table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.35em;
    width: 100%;
}

#fallr th,
#fallr td {
    padding: 10px;
}

#fallr th {
    background-color: #cecece;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#cecece));
    background-image: -moz-linear-gradient(#ececec, #cecece);
    background-image: -o-linear-gradient(#ececec, #cecece);
    background-image: linear-gradient(#ececec, #cecece);
}

#fallr-wrapper {
    background: url(https://www.mhc.coop/wp-content/themes/mhc/img/black-transparent-bg-link.png);
    border: 1px solid #cacaca;
}

#fallr h2 {
    font-size: 27px;
    line-height: 1;
    margin-bottom: 25px;
    color: #fff;
    text-shadow: none;
}

#fallr p {
    color: #fff;
    text-shadow: none;
    margin-bottom: 7px !important;
}

#fallr .lightbox-more {
    display: inline-block;
    font-family: 'Source Sans Pro', serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#fallr .lightbox-more:hover {
    text-decoration: none;
    color: #be421d;
}

#fallr .lightbox-more:after {
    content: url(../img/arrow-right-white-14.png) no-repeat 0 0;
    width: 14px;
    height: 13px;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    top: 1.5px;
}

#fallr-wrapper .fallr-button, #fallr button, #fallr input[type="submit"] {
    border: 1px solid #cacaca;
    color: #fff;
}

/* Responsive */
@media only screen and (max-width: 1980px) {
    /*header #logo-nav { width: 1200px; margin-left: -600px; left: 50%; }*/
}

@media only screen and (max-width: 1200px) {
    header #header-wrapper {
        width: 100%;
    }

    header #header-links-container {
        width: 100%;
    }

    header #logo-nav {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    header #logo {
        left: 20px;
        top: 10px;
    }

    footer #footer-bottom #footer-position {
        width: 100%;
    }

    #footer-home #footer-top {
        width: 100%;
    }

    #footer-collage-1 #image-tiles {
        width: 100%;
    }

    #footer-collage-2 #image-tiles {
        width: 100%;
    }

    #footer-collage-3 #image-tiles {
        width: 100%;
    }

    #footer-collage-4 #image-tiles {
        width: 100%;
    }

    #footer-collage-5 #image-tiles {
        width: 100%;
    }

    #footer-collage-6 #image-tiles {
        width: 100%;
    }

    .content {
        padding: 60px 0;
    }

    .content .wpb_column:first-of-type {
        padding: 0 20px !important;
    }

    .content .wpb_column:last-of-type {
        padding: 0 20px !important;
    }

    .page-id-26 .content .wpb_column:first-of-type {
        padding: 0 !important;
    }

    .page-id-26 .content .wpb_column:last-of-type {
        padding: 0 !important;
    }

    .page-id-32 .content .wpb_column:first-of-type {
        padding: 0 !important;
    }

    .page-id-32 .content .wpb_column:last-of-type {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1120px) {
    #sdrn_bar {
        background: transparent !important;
        position: absolute !important;
        left: initial !important;
        right: 0;
        width: 85px !important;
        height: 66px !important;
        padding: 20px 25px !important;
        left: auto !important;
        right: 0;
    }

    #sdrn_s {
        color: #808080 !important;
    }

    #sdrn_s:focus {
        color: #fff !important;
    }

    #sdrn_menu.sdrn_levels a.sdrn_parent_item {
        border-left: 0 !important;
        margin-left: 0 !important;
    }

    #sdrn_menu .sdrn_icon_par {
        left: initial !important;
        right: 0;
    }

    .sdrn_css3 #sdrn_wrapper {
        padding-top: 0 !important;
    }

    #sdrn_menu.left ul#sdrn_menu_ul, #sdrn_menu.right ul#sdrn_menu_ul {
        padding-top: 0 !important;
    }

    #sdrn_menu.sdrn_levels ul li ul li {
        padding-left: 20px !important;
    }

    #sdrn_menu.sdrn_levels ul li a {
        padding-left: 30px !important;
    }

    #sdrn_menu .sdrn_item_custom_icon {
        width: 19px !important;
        height: 19px !important;
        top: 4px;
        line-height: 19px !important;
        font-size: 19px !important;
    }

    #sdrn_menu img, #sdrn_bar img {
        max-width: 100%;
        max-height: 100%;
    }

    #sdrn_bar .sdrn_ic {
        background: url(/wp-content/uploads/2014/09/mobile-bars.png) no-repeat 0 0;
        width: 35px !important;
        height: 26px !important;
        padding-top: 0 !important;
    }

    #sdrn_bar .sdrn_ic span {
        display: none !important;
    }

    header.three-links .header-link-wrapper .header-link {
        padding: 6px 3%;
    }
}

@media only screen and (max-width: 1040px) {
    header h1#heading-text {
        font-size: 90px;
    }

    .page-id-32 .content .content-wrapper {
        width: 100%;
    }

    #browse-plans .content-wrapper {
        width: 100%;
    }

    #browse-plans .vc_col-sm-9 {
        padding-right: 20px !important;
    }

    .page-id-26 .content .content-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    #footer-home #image-tiles {
        width: 90%;
    }

    header.two-links .header-link-wrapper .header-link {
        padding: 6px 6%;
    }

    header.three-links .header-link-wrapper .header-link {
        padding: 6px 2%;
    }

    .home p.headline {
        font-size: 23px;
    }

    .home h3.underline {
        margin-bottom: 10px;
    }

    .home .content ul li {
        margin-bottom: 10px;
    }

    .page-id-18 .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
        padding-left: 35px;
    }

    .page-id-18 .content .content-wrapper {
        width: 100%;
    }

    #splash .splash-container {
        width: 100%;
    }

    .page-id-14 .content .content-wrapper {
        padding: 0 35px;
    }

    .page-id-2114 .content .content-wrapper {
        padding: 0 35px;
    }

    .page-id-2206 .content .content-wrapper {
        padding: 0 35px;
    }

    .page-id-185 .content .content-wrapper {
        padding: 0 35px;
    }

    .page-id-56 .content .content-wrapper {
        padding: 0 35px;
    }

    .page-id-10 .content .content-wrapper {
        padding: 0;
    }

    .page-id-10 .template-block .sp-thumbnail-wrapper {
        width: 100% !important;
        height: auto !important;
    }

    .page-id-10 #content-left {
        padding: 0 20px 0 30px;
    }

    .page-id-10 #sidebar-right {
        padding: 0 30px 0 20px;
    }
}

@media only screen and (max-width: 960px) {
    header h1#heading-text {
        font-size: 80px;
    }

    #footer-collage-1 #image-tiles .row .col-one {
        display: none;
    }

    #footer-collage-1 #image-tiles .row .col-two {
        width: 19%;
    }

    #footer-collage-1 #image-tiles .row .col-three {
        width: 19%;
    }

    #footer-collage-1 #image-tiles .row .col-four {
        width: 17%;
    }

    #footer-collage-1 #image-tiles .row .col-five {
        width: 45%;
    }

    #footer-collage-2 #image-tiles .row .col-one {
        width: 45%;
    }

    #footer-collage-2 #image-tiles .row .col-two {
        width: 17%;
    }

    #footer-collage-2 #image-tiles .row .col-three {
        width: 19%;
    }

    #footer-collage-2 #image-tiles .row .col-four {
        width: 19%;
        padding: 8px;
    }

    #footer-collage-2 #image-tiles .row .col-five {
        display: none;
    }

    #footer-collage-3 #image-tiles .row .col-one {
        width: 45%;
    }

    #footer-collage-3 #image-tiles .row .col-two {
        display: none;
    }

    #footer-collage-3 #image-tiles .row .col-three {
        width: 17%;
    }

    #footer-collage-3 #image-tiles .row .col-four {
        width: 19%;
    }

    #footer-collage-3 #image-tiles .row .col-five {
        width: 19%;
    }

    #footer-collage-4 #image-tiles .row .col-one {
        display: none;
    }

    #footer-collage-4 #image-tiles .row .col-two {
        width: 19%;
    }

    #footer-collage-4 #image-tiles .row .col-three {
        width: 19%;
    }

    #footer-collage-4 #image-tiles .row .col-four {
        width: 17%;
    }

    #footer-collage-4 #image-tiles .row .col-five {
        width: 45%;
    }

    #footer-collage-5 #image-tiles .row .col-one {
        width: 45%;
    }

    #footer-collage-5 #image-tiles .row .col-two {
        width: 17%;
    }

    #footer-collage-5 #image-tiles .row .col-three {
        width: 19%;
    }

    #footer-collage-5 #image-tiles .row .col-four {
        width: 19%;
        padding: 8px;
    }

    #footer-collage-5 #image-tiles .row .col-five {
        display: none;
    }

    #footer-collage-6 #image-tiles .row .col-one {
        width: 45%;
    }

    #footer-collage-6 #image-tiles .row .col-two {
        display: none;
    }

    #footer-collage-6 #image-tiles .row .col-three {
        width: 17%;
    }

    #footer-collage-6 #image-tiles .row .col-four {
        width: 19%;
    }

    #footer-collage-6 #image-tiles .row .col-five {
        width: 19%;
    }

    .content {
        width: 100%;
        padding: 40px 0;
    }

    .home .content #content-left {
        width: 100%;
        padding: 0 20px 20px 20px;
    }

    .home .content #sidebar-right {
        width: 100%;
        padding: 0 20px;
    }

    .home p.headline {
        margin-bottom: 30px !important;
    }

    header #header-links {
        padding: 0;
    }

    header.one-link .header-link-wrapper {
        width: 100%;
    }

    header.one-link .header-link-wrapper .header-link {
        padding: 0;
    }

    header.two-links .header-link-wrapper .header-link {
        width: 100%;
        padding: 0;
    }

    header.three-links .header-link-wrapper .header-link {
        width: 100%;
        padding: 0;
    }

    header .header-link-wrapper .header-link .top {
        border-bottom: 0;
        line-height: 50px;
        border-top: 1px solid #ababab;
        font-size: 26px;
    }

    header .header-link-wrapper:first-child .header-link .top {
        border-top: 0;
    }

    header .header-link-wrapper .header-link .top:before {
        display: inline;
        width: 19px;
        height: 19px;
        position: relative;
        content: url(../img/arrow-right-white-19.png);
        margin-right: 12px;
        top: 0;
        line-height: 50px;
    }

    header .header-link-wrapper .header-link .bottom {
        display: none;
    }

    .content .content-wrapper {
        width: 100%;
        padding: 0 35px;
    }

    .single .content {
        width: 100%;
        padding: 60px 25px !important;
    }

    #scroll-down {
        display: none;
    }

    .page-id-26 .content .content-wrapper {
        padding: 0 !important;
    }

    .page-id-26 .button-wrapper {
        width: 285px;
        margin: 0 auto;
    }

    .page-id-32 .content .content-wrapper {
        padding: 0;
    }

    .page-id-189 .content .region .text {
        min-width: 75%;
    }

    .page-id-189 .content ul.arrow li {
        line-height: 1.2em;
        background: url(../img/bullet-double-arrow.png) no-repeat 0 4.5px;
    }

    /*#browse-plans .mobile-intro { display: block; }*/
    #browse-plans .width-adjust {
        padding: 0;
    }

    #browse-plans .su-row .su-column:last-child {
        width: 100%;
        padding: 0 !important;
    }

    #browse-plans .su-row .su-column.su-column-size-1-4 {
        display: none;
    }

    #browse-plans .sidebar-menu {
        margin-bottom: 25px;
    }

    #browse-plans .sidebar-menu:first-of-type {
        margin-top: 0;
    }

    #browse-plans .sidebar-menu:nth-child(2) {
        margin-bottom: 0;
    }

    #browse-plans .sidebar-menu:nth-child(3) {
        display: none;
    }

    #browse-plans .sidebar-menu ul.expandable li.active ul {
        display: none;
    }

    #browse-plans {
        padding: 0 0 60px 0;
    }

    #browse-plans .content-wrapper {
        padding: 0;
    }

    #browse-plans p.headline {
        margin-top: 40px;
        padding: 0 40px;
    }

    #browse-plans .full-table {
        margin: 40px 0 30px 0;
    }

    #browse-plans table {
        margin: 0;
    }

    #browse-plans .sidebar-menu h3 {
        border-bottom: 2px solid #fff;
    }

    #browse-plans .sidebar-menu ul.expandable li a {
        color: #fff;
    }

    #browse-plans a.button:first-of-type {
        margin: 0 auto 20px auto;
        width: 120px;
    }

    #browse-plans a.button {
        display: block;
        margin: 0 auto;
        width: 270px;
    }

    #browse-plans .sidebar-menu ul.expandable li a:before {
        content: url(../img/arrow-right-white-16.png);
    }

    #browse-plans .sidebar-menu ul.expandable li.active a:before {
        content: url(../img/radio-selected-white-16.png);
    }

    .search .content {
        width: 100%;
        padding: 60px 40px !important;
    }

    .page-id-18 .content {
        padding: 0 0 60px 0;
    }

    .page-id-18 .content .content-wrapper {
        padding: 0;
    }

    .content .wpb_column:last-of-type {
        padding: 0 !important;
    }

    .page-id-18 .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
        width: 100%;
        padding: 60px 40px 0 40px;
    }

    .page-id-18 .wpb_tour .wpb_tabs_nav {
        width: 100%;
        background: #4d4d4d;
        padding: 15px 0 50px 0;
        display: none;
    }

    .page-id-18 .wpb_content_element .wpb_tabs_nav li a {
        max-width: 100%;
        color: #fff;
    }

    .page-id-18 .wpb_content_element .wpb_tabs_nav h3 {
        border-bottom: 2px solid #fff;
    }

    .page-id-18 .content .wpb_column:last-of-type {
        padding: 0 !important;
    }

    .page-id-18 .wpb_content_element .wpb_tabs_nav li {
        padding: 0 40px;
    }

    .page-id-18 .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab p {
        margin-bottom: 25px;
    }

    .page-id-18 .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab h4 {
        max-width: 100%;
        width: 100%;
    }

    .page-id-18 .wpb_content_element .wpb_tabs_nav li a:before {
        content: url(../img/arrow-right-white-16.png);
    }

    .page-id-18 .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a:before {
        content: url(../img/radio-selected-white-16.png);
    }

    #splash .site-links {
        width: 100%;
        padding: 0 5%;
    }

    #splash .site-links .link-wrapper {
        width: 40%;
        margin: 0 5%;
    }

    .page-id-14 .super-post li {
        width: 100%;
        padding-right: 0;
        float: none;
        clear: none;
        margin-bottom: 40px;
    }

    #splash .splash-container {
        padding: 10px 0 24px 0;
    }

    #splash h1 {
        font-size: 60px;
    }

    #splash p.headline {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .page-id-10 .content {
        width: 100%;
    }

    .archive .content {
        width: 100% !important;
        padding: 60px 40px !important;
    }

    #common .content {
        width: 100%;
        padding: 60px 40px;
    }

    #browse-plans .wpb_content_element .wpb_tabs_nav li:nth-child(1) {
        display: none;
    }

    #browse-plans .no-plan {
        padding: 0 40px;
    }

    #browse-plans .wpb_text_column .wpb_wrapper {
        padding: 0 1.5%;
    }
}

@media only screen and (max-width: 850px) {
    footer #footer-nav {
        display: none;
    }
}

@media only screen and (max-width: 830px) {
    header h1#heading-text {
        font-size: 70px;
    }

    footer #footer-social {
        margin-top: 10px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .content .wpb_column:first-of-type {
        padding: 0 !important;
    }

    .content .wpb_column:last-of-type {
        padding: 0 !important;
    }

    .content .content-wrapper {
        padding: 0 35px;
    }

    .content {
        padding: 40px 0 !important;
    }

    .content .vc_row.grey {
        padding: 40px 0;
        margin: 40px 0 !important;
    }

    .content .vc_row.grey.last {
        margin: 40px 0 0 0 !important;
    }

    .page-id-20 h3.underline {
        min-width: 100%;
    }

    .page-id-20 p.headline {
        margin-bottom: 0 !important;
    }

    .page-id-20 .wpb_content_element {
        margin-bottom: 30px !important;
    }

    .page-id-20 .contact-info {
        min-height: initial;
    }

    .content .vc_row {
        margin: 0;
    }

    ul.li-bottom li, ol.li-bottom li {
        margin-bottom: 0 !important
    }

    .content .su-column:first-of-type {
        padding: 0 !important;
    }

    .content .su-column:last-of-type {
        padding: 0 !important;
    }

    .page-id-26 p.headline {
        margin-bottom: 20px !important;
    }

    .page-id-42 .content .vc_row:first-of-type {
        margin-bottom: 0;
    }

    .page-id-42 .content .wpb_column:first-of-type {
        margin-bottom: 40px !important;
    }

    .page-id-44 .content .su-column:first-of-type {
        margin-bottom: 0 !important;
    }

    .page-id-48 .full-table {
        margin-bottom: 25px !important;
    }

    .page-id-50 h3.underline {
        min-width: 100%;
    }

    .page-id-189 .content .wpb_column {
        margin-bottom: 40px;
    }

    .page-id-189 .content .region .text {
        min-width: 90%;
    }

    .page-id-189 h3.underline {
        min-width: 100%;
    }

    .page-id-18 .content {
        padding: 0 0 40px 0 !important;
    }

    .page-id-18 .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
        padding: 40px 30px 0 30px;
    }

    .page-id-18 .wpb_content_element .wpb_tabs_nav li {
        padding: 0 30px;
    }

    #browse-plans .vc_col-sm-3 {
        padding: 15px 30px 40px 30px !important;
    }

    #browse-plans {
        padding: 0 0 40px 0 !important;
    }

    #browse-plans p.headline {
        margin-top: 40px;
        padding: 0 30px;
    }

    #browse-plans .no-plan {
        padding: 0 30px;
        margin: 35px 0;
    }

    #browse-plans .full-table {
        margin: 40px 0;
    }

    #browse-plans .mobile-tables {
        margin: 40px 0;
    }

    #browse-plans .wpb_content_element .wpb_tabs_nav {
        flex-direction: column;
    }

    .search .content {
        padding: 40px 30px !important;
    }

    .search h1 {
        font-size: 36px;
    }

    .search h2 {
        font-size: 28px;
    }

    .page-id-14 .content {
        padding: 40px 0 8px 0 !important;
    }

    .page-id-14 h2.underline {
        margin-bottom: 40px;
    }

    .page-id-16 .content {
        padding: 40px 0 8px 0 !important;
    }

    footer #footer-nav {
        display: none;
    }

    #browse-plans .mobile-tables .table-bg {
        padding: 0 30px;
    }

    .page-id-1395 p.headline {
        margin-bottom: 25px !important;
    }

    .page-id-1242 p.headline {
        margin-bottom: 25px !important;
    }

    .page-id-2114 h2.underline {
        margin-bottom: 40px;
    }

    .page-id-2206 h2.underline {
        margin-bottom: 40px;
    }

    .page-id-10 #content-left {
        padding: 0 20px;
        width: 100%;
    }

    .page-id-10 #sidebar-right {
        padding: 0 20px;
        width: 100%;
    }

    .page-id-10 h2.underline {
        min-width: 100%;
    }

    .page-id-10 .content .sidebar h4 {
        min-width: 100%;
    }

    .archive .content {
        padding: 40px 30px !important;
    }

    .archive h1 {
        font-size: 36px !important;
    }
}

@media only screen and (max-width: 720px) {
    header h1#heading-text {
        font-size: 52px;
    }

    header #header-wrapper {
        height: 345px !important;
    }

    header.one-link #header-wrapper {
        height: 450px !important;
    }

    header.two-links #header-wrapper {
        height: 500px !important;
    }

    header.three-links #header-wrapper {
        height: 550px !important;
    }

    #footer-collage-1 #image-tiles .row .col-two {
        width: 34%;
    }

    #footer-collage-1 #image-tiles .row .col-three {
        width: 34%;
    }

    #footer-collage-1 #image-tiles .row .col-four {
        width: 32%;
        padding: 8px;
    }

    #footer-collage-1 #image-tiles .row .col-five {
        display: none;
    }

    #footer-collage-2 #image-tiles .row .col-one {
        display: none;
    }

    #footer-collage-2 #image-tiles .row .col-two {
        width: 32%;
    }

    #footer-collage-2 #image-tiles .row .col-three {
        width: 34%;
    }

    #footer-collage-2 #image-tiles .row .col-four {
        width: 34%;
    }

    #footer-collage-3 #image-tiles .row .col-one {
        display: none;
    }

    #footer-collage-3 #image-tiles .row .col-three {
        width: 32%;
    }

    #footer-collage-3 #image-tiles .row .col-four {
        width: 34%;
    }

    #footer-collage-3 #image-tiles .row .col-five {
        width: 34%;
    }

    #footer-collage-4 #image-tiles .row .col-two {
        width: 34%;
    }

    #footer-collage-4 #image-tiles .row .col-three {
        width: 34%;
    }

    #footer-collage-4 #image-tiles .row .col-four {
        width: 32%;
        padding: 8px;
    }

    #footer-collage-4 #image-tiles .row .col-five {
        display: none;
    }

    #footer-collage-5 #image-tiles .row .col-one {
        display: none;
    }

    #footer-collage-5 #image-tiles .row .col-two {
        width: 32%;
    }

    #footer-collage-5 #image-tiles .row .col-three {
        width: 34%;
    }

    #footer-collage-5 #image-tiles .row .col-four {
        width: 34%;
    }

    #footer-collage-6 #image-tiles .row .col-one {
        display: none;
    }

    #footer-collage-6 #image-tiles .row .col-three {
        width: 32%;
    }

    #footer-collage-6 #image-tiles .row .col-four {
        width: 34%;
    }

    #footer-collage-6 #image-tiles .row .col-five {
        width: 34%;
    }

    #footer-home #footer-top {
        padding: 30px 0 40px 0;
    }

    #footer-home #footer-top h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    #footer-home #footer-top h2:before {
        display: block;
        margin: 0 auto 10px auto;
    }

    #footer-home #footer-top h2 span {
        display: block;
    }

    #footer-home #footer-top .underline {
        display: none;
    }

    p.headline {
        font-size: 20px;
    }

    .home p.headline {
        font-size: 20px;
    }

    .home h3.underline {
        font-size: 20px;
    }

    .home .content ul li {
        font-size: 17px;
        background: url(../img/arrow-right-16.png) no-repeat 0 5.5px;
    }

    .home p.headline {
        font-size: 17px;
    }

    .home h3.underline {
        font-size: 17px;
    }

    .home .content ul li {
        font-size: 15px;
        background: url(../img/arrow-right-14.png) no-repeat 0 4.5px;
    }

    .page-id-32 .full-table {
        display: none;
    }

    .page-id-32 .mobile-tables {
        display: block;
        margin: 40px 0;
    }

    .page-id-32 .mobile-tables table {
        margin: 0 0 15px 0;
    }

    .page-id-32 table th, .page-id-32 table td {
        padding: 8px;
        vertical-align: top;
        line-height: 1.2em;
    }

    .page-id-32 table p {
        line-height: 1.2em;
    }

    #browse-plans .full-table {
        display: none;
    }

    #browse-plans .mobile-tables {
        display: block;
    }

    #splash footer {
        display: none;
    }

    #splash h1 {
        font-size: 60px;
    }

    #splash p.headline {
        font-size: 22px;
    }

    #splash .site-links .link-wrapper {
        height: 143px;
    }

    #splash .site-links h2 {
        font-size: 28px;
    }

    #splash .site-links h2 a {
        padding-top: 15px;
    }

    #splash .site-links h2 a span.icon {
        max-width: 100%;
        max-height: 100%;
        width: 30px;
        height: 30px;
        background-size: cover;
        top: 5px;
        margin-right: 10px;
    }

    #splash .site-links .logo a {
        padding: 15px 20px;
    }

    #splash .site-links #idaho .logo a {
        padding: 22px 10px;
    }

    #splash .site-links .link-wrapper:hover h2 a span.icon {
        background-size: cover;
    }

}

@media only screen and (max-width: 650px) {
    .page-id-26 table tr td {
        padding: 10px;
    }

    .page-id-26 table tr th:nth-child(1), .page-id-26 table tr td:nth-child(1) {
        display: none;
    }

    .page-id-26 table tr th:nth-child(2), .page-id-26 table tr td:nth-child(2) {
        width: 50%;
    }

    .page-id-26 table tr th:nth-child(3), .page-id-26 table tr td:nth-child(3) {
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    header #header-wrapper {
        height: 345px !important;
    }

    header.one-link #header-wrapper {
        height: 400px !important;
    }

    header.two-links #header-wrapper {
        height: 450px !important;
    }

    header.three-links #header-wrapper {
        height: 500px !important;
    }

    header #logo {
        width: 200px;
    }

    header h1#heading-text {
        font-size: 45px;
    }

    header h1#heading-text {
        line-height: 1em;
    }

    #footer-home #image-tiles {
        width: 80%;
    }

    #footer-home #image-tiles .row .col-one {
        width: 100%;
        padding: 10px 10px 0 10px;
    }

    #footer-home #image-tiles .row .col-two {
        width: 50%;
    }

    #footer-home #image-tiles .row .col-three {
        width: 50%;
    }

    #footer-home #image-tiles #img1 {
        height: 300px;
    }

    #footer-home #image-tiles #img2 {
        height: 210px;
    }

    #footer-home #image-tiles #img3 {
        height: 80px;
    }

    #footer-home #image-tiles #img4 {
        height: 80px;
    }

    #footer-home #image-tiles #img5 {
        height: 210px;
    }
}

@media only screen and (max-width: 500px) {
    header #header-wrapper {
        height: 300px !important;
    }

    header.one-link #header-wrapper {
        height: 350px !important;
    }

    header.two-links #header-wrapper {
        height: 400px !important;
    }

    header.three-links #header-wrapper {
        height: 450px !important;
    }

    header.three-links .header-link-wrapper .header-link .top {
        font-size: 22px;
    }

    header .header-link-wrapper .header-link .top:before {
        top: 1.5px;
    }

    header #logo {
        width: 120px;
    }

    header #logo span.logo-icon {
        width: 120px;
        background-size: 100%;
    }

    header #logo:hover span.logo-icon {
        width: 120px;
        background-size: 100%;
    }

    header h1#heading-text {
        font-size: 40px;
    }

    #footer-collage-1 #image-tiles .row .col-two {
        width: 50%;
    }

    #footer-collage-1 #image-tiles .row .col-three {
        width: 50%;
        padding: 8px;
    }

    #footer-collage-1 #image-tiles .row .col-four {
        display: none;
    }

    #footer-collage-2 #image-tiles .row .col-two {
        display: none;
    }

    #footer-collage-2 #image-tiles .row .col-three {
        width: 50%;
    }

    #footer-collage-2 #image-tiles .row .col-four {
        width: 50%;
    }

    #footer-collage-3 #image-tiles .row .col-three {
        display: none;
    }

    #footer-collage-3 #image-tiles .row .col-four {
        width: 50%;
    }

    #footer-collage-3 #image-tiles .row .col-five {
        width: 50%;
    }

    #footer-collage-4 #image-tiles .row .col-two {
        width: 50%;
    }

    #footer-collage-4 #image-tiles .row .col-three {
        width: 50%;
        padding: 8px;
    }

    #footer-collage-4 #image-tiles .row .col-four {
        display: none;
    }

    #footer-collage-5 #image-tiles .row .col-two {
        display: none;
    }

    #footer-collage-5 #image-tiles .row .col-three {
        width: 50%;
    }

    #footer-collage-5 #image-tiles .row .col-four {
        width: 50%;
    }

    #footer-collage-6 #image-tiles .row .col-three {
        display: none;
    }

    #footer-collage-6 #image-tiles .row .col-four {
        width: 50%;
    }

    #footer-collage-6 #image-tiles .row .col-five {
        width: 50%;
    }

    #footer-home #image-tiles #img1 {
        height: 200px;
    }

    #footer-home #image-tiles #img2 {
        height: 120px;
    }

    #footer-home #image-tiles #img3 {
        height: 70px;
    }

    #footer-home #image-tiles #img4 {
        height: 70px;
    }

    #footer-home #image-tiles #img5 {
        height: 120px;
    }

    .content .content-wrapper {
        padding: 0 25px;
    }

    .single .content {
        padding: 40px 25px !important;
    }

    .blog h1 {
        font-size: 38px;
    }

    .blog h2 {
        font-size: 27px;
    }

    .single h1 {
        font-size: 27px;
    }

    .blog article.post:last-of-type {
        margin-bottom: 40px;
    }

    .width-adjust {
        padding: 0 25px !important;
    }

    #browse-plans .width-adjust {
        padding: 0 !important;
    }

    table.white-header th h3 {
        font-size: 16px;
    }

    table.white-header td {
        font-size: 14px;
    }

    .page-id-26 table td ul li {
        font-size: 14px;
    }

    .page-id-26 table td .content ul.arrow li {
        background: url(../img/bullet-double-arrow.png) no-repeat 0 6px;
    }

    .page-id-26 table td .content ul.bullet li {
        background: url(../img/arrow-right-16.png) no-repeat 0 3.5px;
    }

    .page-id-189 .content .region .text {
        min-width: 85%;
    }

    div.simplesocialbuttons {
        margin: 40px auto 0 0 !important;
    }

    #splash h1 {
        font-size: 48px;
    }

    #splash p.headline {
        font-size: 16px;
        padding: 0 20px;
    }

    #splash .site-links .link-wrapper {
        height: 123px;
    }

    #splash .site-links h2 {
        font-size: 22px;
    }

    #splash .site-links h2 a {
        padding-top: 10px;
    }

    #splash .site-links h2 a span.icon {
        width: 25px;
        height: 25px;
        top: 4px;
        margin-right: 5px;
    }

    #splash .site-links .logo a {
        padding: 10px 20px;
    }

    #splash .site-links #idaho .logo a {
        padding: 18px 10px;
    }
}

@media only screen and (max-width: 450px) {
    header #header-wrapper {
        height: 250px !important;
    }

    header.one-link #header-wrapper {
        height: 300px !important;
    }

    header.two-links #header-wrapper {
        height: 350px !important;
    }

    header.three-links #header-wrapper {
        height: 400px !important;
    }

    header h1#heading-text {
        font-size: 32px;
    }

    header.two-links .header-link-wrapper .header-link .top {
        font-size: 22px;
    }

    p.headline {
        font-size: 19px;
    }

    .content {
        padding: 30px 0 !important;
    }

    .content .vc_row.grey {
        padding: 30px 0;
        margin: 30px 0 !important;
    }

    .content .vc_row.grey.last {
        margin: 30px 0 0 0 !important;
    }

    h1, h2, h3, h4, h5, h6 {
        margin-top: 0 !important;
    }

    .content .buttons-container.two-buttons {
        width: 290px;
    }

    .content .buttons-container a.button {
        margin-right: 40px;
    }

    div.ssb-button-googleplus {
        width: 90px !important;
    }

    div.ssb-button-fblike {
        width: 110px !important;
    }

    div.ssb-button-twitter {
        width: 80px !important;
    }

    .page-id-1430 p.headline {
        margin-bottom: 30px;
    }

    .page-id-26 table {
        margin: 30px 0 24px 0;
    }

    .page-id-32 .mobile-tables {
        margin: 30px 0;
    }

    .page-id-42 .content .wpb_column:first-of-type {
        margin-bottom: 30px !important;
    }

    .page-id-18 .content {
        padding: 0 0 30px 0 !important;
    }

    .page-id-18 .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
        padding: 30px 20px 0 20px;
    }

    .page-id-18 .wpb_content_element .wpb_tabs_nav li {
        padding: 0 20px;
    }

    #browse-plans .vc_col-sm-3 {
        padding: 15px 20px 30px 20px !important;
    }

    #browse-plans {
        padding: 0 0 30px 0 !important;
    }

    #browse-plans p.headline {
        margin-top: 30px;
        padding: 0 20px;
    }

    #browse-plans .no-plan {
        padding: 0 20px;
    }

    #browse-plans .full-table {
        margin: 30px 0;
    }

    #browse-plans .mobile-tables {
        margin: 30px 0;
    }

    .search .content {
        padding: 30px 20px !important;
    }

    .search h1 {
        font-size: 32px;
    }

    .search h2 {
        font-size: 26px;
    }

    .page-id-14 .content {
        padding: 30px 0 8px 0 !important;
    }

    .page-id-14 h2.underline {
        margin-bottom: 30px;
    }

    .page-id-14 .super-post li {
        margin-bottom: 30px;
    }

    .page-id-16 .content {
        padding: 30px 0 8px 0 !important;
    }

    #browse-plans .mobile-tables .table-bg {
        padding: 0 20px;
    }

    #splash .site-links .link-wrapper {
        width: 44%;
        margin: 0 3%;
    }

    .page-id-2114 h2.underline {
        margin-bottom: 30px;
    }

    .page-id-2114 .super-post li {
        margin-bottom: 30px;
    }

    .page-id-2206 h2.underline {
        margin-bottom: 30px;
    }

    .page-id-2206 .super-post li {
        margin-bottom: 30px;
    }

    .page-id-56 p.headline {
        margin-bottom: 30px;
    }

    .page-id-56 .super-post li {
        margin-bottom: 30px;
    }

    .page-id-185 p.headline {
        margin-bottom: 30px;
    }

    .page-id-185 .super-post li {
        margin-bottom: 30px;
    }

    .archive .content {
        padding: 30px 20px !important;
    }

    .archive h1 {
        font-size: 32px !important;
    }

    #common .content {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 400px) {
    header #header-wrapper {
        height: 200px !important;
    }

    header.one-link #header-wrapper {
        height: 250px !important;
    }

    header.two-links #header-wrapper {
        height: 300px !important;
    }

    header.three-links #header-wrapper {
        height: 350px !important;
    }

    header #logo {
        width: 172px;
    }

    header h1#heading-text {
        font-size: 32px;
    }

    footer #footer-social a span.icon {
        margin-right: 6px;
    }

    footer #footer-social a#contact span.text {
        font-size: 10px;
        left: 6px;
    }

    footer #footer-bottom #footer-position {
        padding: 10px 16px;
    }

    #footer-home #footer-top {
        padding: 20px 0;
    }

    #footer-home #footer-top h2 {
        font-size: 20px;
    }

    #footer-home #footer-top h2:before {
        content: url(../img/arrow-right-white-19.png);
        width: 19px;
        height: 19px;
        top: 2px;
    }

    .home p.headline {
        font-size: 17px;
    }

    .home h3.underline {
        font-size: 17px;
    }

    .home .content ul li {
        font-size: 15px;
        background: url(../img/arrow-right-14.png) no-repeat 0 4.5px;
    }

    .content .content-wrapper {
        padding: 0 20px;
    }

    .single .content {
        padding: 30px 20px !important;
    }

    p, li, label {
        line-height: 1.6em;
    }

    p.headline {
        line-height: 1.6em;
    }

    .width-adjust {
        padding: 0 20px !important;
    }

    #browse-plans .width-adjust {
        padding: 0 !important;
    }

    .with_frm_style .frm_error {
        font-size: 11px !important;
    }

    .jquery-lightbox-buttons {
        display: none !important;
    }

    .page-id-189 .content ul.arrow li {
        overflow-wrap: break-word;
    }
}

@media only screen and (max-width: 350px) {
    .home header h1#heading-text {
        font-size: 30px;
    }

    header h1#heading-text {
        font-size: 32px;
    }

    footer #footer-social a span.icon {
        margin-right: 4px;
    }

    .home p.headline {
        font-size: 15px;
        margin-bottom: 25px !important;
    }

    .home h3.underline {
        font-size: 15px;
    }

    .home .content ul li {
        font-size: 13px;
        background: url(../img/arrow-right-14.png) no-repeat 0 4.5px;
    }

    .content .buttons-container.two-buttons {
        width: 270px;
        margin-top: 35px;
    }

    .content .buttons-container a.button {
        margin-right: 20px;
    }

    .page-id-26 a.button:first-of-type {
        margin-right: 20px;
    }

    .page-id-26 .button-wrapper {
        width: 275px;
    }

    div.ssb-button-googleplus {
        width: 70px !important;
    }

    div.ssb-button-fblike {
        width: 90px !important;
    }

    div.ssb-button-twitter {
        width: 80px !important;
    }

    .page-id-189 .content .region .text {
        min-width: 80%;
    }

    .page-id-189 .content .region-wrapper ul {
        margin-left: 16px;
    }
}

@media only screen and (max-width: 310px) {
    footer #footer-logo {
        display: none;
    }
}

@media only screen and (max-width: 300px) {
    header h1#heading-text {
        font-size: 22px;
    }

    header #logo {
        width: 154px;
    }

    footer #footer-social a span.icon {
        margin-right: 4px;
    }

    #sdrn_bar {
        width: 59px !important;
        height: 46px !important;
        padding: 10px 12px !important;
    }
}

@media screen and (max-device-width: 640px), screen and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-device-width: 768px) and (max--moz-device-pixel-ratio: 2) {
    .jquery-lightbox-button-close,
    .jquery-lightbox-button-close:hover,
    .jquery-lightbox-border-top-left,
    .jquery-lightbox-border-top-right,
    .jquery-lightbox-border-bottom-left,
    .jquery-lightbox-border-bottom-right,
    .jquery-lightbox-buttons .jquery-lightbox-buttons-init,
    .jquery-lightbox-buttons .jquery-lightbox-buttons-end,
    .jquery-lightbox-buttons .jquery-lightbox-button-left,
    .jquery-lightbox-buttons .jquery-lightbox-button-left:hover,
    .jquery-lightbox-buttons .jquery-lightbox-button-right,
    .jquery-lightbox-buttons .jquery-lightbox-button-right:hover,
    .jquery-lightbox-buttons .jquery-lightbox-button-max,
    .jquery-lightbox-buttons .jquery-lightbox-button-max:hover,
    .jquery-lightbox-buttons .jquery-lightbox-button-min,
    .jquery-lightbox-buttons .jquery-lightbox-button-min:hover {
        background-image: url(../img/jquery-lightbox-theme-mobile.png);
        background-size: 834px auto;
    }

    .jquery-lightbox-button-close {
        background-position: -380px -230px;
        width: 58px;
        height: 58px;
        right: -52px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
    }

    .jquery-lightbox-button-close:hover {
        background-position: -440px -230px;
    }

    .jquery-lightbox-buttons .jquery-lightbox-buttons-init, .jquery-lightbox-buttons .jquery-lightbox-buttons-end {
        width: 10px;
        height: 78px;
    }

    .jquery-lightbox-buttons .jquery-lightbox-buttons-init {
        background-position: -302px -306px;
    }

    .jquery-lightbox-buttons .jquery-lightbox-buttons-end {
        background-position: -488px -306px;
    }

    .jquery-lightbox-buttons .jquery-lightbox-button-left {
        background-position: -312px -306px;
        width: 48px;
        height: 78px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
    }

    .jquery-lightbox-buttons .jquery-lightbox-button-left:hover {
        background-position: -312px -388px;
    }

    .jquery-lightbox-buttons .jquery-lightbox-button-right {
        background-position: -440px -306px;
        width: 48px;
        height: 78px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
    }

    .jquery-lightbox-buttons .jquery-lightbox-button-right:hover {
        background-position: -440px -388px;
    }

    .jquery-lightbox-buttons .jquery-lightbox-button-max {
        background-position: -364px -306px;
        width: 72px;
        height: 78px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
    }

    .jquery-lightbox-buttons .jquery-lightbox-button-max:hover {
        background-position: -364px -388px;
    }

    .jquery-lightbox-buttons .jquery-lightbox-button-min {
        background-position: -324px -470px;
        width: 72px;
        height: 78px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
    }

    .jquery-lightbox-buttons .jquery-lightbox-button-min:hover {
        background-position: -414px -470px;
    }
}

#content-full table.drug-list {
    width: 100%;
    max-width: 928px;
    margin: 0 auto
}

#content-full table.drug-list tr td {
    width: 25% !important;
    text-align: left !important
}

#content-full ul.drug-list {
    display: none;
    width: 100%;
    max-width: 928px;
    margin: 0 auto
}

#content-full ul li {
    list-style-type: none
}

.generated_for_mobile {
    display: none;
}

@media only screen and (max-width: 720px) {
    #content-full table.drug-list {
        display: none;
    }

    #content-full ul.drug-list {
        display: block;
    }

    .generated_for_mobile {
        display: block;
    }

    .full-table {
        display: none;
    }

    #browse-plans .mobile-tables h2, .mobile-tables h2 {
        font-size: 1.2rem;
    }

    #browse-plans table th {
        color: #be421d;
        font-weight: 600;
        padding: 12px 12px 12px 12px;
        width: 30%;
        vertical-align: top;
        font-size: 14px;
    }

    .mobile-tables tr {
        border-bottom: 1px solid #cbcbcb;
    }

    #browse-plans table td:nth-child(2) {
        width: 70%;
    }
}

.page-id-3416 .full-table {
    display: block !important
}
