/* THEME 9B
====================================================================*/
/* FONT EMBEDDING
====================================================================*/
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
/* font-family: 'Roboto Condensed', sans-serif; */
@import url(//fonts.googleapis.com/css?family=Noto+Serif);
/* font-family: 'Noto Serif', serif; */
/*BACK TO TOP
===================================================================*/
.back-to-top {
  /* adjust color to match branding */
  background: #375656;
  background: rgba(55, 86, 86, 0.75);
  padding: 5px 15px;
  text-decoration: none;
  text-transform: none;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 999;
  display: none;
  border-radius: 0;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.back-to-top i {
  font-size: 1.500em;
  color: #fff; }

.back-to-top:hover, .back-to-top:active, .back-to-top:focus {
  /* adjust color to match branding */
  background: #4b7575;
  background: rgba(75, 117, 117, 0.75);
  text-decoration: none;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

/* BASE STYLES
====================================================================*/
html {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #2c2a33 none;
  font-family: "Noto Serif", serif;
  font-size: 100%;
  line-height: 1.5;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar; }

p, li, div, td, section {
  font-family: "Noto Serif", serif;
  font-size: medium;
  color: #fff; }

p {
  margin-bottom: 15px; }

a {
  font-family: "Noto Serif", serif;
  font-size: medium;
  outline: 0;
  color: #fff;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

a:hover, a:active, a:focus {
  text-decoration: underline;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1; }

h4, h5, h6 {
  margin-top: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-transform: none;
  color: #fff; }

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, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
  text-decoration: underline;
  color: #fff; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

#fancybox-wrap, #fancybox-outer, #fancybox-content {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -ms-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.container {
  width: 100%;
  padding: 0; }

#content {
  background: #46444D;
  min-height: 0; }

#content .container {
  background: none;
  padding: 60px 0; }

#content .container article, #content .container aside {
  margin: 0;
  padding: 0; }

#content .container article .rule, #content .container aside .rule {
  background: #fff 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; }

#content .container article {
  margin-bottom: 60px; }

/* HEADER
===================================================================*/
header {
  background: none;
  width: 100%;
  height: auto;
  margin: 59px 0 0 0;
  padding: 40px 0; }

header .container {
  background: none;
  height: 100%;
  padding: 0 30px;
  text-align: center; }

header .header-logo {
  margin: 0 0 20px 0;
  position: relative;
  z-index: 2; }

header .header-logo img {
  width: 100%;
  max-width: 180px; }

.ie8 .header-logo img {
  height: 60px; }

header .header-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 3px 0 0;
  padding: 11px 0;
  text-align: center;
  color: #fff;
  border-radius: 5px; }

header .header-social a i {
  margin: 0;
  font-size: 1.200em;
  vertical-align: top; }

header .header-social .facebook {
  background: #00549E; }

header .header-social .twitter {
  background: #2CAAE1; }

header .header-social .linkedin {
  background: #007FB1;
  margin: 0; }

header .header-social .facebook:hover, header .header-social .facebook:active, header .header-social .facebook:focus {
  background: #006fd1; }

header .header-social .twitter:hover, header .header-social .twitter:active, header .header-social .twitter:focus {
  background: #59bce7; }

header .header-social .linkedin:hover, header .header-social .linkedin:active, header .header-social .linkedin:focus {
  background: #00a4e4; }

/* NAVIGATION
===================================================================*/
nav#main #homeButton {
  display: none; }

nav#main {
  background: #2c2a33;
  height: 60px; }

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;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff; }

nav#main .container ul li:hover a, nav#main .container ul li a:active, nav#main .container ul li a:focus {
  background: #517070;
  color: #fff; }

nav#main .container ul li a.selected {
  background: #3c5252;
  color: #fff; }

nav#main .container ul li a i {
  font-size: large; }

nav#main .container ul li .dropdown-toggle {
  background: none;
  position: absolute;
  top: 0;
  right: 0; }

nav#main .container ul li .dropdown-toggle i {
  font-size: 1.750em; }

nav#main .container ul li .dropdown-toggle:active, nav#main .container ul li .dropdown-toggle:focus, nav#main .container ul li .dropdown-toggle.selected {
  background: none; }

nav#main .container ul li.open .dropdown-toggle {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

nav#main .container ul li:hover .dropdown-toggle, nav#main .container ul li .dropdown-toggle:hover, nav#main .container ul li .dropdown-toggle:active, nav#main .container ul li .dropdown-toggle:focus {
  background: none; }

nav#main .container ul .dropdown.open .dropdown-text {
  border-bottom: solid 1px #2c2a33;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.navbar {
  min-height: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  top: 0;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }

