/*  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 ---------------- */

body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #fff;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.438em;
    padding: 0;
}

a, a:visited {
   color: #1c5eb6;
   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: #d53b3b;
   text-decoration: none;
}

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

.button, .button:visited, .button a, .button a:visited {
    display: block;
    background: #eaa53e;
    padding: 5px 15px;
    float: left;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0;
    border: none;
}

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

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

.button a, .button a:visited {
    display: block;
    background: #eaa53e;
    padding: 5px 15px;
    float: none;
    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: #d53b3b;
}

.small-button, .small-button:visited {
    display: block;
    background: #33549D;
    padding: 2px 20px;
    float: left;
    font-size: 1em;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0;
    border: none;
}

.small-button:hover, small-.button:focus{
    color: #fff;
    text-decoration: none;
    background: #E2971B;
}

.inverse-button, .inverse-button:visited {
    display: block;
    background: #d53b3b;
    padding: 5px 15px;
    float: left;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0;
}

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

h1 {
    font-size: 2.188em;
    margin: 0 0 20px 0;
    font-family: 'Source Sans Pro', sans-serif;
    color: #080808;
    font-weight: 300;
    line-height: 1.125em;
}

.formsTitle {
    display: none;
}

h2 {
    font-size: 1.875em;
    margin: 0 0 20px 0;
    font-weight: 300;
    line-height: 1.125em;
    font-family: 'Source Sans Pro', sans-serif;
}

.heading {
    margin: 0 0 20px 0;
    line-height: 1.125em;
    font-size: 1.875em;
    font-weight: 300;
    color: #080808;
    font-family: 'Source Sans Pro', sans-serif;
}

h3 {
    font-size: 1.50em;
    margin: 0 0 20px 0;
    font-weight: 300;
    line-height: 1.125em;
    font-family: 'Source Sans Pro', sans-serif;
}

.sub-heading {
    font-size: 1.875em;
    margin: 0 0 20px 0;
    line-height: 1.125em;
    font-weight: 400;
    color: #d53b3b;
    font-family: 'Source Sans Pro', sans-serif;
}

.paragraph, p {
    margin: 0 0 20px 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;
}

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

.webpage-wrapper .lister, .lister {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }

.lister li {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    clear: both;
    border-bottom: 1px solid #5a5a5a;
    }

.lister h2 {
    margin-bottom: 10px;
    }

.lister h3 {
    margin: 0;
    font-weight: normal;
    }

.lister p {
    margin: 0;
    }

.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 #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
    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;
}



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

header nav ul ul {
    display: none;
}

header {
    background: #F7F6F4;
    border-bottom: 1px solid #D0CFCE;
    padding: 15px 0 13px;
    position: relative;
    z-index: 500;
}

.logo {
    float: left;
    display: block;
    margin: 5px 0 6px 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: 15px;
    top: 0px;
    width: 49px;
    height: 49px;
    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: #80530A;
    border: none !important;
    border-radius: 10px;
    margin: 0 -10px;
    padding: 0;
}

.mobi-utility ul {
    list-style: none outside none;
    margin-bottom: 0;
    padding: 0 5px;
}

.nav {
    border-bottom: 1px solid #EBB558;
    background: #ECA831;
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 8px 5px 0;
}

.mobi-utility {
    border-top: 1px solid #C69849;
    background: #AF700A;
    padding: 0 0 8px 0;
}

.nav > li, .mobi-utility li {
    display: block;
    position: relative;
}

.nav > li > a, .mobi-utility a {
    background: none;
    display: block;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
    transition: none;
}

.nav > li > a, .nav > li > a:visited {
    border-bottom: 1px solid #EBB558;
}

.nav > li > a.last {
    border-bottom: none;
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li.itemMenuHighlight > a {
    color: #fff;
    background: url(graphics/images/nav-arrow.png) no-repeat 95% 50% #AF700A;
    text-decoration: none;
}

.mobi-utility a, .mobi-utility a:visited {
    border-bottom: 1px solid #C69849;
}

.mobi-utility a.last {
    border-bottom: none;
}

.mobi-utility a:hover, .mobi-utility a:focus, .mobi-utility > li.itemMenuHighlight > a {
    color: #fff;
    background: url(graphics/images/nav-arrow.png) no-repeat 95% 50% #ECA831;
    text-decoration: none;
}


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

.search-banner {
    xbackground: url(graphics/images/banner.jpg) no-repeat left top / auto 100%;
    background: url(graphics/images/people-banner.png) no-repeat left top / auto 100%;
    border-top: 1px solid #F9F8F7;
    display: block;
    height: 304px;
    margin: -21px 0 0 0;
    padding: 60px 0 0 0;
}

.search-wrapper {
    background: url(graphics/images/black-bg.png) repeat left top;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    padding: 20px 20px 25px;
    position: relative;
    width: 290px;
}

.search-wrapper h2 {
    color: #fff;
    text-align: center;
}

.home-search form {
    position: relative;
}

#search-input {
    background: #fff;
    border: 6px solid #34549E;
    border-radius: 5px;
    display: block;
    padding: 5px 40px 5px 5px;
    width: 100%;
}

