body {
    padding: 0px;
    font: 14px 'Noto Sans', sans-serif !Important;
}


/*AddThis Icons*/
/*.at-icon-twitter {
    fill: #55ACEE !Important;
}
.at-icon-facebook {
    fill: #3B5999 !Important;
}
.at-icon-pinterest_share {
    fill: #BD081C !Important;
}
.at-icon-google_plusone_share {
    fill: #DD4B39 !Important;
}
.at-icon-linkedin {
    fill: #0077B5 !Important;
}
.at-icon-print {
    fill: #333 !Important;
}
.at-icon-email {
    fill: #461d7c !Important;
}
#at-custom-sidebar {
    left: 16%;
    width: 40px;
    border: solid 1px #cecece;
    border-radius: 0;
    box-shadow: none;
}
.at-custom-sidebar .at-icon {
    margin: 0 !Important;
    width:25px !Important;
    height:25px !Important;
}
.at-custom-sidebar .at-icon-wrapper {
    width:30px !Important;
    height:30px !Important;
}*/



blockquote {
        font-size: 14px;
        /*border-left: 0px solid #eee;
        margin: 0;*/
}

*:focus  
{  
    outline: none;  
}  

 .margin-top45 {
      margin-top:45px;
  }


@media print
{    body {
    padding: 0px;
    font: 14px 'Noto Sans', sans-serif !Important;
}

*:focus  
{  
    outline: none;  
}  

 .no-print, .no-print *
    {
        display: none !important;
    }
}

.header-padding {
    padding-top: 60px !Important;
    padding-bottom: 40px !Important;
}

form .error {
color:#ff0000;
}

form .valid {
color:#53800a;
}