.navbar.nav-up {
  top: -60px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.navbar-header, .offcanvas {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.navbar-header {
  height: 60px; }

/* START NAV TOGGLE */
.navbar-toggle {
  background: #2c2a33 !important;
  width: 120px;
  height: 60px;
  margin: 0;
  padding: 13px 18px;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0; }

.navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
  background: #2c2a33 !important; }

.navbar-toggle .text {
  display: block;
  float: left;
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.250em;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  line-height: 1; }

.navbar-toggle .icon-bar {
  background-color: #fff !important;
  width: 20px;
  margin-left: 60px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.navbar-toggle .icon-bar.top {
  margin-top: 3px; }

.nav-expanded .navbar-toggle .center {
  background: none !important; }

.nav-expanded .navbar-toggle .top {
  -webkit-transform: rotate(45deg) translate(3px, 6px);
  -moz-transform: rotate(45deg) translate(3px, 6px);
  -ms-transform: rotate(45deg) translate(3px, 5px);
  -o-transform: rotate(45deg) translate(3px, 5px);
  transform: rotate(45deg) translate(3px, 5px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.nav-expanded .navbar-toggle .bottom {
  -webkit-transform: rotate(-45deg) translate(3px, -6px);
  -moz-transform: rotate(-45deg) translate(3px, -6px);
  -ms-transform: rotate(-45deg) translate(3px, -6px);
  -o-transform: rotate(-45deg) translate(3px, -6px);
  transform: rotate(-45deg) translate(3px, -6px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

/* END NAV TOGGLE */
/* START OFF CANVAS */
.nav-expanded {
  overflow: hidden !important; }

.off-canvas {
  background: #46444D;
  background: rgba(70, 68, 77, 0.98);
  width: 100%;
  height: 100%;
  padding: 0 0 60px 0;
  border: none;
  overflow: auto;
  position: fixed;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: -100%;
  top: 60px; }

.nav-expanded .off-canvas {
  right: 0; }

.off-canvas .navbar-nav {
  background: none;
  height: auto;
  margin: 0; }

.off-canvas .navbar-nav li {
  display: block;
  margin: 0;
  padding: 0; }

.off-canvas .navbar-nav li a {
  height: 80px;
  padding: 30px 20px; }

.off-canvas .navbar-nav li a, .off-canvas .navbar-nav li a:hover, .off-canvas .navbar-nav li a:active, .off-canvas .navbar-nav li a:focus {
  text-decoration: none; }

.off-canvas .navbar-nav li .dropdown-toggle {
  width: auto;
  height: auto;
  padding: 24px; }

/* END OFF CANVAS */
/* START DROP DOWN*/
nav#main .container ul li .dropdown-menu {
  background: #5F5D66;
  background: rgba(95, 93, 102, 0.5);
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent inset;
  -moz-box-shadow: 0 0 0 transparent inset;
  -ms-box-shadow: 0 0 0 transparent inset;
  -o-box-shadow: 0 0 0 transparent inset;
  box-shadow: 0 0 0 transparent inset; }

nav#main .container ul li:hover .dropdown-menu {
  background: #5F5D66;
  background: rgba(95, 93, 102, 0.5);
  left: 0; }

nav#main .container ul li .dropdown-menu li a {
  height: 60px;
  padding: 20px 15px 20px 30px !important;
  font-size: 1.250em;
  text-transform: none; }

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, nav#main .container ul li:hover .dropdown-menu li a:active, nav#main .container ul li:hover .dropdown-menu li a:focus {
  background: #517070;
  color: #fff; }

nav#main .container ul li:hover .dropdown-menu li a.selected {
  background: #3c5252;
  color: #fff; }

nav#main .container ul li a.selected + .dropdown-toggle {
  color: #fff; }

.dropdown-menu > li > a {
  white-space: normal; }

/* for IE8 and IE 9 - match dropdown-menu li a:hover; */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
  filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=" ff517070 ", endColorstr=" ff517070 ", GradientType=0)"; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=" ff517070 ", endColorstr=" ff517070 ", GradientType=0)"; }

/* END DROP DOWN*/
/* HERO
===================================================================*/
/* set rotator overrides here */
#hero {
  display: none; }

/* HOMEPAGE
===================================================================*/
.homepage #agentPhoto, .homepage #content {
  display: none; }

.homepage .one {
  background: #46444D; }

.homepage .one .welcome {
  margin: 0;
  padding: 60px 30px;
  text-align: center; }

.homepage .one .welcome #main-content {
  display: inline;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  position: absolute;
  top: 0;
  left: 0; }

.homepage .one .welcome h2 {
  margin: 0 0 20px 0;
  font-size: 2em; }

.homepage .one .welcome .last {
  margin-bottom: 30px; }

.homepage .one .welcome a {
  background: none;
  width: 180px;
  height: 50px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.500em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  line-height: 2;
  border: solid 1px #fff;
  border-radius: 5px;
  position: relative;
  display: inline-block; }

