/*

COLORS: 
(darker shades first, then lighter shades, so beieg-1 is darker than beige-2)
grey text:      #474651;   
beige-1:        #e5e1dd;
beige-2:        #edebe9;
grey-1:         #302f36;
grey-2:         #474651;
grey-3:         #5a5963;
green-1:        #56b58c;
green-2:        #91cfb4;
gold:           #c78926;
tan-1:          #e5ae8f;
tan-2:          #f4ccb6;

FONTS: 
Josefin Sans Light
	font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
Josefin Sans Regular
	font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
Josefin Sans Bold
	font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
Merriweather Regular
	font-family: "Merriweather", sans-serif;
    font-weight: 400;
Merriweather Bold
	font-family: "Merriweather", sans-serif;
    font-weight: 700;

*/


#billboard_lead {
    text-align: center;
    background-color: #1d1a17;
}
#billboard_lead #billboard {
    text-align: center;
    margin-bottom: 20px;
}
#billboard_lead #header_billboard {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
/*#billboard_lead #billboard img {
    display: block; 
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}*/
#billboard_lead .container {
}
@media (min-width: 580px) {
    #billboard_lead #billboard {
        margin-bottom: 0;
    }
    #billboard_lead .container {
        margin-top: -110px;
    }
    #billboard_lead #intro h1 {
        margin-bottom: 40px;
    }
}
@media (min-width: 768px) {
    #billboard_lead {
        position: relative;
        padding-bottom: 265px;
        background-color: #B9C5C3;
    }
    #billboard_lead #billboard {
        background-color: #1d1a17;
    }
    /*#billboard_lead #billboard img {
        max-width: 860px;
    }*/
    #billboard_lead .container {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: 0;
    }
    #billboard_lead #intro h1 {
        margin-bottom: 10px;
    }
}
@media (min-width: 992px) {
    #billboard_lead {
        position: relative;
        padding-bottom: 50px;
        background-color: #e5e1dd;
    }
    #billboard_lead #billboard {
        position: relative;
        overflow: hidden;
        height: 625px;
        background-color: #1d1a17;
    }
/*    #billboard_lead #billboard img {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
        width: 1400px;
        max-width: 1400px;
    }
    */
    #billboard_lead .container {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
#billboard_lead #intro {
    padding-bottom: 20px;
    color: #fff;
}
#billboard_lead #intro h1 {
    color: #fff;
    font-weight: 700;
}
@media (max-width: 579px) {
    #billboard_lead #intro h1  {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 28px;
    }
}
#billboard_lead #intro p {
    position: relative;
    margin-bottom: 20px;
}
#billboard_lead #intro p img {
    width: 70px;
    margin-bottom: 15px;
}
#billboard_lead #callouts {
    background-color: #fff;
}
#billboard_lead #callouts .item {
    position: relative;
    padding: 10px 30px 50px 30px;
}
@media (max-width: 767px) {
    #billboard_lead #callouts .item p {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #billboard_lead #intro p img {
        position: absolute;
        top: -5px;
        right: -80px;
    }
    #billboard_lead #callouts {
        background-image: url(/2015_assets/imgD/bkg_callouts_sm.png);
        background-repeat: repeat-y;
        background-position: center top;
    }
    #billboard_lead #callouts .item {
        min-height: 285px;
        padding: 10px 15px 50px 15px;
        border-top: solid 6px;
    }
    #billboard_lead #callouts .item h2 {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    #billboard_lead #callouts {
        background-image: url(/2015_assets/imgD/bkg_callouts_md.png);
        background-repeat: repeat-y;
        background-position: center top;
    }
    #billboard_lead #intro p img {
        position: absolute;
        top: -5px;
        right: -80px;
    }
    #billboard_lead #callouts .item {
        min-height: 270px;
        padding: 10px 30px 50px 30px;
        border-top: solid 6px;
    }
}
@media (min-width: 1200px) {
    #billboard_lead #callouts {
        background-image: url(/2015_assets/imgD/bkg_callouts_lg.png);
        background-repeat: repeat-y;
        background-position: center top;
    }
}
#billboard_lead #callouts .item-1 {
    border-top-color: #56b58c;
}
#billboard_lead #callouts .item-2 {
    border-top-color: #e5ae8f;
}
#billboard_lead #callouts .item-3 {
    border-top-color: #c78926;
}
#billboard_lead #callouts .item h2 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 30px;
}
#billboard_lead #callouts .item h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 72px;
    height: 1px;
    bottom: 15px;
    left: 50%;
    margin-left: -36px;
}
#billboard_lead #callouts .item-1 h2:after {
    background-color: #56b58c;
}
#billboard_lead #callouts .item-2 h2:after {
    background-color: #e5ae8f;
}
#billboard_lead #callouts .item-3 h2:after {
    background-color: #c78926;
}
#billboard_lead #callouts .item .box-link {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 17px 0 13px 0;
    height: 50px;
    color: #fff;
    font-size: 12px;
	font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 991px) {
    #billboard_lead #callouts .item .box-link {
        font-size: 11px;
    }
}
#billboard_lead #callouts .item-1 .box-link {
    background-color: #56b58c;
}
#billboard_lead #callouts .item-1 .box-link:hover {
    background-color: #302f36;
}
#billboard_lead #callouts .item-2 .box-link {
    background-color: #e5ae8f;
}
#billboard_lead #callouts .item-2 .box-link:hover {
    background-color: #302f36;
}
#billboard_lead #callouts .item-3 .box-link {
    background-color: #c78926;
}
#billboard_lead #callouts .item-3 .box-link:hover {
    background-color: #302f36;
}
#billboard_lead #callouts .item .box-link span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    background-image: url(/2015_assets/imgD/nav_arrows.png);
    background-repeat: no-repeat;
    background-position: 0 -74px;
}




