/*  Stylesheet for [[CLIENT NAME HERE]]

Credits:

Website Design by SpinWeb (http://www.spinweb.net)
Designer: [[DESIGNER NAME HERE]]
Builder: Sam McKinney
Developer: Chris Antoine
*/


/* ----------- Global Styles ---------------- */

.slide-wrapper {
    position: relative;
    overflow: hidden;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #fff;
    color: #7B7B7B;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.412em;
    padding: 0;
}

a, a:visited {
   color: #264A8B;
   text-decoration: none;
   -moz-transition: all 0.1s linear 0s;
   -webkit-transition: all 0.1s linear 0s;
   -o-transition: all 0.1s linear 0s;
   transition: all 0.1s linear 0s;
}

a:hover, a:active {
   color: #1E3868;
   text-decoration: underline;
}

a:focus {
    outline: thin dotted #333333;
    outline-offset: 0px;
}

.module a:focus {
    background: none transparent;
    outline: none;
    
}

.button, .button:visited, .button a, .button a:visited {
    display: block;
    background: #264A8B;
    padding: 7px 15px;
    float: left;
    font-family: 'Merriweather', serif;
    color: #fff;
    border-radius: 5px;
    margin: 10px 0;
    border: none;
}

.button:hover, .button a:hover, .button:focus, .button a:focus {
    color: #fff;
    text-decoration: none;
    background: #7F000F;
}

p span.button {
    background: none;
    display: inherit;
    margin: 0;
    padding: 0;
}

.button a, .button a:visited {
    display: block;
    background: #264A8B;
    padding: 7px 15px;
    float: none;
    font-family: 'Merriweather', serif;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0;
    border: none;
}

.button a:hover, .button a:hover, .button a:focus {
    color: #fff;
    text-decoration: none;
    background: #1E3868;
}

.inverse-button, .inverse-button:visited {
    display: block;
    background: #7F000F;
    border: none;
    padding: 7px 15px;
    float: none;
    font-family: 'Merriweather', serif;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0;
}

.inverse-button:hover, .inverse-button:focus {
    color: #fff;
    text-decoration: none;
    background: #264A8B;
}

h1 {
    font-size: 1.353em;
    margin: 0 0 20px 0;
    font-family: 'Merriweather', serif;
    color: #005696;
    font-weight: 400;
    line-height: 1.412em;
}

.formsTitle {
    display: none;
}

h2 {
    font-size: 1.353em;
    margin: 0 0 20px 0;
    font-weight: 400;
    line-height: 1.412em;
    font-family: 'Merriweather', serif;
}

.heading {
    margin: 0 0 20px 0;
    line-height: 1.412em;
    font-size: 1.294em;
    font-weight: 400;
    color: #484848;
    font-family: 'Merriweather', serif;
}

h3 {
    font-size: 1.176em;
    margin: 0 0 20px 0;
    font-weight: 400;
    line-height: 1.412em;
    font-family: 'Merriweather', serif;
}

.sub-heading {
    font-size: 1.176em;
    margin: 0 0 20px 0;
    line-height: 1.118em;
    font-weight: 300;
    color: #961313;
    font-family: 'Merriweather', serif;
}

.paragraph, p {
    margin: 0 0 20px 0;
}

.no-margin {
    margin: 0;
}

.border {
    padding: 2px;
    border: 1px solid #ccc;
    background: #fff;
    -moz-box-shadow: 0px 0px 2px #ccc;
    -webkit-box-shadow: 0px 0px 2px #ccc;
    box-shadow: 0px 0px 2px #ccc;
}

.left {
    float: left;  
    margin: 0 20px 20px 0;
}

.right {
    float: right; 
    margin: 0 0 20px 20px;
}

img {
    max-width: 100%;
}

form input[type="checkbox"] {
    border: none;
}

.spacing {
    margin: 0 5px;
}

hr {
    color: #7B7B7B;
    background: #7B7B7B;
    height: 1px;
    margin: 15px 0;
    clear: both;
    border: none;
  }
  
.clear {
    clear: both;
    float: none;
}

.meta {
    font-size: smaller;
    font-style: italic;
    margin: 0 0 5px 0;
}

.gPlus {
    float: left;
    margin: 2px 5px 0 0;
    }

.linkedin-addthis {
   float: left;
   margin: 0 15px 0 10px;
}

.addthis_toolbox {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0 10px 0;
    margin: 15px 0 30px;
    display: none;
}

.addthis_toolbox .button {
    float: left;
    font-size: 0.8em;
    height: 10px;
    line-height: 10px;
    margin: 0px 20px 0 0;
}



/* ----------- Jquery DatePicker -------------- */





/* -------------- Header ---------------- */

.outer-center {
    float: right;
    right: 50%;
    position: relative;
}
.inner-center {
    float: right;
    right: -50%;
    position: relative;
}
.clear {
    clear: both;
}

header nav ul ul {
    display: none;
}

.header-top {
    background: #0A0806;
    border-bottom: 1px solid #0C0906;
    width: 100%;
    padding: 8px 0;
}

.social {
    list-style-type: none;
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
}

.social li {
    display: block;
    float: left;
}

.social a, .social a:visited {
    color: #fff;
    display: block;
    float: left;
    margin: 0 15px 0 0;
}

.social a:hover, .social a:focus {
    color: #4275C1;
}

.search {
    position: relative;
    width: 50%;
    float: right;
}