.homepage .one .welcome a:hover, .homepage .one .welcome a:active, .homepage .one .welcome a:focus {
  background: #fff;
  text-decoration: none;
  color: #46444D; }

.homepage .two {
  background: none; }

.homepage .two .box {
  float: none;
  background: #375656;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.homepage .two .box img {
  width: 100%;
  max-width: 600px;
  opacity: 0.5;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.homepage .two .box:hover img, .homepage .two .box:active img, .homepage .two .box:focus img {
  opacity: 0.05; }

.homepage .two .box .text {
  width: 100%;
  height: 100%;
  text-align: right;
  position: relative; }

.homepage .two .box .text h2 {
  margin: 0;
  font-size: 1.600em;
  font-weight: 400;
  position: absolute;
  top: -60px;
  right: 30px;
  z-index: 10; }

.homepage .two .box .text p {
  display: none; }

.homepage .two .box .text a {
  display: block;
  background: url(//fmg-websites-custom.s3.amazonaws.com/exclusive-setup/theme-9b/images/blank.png) 0 0 repeat;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000; }

/* SUBPAGES
===================================================================*/
.subpage #content .container {
  padding-left: 30px;
  padding-right: 30px; }

.subpage #content .container a {
  text-decoration: underline; }

.subpage #content .container a:hover, .subpage #content .container a:active, .subpage #content .container a:focus {
  text-decoration: none; }

.subpage #content .container h1 a, .subpage #content .container h2 a, .subpage #content .container h3 a, .subpage #content .container h4 a, .subpage #content .container h5 a, .subpage #content .container h6 a {
  text-decoration: none; }

.subpage #content .container h1 a:hover, .subpage #content .container h2 a:hover, .subpage #content .container h3 a:hover, .subpage #content .container h4 a:hover, .subpage #content .container h5 a:hover, .subpage #content .container h6 a:hover, .subpage #content .container h1 a:active, .subpage #content .container h2 a:active, .subpage #content .container h3 a:active, .subpage #content .container h4 a:active, .subpage #content .container h5 a:active, .subpage #content .container h6 a:active, .subpage #content .container h1 a:focus, .subpage #content .container h2 a:focus, .subpage #content .container h3 a:focus, .subpage #content .container h4 a:focus, .subpage #content .container h5 a:focus, .subpage #content .container h6 a:focus {
  text-decoration: underline; }

.subpage #content .container article {
  margin-bottom: 60px; }

.subpage #content .container article h1 {
  margin: 0 0 30px 0;
  font-size: xx-large; }

.subpage .short {
  margin-bottom: 30px; }

.ie8 .subpage .short {
  display: none; }

.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 .info h4 a {
  font-size: 1.500em; }

.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-blog .post h2 a, .page-events .event h3 a {
  font-size: 1em; }

.page-tools-glossary #glossaryContent p:first-child a {
  display: inline-block;
  width: 5%;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none; }

.page-tools-glossary #glossaryContent p:first-child a:hover, .page-tools-glossary #glossaryContent p:first-child a:active, .page-tools-glossary #glossaryContent p:first-child a:focus {
  text-decoration: underline; }

.page-tools-glossary #glossaryContent h3 {
  font-size: 1.250em;
  font-weight: 300; }

.page-tools-glossary #glossaryContent h3 a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff; }

.subpage #content .container article #learningContent .matter {
  width: 100%;
  margin: 0; }

.page-contact .map-canvas {
  float: none;
  width: 100%;
  margin: 0 0 30px 0; }