#search-input:focus {
    border: 6px solid #E2971B;
}

.home-search .button, .home-search .button:visited {
    background: none repeat scroll 0 0 transparent;
    border-left: 1px solid #d6d6d6;
    color: #797d85;
    margin: 0;
    padding: 2px 14px;
    position: absolute;
    right: 7px;
    top: 9px;
}

.home-search .button:hover, .home-search .button:focus {
    border-left: 1px solid #C51B20;
    color: #C51B20;
}

.search-buttons {
    margin: 0 auto;
    width: 80%;
}

.search-buttons .radio {
    color: #fff;
    display: inline-block;
    margin: 0 10px;
}

.search-buttons .radio label {
    font-weight: 300;
}

.search-shadow {
    bottom: -23px;
    position: absolute;
    width: 100%;
    left: 0;
}

.homepage-wrapper {
    background: #F9F8F7;
    padding: 25px 0 50px 0;
}
    
.home-events h3 {
    border-bottom: 1px solid #D9D8D7;
    color: #080808;
    font-size: 2.063em;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    text-align: center;
}

.event {
    border-bottom: 1px solid #D9D8D7;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

.event h4 {
    font-size: 1.250em;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.event h4 a , .event h4 a:visited {
    color: #3A3939;
}

.event h4 a:hover, .event h4 a:focus {
    color: #d53b3b;
}

.event p {
    color: #29437F;
    font-size: 0.938em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.188em;
    margin: 0;
}

.event-wrapper .row div:nth-child(4) {
    display: none;
}

.home-events .button, .home-events .button:visited {
    float: none;
    margin: 10px auto 20px;
    width: 220px;
}

.cta-link, .cta-link:visited {
    background: #fff;
    border-radius: 4px;
    display: block;
    margin: 10px auto 20px;
    max-width: 370px;
    overflow: hidden;
    text-align: center;
}

.cta-link h3, .cta-link:visited h3 {
    color: #000;
    transition: all .15s ease-in-out 0s;
}

.cta-link p, .cta-link:visited p {
    color: #777777;
    transition: all .15s ease-in-out 0s;
}

.cta-link img, .cta-link:visited img {
    opacity: 1;
    transition: all .15s ease-in-out 0s;
}

.cta-link:hover h3, .cta-link:focus h3, .cta-link:hover p, .cta-link:focus p {
    color: #d53b3b;
}

.cta-link:hover img, .cta-link:focus img {
    opacity: .9;
}

.cta-bottom {
    border-radius: 0 0 4px 4px;
    border-right: 1px solid #D8D7D6;
    border-bottom: 1px solid #D8D7D6;
    border-left: 1px solid #D8D7D6;
    padding: 15px 15px 20px;
}

.cta-bottom h3 {
    font-size: 1.375em;
    margin: 0 0 13px 0;
}

.cta-bottom p {
    font-size: 0.875em;
    line-height: 1.250em;
    margin: 0;
}



/* ------------ 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;
}

.media a.right, .media a.left {
    text-align: center;
}

.interior {
    background: url(graphics/images/home-content-bg.png) repeat left top;
    border-top: 1px solid #fff;
    padding: 20px 0 60px;
}

.webpage-wrapper {
    position: relative;
}

.subscribe {
    position: absolute;
    top: -49px;
    right: 0;
}

.module {
    background: #C51B20;
    border-radius: 5px;
    margin: 0 0 25px 0;
    padding: 2px;
}

.module ul {
    border: 1px solid #D35354;
    border-radius: 5px;
    list-style-type: none;
    margin: 0;
    padding: 15px 5px;
}

.module li {
    display: block;
    float: none;
}

.module a, .module a:visited {
    border-bottom: 1px solid #D35354;
    color: #fff;
    display: block;
    float: none;
    padding: 5px 10px;
}

.module a.first, .module a.first:visited {
    border-top: 1px solid #D35354;
}

.module a:hover, .module a:focus, .module a.active {
    background: #880E14;
    color: #fff;
}

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


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


header ul ul {
    display: none;
}

footer {
    background: #3C5C99;
}

.address-wrapper {
    color: #fff;
    padding: 30px 20px;
    position: relative;
}

.address-wrapper a, .address-wrapper a:visited, .address-wrapper a:hover, .address-wrapper a:focus {
    color: #fff;
}

.footer-location {
    position: absolute;
    left: calc(50% - 41px);
    top: -38px;
}

.address-wrapper h2 {
    font-size: 1em;
    font-weight: 400;
    margin: 0;
}

.footer-bottom {
    border-top: 1px solid #647CA9;
    padding: 20px 0;
}

.copyright {
    color: #fff;
    margin: 0;
    text-align: center;
}

.copyright a, .copyright a:visited {
    color: #fff;
}

.copyright a:hover, .copyright a:focus {
    color: #d53b3b;
}




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

#form input, select, form input {
    font-size: 16px;
    padding: 5px;
    border: 1px solid #a7a9ac;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

#form textarea {
    height: 150px;
    padding: 5px;
    width: 95%;
    font-size: 16px;
    border: 1px solid #a7a9ac;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

label {
    font-weight: 300;
    margin: 15px 0 0 0;
}

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

input[type="radio"], input[type="checkbox"] {
    margin: 5px 5px 0 0;
}

.checkbox {
    padding: 0;
}*/

.checkbox label {
    width: 100%;
}

.checkbox label.control-label {
    cursor: pointer;
    font-weight: 300;
    margin-bottom: 0;
    padding-left: 0px;
}

#recaptcha_widget {
    text-align: left;
}

#recaptcha_image {
    border: 1px solid #E1E1E1;
    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.5em;
    margin: 0;
}






