/* 339870 Barnes CSS - adapted by gabrielle.hewson
====================================================================*/

/* by james.augustavo */

/* FONT EMBEDDING
====================================================================*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/* font-family: 'Montserrat', sans-serif; */

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,600,700);

/* font-family: 'Lato', sans-serif; */

/*BACK TO TOP
===================================================================*/

.back-to-top {
    /* adjust color to match branding */
    background: rgba(50, 108, 164, 0.75);
    padding: 5px 15px;
    text-decoration: none;
    color: #fff;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
    display: none;
    border-radius: 0em;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}
.ie8 .back-to-top {
    background: #326ca4;
}
.back-to-top i {
    font-size: 1.500em;
}
.back-to-top:hover {
    /* adjust color to match branding */
    background: rgba(112, 135, 65, 0.75);
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}
.ie8 .back-to-top:hover {
    background: #708741;
}

.fa {
    width: 20px;
}

nav#main div.navbar-collapse.collapse ul li ul li a span {
    font-weight: 900 !important;
}

/* BASE STYLES
====================================================================*/

html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
body {
    background: #105484 none;
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    line-height: 1.5;
    overflow-x: hidden;
}
p, li, div, td, section {
    font-family: 'Lato', sans-serif;
    font-size: medium;
    color: #666;
}
a {
    font-family: 'Lato', sans-serif;
    font-size: medium;
    outline: 0;
    color: #326ca4;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a:hover {
    text-decoration: none;
    color: #708741;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #326ca4;
    line-height: 1;
}
h4, h5, h6 {
    margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: none;
    color: #326ca4;
}
h1 a:hover, h2 a:hover h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:active, h2 a:active h3 a:active, h4 a:active, h5 a:active, h6 a:active {
    text-decoration: none;
    color: #708741;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.subpage.page-contact #content > section > article > ul.socialMedia {
    display: none;
}
.container {
    width: 100%;
    padding: 0 20px;
}
#content {
    background: #fff;
    min-height: 0;
}
#content .container {
    background: none;
    padding: 40px 20px;
}
#content .container article, #content .container aside {
    margin: 0;
    padding: 0;
}
#content .container article .rule, #content .container aside .rule {
    background: #d1d1d1 none;
    width: 100%;
    height: 1px;
    margin: 40px 0;
}
#content .container article h2 {
    margin-top: 0;
}
#content .container article h3 {
    margin: 30px 0 10px 0;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}
/* HEADER
===================================================================*/

header {
    background: #fff none;
    width: 100%;
    height: 130px;
    margin: 40px 0 0 0;
    padding: 0;
    overflow: auto;
}
header .container {
    background: none;
    height: 100%;
    text-align: center;
}
header .header-logo {
    margin: 25px 0 0 0;
    position: relative;
    z-index: 2;
}
header .header-logo img {
    width: 350px;
}

header .header-right a {
    margin: 0 0 40px 0;
}
header .header-right a {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 0 5px;
    font-size: 1em;
}

header .header-right a.facebook, header .header-right a.linkedin, header .header-right a.twitter {
    background: #fff;
    color: #708741;
    margin: 5px;
}
header .header-right a.facebook:hover, header .header-right a.facebook:active {
    background: #00549e;
    color: #fff;
}
header .header-right a.twitter:hover, header .header-right a.twitter:active {
    background: #2caae1;
    color: #fff;
}
header .header-right a.linkedin:hover, header .header-right a.linkedin:active {
    background: #007fb1;
    color: #fff;
}
/* NAVIGATION
===================================================================*/

