/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............
 * FONT-FACE...........
 * GLOBAL..............
 * HEADER..............
 * NAVIGATION..........
 * CONTENT.............
 * SIDEBAR.............
 * FOOTER..............
 * RESPONSIVE..........
 */

/* Colours 
# Dark Grey (text):#333
# Dark Blue ():#09357c
# Lighter Blue ():#aeb1d2
# Lightest Blue (grey) ():#aeb1d2
# Darkest Green ():#72b11d
# Lighter Green ():#72b11d
# Lightest Green ():#72b11d
# Dark Grey ():#333
# */





/*------------------------------------*\
    $FONT-FACE
\*------------------------------------*/




/*------------------------------------*\
    $GLOBAL
\*------------------------------------*/
html {
    border-top: 3px solid #3080df;
    border-top: 3px solid #93be3e;
    border-top: 3px solid #808080;
    background: url(../../assets/img/bg-5.png) repeat;
}


body > .container {
    padding: 0 15px 0;
}
.container .copy {
    margin: 20px 0;
}

/*  */
body {
    color: #666666;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 16px;
}

h1      { font-size: 2em;       /* 2*16 = 32 */         }
h2      { font-size: 1.5em;     /* 1.5*16 = 24 */       }
h3      { font-size: 1.17em;    /* 1.17*16 = 18.72 */   }
h4      { font-size: 1em;       /* 1*16 = 16 */         }
h5      { font-size: 0.83em;    /* 0.83*16 = 13.28 */   }
h6      { font-size: 0.75em;    /* 0.75*16 = 12 */      }

h1, h2, h3, h4 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 700;
}

h1 {
    margin-top: 10px;
}

a, a:visited {
    color: #266693;
}


/* Video and embedded media responsive */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

form#search label {
    display: none !important;
}

/* Centred divs */
.col-centered{
    float: none;
    margin: 0 auto;
}

.panel , panel-default {
    /*    border: none;*/
}




/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/



.top-container {
    position: relative;
}









/*------------------------------------*\
    $HEADER
\*------------------------------------*/

.logo-phone {
    position: absolute;
    top: 6px;
}

h1.logo, div.logo {
    position: absolute;
    top: 10px;
    width: 150px;
}

.desktop-search form input#head-search {
    border-radius: 4px 0 0 4px;
    max-width: 200px;
}

.input-group-btn {
    display: block;
    font-size: 0;
    margin-left: 163px;
    position: relative;
    white-space: nowrap;
    z-index: 1000;
}

/* Search */

.desktop-search {
    position: absolute;
    right: 10px;
    top: 10px;
}


.desktop-search .btn {
    padding: 4px 12px;
    display: none;
}

.desktop-search form input#head-search {
    width: 80px;
    border-radius: 4px;
}

/*------------------------------------*\
    $NAVIGATION
\*------------------------------------*/

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    /*    background-color: #3080df;*/
    background-color: #436eac;
    height: 3px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:hover {
    background: #ffff00;
}

.nav-container {
    padding: 0;
    position: relative;
}
.navbar-default {
    background-color: #FFFFFF;
    border-color: #E7E7E7;
    border-radius: 0 0 4px 4px;
}

/*.nav li a.on {
    color:#ED9C28 !important;
}*/

.navbar-default, .navbar {
    border: none;
}

.navbar-default .navbar-brand {
    color: #777;
    font-size: 0.9em;
    padding-left: 2px;
    padding-right: 2px;
}

.navbar-brand {
    /*    display: block;*/
    margin-top: 5px;
    padding: 0;
    width: 120px;
}
.navbar-collapse {
    border-top: none;
}


/* mega Menu */

.menu-large {
    position: static !important;
}
.megamenu{
    padding: 20px 0px;
    width:100%;
}
.megamenu> li > ul {
    padding: 0;
    margin: 0;
}
.megamenu> li > ul > li {
    list-style: none;
}
.megamenu> li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}
.megamenu > li > ul > li > a.nav-child {
    text-transform: uppercase;
    font-weight: bold;
    color: #436EAC;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
}


@media (max-width: 768px) {
    .megamenu{
        margin-left: 0 ;
        margin-right: 0 ;
    }
    .megamenu> li {
        margin-bottom: 30px;
    }
    .megamenu> li:last-child {
        margin-bottom: 0;
    }
    .megamenu.dropdown-header {
        padding: 3px 15px !important;

    }




    .navbar-nav .open .dropdown-menu .dropdown-header{
        color:#fff;
    }
}