#become_member {
    padding-top: 40px;
    text-align: center;
    background-color: #e5e1dd;
}
/*
#become_member .container .info {
    background-color: #e5ae8f;
}
*/
/*
#become_member .info > h2 {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #c78926;
}
*/
/*
#become_member .container .info > .detail {
    padding-top: 40px;
}
*/
@media (max-width: 767px) {
/*
    #become_member .image-spacer {
        display: none;
    }
*/
    #become_member .container {
        padding-right: 0;
        padding-left: 0;
    }
    #become_member .info {
        padding-bottom: 30px;
    }
    #become_member .info > h2 {
        margin: 0 0 30px 0;
        padding: 14px 15px 8px 15px;
        font-size: 30px;
    }
    #become_member .info > .row {
        margin-right: 0;
        margin-left: 0;
    }
    #become_member .container .info .detail {
        padding-bottom: 10px;
    }
}
@media (min-width: 768px) {
    #become_member {
        position: relative;
        margin-bottom: 0;
/*
        background-image: url(/2015_assets/imgD/bkg_texture.jpg);
        background-position: center top;
*/
    }
/*
    #become_member .image-spacer {
        width: 100%;
        height: 270px;
        background-color: #cfc3b8;
        background-image: url(/2015_assets/imgD/bkg_home_03.jpg);
        background-repeat: no-repeat;
        background-position: center top;
    }
*/
/*
    #become_member .image-spacer-end {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        height: 80px;
        background-color: #302f36;
        background-image: url(/2015_assets/imgD/bkg_home_04.jpg);
        background-repeat: no-repeat;
        background-position: center top;
    }
*/
    #become_member > .container {
        position: relative;
        z-index: 2;
    }
    #become_member .info {
        padding-bottom: 50px;
        margin-right: -15px;
        margin-left: -15px;
    }
    #become_member .info > .row {
        margin-right: 0;
        margin-left: 0;
    }
    #become_member .container .info .detail {
        padding-bottom: 40px;
    }
    #become_member .info > h2 {
        margin: 0 0 30px 0;
        padding: 0;
/*
        display: block;
        width: 100%;
        height: 80px;
        margin: -80px 0 50px 0;
*/
        font-size: 36px;
/*
        color: #e5ae8f;
        text-align: center;
        line-height: 80px;
        background-color: #474651;
*/
    }
}
#become_member .row-1 .item h3, 
#become_member .row-2 .item h3,
#become_member .info-items .item h3 {
    margin-top: 0;
    padding-top: 10px;
}
@media (max-width: 991px) {
    #become_member .row-1 .item,
    #become_member .row-2 .item,
    #become_member .info-items .item {
        padding-top: 0;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #edc6b1;
    }
    #become_member .row-1 .col-md-3:first-of-type .item,
    #become_member .info-items .col-md-20p:first-of-type .item {
        padding-top: 20px;
    }
    #become_member .btn-container {
        padding-top: 30px;
    }
}
@media (min-width: 992px) {
    #become_member .row-1 {
        margin-top: 30px;
        margin-bottom: 0;
    }
    #become_member .row-2 {
        margin-bottom: 45px;
    }
    #become_member .row-1 .col-md-3:first-of-type {
        margin-left: 25%;
    }
    #become_member .row-2 .col-md-3:first-of-type {
        margin-left: 12.5%;
    }
    #become_member .row-2 .item {
        margin-top: -15px;
    }
    #become_member .row .item {
        position: relative;
    }
    #become_member .row .item .ratio-fixer {
        display: block;
        padding-bottom: 100%;
        background-color: #edc6b1;
        border-radius: 50%;
    }
    #become_member .row .item .item-detail {
        position: absolute;
        top: 30px;
        left: 20px;
        right: 20px;
        text-align: center;
    }
    #become_member .info .btn-container {
        margin-bottom: 35px;
    }
    
    #become_member .info-items {
        margin-top: 30px;
        margin-bottom: 45px;
    }
    #become_member .info-items .col-md-20p {
        float: left;
        width: 20%;
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #become_member .info-items .item .item-detail {
        top: 25px;
        font-size: 12px;
    }
    #become_member .info-items .item .item-detail h3 {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    #become_member .row .item .item-detail {
        top: 80px;
    }
    #become_member .info-items .item .item-detail {
        top: 40px;
        font-size: 14px;
    }
    #become_member .info-items .item .item-detail h3 {
        font-size: 18px;
    }
}
#become_member .btn-border.btn-grey {
    color: #fff;
}
#become_member .btn-grey:hover,
#become_member .btn-grey:focus,
#become_member .btn-grey.focus,
#become_member .btn-grey:active,
#become_member .btn-grey.active,
#become_member .open > .dropdown-toggle.btn-grey {
    color: #e5ae8f;
}
#become_member .info .quote {
    font-size: 24px;
    text-align: center;
}
#become_member .info .attributed {
    font-size: 12px;
	font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}




#why_ilhm {
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center;
    background-color: #e5e1dd;
}
#why_ilhm h2 {
    margin-bottom: 30px;
}
#why_ilhm .row {
    padding-bottom: 30px;
}
#why_ilhm .item {
    padding-top: 20px;
    padding-bottom: 20px;
	font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}
