
body, input, textarea, select, option {
    font-size:14px;
}
.hentry{
 padding-left:50px;
 padding-right:50px; 
}


.resources, .projects {
    padding: 30px 50px;
}
a.social-link{
    display: block;
    text-decoration: none;
    text-align: left;
    padding: 20px 10px;
    position: relative;
    margin-bottom: 10px;
    background: none;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    overflow: hidden;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
}
.title h1{
    max-width: 960px;
    margin: auto;
    font-size: 50px;

}

.text-left-section-wide div {
    font-size: 14px !important; 
}

.resource-text{
    font-size: 14px !important;
}

.progress-pic {
    padding: 10px;
    background: #e5e5e5;
}

/* WP Page Navi */
.wp-pagenavi .pages, 
.wp-pagenavi .page.larger, 
.wp-pagenavi .page.smaller,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last{
    border: 1px solid #21a850;
    padding: 12px 24px 10px;
    margin: 0 5px 0 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 9;
    text-align: center;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
}

.wp-pagenavi .pages:after, 
.wp-pagenavi .page.larger:after,
.wp-pagenavi .page.smaller:after,
.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .nextpostslink:after,
.wp-pagenavi .extend:after,
.wp-pagenavi .first:after,
.wp-pagenavi .last:after{
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 5px;
    background: #21a850;
    opacity: 0.2;
    z-index: -1;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
}

.wp-pagenavi .current {
    border: 1px solid #21a850;
    padding: 12px 24px 10px;
    margin: 0 5px 0 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 9;
    text-align: center;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
}

.wp-pagenavi .pages:hover:after, 
.wp-pagenavi .page.larger:hover:after,
.wp-pagenavi .page.smaller:hover:after,
.wp-pagenavi .previouspostslink::hover:after,
.wp-pagenavi .nextpostslink:hover:after,
.wp-pagenavi .extend:hover:after,
.wp-pagenavi .first:hover:after,
.wp-pagenavi .last:hover:after{
    opacity: 1;
    top: 0px;
    left: 0px;
}
.wp-pagenavi .pages:hover, 
.wp-pagenavi .page.larger:hover,
.wp-pagenavi .page.smaller:hover,
.wp-pagenavi .previouspostslink::hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .extend:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
    color: #fff;
}

.mobile-listing {
    display:none;
}
/*- -*/
/*- FILTER OPTIONS -*/
ul#filterOptions {
    width: 100%;
    height: 52px;
    margin: 30px 0;
    overflow: hidden;
    list-style: none;
    text-align: center;
}
ul#filterOptions li { height: 52px; margin-right: 2px;  display:inline-block;}
ul#filterOptions li a {
    height: 50px;
    padding: 0 10px;
    border: 1px solid #999;
    background: #cfcfcf;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    text-decoration: none;
    display: block;
}
ul#filterOptions li a:hover { background: #c9c9c9; }
ul#filterOptions li.active a { background: #999; }
/*- -*/
/*- OUR DATA HOLDER -*/
#ourHolder { width: 960px; min-height: 1250px; overflow: hidden; }
#ourHolder div.item {
    width: 180px;
    height: 310px;
    padding: 0 5px;
    float: left;
    text-align: center;
}
#ourHolder div.item h3 { margin-top: 10px; font-size: 14px; line-height: 20px; }

.dream h3 {

    font-size: 24px;

}

.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1049;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: none;
    cursor: zoom-out;
}    

.col6 {
    width: 30%;
    margin: 5px 0.5%;
}
.col7 {
    width: 60%;
    margin: 5px 0.5%;
    text-align: left;
}

[role="button"] {
    cursor: pointer;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal { 
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;

}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
    overflow-y: scroll;
    max-height: 400px;  
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin-top: 200px;
        margin-left: auto;
        margin-right:auto;    
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
        margin: 80px auto;

    }
}
[role="button"] {
    cursor: pointer;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}
.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #ffffff;
}
.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}
.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}
.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}
.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}
.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}



span.county-updates{

}
span.county-updates a {
    display:inline;
    border: 1px solid #21a850;
    padding: 6px 12px 5px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 9;
    text-align: center;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear; 
}