nav#main #homeButton {
    display: none;
}
nav#main {
    background: #326ca4; /* client blue */
    height: 40px;
}
nav#main .container {
    background: none;
    padding: 0;
    text-align: left;
}
nav#main .container ul li {
    background: none;
    margin: 0;
    margin: 0;
    padding: 0;
}
nav#main .container ul li.first {
    padding-top: 0;
}
nav#main .container ul li.last {
    padding-bottom: 0;
}
nav#main .container ul li a {
    display: block;
    background: none;
    padding: 10px 15px;
    font-size: medium;
    font-weight: 600;
    color: #fff;
}
nav#main .container ul li:hover a {
    background: #2a5a89; /* darker client blue */
    color: #fff;
}
nav#main .container ul li a.selected {
    background: #2a5a89;
    color: #fff;
}
nav#main .container ul li a i {
    font-size: large;
}
nav#main .container ul li .dropdown-toggle {
    padding: 10px 30px;
    position: absolute;
    top: 0;
    right: 0;
}
nav#main .container ul li:hover .dropdown-toggle, nav#main .container ul li .dropdown-toggle:hover {
    background: none;
}
.navbar {
    min-height: 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    top: 0;
}
.navbar-nav {
    margin: 0;
}
.navbar-collapse {
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
    border: none;
}
.navbar-header, .navbar-collapse {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.navbar-header {
    height: 40px;
}
.navbar-toggle {
    float: right;
    background: #708741 !important; /* client green */
    margin: 6px 20px 0 0;
    padding: 6px;
    border-radius: 0;
    border-color: #708741 !important;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}
.navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
    background: #708741 !important;
}
.navbar-toggle-text {
    display: block;
    float: right;
    margin: 8px 8px 0 0;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.icon-bar {
    background-color: #fff !important;
}
.navbar-collapse ul {
    background: #708741;
}
.navbar-collapse ul li {
    display: block;
    margin: 0;
    padding: 15px;
}
.navbar-collapse ul li a, .navbar-collapse ul li a:hover {
    text-decoration: none;
}
nav#main .container ul li .dropdown-menu {
    background: #2a5a89;
    width: 100%;
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-color: #ADAFB2;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
}
nav#main .container ul li:hover .dropdown-menu {
    background: #8ba851; /* lighter client green */
    left: 0;
}
nav#main .container ul li .dropdown-menu li a {
    padding-left: 30px;
    font-size: 1em;
}
nav#main .container ul li:hover .dropdown-menu li a {
    background: none;
    color: #fff;
}
nav#main .container ul li:hover .dropdown-menu li a:hover {
    background: #708741;
    color: #fff;
}
nav#main .container ul li:hover .dropdown-menu li a.selected {
    background: #708741;
    color: #fff;
}
nav#main .container ul li a.selected + .dropdown-toggle {
    color: #fff;
}
/* HERO
===================================================================*/

/* set rotator overrides here */

#hero #hero1 img {
    background: url(https://fmg-websites-custom.s3.amazonaws.com/339870-barnes/images/hero1-small.jpg) no-repeat 25% 50% !important;
}
#hero #hero2 img {
    background: url(https://fmg-websites-custom.s3.amazonaws.com/339870-barnes/images/hero2-small.jpg) no-repeat 25% 50% !important;
}
#hero #hero3 img {
    background: url(https://fmg-websites-custom.s3.amazonaws.com/339870-barnes/images/hero3-small.jpg) no-repeat 25% 50% !important;
}
#hero #hero4 img {
    background: url(https://fmg-websites-custom.s3.amazonaws.com/339870-barnes/images/hero4-small.jpg) no-repeat 25% 50% !important;
}
#hero .hero {
    width: 100%;
    height: 400px;
}
#hero .backArrow, #hero .forwardArrow, #hero .container aside .wrapper p, #hero .container aside .wrapper p + p, #hero .container aside .wrapper p a, #hero .container aside .wrapper p a + a {
    display: none;
}
#hero {
    background: none;
    width: 100%;
    height: 100%;
    margin: 40px 0 0 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#hero .container {
    width: 100%;
    padding: 0;
}
#hero .container aside {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
}
#hero #scroll-down {
    position: absolute;
    top: 220px;
    left: 50%;
    margin-left: -25px;
}
#hero #scroll-down img {
    width: 50px;
    max-width: 50px;
    height: 50px;
}
#hero .container aside .wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 160px;
    left: 0;
}
#hero .container aside .wrapper h2 {
    display: inline-block;
    background: none;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    font-size: 1.500em;
    text-align: center;
    color: #fff;
}
/* HOMEPAGE
===================================================================*/