/* ----------------------------  Small devices staff (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;
}

.thumb {
    max-width: 200px;
}


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

.search-wrapper {
    width: 380px;
}

.search-buttons {
    width: 200px;
}

.search-shadow {
    bottom: -32px;
}




}





/* ---------------------------- Small devices (tablets, 768px and up) ------------------------ */
@media (min-width: 768px) { 
    
/* ----------- Header Small --------------- */

header {
    background: #fff;
    border-bottom: none;
    padding: 0;
}

.header-top {
    background: url(graphics/images/home-content-bg.png) repeat left top;
    border-bottom: 1px solid #D0CFCE;
    padding: 0 0 13px 0;
}

.utilityNav {
    border-top: 5px solid #C51A20;
    float: right;
    list-style-type: none;
    margin: 0px 0px 0 0;
    padding: 0;
}

.utilityNav li {
    background: url(graphics/images/nav-divider.png) no-repeat left 67%;
    display: block;
    float: left;
    padding: 0 15px;
}

.utilityNav li.item1 {
    background: none;
    xpadding: 0 15px 0 0;
}

.utilityNav li.item3 {
    xpadding: 0 0 0 15px;
}

.utilityNav a, .utilityNav a:visited {
    border-top: 5px solid transparent;
    color: #5a5a5a;
    display: block;
    font-size: 0.870em;
    font-weight: 400;
    margin: 0;
    padding: 5px 0 0 0;
}

.utilityNav a:hover, .utilityNav a:focus {
    border-top: 5px solid #C51A20;
    text-decoration: none;
    color: #C51A20;
}

.logo {
    margin: -37px 0 40px 0;
}

.navbar-collapse {
    float: right;
    margin: 0;
    width: 50%;
    position: absolute;
    right: 0;
    top: -12px;
}

.navbar-toggle {
    top: 10px;
}

.nav {
    margin: 0;
    padding: 8px 5px;
}




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

.search-banner {
    xbackground: url(graphics/images/banner.jpg) no-repeat center top / auto auto;
    background: url(graphics/images/people-banner.png) no-repeat center top / auto auto;
    border-top: none;
    display: block;
    height: 354px;
    margin: 0;
    padding: 70px 0 0;
}

.search-wrapper {
    margin: 0;
}

.homepage-wrapper {
    background: url(graphics/images/home-content-bg.png) repeat left top;
    padding: 25px 0 80px;
}

.home-events h3 {
    font-size: 2.188em;
    margin: 0 0 25px 0;
}

.event-wrapper {
    border-bottom: 1px solid #d9d8d7;
    margin: 0 0 20px 0;
}

.event {
    border-bottom: none;
    margin: 0;
    padding: 0 0 25px 0;
}

.cta-link, .cta-link:visited {
    height: 322px;
}

.cta-bottom {
    height: 200px;
}






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

.media a.left {
    text-align: left;
}

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

.interior {
    border-top: 1px solid #D6D6D6;
    box-shadow: 0 2px 1px 0 #fff inset;
}

.sidebar .cta-link, .sidebar .cta-link:visited {
    height: auto;
}

.sidebar .cta-bottom {
    height: auto;
    padding: 15px 13px 35px;
}

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

footer {
    background: #fff;
    padding: 20px 0 0 0;
}

.address-wrapper {
    background: #3c5c99;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 0.875em;
    padding: 30px 0px 40px 15px;
    position: relative;
    bottom: 0;
}

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

.footerMainNav ul {
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
}

.footerMainNav li {
    display: block;
    float: left;
    margin: 0 15px 20px 0;
    width: 90px;
}

.footerMainNav li a, .footerMainNav li a:visited {
    display: block;
    color: #606060;
    float: left;
    font-size: 0.750em;
    font-weight: 600;
    line-height: 1.125em;
}

.footerMainNav li li {
    display: block;
    float: left;
    margin: 0 0 5px;
}

.footerMainNav li li.item1 {
    margin: 5px 0;
}

.footerMainNav li li a, .footerMainNav li li a:visited {
    color: #606060;
    display: block;
    xfont-size: 0.750em;
    font-weight: 400;
    line-height: 1.125em;
}

.footerMainNav li a:hover, .footerMainNav li a:focus, .footerMainNav li li a:hover, .footerMainNav li li a:focus {
    color: #d53b3b;
}

.footer-bottom {
    background: #3c5c99;
    border-top: none;
    padding: 20px 0;
}

.freedom, .freedom:visited {
    background: #5881C5;
    border-radius: 30px;
    color: #fff;
    display: block;
    float: right;
    font-size: 0.875em;
    padding: 0 35px;
}

.freedom:hover, .freedom:focus {
    background: #243F6F;
    color: #fff;
}

.copyright {
    font-size: 0.875em;
}

.copyright span {
    margin: 0 4px;
}
    

}




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