.page-contact .map-canvas a {
  text-decoration: none !important;
  color: #375656; }

.page-contact .map-canvas a:hover, .page-contact .map-canvas a:active, .page-contact .map-canvas a:focus {
  color: #4b7575; }

.page-contact #content .socialMedia {
  display: none; }

.slideText p {
  color: #fff; }

.post {
  overflow: hidden; }
  .post .post-image, .post .post-container {
    min-height: 0;
    padding: 0; }
  @media (min-width: 768px) {
    .post .post-image {
      width: 25%; } }
  .post .post-container {
    float: left; }
    @media (min-width: 768px) {
      .post .post-container {
        width: 75%; } }
  @media (min-width: 992px) {
    .post h2 {
      margin-top: 0 !important; } }
  .post .blogimage {
    margin: 0; }
  .post .authorimage {
    width: 50px;
    margin: 0 10px 15px 0; }
  .post .author {
    margin-top: 15px; }
  .post .date {
    font-size: 14px; }
  .post .post-summary {
    clear: both;
    margin: 0 0 30px;
    line-height: 1.5; }
  .post .readmore {
    background: none;
    width: auto;
    height: 50px;
    padding: 10px 40px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    border: solid 1px #fff;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .post .readmore:hover, .post .readmore:active {
      background: #fff;
      color: #46444D;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      -ms-transition: all 0.1s ease-out;
      -o-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }

.blogPost .blogimage {
  width: 100%;
  margin: 0; }
.blogPost hr {
  margin: 30px 0;
  border-color: #fff; }
.blogPost .postheader {
  margin-bottom: 15px; }
.blogPost .authorimage {
  width: 50px;
  margin: 0 10px 0 0; }
.blogPost .author {
  margin-top: 15px; }
.blogPost .dateTime .addthis_toolbox {
  padding: 0 0 0 10px;
  vertical-align: middle; }
.blogPost .genre {
  margin: 0 0 10px; }

#eventsContent button.submit, #eventContent button.submit, #EventRegistrationSignupForm button {
  background: none;
  width: auto;
  height: 50px;
  padding: 10px 40px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  line-height: 1;
  border: solid 1px #fff;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  #eventsContent button.submit:hover, #eventsContent button.submit:active, #eventContent button.submit:hover, #eventContent button.submit:active, #EventRegistrationSignupForm button:hover, #EventRegistrationSignupForm button:active {
    background: #fff;
    color: #46444D;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  #eventsContent button.submit:focus, #eventContent button.submit:focus, #EventRegistrationSignupForm button:focus {
    outline: none; }

#fancybox-content h2 {
  color: #46444D; }

#EventRegistrationSignupForm input {
  width: 100%;
  height: 40px;
  margin: 0 0 10px;
  padding: 0 10px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
#EventRegistrationSignupForm textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
#EventRegistrationSignupForm #KeepMePosted {
  width: auto;
  height: auto;
  margin: 5px 0 0; }
#EventRegistrationSignupForm label[for="KeepMePosted"] {
  font-size: 14px;
  font-weight: 400;
  color: #46444D; }
#EventRegistrationSignupForm button {
  margin: 15px 0;
  color: #46444D;
  border: solid 1px #46444D; }
  #EventRegistrationSignupForm button:hover, #EventRegistrationSignupForm button:active {
    background: #46444D;
    color: #fff; }

#eventContent {
  margin-top: 0; }
  #eventContent .info {
    margin: 0;
    font-size: 16px; }
    #eventContent .info img {
      width: 100%; }
  #eventContent .regBtn {
    margin: 15px 0 0 !important; }
  #eventContent .addthis_toolbox {
    padding-top: 0 !important; }
  #eventContent h4 {
    font-size: 24px; }
  #eventContent hr {
    margin: 30px 0;
    border-color: #fff; }
  #eventContent .organizer {
    margin: 0 0 20px; }
    #eventContent .organizer h3 {
      margin-top: 0 !important; }
    #eventContent .organizer a {
      margin: 0; }
  #eventContent .presenter h3 {
    margin-top: 0 !important; }
  #eventContent .description p {
    margin-bottom: 15px; }
    #eventContent .description p:last-child {
      margin-bottom: 0; }
  #eventContent .register {
    float: left; }

#eventsContent .event {
  overflow: hidden; }
  #eventsContent .event .info, #eventsContent .event .description {
    padding: 0; }
  #eventsContent .event .info {
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      #eventsContent .event .info {
        float: left;
        width: 30%;
        margin: 0;
        padding: 0 30px 0 0; } }
  #eventsContent .event h3 {
    margin-top: 0 !important; }
  #eventsContent .event img {
    margin: 0 0 15px; }
  @media (min-width: 768px) {
    #eventsContent .event .description {
      float: right;
      width: 70%; } }
  #eventsContent .event .description p:first-of-type {
    margin: 0 0 30px; }

/* RESOURCES
===================================================================*/
.page-resource-center #content article h2 a {
  font-size: 0.900em; }

#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: 0 0 20px 0;
  font-size: x-large; }

#content .container article #suggested .content {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0 0 30px 0;
  overflow: hidden; }

#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: 0.850em; }

#content .container article #suggested .content p {
  margin: 0 0 0 115px;
  font-size: small; }

#content .container article #additional {
  background: none; }

#content .container article #additional .wrapper {
  padding: 0;
  overflow: hidden; }

#content .container article #additional .wrapper nav {
  background: none;
  width: 100%;
  margin-bottom: 30px; }

#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: #375656;
  margin: 0 0 5px 0;
  padding: 10px 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: large;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff; }

#content .container article #additional .wrapper nav ul li a:hover, #content .container article #additional .wrapper nav ul li a:active, #content .container article #additional .wrapper nav ul li a:focus, #content .container article #additional .wrapper nav ul li a.selected {
  background: #4b7575;
  text-decoration: none;
  color: #fff; }

#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: #fff; }

#content .container article #additional .wrapper .matterContent .content h4 a:hover, #content .container article #additional .wrapper .matterContent .content h4 a:active, #content .container article #additional .wrapper .matterContent .content h4 a:focus {
  color: #fff;
  text-decoration: underline; }

#content .container article #additional .wrapper .matterContent p {
  font-size: small;
  color: #fff; }