.homepage #agentPhoto, .homepage #suggested, .homepage #additional, .homepage #content .container article .rule, .homepage #content .container aside {
    display: none;
}
.homepage #content {
    margin-top: 270px;
}
.homepage #content .container {
    padding-bottom: 26px;
}
.homepage .top {
    width: 100%;
    margin: 0 0 20px 0;
}
.homepage .top .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}
.homepage .top .box {
    max-width: 380px;
    margin: 0 auto 30px;
    text-align: center;
}
.homepage .top .right {
    float: none;
}
.homepage .top .box img {
    margin-bottom: 15px;
}
.homepage .top .box a {
    background: url(https://fmg-websites-custom.s3.amazonaws.com/339870-barnes/images/blank.png) repeat;
}
.homepage .top .box a img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android     */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 8-9 */
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.homepage .top .box a:hover img, .homepage .top .box a:active img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}
.homepage .top .box a:hover ~ h2 a {
    color: #708741;
}
.homepage .top .box h2 {
    margin: 0 0 5px 0;
    font-size: large;
}
.homepage .top .box h2 a {
    font-size: large;
    text-transform: uppercase;
}
.homepage .top .box p {
    margin: 0;
    padding: 0 10px;
}
.homepage .middle {
    width: 100%;
    margin: 0 auto;
}
.homepage .middle h2 {
    font-size: x-large;
    text-align: center;
}
.homepage .middle ul {
    max-width: 400px;
    margin: 0 auto;
    list-style-type: none;
}
.homepage .middle .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
}
.homepage .middle ul li {
    width: auto;
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.homepage .middle ul li a {
    background: url(https://fmg-websites-custom.s3.amazonaws.com/339870-barnes/images/blank.png) repeat;
}
/*.homepage .middle ul li a img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.homepage .middle ul li a:hover img, .homepage .middle ul li a:active img {
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}*/

.homepage .middle ul li a h3 {
    background: rgba(50, 108, 164, 0.5);
    width: 100%;
    margin: 0 !important;
    padding: 10px;
    font-size: small;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ie8 .homepage .middle ul li a h3 {
    background: #fff;
}
.homepage .bottom {
    background: #E7F0FA;
    margin: 0 auto;
    padding: 60px 0 30px;
}
.homepage .bottom h2 {
    margin: 0 0 50px 0;
    font-size: x-large;
    text-align: center;
}
.homepage .bottom .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}
.homepage .bottom .box {
    max-width: 380px;
    margin: 0 auto 50px;
    text-align: center;
}
.homepage .bottom .box a {
    display: inline-block;
}
.homepage .bottom .right {
    float: none;
}
.homepage .bottom .box img {
    margin: 0;
}
.homepage .bottom .box a img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}
.homepage .bottom .box a:hover img, .homepage .bottom .box a:active img {
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}
.homepage .bottom .box a:hover ~ h3 a {
    color: #708741;
}
.homepage .bottom .left img, .homepage .bottom .right img {
    margin-bottom: 20px;
}
.homepage .bottom .box h3 {
    margin: 0 0 15px 0;
    font-size: large;
}
.homepage .bottom .box h3 a {
    font-size: large;
    text-transform: uppercase;
}
.homepage .bottom .box p {
    margin: 0;
    padding: 0 20px;
}
/* SUBPAGES
===================================================================*/
.subpage header div.header-logo {
    margin-top: 19px !important;
}

.subpage header header .header-right a.linkedin:hover, .subpage header .header-right a.linkedin:active, .subpage header header .header-right a.facebook:hover, .subpage header .header-right a.facebook:active, .subpage header header .header-right a.twitter:hover, .subpage header .header-right a.twitter:active {
    padding: 0 5px !important;
}

.subpage #content .container article {
    margin-bottom: 40px;
}
.subpage #content .container article h1 {
    margin: 0 0 30px 0;
    font-size: x-large;
}
.subpage #content .container article h2 {
    margin-top: 20px;
    font-size: x-large;
}
.page-blog .post {
    line-height: 1.5;
}
.page-team #teamContent .info a img {
    margin-bottom: 20px;
}
.page-team #teamContent .info a img:hover {
    opacity: 0.9;
}
.page-team #teamContent .principal .info, .page-team #teamContent .agent .info {
    float: left;
    width: 100%;
}
.page-team #teamContent .principal .info a img, .page-team #teamContent .agent .info a img {
    margin-right: 100%;
}
.page-team #teamContent .principal .info h4, .page-team #teamContent .principal .info p, .page-team #teamContent .agent .info h4, .page-team #teamContent .agent .info p {
    margin-left: 0;
}
.page-team #teamContent .principal .team-description, .page-team #teamContent .agent .team-description {
    margin-left: 0;
}
.subpage #agentContent img {
    float: none;
    margin-left: 0;
}
.page-events #eventContent .event {
    overflow: hidden;
}
.page-events #eventContent .event .description, #eventContent .description {
    float: left;
    clear: left;
    margin: 0;
}
.page-events #eventContent .event .description h3 {
    margin-top: 0;
}
.page-tools-glossary #glossaryContent p:first-child a {
    display: inline-block;
    width: 5%;
}
.page-tools-glossary #glossaryContent h3 {
    font-size: 1.250em;
}
.page-tools-glossary #glossaryContent h3 a {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    color: #326ca4;
}
.subpage #content .container article #learningContent .matter {
    width: 100%;
    margin: 0;
}
.page-contact .map-canvas {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
}
/* RESOURCES
===================================================================*/