@media (max-width: 479px) {
    #why_ilhm .row {
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 20px;
    }
    #why_ilhm .item {
    border-top: solid 1px #c78926;
    }
    #why_ilhm .item:first-of-type {
        border-top: none;
    }
}
@media (min-width: 480px) and (max-width: 991px) {
    #why_ilhm .row {
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 20px;
    }
    #why_ilhm .item {
        height: 80px;
        position: relative;
        font-size: 14px;
    }
    #why_ilhm .item:before { /* top border */
        content: "";
        position: absolute;
        top: 0;
        left: 8px;
        right: 8px;
        display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
        height: 8px;
        border-top: solid 1px #c78926;
    }
    #why_ilhm .item:after { /* right side border */
        content: "";
        position: absolute;
        top: 8px;
        bottom: 8px;
        right: 0;
        display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
        width: 8px;
        border-right: solid 1px #c78926;
    }
    #why_ilhm .item:nth-child(1):before {
        border: none;
    }
    #why_ilhm .item:nth-child(2):before {
        border: none;
    }
    #why_ilhm .item:nth-child(2n):after {
        border: none;
    }
    #why_ilhm .item:nth-last-child(1):after {
        border: none;
    }
}
@media (min-width: 992px) {
    #why_ilhm .row {
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 30px;
    }
    #why_ilhm .item {
        position: relative;
        height: 80px;
    }
    #why_ilhm .item:before { /* top border */
        content: "";
        position: absolute;
        top: 0;
        left: 8px;
        right: 8px;
        display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
        height: 8px;
        border-top: solid 1px #c78926;
    }
    #why_ilhm .item:after { /* right side border */
        content: "";
        position: absolute;
        top: 8px;
        bottom: 8px;
        right: 0;
        display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
        width: 8px;
        border-right: solid 1px #c78926;
    }
    #why_ilhm .item:nth-child(1):before {
        border: none;
    }
    #why_ilhm .item:nth-child(2):before {
        border: none;
    }
    #why_ilhm .item:nth-child(3):before {
        border: none;
    }
    #why_ilhm .item:nth-child(3n):after {
        border: none;
    }
    #why_ilhm .item:nth-last-child(1):after {
        border: none;
    }
}
#why_ilhm .btn-border.btn-gold {
    color: #474651;
}
#why_ilhm .btn-border.btn-gold:hover,
#why_ilhm .btn-border.btn-gold:focus,
#why_ilhm .btn-border.btn-gold.focus,
#why_ilhm .btn-border.btn-gold:active,
#why_ilhm .btn-border.btn-gold.active,
#why_ilhm .open > .dropdown-toggle.btn-border.btn-gold {
    color: #fff;
}




#take_training {
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center;
    background-color: #fff;
}
#take_training > .container > h2 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 300;
}
#take_training p {
    margin-bottom: 20px;
}
#take_training .training-options {
    padding-bottom: 40px;
}
#take_training .training-options .option {
    position: relative;
    padding: 0;
}
#take_training .training-options .option h2 {
    margin-bottom: 20px;
    color: #fff;
}
#take_training .training-options .option .ratio-fixer {
    display: block;
    padding-bottom: 67.37089%;
}
#take_training .training-options .option .details {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 25px 20px 0 20px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#take_training .training-options .option.training-inperson .details {
    background-image: url(/2015_assets/imgD/training_inperson.jpg);
}
#take_training .training-options .option.training-online .details {
    background-image: url(/2015_assets/imgD/training_online.jpg);
}
#take_training .training-options .option.training-online:after {
    content: "OR";
    position: absolute;
    width: 50px;
    height: 50px;
    padding-top: 18px;
    font-size: 18px;
	font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    background-color: #fff;
}
#take_training .training-options .option .btn-container {
    position: absolute;
    bottom: 35px;
    left: 20%;
    right: 20%;
    margin: 0;
}
@media (max-width: 479px) {
    #take_training .link-arrow {
        margin-top: 30px;
    }
    #take_training .link-arrow:last-of-type {
        margin-bottom: 10px;
    }
    #take_training .training-options .option .details {
        padding: 8px 15px 0 15px;
    }
    #take_training .training-options .option h2 {
        margin-bottom: 0;
        font-size: 18px;
    }
    #take_training .training-options .option p {
        margin-bottom: 10px;
        font-size: 12px;
    }
    #take_training .training-options .option.training-inperson {
        margin-bottom: 14px;
    }
    #take_training .training-options .option.training-online:after {
        left: 50%;
        top: -32px;
        margin-left: -25px;
    }
    #take_training .training-options .option .btn-container {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 0;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    #take_training .training-options .option {
        width: 100%;
        max-width: 426px;
        margin: 0 auto;
    }
    #take_training .training-options .option.training-inperson {
        margin-bottom: 14px;
    }
    #take_training .training-options .option.training-online:after {
        left: 50%;
        top: -32px;
        margin-left: -25px;
    }
    #take_training .training-options .option .btn-container {
        left: 20px;
        right: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #take_training .training-options .col-sm-6:nth-child(1) {
        padding-right: 7px;
        padding-left: 15px;
    }
    #take_training .training-options .col-sm-6:nth-child(2) {
        padding-left: 7px;
        padding-right: 15px;
    }
    #take_training .training-options .option .details {
        padding: 10px 30px 0 30px;
    }
    #take_training .training-options .option h2 {
        margin-bottom: 12px;
    }
    #take_training .training-options .option.training-online:after {
        left: -32px;
        top: 50%;
        margin-top: -25px;
    }
    #take_training .training-options .option .btn-container {
        bottom: 25px;
        left: 20px;
        right: 20px;
    }
}
@media (min-width: 992px) {
    #take_training .training-options .col-sm-6 {
        position: relative;
        height: 287px;
    }
    #take_training .training-options .col-sm-6:nth-child(1) {
        padding-right: 7px;
        padding-left: 15px;
    }
    #take_training .training-options .col-sm-6:nth-child(2) {
        padding-left: 7px;
        padding-right: 15px;
    }
    #take_training .training-options .option {
        position: absolute;
        width: 426px;
        height: 287px;
    }
    #take_training .training-options .col-sm-6:nth-child(1) .option {
        right: 7px;
        top: 0;
    }
    #take_training .training-options .col-sm-6:nth-child(2) .option {
        left: 7px;
        top: 0;
    }
    #take_training .training-options .option.training-online:after {
        left: -32px;
        top: 50%;
        margin-top: -25px;
    }
    #take_training .training-options .option .details {
        padding: 25px 40px 0 40px;
    }
    #take_training .training-options .option .btn-container {
        bottom: 35px;
        left: 70px;
        right: 70px;
    }
}
#take_training .btn-border.btn-gold {
    color: #474651;
}
#take_training .btn-border.btn-gold:hover,
#take_training .btn-border.btn-gold:focus,
#take_training .btn-border.btn-gold.focus,
#take_training .btn-border.btn-gold:active,
#take_training .btn-border.btn-gold.active,
#take_training .open > .dropdown-toggle.btn-border.btn-gold {
    color: #fff;
}