#searchBoxInput {
    background: #2D2824;
    border-radius: 20px;
    border: none;
    color: #C3C3C3;
    height: 23px;
    width: 100%;
    padding: 0px 15px 0 30px;
}

#searchBoxInput:focus {
    background: #393939;
}

.search-button, .search-button:visited {
    background: none;
    border: none;
    color: #C3C3C3;
    display: block;
    font-size: 13px;
    position: absolute;
    top: 0px;
    left: 2px;
}

.search-button:hover, .search-button:focus {
    color: #fff;
}

.news-search-wrap {
    margin: 0 0 20px;
}

.news-search-wrap #searchBoxInput {
    border-radius: 8px;
    height: 30px;
    width: 200px;
}

.news-search-wrap .search-button, .news-search-wrap .search-button:visited {
    left: 16px;
}

.red-wrap {
    background: #7F000F;
    margin: 0 -15px;
    padding: 10px;
    position: relative;
}

.logo {
    float: left;
    display: block;
    margin: 0;
    position: relative;
    z-index: 1000;
}

.navbar-default {
    background-color: transparent;
    border: none !important;
}

.navbar {
    border: none !important;
    margin-bottom: 0px;
    min-height: auto;
    position: relative;
    z-index: 500;
    min-height: 0px;
}

.navbar-header {
    position: relative;
}

.navbar-toggle {
    background-color: none;
    border: none;
    border-radius: 0;
    float: none;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 51px;
    height: 47px;
    z-index: 1001;
    background: url(graphics/images/nav-icon.png) no-repeat center center;
}

.navbar-toggle:hover {
    background: url(graphics/images/nav-icon.png) no-repeat center center;
    opacity: .9;
}

.navbar-collapse {
    background: #580000;
    border: none !important;
    border-color: none transparent;
    box-shadow: 0px 3px 16px -3px #420000 inset, 0px -3px 16px 3px #420000 inset;
    margin: 0 -10px -10px;
    padding: 15px 0 0 0;
}

.nav {
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
}

.nav > li {
    display: block;
    position: relative;
}

.nav > li > a, .nav > li > a:visited {
    display: block;
    color: #fff;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    padding: 10px 15px;
    position: relative;
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li.menuItemHighlight > a {
    background-color: #350002;
    color: #fff;
    text-decoration: none;
}


/* -------------- Home Page --------------- */


.feature-content {
    padding: 55px 0 35px;
}

.feature-right h1 {
    background: url(graphics/images/red-line.png) no-repeat center bottom;
    color: #fff;
    font-family: 'Merriweather', serif;
    font-size: 1.176em;
    font-weight: 300;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    text-align: center;
}

.feature-right p {
    color: #fff;
    font-size: 0.824em;
    margin: 0;
}

.feature-right .button, .feature-right .button:visited {
    background: url(graphics/images/button-arrow.png) no-repeat left 50% transparent;
    color: #579BFF;
    display: block;
    float: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.824em;
    margin: 0;
    padding: 0 10px 0 25px;
}

.feature-right .button:hover, .feature-right .button:focus {
    background: url(graphics/images/button-arrow.png) no-repeat 2px 50% transparent;
    color: #fff;
}

.feature-content .emergency-button, .feature-content .emergency-button:visited {
    background: none repeat scroll 0 0 #264a8b;
    border-radius: 5px;
    color: #fff;
    display: block;
    float: none;
    margin: 0 0px 15px 0;
    padding: 7px 10px 7px 10px;
    text-align: center;
}

.feature-content .emergency-button span, .feature-content .emergency-button:visited span {
    background: none repeat scroll 0 0 #1e3868;
    border-radius: 5px 0 0 5px;
    height: 100%;
    margin: 0 10px 0 0;
    padding: 7px 13px;
}

.homepage-wrapper {
    background: #fff;
    margin: 0 auto;
    padding: 30px 0 0px;
    position: relative;
}

.home-posts-inner {
    max-width: 290px;
    margin: 0 auto;
    position: relative;
}

.slide-wrapper {
    margin: 0;
}

#next, #next:visited, #prev, #prev:visited {
    display: block;
    height: 70px;
    position: absolute;
    width: 26px;
    z-index: 500;
}

#prev:hover, #prev:focus, #next:hover, #next:focus {
    cursor: pointer;
    opacity: .9;
}

#next, #next:visited {
    background: url(graphics/images/pager-next.png) no-repeat center top / auto 100%;
    right: -5px;
    top: calc(50% - 35px);
}

#prev, #prev:visited {
    background: url(graphics/images/pager-prev.png) no-repeat center top / auto 100%;
    left: -5px;
    top: calc(50% - 35px);
}

.slide-container {
    position: relative;
    width: 20000px;
}

.slide {
    float: left;
    width: 290px;
}

.home-post {
    margin: 0 0 35px 0;
}

.home-post h2 {
    color: #474747;
    font-size: 1.059em;
    margin: 0 0 10px 0;
}

.home-post .button, .home-post .button:visited {
    color: #fff;
    display: block;
    float: left;
    margin: 0;
    padding: 7px 20px 7px 0;
}

.home-post .button span, .home-post .button:visited span {
    background: #1E3868;
    border-radius: 5px 0 0 5px;
    height: 100%;
    margin: 0 10px 0 0;
    padding: 7px 13px;
}