/*------------------------------------*\
    $HOMEPAGE
\*------------------------------------*/
.home-main {

}


.xs-donate {
	
}

a.btn-xs-donate {
	 background: #93be3e none repeat scroll 0 0;
    color: #ffffff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}

/* Carousel */

#myCarousel {
    margin-bottom: 2em;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;

}

.carousel-caption {
    bottom: 0;
    color: #fff;
    left: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: none;
    z-index: 10;
    background: rgba(0,0,0,0.5);
    border-radius: 0 0 4px 4px;
}

.carousel-caption h2 {
    font-size: 1.5em;
    margin-top: 0;
}

.carousel-caption p {
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.carousel-caption p a {
    color: #FFFFFF;
    text-decoration: underline;
}

.carousel-indicators {
    bottom: -5px;
}

#myCarousel img {
    border-radius: 4px;
}



.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-left: 0;
}


.home-side {

}

.home-row-2 {
    margin-top: 0;
}

.panel-default {
    border-color: #93be3e;
    border: #EFEFEF solid 1px;
}

.home-panel h3, .home-panel p , .home-panel ul {
    padding: 0 1em;
}

ul.news-list {
    padding-left: 0;
}

.home-panel p {
    padding-bottom: 1em;
}

.home-panel h3 {
    font-size: 1.1em;
}

.home-panel ul li a i.fa {
    padding-right: 1em;
}

.home-panel ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #DDD solid 1px;
}

.home-panel ul li:last-child {
    border-bottom: 0;
}

img.home-panel-img {
    margin: 0 0 10px;

}

/* tabs */


.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
    /*    background: #3080df;*/
    background: #436eac;
}
.panel.with-nav-tabs .nav-tabs{
    border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
    margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
    /*    background-color: #ddd;*/
    background-color: #93be3e;
    border-color: transparent;
    color: #FFFFFF;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}

.with-nav-tabs .panel-heading .nav-tabs li a {
    border-right: none;
    padding: 15px 17px;
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;


    font-size: 0.75em;
    padding: 15px 1px;
    padding: 15px;
}

/* Home News tab */
ul.news-list li span {
    font-style: italic;
    color: #CCCCCC;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.8em;
    display: block;
}


/*------------------------------------*\
    $PAGE
\*------------------------------------*/


.content-page {
    padding-bottom: 2em;
}

.content-page img {
    max-width: 100%;
    height: auto;
    border: #EFEFEF solid 1px;
}

/* Side nav */

.panel-default > .panel-heading {
    background-color: #436eac;
    border-color: #436eac;
    color: #FFF;
}

.side-nav-panel {
    padding: 2px;
    background-color: #436eac;
    border-radius: 0 0 4px 4px;
}

/*.nav-side h3 {
    color: #F9BA14;
    font-size: 1.2em;
    margin-top: 1em;
    margin-bottom: 1em;
}*/

.panel-heading-nav h3 {
    margin-top: 10px;
}

.panel-heading-nav h3 a {
    color: #FFF;
}

#subnav {
    margin-left: 1em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.9em;
}

#subnav li {
    margin-bottom: 0.5em;
}

#subnav li.on {
    background: #fff;
}

#subnav li.on a {
    color: #436eac;
    font-weight: bold;
    background-color: #fff;
}

#subnav li ul {
    list-style: none outside none;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-top: 0.5em;
}

#subnav li.on a {
    color: #436eac;
    font-weight: bold;
}

#subnav li ul li a {
    font-weight: normal !important;
}
/* small screen */
.nav-side .panel-body {
    padding: 0;
}

#subnav {
    background: #436eac;
    border-radius: 5px;
    padding: 5px;
    margin-left: 0;
}

#subnav li {
    background: #436eac;
    border-bottom: 1px solid #FFFFFF;
    /*    border-bottom: 10px;*/
}

#subnav li:last-child {
    border-bottom: 0;
}

#subnav li a {
    color: #FFFFFF;
    display: block;
    padding: 5px;
    padding: 5px 5px 10px;
}

#subnav li ul li {
    border-bottom: 0;
}


/* ============== */

