/*

Theme Name: Municipal Impact Base Theme

COLORS: 
blue-bright:        #279fde;
blue-dark:          #082f43;
grey text:          #999999;   
grey:               #aaaaaa;
grey-light:         #ccc
grey-lighter:       #e2e2e2;

FONTS: 
Proxima Nova Thin
	font-family: "proxima-nova", sans-serif;
    font-weight: 100;
Proxima Nova Regular
	font-family: "proxima-nova", sans-serif;
    font-weight: 400;
Proxima Nova Semibold
	font-family: "proxima-nova", sans-serif;
    font-weight: 600;
Proxima Nova Bold
	font-family: "proxima-nova", sans-serif;
    font-weight: 700;

*/

html { 
	min-height: 101%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	color: #999999;
	font-size: 18px;
	font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
	text-align: left;
	background-color: #E7E7E7;
}
h1,
h3,
h4,
.h1,
.h3,
.h4 {
  font-weight: 400;
  color: #082f43;
}
h1 small,
h3 small,
h4 small,
.h1 small,
.h3 small,
.h4 small,
h1 .small,
h3 .small,
h4 .small,
.h1 .small,
.h3 .small,
.h4 .small {
  font-weight: 400;
  color: #999999;
}
h2,
h5,
h6,
.h2,
.h5,
.h6 {
  font-weight: 700;
  color: #082f43;
}
h2 small,
h5 small,
h6 small,
.h2 small,
.h5 small,
.h6 small,
h2 .small,
h5 .small,
h6 .small,
.h2 .small,
.h5 .small,
.h6 .small {
  font-weight: 600;
  color: #999999;
}
h1, .h1 {
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 100;
    text-transform: uppercase;
}
div.banner-headline {
}
h2, .h2 {
    font-size: 23px;
    text-transform: uppercase;
}
@media screen and (max-width: 520px) {
    h1, .h1 {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    div.banner-headline {
        background-image: none !important;
    }
}
@media screen and (min-width: 768px) {
    h1, .h1 {
        padding-right: 30px;
        padding-left: 30px;
        font-size: 58px;
    }
    div.banner-headline {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 28.205%;  /* 330px/1170px = 0.28205 */
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        -moz-background-size: cover;  /* Firefox 3.6 */
    }
    div.banner-headline h1 {
        margin: 0;
        padding-top: 10%;
        padding-right: 30px;
        padding-bottom: 0;
        padding-left: 30px;
        color: #fff;
        font-size: 58px;
    }
}
@media screen and (min-width: 992px) {
    h1, .h1 {
        font-size: 70px;
    }
    div.banner-headline h1 {
        font-size: 70px;
    }
}
@media screen and (min-width: 1200px) {
    h1, .h1 {
        font-size: 70px;
    }
    div.banner-headline h1 {
        font-size: 70px;
    }
}
a {
    color: #279fde;
}
b, strong {
    font-weight: 600;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
}




/*
 * global bootstrap overrides and extensions
 * --------------------------------------------------
 */
span.help-block {
    display: inline-block;
}
/*
helper classes
*/
.text-primary {
  color: #279fde;
}
a.text-primary:hover {
  color: #1b8bc5;
}
.text-secondary {
  color: #ccc;
}
a.text-secondary:hover {
  color: #bbb;
}
.text-info {
  color: #082f43;
}
a.text-info:hover {
  color: #04161f;
}
.bg-primary {
  color: #fff;
  background-color: #279fde;
}
a.bg-primary:hover {
  background-color: #1b8bc5;
}
.bg-secondary {
  color: #fff;
  background-color: #ccc;
}
a.bg-seciondary:hover {
  background-color: #bbb;
}
.bg-info {
  color: #fff;
  background-color: #082f43;
}
a.bg-info:hover {
  background-color: #04161f;
}
/*
form controls
*/
.form-control {
    font-size: 18px;
    line-height: 20px;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
          box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #279fde;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(39, 159, 222, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(39, 159, 222, .6);
}
textarea.form-control {
    height: 190px;
}
.hname,
#hname {
	display: none;
}
.btn {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 20px;
    border-radius: 0;
}
.btn-primary {
    color: #fff;
    background-color: #279fde;
    border-color: #279fde;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1b8bc5;
    border-color: #1b8bc5;
}
.btn-secondary {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    color: #fff;
    background-color: #bbb;
    border-color: #bbb;
}
.btn-info {
    color: #fff;
    background-color: #082f43;
    border-color: #082f43;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #04161f;
    border-color: #04161f;
}
/* 
normal form elements - 34px tall - override to make 38px tall
*/
.form-control {
    height: 38px;
    padding: 8px 14px;
}
/* 
SM form elements - 46px tall - no overrides, just a note here for reference
*/
.btn-sm,
.btn-group-sm > .btn {
    padding: 2px 25px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 0;
}
/* 
LG form elements - 46px tall - no overrides, just a note here for reference
*/
/* 
XL form elements - 52px tall
*/
.btn-xl,
.btn-group-xl > .btn {
    padding: 13px 40px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].input-xl,
    input[type="time"].input-xl,
    input[type="datetime-local"].input-xl,
    input[type="month"].input-xl,
    .input-group-xl input[type="date"],
    .input-group-xl input[type="time"],
    .input-group-xl input[type="datetime-local"],
    .input-group-xl input[type="month"] {
        line-height: 52px;
    }
}
.input-group-xl > .form-control,
.input-group-xl > .input-group-addon,
.input-group-xl > .input-group-btn > .btn {
    height: 52px;
    padding: 13px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}