#content .container article #matterContent .featured a img {
    float: left;
    width: 280px;
    margin: 0 0 20px 0;
}
#content .container article #matterContent .featured h2 {
    clear: left;
}
#content .container article #matterContent .featured h2 a {
    font-size: x-large;
}
#content .container article #suggested .content a:hover img, #content .container article #allVideoContent .videoContent a:hover img {
    opacity: 0.9;
}
#content .container article #suggested .content h3, .subpage #allVideoContent .videoContent h3 {
    margin-top: 0;
}
#content .container article #suggested {
    margin-bottom: 10px;
    overflow: hidden;
}
#content .container article #suggested h2 {
    margin-bottom: 20px;
    font-size: x-large;
}
#content .container article #suggested .content {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 0 30px 0;
    overflow: auto;
}
#content .container article #suggested .content a img {
    float: left;
    background-size: 100px 76px;
    width: 100px;
    height: 76px;
    margin: 0 15px 0 0;
}
#content .container article #suggested .content h3 {
    margin-bottom: 10px;
}
#content .container article #suggested .content h3 a {
    font-size: large;
}
#content .container article #suggested .content p {
    margin: 0 0 0 115px;
    font-size: medium;
}
#content .container article #additional {
    background: #f9f9f9 none;
}
#content .container article #additional .wrapper {
    padding: 20px;
    overflow: hidden;
}
#content .container article #additional .wrapper nav {
    background: none;
    width: 100%;
    margin-bottom: 20px;
}
#content .container article #additional .wrapper nav ul {
    margin: 0;
    padding: 0;
}
#content .container article #additional .wrapper nav ul li {
    display: block;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    border: none;
}
#content .container article #additional .wrapper nav ul li a {
    display: block;
    background: #326ca4;
    margin: 0 0 5px 0;
    padding: 10px 15px;
    font-size: large;
    font-weight: 600;
    color: #fff;
}
#content .container article #additional .wrapper nav ul li a:hover, #content .container article #additional .wrapper nav ul li a.selected {
    background: #708741;
    text-decoration: none;
}
#content .container article #additional .wrapper .matterContent .content {
    width: 100%;
    margin: 0 0 5px 0;
}
#content .container article #additional .wrapper .matterContent .content h4 a {
    font-size: medium;
    color: #326ca4;
}
#content .container article #additional .wrapper .matterContent .content h4 a:hover {
    color: #708741;
}
#content .container article #additional .wrapper .matterContent p {
    font-size: small;
    color: #666;
}
#content .container article #additional .wrapper .matterContent .viewAll {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
#content .container article #additional .wrapper .matterContent .viewAll a {
    display: block;
    background: #326ca4;
    margin: 0 0 0 0;
    padding: 10px 15px;
    font-size: large;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
#content .container article #additional .wrapper .matterContent .viewAll a:hover {
    background: #708741;
    color: #fff;
}
#content .container article #additional .wrapper .matterContent .viewAll a + a {
    display: none;
}
#content .container article .flagBody {
    background: #326ca4;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.750em;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#content .container article .flagBody:hover {
    background: #708741;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#content .container article #allVideoContent .videoContent {
    width: 100%;
    margin: 0;
    padding-bottom: 40px;
}
#content .container article #allVideoContent .videoContent a img {
    float: left;
    background-size: 100px 76px;
    width: 100px;
    height: 76px;
    margin: 0 20px 0 0;
}
#content .container article #allVideoContent .videoContent h3, #content .container article #allVideoContent .videoContent p {
    margin-left: 120px;
}
#content .container article #allVideoContent .videoContent p {
    margin-bottom: 0;
}
/* SIDEBAR
===================================================================*/

#content .container aside section {
    width: 100%;
    margin: 0 auto 40px;
}
#content .container aside section:last-child {
    margin-bottom: 0;
}
#content .container aside section .wrapper {
    margin: 0;
    padding: 0;
}
#content .container aside section h2 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: x-large;
}
#content .container aside section label {
    float: left;
    font-weight: 400;
    font-size: small;
}
#content .container aside section input, #content .container aside section textarea {
    width: 100%;
    max-width: 350px;
    margin: 0 0 15px 0;
}
#content .container aside section .submit {
    background: #326ca4;
    width: 100%;
    max-width: 350px;
    height: auto;
    margin: 5px 0 20px 0;
    padding: 10px 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#content .container aside section .submit:hover {
    background: #708741;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#content .container aside form p:last-child {
    margin: 0;
}
#content .container aside .blog-posts h2 a {
    font-size: x-large;
    font-weight: 300;
    text-transform: uppercase;
    color: #326ca4;
}
/* FOOTER
===================================================================*/

