@charset "UTF-8";
/*RESETS AND GENERAL CSS*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

body {
  color: #565656;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 100%;
  line-height: 1.4;
  background-color: #E8E8E8;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a img {
  border: none;
}

a:link {
  color: #116FB1;
}

a:visited {
  color: #116FB1;
}
/*END RESETS AND GENERAL CS*/

/*HEADER*/
.header_container {
  max-width: 1024px;
  height: 236px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}

.col {
  display: block;
  float: left;
}

.span_1_of_2 {
  width: 40%;
  text-align: right;
  float: left;
}

.span_1_of_2 img {
  padding: 10px 0;
}

.span_2_of_2 {
  width: 50%;
  text-align: left;
  color: #116FB1;
  padding-top: 4.5em;
  padding-left: 1em;
  white-space: nowrap;
}

h1 {
  font-weight: 400;
}

@media only screen and (max-width: 670px) {
  .span_1_of_2 {
    width: 100%;
    text-align: center;
  }
  .span_1_of_2 img {
    max-width: 60%;
    padding: 0;
  }
  .span_2_of_2 {
    width: 100%;
    text-align: center;
    font-size: .95em;
    padding: 0 14px 16px;
  }
}
/*END HEADER*/

/*TOP NAVIGATION*/
#menu {
  text-align: center;
}

#menu ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
 }

@media only screen and (max-width: 670px) {
  #menu ul {
    display: none;
  }
}

#menu ul li {
  display: inline;
  white-space: nowrap;
}

#menu a:link {
  text-decoration: none;
  color: #6EB712;
  padding: 0 12px;
  font-size: .9em;
}

#menu a:visited {
  color: #6EB712;
}

#menu a:focus {
  color: #6EB712;
}

#menu a:hover {
  color: #116fb1;
}

#menu a:active {
  color: #116fb1;
}

#menu .active {
  font-weight: 400;
}
/*END TOP NAVIGATION*/

/*FULL WIDTH RULE*/
.rule {
  height: 2px;
  background-color: #116fb1;
  margin: 0 0 24px;
}

@media only screen and (max-width: 670px) {
  .rule {
    clear: both;
  }
}
/*END FULL WIDTH RULE*/

/*MAIN CONTAINER*/
.container {
  max-width: 1024px;
  background: #FFF;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
/*END MAIN CONTAINER*/

/*SIDEBAR*/
.sidebar {
  float: left;
  text-align: center;
  width: 35%;
}

.sidebar p {
  color: #116fb1;
  font-size: 0.85em;
  line-height: 135%;
  font-weight: 600;
}

.sidebar a {
  color: #116FB1;
}

.sidebar a:visited {
  color: #116FB1;
}

.sidebar a:hover {
  color: #558839;
}

.sidebar h4 {
  color: #116FB1;
  font-size: .95em;
  padding-bottom: 8px;
}

.sidebar img {
  border: 2px solid #439E31;
  margin: 9px 0;
}
/*END SIDEBAR*/

/*MAIN CONTENT*/
.content {
  width: 65%;
  float: left;
  padding-left: 14px;
  padding-right: 14px;
  border-right: dashed #97C87C 1px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 780px) {
  .content {
    width: 100%;
    border-right: none;
  }
  .sidebar {
    width: 100%;
    background-color: #E8E8E8;
    display: block;
    padding-top: 20px;
    padding-bottom: 30px;
    margin: 0;
  }
  .sidebar p {
    font-size: .95em;
  }
}

.content p {
  font-size: 1em;
  padding-top: .5em;
}

.content h2 {
  color: #558839;
  font-size: 1.4em;
  font-weight: 400;
}

.content h4 {
  color: #116FB1;
  font-weight: 400;
  padding-top: 12px;
  font-size: 1.1em;
}

.content img {
  padding: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.content li {
  padding: 8px 0 0;
}

.content ul {
  list-style-type: none;
  padding: 0 15px 15px 40px;
}
/*END MAIN CONTENT*/

/*IMAGES*/
.mini_img {
  white-space: nowrap;
  width: 100%;
  display: table;
  margin-top: .5em;
}

.mini_img img {
  border: 2px solid #48A232;
}

.mini_img_column {
  vertical-align: middle;
  display: table-cell;
  padding-right: .2em;
}

.mini_img_column img {
  max-width: 100%;
}
/*END IMAGES*/

/* FOOTER */
.footer {
  clear: both;
  background-color: #116fb1;
  font-size: .75em;
  color: #fff;
  text-align: center;
  min-height: 100%;
}

.footer p {
  display: block;
  padding: 10px 0;
}

.footer a {
  color: #fff
}

.footer a:hover {
  color: gold;
}
/* END FOOTER */

/*QUOTE SECTION*/
#quote {
  padding-right: 36px;
  padding-left: 24px;
  text-indent: -5px;
  font-style: italic;
  font-size: .92em;
  color: #116FB1;
}

#quote p {
  padding-top: 25px;
}

#quote h5 {
  text-align: right;
  font-weight: normal;
  font-style: normal;
  padding-top: 2px;
}

/*END QUOTE SECTION*/

/*IMAGES*/
.no_img_border {
  white-space: nowrap;
  width: 100%;
  display: table;
  margin-top: .5em;
}

.no_img_border_column {
  vertical-align: middle;
  display: table-cell;
  padding-right: .2em;
}

.no_img_border img {
  border: none;
}

.no_border img {
  border: none;
}

.certifications {
  clear: both;
}

.certifications img {
  border: none;
  clear: both;
}

.content .padded {
  padding-top: 28px;
}

.logo_container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.logo_column {
  -ms-flex: 50%;
  /* IE10 */
  flex: 50%;
  max-width: 50%;
}

@media screen and (max-width: 566px) {
  .logo_column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.logo_column p {
  font-size: .8em;
  padding-bottom: 10px;
}

.realty_logo {
  margin-bottom: 16px;
}


/*END IMAGES*/

/*FACEBOOK*/
.fb-container{
text-align: center;
display: block;
height:20px;
background-color: #E8E8E8;
}

.fb-container p{
padding: 10px 0;
}