@media (min-width: 768px) {



    /* Utility nav */

    .header-list {
        position: absolute;
        right: 7px;
        top: 49px;
    }

    .header-list li {
        display: inline;
        float: left;
    }

    .header-list li span {
        color: #666666;
    }

    .header-list li a {
        color: #666666;
        padding: 5px;
        font-size: 0.8em;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    /* side nav */

    .nav-side .panel-body {
        padding: 15px;
    }

    .side-nav-panel {
        padding: 15px;
        background-color: #fff;
    }


    #subnav {
        background: none;
        border-radius: 0;
        padding: 0;
    }

    #subnav li {
        background: none;
        border-bottom: none;
    }


    #subnav li a {
        color: #666666;
        display: block;
        padding: 0;
    }

}



/*------------------------------------*\
    $CMS CONTENT
\*------------------------------------*/


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

#search form label {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email] {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    /*width: 100%;*/
    margin-bottom: 0.75em;

}
input[type=text]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=color]:hover,
input[type=email]:hover {

    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);

}
input[type=submit] {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background: #93be3e;
    color: #FFFFFF;
}

input[type=submit]:hover {
    background: #93be3e;
    color: #666666;
}

.content-img {
    border: #EFEFEF solid 1px;
    margin-right: 10px;
    padding: 0;

}


/*------------------------------------*\
    $FOOTER
\*------------------------------------*/

#footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.top-footer {
    /*    background: #363839;*/
    background: #FFFFFF;
    /*    padding-top: 1em;*/
    padding-bottom: 1em;
    margin-top: 2em;
    border-top: #3080df solid 5px;
    border-top: #93be3e solid 3px;
}

.footer-links,.footer-links h4, .footer-links a {
    color: #FFFFFF;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.95em;
}

.footer-links {
    padding-top: 1em;
}

.footer-links i.fa {
    color: #93be3e;
}

.footer-kolling {
    margin-bottom: 2em;
    display: block;
    text-align: center;
}

.footer-rnsh {
    text-align: center;
    display: block;
}

#sub-footer {
    background: #aeb1d1;
}

#sub-footer {
    background: none repeat scroll 0 0 #282a2b;
    border-top: 1px solid #4b4c4d;
    font-size: 0.85em;
}

.footer-links .fa {
    margin-right: 0.5em;
}

.footer-box {
    /*    margin-bottom: 1em;*/
}
.footer-box p span {
    font-weight: bold;
    color: #93be3e;
    /*    font-size: 1.3em;*/
}
.copyright {
    padding-top: 1em;
    color: #FFFFFF;
    /*    width: 50%;*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.85em;
}

.sub-footer-links {


}

.sub-footer-links a {
    color: #FFFFFF !important;
}

.staff-login {
    float: right;
    margin-top: -30px;
    margin-left: 2em;
}

.staff-login a {
    font-weight: normal;
    font-size: 0.9em;
}


.btn-outlined.btn-primary {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}
.btn-outlined {
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 125px;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 125px;
}

.top-footer h4 {
    color: #3080df;
    text-transform: uppercase;
}


.top-footer i.fa{
    /*    color: #3080df;*/
    color: #93be3e;
}

.top-footer p, .top-footer ul li a {
    font-size: 0.9em;
}

.footer-map {
    margin-top: 1em;
}

.footer-box-2 {
    /*    padding-top: 2em;*/
    overflow: hidden;
}

.footer-logo {
    margin-bottom: 1em;
}

.right-sub .image {
	width: 100px;
}


/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/

@media (min-width: 320px) and (max-width:479px) {

    body {
        background: url("../../assets/img/phone-bg.png") repeat;
    }

}