.input-group-xl > .input-group-btn > .btn {
    padding-right: 40px;
    padding-left: 40px;
}
.input-group-xl > .input-group-btn > .btn:hover,
.input-group-xl > .input-group-btn > .btn:focus,
.input-group-xl > .input-group-btn > .btn:active {
    border-left-color: #ccc;
}
select.input-group-xl > .form-control,
select.input-group-xl > .input-group-addon,
select.input-group-xl > .input-group-btn > .btn {
    height: 52px;
    line-height: 52px;
}
textarea.input-group-xl > .form-control,
textarea.input-group-xl > .input-group-addon,
textarea.input-group-xl > .input-group-btn > .btn,
select[multiple].input-group-xl > .form-control,
select[multiple].input-group-xl > .input-group-addon,
select[multiple].input-group-xl > .input-group-btn > .btn {
    height: auto;
}
/* 
XXL form elements - 70 px tall
*/
.btn-xxl,
.btn-group-xxl > .btn {
    padding: 23px 60px;
    font-size: 22px;
    line-height: 1;
    border-radius: 0;
}
@media (max-width: 767px) {
    .btn-xxl,
    .btn-group-xxl > .btn {
        padding: 15px 30px;
        font-size: 22px;
        line-height: 1;
        border-radius: 0;
    }
}
/*
breadcrumb nav
*/
.breadcrumb {
    padding: 20px 0 0 0;
    margin-bottom: 20px;
    font-size: 14px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
@media (min-width: 768px) {
    .breadcrumb {
        margin: 0;
        padding: 20px 15px 0 15px;
    }
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 7px 0 4px;
    color: #999;
    content: "|";
}
.breadcrumb a {
    color: #999;
}
.breadcrumb > .active {
    color: #082f43;
}
/*
wells
*/
.well {
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well-lg {
    border-radius: 0;
}
.well-sm {
    border-radius: 0;
}
.well.bg-info {
    border-color: #082f43;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.well.bg-info h2,
.well.bg-info h3,
.well.bg-info h4,
.well.bg-info h5,
.well.bg-info h6 {
    color: #fff;
}
.well.bg-info .help-block {
    color: #fff;
}
/*
carousel-control
*/
.carousel-control {
    top: 50%;
    bottom: auto;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: none !important; 
    filter: none !important; 
    progid:none !important;
}
.carousel-control.left {
    margin-left: 0;
}
.carousel-control.right {
    margin-right: 0;
}
.carousel-control .arrow-prev,
.carousel-control .arrow-next {
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    background-image: url(/imgD/icons_billboardnav.png);
    background-repeat: no-repeat; 
    background-size: 40px 20px
}
.carousel-control .arrow-prev {
    background-position: 0 0;
}
.carousel-control .arrow-next {
    background-position: -20px 0;
}
@media (min-width: 600px) {
    .carousel-control.left {
        margin-left: 20px;
    }
    .carousel-control.right {
        margin-right: 20px;
    }
    .carousel-control .arrow-prev,
    .carousel-control .arrow-next {
        width: 30px;
        height: 30px;
        margin-top: 0;
        background-size: 60px 30px
    }
    .carousel-control .arrow-prev {
        background-position: 0 0;
    }
    .carousel-control .arrow-next {
        background-position: -30px 0;
    }
}



/*
 * #site_header
 * --------------------------------------------------
 */
#site_header.navbar-inverse {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
}
#site_header #nav_primary {
    background-color: #082F43;
}
#site_header #nav_development {
    background-color: #aaa;
}
@media (min-width: 768px) {
    #site_header {
        height: 150px;
    }
    #site_header #nav_primary {
        height: 95px;
    }
    #site_header #nav_development {
        height: 55px;
    }
    #site_header #nav_xs_full_menu {
        display: none !important;
    }
}
/*
navbar-toggle
*/
.navbar-inverse .navbar-toggle {
  border-color: #fff;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #aaa;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/*
navbar-brand
*/
#site_header .navbar-brand {
    width: 113px;
    height: 30px;
    margin-top: 10px;
    margin-left: 15px;
    padding: 0;
    line-height: 30px;
    text-indent: -9999px;
    background-image: url(/imgD/logo_collett_header.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (           min-resolution: 192dpi),
only screen and (            min-resolution: 2dppx) { 
    #site_header .navbar-brand {
        background-image: url(/imgD/logo_collett_header_2x.png);
		background-size: 113px 30px; 
    }
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    outline: none;
}
@media (min-width: 768px) {
    #site_header .navbar-brand {
        width: 170px;
        height: 44px;
        margin-top: 20px;
        margin-left: 15px;
        padding: 0;
        line-height: 45px;
    }
}
@media
only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (   min--moz-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (   -o-min-device-pixel-ratio: 2/1),
only screen and (min-width: 768px) and (        min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (           min-resolution: 192dpi),
only screen and (min-width: 768px) and (            min-resolution: 2dppx) { 
    #site_header .navbar-brand {
        background-image: url(/imgD/logo_collett_header_2x.png);
		background-size: 170px 44px; 
    }
}
/*
#nav_development
*/
@media (min-width: 768px) {
    #nav_development .navbar-nav {
        margin-top: 20px;
        margin-left: 10px;
    }
}
#nav_development .navbar-nav > li {
    border-left: solid 1px #fff;
}
#nav_development .navbar-nav > li:first-of-type {
    border-left: none;
}
#nav_development .navbar-nav > li > a {
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}
#nav_development .navbar-nav > li > a:hover,
#nav_development .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
#nav_development .navbar-nav > .active > a,
#nav_development .navbar-nav > .active > a:hover,
#nav_development .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}
@media (min-width: 768px) {
    #nav_development .nav > li > a {
    }
}
/*
#nav_primary_menu
*/
@media (min-width: 768px) {
    #nav_primary_menu .navbar-nav {
        margin-top: 36px;
        margin-right: 15px;
    }
}
#nav_primary_menu .navbar-nav > li > a {
    color: #fff;
    font-size: 22px;
    font-weight: 100;
}
#nav_primary_menu .navbar-nav > li > a:hover,
#nav_primary_menu .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
#nav_primary_menu .navbar-nav > .active > a,
#nav_primary_menu .navbar-nav > .active > a:hover,
#nav_primary_menu .navbar-nav > .active > a:focus {
    color: #fff;
    font-weight: 600;
    background-color: transparent;
}
@media (min-width: 768px) {
    #nav_primary_menu .nav > li > a {
        padding: 10px 8px;
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    #nav_primary_menu .nav > li > a {
        padding: 10px 10px;
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    #nav_primary_menu .nav > li > a {
        padding: 10px 15px;
        font-size: 22px;
    }
}
/*
#nav_xs_full_menu
*/
#nav_xs_full_menu .navbar-nav > li > a {
    color: #fff;
    font-size: 22px;
    font-weight: 100;
}
#nav_xs_full_menu .navbar-nav > li > a:hover,
#nav_xs_full_menu .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
#nav_xs_full_menu .navbar-nav > .active > a,
#nav_xs_full_menu .navbar-nav > .active > a:hover,
#nav_xs_full_menu .navbar-nav > .active > a:focus {
    color: #fff;
    font-weight: 600;
    background-color: transparent;
}
#nav_xs_full_menu .navbar-nav .nested-menu {
    position: static;
    float: none;
    width: auto;
    margin: 0;
    padding: 4px 0;
    list-style-type: none;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
