@font-face {
    font-family: 'Effra';
    src: url('../fonts/Effra-Regular.eot');
    src: url('../fonts/Effra-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Effra-Regular.woff2') format('woff2'),
        url('../fonts/Effra-Regular.woff') format('woff'),
        url('../fonts/Effra-Regular.ttf') format('truetype'),
        url('../fonts/Effra-Regular.svg#Effra-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Effra Bold';
    src: url('../fonts/Effra-Bold.eot');
    src: url('../fonts/Effra-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Effra-Bold.woff2') format('woff2'),
        url('../fonts/Effra-Bold.woff') format('woff'),
        url('../fonts/Effra-Bold.ttf') format('truetype'),
        url('../fonts/Effra-Bold.svg#Effra-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Hurme Geometric Sans 4';
    src: url('../fonts/HurmeGeometricSans4-SemiBold.eot');
    src: url('../fonts/HurmeGeometricSans4-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HurmeGeometricSans4-SemiBold.woff2') format('woff2'),
        url('../fonts/HurmeGeometricSans4-SemiBold.woff') format('woff'),
        url('../fonts/HurmeGeometricSans4-SemiBold.ttf') format('truetype'),
        url('../fonts/HurmeGeometricSans4-SemiBold.svg#HurmeGeometricSans4-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
.topspacer {
	margin-top:100px;
}
body {
	font-family: 'Effra', sans-serif;
	position: relative;
}
p,li {
	font-family: 'Effra', sans-serif;
	font-weight:normal;
	color:#000;
	font-size:15pt!important;
}
.lead {
    font-size:16pt!important;
    font-weight: 300;
}
a.team-link:link,
a.team-link:active,
a.team-link:visited,
a.team-link:hover{
	text-decoration:none!important;
}
.teamname {
    font-size:18pt!important;
	line-height:18pt!important;
	color:#2f0d48;
}
hr {
    margin-top: 60px;
    margin-bottom: 60px;
    border: 0;
    border-top: 2px solid #2f0d48;
}
strong {
	font-family: 'Effra Bold', sans-serif;
	font-weight:bold;
}
h1,h2,h3,h4 {
	font-family: 'Hurme Geometric Sans 4';
	font-weight:600;
	color:#2f0d48;
	margin:0px 0px 15px 0px;
}
h2 {
	font-size:220%!important;
}
section a,
footer a,
section a:link,
footer a:link,
section a:active,
footer a:active,
section a:visited,
footer a:visited{
	color:inherit;
	text-decoration:underline;
}

section a:hover,
footer a:hover{
	color:inherit;
	text-decoration:none;
}
@media (min-width:768px){
.logo {
	height:60px;
	width:auto;
	margin:15px;
}
}
@media (max-width:767px){
.logo {
	height:40px;
	width:auto;
	margin:25px 10px;
}
}
.bg-dark {
	background: #2f0d48!important;
}
.nav-link {
    color: rgba(255,255,255,.5);
	padding-right: .6rem!important;
    padding-left: .6rem!important;
}
.nav-link.special {
    color:#2f0d48!important;
	background:#FFF;
	border-radius:20px;
	padding-right: .8rem!important;
    padding-left: .8rem!important;
}
.navbar-collapse.show {
    padding-bottom: 30px;
}
@media (min-width:768px){
.nav-link.special {
    margin-left: 10px!important;
	margin-right: 10px!important;
}
}
section {
	padding:60px 0px;
	background:#FFF;
	color:#2f0d48;
}
section.grey {
	background:#e8e8e8;
}
section.dark {
	background:#2f0d48;
}
section.dark h1,
section.dark h2,
section.dark h3,
section.dark h4{
	color:#FFF!important;
}
section.dark p{
	color:#FFF!important;
}

.banner {
	padding:160px 0px;
	margin-top:100px;
}
@media (min-width:768px){
.banner h1 {
	font-size:600%!important;
}
.banner p {
	font-size:260%!important;
}
}
@media (max-width:767px){
.banner h1 {
	font-size:400%!important;
}
.banner p {
	font-size:200%!important;
}
}

footer {
	background:#000;
	padding:20px 0px;
}
footer p{
	color:#FFF!important;
	font-size:12pt!important;
}
footer .smaller {
	margin-top:30px;
	font-size:11pt!important;
}
.footer-logo {
	margin-bottom:12px;
}
.icon {
	margin:20px 0px 30px 0px;
}
ul.home-page {
	padding:0;
}
ul.home-page li {
	margin: 0;
	padding: 0px 0px 20px 36px;
	list-style: none;
	background-image: url('../images/Latitude-Leasing-Icon.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 20px;
}
/* Animated Hamburger Menu */
button:hover,
button:active,
button:focus
{
	outline: 0!important;
}
.navbar-toggler {
	border:0;
}
#burger-menu {
	width: 30px;
	height: 25px;
	position: relative;
	margin: 5px 0px 0px 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#burger-menu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 50%;
	background: #FFF;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#burger-menu.open span{
	margin-left:3px;
	margin-top:-4px;
}
#burger-menu span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}
#burger-menu span:nth-child(odd) {
	left:0px;
	border-radius: 9px 0 0 9px;
}
#burger-menu span:nth-child(1), #burger-menu span:nth-child(2) {
	top: 0px;
}
#burger-menu span:nth-child(3), #burger-menu span:nth-child(4) {
	top: 8px;
}
#burger-menu span:nth-child(5), #burger-menu span:nth-child(6) {
	top: 16px;
}
#burger-menu.open span:nth-child(1), #burger-menu.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#burger-menu.open span:nth-child(2),#burger-menu.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#burger-menu.open span:nth-child(1) {
	left: 0px;
	top: 7px;
}
#burger-menu.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 7px;
}
#burger-menu.open span:nth-child(3) {
	opacity: 0;
	top: 12px;
}
#burger-menu.open span:nth-child(4) {
	opacity: 0;
	top: 12px;
}
#burger-menu.open span:nth-child(5) {
	left: 0px;
	top: 17px;
}
#burger-menu.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 17px;
}
.article-image {
	width:100%;
	padding-top: 56.25%;
	box-sizing: border-box;
	border-top: solid #FFF 10px;
	border-left: solid #FFF 10px;
	border-right: solid #FFF 10px;
}
.article-text {
	width:100%;
	background:#2f0d48;
	border-left: solid #FFF 10px;
	border-right: solid #FFF 10px;
	border-bottom: solid #FFF 10px;
	padding:25px 20px 15px 20px
}
.article-text p.date{
	font-size:12pt!important;
	margin-bottom:0px;
	color:#FFF!important;
}
.article-text p{
	font-size:13.5pt!important;
	line-height:17pt!important;
	margin-bottom:10px;
	color:#FFF!important;
}
.article-text h3{
	font-size:160%;
	margin-top:15px;
	color:#FFF!important;
	min-height:60px!important;
}
a.article-link:link,
a.article-link:visited,
a.article-link:active,
a.article-link:hover{
	text-decoration:none!important;
	color:inherit!important;
}
/* Buttons */
.btn {
	border:0;
	margin:10px 0px 20px 0px;
	text-decoration:none!important;
	font-weight:700;
	border-radius:0px;
	padding:8px 16px;
}
.btn-lg {
	padding:10px 20px;
}
a.btn-primary,
a.btn-primary:link,
a.btn-primary:active,
a.btn-primary:visited,
.btn-primary {
	color:#FFF;
	background:#2f0d48;
}
a.btn-secondary,
a.btn-secondary:link,
a.btn-secondary:active,
a.btn-secondary:visited,
.btn-secondary {
	color:#2f0d48;
	background:#FFF;
}
.btn-primary:hover,
a.btn-primary:hover{
	color:#2f0d48;
	background:#e8e8e8;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
a.btn-primary:active,
a.btn-primary:focus,
a.btn-primary:active:focus,
a.btn-primary.active:focus{
    outline:none!important;
    box-shadow:none!important;
	color:#2f0d48!important;
	background-color: #e8e8e8!important;
    border-color: #e8e8e8!important;
}
.btn-secondary:hover,
a.btn-secondary:hover{
	color:#FFF;
	background:#999;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
a.btn-secondary:active,
a.btn-secondary:focus,
a.btn-secondary:active:focus,
a.btn-secondary.active:focus{
    outline:none!important;
    box-shadow:none!important;
	color:#FFF!important;
	background-color: #999!important;
    border-color: #999!important;
}
.ctcc-more-info-link {
	outline:none!important;
}

/* Form stuff */

input[type=submit]{
	padding: .5rem 1rem;
    font-size:16pt;
    line-height: 1.5;
	width:100%;
	color:#2f0d48;
	background:#FFF;
    border-color: #FFF;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.wpcf7-list-item-label {
	font-size:12pt;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color:#2f0d48;
	background:#FFF;
    border-color: #FFF;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

input.form-control {
	-webkit-appearance: none;
	font-weight: normal;
    font-style: normal;
	display: block;
  	width: 100%;
  	height:44px;
	padding: 0px 10px;
	margin:0px 0px 10px 0px;
  	font-size:14pt!important;
  	color: #FFF;
  	background-color: rgba(255,15,255,0);
  	background-image: none;
 	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #FFF;
  	border-radius: 0px;
  	-webkit-box-shadow: none;
          	box-shadow: none;
 	-webkit-transition: none;
       	 -o-transition: none;
          	transition: none;
}

textarea.form-control::-webkit-input-placeholder,
input.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #FFF;
}
textarea.form-control:-moz-placeholder,
input.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #FFF;
   opacity:  1;
}
textarea.form-control::-moz-placeholder,
input.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #FFF;
   opacity:  1;
}
textarea.form-control:-ms-input-placeholder,
input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #FFF;
}
textarea.form-control::-ms-input-placeholder,
input.form-control::-ms-input-placeholder { /* Microsoft Edge */
   color:    #FFF;
}