footer .container .socialMedia a img, footer .container aside .wrapper .contact {
    display: none;
}
footer {
    background: none;
    min-height: 0;
    margin: 0;
    padding: 0;
}
footer p, footer a, footer li, footer td {
    font-size: small;
    color: #fff;
}
footer a:hover {
    text-decoration: underline;
    color: #fff;
}
footer .container {
    padding: 40px 20px 20px;
    text-align: center;
}
footer .container .note {
    float: none;
    width: 100%;
    margin-bottom: 40px;
}
footer .container .socialMedia {
    margin: 0 0 40px 0;
}
footer .container .socialMedia a {
    display: inline-block;
    background: #fff;
    width: 25px;
    height: 25px;
    padding: 1px 0 0 0;
    font-size: 1em;
    color: #326ca4;
}
footer .container .socialMedia .facebook:hover, footer .container .socialMedia .facebook:active {
    background: #00549e;
    color: #fff;
}
footer .container .socialMedia .twitter:hover, footer .container .socialMedia .twitter:active {
    background: #2caae1;
    color: #fff;
}
footer .container .socialMedia .linkedIn:hover, footer .container .socialMedia .linkedIn:active {
    background: #007fb1;
    color: #fff;
}
footer .container aside {
    width: 100%;
    margin: 0;
}
footer .container aside .wrapper {
    padding: 0;
}
footer .container aside .wrapper .quickLinks h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: medium;
    font-weight: 400;
}
footer .container aside .wrapper .quickLinks {
    width: 100%;
    margin: 0;
}
/* CUSTOMIZED PAGES
===================================================================*/

/* RESPONSIVE
===================================================================*/

