/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* 
Colours 
===================



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



/* Global
   ========================================================================== */

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #201810;
    background: #f8edcd;
}

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 */   }
h3      { font-size: 1.1em;    /* 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: 'Francois One', sans-serif;
    font-style: normal;

}

a, a:visited {
    color: #1484fd;
}

/**
 * Amimate hover on links
 */

a {
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

#banner .container, #info .container, #statement .container, 
#social .container, #sponsor-logos-wrapper .container {
    border-radius: 4px;
    background: #FFF;
}

/* Header
   ========================================================================== */

#header {
    background: #F96302;
}

.logo {
    margin-top: 10px;
}
.logo img {
    width: 110px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.logo span {
    display: block;
    float: right;
    /*margin-top: -110px;*/
    margin-top: -105px;
    /*width: 75%;*/
    width: 55%;
    font-size: 0.75em;
    color: #FFF;
}

.logo a:hover {
    text-decoration: none;
}

.header-login a {
    /*color: #FFF;*/
    /*float: right;*/
    font-size: 0.9em;
    margin-top: 10px;
    background: #FFF;
    margin-bottom: 10px;
}



/* Navigation
   ========================================================================== */

/* Navigation
   ========================================================================== */

.navbar {
    background: #1484fd;
    /*margin-bottom: 0;*/
}

.navbar-default {
    border: none;
}

.navbar .navbar-toggle,.navbar-toggle {
    border: none;
    margin-top: 4px;
    margin-bottom: 5px;
    padding: 8px 10px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #1484fd;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #FFF;
    height: 6px;
    width: 35px;
}

.navbar-nav > li > a {
    text-transform: uppercase;
    /*color: #fafafa;*/
}

.navbar-default .navbar-nav > li > a {
    color: #fafafa;
    border-bottom: 1px solid #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
    color: #1484fd;
    background: #fafafa;
}

.header-login button {
    background: #201810 none repeat scroll 0 0;
    border: 1px solid #201810;
    padding: 2px 4px;
    width: 100%;
}





/*
 * Dropdown on hover 
 */

@media (min-width:480px) {

    .dropdown:hover .dropdown-menu {
        display: block;
    }

}

/* Nav search */

.nav-search-box {
    max-width: 210px;
}

.nav-search-box {
    float: right;
    left: 18px;
    position: absolute;
    top: 8px;
}

.nav-search-box button {
    background:#1484fd;
    border: 1px solid #1484fd;
    color: #fff;
}

/*.nav-search-box button {
    background:#201810;
    border: #1E1E1E solid 1px;
    color: #fff;
}

.nav-search-box button:hover {
    background: #1E1E1E;
    border: #1E1E1E solid 1px;
    color: #FFF;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}*/

.nav-search-box input.form-control {
    border: #1E1E1E solid 1px;
    border: #1484fd solid 1px;
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.input-group .form-control {
    width: auto;
}




/* Content
   ========================================================================== */

/* Homepage Content 
------------------- */

/* Banner Section */

.carousel-control.right, .carousel-control.left {
    background:none;
}

.carousel-indicators {
    bottom: 0;
}

#banner .container, #hm-news .container, #statement .container, 
#info .container, #social .container, #sponsor-logos-wrapper .container {
    background: #FFF;
    padding-top: 15px;
    /*padding-bottom: 35px;*/
    border: #F1F9FB solid 1px;
    margin-bottom: 15px;
}

#banner h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.carousel-caption {
    background: rgba(0,0,0,0.5);
    width: 100%;
    left:0;
    right: 0;
    bottom: 0;
}

.carousel-caption p {
    color: #FFF;
    font-family: "Oswald",sans-serif;
    margin-top: 15px;
    font-weight: bold;
}

.carousel-caption p a {
    color: #FFF;
    text-decoration: none;
}

.carousel-caption p a:hover {
    text-decoration: none;
}

#carousel-rangeland {
    margin-bottom: 15px; 
}

.carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
    display: inline-block;
    font-size: 3em;
    position: absolute;
    top: 40%;
    z-index: 5;
}

.carousel-control.left {
    left: -20px;
}

