/* THEME 4
====================================================================*/
/* by james.augustavo */
/* FONT EMBEDDING
====================================================================*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);

/* font-family: $baseFont; */
/*DISCLAIMER
===================================================================*/
#disclosure-wrap {
  top: 0;
  width: 100%;
  z-index: 9999;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  padding-bottom: 100%;
}

#outer-wrapper {
  width: 60%;
  margin: 200px auto 0;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 800px) {
  #outer-wrapper {
    width: 90%;
  }
}

.unitedDisclosure .header {
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
}

.unitedDisclosure p {
  color: #000;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 20px;
}

input#proceed {
  background: #0069a2;
  color: #fff !important;
  margin-left: 0;
  margin-top: 30px;
}

/*BACK TO TOP
===================================================================*/
.back-to-top {
  /* adjust color to match branding */
  background: #007abd;
  background: rgba(0, 122, 189, 0.75);
  padding: 5px 15px;
  text-decoration: none;
  text-transform: none;
  position: fixed;
  bottom: 64px;
  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: #00598a;
  background: rgba(0, 89, 138, 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-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: #0069a2 none;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  line-height: 1.5;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

p, li, div, td, section {
  font-family: 'Open Sans', sans-serif;
  font-size: medium;
  color: #777;
}

p {
  margin-bottom: 15px;
}

a {
  font-family: 'Open Sans', sans-serif;
  font-size: medium;
  outline: 0;
  color: #000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #007abd;
  -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: 'Libre Baskerville', serif;
  font-weight: 700;
  text-transform: none;
  color: #000;
  line-height: 1;
}

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

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  text-transform: none;
  color: #000;
}

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: none;
  color: #007abd;
}

*, *: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 20px;
}

#content {
  background: #fff;
  min-height: 0;
}

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

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

#content .container article .rule, #content .container aside .rule {
  background: #C1CFD9 none;
  width: 100%;
  height: 1px;
  margin: 40px 0;
}

#content .container aside .rule {
  max-width: 400px;
}

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

.homepage .left-center{
	width:100%;
	margin:0 auto;
}

@media (min-width: 520px) {
	.homepage .left-center{
		width:520px;
		margin:0 auto;
	}
}

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

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

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

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

.top-bar p, .top-bar p a {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
  color: #000;
}

.top-bar p a:hover, .top-bar p a:active, .top-bar p a:focus {
  color: #318ab4;
}

.top-bar i {
  margin-right: 8px;
}

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

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

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

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

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

.top-bar .header-social .facebook:hover, .top-bar .header-social .facebook:active, .top-bar .header-social .facebook:focus {
  background: #1A6EB8;
}

.top-bar .header-social .twitter:hover, .top-bar .header-social .twitter:active, .top-bar .header-social .twitter:focus {
  background: #46C4FB;
}

.top-bar .header-social .linkedin:hover, .top-bar .header-social .linkedin:active, .top-bar .header-social .linkedin:focus {
  background: #1A99CB;
}

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

nav#main {
  background: #0069a2;
  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: 700;
  text-transform: none;
  color: #fff;
}

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

nav#main .container ul li a.selected {
  background: #2c7ba0;
  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, nav#main .container ul li .dropdown-toggle:active, nav#main .container ul li .dropdown-toggle:focus {
  background: none;
}

.navbar {
  min-height: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  top: 0;
}

.navbar-nav {
  height: auto;
  max-height: 320px;
  margin: 0;
  overflow-x: hidden;
}

.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: #5b503c !important;
  margin: 6px 20px 0 0;
  padding: 6px;
  border-radius: 0;
  border-color: #5b503c !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);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  -o-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: #7d6841 !important;
}

.navbar-toggle-text {
  display: block;
  float: right;
  margin: 8px 8px 0 0;
  font-size: 1em;
  font-weight: 700;
  text-transform: none;
  color: #fff;
}

.icon-bar {
  background-color: #fff !important;
}

.navbar-collapse ul {
  background: #5b503c;
}