#nav_xs_full_menu .navbar-nav .nested-menu li {
}
#nav_xs_full_menu .navbar-nav .nested-menu > li > a,
#nav_xs_full_menu .navbar-nav .nested-menu .nested-header {
    padding: 5px 15px 5px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
}
#nav_xs_full_menu .navbar-nav .nested-menu > li > a {
    line-height: 20px;
}
#nav_xs_full_menu .navbar-nav .nested-menu > .active > a {
    font-weight: 600;
}



/*
 * #site_main
 * --------------------------------------------------
 */
#site_main {
   background-color: #fff;
}



/*
 * #content
 * --------------------------------------------------
 */
#content {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    #content {
        padding-top: 83px;
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (min-width: 992px) {
    #content {
        padding-top: 83px;
        padding-bottom: 50px;
        padding-right: 30px;
        padding-left: 15px;
    }
}
#content h1 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
    font-size: 40px;
    font-weight: 400;
    text-transform: none;
    line-height: .8;
}
#content h1 .small,
#content h1 small {
    font-size: 19px;
}



/*
 * #sidebar
 * --------------------------------------------------
 */
#sidebar {
    padding-top: 15px;
    padding-bottom: 30px;
}
@media (min-width: 768px) {
    #sidebar {
        padding-top: 30px;
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (min-width: 992px) {
    #sidebar {
        padding-top: 70px;
        padding-bottom: 50px;
        padding-right: 15px;
        padding-left: 30px;
    }
}
#sidebar .nav-menu {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
#sidebar .nav-menu a {
    color: #082f43;
    padding-right: 0;
    padding-left: 0;
}
#sidebar .nav-menu .active a {
    color: #279fde;
}
#sidebar .nav-menu > li > a:hover,
#sidebar .nav-menu > li > a:focus {
    background-color: transparent;
}