.hm-journal img  {
    /*float: left;*/
    /*width: 40%;*/
    border: #ACACAC solid 1px;
}

.hm-journal .text {
    /*margin-left: 5px;*/
    /*    float: right;
        width: 60%;*/
    margin-top: 15px;
}

.hm-journal .text ul {
    margin-left: 10px;
}

.hm-journal .text li a {
    background: url("../../assets/img/list-icon.png") no-repeat scroll 0 9px;
    margin-left: 0;
    padding-left: 15px;
    display: block;
}

/* Statement section */

.objectives {

}

.objectives ul {

}

.objectives ul li {
    background: url("../../assets/img/list-icon.png") no-repeat scroll 0 9px rgba(0, 0, 0, 0);
    margin-left: 0;
    padding-left: 15px;
    margin-bottom: 15px;
}

/* Home news section */

#hm-news h3 {
    margin-top: 0;
}

#hm-news ul li {
    border-bottom: #ACACAC 1px solid;
    border-bottom: #CCC 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#hm-news ul li:last-child {
    border-bottom: none;
}

.hm-news-item {
    overflow: hidden;


}


.hm-news-item .image {
    width: 15%;
    float: left;
}

.hm-news-item .text {
    width: 82%;
    float: right;
}

.hm-news-item .text p.title {
    font-weight: bold;
    margin-bottom: 0;
}

.aims {
    margin-bottom: 15px;
}

.aims .image {
    width: 30%;
    float: left;
    margin-right: 15px;
}

.info-box {
    margin-bottom: 15px;
    padding-bottom: 20px;
}

#info .hm-news-title {
    height: 40px;
    margin-bottom: 15px;
}

#info h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.info-box img {
    float: left;
    width: 38%;
    border: #ACACAC solid 1px;
}

.info-box .text {
    float: right;
    width: 60%;
}

.info-box .text ul {
    margin-left: 10px;
}

.info-box .text li a {
    background: url("../../assets/img/list-icon.png") no-repeat scroll 0 9px;
    margin-left: 0;
    padding-left: 15px;
    display: block;
}

.ad {
    margin-bottom: 15px;
}

/* Social Section */

#social .container {
    /*    background: #f96302;
        color: #FFF;*/
}
/* Page Content
--------------- */
#page .container {
    background: #FFF;
    padding-bottom: 50px;
    padding-top: 30px;
}


#page input[type=text],
#page input[type=url],
#page input[type=tel],
#page input[type=number],
#page input[type=color],
#page input[type=password],
#page 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;

}
#page input[type=text]:hover,
#page input[type=url]:hover,
#page input[type=tel]:hover,
#page input[type=number]:hover,
#page input[type=color]:hover,
#page 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);

}
#page input[type=submit],
#page input[type=button] {
    -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: #000;
    color: #FFF;
    /*border: 1px solid #ccc;*/
}

#page input[type=submit]:hover,
#page input[type=button]:hover {
    background: #000;
}


/* People Single */

.people-single {

}