#designation {
    text-align: center;
    background-color: #fff;
}
#designation .container .info {
    background-color: #e5e1dd;
}
#designation .info > h2 {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 300;
    text-align: center;
    background-color: #c78926;
}
#designation .info .quote {
    margin-bottom: 50px;
    padding-top: 35px;
    color: #c78926;
    font-size: 24px;
    text-align: center;
}
#designation .info .attributed {
    color: #474651;
    font-size: 12px;
	font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
#designation .info .detail {
    padding: 25px 20px 15px 20px;
    background-color: #fff;
    border: solid 1px #c78926;
}
#designation .info .detail .btn-container {
    padding-top: 10px;
}
@media (max-width: 767px) {
    #designation .image-spacer {
        display: none;
    }
    #designation .container {
        padding-right: 0;
        padding-left: 0;
    }
    #designation .info {
        padding-bottom: 50px;
    }
    #designation .info > h2 {
        margin: 0;
        padding: 14px 15px 8px 15px;
        font-size: 24px;
    }
    #designation .info > .row {
        margin-right: 0;
        margin-left: 0;
    }
    #designation .info .detail img {
        width: 125px;
        height: auto;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    #designation {
        padding-bottom: 120px;
    }
    #designation .image-spacer {
        width: 100%;
        height: 270px;
        background-color: #b9c5c2;
        background-image: url(/2015_assets/imgD/bkg_home_02.jpg);
        background-repeat: no-repeat;
        background-position: center top;
    }
    #designation .info {
        padding-bottom: 75px;
        margin-right: -15px;
        margin-left: -15px;
    }
    #designation .info > h2 {
        display: block;
        width: 100%;
        height: 80px;
        margin: -80px 0 0 0;
        padding: 25px 0;
        font-size: 36px;
        color: #fff;
        text-align: center;
        line-height: 1;
        background-color: #c78926;
    }
    #designation .info > .row {
        margin-right: 0;
        margin-left: 0;
    }
    #designation .info .row:last-of-type .detail-wrap {
        position: relative;
        z-index: 1;
    }
    #designation .info .detail {
        padding: 35px 60px 15px 60px;
    }
    #designation .info .detail:after {
        content: "";
        position: absolute;
        top: 15px;
        right: 0;
        bottom: -15px;
        left: 30px;
        z-index: -1;
        display: block;
        background-color: #fff;
        border: solid 1px #c78926;
    }
    #designation .info .detail img {
        position: absolute;
        right: -62px;
        top: -52px;
        z-index: 2;
        width: 125px;
        height: auto;
    }
}
#designation .alliances > h3 {
    font-weight: 400;
}
@media (max-width: 767px) {
    #designation .alliances {
        padding-top: 30px;
        padding-bottom: 50px;
        padding-right: 15px;
        padding-left: 15px;
    }
    #designation .alliances > h3 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    #designation .alliances > .row {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
@media (min-width: 768px) {
    #designation .alliances {
        padding-top: 50px;
    }
    #designation .alliances .row {
        margin-right: 0;
        margin-left: 0;
    }
    #designation .alliances > h3 {
        margin-top: 30px;
        margin-bottom: 50px;
    }
}




#designation_v2 {
    text-align: center;
    background-color: #fff;
}
#designation_v2 .container .info {
    background-color: #e5e1dd;
}
#designation_v2 .info > h2 {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 300;
    text-align: center;
    background-color: #c78926;
}
#designation_v2 .info .quote {
    margin-bottom: 50px;
    padding-top: 35px;
    color: #c78926;
    font-size: 24px;
    text-align: center;
}
#designation_v2 .info .attributed {
    color: #474651;
    font-size: 12px;
	font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