/*
 * #content_footer
 * --------------------------------------------------
 */
#content_footer {
    color: #fff;
    text-align: center;
    background-color: #082f43;
}
#content_footer #maintenance_request {
    height: 200px;
    padding-top: 25px;
    background-color: #279fde;
}
#content_footer #stay_in_touch {
    height: 200px;
    padding-top: 25px;
    background-color: #082f43;
}
@media (min-width: 768px) {
    #content_footer #maintenance_request,
    #content_footer #stay_in_touch {
        padding-right: 30px;
        padding-left: 30px;
    }
}
#content_footer .form-control {
    border-color: #fff;
}
#content_footer h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 43px;
    font-weight: 100;
}
#content_footer .input-group-xl > .input-group-btn > .btn:hover,
#content_footer .input-group-xl > .input-group-btn > .btn:focus,
#content_footer .input-group-xl > .input-group-btn > .btn:active {
    border-left-color: #fff;
}



/*
 * #site_footer
 * --------------------------------------------------
 */
#site_footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #999;
    font-size: 13px;
    line-height: 2;
    background-color: #fff;
}
@media (max-width: 767px) {
    #site_footer {
        text-align: center;
    }
}
@media (min-width: 768px) {
    #site_footer {
        padding: 30px;
    }
}
#site_footer span.no-wrap,
#site_footer a {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    white-space: nowrap;
}
#site_footer span.no-wrap a {
    margin-right: 0;
    margin-left: 0;
}
#site_footer a {
   color: #999;
   text-decoration: none;
}
#site_footer strong a {
    color: #666;
}
#site_footer .credits {
    overflow: hidden;
    line-height: 17px;
}
#site_footer a#inspector,
#site_footer a#inspectorNoAuth {
    display: inline-block;
    margin-top: -1px;
    margin-right: 10px;
    width: 141px;
    height: 17px;
    text-indent: -9999px;
    background-image: url(/imgD/logo_powered_by_dialogs.png);
    background-repeat: no-repeat;
    background-position: center center;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (           min-resolution: 192dpi),
only screen and (            min-resolution: 2dppx) { 
    #site_footer a#inspector,
    #site_footer a#inspectorNoAuth {
        background-image: url(/imgD/logo_powered_by_dialogs_2x.png);
		background-size: 141px 17px; 
    }
}
#site_footer img {
   vertical-align: middle;
   margin-bottom: 3px;
}
#site_footer .social {
   overflow: hidden;
}
@media (max-width: 767px) {
    #site_footer .social {
        padding-top: 20px;
    }
}
@media (min-width: 768px) {
    #site_footer .social {
        text-align: right;
    }
}
#site_footer .social a {
    display: inline-block;
    margin: 0 0 0 15px;
    width: 28px;
    height: 28px;
    line-height: 38px;
    text-indent: 9999px;
    background-image: url(/imgD/icons_social.png);
    background-repeat: no-repeat;
    outline: none;
}
@media (min-width: 768px) {
    #site_footer .social a {
        margin: 0 8px;
    }
}
#site_footer .social .facebook {
    background-position: 0 0;
}
#site_footer .social .twitter {
    background-position: -28px 0;
}
#site_footer .social .linkedin {
    background-position: -56px 0;
}
#site_footer .social .instagram {
    background-position: -84px 0;
}
#site_footer .social .youtube {
    background-position: -112px 0;
}
#site_footer .social .google {
    background-position: -140px 0;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (           min-resolution: 192dpi),
only screen and (            min-resolution: 2dppx) { 
    #site_footer .social a {
        background-image: url(/imgD/icons_social_2x.png);
		background-size: 168px 28px; 
    }
}



/*
 * #press_teasers
 * --------------------------------------------------
 */
#press_teasers {
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px;
}
#press_teasers h2 {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    background-color: #279fde;
}
#press_teasers .item {
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #ccc;
}
#press_teasers .item:first-of-type {
    border-top: none;
}
#press_teasers .item .date {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}
#press_teasers .item h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 100;
}
#press_teasers .item h3 small {
    font-size: 14px;
    font-weight: 400;
}
#press_teasers .link-more {
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 20px;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    #press_teasers {
        padding-bottom: 0;
    }
    #press_teasers .item h3 {
        font-size: 15px;
    }
    #press_teasers .link-more {
        padding-top: 20px;
        font-size: 15px;
    }
}
@media (min-width: 992px) {
    #press_teasers .item h3 {
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    #press_teasers .item {
        margin-right: 60px;
        margin-left: 60px;
    }
    #press_teasers .item h3 {
        font-size: 24px;
    }
    #press_teasers .link-more {
        margin-right: 60px;
        margin-left: 60px;
        font-size: 25px;
    }
}