.navbar-collapse ul li {
  display: block;
  margin: 0;
  padding: 15px;
}

.navbar-collapse ul li a, .navbar-collapse ul li a:hover, .navbar-collapse ul li a:active, .navbar-collapse ul li a:focus {
  text-decoration: none;
}

nav#main .container ul li .dropdown-menu {
  background: #007abd;
  width: 100%;
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-color: #007abd;
  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: #006399;
  left: 0;
}

nav#main .container ul li .dropdown-menu li a {
  padding-left: 30px;
  font-size: 1em;
  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: #1B3045*/
  background: #0073b3;
  color: #fff;
}

nav#main .container ul li:hover .dropdown-menu li a.selected {
  /*background: #FC6264*/
  background: #005280;
  color: #fff;
}

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

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

/* HERO
===================================================================*/
/* set rotator overrides here */
#hero #hero1 img {
  background: url(https://peakwebsites.s3.amazonaws.com/Exclusive/337118-rogers/images/hero7.jpg) no-repeat 50% 70% !important;
}

#hero #hero2 img {
  background: url(https://peakwebsites.s3.amazonaws.com/Exclusive/337118-rogers/images/hero5.jpg) no-repeat 50% 70% !important;
}

#hero #hero3 img {
  background: url(https://fmg-websites-custom.s3.amazonaws.com/337118-rogers/images/hero03.jpg) no-repeat 50% 70% !important;
}

/* #hero #hero4 img {
        background: url(https://fmg-websites-custom.s3.amazonaws.com/exclusive-setup/theme-4/images/hero.jpg) no-repeat 50% 70% !important;
}*/
#hero #hero1 img, #hero #hero2 img, #hero #hero3 img {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}

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

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

#hero {
  background: #fff none;
  height: 100%;
  margin: 0;
  padding: 0;
}

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

#hero .container .backArrow, #hero .container .forwardArrow {
  background: #fff;
  width: 35px;
  height: 60px;
  margin: 0;
  padding: 0;
  font-size: 2.750em;
  text-align: center;
  color: #777;
  top: 95px;
  z-index: 10;
}

#hero .container .backArrow i, #hero .container .forwardArrow i {
  margin: 8px 0 0 0;
  vertical-align: top;
}

#hero .container .backArrow {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 2px 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 0 1px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 0 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 1px rgba(0, 0, 0, 0.3);
  left: 0;
}

#hero .container .forwardArrow {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: -2px 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 0 1px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: -2px 0 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: -2px 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 0 1px rgba(0, 0, 0, 0.3);
  left: auto;
  right: 0;
}

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

#hero .container .wrapper h2 {
  display: inline-block;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 1.500em;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  vertical-align: top;
}

#hero .container .wrapper p {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1.500em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  vertical-align: top;
}

#hero .container .wrapper p + p {
  display: block;
  margin: 10px 0 0 0;
}

#hero .container .wrapper p a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 0.650em;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  color: #fff;
  line-height: 1;
  vertical-align: top;
  border: solid 1px #fff;
}

#hero .container .wrapper p a:hover, #hero .container .wrapper p a:active, #hero .container .wrapper p a:focus {
  background: #007abd;
  border-color: #007abd;
}

/* HOMEPAGE
===================================================================*/
.homepage #agentPhoto, .homepage #agentPhoto + .rule, .homepage #content .container article .rule, .homepage #additional {
  display: none;
}

.short {
  background: #C1CFD9;
  width: 40px;
  height: 2px;
  margin: 15px auto;
  border-top: none;
}

.homepage #content .container {
  padding-top: 35px;
  padding-bottom: 40px;
}

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

.boxes {
  background: #fff;
}

.boxes .container {
  padding: 60px 20px;
}