#designation_v2 .info .detail {
    padding: 25px 20px 15px 20px;
    background-color: #fff;
    border: solid 1px #c78926;
}
#designation_v2 .info .detail .btn-container {
    padding-top: 10px;
}
@media (max-width: 767px) {
    #designation_v2 .image-spacer {
        display: none;
    }
    #designation_v2 .container {
        padding-right: 0;
        padding-left: 0;
    }
    #designation_v2 .info {
        padding-bottom: 50px;
    }
    #designation_v2 .info > h2 {
        margin: 0;
        padding: 14px 15px 8px 15px;
        font-size: 24px;
    }
    #designation_v2 .info > .row {
        margin-right: 0;
        margin-left: 0;
    }
    #designation_v2 .info .detail img {
        width: 125px;
        height: auto;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    #designation_v2 {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #designation_v2 .image-spacer {
        width: 100%;
        height: 270px;
        background-color: #b9c5c2;
        background-image: url(/2015_assets/imgD/bkg_home_02.jpg);
        background-repeat: no-repeat;
        background-position: center top;
    }
    #designation_v2 .image-spacer-end {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        height: 80px;
        background-color: #302f36;
        background-image: url(/2015_assets/imgD/bkg_home_04.jpg);
        background-repeat: no-repeat;
        background-position: center top;
    }
    #designation_v2 > .container {
        position: relative;
        z-index: 2;
    }
    #designation_v2 .info {
        padding-bottom: 75px;
        margin-right: -15px;
        margin-left: -15px;
    }
    #designation_v2 .info > h2 {
        display: block;
        width: 100%;
        height: 80px;
        margin: -80px 0 0 0;
        padding: 25px 0;
        font-size: 36px;
        color: #fff;
        text-align: center;
        line-height: 1;
        background-color: #c78926;
    }
    #designation_v2 .info > .row {
        margin-right: 0;
        margin-left: 0;
    }
    #designation_v2 .info .row:last-of-type .detail-wrap {
        position: relative;
        z-index: 1;
    }
    #designation_v2 .info .detail {
        padding: 35px 60px 15px 60px;
    }
    #designation_v2 .info .detail:after {
        content: "";
        position: absolute;
        top: 15px;
        right: 0;
        bottom: -15px;
        left: 30px;
        z-index: -1;
        display: block;
        background-color: #fff;
        border: solid 1px #c78926;
    }
    #designation_v2 .info .detail img {
        position: absolute;
        right: -62px;
        top: -52px;
        z-index: 2;
        width: 125px;
        height: auto;
    }
}
#designation_v2 .alliances > h3 {
    font-weight: 400;
}
@media (max-width: 767px) {
    #designation_v2 .alliances {
        padding-top: 30px;
        padding-bottom: 50px;
        padding-right: 15px;
        padding-left: 15px;
    }
    #designation_v2 .alliances > h3 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    #designation_v2 .alliances > .row {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
@media (min-width: 768px) {
    #designation_v2 .alliances {
        padding-top: 50px;
    }
    #designation_v2 .alliances .row {
        margin-right: 0;
        margin-left: 0;
    }
    #designation_v2 .alliances > h3 {
        margin-top: 30px;
        margin-bottom: 50px;
    }
}




#why {
    text-align: center;
    background-color: #fff;
}
#why .container .info {
    background-color: #e5ae8f;
}
#why .info > h2 {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #c78926;
}
#why .container .info > .detail {
    padding-top: 40px;
}
@media (max-width: 767px) {
    #why .image-spacer {
        display: none;
    }
    #why .container {
        padding-right: 0;
        padding-left: 0;
    }
    #why .info {
        padding-bottom: 30px;
    }
    #why .info > h2 {
        margin: 0 0 30px 0;
        padding: 14px 15px 8px 15px;
        font-size: 24px;
    }
    #why .info > .row {
        margin-right: 0;
        margin-left: 0;
    }
    #why .container .info .detail {
        padding-bottom: 10px;
    }
}
@media (min-width: 768px) {
    #why {
        position: relative;
        margin-bottom: 0;
        background-image: url(/2015_assets/imgD/bkg_texture.jpg);
        background-position: center top;
    }
    #why .image-spacer {
        width: 100%;
        height: 270px;
        background-color: #cfc3b8;
        background-image: url(/2015_assets/imgD/bkg_home_03.jpg);
        background-repeat: no-repeat;
        background-position: center top;
    }
    #why .image-spacer-end {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        height: 80px;
        background-color: #302f36;
        background-image: url(/2015_assets/imgD/bkg_home_04.jpg);
        background-repeat: no-repeat;
        background-position: center top;
    }
    #why > .container {
        position: relative;
        z-index: 2;
    }
    #why .info {
        padding-bottom: 50px;
        margin-right: -15px;
        margin-left: -15px;
    }
    #why .info > .row {
        margin-right: 0;
        margin-left: 0;
    }
    #why .container .info .detail {
        padding-bottom: 40px;
    }
    #why .info > h2 {
        display: block;
        width: 100%;
        height: 80px;
        margin: -80px 0 50px 0;
        font-size: 36px;
        color: #e5ae8f;
        text-align: center;
        line-height: 80px;
        background-color: #474651;
    }
}
#why .row-1 .item h3, 
#why .row-2 .item h3 {
    margin-top: 10px;
}
@media (max-width: 991px) {
    #why .row-1 .item,
    #why .row-2 .item {
        padding-top: 0;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #edc6b1;
    }
    #why .row-1 .col-md-3:first-of-type .item {
        padding-top: 20px;
    }
    #why .btn-container {
        padding-top: 30px;
    }
}
@media (min-width: 992px) {
    #why .row-1 {
        margin-bottom: 0;
    }
    #why .row-2 {
        margin-bottom: 45px;
    }
    #why .row-1 .col-md-3:first-of-type {
        margin-left: 25%;
    }
    #why .row-2 .col-md-3:first-of-type {
        margin-left: 12.5%;
    }
    #why .row-2 .item {
        margin-top: -15px;
    }
    #why .row .item {
        position: relative;
    }
    #why .row .item .ratio-fixer {
        display: block;
        padding-bottom: 100%;
        background-color: #edc6b1;
        border-radius: 50%;
    }
    #why .row .item .item-detail {
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        text-align: center;
    }
    #why .info .btn-container {
        margin-bottom: 35px;
    }
}
@media (min-width: 1200px) {
    #why .row .item .item-detail {
        top: 50px;
    }
}
#why .btn-border.btn-grey {
    color: #fff;
}
#why .btn-grey:hover,
#why .btn-grey:focus,
#why .btn-grey.focus,
#why .btn-grey:active,
#why .btn-grey.active,
#why .open > .dropdown-toggle.btn-grey {
    color: #e5ae8f;
}
#why .info .quote {
    font-size: 24px;
    text-align: center;
}
#why .info .attributed {
    font-size: 12px;
	font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}