/*
 * #promos
 * --------------------------------------------------
 */
#promos {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}
#promos img {
    padding-right: 0;
    padding-left: 0;
}
@media (max-width: 767px) {
    #promos {
        padding-bottom: 20px;
    }
}



/*
 * HOME PAGE
 * --------------------------------------------------
 */
.home #billboards {
    position: relative;
    z-index: 1000;
    padding-right: 0;
    padding-left: 0;
}
.home #billboards .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background-color: #fff;
  border: none;
  border-radius: 10px;
}
.home #billboards .carousel-indicators .active {
  background-color: #279fde;
}
.home #featured_property_home {
    background-color: #fff;
}
.home #featured_property_home .featured-image {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.home #featured_property_home .featured-image:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 200;
    display: block;
    width: 0;
    height: 0;
    margin-top: -25px;
    border-style: solid;
    border-width: 25px 25px 25px 0;
    border-color: transparent #fff transparent transparent;
}
@media (max-width: 991px) {
    .home #featured_property_home .featured-image:after {
        top: auto;
        right: 50%;
        bottom: 0;
        z-index: 200;
        margin-top: 0;
        margin-right: -25px;
        border-style: solid;
        border-width: 0 25px 25px 25px;
        border-color: transparent transparent #fff transparent;
    }
}
.home #featured_property_home .featured-image h2 {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 300;
    margin: 0;
    padding: 5px 20px 5px 30px;
    color: #fff;
    background-color: #082f43;
}
@media (max-width: 991px) {
    .home #featured_property_home .featured-image h2 {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        padding: 30px 15px 15px 15px;
    }
}
@media (max-width: 500px) {
    .home #featured_property_home .featured-image h2 {
        font-size: 18px;
    }
}
.home #featured_property_home .featured-image img {
    position: relative;
    z-index: 100;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.home #featured_property_home .detail {
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
}
.home #featured_property_home .detail h2 {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 400;
    text-transform: none;
}
.home #featured_property_home .detail h2 em {
    color: #279fde;
    font-weight: 100;
    font-style: normal;
}
.home #featured_property_home .detail .address {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 100;
    text-transform: uppercase;
}
.home #featured_property_home .detail .btn-container {
    margin-top: 20px;
    text-align: right;
}
.home #featured_property_home .detail .btn-xxl {
    padding-right: 30px;
    padding-left: 30px;
}
@media (max-width: 767px) {
    .home #featured_property_home .detail .btn-container {
        text-align: center;
    }
}
@media (min-width: 992px) {
    .home #featured_property_home .detail {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 14px;
    }
    .home #featured_property_home .detail h2 {
        margin-bottom: 0;
        font-size: 26px;
        font-weight: 400;
        text-transform: none;
    }
    .home #featured_property_home .detail .address {
        margin-bottom: 10px;
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .home #featured_property_home .detail {
        padding-top: 15px;
        font-size: 16px;
    }
    .home #featured_property_home .detail h2 {
        margin-bottom: 0;
        font-size: 32px;
        font-weight: 400;
        text-transform: none;
    }
    .home #featured_property_home .detail .address {
        margin-bottom: 15px;
        font-size: 18px;
    }
}
.home #quick_search {
    padding-bottom: 30px;
    background-color: #f4f4f4;
}
.home #quick_search h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
}
.home #quick_search .form-col {
    padding-right: 7px;
    padding-left: 7px;
}
@media (min-width: 768px) {
    .home #quick_search {
        height: 400px;
        padding-bottom: 0;
        background-image: url(/imgD/bkg_quick_search_700.png);
        background-repeat: no-repeat;
        background-position: center center;
    }
    .home #quick_search h2 {
        margin-top: 60px;
        margin-bottom: 10px;
        font-size: 70px;
        font-weight: 400;
    }
    .home #quick_search .button-col {
        margin-top: 15px;
    }
}
@media (min-width: 992px) {
    .home #quick_search {
        height: 530px;
        background-image: url(/imgD/bkg_quick_search.png);
        background-repeat: no-repeat;
        background-position: center center;
    }
    .home #quick_search h2 {
        margin-top: 150px;
        margin-bottom: 10px;
        font-size: 88px;
        font-weight: 400;
    }
}
@media (min-width: 1200px) {
    .home #quick_search {
        height: 530px;
    }
    .home #quick_search h2 {
        margin-top: 150px;
        margin-bottom: 10px;
        font-size: 88px;
        font-weight: 400;
    }
}



/*
 * TENANT REPRESENTATION
 * --------------------------------------------------
 */