#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: inline-block;
  background: #375656;
  margin: 0 0 0 0;
  padding: 10px 20px;
  font-size: large;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff; }

#content .container article #additional .wrapper .matterContent .viewAll a:hover, #content .container article #additional .wrapper .matterContent .viewAll a:active, #content .container article #additional .wrapper .matterContent .viewAll a:focus {
  background: #4b7575;
  text-decoration: none;
  color: #fff; }

#content .container article #additional .wrapper .matterContent .viewAll a + a {
  display: none; }

#content .container article .featuredFlag {
  text-decoration: none; }

#content .container article .flagBody {
  background: #375656;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

#content .container article .flagBody:hover, #content .container article .flagBody:active, #content .container article .flagBody:focus {
  background: #4b7575;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-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; }

#content .container article #presentationShell h2 {
  width: 100%;
  max-width: 630px; }

#content .container article #presentationShell img {
  width: 100%;
  max-width: 610px;
  margin-left: 0; }

#content .container article #allTypeContent .matter {
  width: 100%;
  margin-right: 0; }

#articleContent img {
  float: none;
  height: auto;
  max-width: 100%; }

#articleContent .tip, #articleContent .fastFact {
  display: none; }

.focusBox {
  width: auto;
  margin: 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 p {
  font-size: small; }

#content .container aside section label {
  font-weight: 400;
  font-size: small; }

#content .container aside section input, #content .container aside section textarea {
  width: 100%;
  margin: 0 0 15px 0;
  color: #000; }

#content .container aside section .submit {
  background: none;
  width: 100%;
  height: 50px;
  margin: 5px 0 0 0;
  padding: 10px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.250em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  line-height: 1;
  border: solid 1px #fff;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

#content .container aside section .submit:hover, #content .container aside section .submit:active, #content .container aside section .submit:focus {
  background: #fff;
  color: #46444D;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

#content .container aside form p:last-child {
  margin: 0; }

.market .firstIndexName {
  font-size: large; }

/* FOOTER
===================================================================*/
/* TEMP HIDE FOR SANDBOX */
footer .globalCopyright + p {
  display: none; }