.boxes .container .box {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 40px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.boxes .container .right {
  float: none;
  margin-bottom: 0;
}

.boxes .container .box img {
  margin: 0 0 15px 0;
}

.boxes .container .box h2 {
  margin: 8px 0 0 0;
  font-size: large;
}

.boxes .container .box .short {
  margin-left: auto;
  margin-right: auto;
}

.boxes .container .box p {
  margin: 0 0 10px 0;
  font-size: small;
}

.boxes .container .box .learn {
  display: inline-block;
  width: 150px;
  height: 50px;
  margin: 0;
  padding: 14px 0;
  font-size: large;
  text-align: center;
  color: #000;
  line-height: 1;
  border: solid 1px #000;
}

.boxes .container .box .learn:hover, .boxes .container .box .learn:active, .boxes .container .box .learn:focus {
  background: #007abd;
  border-color: #007abd;
  color: #fff;
}

.welcome {
  background: #f9f9f9;
}

.welcome .container {
  padding: 40px 20px;
  text-align: center;
}

.welcome .container h2 {
  margin: 0;
  font-size: 1.500em;
  color: #266887;
}

.welcome .container .short {
  background: #266887;
  margin-left: auto;
  margin-right: auto;
}

.welcome .container p, .welcome .container ul li {
  color: #266887;
}

.welcome .container ul{
	list-style-type: square;
	margin-left: 20px;
}

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

.welcome .container a {
  display: inline-block;
  width: 150px;
  height: 50px;
  padding: 14px 0;
  font-size: large;
  line-height: 1;
  border: solid 1px #000;
}

.welcome .container a:hover, .welcome .container a:active, .welcome .container a:focus {
  background: #007abd;
  border-color: #007abd;
  color: #777;
}

/* SUBPAGES
===================================================================*/
.subpage #content .container article {
  margin-bottom: 60px;
}

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

.subpage .short {
  display: inline-block;
  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 .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: 'Libre Baskerville', serif;
  font-size: 1em;
  font-weight: 700;
  text-transform: none;
  color: #000;
}

.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 #content .socialMedia {
  display: none;
}

.slideText p {
  color: #fff;
}

.subpage section#content {
  background: #fafafa;
}

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

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

#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: 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: none;
  margin: 0 0 5px 0;
  padding: 10px 20px;
  font-size: large;
  font-weight: 700;
  text-transform: none;
  color: #000;
  border: solid 1px #000;
}

#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: #007abd;
  text-decoration: none;
  color: #fff;
  border-color: #007abd;
}

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

#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: #007abd;
  text-decoration: none;
}

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

#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: none;
  margin: 0 0 0 0;
  padding: 10px 20px;
  font-size: large;
  font-weight: 700;
  text-transform: none;
  color: #000;
  border: solid 1px #000;
}

#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: #007abd;
  text-decoration: none;
  color: #fff;
  border-color: #007abd;
}

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

#content .container article .flagBody {
  background: #007abd;
  font-size: 1em;
  font-weight: 700;
  text-transform: none;
  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: #00598a;
  -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;
}

/* 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 {
  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: none;
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: 5px 0 0 0;
  padding: 10px 0;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  text-align: center;
  color: #000;
  line-height: 1;
  border: solid 1px #000;
  -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: #007abd;
  border-color: #007abd;
  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 aside form p:last-child {
  margin: 0;
}

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

#content .container aside .app {
  overflow: hidden;
  max-width: 360px;
}

#content .container aside .app .iphone-img, #content .container aside .app .android-img {
  float: left;
}

#content .container aside .app .iphone-img {
  margin-right: 5px;
}

#content .container aside .app .android-img {
  margin-right: 10px;
}

#content .container aside .app p {
  text-align: left;
}

#content .container aside .app a {
  display: block;
  float: left;
}

#content .container aside .app .iphone-btn, #content .container aside .app .android-btn {
  width: 110px;
}

#content .container aside .app .iphone-btn {
  margin-right: 5px;
}

.homepage .sidebar-tools {
  margin-top: 20px;
}

.homepage .row-img {
  float: left;
  margin-right: 10px;
}

.homepage .row {
  margin-bottom: 30px;
}

.homepage .sidebar-tools .row-text h2 {
  font-size: 14px !important;
  margin-bottom: 10px;
}

.homepage .sidebar-tools .row-text h2 a {
  font-size: 14px !important;
  margin-bottom: 10px;
}

.homepage .row-text p {
  font-size: 11px;
}

.sidebar-tools {
  margin-top: 20px;
}

.row-img {
  float: left;
  margin-right: 10px;
}

.row {
  margin-bottom: 30px;
}

.sidebar-tools .row-text h2 {
  font-size: 14px !important;
  margin-bottom: 6px;
}

.sidebar-tools .row-text h2 a {
  font-size: 14px !important;
  margin-bottom: 6px;
}

.row-text p {
  font-size: 11px;
}

/* FOOTER
===================================================================*/
footer {
  background: #E9F0F4;
  min-height: 0;
  margin: 0;
  padding: 0;
  color: #777;
}

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