.tenant-rep-listing {
    padding-top: 40px;
}
.tenant-rep-listing .item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    text-align: center;
}
@media (max-width: 499px) {
    .tenant-rep-listing .item {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
}
@media (min-width: 500px) and (max-width: 767px) {
    .tenant-rep-listing .item {
        padding-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .tenant-rep-listing .item {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 992px) {
    .tenant-rep-listing .item {
    }
}
@media (min-width: 1200px) {
    .tenant-rep-listing .item {
    }
}
.tenant-rep-listing .item img {
    width: auto;
    max-width: 100%;
    height: auto;
}



/*
 * TEAM
 * --------------------------------------------------
 */
@media (min-width: 768px) {
    .team #content {
        padding-right: 15px;
        padding-left: 15px;
    }
    .team #sidebar {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (min-width: 992px) {
    .team #content {
        padding-right: 15px;
        padding-left: 15px;
    }
    .team #sidebar {
        padding-right: 15px;
        padding-left: 30px;
    }
}
/*
team member items
*/
.team-listing .item {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
}
@media (min-width: 768px) {
    .team-listing .item {
        padding-right: 15px;
    }
}
.team-listing .item.odd {
    background-color: #f2f2f2;
}
.team-listing .item .team-image .wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 103%;
}
.team-listing .item .team-image .wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.team-listing .item h2 {
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
}
.team-listing .item h3 {
    margin: 5px 0 12px 0;
    color: #279fde;
    font-size: 18px;
}
.team-listing .item .more-member-info {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 10px;
}
.team-listing .item .vcard-link {
    display: inline-block;
    padding-left: 35px;
    margin-left: 20px;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    background-image: url(/imgD/icon_vcard.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.team-listing .item .read-more {
    color: #082f43;
    text-decoration: underline;
}
/*
team breadcrumb alpha filter
*/
.breadcrumb.alpha-search {
    padding: 0;
    margin-bottom: 15px;
    font-size: 16px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
@media (min-width: 768px) {
    .breadcrumb.alpha-search {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .breadcrumb.alpha-search {
        font-size: 16px;
        margin-top: 6px;
        margin-bottom: 13px;
    }
}
@media (min-width: 1200px) {
    .breadcrumb.alpha-search {
        font-size: 19px;
        margin-top: 0;
        margin-bottom: 15px;
    }
}
.breadcrumb.alpha-search > li {
    display: inline-block;
}
.breadcrumb.alpha-search > li + li:before {
    content: "|";
    padding: 0 4px 0 0;
    color: #999;
    font-weight: 100;
}
.breadcrumb.alpha-search a {
    color: #999;
    font-weight: 700;
}
.breadcrumb.alpha-search > .active {
    color: #279fde;
}
/*
team detail
*/
@media (min-width: 768px) {
    .team-detail #content  {
        padding-top: 83px;
        padding-left: 15px;
    }
    .team-detail #sidebar  {
        padding-top: 83px;
        padding-right: 15px;
    }
}
@media (min-width: 992px) {
    .team-detail #content  {
        padding-left: 0;
    }
    .team-detail #sidebar  {
        padding-right: 0;
    }
}
.team-detail .team-image .wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 103%;
}
.team-detail .team-image .wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
@media (max-width: 400px) {
    .team-detail .team-image {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media (min-width: 401px) and (max-width: 767px) {
    .team-detail .team-image {
        float: right;
        width: 40%;
        margin: 15px 0 20px 20px;
    }
}
.team-detail #content .team-member-header {
    margin-bottom: 40px;
}
.team-detail #content .team-member-header h1 {
    margin-bottom: 0;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
}
.team-detail #content .team-member-header h2 {
    margin-top: 0;
    color: #279fde;
    font-size: 35px;
    font-weight: 400;
    text-transform: none;
}
.team-detail .more-member-info {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 28px;
}
.team-detail .vcard-link {
    display: inline-block;
    padding-left: 35px;
    margin-left: 20px;
    color: #999;
    font-size: 18px;
    text-transform: uppercase;
    background-image: url(/imgD/icon_vcard.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.team-detail .return-link {
    padding-top: 15px;
    font-size: 12px;
}
.team-detail .return-link a {
    color: #082f43;
}


/*
 * PRESS
 * --------------------------------------------------
 */
.press #content {
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .press #content {
        padding-right: 30px;
        padding-left: 30px;
    }
}
.press-listing .item {
    padding-top: 30px;
    padding-bottom: 50px;
    border-top: solid 1px #ccc;
}
.press-listing .item:first-of-type {
    padding-top: 0;
    border-top: none;
}
.press-listing .item .date {
    color: #279fde;
    font-size: 19px;
}
.press-listing .item h2 {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 400;
}
.press-listing .item .read-more {
    color: #082f43;
    text-decoration: underline;
}
/*
press detail
*/
.press-detail #content {
}
@media (min-width: 768px) {
    .press-detail #content  {
        padding-top: 83px;
        padding-left: 15px;
    }
    .press-detail #sidebar  {
        padding-top: 83px;
        padding-right: 15px;
    }
}
@media (min-width: 992px) {
    .press-detail #content  {
        padding-left: 0;
    }
    .press-detail #sidebar  {
        padding-right: 0;
    }
}
.press-detail #content .date {
    color: #279fde;
    font-size: 25px;
}
.press-detail #content h1 {
    margin-bottom: 15px;
    font-size: 58px;
    font-weight: 400;
    line-height: 1.1;
}
.press-detail #sidebar img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.press-detail .return-link {
    padding-top: 15px;
    font-size: 12px;
}
.press-detail .return-link a {
    color: #082f43;
}