textarea.form-control::placeholder,
input.form-control::placeholder { /* Most modern browsers support this now. */
   color:    #FFF;
}

textarea.form-control {
    font-weight: normal;
    font-style: normal;
	display: block;
  	width: 100%;
	height:140px;
  	padding: 10px 10px;
	margin:0px 0px 0px 0px;
  	font-size:14pt!important;
  	color: #FFF;
  	background-color: rgba(255,15,255,0);
  	background-image: none;
  	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #FFF;
  	border-radius: 0px;
  	-webkit-box-shadow: none;
          	box-shadow: none;
  	-webkit-transition: none;
       	 -o-transition: none;
          	transition: none;
}

.form-control:focus {
	color: #FFF;
	background-color: rgba(255,15,255,0);
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #FFF;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="password"], input[type="email"], input[type="tel"], textarea.form-control, submit, input[type="text"].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0px;
	border-radius: 0px;
	outline: 0;
}
.wpcf7-form {
	margin-top:40px;
}

div.wpcf7-mail-sent-ok {
	margin:0px 0px 0px 0px;
	color: /*#ccd51b*/#009900;
	padding:10px;
	border:1px solid /*#ccd51b*/#009900;
}

div.wpcf7-validation-errors {
	margin:0px 0px 0px 0px;
	color: #F00;
	padding:10px;
	border:1px solid #F00;
}
input.wpcf7-not-valid {
	border:1px solid #F00!important;
}
div.wpcf7-spam-blocked {
    margin:0px 0px 0px 0px;
	color: #ffa500;
	padding:10px;
	border: 1px solid #ffa500;
}
.wpcf7-not-valid-tip {
	color: #F00;
	display:block;
	padding:0px 0px 5px 0px;
}
.wpcf7-list-item-label {
	color:#FFF!important;
}