@media (min-width: 768px) {

    body {
        background: url("../../assets/img/bg-header.png") repeat-x 0 13px;
    }

    .container {
        width: 750px;
    }

    .top-container {
        height: 210px;
        position: relative;
    }

    h1.logo, div.logo {
        margin-top: 0;
        position: absolute;
        top: 10px;
    }

    .header-list {
        position: absolute;
        right: 7px;
        top: 9px;
    }

    .header-list li {
        display: inline;
        float: left;
    }

    .header-list li span {
        color: #666666;
    }

    .header-list li a {
        color: #666666;
        padding: 5px;
        font-size: 0.8em;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .header-list li a.blue {
        color: #93be3e;
        font-weight: bold;
    }
    .header-list li a.here {
        color: #4279BD;
    }

    /* Social */

    .social {
        position: absolute;
        right: 15px;
        top: 169px;
        z-index: 1000;
    }

    .social-links {

    }

    .social-links li {
        display: inline;
    }

    .social-links li a {
        display: inline-block;
        color: #FFFFFF;
        font-size: 1.5em;
        margin-left:8px;
    }
    .social2 {
        position: absolute;
        top: 44px;
        right: 245px;
    }

    .social2 .social-links li a {
        color: #93be3e;
    }

    .social2 .social-links li a:hover, .social2 .social-links li a:focus {
        color: #666666;
    }

    /* Donate button */

    .donate-box {
        position: absolute;
        right: 10px;
        top: 40px;
        width: 210px;
    }

    /* Search */

    .desktop-search form input#head-search {
        border-radius: 4px 0 0 4px;
        max-width: 200px;
        max-width: 162px;
        border-right: 0;
    }

    .desktop-search .btn {
        display: block;
    }

    .input-group-btn {
        display: block;
        font-size: 0;
        margin-left: 163px;
        position: relative;
        white-space: nowrap;
        z-index: 1000;
    }

    .desktop-search {
        top: 45px;
    }

    /* Donate */

    .donate-box {
        position: absolute;
        right: 10px;
        top: 90px;
        width: 200px;
    }

    a.btn-donate {
        background: #93be3e;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 1.2em;
        color: #FFFFFF;
        font-weight: bold;

    }

    a.btn-donate:hover, a.btn-donate:focus {
        background: #93be3e;
        color: #666666;
    }

    .nav-container {
        height: auto;
        right: 0;
        top: 10px;
        padding: 0;
    }

    .navbar-nav {
        float: left;
        margin: 0;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .nav > li > a {
        display: block;
        padding: 10px;
        position: relative;
    }

    .nav-container {
        height: auto;
        position: absolute;
        right: -10px;
        top: 130px;
        padding: 0;
    }

    .navbar-default {
        background: none;
        border: medium none;
    }

    .navbar {
        border: 1px solid rgba(0, 0, 0, 0);
        margin-bottom: 20px;
        min-height: 40px;
        position: relative;
    }

    .nav > li > a {
        display: block;
        margin-top: 3px;
        padding: 10px 18px;
        position: relative;
        color: #FFFFFF;
        /*        border-right: #2e79d3 solid 2px;*/
        border-right: #3e669f solid 2px;
    }

    .nav > li > a.last {
        border-right: 0;
    }

    .navbar-default .navbar-nav > li > a {
        color: #FFFFFF;
        /*        font-size: 1.05em;*/
        /*        font-weight: normal;*/
        text-transform: uppercase;
        font-size: 0.85em;
        font-weight: bold;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.on {
        color: #FFFFFF;
        /*        background: #808080;*/
        background: #93be3e;
    }

    /* Dropdowns */
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color:#93be3e;
        color: #FFFFFF;
        border-right: #2e79d3 solid 2px;
    }

    .dropdown-menu > li > a {
        padding: 15px 20px;
    }

    .desktop-search {
        position: absolute;
        right: 10px;
        top: 83px;
    }

    .desktop-search .btn {
        padding: 4px 12px;
        background: #93be3e;
        color: #FFFFFF;
    }

    .desktop-search .btn:hover, .desktop-search .btn:focus {
        color: #666666;
    }

    .desktop-search form input#head-search {
        width: 170px;
    }
    /* Carousel */

    .carousel-caption {
        text-align: left;
        padding-left: 15px;
    }

    .carousel-inner .item img.carousel-slide {
        /*        height: 280px;
                max-width: 140%;*/
        max-width: 100%;
        height: auto;
        margin-left: 0;
    }

    /* large header area option overides - integrate */

    body {
        background: url("../../assets/img/bg-header7.png") repeat-x 0 -13px;
    }

    .desktop-search {
        top: 45px;
    }

    h1.logo, div.logo {
        /*        top: 25px;*/
        top: 15px;
        /*        width: 220px;*/
        width: 235px;
        width: 710px;
    }

    .top-container {
        height: 220px;
        margin-bottom: 2em;
    }

    .nav-container {
        top: 160px;
    }

    .desktop-search {
        /*        top: 105px;
                top: 6px;*/
    } 

    /* Tabs */

    .hm-tabs, panel-body {
        height: 313px;
        margin-bottom: 0;
        overflow: hidden;
    }

    .with-nav-tabs .panel-heading .nav-tabs li a {
        padding: 15px 1px;
    }

    /* Footer */
    .footer-map {
        margin-top: 1em;
        height: 150px;
    }

    .footer-box-3 {
        padding-top: 35px;
    }

    .footer-box-4 {
        padding-top: 40px;
    }

    .footer-kolling {
        margin-left: 20%;
        margin-bottom: 1em;
    }

    .footer-rnsh {
        margin-left: 20%;

    }

    .sub-footer-links {
        text-align: right;
    }
    .sub-footer-links a {
        margin: 0 1em;
    }

    .copyright {
        margin-top: -35px;
        text-align: left;
    }
    
    .right-sub .image {
    position: absolute;
    right: 10px;
    top: -120px;
    width: 100px;
}


}