.home-post .button:hover, .home-post .button:focus, .home-post .button:hover span, .home-post .button:focus span {
    background: #393939;
}

.home-blocks {
    margin: 0 auto 30px;
    max-width: 290px;
    position: relative;
}

.enews-wrapper, .side-cta {
    background: #EDEDED;
    padding: 0 0 25px 0;
}

.enews-wrapper .form-actions {
    padding: 0;
}

.enews-image, .side-cta-image {
    margin: 0 0 30px;
}
    
.enews-wrapper h3, .side-cta h3 {
    background: url(graphics/images/subscribe-lines.png) no-repeat center 50% / 100% auto;
    font-size: 1.294em;
    font-weight: 300;
    text-align: center;
}

.side-cta h3 {
    padding: 0 20px;
}

.enews-wrapper select {
    display: block;
    width: 90%;
    margin: 0 5% 15px;
}

.enews-wrapper #email {
    display: block;
    width: 90%;
    margin: 0 5% 15px;
}

.enews-wrapper #Subscribe1_output {
    padding: 0 25px;
}


.enews-wrapper .button, .enews-wrapper .button:visited, .rep-search .button, .rep-search .button:visited, .side-cta .button, .side-cta .button:visited {
    width: 250px;
    margin: 0 auto;
    float: none;
    text-align: center;
}

.enews-wrapper .button, .enews-wrapper .button:visited, .side-cta .button, .side-cta .button:visited {
    background: #7F000F;
}

.enews-wrapper .button:hover, .enews-wrapper .button:focus, .side-cta .button:hover, .side-cta .button:focus  {
    background: #264A8B;
}
    
.rep-search {
    background: #264A8B;
    padding: 0 0 25px 0;
    text-align: center;
}    
    
.rep-search-image {
    margin: 0 0 30px 0;
}

.rep-search h3 {
    color: #fff;
    font-size: 1.176em;
    font-weight: 300;
    padding: 0 20px;
    text-transform: uppercase;
}

.rep-search h3 span {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: block;
    font-size: 1.350em;
    font-weight: 400;
    padding: 8px 0;
}

.rep-search p {
    color: #fff;
    padding: 0 20px;
}

.rep-search .button, .rep-search .button:visited {
    background: #5EA0FF;
}

.rep-search .button:hover, .rep-search .button:focus {
    background: #7F000F;
}

.twitter-wrapper {
    background: #DDDDDD;
    padding: 15px 0 25px 0;
}

.twitter-wrapper h3 {
    background: #7F000F;
    color: #fff;
    font-weight: 300;
    margin: 0 0 15px 0;
    padding: 3px 0;
    text-align: center;
}

.twit-widget-wrapper {
    padding: 0 15px 20px;
}
    

/* ------------ Interior ------------ */

.webpage-wrapper img.left, .webpage-wrapper img.right, .webpage-wrapper .left, .webpage-wrapper .right {
    float: none;
    width: auto;
    max-width: 100%;
    margin: 0 auto 15px;
    display: block;
}

.interior {
    padding: 25px 0;
}

.list-thumb {
    max-width: 275px;
}

.det-thumb {
    display: block;
    float: none;
    margin: 0 auto 20px;
}