#why .container .join {
    background-color: #fff;
}
#why .join .image img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 125px;
    height: auto;
}
@media (min-width: 768px) {
    #why .join {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (max-width: 991px) {
    #why .join {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    #why .join > .row {
        margin-right: 0;
        margin-left: 0;
    }
    #why .join .join-item {
        padding-bottom: 20px;
    }
    #why .join h2 {
        margin-bottom: 20px;
    }
    #why .join .image {
        margin-bottom: 10px;
    }
}
@media (min-width: 992px) {
    #why .join {
        margin-right: -15px;
        margin-left: -15px;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    #why .join h2 {
        margin-bottom: 30px;
    }
    #why .join .image {
        height: 125px;
        margin-bottom: 10px;
    }
    #why .join > .row {
        margin-right: 0;
        margin-left: 0;
    }
    #why .join > .row > .col-md-11 {
        margin-left: 4.16666665%;
    }
    #why .join .join-item h3 {
        height: 70px;
        margin-bottom: 0;
    }
}
#why .join .btn-container {
    padding-top: 30px;
}
#why .btn-border.btn-gold {
    color: #474651;
}
#why .btn-border.btn-gold:hover,
#why .btn-border.btn-gold:focus,
#why .btn-border.btn-gold.focus,
#why .btn-border.btn-gold:active,
#why .btn-border.btn-gold.active,
#why .open > .dropdown-toggle.btn-border.btn-gold {
    color: #fff;
}




#why_v2 {
    text-align: center;
    background-color: #fff;
}
@media (max-width: 767px) {
    #why_v2 .image-spacer {
        display: none;
    }
    #why_v2 .container {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    #why_v2 {
        position: relative;
        margin-bottom: 0;
        background-image: url(/2015_assets/imgD/bkg_texture.jpg);
        background-position: center top;
    }
    #why_v2 .image-spacer {
        width: 100%;
        height: 270px;
        background-color: #cfc3b8;
        background-image: url(/2015_assets/imgD/bkg_home_03.jpg);
        background-repeat: no-repeat;
        background-position: center top;
    }
    #why_v2 .image-spacer-end {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        height: 80px;
        background-color: #302f36;
        background-image: url(/2015_assets/imgD/bkg_home_04.jpg);
        background-repeat: no-repeat;
        background-position: center top;
    }
    #why_v2 > .container {
        position: relative;
        z-index: 2;
    }
}
@media (max-width: 991px) {
    #why_v2 .btn-container {
        padding-top: 30px;
    }
}
@media (min-width: 992px) {
    #why_v2 .info .btn-container {
        margin-bottom: 35px;
    }
}
@media (min-width: 1200px) {
}
#why_v2 .btn-border.btn-grey {
    color: #fff;
}
#why_v2 .btn-grey:hover,
#why_v2 .btn-grey:focus,
#why_v2 .btn-grey.focus,
#why_v2 .btn-grey:active,
#why_v2 .btn-grey.active,
#why_v2 .open > .dropdown-toggle.btn-grey {
    color: #e5ae8f;
}


#why_v2 .container .join {
    background-color: #fff;
}
#why_v2 .join > h2 {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #474651;
}
#why_v2 .join .image img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 125px;
    height: auto;
}
@media (max-width: 767px) {
    #why_v2 .join > h2 {
        margin: 0 0 30px 0;
        padding: 14px 15px 8px 15px;
        font-size: 24px;
    }
}
@media (min-width: 768px) {
    #why_v2 .join {
        margin-right: -15px;
        margin-left: -15px;
    }
    #why_v2 .join > h2 {
        display: block;
        width: 100%;
        height: 80px;
        margin: -80px 0 50px 0;
        font-size: 36px;
        color: #fff;
        text-align: center;
        line-height: 80px;
        background-color: #474651;
    }
}
@media (max-width: 991px) {
    #why_v2 .join {
/*        padding-top: 10px;*/
        padding-bottom: 30px;
    }
    #why_v2 .join > .row {
        margin-right: 0;
        margin-left: 0;
    }
    #why_v2 .join .join-item {
        padding-bottom: 20px;
    }
    #why_v2 .join h2 {
        margin-bottom: 20px;
    }
    #why_v2 .join .image {
        margin-bottom: 10px;
    }
}
@media (min-width: 992px) {
    #why_v2 .join {
        margin-right: -15px;
        margin-left: -15px;
/*        padding-top: 30px;*/
        padding-bottom: 50px;
    }
    #why_v2 .join h2 {
        margin-bottom: 30px;
    }
    #why_v2 .join .image {
        height: 125px;
        margin-bottom: 10px;
    }
    #why_v2 .join > .row {
        margin-right: 0;
        margin-left: 0;
    }
    #why_v2 .join > .row > .col-md-11 {
        margin-left: 4.16666665%;
    }
    #why_v2 .join .join-item h3 {
        height: 70px;
        margin-bottom: 0;
    }
}
#why_v2 .join .btn-container {
    padding-top: 30px;
}
#why_v2 .btn-border.btn-gold {
    color: #474651;
}
#why_v2 .btn-border.btn-gold:hover,
#why_v2 .btn-border.btn-gold:focus,
#why_v2 .btn-border.btn-gold.focus,
#why_v2 .btn-border.btn-gold:active,
#why_v2 .btn-border.btn-gold.active,
#why_v2 .open > .dropdown-toggle.btn-border.btn-gold {
    color: #fff;
}