footer {
  background: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  color: #fff; }

footer p, footer a, footer li, footer td {
  font-size: small;
  text-transform: none;
  color: #fff; }

footer a:hover, footer a:active, footer a:focus {
  text-decoration: underline;
  color: #fff; }

footer .container {
  padding: 60px 30px 40px;
  text-align: center; }

footer .container .note {
  float: none;
  width: 100%;
  margin-bottom: 40px; }

footer .container aside {
  width: 100%;
  margin: 0; }

footer .container aside .wrapper {
  padding: 0; }

footer .container aside .wrapper .contact {
  float: none;
  width: 100%;
  margin-bottom: 40px; }

footer .container aside .wrapper .contact h4, footer .container aside .wrapper .quickLinks h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.250em;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff; }

footer .container aside .wrapper .contact table {
  margin: 0 auto 10px; }

footer .container aside .wrapper .quickLinks {
  width: 100%;
  margin: 0; }

footer .container aside .wrapper .quickLinks ul {
  margin: 0; }

footer .container .socialMedia a {
  display: inline-block;
  margin-right: 10px; }

footer .container .socialMedia .linkedIn {
  margin-right: 0; }

footer .container .socialMedia a img {
  background: none;
  width: 0;
  height: 0; }

footer .container .socialMedia a i {
  font-size: 1.500em; }

footer .container .socialMedia a:hover, footer .container .socialMedia a:active, footer .container .socialMedia a:focus {
  color: #4b7575; }

/* 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
===================================================================*/
  .homepage .two .box .text h2 {
    font-size: 2em;
    top: -70px; }

    /* 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; }

    /* RESOURCES
===================================================================*/
    /* SIDEBAR
===================================================================*/
    /* FOOTER
===================================================================*/
    /* CUSTOMIZED PAGES
===================================================================*/ }
@media (min-width: 568px) {
  footer .container aside .wrapper .contact {
    float: left;
    width: 50%;
    margin: 0; }

  footer .container aside .wrapper .quickLinks {
    float: right;
    width: 50%; } }
@media (min-width: 600px) {
  /* Small devices - small tablets */
    /* BASE STYLES
===================================================================*/
  .container {
    width: 100%; }

    /* HEADER
===================================================================*/
    /* NAVIGATION
===================================================================*/
    /* HERO
===================================================================*/
  #hero {
    display: block;
    background: none;
    height: 100%;
    margin: 0;
    padding: 0; }

  #hero #hero1 img {
    background: url(//fmg-websites-custom.s3.amazonaws.com/exclusive-setup/theme-9b/images/hero.jpg) no-repeat 50% 100% !important; }

  #hero #hero2 img {
    background: url(//fmg-websites-custom.s3.amazonaws.com/exclusive-setup/theme-9b/images/hero.jpg) no-repeat 50% 100% !important; }

  #hero #hero3 img {
    background: url(//fmg-websites-custom.s3.amazonaws.com/exclusive-setup/theme-9b/images/hero.jpg) no-repeat 50% 100% !important; }

  #hero #hero1 img, #hero #hero2 img, #hero #hero3 img {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important; }

  #hero .hero {
    width: 100%;
    height: 350px; }

  #hero .container .backArrow, #hero .container .forwardArrow, #hero .container aside, #hero .container .wrapper .short, #hero .container .wrapper p a + a {
    display: none; }

  #hero .container {
    width: 100%;
    height: 100%;
    padding: 0; }

  #hero .container .wrapper {
    width: 600px;
    height: auto;
    margin: 0 0 0 -300px;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 50%; }

  #hero .container .wrapper h2 {
    display: inline-block;
    background: none;
    margin: 0;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.500em;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    vertical-align: top; }

  #hero .container .wrapper p {
    display: inline-block;
    margin: 0 0 0 3px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.500em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1; }

  #hero .container .wrapper p + p {
    display: block;
    margin: 20px 0 0 0;
    font-size: 1em; }

  #hero .container .wrapper p a {
    display: inline-block;
    background: none;
    width: 180px;
    height: 50px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.50em;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 5px;
    line-height: 2;
    vertical-align: top; }

  #hero .container .wrapper p a:hover, #hero .container .wrapper p a:active, #hero .container .wrapper p a:focus {
    background: #fff;
    text-decoration: none;
    color: #000; }

  #hero .container #scroll-down {
    display: inline-block;
    margin: 130px 0 0 0;
    color: #fff; }

  #hero .container #scroll-down i {
    font-size: 2em; }

    /* HOMEPAGE
===================================================================*/
  .homepage .two .box .text h2 {
    font-size: 2.500em;
    top: -85px; }

    /* 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 #suggested .content p {
    font-size: medium; }

  #content .container article #additional {
    background: none; }

  #content .container article #additional .wrapper {
    padding: 0; }

  #content .container article #additional .wrapper nav {
    background: none;
    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: #375656;
    width: 24%;
    margin: 0 1px 0 0;
    padding: 15px 14px 12px;
    font-size: 0.750em;
    color: #fff; }

  #content .container article #additional .wrapper nav ul li a:hover, #content .container article #additional .wrapper nav ul li a:active, #content .container article #additional .wrapper nav ul li a:focus, #content .container article #additional .wrapper nav ul li a.selected {
    background: #4b7575;
    color: #fff; }

  #content .container article #additional .wrapper .matterContent {
    padding: 30px 0;
    overflow: auto; }

  #content .container article #additional .wrapper .matterContent .content h4 {
    margin-top: 5px; }

  #content .container article #additional .wrapper .matterContent .viewAll {
    width: auto; }

  #articleContent .tip, #articleContent .fastFact {
    display: block; }

  #articleContent .right {
    float: right; }

    /* SIDEBAR
===================================================================*/
    /* FOOTER
===================================================================*/
    /* CUSTOMIZED PAGES
===================================================================*/ }
@media (min-width: 700px) {
  /* Small devices - phones */
    /* BASE STYLES
===================================================================*/
  .container {
    width: 100%; }

    /* HEADER
===================================================================*/
    /* NAVIGATION
===================================================================*/
    /* HERO
===================================================================*/
    /* 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: 0 0 60px; }

  .subpage #content .container article #suggested + .rule {
    display: none; }

  #content .container article #suggested h2 {
    margin-bottom: 20px; }

  #content .container article #suggested .content {
    float: left;
    width: 190px;
    margin: 0 0 0 25px;
    padding: 0;
    overflow: hidden; }

  #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: large; }

  #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;
    padding-right: 30px; }

  #content .container article #additional .wrapper .matterContent .content h4 {
    margin-bottom: 15px; }

  #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 {
    overflow: hidden; }

  #content .container aside section {
    float: left;
    width: 50%; }

  #content .container aside .widget-0, #content .container aside .widget-2 {
    padding-right: 20px; }

  #content .container aside .widget-1, #content .container aside .widget-3 {
    padding-left: 20px; }

  #content .container aside .widget-2 {
    clear: left; }

    /* FOOTER
===================================================================*/
    /* CUSTOMIZED PAGES
===================================================================*/ }
@media (min-width: 768px) {
  /* Small devices - tablets */
    /* BASE STYLES
===================================================================*/
  body {
    min-width: 750px; }

  .container {
    width: 100%; }

    /* HEADER
===================================================================*/
    /* NAVIGATION
===================================================================*/
  .off-canvas {
    width: 400px; }

    /* HERO
===================================================================*/
  #hero .hero {
    height: 500px; }

  #hero .container .wrapper {
    top: 120px; }

  #hero .container #scroll-down {
    margin-top: 180px; }

    /* HOMEPAGE
===================================================================*/
  .homepage .two .box .text h2 {
    font-size: 1.200em;
    top: -40px;
    right: 20px; }

    /* SUBPAGES
===================================================================*/
  .page-contact .map-canvas {
    float: right;
    width: 60%;
    margin: 0 0 0 30px; }

  .page-contact #content .container article table + a {
    display: inline-block;
    margin-bottom: 40px; }

  .page-contact #content .container article h2 {
    margin-top: 0; }

    /* RESOURCES
===================================================================*/
  #content .container article #allVideoContent {
    margin: 0; }

  #content .container article #allVideoContent .videoContent {
    float: left;
    width: 190px;
    margin: 0 0 30px 30px;
    padding: 0;
    overflow: hidden; }

  #content .container article #allVideoContent .left {
    margin-left: 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; }

  #content .container article #presentationShell img {
    margin-left: 10px; }

    /* SIDEBAR
===================================================================*/
    /* FOOTER
===================================================================*/
  footer .container {
    text-align: left; }

  footer .container .note {
    float: left;
    width: 50%;
    margin: 0; }

  footer .container aside {
    float: right;
    width: 50%; }

  footer .container aside .wrapper {
    padding-left: 40px; }

  footer .container aside .wrapper .contact {
    width: 55%; }

  footer .container aside .wrapper .contact table {
    margin: 0 0 10px 0; }

  footer .container aside .wrapper .quickLinks {
    width: 45%;
    padding-left: 30px; }

    /* 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; }

  #content .container article {
    margin-bottom: 0; }

    /* HEADER
===================================================================*/
  header {
    height: 60px;
    margin: 40px 0;
    padding: 0; }

  header .container {
    padding-left: 0;
    padding-right: 0;
    text-align: left; }

  header .header-logo {
    margin: 0; }

  header .header-logo img {
    vertical-align: top; }

  header .header-social {
    width: 50px;
    height: 150px;
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 9999; }

  header .header-social a {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 15px 0;
    border-radius: 0;
    position: absolute;
    right: 0; }

  header .header-social a i {
    font-size: 1.500em; }

  header .header-social .facebook {
    border-top-left-radius: 5px;
    top: 0; }

  header .header-social .twitter {
    top: 50px; }

  header .header-social .linkedin {
    border-bottom-left-radius: 5px;
    top: 100px; }

  header .header-social .facebook:hover, header .header-social .twitter:hover, header .header-social .linkedin:hover, header .header-social .facebook:active, header .header-social .twitter:active, header .header-social .linkedin:active, header .header-social .facebook:focus, header .header-social .twitter:focus, header .header-social .linkedin:focus {
    width: 55px; }

    /* NAVIGATION
===================================================================*/
  .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: 790px;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: right; }

  nav#main .container ul li {
    margin: 0 0 0 30px;
    padding: 0 0 10px; }

  nav#main .container ul li.first {
    margin-left: 0; }

  nav#main .container ul li.last {
    margin-right: 0; }

  nav#main .container ul li a {
    display: inline-block;
    padding: 0 0 10px;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s; }

  nav#main .container ul li:hover a, nav#main .container ul li a:active, nav#main .container ul li a:focus, nav#main .container ul li a.selected {
    background: none;
    text-decoration: none;
    border-bottom: solid 2px #fff; }

  nav#main .container ul li.last a {
    padding: 10px 15px !important;
    border: solid 1px #fff;
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }

  nav#main .container ul li.last:hover a, nav#main .container ul li.last a:active, nav#main .container ul li.last a:focus {
    background: #fff;
    color: #000; }

  nav#main .container ul li:hover .dropdown-menu {
    display: block;
    background: #1E3D3D;
    background: rgba(30, 61, 61, 0.95);
    width: 220px;
    text-align: left;
    border: none;
    top: 29px; }

  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;
    height: auto;
    margin: 0;
    padding: 15px !important;
    font-size: 1.10em;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    border: none; }

  nav#main .container ul .dropdown.open .dropdown-text {
    border-bottom: none; }

  .navbar {
    height: 0 !important;
    top: -105px !important;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out; }

  .navbar .container {
    position: absolute;
    right: 0; }

  .off-canvas {
    background: none;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    position: static;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out; }

  .off-canvas .navbar-nav {
    float: none;
    background: none;
    padding-top: 15px;
    overflow-x: visible; }

  .off-canvas .navbar-nav li {
    display: inline;
    float: none; }

  .off-canvas .navbar-nav li a {
    height: auto;
    /*        padding: 0 0 10px !important;*/ }

  .off-canvas .navbar-nav .open .dropdown-menu {
    display: none; }

  nav#main .container ul li:hover .dropdown-menu li a:hover, nav#main .container ul li:hover .dropdown-menu li a:active, nav#main .container ul li:hover .dropdown-menu li a:focus {
    background: #517070;
    color: #fff; }

  nav#main .container ul li:hover .dropdown-menu li a.selected {
    background: #3c5252;
    color: #fff; }

  .navbar-header {
    height: 0; }

    /* HERO
===================================================================*/
  #hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

  #hero #hero1 img, #hero #hero2 img, #hero #hero3 img {
    background-attachment: fixed !important; }

  #hero .hero {
    height: 1100px; }

  #hero .container .wrapper {
    width: 900px;
    margin: 0 0 0 -450px;
    top: 350px; }

  #hero .container .wrapper h2, #hero .container .wrapper p {
    font-size: 6em; }

  #hero .container #scroll-down {
    margin-top: 350px; }

  #hero .container #scroll-down i {
    font-size: 3em; }

    /* HOMEPAGE
===================================================================*/
  .homepage .one {
    margin-top: 960px; }

  .homepage .one .welcome {
    width: 970px;
    margin: 0 auto; }

  .homepage .two .box {
    max-width: 700px;
    border-bottom: solid 20px #5F5D66; }

  .homepage .two .box:hover {
    border-bottom: solid 20px #375656; }

  .homepage .two .box img {
    max-width: 700px; }

  .homepage .two .box .text h2 {
    font-size: 1.600em;
    font-weight: 300;
    top: -50px; }

  .homepage .two .box:hover .text h2 {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }

  .homepage .two .box .text p {
    display: block;
    padding-left: 30px;
    position: absolute;
    right: 20px;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }

  .homepage .two .box:hover .text p {
    bottom: 0;
    opacity: 1; }

  .ie8 .homepage .two .box .text h2, .ie8 .homepage .two .box .text p {
    background: #375656;
    padding: 20px; }

  .ie8 .homepage .two .box:hover .text h2 {
    top: 50px; }

    /* SUBPAGES
===================================================================*/
  .subpage #content .container {
    padding-left: 0;
    padding-right: 0; }

  .ie8 .page-team #content .container aside {
    position: absolute;
    top: 60px;
    right: 0; }

    /* RESOURCES
===================================================================*/
  #content .container article #additional .wrapper nav ul li a {
    font-size: 1em; }

  #content .container article #allTypeContent .matter {
    width: 50%;
    padding-left: 40px; }

  #content .container article #allTypeContent .left {
    padding-left: 0; }

    /* SIDEBAR
===================================================================*/
  #content .container aside {
    padding-left: 40px; }

  #content .container aside .rule {
    display: inline-block; }

  #content .container aside .rule:first-child {
    display: none; }

  #content .container aside section {
    width: 100%;
    margin-bottom: 0;
    padding: 0 !important; }

    /* FOOTER
===================================================================*/
  footer .container {
    padding-left: 0;
    padding-right: 0; }

  footer .container .note {
    width: 60%; }

  footer .container aside {
    width: 40%; }

    /* 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: 990px; }

    /* HERO
===================================================================*/
  #hero .container .wrapper {
    width: 1100px;
    margin: 0 0 0 -550px; }

    /* HOMEPAGE
===================================================================*/
  .homepage .one .welcome {
    width: 1170px; }

  .homepage .two .box {
    border-bottom: solid 40px #5F5D66; }

  .homepage .two .box:hover {
    border-bottom: solid 40px #375656; }

  .homepage .two .box .text h2 {
    top: -60px;
    right: 30px; }

  .homepage .two .box .text p {
    width: 375px; }

    /* SUBPAGES
===================================================================*/
  .page-contact .map-canvas {
    width: 70%; }

    /* RESOURCES
===================================================================*/
  #content .container article #suggested .content {
    width: 230px;
    margin: 0 0 0 30px; }

  #content .container article #allVideoContent .videoContent {
    width: 230px;
    margin: 0 0 30px 30px; }

  #content .container article #suggested .left, #content .container article #allVideoContent .left {
    margin-left: 0; }

  #content .container article #suggested .content a img, #content .container article #allVideoContent .videoContent a img {
    background-size: 230px 176px;
    width: 230px;
    height: 176px; }

    /* SIDEBAR
===================================================================*/
    /* FOOTER
===================================================================*/
  footer .container .note {
    width: 65%; }

  footer .container aside {
    width: 35%; }

    /* CUSTOMIZED PAGES
===================================================================*/ }
@media (min-width: 1500px) {
  /* Large devices - large desktops, fullscreen */
    /* HOMEPAGE
===================================================================*/
  .homepage .two .box {
    border-bottom: solid 40px #5F5D66; }

  .homepage .two .box:hover {
    border-bottom: solid 40px #375656; }

  .homepage .two .box .text h2 {
    font-size: 2.500em;
    top: -70px;
    right: 30px; }

  .homepage .two .box .text p {
    width: 475px;
    font-size: 1.500em; } }