.media, .res-item {
    border-bottom: 1px solid #999;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

.res-item:last-child {
    border: none;
}

.res-item h3 {
    color: #1c1c1c;
}

.media .right {
    text-align: center;
}

.page-heading {
    border-bottom: 1px solid #D6D6D6;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
}

.page-heading h1 {
    color: #474747;
    margin: 0;
    text-align: center;
}

.module ul {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.module li {
    border-bottom: 1px solid #E1E1E1;
    display: block;
    padding: 2px 0;
}

.module a, .module a:visited {
    color: #383838;
    display: block;
    font-size: 0.882em;
    padding: 3px 10px;
}

.module a:hover, .module li.menuItemHighlight a {
    background: #7F000F;
    color: #fff;
    text-decoration: none;
}

.module a:focus {
    background: none transparent;
    color: #383838;
    outline: none;
    text-decoration: none;
    
}

.staff-image {
    border: 8px solid #e3e3e3;
    border-radius: 300px;
    display: block;
    margin: 0 auto 15px;
}

.staff-right {
    text-align: center;
}

.staff-right h2 {
    color: #474747;
    margin: 0;
}

.staff-right h3 {
    color: #474747;
    font-style: italic;
    font-size: 1.059em;
    font-weight: 300;
    margin: 0 0 10px 0;
}

.rep-support {
    margin: 10px 0 0 0;
}

.session a, .session a:visited {
    border: 1px solid #DFDFDF;
    display: block;
    float: none;
    margin: 0 0 10px 0;
    padding: 15px 0;
}

.session a:hover, .session a:focus {
    background: #F9F9F9;
    border: 1px solid #86131A;
}

.session-left {
    float: left;
    margin: 0 5%;
    padding: 5% 0 0 0;
    width: 20%;
}

.session-image {
    display: block;
    margin: 0 auto;
}

.session-right.part {
    float: left;
    width: 70%;
}

.session a h2, .session a:visited h2 {
    color: #86131A;
    font-size: 1em;
    margin: 0 0 3px 0;
}

.session a p, .session a:visited p {
    color: #686868;
    font-size: 0.882em;
    line-height: 1.294em;
    margin: 0;
    padding: 0 5px 0 0;
}

.member-link, .member-link:visited {
    display: block;
}

.member-link:hover, .member-link:focus {
    text-decoration: none;
}

.member-position {
    background: #E3E3E3;
    border-radius: 300px;
    margin: 0 auto 15px;
    max-width: 271px;
    padding: 8px;
    position: relative;
}

.member-list {
    padding: 0 0 20px 0;
    text-align: center;
}

.member-thumb {
    border-radius: 300px;
    display: block;
    margin: 0 auto 0px;
}

.view-profile {
    display: none;
}

.view-profile p {
    color: #448CDC;
    font-size: 0.765em;
    margin: 0;
    text-transform: uppercase;
}

.view-profile p .fa {
    color: #fff;
}

.member-link h2 {
    font-size: 1.118em;
    margin: 0;
}

.member-link h2, .member-link h2 {
    color: #383838;
}

.member-link:hover h2, .member-link:focus h2 {
    color: #264a8b;
    text-decoration: none;
}

.member-link h3 {
    color: #8D8D8D;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
    font-size: 0.941em;
    font-weight: 300;
}

.member-det-image {
    background-position: -70px top;
    background-size: auto auto;
    border-radius: 10px;
    height: 380px;
    margin: 0 0 20px 0;
    width: 100%;
}

.member-detail h2 {
    color: #1C1C1C;
    font-size: 1.294em;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.member-detail h3 {
    color: #1c1c1c;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-weight: 300;
    font-style: italic;
    margin: 0;
}

.member-detail h3 span {
    margin: 0 5px;
}

.mem-heading {
    border-top: 1px solid #dcdcdc;
    color: #1c1c1c;
    font-family: 'Merriweather', serif;
    font-size: 1.059em;
    margin: 13px 0 0 0;
    padding: 13px 0 0 0;
}

.small-block {
    color: #4c4c4c;
    margin: 15px 0 0 0;
}

.small-block.last {
    margin: 15px 0 20px 0;
}

.member-detail .button, .member-detail .button:visited {
    border-radius: 5px;
    display: block;
    float: none;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0 0 1px 0;
    padding: 4px 15px;
    text-align: center;
}

.member-detail .res-item .button, .member-detail .res-item .button:visited {
    float: left;
}

.member-detail .button.last, .member-detail .button.last:visited {
    margin: 0 0 20px 0;
}

.gray-button, .gray-button:visited {
    background: #F6F6F6;
    display: block;
    margin: 0 0 1px 0;
    padding: 4px 15px;
}

.gray-button .fa, .gray-button:visited .fa {
    color: #7F000F;
    margin: 0 7px 0 0;
}

.gray-button:hover, .gray-button:focus {
    background: #3968BC;
    color: #fff;
    text-decoration: none;
}

.gray-button:hover .fa, .gray-button:focus .fa {
    color: #fff;
}

.house-tabs-wrapper {
    display: block;
    margin: 30px -15px 0;
    width: auto;
}

.house-tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.house-tabs li {
    display: block;
}

.house-tabs a, .house-tabs a:visited {
    background: #264A8B;
    color: #fff;
    display: block;
    font-family: 'Merriweather', serif;
    margin: 0 0 1px 0;
    padding: 5px 10px 5px 20px;
}

.house-tabs a:hover, .house-tabs a:focus, .house-tabs li.active a {
    background: #e8e8e8;
    color: #1c1c1c;
    text-decoration: none;
}

.tab-content {
    background: #E8E8E8;
    padding: 20px 15px;
}

.tab-content h2, .tab-content h3 {
    color: #181818;
}

.tab-content p {
    color: #5D5D5D;
}
    
.sidebar {
    padding: 25px 0 0 0;
}

.side-ctas p {
    font-size: 0.941em;
    padding: 0 15px 0 20px;
}

.sidebar .side-cta .inverse-button, .sidebar .side-cta .inverse-button:visited {
    margin: 0 20px;
}
    
.modal-image {
    display: block;
    margin: 0 auto;
}
    
  
.photos a, .photos a:visited {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
}  

.photos a:hover, .photos a:focus {
    opacity: .85;
}

.res-thumb {
    max-width: 250px;
}

.module-search {
    margin: 0 0 20px 0;
}

.module-search .button, .module-search .button:visited {
    float: none;
    display: inline-block;
}

.module-search select {
    margin: 0 10px;
}

.member-detail .button.contact-btn {
    display: block;
    float: left;
    clear: both;
}
    

/* --------------- Footer --------------- */


footer ul ul{
    display: none;
}

footer {
    background: #efefef;
    margin: 100px 0 0;
    padding: 0 0 30px 0;
}

.buildings-wrap {
    position: relative;
}

.buildings {
    position: absolute;
    top: -98px;
    left: calc(50% - 160px);
    width: 320px;
}

address {
    font-style: normal;
    font-size: 0.765em;
    line-height: 1.412em;
    margin: 25px 0 15px;
    text-align: center;
}

address span {
    margin: 0 5px;
}

.copyright {
    font-size: 0.765em;
    margin: 0 0 15px;
    text-align: center;
}

.copyright span {
    margin: 0 5px;
}

address a, address a:visited, .copyright a, .copyright a:visited {
    color: #7b7b7b;
}

address a:hover, address a:focus, .copyright a:hover, .copyright a:focus {
    color: #264a8b;
}





/* -------------- Global and module styles pulled from old Stylesheet ---------------- */

#form input, select, form input {
    border-radius: 0px;
    color: #7B7B7B;
    padding: 5px;
    border: 1px solid #D3D3D3;
    background: #FFFFFF;
}

#form input[type="text"] {
    width: 100%;
}

#form .date-picker input[type="text"] {
    width: 100px;
}