#members {
    padding-top: 10px;
    text-align: center;
    background-color: #302f36;
}
#members > .container {
   color: #fff;
}
#members > .container > h2 {
   color: #fff;
}
#members > .container > .btn-container {
    margin-top: 30px;
    margin-bottom: 30px;
}
#members .btn-green:hover,
#members .btn-green:focus,
#members .btn-green.focus,
#members .btn-green:active,
#members .btn-green.active,
#members .open > .dropdown-toggle.btn-green {
    color: #fff;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
    #members {
        background-image: url(/2015_assets/imgD/bkg_home_04.jpg);
        background-repeat: repeat-y;
        background-position: center -80px;
    }
    #members > .container {
        padding-top: 30px;
    }
    #members > .container > h2 {
       font-size: 36px; 
    }
}
#members #carousel_featured_members {
    padding-top: 0;
    padding-bottom: 50px;
    color: #fff;
}
#members #carousel_featured_members h3 {
    color: #fff;
}
#members #carousel_featured_members .carousel-indicators {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: 20%;
}
#members #carousel_featured_members .carousel-indicators li {
    margin: 3px;
    background-color: transparent;
    border: 3px solid #fff;
}
#members #carousel_featured_members .carousel-indicators .active {
    margin: 3px;
    width: 10px;
    height: 10px;
    background-color: #transparent;
    border: solid 3px #56b58c;
}
#members #carousel_featured_members .carousel-inner .item .row {
}
#members #carousel_featured_members .carousel-inner .item .slide-item {
    color: #474651;
    background-color: #fff;
}
#members #carousel_featured_members .carousel-inner .item .slide-item h3 {
    color: #474651;
}
#members #carousel_featured_members .carousel-inner .item .slide-item:nth-child(2) {
    background-color: #e5e1dd;
}
#members #carousel_featured_members .carousel-inner .item .slide-item .image {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
}
#members #carousel_featured_members .carousel-inner .item .slide-item .image .ratio-fixer {
    display: block;
    padding-bottom: 100%;
}
#members #carousel_featured_members .carousel-inner .item .slide-item .image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
@media (max-width: 479px) {
    #members #carousel_featured_members .carousel-inner .item .container .row {
        margin-left: 0;
        margin-right: 0;
    }
    #members #carousel_featured_members .carousel-inner .item .slide-item {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #members #carousel_featured_members .carousel-inner .item .slide-item .image {
        width: 130px;
        height: 130px;
        margin: 0 auto 20px auto;
    }
    #members #carousel_featured_members .carousel-inner .item .slide-item .item-detail {
        text-align: left;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    #members #carousel_featured_members .carousel-inner .item .container .row {
        margin-left: 0;
        margin-right: 0;
    }
    #members #carousel_featured_members .carousel-inner .item .slide-item {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #members #carousel_featured_members .carousel-inner .item .slide-item .image {
        float: left;
        width: 130px;
        height: 130px;
    }
    #members #carousel_featured_members .carousel-inner .item .slide-item .item-detail {
        margin-left: 160px;
        text-align: left;
    }
}
@media (min-width: 768px) {
    #members #carousel_featured_members .carousel-inner .item {
        padding-top: 60px;
    }
    #members #carousel_featured_members .carousel-inner .item .slide-item {
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 20px;
        color: #474651;
        background-color: #fff;
    }
    #members #carousel_featured_members .carousel-inner .item .slide-item:nth-child(1) {
        margin-top: 30px;
    }
    #members #carousel_featured_members .carousel-inner .item .slide-item:nth-child(2) {
        margin-top: 80px;
    }
    #members #carousel_featured_members .carousel-inner .item .slide-item .image {
        width: 80%;
        margin: -55px auto 20px auto;
    }
}
#members #carousel_featured_quotes {
    padding-top: 0;
    padding-bottom: 50px;
    color: #fff;
}
#members #carousel_featured_quotes h3 {
    color: #fff;
}
#members #carousel_featured_quotes .carousel-indicators {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: 20%;
}
#members #carousel_featured_quotes .carousel-indicators li {
    margin: 3px;
    background-color: transparent;
    border: 3px solid #fff;
}
#members #carousel_featured_quotes .carousel-indicators .active {
    margin: 3px;
    width: 10px;
    height: 10px;
    background-color: #transparent;
    border: solid 3px #56b58c;
}
#members #carousel_featured_quotes .quote {
    margin-bottom: 50px;
    padding-top: 35px;
    color: #56b58c;
    font-size: 24px;
    text-align: center;
}
#members #carousel_featured_quotes .attributed {
    color: #fff;
    font-size: 12px;
	font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}