@media (min-width: 400px) {
    /* Small devices - phones */
    /* BASE STYLES
    ===================================================================*/
    .container {
        width: 100%;
    }
    /* HEADER
    ===================================================================*/
    /* NAVIGATION
    ===================================================================*/
    /* HERO
    ===================================================================*/
    /* HOMEPAGE
    ===================================================================*/
    /* SUBPAGES
    ===================================================================*/
    .page-team #teamContent .agent .info {
        margin-bottom: 20px;
    }
    .page-team #teamContent .agent .info a img {
        margin-right: 20px;
        margin-bottom: 0;
    }
    /* RESOURCES
    ===================================================================*/
    #content .container article #matterContent .featured a img {
        width: 300px;
    }
    /* SIDEBAR
    ===================================================================*/
    /* FOOTER
    ===================================================================*/
    /* CUSTOMIZED PAGES
    ===================================================================*/
}
@media (min-width: 480px) {
    /* Small devices - phones */
    /* BASE STYLES
    ===================================================================*/
    .container {
        width: 100%;
    }
    /* HEADER
    ===================================================================*/
    /* NAVIGATION
    ===================================================================*/
    /* HERO
    ===================================================================*/
    /* HOMEPAGE
    ===================================================================*/
    /* SUBPAGES
    ===================================================================*/
    .subpage #agentContent img {
        float: right;
        margin-left: 30px;
    }
    .page-team #teamContent .principal .info {
        margin-bottom: 20px;
    }
    .page-team #teamContent .principal .info a img {
        margin-right: 20px;
        margin-bottom: 0;
    }
    .page-tools-glossary #glossaryContent p:first-child a {
        display: inline-block;
        width: 2%;
    }
    .ie8 .page-tools-glossary #glossaryContent p:first-child a {
        display: inline;
        zoom: 1;
    }
    .page-events #eventContent .event .description, #eventContent .description {
        float: none;
        clear: none;
        margin: 0 0 0 180px;
    }
    /* RESOURCES
    ===================================================================*/
    /* SIDEBAR
    ===================================================================*/
    /* FOOTER
    ===================================================================*/
    /* CUSTOMIZED PAGES
    ===================================================================*/
}
@media (min-width: 600px) {
    /* Small devices - small tablets */
    /* BASE STYLES
    ===================================================================*/
    .container {
        width: 100%;
    }
    /* HEADER
    ===================================================================*/
    /* NAVIGATION
    ===================================================================*/
    /* HERO
    ===================================================================*/
    /* HOMEPAGE
    ===================================================================*/
    /* SUBPAGES
    ===================================================================*/
    /* RESOURCES
    ===================================================================*/
    #content .container article #matterContent .featured a img {
        float: left;
        margin: 0 15px 20px 0;
    }
    #content .container article #matterContent .featured h2 {
        clear: none;
    }
    #content .container article #additional {
        background: #f9f9f9 none;
        max-width: 750px;
    }
    #content .container article #additional .wrapper {
        padding: 0;
    }
    #content .container article #additional .wrapper nav {
        background: #fff;
        margin: 0;
    }
    #content .container article #additional .wrapper nav ul li {
        display: inline;
        text-align: center;
    }
    #content .container article #additional .wrapper nav ul li a {
        display: inline-block;
        background: none;
        width: 25%;
        margin: 0 -3px 0 0;
        padding: 18px 14px 12px;
        font-size: 0.750em;
        color: #326ca4;
    }
    #content .container article #additional .wrapper nav ul li a:hover, #content .container article #additional .wrapper nav ul li a.selected {
        background: #f9f9f9;
    }
    #content .container article #additional .wrapper .matterContent {
        padding: 20px;
        overflow: auto;
    }
    #content .container article #additional .wrapper .matterContent .content h4 {
        margin-top: 5px;
    }
    #content .container article #additional .wrapper .matterContent .viewAll {
        width: auto;
    }
    /* SIDEBAR
    ===================================================================*/
    /* FOOTER
    ===================================================================*/
    /* CUSTOMIZED PAGES
    ===================================================================*/
}
@media (min-width: 700px) {
    /* Small devices - phones */
    /* BASE STYLES
    ===================================================================*/
    .container {
        width: 100%;
    }
    /* HEADER
    ===================================================================*/
    /* NAVIGATION
    ===================================================================*/
    /* HERO
    ===================================================================*/
    #hero .container aside {
        width: 680px;
    }
    /* HOMEPAGE
    ===================================================================*/
    /* SUBPAGES
    ===================================================================*/
    .page-team #teamContent .principal .info {
        float: none;
        margin-bottom: 0;
    }
    .page-team #teamContent .principal .info h4, .page-team #teamContent .principal .info p, .page-team #teamContent .principal .team-description {
        margin-left: 220px;
    }
    .page-team #teamContent .agent .info {
        width: 300px;
        margin-bottom: 0;
    }
    .page-team #teamContent .agent .info h4, .page-team #teamContent .agent .info p {
        margin-left: 160px;
    }
    .page-team #teamContent .agent .team-description {
        margin-left: 320px;
    }
    /* RESOURCES
    ===================================================================*/
    #content .container article #suggested {
        margin-bottom: 40px;
    }
    #content .container article #suggested h2 {
        margin-bottom: 20px;
    }
    #content .container article #suggested .content {
        float: left;
        width: 190px;
        margin: 0 0 0 30px;
        padding: 0;
        text-align: center;
        overflow: auto;
    }
    #content .container article #suggested .left {
        margin: 0;
    }
    #content .container article #suggested .content a img {
        float: none;
        background-size: 190px 145px;
        width: 190px;
        height: 145px;
        margin: 0 0 10px 0;
    }
    #content .container article #suggested .content h3 {
        margin-bottom: 10px;
        text-align: left;
    }
    #content .container article #suggested .content h3 a {
        font-size: medium;
    }
    #content .container article #suggested .content p {
        margin: 0;
        text-align: left;
    }
    #content .container article #additional .wrapper .matterContent .content {
        float: left;
        width: 50%;
        padding-left: 30px;
    }
    #content .container article #additional .wrapper .matterContent .left {
        padding-left: 0;
    }
    #content .container article #allVideoContent .videoContent a img {
        background-size: 190px 145px;
        width: 190px;
        height: 145px;
    }
    /* SIDEBAR
    ===================================================================*/
    #content .container aside .rule {
        display: none;
    }
    #content .container aside section {
        float: left;
        width: 50%;
        max-width: 375px;
    }
    #content .container aside section:nth-child(2) {
        padding-left: 0;
        padding-right: 20px;
    }
    #content .container aside section:nth-child(4) {
        padding-left: 20px;
        padding-right: 0;
    }
    /* FOOTER
    ===================================================================*/
    /* CUSTOMIZED PAGES
    ===================================================================*/
}
@media (min-width: 768px) {
    /* Small devices - tablets */
    /* BASE STYLES
    ===================================================================*/
    body {
        min-width: 750px;
    }
    .container {
        width: 100%;
    }
    #content .container {
        padding-left: 0;
        padding-right: 0;
    }
    /* HEADER
    ===================================================================*/
    header {
        height: 162px;
    }
    header .header-logo img {
        width: 750px;
    }
    /* NAVIGATION
    ===================================================================*/
    nav#main .container {
        width: 100%;
    }
    /* HERO
    ===================================================================*/
    #hero #hero1 img {
        background: url(https://fmg-websites-custom.s3.amazonaws.com/339870-barnes/images/hero1.jpg) no-repeat 30% 40% !important;
    }
    #hero #hero2 img {
        background: url(https://fmg-websites-custom.s3.amazonaws.com/339870-barnes/images/hero2.jpg) no-repeat 30% 40% !important;
    }
    #hero #hero3 img {
        background: url(https://fmg-websites-custom.s3.amazonaws.com/339870-barnes/images/hero3.jpg) no-repeat 30% 40% !important;
    }
    #hero #hero4 img {
        background: url(https://fmg-websites-custom.s3.amazonaws.com/339870-barnes/images/hero4.jpg) no-repeat 30% 40% !important;
    }
    #hero .hero {
        height: 600px;
    }
    #hero #scroll-down {
        top: 400px;
    }
    #hero .container aside .wrapper {
        top: 174px; /* 240px; */
    }
    #hero .container aside .wrapper h2 {
        margin: 0 0 15px 0;
        font-size: 2.500em;
    }
    #hero .container aside .wrapper p {
        display: block;
        padding: 0 20px;
        font-size: 1.250em;
        text-align: center;
        color: #fff;
    }

    /* HOMEPAGE
    ===================================================================*/
    .homepage #content {
        margin-top: 430px;
    }
    .homepage .top .col-xs-12, .homepage .bottom .col-xs-12 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .homepage .middle ul {
        max-width: 600px;
    }
    .homepage .bottom .container {
        padding-left: 0;
        padding-right: 0;
    }
    /* SUBPAGES
    ===================================================================*/
    .page-contact .map-canvas {
        float: right;
        width: 60%;
        margin: 0 0 30px 30px;
    }
    /* RESOURCES
    ===================================================================*/
    #content .container article #allVideoContent .videoContent {
        width: 190px;
        margin: 0 0 0 30px;
        padding-bottom: 20px;
    }
    #content .container article #allVideoContent .left {
        margin: 0;
    }
    #content .container article #allVideoContent .videoContent a img {
        float: none;
        margin: 0 0 10px 0;
    }
    #content .container article #allVideoContent .videoContent h3, #content .container article #allVideoContent .videoContent p {
        margin-left: 0;
    }
    #content .container article #allVideoContent .videoContent p {
        margin-bottom: 15px;
    }
    /* SIDEBAR
    ===================================================================*/
    /* FOOTER
    ===================================================================*/
    footer .container .note {
        float: left;
        width: 70%;
        margin: 0 0 20px 0;
        text-align: left;
    }
    footer .container .socialMedia {
        float: left;
        clear: left;
        margin: 0;
    }
    footer .container aside {
        width: 30%;
        margin: 0 0 0 70%;
        padding: 0 0 0 10%;
        text-align: left;
    }
    /* CUSTOMIZED PAGES
    ===================================================================*/
}
@media (min-width: 992px) {
    /* Medium devices - desktops */
    /* BASE STYLES
    ===================================================================*/
    body {
        min-width: 970px;
    }
    .container {
        width: 970px;
    }
    #content .container {
        padding-left: 0;
        padding-right: 0;
    }
    /* HEADER
    ===================================================================*/
    header {
        background: none;
        height: 180px;
        margin: 0;
    }
    header .container {
        padding-left: 0;
        padding-right: 0;
        z-index: 999;
    }
    .homepage header .header-logo {
        margin: 40px 0 0 0;
    }
    /* NAVIGATION
    ===================================================================*/
    .navbar-toggle-text {
        display: none;
    }
    .navbar-fixed-top {
        position: relative;
    }
    nav#main .container ul li a + a {
        display: none;
    }
    nav#main {
        background: none;
        width: 970px;
        margin: 0 auto;
    }
    nav#main .container {
        background: none;
        width: 970px;
        height: 65px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        border-top: solid 1px #708741; /* client green */
        border-bottom: solid 1px #708741;
    }
    nav#main .container ul li, nav#main .container ul li.last {
        margin: 0;
        padding: 0 0 20px 0;
    }
    nav#main .container ul li a {
        display: inline-block;
        padding: 22px 20px 21px;
        font-size: 1em;
        font-weight: 900;
        color: #fff;
        letter-spacing: .05em;
    }
    nav#main .container ul li:hover a, nav#main .container ul li a.selected {
        background: rgba(50, 108, 164, 0.85);
        text-decoration: none;
    }
    nav#main .container ul li:hover .dropdown-menu {
        display: block;
        background: rgba(50, 108, 164, 0.9);
        width: 220px;
        text-align: left;
        border: none;
        top: 40px;
    }
    nav#main .container ul li:hover .dropdown-menu li {
        margin: 0;
        padding: 0;
    }
    nav#main .container ul li:hover .dropdown-menu li a {
        display: block;
        margin: 0;
        padding: 10px 30px;
        font-size: 1em;
        font-weight: 400;
        text-decoration: none;
        color: #fff;
        border: none;
    }
    .navbar {
        height: auto !important;
        top: 0 !important;
    }
    .navbar .container {
        position: static;
    }
    .navbar-nav, .ie8 .navbar-nav, .navbar-nav > li {
        float: none;
    }
    .navbar-collapse ul {
        background: none;
    }
    .navbar-collapse ul li {
        display: inline;
    }
    .dropdown-menu > li > a {
        white-space: normal;
    }

    /* HERO
    ===================================================================*/
    #hero .container #hero1 img, #hero .container #hero2 img, #hero .container #hero3 img, #hero .container #hero4 img {
        background-repeat: no-repeat !important;
        background-attachment: fixed !important;
        background-position: top left !important;
    }
    #hero, .ie8 #hero {
        margin-top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #hero, #hero .hero, .ie8 #hero, .ie8 #hero .hero {
        height: 1070px;
    }
    #hero #scroll-down {
        top: 610px;
    }
    #hero .container aside .wrapper {
        top: 337px;
    }
    #hero .container aside .wrapper h2 {
        font-size: 3.500em;
    }
    /* HOMEPAGE
    ===================================================================*/
    .homepage #content {
        margin-top: 820px;
    }
    .homepage #content .container article {
        width: 100%;
    }
    .homepage .middle ul {
        width: 100%;
        max-width: none;
    }
    /* SUBPAGES
    ===================================================================*/
    
    .subpage nav#main div.navbar-collapse.collapse ul li.dropdown a {
        color: #326ca4; /* client blue */
    }
    .subpage nav#main div.navbar-collapse.collapse ul li.dropdown a:hover, .subpage nav#main div.navbar-collapse.collapse ul li.dropdown a.selected, .subpage nav#main div.navbar-collapse.collapse ul li.dropdown ul li a {
        color: #fff !important;
    }

    .subpage header {
        background: #fff;
        height: 175px;
    }
    .subpage header .container {
        text-align: left;
    }
    .subpage header .header-logo img {
        width: 25%;
        height: 25%;
    }
    .subpage nav#main .container {
        /*width: ; (container - logo width) */
        padding-left: 0;
        padding-right: 0;
        border-top: none;
        height: 64px;
    }
    .subpage .navbar .container {
        position: absolute;
        top: -100px;
        right: 0;
    }
    .subpage .navbar-nav {
        float: right;
    }
    .subpage nav#main .container ul li, .subpage nav#main .container ul li.last {
        padding: 0 0 56px 0;
    }
    .subpage nav#main .container ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .subpage nav#main .container ul li:hover .dropdown-menu {
        /*top: 76px;*/
    }
    .subpage #content .container article {
        margin-bottom: 0;
    }
    .ie8 .page-team #content .container aside {
        position: absolute;
        top: 40px;
        right: 0;
    }
    /* RESOURCES
    ===================================================================*/
    #content .container article #suggested .content {
        margin: 0 0 0 20px;
    }
    #content .container article #suggested .left {
        margin: 0;
    }
    #content .container article #allVideoContent .videoContent {
        margin: 0 0 0 20px;
    }
    #content .container article #allVideoContent .left {
        margin: 0;
    }
    /* SIDEBAR
    ===================================================================*/
    #content .container aside, .ie8 #content .container aside {
        padding-left: 30px;
    }
    #content .container aside section, .ie8 #content .container aside section {
        width: 100%;
        margin: 0 0 40px 0;
        padding: 0 !important;
    }
    /* FOOTER
    ===================================================================*/
    footer .container .note {
        width: 80%;
    }
    footer .container .socialMedia {
        float: left;
        clear: left;
        margin: 0;
    }
    footer .container aside {
        width: 20%;
        margin: 0 0 0 80%;
        padding: 0 0 0 5%;
        text-align: left;
    }
    /* CUSTOMIZED PAGES
    ===================================================================*/
}
@media (min-width: 1200px) {
    /* Large devices - large desktops */
    /* BASE STYLES
    ===================================================================*/
    body {
        min-width: 1170px;
    }
    .container {
        width: 1170px;
    }
    /* HEADER
    ===================================================================*/
    /* NAVIGATION
    ===================================================================*/
    nav#main {
        width: 1170px;
    }
    nav#main .container {
        width: 1170px;
    }
    nav#main .container ul li a {
        display: inline-block;
        padding: 22px 30px 21px;
        font-size: 1em;
        font-weight: 900;
        color: #fff;
        letter-spacing: .05em;
    }
    /* HERO
    ===================================================================*/
    #hero #scroll-down {
        top: 700px;
    }
    #hero .container aside .wrapper h2 {
        font-size: 4em;
    }
    .ie8 #hero .container aside .wrapper h2 {
        font-size: 3.500em;
    }
    /* HOMEPAGE
    ===================================================================*/
    /* SUBPAGES
    ===================================================================*/
    .ie8 .page-team #content .container aside {
        position: absolute;
        top: 40px;
        right: 0;
    }
    /* RESOURCES
    ===================================================================*/
    #content .container article #suggested .content {
        margin: 0 0 0 30px;
    }
    #content .container article #suggested .left {
        margin: 0;
    }
    #content .container article #allVideoContent .videoContent {
        margin: 0 0 0 30px;
    }
    #content .container article #allVideoContent .left {
        margin: 0;
    }
    /* SIDEBAR
    ===================================================================*/
    .ie8 #content .container aside {
        padding-left: 30px;
    }
    .ie8 #content .container aside section {
        width: 100%;
        margin: 0 0 40px 0;
        padding: 0 !important;
    }
    /* FOOTER
    ===================================================================*/
    /* CUSTOMIZED PAGES
    ===================================================================*/
}