#form textarea {
    height: 150px;
    padding: 5px;
    width: 95%;
    color: #7B7B7B;
    border: 1px solid #D3D3D3;
    background: #FFFFFF;
}

.form-control {
    border-radius: 0px;
}

label {
    display: block;
    font-weight: 300;
    margin: 0;
}

#form input[type="checkbox"], form input[type="checkbox"] {
    min-width: 0px;
    margin: 5px 10px 0px 0;
}

.checkbox {
    padding: 0;
}

#recaptcha_widget {
    text-align: left;
}

#recaptcha_image {
    border: 1px solid #7B7B7B;
    padding: 7px;
    max-width: 100%;
    margin: 0 0 8px 0;
    height: auto !important;
}

#recaptcha_image img {
    max-width: 100% !important;
}

.recaptcha_only_if_image {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 3px 0;
}

#recaptcha_widget a, #recaptcha_widget a:visited {
    font-size: 13px;
}

.expirations {
    display: block;
}

.expiration-dates {
    float: left;
    margin: 0 10px 0 0;
}

.form-actions {
    padding: 20px 0 0 0;
}

.faqQuestions {
    background: #fcfcfc;
    padding: 20px;
    margin: 0;
    list-style-type: disc;
    border: 1px solid #efefef;
}

.faqQuestions p {
    display: inline;
}

.faqQuestions li {
    margin: 10px 0 10px 30px;
}

.faqAnswers {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.faqAnswers li {
    margin: 40px 0;
}
    
.faqAnswers li li {
    margin: 15px 0;
}

.faqAnswers h2 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 2em;
    text-transform: none;
    line-height: 1.412em;
    margin: 0;
}






/* ----------------------------  Small Landscape devices (480px and up) ------------------------ */
@media (min-width: 480px) { 
    
.addthis_toolbox {
    display: block;
}

.webpage-wrapper img.left, .webpage-wrapper img.pull-left, .webpage-wrapper .left {
    float: left;
    width: auto;
    margin: 0 20px 15px 0;
    display: block;
}

.webpage-wrapper img.right, .webpage-wrapper img.pull-right, .webpage-wrapper .right {
    float: right;
    width: auto;
    margin: 0 0px 15px 20px;
    display: block;
}

.list-thumb {
    max-width: 200px;
}

.feature-wrapper {
    height: 438px;
    overflow: hidden;
}

.feature-content {
    padding: 55px 0px 0px;
    max-width: 450px;
    margin: 0 auto;
}

.feature-right h1 {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}

.feature-right p {
    font-size: 0.882em;
}

.session-left {
    padding: 1% 0 0 0;
}



}





/* ---------------------------- Small devices (tablets, 768px and up) ------------------------ */
@media (min-width: 768px) { 
    
/* ----------- Header Small --------------- */
header {
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.header-top {
    background: url(graphics/images/black-bg.png) repeat left top transparent;
}

.social {
    float: right;
}

.social a, .social a:visited {
    margin: 0 18px 0 0;
}

.search {
    width: 30%;
}

.red-wrap {
    margin: 0;
}



/* -------------- Home Page Small -------------- */

.feature-wrapper {
    height: 784px;
    overflow: hidden;
    padding: 180px 0 0 0;
}

.feature-content {
    background: url(graphics/images/feature-content-sm.png) no-repeat center top;
    height: 398px;
    float: right;
    max-width: none;
    margin: 0;
    padding: 40px 35px 10px;
    width: 353px;
}

.feature-right h1 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

.feature-right p {
    font-size: 0.824em;
    display: none;
}

.feature-blurb {
    max-height: 193px;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.homepage-wrapper {
    xbackground: url(graphics/images/curved-house-bg.png) no-repeat center top;
    margin: -105px 0 0 0;
    min-height: 758px;
    padding: 0;
    position: relative;
    width: 100%;
}

.home-posts-wrapper {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0px 2px 40px #666;
    padding: 15px 0;
    position: relative;
    margin: -30px 0 80px 0;
}

.home-posts-inner {
    max-width: none;
    margin: 0 auto;
    position: relative;
}

.slide-wrapper {
    margin: 0 -15px;
}

#next, #next:visited, #prev, #prev:visited {
    display: block;
    height: 116px;
    position: absolute;
    width: 43px;
    z-index: 500;
}

#prev:hover, #prev:focus, #next:hover, #next:focus {
    cursor: pointer;
    opacity: .9;
}

#next, #next:visited {
    background: url(graphics/images/pager-next.png) no-repeat center top;
    right: -20px;
    top: calc(50% - 58px);
}

#prev, #prev:visited {
    background: url(graphics/images/pager-prev.png) no-repeat center top;
    left: -20px;
    top: calc(50% - 58px);
}

.slide {
    float: left;
    width: 380px;
}

.home-post {
    margin: 0;
    position: relative;
}

.home-post.odd {
    padding: 10px 25px 10px 45px;
}

.home-post.even {
    padding: 10px 55px 10px 25px;
}

.post-content-small {
    position: relative;
}