.logo {
    margin: -37px 0 15px;
}

.navbar-collapse {
    background: none transparent;
    float: none;
    width: auto;
    position: relative;
    right: auto;
    top: auto;
}

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

.nav {
    background: none transparent;
    border-bottom: 1px solid #D6D6D6;
    float: left;
    list-style-type: none;
    margin: 0px 0 20px 0;
    padding: 0;
    width: 100%;
}

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

.nav > li > a, .nav > li > a:visited {
    background: none transparent;
    border-bottom: 5px solid transparent;
    color: #5a5a5a;
    float: left;
    font-size: 0.875em;
    font-weight: 600;
    margin: 0 13px;
    padding: 10px 0;
    transition: all .15s linear 0s;
    text-transform: uppercase;
}

.nav > li > a.last {
    border-bottom: 5px solid transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none transparent;
    border-bottom: 5px solid #D98400;
    color: #D98400;
    text-decoration: none;
}

.nav > li > a.first {
    margin: 0 10px 0 0;
}

.nav > li > a.last {
    margin: 0 0 0 10px;
    transition: all .15s linear 0s;
}



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

.search-banner {
    padding: 60px 0 0;
}

.search-wrapper {
    padding: 35px 40px;
    width: 490px;
}

.search-wrapper h2 {
    font-size: 2.875em;
}

.search-shadow {
    bottom: -41px;
}

.event-wrapper .row div:nth-child(4) {
    display: block;
}

.cta-link, .cta-link:visited {
    height: 332px;
}

.cta-bottom {
    height: 169px;
}



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

.interior {
    margin: 10px 0 0 0;
    padding: 30px 0 60px 0;
}

.sidebar .cta-link, .sidebar .cta-link:visited {
    height: auto;
}

.sidebar .cta-bottom {
    height: auto;
    padding: 15px 12px 40px;
}


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

.footerMainNav li {
    width: 100px;
}




}

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

.nav > li > a, .nav > li > a:visited {
    font-size: 1em;
    margin: 0 22px;
}

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

.search-wrapper {
    margin: 0 0 0 50px;
}

.cta-link, .cta-link:visited {
    height: 352px;
}

.cta-bottom {
    height: 153px;
}


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

.sidebar .cta-link, .sidebar .cta-link:visited {
    height: auto;
}

.sidebar .cta-bottom {
    height: auto;
}


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

.footerMainNav li a, .footerMainNav li a:visited {
    font-size: 0.875em;
}

.footerMainNav li {
    width: 125px;
}


}

/* ModuleBegin::newsfeed */
.newsfeedListWrapper { }
.newsfeedNumber { }
.newsfeedTitle { }
.newsfeedSource { }
.newsfeedDetailWrapper { }
.newsfeedDetailWrapper .newsItem {border-bottom:1px solid #ccc; margin-bottom:10px;padding-bottom:10px;}
.newsfeedDetailWrapper .newsItem img {margin:0 10px 0 0;}
.newsfeedDetailWrapper .newsItem span {display:block;}
.newsfeedDetailWrapper .newsItem .newsListHeadline {font-size:120%;}
.newsfeedDetailWrapper .newsItem .newsListPublishline {font-size:90%;}
/* ModuleEnd::newsfeed */