.people-single .image {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.people-single .text {
    width: 100%;
}




/* Sidebar
   ========================================================================== */

/* Hompage Sidebar
------------------ */


/*.hm-latest-news {
    margin-top: 5px;
    border-radius: 4px;
    padding: 10px 15px;
    overflow: hidden;
    margin-bottom: 15px;

}


.hm-news-title {
    color: #2e2e2e;
    text-transform: uppercase;
    font-weight: bold;
}

.hm-latest-news span {
    display: block;
    color: #333d47;
}

.hm-latest-news span:hover {
    text-decoration: none;
}

.hm-latest-news ul li {
    margin-bottom: 15px;
}

.hm-latest-news a.grey-link {
    color: #333d47;
    text-decoration: underline;
}

ul.news-list li span.e-news-date {
    color: #333d47;
}*/


.hm-side-btns a {
    background: #f8f8f8;
    border: #f8f8f8 solid 1px;
    font-weight: light;
    color: #333;
    padding-bottom: 8px;
    padding-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: normal;
    color: #2e2e2e;
    text-align: center;
}

.btns-1, .btns-2 {
    margin-top: 5px;
}


.hm-side-btns a:hover {
    background: #6e747b;
    color: #FFF;
}




/* Page Sidebar 
-------------------------- */
/* Side nav */



/* user content */

.main h1 {
    margin-top: 0;
}

span.news-date {
    color: #ccc;
    font-style: italic;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0.9em;
    margin-top: -5px;
}



/* Page Content
--------------- */

table {
    margin-bottom: 20px;
    width: 100%;
}

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: medium none;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

/* People */

.staffrow {
    border-bottom: #EFEFEF solid 1px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.staffrow IMG {
    border: #EFEFEF solid 1px;
}

.staff-info {
    overflow: hidden;
}

.staff-info h2 {
    margin-top: 0;
}

.staff-info h2 a {
    color: #201810;
}

/* News */

.news-list-item {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: #EFEFEF 1px solid;

}

.news-list-item .image {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.news-list-item .text {
    float: left;
    width: 100%;
}

.news-list-item .text span {
    font-style: italic;
    color: #CCC;
    font-size: 0.9em;
    display: block;
}

.news-list-item .text h3 {
    color: #333;
    margin-top: 0;
}

.news-list-item .text h3 a {
    color: #333;
}



/* Footer
   ========================================================================== */




/* 
 * Sticky footer styles
 */


/*html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}*/

.footer {
    color: #FAFAFA;
    background-color: #201810;
}

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

.footer a {
    color: #FAFAFA;
}

.footer-links {
    margin-bottom: 10px;
    text-align: left;
}




.topfooter {
    padding-bottom: 20px;
}

.topfooter i.fa {
    padding-right: 0.5em;
    padding-top: 0.25em;
}

.footer-box {
    margin-bottom: 30px;
    font-size: 0.85em;
}

.footer-box h3 {
    margin-top: 0;
}

.footer-box ul li {
    margin-bottom: 5px;
}

.footer-box ul li a {
    display: inline-flex;
}

.footer-box ul li a:hover, .footer-box ul li a:focus {
    text-decoration: none;
    color: #E34539;
}

.hm-sitemap h3 {
    margin-bottom: 15px;
    /*color: #FFF;*/
}


.hm-sitemap h3 a:hover {
    color: #E34539;
    text-decoration: none;
}

.footer-social {
    font-size: 1.5em;
}

/*.contact-details ul li {
    margin-bottom: 5px;
}

.contact-details i.fa {
    margin-right: 10px;
}



.contact-details span {
    font-weight: bold;
}*/


.subfooter {
    border-top: #444 solid 1px;
    padding-top: 1em;
    font-size: 0.85em;

}

.subfooter a:hover {
    color: #E34539;
    text-decoration: none;
}


.instagram {
    max-width: 290px;
    margin-top: 20px;
    height: auto;
}







/* Responsive
   ========================================================================== */

@media (min-width: 768px) {

    .container {
        width: 750px;
    }

    /* Header
       ======================================================================== */

    #utility  {
        background: #FFF;
        background: #1484fd;
        background: #000;
    }

    #utility ul {
        /*float: right;*/
        margin-top: 10px;
    }

    ul.toplist-1 {
        float: left;
    }

    ul.toplist-1 li a {
        color: #fff;
    }

    ul.toplist-1 li a:hover,  ul.toplist-1 li a:focus {
        /*text-decoration: underline;*/
        color: #e34539;
    }

    ul.toplist-2 {
        float: right;
    }

    #header {
        background-image: url(../../assets/img/bg-header5.png);
        background-color: #e35c04;
        background-position: center -20px;
    }



    #header input.form-control {
        /*height: 30px;*/
        padding: 3px 12px;
    }

    #header .input-group-btn button {
        padding: 6px 12px;
    }

    .top-container {
        position: relative;
    }

    .logo {
        width: 650px;
        margin-top: 10px;
    }

    .logo img {
        width: 135px;
        /*width: 190px;*/
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .logo span {
        float: right;
        margin-top: -65px;
    }

    .logo span {

        width: 75%;
        font-size: 1em;
    }



    .header-login {
        clear: both;
        float: right;
        margin-top: -240px;
    }

    .header-login button {
        padding: 4px 4px;
        background: #201810;
        border: #201810 solid 1px;
        width: 50px;
    }


    .header-login input.form-control {
        background: #F8EDCD;
        border-color: #F8EDCD;
        height: 30px;
    }

    /*    .utility-nav-box {
            bottom: 55px;
            position: absolute;
            right: 0;
        }*/

    .utility-nav-box {
        /*bottom: 109px;*/
        /*        bottom: 159px;
                bottom: 170px;
                position: absolute;*/
        right: 0;
    }
    .utility-nav-box ul li a {
        border-right: 1px solid #fff;
        color: #fff;
        font-size: 0.9em;
        padding-right: 15px;
    }

    .utility-nav-box ul li a:hover, .utility-nav-box ul li a:focus {
        color: #E35C04;
        text-decoration: none;
    }

    ul.toplist-1 li a:hover,  ul.toplist-1 li a:focus {
        text-decoration: underline;
        color: #e34539;
    }

    .utility-nav-box ul li a i.fa {
        font-size: 1.2em;
    }

    .utility-nav-box ul li a.last {
        border-right: none;
    }

    .utility-nav-box ul li a i.fa:hover {
        color: #e34539;
    }

    .utility-nav-box ul li a:hover {
        color: #e34539;
    }




    /* Navigation
      ========================================================================= */
    .navbar-default {
        background: #1484fd;
    }
    .navbar-header {
        float: none;
    }

    .navbar-nav > li > a {
        text-transform: uppercase;
        font-size: 0.75em;
        padding-left: 8px;
        padding-right: 8px;
        border-right: #fafafa solid 1px;
        border-right: #3e99fc solid 1px;
        border-bottom: none;

    }

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

    .navbar-default .navbar-nav > li > a {
        color: #fafafa;
        border-bottom: none;

    }

    .navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
        color: #1484fd;
        background: #fafafa;
    }


    .nav-search-box {
        position: relative;
        float: right;
        margin-top: -120px;
        margin-right: 39px;
    }

    .nav-search-box input.form-control {
        border: #F8EDCD solid 1px;
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
        background: #F8EDCD;
    }

    .nav-search-box button {
        background:#201810;
        border: #1E1E1E solid 1px;
        color: #fff;
    }

    .nav-search-box button:hover {
        background: #1E1E1E;
        border: #1E1E1E solid 1px;
        color: #FFF;
        -o-transition:.5s;
        -ms-transition:.5s;
        -moz-transition:.5s;
        -webkit-transition:.5s;
        transition:.5s;
    }

    .dropdown-menu  {
        background: #1484fd;
    }

    .dropdown-menu li a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fafafa;
        font-size: 1.1em;
        font-size: 0.8em;
        text-transform: uppercase;
    }

    .dropdown-menu li a:hover, .dropdown-menu li a:focus {
        color: #201810;

    }

    /* Content
        ======================================================================= */


    /* Homepage Content 
    ------------------- */

    #info h3 {
        height: 40px;
        margin-bottom: 15px;
        margin-top: 0;
    }

    /* Social */

    .fb-box {
        overflow: hidden;
    }

    fb-page, 
    .fb-page span, 
    .fb-page span iframe[style] { 
        max-width: 100% !important; 
    }


    /* Page Content
    --------------- */

    /* People list */


    /* People Single */

    .people-single {

    }

    .people-single .image {
        width: 25%;
        clear: none;
        overflow: visible;
    }

    .people-single .image img {
        border:#EFEFEF solid 1px;
    }

    .people-single .text {
        /*overflow: hidden;*/
    }

    /* News */

    .news-list-item {
        width: 100%;
        padding-bottom: 30px;
        margin-bottom: 20px;
        border-bottom: #EFEFEF 1px solid;

    }

    .news-list-item .image {
        float: left;
        width: 12%;
    }

    .news-list-item .text {
        float: left;
        width: 88%;
    }

    /*    .news-list-item .text h3 {
            color: #333;
            margin-top: 0;
        }
    
        .news-list-item .text h3 a {
            color: #333;
        }*/



    /* Sidebar
       ======================================================================== */

    /* Hompage Sidebar
    ------------------ */



    /* Page Sidebar 
    -------------------------- */
    /* Side nav */


    .nav-panel {
        background: #1484fd;
        margin-top: 70px;
    }

    ul#subnav {
        /*margin-top: 70px;*/
        padding: 1em;
    }

    ul#subnav li {
        margin-bottom: 10px;
    }

    ul#subnav li a {
        color: #333;
        color: #FFF;
        display: inline-block;
        font-size: 0.85em;
        line-height: 1.5;
        text-transform: uppercase;
    }

    ul#subnav li a.on {
        padding-left: 20px;
    }

    ul#subnav li a.on:before {
        position: absolute;
        font-family: 'FontAwesome';
        /*top: 0;*/
        left: 34px;
        content: "\f0da";
        color: #e35c04;
        color: #FFF;
        font-size: 1.2em;   
    }
    /* Links panel */

    .links ul {
        padding: 1em;
        border: #1484fd solid 2px;        
        list-style-type: none;
    }

    .links ul ul {
        border: none;
    }
    
    .links ul li {
        margin-bottom: 10px;
    }

    .links ul li a {
        text-transform: uppercase;
        font-size: 0.9em;
    }

    .links ul li a div {
        overflow: hidden;
        padding-left: 10px;
    }

    .links ul i.fa {
        margin-right: 5px;
        display: inline-block;
        float: left;
        /*margin-top: 5px;*/
        font-size: 1.2em;
    }


    /* Footer
       ======================================================================== */

    .footer-links {
        text-align: right;
    }

    .footer-box {
        margin-bottom: 0;
    }


}