.gray-line {
    background: none repeat scroll 0 0 #ccc;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

/* #pager {
    background: url(graphics/images/slider-bg.png) no-repeat center top;
    bottom: -25px;
    height: 25px;
    left: calc(50% - 76px);
    position: absolute;
    width: 153px;
    font-size: 28px;
    padding-left: 35px;
} */

.pager-outer {
    background: url(graphics/images/slider-bg.png) no-repeat center top;
    bottom: -25px;
    height: 25px;
    left: calc(50% - 76px);
    position: absolute;
    width: 153px;
    font-size: 28px;
    padding-left: 0px;
}

.inner-pager {
    float: right;
    right: 50%;
    position: relative;
}

#pager {
    float: right;
    right: -50%;
    position: relative;
}

#pager a, #pager a:visited {
    background: #C1C1C1;
    border-radius: 10px;
    display: block;
    float: left;
    height: 9px;
    width: 9px;
    margin: 5px 5px 0 0;
    text-indent: -9999px;
}

#pager a:hover, #pager a:focus, #pager a.active {
    background: #264A8B;
}

.home-blocks {
    max-width: none;
}

.enews-wrapper {
    padding: 0;
    margin: 0 0 70px 0;
}

.enews-wrapper picture {
    float: left;
    width: 50%;
}

.enews-image {
    margin: 0;
}

.right-small {
    float: left;
    width: 50%;
}

.enews-wrapper h3 {
    color: #4E4E4E;
    font-size: 1.471em;
    margin: 15px 0 15px;
}

.block-shadow {
    display: block;
    position: absolute;
    left: 0;
    bottom: -43px;
    width: 100%;
}




/* ------------ Interior Small ------------- */

.interior {
    padding: 0 0 10px 0;
}

.int-banner {
    background: url(graphics/images/int-banner.jpg) no-repeat center top;
    display: block;
    height: 197px;
    width: 100%;
}

.page-heading {
    padding: 20px 0 10px 0;
}

.det-thumb {
    display: block;
    float: right;
    margin: 0 0 15px 20px;
    max-width: 200px;
}

.staff-left {
    float: left;
    margin: 0 5% 0 0;
    width: 40%;
}

.staff-image {
    margin: 0;
}

.staff-right {
    float: left;
    width: 55%;
    text-align: left;
}

.rep-support p {
    margin: 0;
}