/*
 * CONTACT US
 * --------------------------------------------------
 */
.contact #sidebar .block.office {
    padding-bottom: 30px;
    font-size: 16px;
}
.contact #sidebar .block.office p {
}
.contact #sidebar .block.office h4 {
    margin-bottom: 0;
}
.contact #sidebar .block.office .map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.contact #sidebar .block.office .map iframe {
    width: 100% !important;
    max-width: 100%;
    height: 300px !important;
}
@media (min-width: 992px) {
    .contact #sidebar .block.office .map {
        height: 200px;
        margin-bottom: 20px;
    }
    .contact #sidebar .block.office .map iframe {
        height: 200px !important;
    }
}



/*
 * PROPERTIES, SEARCH
 * --------------------------------------------------
 */
@media (max-width: 767px) {
    .properties-search #search_map {
        display: none;
    }
}
#csv_link {
  float:right;
}
.search-form {
    padding-bottom: 40px;
}
.search-form h2 {
    margin-top: 10px;
    margin-bottom: 20px;
}
.search-form .form-group {
    margin-bottom: 30px;
}
.search-form .form-control {
    border-color: #fff;
}
.search-form .radio-check-filters {
    padding-bottom: 20px;
}
.search-form .radio-check-filters .help-block {
    float: left;
    width: 100px;
    vertical-align: middle;
    padding-right: 30px;
    font-size: 14px;
    line-height: 26px;
}
.search-form .radio-check-filters .radio-filters {
    margin-left: 100px;
}
.search-form .radio-check-filters .radio-inline {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 30px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 26px;
}
.search-form .btn-container-clear {
    text-align: right;
}
.search-form .btn-clear {
    margin-top: 14px;
    margin-bottom: 14px;
}
@media (max-width: 767px) {
    .search-form .btn-container-clear {
        text-align: center;
    }
    .search-form .btn-clear {
        width: 100%;
        margin-bottom: 15px;
    }
}
.search-form .btn-container-submit {
}
.properties-search #sidebar {
    padding-top: 60px;
}
#featured_property_sidebar .btn-block {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 992px) {
    #featured_property_sidebar .btn-block {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    #featured_property_sidebar .btn-block {
        font-size: 22px;
    }
}
#featured_property_sidebar .detail h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
}
#featured_property_sidebar .detail h2 em {
    color: #279fde;
    font-style: normal;
}
#featured_property_sidebar img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
/*
properties items
*/
.properties-listing .item {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    border-top: solid 1px #ccc;
}
.properties-listing .item:first-of-type {
    border-top: none;
}
@media (min-width: 768px) {
    .properties-listing .item {
        padding-right: 15px;
        padding-left: 15px;
    }
    .properties-listing .item .property-image {
        padding-left: 0;
    }
}
.properties-listing .item .property-image .wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 103%;
}
.properties-listing .item h3 {
    margin: 5px 0 12px 0;
    color: #082f43;
    font-size: 20px;
}
.properties-listing .item h3 em {
    color: #279fde;
    font-style: normal;
}
.properties-listing .item .property-type {
    font-size: 15px;
    font-weight: 600;
}
.properties-listing .item .property-type span {
    white-space: nowrap;
}
.properties-listing .item .property-type span + span:before {
    content: " | ";
}
.properties-listing .item .read-more {
    color: #082f43;
    text-decoration: underline;
}



/*
 * PROPERTIES, DETAIL
 * --------------------------------------------------
 */
.properties-detail #content {
    padding-top: 40px;
}
.properties-detail #sidebar {
    padding-top: 40px;
}
.properties-detail #property_billboard {
    position: relative;
    z-index: 1000;
    overflow: hidden;
    margin-bottom: 30px;
}
.properties-detail #property_billboard .carousel-inner {
    width: 100%;
    height: 0;
/*    padding-bottom: 56.25%; */
    padding-bottom: 65.06%;
    background-color: #ccc;
}
.properties-detail #property_billboard .item {
    position: relative;
    width: 100%;
    height: 0;