@media (min-width: 992px) {

    .container {
        width: 970px;
    }

    /* Header
       ======================================================================== */


    #utility ul {
        /*float: none;*/
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .header-login {
        /*        margin-top: -313px;
                margin-top: -309px;*/
        margin-top: -275px;
        margin-right: 150px;
    }


    .header-login  input {
        width: 100px;
    }

    .header-login .form-inline .form-control {
        width: 100px;
    }


    .header-login input.form-control {
        height: 23px;
    }

    header-login button {
        padding: 2px 4px;
    }

    .header-login button:hover, .header-login button:focus {
        background: #e34539;
        color: #333;
        border: #e34539 solid  1px;
    }



    /* Navigation
       ======================================================================== */
    .navbar-nav > li > a {
        font-size: 1em;
        padding-left: 10px;
        padding-right: 10px;

        padding-left: 10px;
        padding-right: 10px;
    }

    .dropdown-menu li a {
        font-size: 1.1em;
    }

    .nav-search-box {
        float: right;
        margin-right: 30px;
        margin-top: -70px;
        position: relative;
    }

    /* Content
        ======================================================================= */


    /* Homepage Content 
    ------------------- */

    .hm-side-btns a {
        margin-bottom: 20px;
    }

    .hm-side-btns a span {
        position: relative;
        min-height: 210px;
        display: block;

    }

    .hm-side-btns a img {
        bottom: 10px;
        position: absolute;
        max-width: 100%;
        height: auto;
    }


    /* Page Content
    --------------- */






    /* Sidebar
       ======================================================================== */

    /* Hompage Sidebar
    ------------------ */




    /* Page Sidebar 
    -------------------------- */
    /* Side nav */





    /* Footer
       ======================================================================== */





}


@media (min-width: 1200px) {

    .container {
        width: 1170px;
    }

    /* Header
       ======================================================================== */

    .header-login .form-inline .form-control {
        width: auto;
    }

    /* Navigation
       ======================================================================== */


    /* Content
        ======================================================================= */


    /* Homepage Content 
    ------------------- */

    .hm-side-btns a {
        min-height: 60px;
        position: relative;
        max-height: 60px;
        margin-bottom:0;
    }

    /*    .fb-box {
            max-height: 550px;
            overflow: hidden;
        }*/


    /* Page Content
    --------------- */






    /* Sidebar
       ======================================================================== */

    /* Hompage Sidebar
    ------------------ */

    .hm-journal img {
        /*width: 85px !important;*/
        height: auto;
    }


    /* Page Sidebar 
    -------------------------- */
    /* Side nav */





    /* Footer
       ======================================================================== */






}