.staff .media {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

.view-profile {
    background: url("graphics/images/profile-hv-bg.png") no-repeat scroll center top / 100% auto rgba(0, 0, 0, 0);
    bottom: 7px;
    display: block;
    height: 61px;
    left: 17px;
    opacity: 0;
    padding: 8px 0 0;
    position: absolute;
    text-align: center;
    transition: opacity 0.15s ease-in-out 0.1s;
    visibility: hidden;
    width: 186px;
}

.member-link:hover .view-profile, .member-link:focus .view-profile {
    visibility: visible;
    opacity: 1;
}

.mem-info {
    float: right;
    padding: 15px 10px 0 45%;
    position: relative;
    width: 100%;
}

.member-det-image {
    background-position: -110px top;
    height: 382px;
    margin: 0 0 20px 0;
}

.member-detail h2 {
    color: #fff;
    font-size: 1.118em;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.member-detail h3 {
    color: #fff;
    font-size: 0.882em;
}

.member-detail .res-item h3 {
    color: #1c1c1c;
    font-size: 1.176em;
    font-weight: 400;
}

.mem-heading {
    border-top: 1px solid #fff;
    color: #fff;
    margin: 8px 0 0 0;
    padding: 8px 0 0 0;
}

.small-block {
    color: #fff;
    font-size: 0.941em;
    margin: 8px 0 0 0;
}

.small-block a, .small-block a:visited {
    color: #fff;
}

.small-block.last {
    margin: 8px 0 5px 0;
}

.buttons-large {
    width: 100%;
    padding: 0 5%;
    position: absolute;
    left: 0;
}

.member-detail .buttons-large .button, .member-detail .buttons-large .button:visited {
    float: left;
    margin: 0 5px;
    padding: 2px 0;
    text-align: center;
    width: 47%;
}

.buttons-small {
    position: relative;
}

.buttons-small .member-detail .button, .buttons-small .member-detail .button:visited {
    display: block;
    float: none;
    margin: 0;
    padding: 2px 0;
    text-align: center;
    width: auto;
}

.house-tabs-wrapper {
    margin: 20px 0 35px;
}

/* .house-tabs {
    background: #264a8b;
    width: 100%;
    height: 40px;
}

.house-tabs li {
    display: block;
    float: left;
}

.house-tabs a, .house-tabs a:visited {
    background: none repeat scroll 0 0 #264a8b;
    border-right: 1px solid #e8e8e8;
    color: #fff;
    display: block;
    float: left;
    font-size: 0.765em;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0px 12px;
}

.house-tabs a.last {
    border-right: none;
} */

.house-tabs a, .house-tabs a:visited {
    font-size: 0.765em;
}

.sidebar .enews-wrapper {
    padding: 0 0 25px 0;
    margin: 0 0 40px 0;
}

.sidebar .enews-wrapper picture {
    float: none;
    width: 100%;
}

.sidebar .enews-image, .side-cta-image {
    margin: 0px;
}

.sidebar .right-small {
    float: none;
    width: auto;
}

.sidebar .enews-wrapper h3, .side-cta h3 {
    color: #4E4E4E;
    font-size: 1em;
    margin: 15px 0 15px;
}

.sidebar .block-shadow {
    display: block;
    position: absolute;
    left: 0;
    bottom: -27px;
    width: 100%;
}

.sidebar .enews-wrapper .button, .sidebar .enews-wrapper .button:visited, .sidebar .enews-wrapper .inverse-button, .sidebar .enews-wrapper .inverse-button:visited, .side-cta .inverse-button, .side-cta .inverse-button:visited {
    float: none;
    font-size: 0.882em;
    margin: 0 auto;
    text-align: center;
    width: auto;
}

.sidebar {
    padding: 0;
}

.photos a {
    width: auto;
    height: 89px;
    margin: 0 0 30px;
    overflow: hidden;
}  


/* ----------- Footer Small ------------ */

footer {
    margin: 150px 0 0;
}

.buildings {
    position: absolute;
    top: -119px;
    left: calc(50% - 194px);
    width: auto;
}

.footer-nav-wrapper {
    border-bottom: 1px solid #C5C5C5;
    padding: 25px 0 0;
}

.footerMainNav  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.footerMainNav li {
    display: inline-block;
}

.footerMainNav a, .footerMainNav a:visited {
    border-bottom: 5px solid #efefef;
    color: #7b7b7b;
    display: inline-block;
    font-family: 'Merriweather', serif;
    font-size: 0.647em;
    margin: 0 10px;
    padding: 0 0 15px 0;
}

.footerMainNav a:hover, .footerMainNav a:focus {
    border-bottom: 5px solid #7F000F;
    color: #7b7b7b;
    text-decoration: none;
}

address {
    margin: 15px 0;
}



}




/* -------------------------- Medium devices (desktops, 992px and up) ------------------------ */
@media (min-width: 992px) {
   
/* ------------ Header Medium ------------- */

.red-wrap {
    box-shadow: 0px 3px 5px -3px #282828;
    height: 76px;
    padding: 0;
}

.logo {
    margin: 10px 0 10px 15px;
}


.navbar {
    margin: 0px;
    padding: 0;
    width: auto;
    border-radius: 0px !important;
}

.navbar-collapse {
    background: none transparent;
    border: none !important;
    border-color: none transparent;
    box-shadow: none;
    margin: 0px;
    padding: 0;
}

.nav {
    float: right;
    list-style-type: none;
    margin: 0px;
    padding: 0;
}

.nav > li {
    float: left;
    display: block;
}

.nav > li > a, .nav > li > a:visited {
    color: #fff;
    display: block;
    float: left;
    font-family: 'Merriweather', serif;
    font-size: 0.765em;
    font-weight: 300;
    height: 76px;
    line-height: 1.176em;
    padding: 23px 17px 0;
    transition: none;
    text-align: center;
}

.nav > li > a span, .nav > li > a:visited span {
    display: block;
    font-weight: 600;
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li.menuItemHighlight a {
    background: url(graphics/images/nav-arrow.png) no-repeat center 59px #5C0000;
    box-shadow: 2px 0 16px -2px #420000 inset, -2px 0 16px -2px #420000 inset;
    color: #fff;
    text-decoration: none;
}


/* ------------ Home Page Medium ------------- */

.feature-content {
    background: url(graphics/images/feature-content-md.png) no-repeat center top;
    padding: 45px 15px 10px 55px;
    width: 665px;
}

.feature-left {
    float: left;
    margin: 0 20px 0 0;
    width: 191px;
}

.feature-right.half {
    float: left;
    width: 384px;
}

.feature-right h1 {
    background: url(graphics/images/red-line.png) no-repeat left bottom;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    text-align: left;
}

.feature-right p {
    display: block;
    font-size: 0.882em;
}

.feature-right.half .feature-blurb {
    max-height: 192px;
    margin: 0;
    overflow: hidden;
}

.feature-right .button, .feature-right .button:visited {
    margin: 5px 0 0;
}

.post-image {
    border: 5px solid #EBEBEB;
    border-radius: 100px;
    display: block;
    float: left;
    margin: 0 15px 0 0;
    width: 150px;
    height: 150px;
}

.slide {
    width: 488px;
}

.enews-wrapper picture {
    float: left;
    width: 40%;
}

.right-small {
    width: 60%;
}

.enews-wrapper h3 {
    background: url("graphics/images/subscribe-lines.png") no-repeat scroll center 50% / auto auto rgba(0, 0, 0, 0);
    margin: 25px 0;
}

.enews-wrapper .form-actions {
    padding: 20px 0 0 0;
}

.right-small .form-group {
    float: left;
    margin: 0 0 25px 5%;
    width: 45%;
}

.enews-wrapper select {
    display: block;
    float: left;
    margin: 0 0 25px 5%;
    width: 45%;
}

.enews-wrapper #email {
    display: block;
    margin: 0;
    width: 100%%;
}

.rep-search h3, .rep-search p {
    padding: 0 40px;
}

.block-shadow {
    bottom: -56px;
}

/* ------------- Interior Medium ------------- */

.list-thumb {
    max-width: 240px;
}

.det-thumb {
    max-width: 350px;
}

.staff-left {
    width: 37%;
}

.staff-right {
    width: 58%;
}

.session-left {
    margin: 0 3%;
    padding: 1% 0 0 0;
    width: 17%;
}

.session-right {
    padding: 1% 0 0 0;
    width: 76%;
}

.session a p, .session a:visited p {
    padding: 0 15px 0 0;
}

.view-profile {
    bottom: 7px;
    height: 58px;
    left: 17px;
    padding: 8px 0 0;
    width: 177px;
}

.mem-info {
    padding: 15px 20px 0 50%;
}

.member-det-image {
    background-position: -40px top;
}

.member-detail h2 {
    font-size: 1.294em;
}

.member-detail h3 {
    font-size: 1em;
}

.mem-heading {
    margin: 8px 0 0 0;
    padding: 8px 0 0 0;
}

.small-block {
    font-size: 1em;
    margin: 7px 0 0 0;
}

.small-block.last {
    margin: 7px 0 10px 0;
}

.buttons-large {
    padding: 0 20px 0 25%;
}

.member-detail .buttons-large .button, .member-detail .buttons-large .button:visited {
    width: 48%;
    padding: 4px 0;
}

.house-tabs {
    background: #264a8b;
    width: 100%;
    height: 40px;
}

.house-tabs li {
    display: block;
    float: left;
}

.house-tabs a, .house-tabs a:visited {
    background: none repeat scroll 0 0 #264a8b;
    border-right: 1px solid #e8e8e8;
    color: #fff;
    display: block;
    float: left;
    font-size: 0.765em;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0px 20px;
}

.house-tabs a.last {
    border-right: none;
}


.sidebar .enews-wrapper h3, .side-cta h3 {
    background: url("graphics/images/subscribe-lines.png") no-repeat scroll center 50% / 100% auto rgba(0, 0, 0, 0);
    margin: 15px 0;
}

.sidebar .right-small .form-group {
    float: none;
    margin: 0 5% 15px;
    width: 90%;
}

.sidebar .enews-wrapper select {
    display: block;
    float: none;
    margin: 0 5% 15px;
    width: 90%;
}

.sidebar .enews-wrapper #email {
    width: 100%;
}

.sidebar .block-shadow {
    bottom: -26px;
}

.photos a {
    height: 86px;
} 

.twitter-wrapper {
    height: 473px;
}



/* ------------ Footer Medium -------------- */

.footerMainNav a, .footerMainNav a:visited {
    font-size: 0.765em;
    margin: 0 18px;
}

}

 
 