footer a:hover, footer a:active, footer a:focus {
  text-decoration: none;
  color: #007abd;
}

footer .container {
  padding: 40px 20px 20px;
  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: 1em;
  font-weight: 700;
  text-transform: none;
  color: #777;
}

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

.bottom-bar {
  text-align: center;
}

.bottom-bar .container {
  padding: 20px;
}

.bottom-bar .container p {
  font-size: small;
  color: #fff;
}

.bottom-bar .container .socialMedia a {
  margin: 0 8px;
  color: #fff;
}

.bottom-bar .container .socialMedia a:hover, .bottom-bar .container .socialMedia a:active, .bottom-bar .container .socialMedia a:focus {
  color: #007abd;
}

.bottom-bar .container .socialMedia a img {
  background: none;
  width: 0;
  height: 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: 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
===================================================================*/
    /* 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: 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 -4px 0 0;
    padding: 15px 14px 12px;
    font-size: 0.750em;
    color: #000;
  }

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

  #content .container article #additional .wrapper .matterContent {
    padding: 20px 0;
    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
===================================================================*/
    /* 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
===================================================================*/
  .homepage #content .container article #suggested {
    margin-bottom: 40px;
  }

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

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

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

  #content .container article #suggested .content {
    float: left;
    width: 190px;
    margin: 0 0 0 30px;
    padding: 0;
    text-align: center;
    overflow: hidden;
  }

  #content .container article #suggested .left {
    clear: 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), #content .container aside section:nth-child(6) {
    padding-left: 0;
    padding-right: 20px;
  }

  #content .container aside section:nth-child(4), #content .container aside section:nth-child(8) {
    padding-left: 20px;
    padding-right: 0;
  }

  #content .container aside .app a {
    clear: left;
  }

  #content .container aside .app a + a {
    clear: none;
  }

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

  .container {
    width: 100%;
  }

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

  #hero .container .backArrow, #hero .container .forwardArrow {
    top: 220px;
  }

  #hero .container .wrapper {
    padding: 60px 20px 0;
  }

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

  #hero .container .wrapper p a {
    font-size: 0.400em;
  }

    /* HOMEPAGE
===================================================================*/
  .boxes .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .boxes .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .boxes .container .box {
    margin: 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 {
    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: 60%;
  }

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

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

  .bottom-bar .container .globalCopyright {
    float: left;
    margin-bottom: 0;
    line-height: 1.7;
  }

  .bottom-bar .container .socialMedia {
    float: right;
  }

    /* 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
===================================================================*/
  .top-bar p, .top-bar p a {
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
  }

  .top-bar p a:hover {
    color: #318ab4;
  }

  .top-bar .header-social {
    width: 40px;
    height: 120px;
    position: fixed;
    top: 130px;
    right: 0;
    z-index: 9999;
  }

  .top-bar .header-social a {
    margin: 0;
  }

  .move-top-bar {
    background: #0069a2;
    height: 30px;
    padding-top: 4px;
  }

  .top-bar p, .top-bar p a {
    color: #fff;
  }

  .top-bar .container p {
    font-size: 0.850em;
  }

  .top-bar .container .phone, .top-bar .container .email {
    float: left;
  }

  .top-bar .container .phone {
    margin: 0 30px 0 0;
  }

  .top-bar .container .account {
    float: right;
  }

  header {
    height: 80px;
    margin-top: 0;
    padding: 0;
  }

  header .container, .move-top-bar .container {
    padding-left: 0;
    padding-right: 0;
  }

  header .header-logo {
    float: left;
    margin: 10px 0 0 0;
  }

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

    /* 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: 790px;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
  }

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

  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: 36px 10px 30px;
    font-size: .8em;
    font-weight: 700;
    color: #000;
    line-height: 1;
  }

  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: #007abd;
    text-decoration: none;
  }

  nav#main .container ul li:hover .dropdown-menu {
    display: block;
    background: #5b503c;
    background: rgba(91, 80, 60, 0.9);
    width: 220px;
    text-align: left;
    border: none;
    top: 80px;
  }

  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: 12px 30px;
    font-size: 1.000em;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border: none;
  }

  .navbar {
    height: 0 !important;
    top: 0 !important;
  }

  .navbar .container {
    position: absolute;
    top: -80px;
    right: 0;
  }

  .navbar-nav, .ie8 .navbar-nav {
    float: right;
    overflow-x: visible;
  }

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

  .navbar-collapse ul {
    background: none;
  }

  .navbar-collapse ul li {
    display: inline;
  }

  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: #007abd;
    text-decoration: none;
  }

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

  #hero .container .wrapper {
    padding: 120px 0 0 0;
  }

  #hero .container .wrapper p + p {
    margin-top: 20px;
  }

  #hero .container .wrapper p a {
    font-size: 0.300em;
  }

    /* HOMEPAGE
===================================================================*/
  .boxes .container {
    padding-left: 0;
    padding-right: 0;
  }

  .boxes .container .box {
    text-align: left;
  }

  .boxes .container .box img {
    float: left;
    margin: 0;
  }

  .boxes .container .box h2, .boxes .container .box .short, .boxes .container .box p {
    margin-left: 120px;
  }

  .boxes .container .box .learn {
    display: block;
    margin-left: 120px;
  }

  .boxes .container .box p {
    margin-bottom: 15px;
    font-size: 0.900em;
  }

  .welcome .container .short {
    margin-left: 260px;
  }

  .ie8 .welcome .container .short {
    margin-left: 245px;
  }

  .homepage #content .container {
    padding-bottom: 60px;
  }

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

  .homepage #content .container aside {
    padding-top: 24px;
  }

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

    /* SUBPAGES
===================================================================*/
  .subpage #content .container article {
    margin-bottom: 0;
  }

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

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

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

  #content .container aside section, .ie8 #content .container aside section {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0 !important;
  }

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

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

  footer .container aside {
    width: 40%;
  }

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

  footer .container aside .wrapper .quickLinks {
    width: 35%;
  }

  .bottom-bar .container {
    padding-left: 0;
    padding-right: 0;
  }

    /* 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 h2, #hero .container .wrapper p {
    font-size: 4em;
  }
  #hero .container .wrapper p:first-of-type{
      width: 90%;
  }
  #hero .container .wrapper p a {
    font-size: 0.300em;
  }

    /* HOMEPAGE
===================================================================*/
  .welcome .container .short {
    margin-left: 360px;
  }

  .ie8 .welcome .container .short {
    margin-left: 345px;
  }

  #content .container article #suggested .content {
    width: 220px;
  }

  #content .container article #suggested .content a img {
    background-size: 220px 168px;
    width: 220px;
    height: 168px;
  }

    /* SUBPAGES
===================================================================*/
  .ie8 .page-team #content .container aside {
    position: absolute;
    top: 40px;
    right: 0;
  }

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

  #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
===================================================================*/
  footer .container aside .wrapper .contact {
    padding-left: 30px;
  }

    /* CUSTOMIZED PAGES
===================================================================*/
}
@media (min-width: 1400px) {
  #hero .container .wrapper h2, #hero .container .wrapper p {
    font-size: 4em;
  }
}

/*# sourceMappingURL=337118-rogers.css.map */