.issueButton {
    -moz-box-shadow: 0px 10px 14px -7px #000000;
    -webkit-box-shadow: 0px 10px 14px -7px #000000;
    box-shadow: 0px 10px 14px -7px #000000;
    background:
    -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #461d7c), color-stop(1, #461d7c));
    background:
    -moz-linear-gradient(top, #461d7c 5%, #461d7c 100%);
    background:
    -webkit-linear-gradient(top, #461d7c 5%, #461d7c 100%);
    background:
    -o-linear-gradient(top, #461d7c 5%, #461d7c 100%);
    background:
    -ms-linear-gradient(top, #461d7c 5%, #461d7c 100%);
    background:linear-gradient(to bottom, #461d7c 5%, #461d7c 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#461d7c', endColorstr='#461d7c',GradientType=0);
    background-color:#461d7c;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #461d7c;
    display:inline-block;
    cursor:pointer;
    color:#ffffff !Important;
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    padding:12px 12px;
    text-decoration:none !Important;
    text-shadow:0px 1px 0px #5b8a3c;
    margin-top:30px;
    /* margin-bottom:30px; */
    text-align:center;
    width: auto;
}
.issueButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #461d7c), color-stop(1, #461d7c));
    background:-moz-linear-gradient(top, #461d7c 5%, #461d7c 100%);
    background:-webkit-linear-gradient(top, #461d7c 5%, #461d7c 100%);
    background:-o-linear-gradient(top, #461d7c 5%, #461d7c 100%);
    background:-ms-linear-gradient(top, #461d7c 5%, #461d7c 100%);
    background:linear-gradient(to bottom, #461d7c 5%, #461d7c 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#461d7c', endColorstr='#461d7c',GradientType=0);
    background-color:#461d7c;
}
.issueButton:active {
    position:relative;
    top:1px;
}




.noIssueButton {
    -moz-box-shadow: 0px 10px 14px -7px #000000;
    -webkit-box-shadow: 0px 10px 14px -7px #000000;
    box-shadow: 0px 10px 14px -7px #000000;
    background: 
    -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #53800a), color-stop(1, #53800a));
    background:
    -moz-linear-gradient(top, #53800a 5%, #53800a 100%);
    background: linear-gradient(to bottom, #53800a 5%,#53800a 100%);
    background:
    -o-linear-gradient(top, #53800a 5%, #53800a 100%);
    background:
    -ms-linear-gradient(top, #53800a 5%, #53800a 100%);
    background: linear-gradient(to bottom, #53800a 5%,#53800a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#53800a', endColorstr='#53800a',GradientType=0);
    background-color: #53800a;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border: 1px solid #53800a;
    display:inline-block;
    cursor:pointer;
    color:#ffffff !Important;
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    padding:12px 12px;
    text-decoration:none !Important;
    text-shadow:0px 1px 0px #5b8a3c;
    margin-top:30px;
    /* margin-bottom:30px; */
    text-align:center;
    width: auto;
}
.noIssueButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #53800a ), color-stop(1, #461d7c));
    background:-moz-linear-gradient(top, #53800a  5%, #53800a  100%);
    background:-webkit-linear-gradient(top, #53800a  5%, #53800a  100%);
    background:-o-linear-gradient(top, #53800a  5%, #53800a  100%);
    background:-ms-linear-gradient(top, #53800a  5%, #53800a  100%);
    background:linear-gradient(to bottom, #53800a  5%, #53800a  100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#53800a ', endColorstr='#53800a ',GradientType=0);
    background-color:#53800a ;
}
.noIssueButton:active {
    position:relative;
    top:1px;
}


.img-autoWidth img {
    width:auto
}

.fullWidth {
        float: left;
    width: 100%;
}

.noPadding {
padding:0;}

.opacity {
    opacity: .5;
}






a {
  color: #5e07d0;
}

h1, .h1, h2, .h2, h3, .h3 {
font-family: 'Lato', sans-serif;
}

@-moz-document url-prefix() {
h1, .h1, h2, .h2, h3, .h3 {
font-weight: 300;
}
    
    .morenav .btn {
    display: inline-block;
    
}
}


.lightPurpleBg {
background-color: #ebeaf0;
}

.lightGreenBg {
background-color: #e5ebcf;
}
.container p {
    line-height: 26px;
}
.column p {
    line-height: 26px;
    margin: 0 0 15px;
}

.column {
    line-height: 26px;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: inherit;
}





.greenbg {
    margin: 0px;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #e5ebcf;
}

.whitebg {
    text-align: center;
    padding-top: 13%;
    padding-bottom: 5%;
}

.whitebg h1 {
    margin-bottom: 30px;
}

.whitebg p {
    margin-bottom: 47px;
    font-size: 15px;
}

.searchResults {
    color: #ccc;
    padding: 0;
}

.hideImages {
    color: #ccc;
    padding: 0;
}

.searchResults a {
    color: #461d7c;
}

.searchResults a:hover {
    color: #ccc;
    text-decoration: none;
}

.hideImages a {
    color: #ccc;
}

.hideImages a:hover {
    color: #808080;
    text-decoration: none;
}

.mainBanner {
    float: left;
    width: 100%;
}

.parishContent-left {
    /*width: 58.33333333%;*/
    float: left;
    padding-left: 0px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.parishContent-left h2 {
    margin-bottom: 10px;
    /*margin-top:30px;*/
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.parishContent-left img {
    width: 30%;
    float: left;
    margin-right: 20px;
}

.parishContent-left h1 {
    margin-bottom: 35px;
}

.parishContent-left ul {
    padding: 0px;
}

.parishContent-left li {
    list-style: none;
    float: left;
    width: 50%;
    padding-right: 25px;
    font-size: 12px;
    margin-bottom: 25px;
}

.parishContent-left li p {
    color: #a7a7a7;
}

.parishContent-right {
    /*width: 41.66666667%;*/
    float: left;
    background-color: #ebeaf0;
}

.parishContentArea {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: -30px;
}

.nav-justified2 {
    width: 520px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.nav-justified2 > li > a {
    border-radius: 0px;
}

.nav-justified2 > li {
    width: auto;
    float: left;
}

.nav-pills2>li[data-slide-to="0"] a {
    font-size: 12px;
    color: #6b9256;
    border: solid 1px #eee;
    border-right: 0px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.nav-pills2>li[data-slide-to="1"] a {
    font-size: 12px;
    color: #6b9256;
    border: solid 1px #eee;
    border-right: 0px;
}

.nav-pills2>li[data-slide-to="2"] a {
    font-size: 12px;
    color: #6b9256;
    border: solid 1px #eee;
    border-right: 0px;
}

.nav-pills2>li[data-slide-to="3"] a {
    font-size: 12px;
    color: #6b9256;
    border: solid 1px #eee;
    border-right: 0px;
}

.nav-pills2>li[data-slide-to="4"] a {
    font-size: 12px;
    color: #6b9256;
    border: solid 1px #eee;
}

.nav-pills2>li[data-slide-to="5"] a {
    font-size: 12px;
    color: #6b9256;
    border: solid 1px #eee;
    border-left: 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.nav-pills2>li[data-slide-to="0"].active a {
    color: #fff;
    background-color: #6b9256;
    -webkit-box-shadow: inset -5px 0px 0px 0px rgba(70,29,124,1);
    -moz-box-shadow: inset -5px 0px 0px 0px rgba(70,29,124,1);
    box-shadow: inset -5px 0px 0px 0px rgba(70,29,124,1);
}

.nav-pills2>li[data-slide-to="1"].active a {
    color: #fff;
    background-color: #6b9256;
    -webkit-box-shadow: inset -5px 0px 0px 0px rgba(70,29,124,1);
    -moz-box-shadow: inset -5px 0px 0px 0px rgba(70,29,124,1);
    box-shadow: inset -5px 0px 0px 0px rgba(70,29,124,1);
}

.nav-pills2>li[data-slide-to="2"].active a {
    color: #fff;
    background-color: #6b9256;
    -webkit-box-shadow: inset -5px 0px 0px 0px rgba(70,29,124,1);
    -moz-box-shadow: inset -5px 0px 0px 0px rgba(70,29,124,1);
    box-shadow: inset -5px 0px 0px 0px rgba(70,29,124,1);
}

.nav-pills2>li[data-slide-to="3"].active a {
    color: #fff;
    background-color: #6b9256;
    -webkit-box-shadow: inset -5px 0px 0px 0px rgba(70,29,124,1);
    -moz-box-shadow: inset -5px 0px 0px 0px rgba(70,29,124,1);
    box-shadow: inset -5px 0px 0px 0px rgba(70,29,124,1);
}

.nav-pills2>li[data-slide-to="4"].active a {
    color: #fff;
    background-color: #6b9256;
    -webkit-box-shadow: inset -5px 0px 0px 0px rgba(70,29,124,1);
    -moz-box-shadow: inset -5px 0px 0px 0px rgba(70,29,124,1);
    box-shadow: inset -5px 0px 0px 0px rgba(70,29,124,1);
}

.nav-pills2>li[data-slide-to="5"].active a {
    color: #fff;
    background-color: #6b9256;
    -webkit-box-shadow: inset -5px 0px 0px 0px rgba(70,29,124,1);
    -moz-box-shadow: inset -5px 0px 0px 0px rgba(70,29,124,1);
    box-shadow: inset -5px 0px 0px 0px rgba(70,29,124,1);
}

.nav-pills2>li[data-slide-to="0"].active a:hover {
    color: #fff;
    background-color: #6b9256;
}

.nav-pills2>li[data-slide-to="1"].active a:hover {
    color: #fff;
    background-color: #6b9256;
}

.nav-pills2>li[data-slide-to="2"].active a:hover {
    color: #fff;
    background-color: #6b9256;
}

.nav-pills2>li[data-slide-to="3"].active a:hover {
    color: #fff;
    background-color: #6b9256;
}

.nav-pills2>li[data-slide-to="4"].active a:hover {
    color: #fff;
    background-color: #6b9256;
}

.nav-pills2>li[data-slide-to="5"].active a:hover {
    color: #fff;
    background-color: #6b9256;
}

.nav-pills2>li[data-slide-to="0"] a:hover {
    background-color: #fff;
}

.nav-pills2>li[data-slide-to="1"] a:hover {
    background-color: #fff;
}

.nav-pills2>li[data-slide-to="2"] a:hover {
    background-color: #fff;
}

.nav-pills2>li[data-slide-to="3"] a:hover {
    background-color: #fff;
}

.nav-pills2>li[data-slide-to="4"] a:hover {
    background-color: #fff;
}

.nav-pills2>li[data-slide-to="5"] a:hover {
    background-color: #fff;
}

#slider5 {
    float: left;
    width: 100%;
}

#slider5 .carousel .item {
    /*height: 472px;*/;
}

.nav-justified5 {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
/*margin-left: auto;
margin-right: auto;*/
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
}

.nav-justified5 > li > a {
    border-radius: 0px;
    padding: 0px;
}

.nav-justified5 > li > a > img {
    width: 100%;
}

.nav-justified5 > li {
    width: 16.6666667%;
    float: left;
}
/*.nav-pills5>li[data-slide-to="0"] a { font-size: 12px; color:#6b9256; border:solid 1px #eee; border-right:0px; border-bottom-left-radius:5px; border-top-left-radius:5px;  }
.nav-pills5>li[data-slide-to="1"] a { font-size: 12px; color:#6b9256; border:solid 1px #eee; border-right:0px; }
.nav-pills5>li[data-slide-to="2"] a { font-size: 12px; color:#6b9256; border:solid 1px #eee; border-right:0px; }
.nav-pills5>li[data-slide-to="3"] a { font-size: 12px; color:#6b9256; border:solid 1px #eee; border-right:0px; }
.nav-pills5>li[data-slide-to="4"] a { font-size: 12px; color:#6b9256; border:solid 1px #eee; }
.nav-pills5>li[data-slide-to="5"] a { font-size: 12px; color:#6b9256; border:solid 1px #eee; border-left:0px; border-bottom-right-radius:5px; border-top-right-radius:5px; }*/

.nav-pills5>li[data-slide-to="0"].active a img {
    opacity: 0.5;
}

.nav-pills5>li[data-slide-to="1"].active a img {
    opacity: 0.5;
}

.nav-pills5>li[data-slide-to="2"].active a img {
    opacity: 0.5;
}

.nav-pills5>li[data-slide-to="3"].active a img {
    opacity: 0.5;
}

.nav-pills5>li[data-slide-to="4"].active a img {
    opacity: 0.5;
}

.nav-pills5>li[data-slide-to="5"].active a img {
    opacity: 0.5;
}

/*.nav-pills5>li[data-slide-to="0"].active a img:hover { opacity:0.5; }
.nav-pills5>li[data-slide-to="1"].active a img:hover { opacity:0.5; }
.nav-pills5>li[data-slide-to="2"].active a img:hover { opacity:0.5; }
.nav-pills5>li[data-slide-to="3"].active a img:hover { opacity:0.5; }
.nav-pills5>li[data-slide-to="4"].active a img:hover { opacity:0.5; }
.nav-pills5>li[data-slide-to="5"].active a img:hover { opacity:0.5; }*/

.nav-pills5>li[data-slide-to="0"] a img:hover {
    opacity: 0.5;
}

.nav-pills5>li[data-slide-to="1"] a img:hover {
    opacity: 0.5;
}

.nav-pills5>li[data-slide-to="2"] a img:hover {
    opacity: 0.5;
}

.nav-pills5>li[data-slide-to="3"] a img:hover {
    opacity: 0.5;
}

.nav-pills5>li[data-slide-to="4"] a img:hover {
    opacity: 0.5;
}

.nav-pills5>li[data-slide-to="5"] a img:hover {
    opacity: 0.5;
}

.lsuagLogo img {
    box-shadow: 0 0 200px 1px rgba(255, 255, 255, 0.8);
}

.fa-graduation-cap:before {
    content: "\f19d";
    margin-right: 5px;
}

.fa-phone:before {
    content: "\f095";
    margin-right: 5px;
}

.fa-pencil:before {
    content: "\f040";
    margin-right: 5px;
}

.fa-trophy:before {
    content: "\f091";
    margin-right: 5px;
}

.fa-lightbulb-o:before {
    content: "\f0eb";
    margin-right: 5px;
}
        /* Content */
.content section {
    font-size: 1.25em;
    padding: 3em 0em;
    display: none;
    max-width: 1230px;
    margin: 0 auto;
}

.content section:before,
            .content section:after {
    content: '';
    display: table;
}

.content section:after {
    clear: both;
}

        /* Fallback example */
.no-js .content section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #47a3da;
}

.content section.content-current {
    display: block;
}

.mediabox {
    float: left;
    width: 33%;
    padding: 0 25px;
}

.mediabox img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.mediabox h3 {
    margin: 0.75em 0 0.5em;
}

.mediabox p {
    padding: 0 0 1em 0;
    margin: 0;
    line-height: 1.3;
}


/*Header Searchbox*/

/*.searchBox {
height: 40px;
}

.searchBox1 i {
position: absolute;
left: 40px;
top: 11px;
font-size: 16px;
color: #ddd;
}

.searchBox1 .form-control {
    border-radius:0px;
    text-align: right;
    height: 30px;
    margin-top: 4px;
}


#search_container{
margin-top: 2px;}
.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}*/


        /* Example media queries */

@media screen and (max-width: 767px) {
 

    .mediabox {
        float: none;
        width: auto;
        padding: 0 0 35px 0;
        font-size: 90%;
    }

    .mediabox img {
        float: left;
        margin: 0 25px 10px 0;
        max-width: 40%;
    }

    .mediabox h3 {
        margin-top: 0;
    }

    .mediabox p {
        margin-left: 40%;
        margin-left: calc(40% + 25px);
    }

    .mediabox:before,
                .mediabox:after {
        content: '';
        display: table;
    }

    .mediabox:after {
        clear: both;
    }
}

@media screen and (max-width: 32em) {


    .mediabox {
        text-align: center;
    }

    .mediabox img {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }

    .mediabox h3 {
        margin: 1.25em 0 1em;
    }

    .mediabox p {
        margin: 0;
    }
}



/*
  @@ Pagination
*/
.holder {
    margin: 5px 0;
    position: relative;
    width: 100%;
    float: left;
    margin-left: 15px;
    margin-right: auto;
}

.holder a {
    position: relative;
    float: left;
    padding: 4px 10px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #ccc;
}

.holder a:hover {
    background-color: #ddd;
    color: #fff;
}

.holder a.jp-previous {
    margin-right: 10px;
}

.holder a.jp-next {
    margin-left: 10px;
}

.holder a.jp-current, a.jp-current:hover {
    color: #fff;
    cursor: default;
    background-color: #461d7c;
    border-color: #461d7c;
}

.holder a.jp-disabled, a.jp-disabled:hover {
    color: #bbb;
}

.holder a.jp-current,
.holder a.jp-disabled {
    cursor: default;  
}

a.jp-current:hover, a.jp-disabled:hover {
    cursor: default;
  /*background: none;*/
    color: #fff;
}

.holder span {
    margin: 0 5px;
}

#twitter-widget-0 {
    width: 100% !Important;
}

.contentAreaWrap {
    float: right;
}

.sideAreaWrap {
    float: left;
}

.sideArea p {
    color: #a7a7a7;
}

.footerCopyright {
    font-size: 16px;
    height: 56px;
    line-height: 60px;
    color: #a7a7a7 !Important;
    margin: 0px;
}

.footerCopyright p {
line-height: inherit;
}






        /* jssor slider bullet navigator skin 03 css */
        /*
        .jssorb03 div           (normal)
        .jssorb03 div:hover     (normal mouseover)
        .jssorb03 .av           (active)
        .jssorb03 .av:hover     (active mouseover)
        .jssorb03 .dn           (mousedown)
        */
.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
    background: url(../img/b03.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb03 div {
    background-position: -5px -4px;
}

.jssorb03 div:hover, .jssorb03 .av:hover {
    background-position: -35px -4px;
}

.jssorb03 .av {
    background-position: -65px -4px;
}

.jssorb03 .dn, .jssorb03 .dn:hover {
    background-position: -95px -4px;
}




            /* jssor slider bullet navigator skin 13 css */
            /*
            .jssorb13 div           (normal)
            .jssorb13 div:hover     (normal mouseover)
            .jssorb13 .av           (active)
            .jssorb13 .av:hover     (active mouseover)
            .jssorb13 .dn           (mousedown)
            */
.jssorb13 div, .jssorb13 div:hover, .jssorb13 .av {
    background: url(../images/b13.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb13 div {
    background-position: -5px -5px;
}

.jssorb13 div:hover, .jssorb13 .av:hover {
    background-position: -35px -5px;
}

.jssorb13 .av {
    background-position: -65px -5px;
}

.jssorb13 .dn, .jssorb13 .dn:hover {
    background-position: -95px -5px;
}


.form-control {
    border-radius: 0px;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p {
    background-color: #eee;
    font-size: 13px;
    padding: 15px;
    line-height: 20px;
    color: #9aa7af;
}

.textContent {
    line-height: 25px;
    float: left;
    z-index: 1000;
}

.contentArea {
    /* margin-top: 30px; */
/*float: left;
width: 100%;*/;
}

.sideArea {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.contentArea .col-md-12 {
    margin-bottom: 30px;
}

.sideArea  .col-md-12 {
    margin-bottom: 30px;
}

.sideArea  h2 {
    margin-bottom: 20px;
}

.socialIcons {
    padding: 0px;
}

.socialIcons .addthis_32x32_style .at15t_facebook {
background: url(http://s7.addthis.com/static/r07/widget/img/widget015.old.32.top.png) no-repeat left;
background-position: 0 -256px;
}
.socialIcons .addthis_32x32_style .at15t_twitter {
background: url(http://s7.addthis.com/static/r07/widget/img/widget015.old.32.top.png) no-repeat left;
background-position:0 -1152px;
}
.socialIcons .addthis_32x32_style .at15t_google_follow {
background: url(http://s7.addthis.com/static/r07/widget/img/widget015.old.32.top.png) no-repeat left;
background-position:0 -416px;
}
.socialIcons .addthis_32x32_style .at15t_youtube {
background: url(http://s7.addthis.com/static/r07/widget/img/widget015.old.32.top.png) no-repeat left;
background-position: 0 -1408px;
}
.socialIcons .addthis_32x32_style .at15t_pinterest {
background: url(http://s7.addthis.com/static/r07/widget/img/widget015.old.32.top.png) no-repeat left;
background-position:0 -896px;
}




.flickr-photo-stream .list-unstyled>li>a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    padding: 3px;
    width: 63px;
}

.flickr-photo-stream .list-unstyled>li>a>img {
    width: 55px;
    height: 55px;
}

.flickr-photo-stream .list-unstyled>li {
    float: left;
}

.flickr-photo-stream .list-unstyled {
    width: 100%;
}

.list-unstyled {
    width: 215px;
    float: left;
}

.list-unstyled>li>a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    padding: 10px 35px;
}

.list-unstyled>li>a:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}

.list-unstyled>li>a>i {
    padding-right: 15px;
    font-size: 18px;
    color: #461d7c;
}

.list-unstyled li h4 {
    padding: 0 0 10px 20px;
    font-size: 15px;
}

.list-unstyled .eventImgWrap img {
    width: 30%;
    float: left;
    margin-right: 15px;
}

.list-unstyled .recent-news-inner a {
    color: #333;
    font-weight: 600;
}

.list-unstyled .recent-news-inner a:hover {
    text-decoration: none;
}

.bodyWrap {
    padding-top: 175px;
}
.bodyWrapHome {
    padding-top: 144px;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}

.purple {
    background-color: #461d7c;
}
.green {
    background-color: #53800a;
}
.btn {
    color: #fff;
    border-radius: 0px;
}



.btn:hover {
    color: #fff;
}

h2, .h2 {
    font-weight: 300;
    font-size: 20px;
    margin: 0px 0px 15px 0px;
    /* float: left; */
    width: 100%;
}

/*h1, .h1 {
    font-weight: 300;
    font-size: 30px;
    margin: 0px;
}*/

.img-responsive {
width: 100%;
display: block;      
margin-left: auto;      
margin-right: auto;
}


.img-circle {
    width: 120px;
    height: 120px;
}

.container {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.container img {
       max-width: 100%;
}
.itemList-1 h1 {
    margin-bottom: 50px;
}

.itemList-1 h2 {
    margin-bottom: 22px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.itemList-1 a:hover {
    color: #461d7c;
}

.itemList-1 p {
    font-size: 12px;
    color: #9da3a8;
}

.footerTagLine {
    background-image: url(../images/bgimg2.png);
    height: 200px;
    background-color: #53800a;
    text-align: center;
    /*margin-top: 30px;*/
    float: left;
    width: 100%;
}

.footerTagLine h1 {
    color: #fff;
    margin-top: 60px;
    margin-bottom: 20px;
    font-weight: 300;
}

.getItGrowing {
    background: #f0f8ec url(../images/bgimg3.png) no-repeat;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.getItGrowing h1 {
    margin-bottom: 30px;
}

.getItGrowing p {
    margin-bottom: 37px;
    color: #6b9256;
}

.topics {
    padding-top: 250px;
    padding-bottom: 158px;
}

.services {
    padding-top: 73px;
    padding-bottom: 103px;
    background-color: #eceaf1;
}

.events {
    margin: 0px;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 120px;
}

.item-list2 li a:hover {
    color: #1c0c32;
    text-decoration: none;
}

.thumbnail2 p {
    color: #a7a7a7;
}

.thumbnail2 p b {
    color: #333;
}

.thumbnail2 p b:hover {
    color: #8ca241;
}

.greenbg h1 {
    margin-bottom: 30px;
}

.greenbg p {
    font-size: 15px;
}

.events h1 {
    margin-bottom: 30px;
}

.item-list2 {
    margin-top: 40px;
    float: left;
}

.item-list2 li {
    list-style: none;
    text-align: left;
    /* margin-bottom:65px; */;
}

.item-list2 li img {
    position: absolute;
}

.item-list2 li div {
    height: 137px;
    margin-left: 77px;
}

.getHelp {
    background-color: #eceaf1;
    margin: 0px;
    width: 100%;
    text-align: center;
    padding-top: 38px;
    padding-bottom: 186px;
}

.getHelp h1 {
    margin-bottom: 20px;
    font-weight: 300;
}

.getHelp p {
    margin-bottom: 37px;
}




.additional-nav {
    height: 40px;
    text-align: right;
}
.additional-nav ul {
padding:0;
margin:0;
float:right
}

.additional-nav ul li {
padding:0;
margin:0;
width:auto;
float:left;
list-style:none
}

.tools {
    height: 40px;
}

.tools a {
    padding: 10px;
    line-height: 41px;
    height: 40px;
    color: #ccc;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}

.tools a:hover {
    background-color: #76579d;
    color: #fff;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
}

.dropdown-menu>li>a>i {
    padding: 0px 10px;
    font-size: 18px;
    color: #461d7c;
}

/*.green.btn {
    color: white;
    background-color: #53800a;
    width: 150px;
}*/


.purple.btn {
    color: white;
    background-color: #461d7c;
    /* width: 150px; */
}



.nobgbtn.btn {
    color: #461D7C;
    background-color: rgba(90,90,90,0);
    /* width: 150px; */
    padding: 0;
    font-weight: 600;
    font-size: 18px;
}

.hzButtons {
    margin: 0px;
    padding: 0px;
}

.hzButtons li {
    list-style: none;
    display: inline-block;
}

.hzButtons li:nth-child(2) {
    margin-left: 10%;
    margin-right: 10%;
}

.hzButtons button {
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .175);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .175);
}

.latestNews {
    background-color: #eceaf1;
    width: 100%;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}



.slidebtn.btn {
    color: #A7A7A7;
    background-color: #FFFFFF;
    border-color: inherit;
    padding: 7px 14px;
}

.slidebtn.btn:hover, .slidebtn.btn:focus, .slidebtn.btn:active, .slidebtn.btn.active {
    color: white;
    background-color: #6b9256;
}

.open .slidebtn.btn.dropdown-toggle {
    color: white;
    background-color: #2e7af7;
}

.slidebtn.btn:active, .slidebtn.btn.active {
    background-image: none;
}






/*FOOTER*/

.pre-footer {
    background-color: #1c0c32;
    border-bottom: solid 1px #2d2745;
    height: 85px;
}

.pre-footer a {
    color: #cccccc;
}

.footerTop {
    background-color: #1c0c32;
    height: auto;
    margin-top: 35px;
    color:#fff;
    margin-bottom: 35px;
}

.footerAddress p {
   font-size:12px;
}

.footerAddress a {
   color:#6b9256;
}

.footerBottom {
    background-color: #461d7c;
    height: 70px;
}

footer {
    background-color: #1c0c32;
    float: left;
    width: 100%;
}

.footerTop h1 {
    font-size: 18px;
    color: #b49dd2;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footerTop ul li a {
    color: #fff;
    /* line-height: 20px; */
    width: 50%;
    float: left;
    font-size: 12px;
    line-height: 27px;
}

.footerTop ul {
    padding: 0px;
}

.footerTop ul li {
    list-style: none;
}

.footerTop .col-md-3 {
    padding: 0px 60px;
    border-right: 1px solid #333;
    min-height: 239px;
    border-left: 1px solid #333;
}

.footerTop .col-md-2 {
    border-right: 1px solid #333;
    min-height: 239px;
    border-left: 1px solid #333;
}

.footerTop .col-sm-12 {
    padding-left: 20px;
    border-right: 1px solid #333;
    /* padding-top: 20px; */
    border-left: 1px solid #333;
    min-height: 253px;
}

.list-inline {
    margin-left: 0px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.list-inline > li {
    padding-right: 20px;
    padding-left: 20px;
}

.footerMenu ul {
    float: right;
    line-height: 40px;
    margin: 0px;
}

.footerMenu ul li {
    list-style: none;
    padding: 12px 7px 12px 7px;
    position: relative;
    /* margin: 0 7px 0px 0; */
    display: inline-block;
}

.footerMenu ul li a {
    text-decoration: none;
    font-size: 13px;
    color: #a7a7a7;
}

.footerMenu ul li a:hover {
    color: #fff;
}




/*CAROUSEL INDICATORS*/
.carousel-indicators2 {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 50px;
    width: auto;
}

.btn-group>.btn {
    border: solid 1px #a7a7a7;
}


.slidebtn-left {
    -webkit-border-top-left-radius: 5px !Important;
    -webkit-border-bottom-left-radius: 5px !Important;
    -moz-border-radius-topleft: 5px !Important;
    -moz-border-radius-bottomleft: 5px !Important;
    border-top-left-radius: 5px !Important;
    border-bottom-left-radius: 5px !Important;
    border: solid 1px #a7a7a7;

        /*-webkit-border-top-left-radius: 4px !Important;
    -webkit-border-bottom-left-radius: 4px !Important;
    -moz-border-radius-topleft: 4px !Important;
    -moz-border-radius-bottomleft: 4px !Important;
    border-top-left-radius: 4px !Important;
    border-bottom-left-radius: 4px !Important;*/
}

.slidebtn-right {
    -webkit-border-top-right-radius: 5px !Important;
    -webkit-border-bottom-right-radius: 5px !Important;
    -moz-border-radius-topright: 5px !Important;
    -moz-border-radius-bottomright: 5px !Important;
    border-top-right-radius: 5px !Important;
    border-bottom-right-radius: 5px !Important;
    border: solid 1px #a7a7a7;
}


.navbtnnews {
    background-color: #fff;
    background-image: none !Important;
    height: 35px;
    margin: 0px !Important;
    border: solid 1px #A7A7A7;
    -webkit-border-radius: 5px !Important;
    -moz-border-radius: 5px !Important;
    border-radius: 5px !Important;
}



/*NAVIGATION*/


.searchToggle {
    display: none;
}

.navbarToggle {
    display: none;
}

.shareToggle {
    display: none;
}

.menuWrap {
    border-bottom: solid 4px #1c0c32;
}

.navbar-default {
    background-color: #461d7c;
    /* border-bottom: solid 11px #53800a; */
}

.pre-nav {
    background-color: #1c0c32;
    height: 40px;
}

.navbar-header {
    height: 88px;
    padding-top: 10px;
}

.navbar-nav {
    height: 88px;
}

.navbar-default .navbar-nav>li>a {
    height: 88px;
    color: #ccc;
    padding: 33px 17px 0px;
    font-size: 15px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #76579d;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #76579d;
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

.navbar-nav>li>.dropdown-menu {
    border-bottom: solid 5px #461d7c;
}

.caret {
    margin-left: 10px;
}

/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
    height: 88px;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

.yamm .yamm-content {
    padding: 20px 0px 0px 0px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

#accordian {
    display: none;
}

@media (max-width:1491px) {
}

@media (max-width:1208px) {
}



@media (max-width:870px) {
.lsucoaLogo {
    display:none;
}
.navbar-nav {
    float: right; 
}
#navbar-wrap1 {
    width: 88.33333334%;
}
}

@media (max-width:1003px) {
.lsucoaLogo {
    /* display:none; */
}

#navbar-wrap1 {
        /* width: 88.33333334%; */
}
.navbar-default .navbar-nav>li>a {
    padding: 33px 13px 0px;
    font-size: 13px;
}
.navbar-nav {
    /* float: right; */
}

}

@media (min-width:1030px) {
    #accordian {
        display: none !Important;
    }

    .searchBarToggle {
        display: none !Important;
    }
        .shareBarToggle {
        display: none !Important;
    }
}
@media (min-width:1030px) {
    #accordian {
        display: none !Important;
    }

    .searchBarToggle {
        display: none !Important;
    }
        .shareBarToggle {
        display: none !Important;
    }
}

@media (min-width:1200px) {

    .container {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }
}






@media (max-width:991px) {

.header-padding {
    padding-top: 5% !Important;
    padding-bottom: 2% !Important;
}

    .footerAddressWrap {
    /* width: 50% !Important; */
    /* padding: 0 0 0 7%; */
    /* margin-top: 30px; */
    }

}
@media (max-width:767px) {

    .footerAddressWrap {
    /* padding: 0 0 0 5%; */
    }

}
@media (max-width:709px) {

    .footerAddressWrap {
    padding: 0 0 0 0;
    margin-top: 0px;
    }

}


@media (max-width:1200px) {

    .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0; 
padding-left: 0;
    }

    .col-lg-8 {
        width: 66.66666667%;
        float: left;
    }

    .col-lg-2 {
        width: 16.66666667%;
        float: left;
    }
}

@media (max-width:1175px) {

    .col-lg-8 {
        width: 76.66666667%;
        float: left;
    }

    .col-lg-2 {
        width: 11.66666667%;
        float: left;
    }
}

@media (max-width:1000px) {

    .footerCopyright {
        width: 100%;
        text-align: center;
    }

    .footerMenu {
        width: 100%;
        text-align: center;
    }

    .footerMenu ul {
        padding: 0px;
        width: 100%;
    }

    .footerBottom {
        height: auto;
    }

    .pre-footer {
        height: auto;
    }
}

@media (max-width:580px) {


    .textContent {
        padding: 0px !Important;
    }

    .profileImg {
        padding: 0px !Important;
        width: 100% !Important;
    }

    .img-responsive {
width: 100%;

}
}

@media (max-width:990px) {


    .col-md-3 .share {

        display:none;
    }

    .titleHeader h1 {
        font-size: 23px;
    }
    
    .hideImages {
        margin-top: 30px;
    }

    .textContent {
        width: 100%;
    }

    .footerTop .col-md-2 {
        /* width: 16.66666667%; */
        /* margin: 0px; */
        /* float: left; */
        min-height: 299px;
    }

    .footerTop .col-md-4 {
        /* width: 33.33333333%; */
        /* margin: 0px; */
        /* float: left; */
    }

        .footerTop .col-md-6 {
        /* width: 33.33333333%; */
        margin: 0px;
        /* float: left; */
    }

    .footerTop .col-md-3 {
    padding: 0px 30px;
    float: left;
    /* width: 100%; */
    min-height: 506px;
}

    .contentAreaWrap {
        float: none;
    }

    .sideAreaWrap {
        float: none;
    }

    .profileImg {
        width: 100%;
        float: left;
    }

    .credentials {
        width: 100%;
        float: left;
    }
}


































@media (max-width:767px) {


.footerTagLine h1 {
font-size: 21px;margin-top: 58px;}



    .footerTop ul {
        /* float: left; */
        /* margin-bottom: 30px; */
        /* width: 100%; */
    }

    .footerTop ul li a {
        /* background: #461d7c; */
        /* padding: 10px 10px 10px 16px; */
        /* border: solid 1px #b49dd2; */
        /* margin-bottom: 7px; */
    }

    .footerTop ul li a:hover {
        /*color: #fff;*/
        /*background: #a7a7a7;*/
        /*text-decoration: none;*/
    }








    .menuWrap {
        height: 50px;
    }

    .footerTop {
        height: auto;
    }

    .footerTop .col-md-2 {
        width: 100%;
    }


.footerTop .col-md-6 {
    width: 100%;
    float: left;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
}

    .footerTop .col-sm-6 {

width: 80%;

margin-left: 10%;

margin-right: 10%;

/* float: none; */

border-left: 0;

border-right: 0;

border-bottom: 0;
}

    .footerTop .lsuLogo {
    /* width: 100%; */
    /* text-align: center; */
    float: left;
}

    .footerTop .coaLogo {
    /* width: 100%; */
    /* text-align: center; */
    float: left;
}

.footerTop .col-md-3 {

width: 80%;

margin-left: 10%;

margin-right: 10%;

border-left: 0;

border-right: 0;

border-bottom: 1px solid #333;

margin-bottom: 20px;

min-height: 159px;
}




}













@media (max-width:768px) {








/******************************/






        .topics {
        padding-top: 170px;

        padding-top: 73px !Important;
    }
    .lsucoaLogo {
        display: none;
    }



    .searchBarToggle {
        position: fixed;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgba(255, 255, 255, 1);
        width: 100%;
        border-bottom: solid 5px #461d7c;
        -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .175);
        box-shadow: 3px 3px 6px rgba(0, 0, 0, .175);
                margin-top: 93px;
        z-index: 1001;
    }

    .searchBarToggle .btn-primary {
        background-color: #461d7c;
        border: 0px;
    }






        .shareBarToggle {
        position: fixed;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgba(255, 255, 255, 1);
        width: 100%;
        border-bottom: solid 5px #461d7c;
        -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .175);
        box-shadow: 3px 3px 6px rgba(0, 0, 0, .175);
        margin-top: 93px;
        z-index: 1001;
    }

    .shareBarToggle .btn-primary {
        background-color: #461d7c;
        border: 0px;
    }

    .accordianwrap {
        overflow-y: scroll;
        height: 100%;
        margin: 0px -17px 0px 5px;
        overflow-x: hidden;
    }
.searchBox {
    display:none;
}


    .searchToggle {
        background-color: rgba(0, 0, 0, 0);
        border: 0px;
        position: relative;
        height: 46px;
        float: right;
        font-size: 20px;
        color: #fff;
        padding: 0px 13px 0px 13px;
        /* right: -15px; */
        border-left: solid 1px #b49dd2;
        line-height: 46px;
        cursor: pointer;
        display: block;
    }

    .searchToggle:hover {
        background-color: #1c0c32;
        color: #fff;
    }







    .navbarToggle {
        background-color: rgba(0, 0, 0, 0);
        border: 0px;
        position: relative;
       height: 46px;
        float: right;
        font-size: 20px;
        color: #fff;
        padding: 0px 13px 0px 13px;
        /* right: -15px; */
        border-left: solid 1px #b49dd2;
        line-height: 46px;
        cursor: pointer;
        display: block;
    }

    .navbarToggle:hover {
        background-color: #1c0c32;
        color: #fff;
    }


        .shareToggle {
        background-color: rgba(0, 0, 0, 0);
        border: 0px;
        position: relative;
        height: 46px;
        float: right;
        font-size: 20px;
        color: #fff;
        padding: 0px 13px 0px 13px;
        /* right: -15px; */
        border-left: solid 1px #b49dd2;
        line-height: 46px;
        cursor: pointer;
        display: block;
    }

    .shareToggle:hover {
        background-color: #1c0c32;
        color: #fff;
    }


    .menuWrap .col-lg-2 {
        width: 114px;
    }


    .pre-nav {
        display: none;
    }



    #accordian {
        width: 260px;
        margin: 100px auto 0 auto;
        color: white;
    /*Some cool shadow and glow effect*/
        box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.6), 
        0 0 200px 1px rgba(255, 255, 255, 0.5);
        margin: 0px;
        overflow-y: hidden;
        overflow-x: hidden;

        z-index: 99999;
        position: fixed;
        height: 100%;
        background-color: #1c0c32;
        display: block;
        top: 0px;
        bottom: 0px;
        left: 0px;
    }

    #accordian ul {
        padding: 0px;
    }
/*heading styles*/
    #accordian h3 {
        font-size: 12px;
        line-height: 34px;
        padding: 0 10px;
        cursor: pointer;
    /*fallback for browsers not supporting gradients*/
    /*background: #003040; 
    background: linear-gradient(#003040, #002535);*/
        margin: 0px;
    }
/*heading hover effect*/
    #accordian h3:hover {
        text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
    }
/*iconfont styles*/
    #accordian h3 span {
        font-size: 16px;
        margin-right: 10px;
    }
/*list items*/
    #accordian li {
        list-style-type: none;
        border-bottom: solid 1px #333;
    }

/*#accordian li:hover {
    background-color: #461d7c;
}*/

#accordian a {
color: #fff;
text-decoration: none;
}

    #accordian li ul li {
        list-style-type: none;
        border-bottom: 0px;
    }
/*links*/
    #accordian ul ul li a {
        color: white;
        text-decoration: none;
        font-size: 11px;
        line-height: 27px;
        display: block;
        padding: 0 45px;
    /*transition for smooth hover animation*/
        transition: all 0.15s;
    }
/*hover effect on links*/
    #accordian ul ul li a:hover {
        background: #461d7c;
        border-left: 5px solid #6b9256;
    }
/*Lets hide the non active LIs by default*/
    #accordian ul ul {
        display: none;
    }

    #accordian li.active ul {
        display: block;
    }

    #navbar-wrap1 {
        display: none;
    }



    #accordian .navbar-nav > li {
        width: 100%;
    }











/*******************************/









.issueButton, .noIssueButton {
    width:100%;
    margin-top: 13px;
}




    .latestNewsList {
        display: block !Important;
    }

    .nav-pills2 {
        display: none;
    }

    #slider2 {
        display: none;
    }

    .parishContent-left li {
        width: 100%;
    }

    .parishContent-left img {
        width: 20%;
    }

    .carousel-caption p {
        font-size: 15px;
    }





    #growingCarousel1 {
        padding: 0px;
        width:100%;
    }
        #growingCarousel2 {
        padding: 0px;
        width:100%;
    
        margin-top: 40px;
}

    .item-list2 {
        padding: 0px;
    }

    .bodyWrap {
        padding-top: 93px;

        padding-top: 102px;
    }

        .bodyWrapHome {
        padding-top: 62px;
    }

    .navbar-header img {
        width: 47px;
        height: 32px;
        float: left !Important;
    }

    .navbar-header {
        height: 49px;

        margin-right: -10px;
    }






    .menuWrap {
        height: 50px;
    }





    .twitter-widget {
        display: none;
    }


    .pre-footer {
        height: auto;
    }

    .getHelp {
        padding-bottom: 38px;
    }



    .hzButtons li {
        width: 100%;
    }

    .hzButtons li:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
    }

    /*.imgRoll {
        display: none;
    }*/



    .latestNews .clearfix {
        display: none;
    }

    .latestNews h1 {
        margin-bottom: 50px;
    }








}


@media (max-width:478px) {
    .footerTop .col-md-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
    .footerTop .col-sm-6 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
}

@media (max-width:1012px) {

    .footerAddressWrap .lsuLogo img, .footerAddressWrap .coaLogo img {
    width:100px;
    }
}


@media (max-width:1144px) {
    .footerAddressWrap {
    /* width:100%; */
    /* padding-right: 0 !Important; */
    }

    .footerAddress {
    float:left;
    }

    .footerAddressWrap .lsuLogo, .footerAddressWrap .coaLogo {
    float:left;
    margin-right:20px;
    }
}





/*FILE LIST*/
        #fileList {
            padding-top: 20px;
            padding-bottom: 20px;
        }

            #fileList a {
                text-decoration: none;
                color: white;
                background-color: #53800a;
            }

            #fileList img {
                width: 60px;
                margin-right: 10px;
                /* margin-top: 20px; */
                /* margin-bottom: 20px; */
                float: left;
            }

            #fileList p img {
                width: 100px;
                margin-right: 10px;
                float: left;
            }

            #fileList .panel-title {
                text-decoration: none;
                padding: 10px 15px;
                color: #563187;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            #fileList .panel-heading:hover {
                background-color: #461d7c;
            }

            #fileList .panel-title:hover {
                color: #fff;
            }

        .panel-default > .panel-heading {
            padding: 0;
        }


                .green.btn {
            color: white;
            background-color: #53800a;
            width: 166px;
            padding: 20px;
            margin-bottom: 20px;
    }



        /*TWITTER Widget*/
        .twitter-widget ul {
margin: 0;
padding: 0;
}
.twitter-widget li {
list-style: none;
clear: both;
    float: left;
    margin-bottom: 26px;position: relative;}
.twitter-widget li img, .twitter-widget li .tweets_txt {
float: left;
margin-bottom: 10px;
}
.twitter-widget li img {
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.twitter-widget li .tweets_txt {
width: auto;
margin-left: 70px;
color: #fff;
    font-size: 12px;
}
.twitter-widget li .tweets_txt a {
color: rgb(77, 212, 82);
    position: relative !Important;
}
    

.twitter-widget li .tweets_txt span {
font-style: italic;
    color: #ABABAB;
display: block;
    margin-top: 7px;
}


#lsuagTwitter ul li a {
        position: absolute;
}

#coaTwitter ul li a {
        position: absolute;
}







/*BACK TO TOP*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 51px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(70, 29, 124, 0.8) url(http://www.lsuagcenter.com/assets/images/cd-top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  background-size: 25px 25px;
  border: solid 1px #FFF;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: rgba(70, 29, 124, 1);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
    /* border: solid 1px #FFF; */
    background-size: 40px 40px;
  }
}