#trainers {
    padding-top: 10px;
    text-align: center;
    background-color: #56b58c;
}
#trainers > .container {
   color: #fff;
}
#trainers > .container > h2 {
   color: #fff;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
    #trainers {
        position: relative;
    }
    #trainers .image-spacer-end {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        height: 381px;
        background-color: #91cfb4;
        background-image: url(/2015_assets/imgD/bkg_home_05.jpg);
        background-repeat: no-repeat;
        background-position: center top;
    }
    #trainers > #carousel_featured_trainers {
        position: relative;
        z-index: 2;
    }
    #trainers > .container {
        padding-top: 30px;
    }
    #trainers > .container > h2 {
       font-size: 36px; 
    }
}
#trainers #carousel_featured_trainers {
    padding-top: 0;
    padding-bottom: 30px;
    color: #fff;
}
#trainers #carousel_featured_trainers h3 {
    color: #fff;
}
#trainers #carousel_featured_trainers .carousel-indicators {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: 20%;
}
#members #carousel_featured_trainers .carousel-indicators li {
    margin: 3px;
    background-color: transparent;
    border: 3px solid #fff;
}
#members #carousel_featured_trainers .carousel-indicators .active {
    margin: 3px;
    width: 10px;
    height: 10px;
    background-color: #transparent;
    border: solid 3px #e5e1dd;
}
#trainers #carousel_featured_trainers .carousel-inner .item .row {
}
#trainers #carousel_featured_trainers .carousel-inner .item .slide-item {
    color: #474651;
    background-color: #fff;
}
#trainers #carousel_featured_trainers .carousel-inner .item .slide-item h3 {
    color: #474651;
}
#trainers #carousel_featured_trainers .carousel-inner .item .slide-item:nth-child(2) {
    background-color: #e5e1dd;
}
#trainers #carousel_featured_trainers .carousel-inner .item .slide-item .image {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
}
#trainers #carousel_featured_trainers .carousel-inner .item .slide-item .image .ratio-fixer {
    display: block;
    padding-bottom: 100%;
}
#trainers #carousel_featured_trainers .carousel-inner .item .slide-item .image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
#trainers .btn-container {
    padding-bottom: 30px;
}
@media (max-width: 479px) {
    #trainers #carousel_featured_trainers .carousel-inner .item .container .row {
        margin-left: 0;
        margin-right: 0;
    }
    #trainers #carousel_featured_trainers .carousel-inner .item .slide-item {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #trainers #carousel_featured_trainers .carousel-inner .item .slide-item .image {
        width: 130px;
        height: 130px;
        margin: 0 auto 20px auto;
    }
    #trainers #carousel_featured_trainers .carousel-inner .item .slide-item .item-detail {
        text-align: left;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    #trainers #carousel_featured_trainers .carousel-inner .item .container .row {
        margin-left: 0;
        margin-right: 0;
    }
    #trainers #carousel_featured_trainers .carousel-inner .item .slide-item {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #trainers #carousel_featured_trainers .carousel-inner .item .slide-item .image {
        float: left;
        width: 130px;
        height: 130px;
    }
    #trainers #carousel_featured_trainers .carousel-inner .item .slide-item .item-detail {
        margin-left: 160px;
        text-align: left;
    }
}
@media (min-width: 768px) {
    #trainers #carousel_featured_trainers {
        padding-top: 40px;
        padding-bottom: 30px;
        color: #fff;
    }
    #trainers #carousel_featured_trainers .carousel-inner .item {
        padding-top: 60px;
    }
    #trainers #carousel_featured_trainers .carousel-inner .item .slide-item {
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 20px;
        color: #474651;
        background-color: #fff;
    }
    #trainers #carousel_featured_trainers .carousel-inner .item .slide-item:nth-child(3) {
        margin-top: 30px;
    }
    #trainers #carousel_featured_trainers .carousel-inner .item .slide-item:nth-child(1) {
        margin-top: 45px;
    }
    #trainers #carousel_featured_trainers .carousel-inner .item .slide-item .image {
        width: 80%;
        margin: -55px auto 20px auto;
    }
    #trainers .btn-container {
        position: relative;
        z-index: 2;
        margin: 0;
        padding-bottom: 77px;
    }
}




#insights {
    text-align: center;
        background-image: url(/2015_assets/imgD/bkg_texture.jpg);
        background-position: center top;
}
#insights > .container {
    padding: 0 0 30px 0;
    background-color: #fff;
}
#insights > .container > h2 {
    display: block;
    width: 100%;
    color: #474651;
    text-align: center;
    background-color: #e5e1dd;
}
#insights > .container > .row {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}
#insights .insight-item {
}
#insights .insight-item h3 a {
    text-decoration: none;
}
@media (max-width: 767px) {
    #insights > .container > h2 {
        margin: 0 0 10px 0;
        padding: 14px 15px 8px 15px;
        font-size: 24px;
    }
    #insights .insight-item {
        padding-bottom: 20px;
    }
}
@media (min-width: 768px) {
    #insights {
        position: relative;
    }
    #insights .image-spacer {
        width: 100%;
        height: 80px;
        background-color: #91cfb4;
        background-image: url(/2015_assets/imgD/bkg_home_05.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    #insights .image-spacer-end {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        height: 50px;
        background-color: #474651;
    }
    #insights > .container {
        position: relative;
        z-index: 2;
    }
    #insights > .container > h2 {
        display: block;
        width: 100%;
        height: 80px;
        margin: -80px 0 30px 0;
        font-size: 36px;
        text-align: center;
        line-height: 80px;
    }
    #insights .row > .col-sm-8 > h3 {
        margin-left: 15px;
    }
    #insights .row > .col-sm-8 > .btn-container {
        margin-left: 15px;
    }
    #insights .insight-item {
        padding-right: 30px;
        padding-left: 30px;
    }
}
#insights .btn-container {
    padding-top: 10px;
}
#insights .btn-border.btn-gold {
    color: #474651;
}
#insights .btn-border.btn-gold:hover,
#insights .btn-border.btn-gold:focus,
#insights .btn-border.btn-gold.focus,
#insights .btn-border.btn-gold:active,
#insights .btn-border.btn-gold.active,
#insights .open > .dropdown-toggle.btn-border.btn-gold {
    color: #fff;
}