.text-left-section-wide div{
    padding: 20px 20% 20px 0;
    background: center right no-repeat;
    background-size: contain;
    text-align: justify;
}

.impact {
    background: #333;
    text-align: justify;
    padding: 50px 0;
    color: #fff;
    overflow: hidden;
}
.impact h3 {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 48px;
    font-weight: normal;
}
.impact h2{
    text-align: left;
}
.impact p {
    float: left;
    width: 100%;
    margin-left: 0%;
    padding-top: 20px;
    text-align: justify;
}
.impact ul {
    list-style: none;
}

.impact .maxwidth2{
    display:block;
    height:auto;
    font-size:14px;
    position:relative;

}

.cta {
    font-size: 14px;
}

.project-columns {
    max-width:960px;
    margin:auto;
}
.ui-widget-header {
    border: none;
    background: none;
    color: #333333;
    font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: none;
    font-weight: normal;
    color: #21a850;

}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #21a850;
    text-decoration: none;
}
.ui-tabs-vertical { width: 100%; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em 1% .2em 1%; float: left; width: 35%; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    position: relative;
    border: 1px solid #333;
    height: 70px;
    text-decoration: none;
    padding: 15px;
    margin: 5px;
    width:100%;
    overflow: hidden;
}

.sector-tab:after {
    content: " ";
    display: block;
    background: #ccc 110% 110% no-repeat;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 5px;
    top: 5px;
    z-index: -1;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
}
.ui-tabs-vertical .ui-tabs-nav li a:hover{
    border-color: #cc4b4c;
    background: #cc4b4c;
    color:#ffffff;
}

.ui-tabs-vertical .ui-tabs-nav li a:after {
    content: " ";
    display: block;
    background: #ccc 110% 110% no-repeat;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 5px;
    top: 5px;
    z-index: -1;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}

.ui-tabs-vertical .ui-tabs-panel {
    padding: 1%;
    float: right;
    width: 63%;
}

.insector{width:100%;}
.insector a.toptitle {
    display: block;
    text-decoration: none;
    padding: 10px 10px;
    position: relative;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    overflow: hidden;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
}

.insector a{
    display: inline;
    text-decoration: underline;
    padding: 0px;
    position: relative;
    margin-bottom: 0px ;
    background-color: #fff;
    box-shadow: 0;
    overflow: hidden;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
}
.insector h3 {
    font-size: 14px;
}
.loader{
    width:100%;
    min-height:400px;
    background-image: url('../img/loader.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

.resource h2 {
    position: relative;
    margin: 40px auto;
    z-index: 9;
    text-align: center;
}
.resource img {
    max-width: 100%;
    height: auto;
    margin-top: 0px;
    display: block;
}

article.column {
    padding-left: 50px;
}
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0px;
}


@media only screen and (max-width : 960px) {
    .title h1 {
        font-size: 30px;
    }
    article.column {
        padding-left: 0px;
    }
    .mobile-select{
        background-image: url('../img/dropdown.png');
        background-repeat: no-repeat;
        background-position: 95% 0%;   
        width: 100%;
        font-size:20px;
        color:grey;
        border: 0;
        border-radius: 4px;
        border: 2px solid #21a84f;
        height: 50px;
        -webkit-appearance: none;
    }

    .desktop-listing {
        display: none;
    }
    .mobile-listing {
        display: block;
    }
    .text-left-section-wide div{
        padding: 20px 0;
    }
    /*- OUR DATA HOLDER -*/
    #ourHolder { width: 100%; height: auto; overflow: hidden; }
    #ourHolder div.item {
        width: 100%;
        height: 300px;
        padding: 0 5px;
        float: left;
        text-align: center;
    }   
    ul#filterOptions{
        height:auto;
    }

    ul#filterOptions li { width:100%; height: 52px; margin-right: 2px; float: left; }    

    .modal-dialog {
        width: 90%;
        margin-top: 150px;
        margin-left: 5%;
        margin-right:5%;    
    }
    .modal-body {
        position: relative;
        padding: 15px;
        overflow-y: scroll;
        max-height: 300px;
    }  
    .modal-content {
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 90%;
    } 

    .col6 {
        width: 100%;
    }  

    .col7 {
        width: 100%;
    }     
}