/* --------------------------- Large devices (large desktops, 1200px and up) ------------------------ */
@media (min-width: 1200px) { 
    
/* ------------- Header Large ------------ */

.search {
    width: 25%;
}

.nav > li > a, .nav > li > a:visited {
    padding: 23px 25px 0;
}



/* -------------- Home page Large ------------- */

.feature-content {
    margin: 0 30px 0 0;
}

.home-posts-wrapper {
    margin: -30px 0 110px;
}

.slide {
    float: left;
    width: 585px;
}

.block-shadow {
    bottom: -44px;
}

.enews-wrapper {
    padding: 0 0 26px 0;
    margin: 0;
}

.enews-wrapper picture {
    float: none;
    width: 100%;
}

.right-small {
    float: none;
    width: 100%;
}

.enews-wrapper h3 {
    margin: 20px 0;
}

.enews-wrapper .form-actions {
    padding: 0;
}

.enews-wrapper select {
    float: none;
    margin: 0 8% 15px;
    width: 84%;
}

.right-small .form-group {
    float: none;
    margin: 0 8% 29px;
    width: 84%;
}

.enews-wrapper #email {
    width: 100%;
}

.home-blocks {
    height: 440px;
}

.sidebar .home-blocks {
    height: auto;
}


/* ------------ Interior Large ------------- */

.staff-left {
    width: 31%;
}

.staff-right {
    width: 64%;
}

.session-left {
    width: 14%;
}

.session-right {
    width: 80%;
}

.view-profile {
    background: url(graphics/images/profile-hv-bg.png) no-repeat center top;
    bottom: 7px;
    display: block;
    height: 71px;
    left: 21px;
    padding: 14px 0 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    transition: opacity .15s ease-in-out .1s;
    visibility: hidden;
    width: 217px;
}

.member-link:hover .view-profile, .member-link:focus .view-profile {
    visibility: visible;
    opacity: 1;
}

.mem-info {
    padding: 15px 30px 0 50%;
}

.member-det-image {
    background-position: left top;
}

.member-detail h2 {
    font-size: 1.294em;
}

.member-detail h3 {
    font-size: 1em;
}

.mem-heading {
    margin: 8px 0 0 0;
    padding: 8px 0 0 0;
}

.small-block {
    font-size: 1em;
    margin: 7px 0 0 0;
}

.small-block.last {
    margin: 7px 0 10px 0;
}

.buttons-large {
    padding: 0 20px 0 420px;
}

.member-detail .buttons-large .button, .member-detail .buttons-large .button:visited {
    margin: 0;
    width: 49%;
}

.member-detail .buttons-large .button.first, .member-detail .buttons-large .button.first:visited {
    margin: 0 5px 0 0;
}

.house-tabs a, .house-tabs a:visited {
    padding: 0 30px;
}

.sidebar .block-shadow {
    bottom: -32px;
}

.photos a {
    height: 112px;
} 

.twitter-wrapper {
    height: 440px;
}

#form input[type="text"], #form select {
    width: 50%;
}


/* -------------- Footer Large ---------------- */

.footerMainNav a, .footerMainNav a:visited {
    margin: 0 35px;
}



}