.wpcf7-not-valid {
	border:1px solid #dc3232!important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
	color:#46b450;
	border: 1px solid #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #e42520; /* Red */
	color: #e42520;
	border: 1px solid #e42520;
}

.wpcf7 form.spam .wpcf7-response-output {
	/* border-color: #f56e28; Orange */
	border-color: #e42520; /* Red */
	color: #e42520;
	border: 1px solid #e42520;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	/* border-color: #ffb900; Yellow */
	border-color: #e42520; /* Red */
	color: #e42520;
	border: 1px solid #e42520;
}

/* WP Numbered Pagination */

.navigation{
	text-align:center;
}
.navigation ul{
	padding:0;
	margin:0;
	margin-top:20px;
}
.navigation li a,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
    text-decoration:none;
    cursor: pointer;
	margin:0;
}
 
.navigation li {
    color: #fff;
	display: inline;
	font-weight:700;
	background-color: #666;
	padding: 15px 20px;
	margin: 0px 4px;
}
 	
.navigation li:hover,
.navigation li.active {
	background-color: #2f0d48;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

/* Sidebar Stuff */

.sidebar-widget {
	margin-bottom:30px;
	background:#e8e8e8;
	padding:15px 15px 25px 15px;
}
.sidebar-widget ul li{
	list-style:none;
	margin-left: -30px;
    margin-bottom: 6px;
}
.sidebar-widget h2 {
    font-size:20pt!important;
    color: #2f0d48;
    margin: 15px 15px 20px 10px;
}


/* Cookie Pop Up */

#catapult-cookie-bar {
	font-size:13pt!important;
}
#catapult-cookie-bar a:link,
#catapult-cookie-bar a:visited,
#catapult-cookie-bar a:active{
	text-decoration:underline;
}
#catapult-cookie-bar a:hover{
	text-decoration:none;
}

.social {
	width:44px;
	height:auto;
	margin:10px 6px 20px 6px;
	opacity:0.5!important;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.social:hover {
	opacity:1!important;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

#map {
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
#map {
    position: relative;
}

/* fixes potential theme css conflict */
#map img {
   max-width: inherit !important;
}
@media (min-width: 992px) {
#map {
	width:100%;
	height:430px;
	margin-bottom:0px;
}
}
@media (max-width: 991px) {
#map {
	width:100%;
	height:330px;
	margin-bottom:0px;
}
}