@media (min-width: 768px) and (max-width: 991px) {

		.header-list {
		    bottom: 50px;
		    padding-left: 0;
		    position: absolute;
		    right: 344px;
		    top: auto;
		}
		
		.desktop-search {
		    top: 127px;
		}
		
		.donate-box {
		    position: absolute;
		    right: 220px;
		    top: 129px;
		    width: 80px;
		}
		
		
		
		a.btn-donate {
		    background: #93be3e none repeat scroll 0 0;
		    color: #ffffff;
		    display: inline;
		    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		    font-size: 1em;
		    font-weight: normal;
		    padding: 4px 13px !important;
		    border-radius: 4px !important;
		}

}




@media (min-width: 992px) {

    .container {
        width: 970px;
    }

    .top-container {
        margin-bottom:1.5em;
    }

    /* Social */

    .social {
        position: absolute;
        right: 50px;
        top: 169px;
        z-index: 1000;
    }

    .social-links {

    }

    .social-links li {
        display: inline;
    }

    .social-links li a {
        display: inline-block;
        color: #FFFFFF;
        font-size: 1.5em;
        margin-left:10px;
    }


    .header-list {
        position: absolute;
        right: 20px;
        /*top: 49px;*/
    }
    
    h1.logo, div.logo {
		    top: 15px;
		    width: 550px;
		}

    .nav > li > a {
        padding: 10px 30px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 0.95em;
    }   

    .carousel-inner .item img.carousel-slide {
        height: auto;
        max-width: 100%
    }

    .nav-container {
        height: auto;
        position: absolute;
        right: -10px;
    } 

    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-default {
        background:none;
        border: none;
    } 

    .nav-search {
        margin-top: 5px;
        margin-left: 105px;
    }

    .header-box {
        padding-left: 0;
        position: relative;
    }

    .mission-statement {
        font-size: 1em;
        left: 400px;
        position: absolute;
        top: 55px;
        width: 740px;
    }

    .top-container {
        margin-bottom: 2em;
    }

    .nav-container {
        height: auto;
        position: absolute;
        right: -10px;
        padding: 0;
    }

    .navbar-default {
        background: none;
        border: medium none;
    }

    .navbar {
        border: 1px solid rgba(0, 0, 0, 0);
        margin-bottom: 20px;
        min-height: 40px;
        position: relative;
    }

    .nav > li > a {
        display: block;
        margin-top: 3px;
        position: relative;
        color: #FFFFFF;
    }

    /* Homepage tabs */

    .with-nav-tabs .panel-heading .nav-tabs li a {
        border-right: medium none;
        padding: 15px 3px;
        font-size: 1em;
    }

    /* Tabs */

    .hm-tabs, panel-body {
        height: 410px;
    }


    /* Footer */

    .footer-kolling {
        float: left;
        margin-top: 0.5em;
        margin-left: 40%;
    }

    .footer-rnsh {
        margin-top: 0.5em;
        margin-left: 10px;
    }

    .copyright {
        text-align: right;
        margin-top: 50px;
    }

    .right-sub .image {
	    position: absolute;
	    right: 290px;
	    top: 30px;
	    width: 70px;
	}

}

@media (min-width: 1200px) {

    .container {
        width: 1170px;
    }
    
    .nav > li > a {
        padding: 10px 42px;
    }

    .header-list {
        right: 22px;
    }
    
    h1.logo, div.logo {
		    top: 15px;
		    width: 710px;
		}

    /* Homepage tabs */

    .with-nav-tabs .panel-heading .nav-tabs li a {
        border-right: medium none;
        padding: 15px 11px;
    }

    .hm-tabs, panel-body {
        height: 497px;
    }

    /* Footer Logos */

    .footer-logo {
        margin-bottom: 1em;
        margin-right: 120px;
        max-width: 200px;
    }

    .footer-logo-last {
        margin-right: 0;
    }


}