/*    padding-bottom: 56.25%; */
    padding-bottom: 65.06%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.properties-detail .property-header {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.properties-detail .property-header img {
    float: right;
    position: absolute;
    bottom: 8px;
    right: 15px;
}
.properties-detail h2.property-name {
    float: left;
    margin-top: 0;
    font-size: 22px;
    font-weight: 400;
    text-transform: none;
    line-height: .9;
}
.properties-detail h2.property-name small {
    color: #279fde;
    font-size: 16px;
    font-weight: 400;
}
@media (max-width: 767px) {
    .properties-detail .property-header {
        padding-top: 65px;
    }
    .properties-detail .property-header img {
        float: none;
        position: absolute;
        top: 0;
        bottom: auto;
        right: auto;
        left: 0;
    }
}
@media (min-width: 768px) {
    .properties-detail .property-header {
        margin-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .properties-detail h2.property-name {
        font-size: 30px;
    }
    .properties-detail h2.property-name small {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .properties-detail .property-header {
        margin-top: 60px;
    }
    .properties-detail h2.property-name {
        font-size: 40px;
    }
    .properties-detail h2.property-name small {
        font-size: 26px;
    }
}
@media (min-width: 1200px) {
    .properties-detail .property-header {
        margin-top: 80px;
    }
    .properties-detail h2.property-name {
        font-size: 49px;
    }
    .properties-detail h2.property-name small {
        font-size: 34px;
    }
}
.properties-detail .property-description {
    padding-bottom: 30px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
}
.properties-detail .property-demographics {
    padding-bottom: 30px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
}
.properties-detail .property-demographics .table tr:first-of-type > th {
    border-top: none;
}
.properties-detail .property-demographics .table .data {
    text-align: right;
}
.properties-detail .property-downloads {
    margin-bottom: 30px;
}
.properties-detail .property-downloads .data-label {
    display: inline-block;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.properties-detail .property-downloads .btn {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .properties-detail .property-downloads .data-label {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .properties-detail .property-downloads .btn {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
}
@media (min-width: 768px) {
    .properties-detail .property-downloads {
        margin-bottom: 65px;
    }
    .properties-detail .property-downloads .data-label {
        margin-right: 15px;
        margin-bottom: 15px;
        padding-top: 7px;
        padding-bottom: 7px;
        line-height: 20px;
        vertical-align: middle;
    }
    .properties-detail .property-downloads .btn {
        margin-right: 15px;
        margin-bottom: 15px;
    }
}
.properties-detail .more-info {
    text-align: center;
}
.properties-detail .more-info .data-label {
    display: block;
    width: 100%;
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
    text-align: center;
}
.properties-detail .more-info .btn {
    display: block;
    width: 100%;
    margin-top: 10px;
}
@media (min-width: 768px) {
    .properties-detail .more-info .data-label {
        display: block;
        width: 100%;
        line-height: 70px;
    }
    .properties-detail .more-info a.btn {
        display: inline-block;
        width: auto;
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .properties-detail .more-info {
        text-align: left;
    }
    .properties-detail .more-info .data-label {
        display: inline-block;
        width: auto;
        font-size: 22px;
        text-align: left;
        line-height: 70px;
    }
    .properties-detail .more-info a.btn {
        float: right;
    }
}
@media (min-width: 1200px) {
    .properties-detail .more-info .data-label {
        font-size: 29px;
    }
}
.properties-detail #sidebar .map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.properties-detail #sidebar .map iframe {
    width: 100% !important;
    max-width: 100%;
    height: 300px !important;
}
@media (min-width: 992px) {
    .properties-detail #sidebar .map {
        height: 200px;
        margin-bottom: 20px;
    }
    .properties-detail #sidebar .map iframe {
        height: 200px !important;
    }
}
.properties-detail #sidebar .map-image {
    max-width: 400px;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
}
.properties-detail #sidebar .map-image img {
    width: 100%;
    height: auto;
}
.properties-detail #sidebar .property-data {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
}
.properties-detail #sidebar .property-data strong {
    text-transform: uppercase;
}
.properties-detail #sidebar h3 {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.properties-detail #sidebar .team-member {
    overflow: hidden;
    padding-bottom: 15px;
    font-size: 
}
.properties-detail #sidebar .team-member p {
    margin-bottom: 0;
    font-size: 16px;
}
.properties-detail #sidebar .team-member .team-image {
    padding-right: 0;
}
.properties-detail #sidebar .team-member .team-image .wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 103%;
}
.properties-detail #sidebar .team-member .team-member-name {
    margin-bottom: 0;
    color: #082f43;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
}
.properties-detail #sidebar .team-member .more-member-info {
    margin-bottom: 5px;
    color: #082f43;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1;
}
.properties-detail #sidebar .team-member .vcard-link {
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 35px;
    color: #999;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 28px;
    background-image: url(/imgD/icon_vcard.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%;
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

/* RECENT PROJECTS */
@media (min-width: 768px) {
    .recent-projects #content {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .recent-projects #content {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.projects .projects-item {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .projects .projects-item:nth-of-type(3n+1) {
        clear: both;
    }
}
.projects .projects-item h3 {
    margin-top: 0;
    font-size: 20px;
}
.projects .projects-item-image {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 65.05%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


